div#CybotCookiebotDialogHeader,
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

@media (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
    margin-left: 0;
  }
}
sup {
  line-height: 0;
}

#ci-frif .teaser-custom .teaser-ci .cmp-teaser__action-container > div {
  padding-right: 0;
}
#ci-frif .teaser-custom .button-secondary {
  display: inline-block;
}
#ci-frif .teaser-custom .button-secondary:last-of-type {
  margin-left: 6px;
}
.fr #ci-frif .teaser-custom .button-secondary a {
  padding: 10px 15px;
}

#xf-morningstar .aem-Grid .container:nth-child(1) h2.h2-d {
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  #xf-morningstar .aem-Grid .container {
    margin-right: 2%;
  }
  #xf-morningstar .aem-Grid .container:nth-child(1) {
    width: 40%;
  }
  #xf-morningstar .aem-Grid .container:nth-child(2) {
    width: 27%;
  }
  #xf-morningstar .aem-Grid .container:nth-child(3) {
    width: 27%;
  }
}
#xf-morningstar p {
  padding: 0;
}
#xf-morningstar p.count .h1-d {
  display: block;
  font-size: 9rem;
  line-height: 1;
  margin: -0.5rem 0 0;
}
html[lang=fr] #xf-morningstar p.count .h1-d {
  margin: 0.4rem 0 0;
}
html[lang=fr] #xf-morningstar p.count .h1-d span.plus-de {
  display: block;
  font-size: 1.9rem;
  font-weight: 300;
  text-transform: uppercase;
}
#xf-morningstar p.type .h1-d {
  display: block;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
  margin: -1rem 0 1rem;
}
html[lang=fr] #xf-morningstar p.type .h1-d {
  font-size: 1.9rem;
}
#xf-morningstar p.stars {
  margin: 0 0 0.2rem;
}
#xf-morningstar p.stars img {
  display: inline-block;
  height: 35px;
  margin-right: 5px;
}
#xf-morningstar p.link a {
  color: #213469;
  font-weight: 500;
  text-decoration-color: #213469;
}

#xf-morningstar-list h3 {
  margin: 2rem 0 1rem;
  text-transform: uppercase;
}
#xf-morningstar-list ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
#xf-morningstar-list ul.featured {
  font-weight: 600;
}
#xf-morningstar-list ul li {
  border-bottom: solid 1px #ddd;
  line-height: 1.2;
  padding: 10px 0;
}
#xf-morningstar-list ul li:last-child {
  border: 0;
}
#xf-morningstar-list ul li a {
  text-decoration: none;
}
#xf-morningstar-list ul li a:hover {
  text-decoration: underline;
}

.multi-row-featured-articles-article-block {
  background: #fff;
}

.grid-container-3col > .cmp-container {
  border-bottom: solid 1px #ccc;
}
.grid-container-3col > .cmp-container > .aem-Grid {
  display: grid;
  grid-gap: 0 3rem;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.grid-container-3col > .cmp-container > .aem-Grid::before {
  display: none;
}
.grid-container-3col > .cmp-container > .aem-Grid > .container {
  padding: 2rem 0;
  position: relative;
  width: 100% !important;
}
.grid-container-3col > .cmp-container > .aem-Grid > .container::after {
  background: #ccc;
  content: "";
  height: 100vh;
  position: absolute;
  right: -1.5rem;
  top: 0;
  width: 1px;
  z-index: 1;
}
.grid-container-3col > .cmp-container > .aem-Grid > .container:last-child::after {
  display: none;
}
.grid-container-3col > .cmp-container > .aem-Grid > .container:has(.grid-column-2col) {
  grid-column: span 2;
}
.grid-container-3col > .cmp-container > .aem-Grid > .container:has(.grid-column-3col) {
  grid-column: span 3;
}
.grid-container-3col.first > .cmp-container > .aem-Grid > .container {
  padding-top: 0;
}
.grid-container-3col.last > .cmp-container {
  border: 0;
}
.grid-container-3col.last > .cmp-container > .aem-Grid > .container {
  padding-bottom: 0;
}

.teaser-custom > .teaser-ci > .cta-inline > .cmp-teaser > .cmp-teaser__content > .cmp-teaser__action-container .button-primary, .teaser-custom > .teaser-ci > .cta-inline > .cmp-teaser > .cmp-teaser__content > .cmp-teaser__action-container .button-secondary {
  display: inline;
  margin-right: 0.75rem;
}

#homepage-featured-solutions-1x1 * {
  box-sizing: border-box;
}
#homepage-featured-solutions-1x1 > .aem-Grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .title {
  grid-column: 1/3;
  margin-bottom: 1rem;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(292px, 1fr) 1fr;
  height: 480px;
  overflow: hidden;
}
.aem-AuthorLayer-Edit #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid {
  height: auto;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid { /* Remove height in AEM WYSIWYG editor */ }
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid::before, #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid::after {
  display: none;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container {
  overflow: hidden;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy {
  color: #fff;
  padding: 2rem;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.0625;
  text-transform: uppercase;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy p {
  font-size: 16px;
  line-height: 1.5;
  padding: 1.5rem 0;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid::before, #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid::after {
  display: none;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid .image {
  float: none;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image img {
  display: block;
  height: 480px;
  width: auto;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature1 {
  background: #213469;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature1 .container .feature-image img {
  -o-object-position: -90px;
     object-position: -90px;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature2 {
  background: #657692;
}
#homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature2 .container .feature-image img {
  -o-object-position: 0px;
     object-position: 0px;
}
@media screen and (max-width: 1023px) {
  #homepage-featured-solutions-1x1 > .aem-Grid {
    grid-template-columns: 1fr;
  }
  #homepage-featured-solutions-1x1 > .aem-Grid > .title {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 599px) {
  #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image img {
    height: auto;
    width: 100%;
  }
  #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container:last-child {
    grid-row: 1/2;
  }
  #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature1 .container .feature-image img {
    -o-object-position: 0px;
       object-position: 0px;
  }
  #homepage-featured-solutions-1x1 > .aem-Grid > .container > .layout-full > .cmp-container#feature2 .container .feature-image img {
    -o-object-position: 0px;
       object-position: 0px;
  }
}

#homepage-featured-solutions-1x2 * {
  box-sizing: border-box;
}
#homepage-featured-solutions-1x2 > .aem-Grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(12, 1fr);
}
#homepage-featured-solutions-1x2 > .aem-Grid > .title {
  grid-column: 1/span 12;
  grid-row: 1/span 1;
  margin-bottom: 1rem;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container {
  float: none;
  overflow: hidden;
  width: unset;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(2) {
  grid-column: 1/span 7;
  grid-row: 2/span 2;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(3) {
  grid-column: 8/span 5;
  grid-row: 2/span 1;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(4) {
  grid-column: 8/span 5;
  grid-row: 3/span 1;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container::before, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container::after {
  display: none;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid {
  align-items: end;
  display: grid;
  overflow: hidden;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid::before, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid::after {
  display: none;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container {
  float: none;
  width: unset;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy {
  padding: 2rem;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy h3 {
  line-height: 1;
  text-transform: uppercase;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-copy p {
  font-size: 16px;
  line-height: 1.5;
  margin: 1rem 0 0;
  padding: 0;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image {
  margin-left: -2rem;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid::before, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid::after {
  display: none;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image .aem-Grid .image {
  float: none;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container > .aem-Grid .container .feature-image img {
  display: block;
  width: auto;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature {
  background: #fff;
  border: solid 1px #ddd;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid {
  grid-gap: 0 2rem;
  grid-template-columns: 57.1428571429% 42.8571428571%;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-copy h3 {
  color: #213469;
  font-size: 40px;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-copy .button {
  margin: 1.5rem 0 0;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-image {
  overflow: hidden;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-image img {
  height: calc(490px + 2rem);
  -o-object-position: -410px;
     object-position: -410px;
  transition: all 1s ease-in-out;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid {
  grid-gap: 0 2rem;
  grid-template-columns: 60% 40%;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-copy h3, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-copy h3 {
  color: #fff;
  font-size: 26px;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-copy p, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-copy p {
  color: #fff;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-copy p a, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-copy p a {
  color: #fff;
  text-decoration-color: #fff;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-image, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-image {
  overflow: hidden;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-image img, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-image img {
  height: 245px;
  -o-object-position: 0px;
     object-position: 0px;
  transition: all 1s ease-in-out;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 {
  background: #213469;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-image img {
  -o-object-position: -90px;
     object-position: -90px;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 {
  background: #657692;
}
#homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-image img {
  -o-object-position: -80px;
     object-position: -80px;
}
@media screen and (max-width: 1023px) {
  #homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(2) {
    grid-column: 1/span 12;
    grid-row: 2/span 1;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(3) {
    grid-column: 1/span 6;
    grid-row: 3/span 1;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(4) {
    grid-column: 7/span 6;
    grid-row: 3/span 1;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid {
    grid-template-columns: 60% 40%;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-image img {
    height: 490px;
  }
}
@media screen and (max-width: 767px) {
  #homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(3) {
    grid-column: 1/span 12;
    grid-row: 3/span 1;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container:nth-child(4) {
    grid-column: 1/span 12;
    grid-row: 4/span 1;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-copy h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 439px) {
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container {
    overflow: hidden;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container:nth-child(1), #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container:nth-child(1), #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container:nth-child(2), #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container:nth-child(2), #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-image, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-image, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-image {
    margin: 0;
  }
  #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#feature > .aem-Grid .container .feature-image img, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra1 > .aem-Grid .container .feature-image img, #homepage-featured-solutions-1x2 > .aem-Grid > .container > .layout-full > .cmp-container#extra2 > .aem-Grid .container .feature-image img {
    height: auto;
    -o-object-position: 0;
       object-position: 0;
    width: 100%;
  }
}

.page-article .container .title h1.h3-d.border-bottom-highlight::after {
  bottom: -1rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text h2, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text h3 {
  margin: 1rem 0;
  padding: 0;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text h2 {
  margin-top: 2rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text p {
  margin: 1em 0;
  padding: 0;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text img.exhibit {
  max-width: 400px;
  width: 80%;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .small-d strong {
  font-weight: 700;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper {
  margin: 1em 0;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table p {
  line-height: 1.1;
  margin: 0;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .grey td {
  background-color: #ececec;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th {
  background: #647692;
  border: solid 1px #ccc;
  color: #fff;
  line-height: 1.1;
  padding: 0.85rem;
  text-align: left;
  vertical-align: bottom;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.altbg {
  background: #213469;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.blackbg {
  background: #111;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.nowrap {
  white-space: nowrap;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.center {
  text-align: center;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.right {
  text-align: right;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.vcenter {
  vertical-align: middle;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table thead tr th.vertical {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th {
  background: #bcc4d2;
  color: #111;
  text-align: left;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.nobg, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.nobg {
  background: none;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td {
  border: solid 1px #ccc;
  line-height: 1.1;
  padding: 0.85rem;
  vertical-align: top;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.nowrap, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.nowrap, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.nowrap, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.nowrap {
  white-space: nowrap;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.center, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.center, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.center, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.center {
  text-align: center;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.right, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.right, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.right, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.right {
  text-align: right;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.vcenter, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.vcenter, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.vcenter, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.vcenter {
  vertical-align: middle;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.grey, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.grey, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.grey, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.grey {
  color: #767676;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.green, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.green, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.green, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.green {
  color: #080;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th.red, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td.red, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th.red, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td.red {
  color: #800;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th ul, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td ul, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th ul, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr th ul li, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tbody tr td ul li, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr th ul li, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table tfoot tr td ul li {
  margin: 0 0 0.5rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small {
  font-size: 0.9rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small thead tr th {
  padding: 0.6rem 0.7rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small tbody tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small tbody tr td, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small tfoot tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.small tfoot tr td {
  padding: 0.6rem 0.7rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller {
  font-size: 0.8rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller thead tr th {
  padding: 0.4rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller tbody tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller tbody tr td, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller tfoot tr th, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table.smaller tfoot tr td {
  padding: 0.4rem;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-2 {
  background: rgba(70, 170, 70, 0.02);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-4 {
  background: rgba(70, 170, 70, 0.04);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-6 {
  background: rgba(70, 170, 70, 0.06);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-8 {
  background: rgba(70, 170, 70, 0.08);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-10 {
  background: rgba(70, 170, 70, 0.1);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-12 {
  background: rgba(70, 170, 70, 0.12);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-14 {
  background: rgba(70, 170, 70, 0.14);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-16 {
  background: rgba(70, 170, 70, 0.16);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-18 {
  background: rgba(70, 170, 70, 0.18);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-20 {
  background: rgba(70, 170, 70, 0.2);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-22 {
  background: rgba(70, 170, 70, 0.22);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-24 {
  background: rgba(70, 170, 70, 0.24);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-26 {
  background: rgba(70, 170, 70, 0.26);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-28 {
  background: rgba(70, 170, 70, 0.28);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-30 {
  background: rgba(70, 170, 70, 0.3);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-32 {
  background: rgba(70, 170, 70, 0.32);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-34 {
  background: rgba(70, 170, 70, 0.34);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-36 {
  background: rgba(70, 170, 70, 0.36);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-38 {
  background: rgba(70, 170, 70, 0.38);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-40 {
  background: rgba(70, 170, 70, 0.4);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-42 {
  background: rgba(70, 170, 70, 0.42);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-44 {
  background: rgba(70, 170, 70, 0.44);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-46 {
  background: rgba(70, 170, 70, 0.46);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-48 {
  background: rgba(70, 170, 70, 0.48);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-50 {
  background: rgba(70, 170, 70, 0.5);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-52 {
  background: rgba(70, 170, 70, 0.52);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-54 {
  background: rgba(70, 170, 70, 0.54);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-56 {
  background: rgba(70, 170, 70, 0.56);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-58 {
  background: rgba(70, 170, 70, 0.58);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-60 {
  background: rgba(70, 170, 70, 0.6);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-62 {
  background: rgba(70, 170, 70, 0.62);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-64 {
  background: rgba(70, 170, 70, 0.64);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-66 {
  background: rgba(70, 170, 70, 0.66);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-68 {
  background: rgba(70, 170, 70, 0.68);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-70 {
  background: rgba(70, 170, 70, 0.7);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-72 {
  background: rgba(70, 170, 70, 0.72);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-74 {
  background: rgba(70, 170, 70, 0.74);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-76 {
  background: rgba(70, 170, 70, 0.76);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-78 {
  background: rgba(70, 170, 70, 0.78);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-80 {
  background: rgba(70, 170, 70, 0.8);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-82 {
  background: rgba(70, 170, 70, 0.82);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-84 {
  background: rgba(70, 170, 70, 0.84);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-86 {
  background: rgba(70, 170, 70, 0.86);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-88 {
  background: rgba(70, 170, 70, 0.88);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-90 {
  background: rgba(70, 170, 70, 0.9);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-92 {
  background: rgba(70, 170, 70, 0.92);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-94 {
  background: rgba(70, 170, 70, 0.94);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-96 {
  background: rgba(70, 170, 70, 0.96);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-98 {
  background: rgba(70, 170, 70, 0.98);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-g-100 {
  background: rgb(70, 170, 70);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-2 {
  background: rgba(170, 0, 0, 0.02);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-4 {
  background: rgba(170, 0, 0, 0.04);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-6 {
  background: rgba(170, 0, 0, 0.06);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-8 {
  background: rgba(170, 0, 0, 0.08);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-10 {
  background: rgba(170, 0, 0, 0.1);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-12 {
  background: rgba(170, 0, 0, 0.12);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-14 {
  background: rgba(170, 0, 0, 0.14);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-16 {
  background: rgba(170, 0, 0, 0.16);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-18 {
  background: rgba(170, 0, 0, 0.18);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-20 {
  background: rgba(170, 0, 0, 0.2);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-22 {
  background: rgba(170, 0, 0, 0.22);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-24 {
  background: rgba(170, 0, 0, 0.24);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-26 {
  background: rgba(170, 0, 0, 0.26);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-28 {
  background: rgba(170, 0, 0, 0.28);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-30 {
  background: rgba(170, 0, 0, 0.3);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-32 {
  background: rgba(170, 0, 0, 0.32);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-34 {
  background: rgba(170, 0, 0, 0.34);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-36 {
  background: rgba(170, 0, 0, 0.36);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-38 {
  background: rgba(170, 0, 0, 0.38);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-40 {
  background: rgba(170, 0, 0, 0.4);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-42 {
  background: rgba(170, 0, 0, 0.42);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-44 {
  background: rgba(170, 0, 0, 0.44);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-46 {
  background: rgba(170, 0, 0, 0.46);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-48 {
  background: rgba(170, 0, 0, 0.48);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-50 {
  background: rgba(170, 0, 0, 0.5);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-52 {
  background: rgba(170, 0, 0, 0.52);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-54 {
  background: rgba(170, 0, 0, 0.54);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-56 {
  background: rgba(170, 0, 0, 0.56);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-58 {
  background: rgba(170, 0, 0, 0.58);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-60 {
  background: rgba(170, 0, 0, 0.6);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-62 {
  background: rgba(170, 0, 0, 0.62);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-64 {
  background: rgba(170, 0, 0, 0.64);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-66 {
  background: rgba(170, 0, 0, 0.66);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-68 {
  background: rgba(170, 0, 0, 0.68);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-70 {
  background: rgba(170, 0, 0, 0.7);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-72 {
  background: rgba(170, 0, 0, 0.72);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-74 {
  background: rgba(170, 0, 0, 0.74);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-76 {
  background: rgba(170, 0, 0, 0.76);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-78 {
  background: rgba(170, 0, 0, 0.78);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-80 {
  background: rgba(170, 0, 0, 0.8);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-82 {
  background: rgba(170, 0, 0, 0.82);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-84 {
  background: rgba(170, 0, 0, 0.84);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-86 {
  background: rgba(170, 0, 0, 0.86);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-88 {
  background: rgba(170, 0, 0, 0.88);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-90 {
  background: rgba(170, 0, 0, 0.9);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-92 {
  background: rgba(170, 0, 0, 0.92);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-94 {
  background: rgba(170, 0, 0, 0.94);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-96 {
  background: rgba(170, 0, 0, 0.96);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-98 {
  background: rgba(170, 0, 0, 0.98);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-r-100 {
  background: rgb(170, 0, 0);
  color: #fff;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-y-50 {
  background: rgba(170, 170, 0, 0.5);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .table-wrapper table .bg-y-100 {
  background: rgb(170, 170, 0);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .youtube-container {
  height: 0;
  margin: 1.5em 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .youtube-container iframe, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .youtube-container object, .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .youtube-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable {
  position: relative;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label {
  background: #ddd;
  border-radius: 3px;
  display: none;
  font-size: 16px;
  left: 50%;
  line-height: 1;
  padding: 5px 20px;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label input {
  display: none;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label span.reduce {
  display: none;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label:has(input:checked) + img {
  left: 50%;
  max-width: 1200px;
  position: relative;
  transform: translateX(-47%);
  width: 94vw;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label:has(input:checked) span.enlarge {
  display: none;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable label:has(input:checked) span.reduce {
  display: inline;
}
@media only screen and (min-width: 651px) {
  .page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .img-biggable:hover label {
    display: block;
  }
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .text .cmp-text .grid-2col {
  align-items: start;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .image .cmp-image img.cmp-image__image {
  margin-top: 3em;
}
.page-article .container .cc.layout-full .cmp-container .aem-Grid .cmp-experiencefragment--about-the-author .cmp-teaser__image {
  padding-left: 0;
  padding-top: 0;
}

.border-bottom-center {
  position: relative;
}
.border-bottom-center::after {
  background-color: #958d5f;
  bottom: -1rem;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.biography__modal__container .biography-modal .biography-modal-content .biography__each .biography__description p {
  padding-bottom: 12px;
}
.biography__modal__container .biography-modal .biography-modal-content .biography__each .biography__description p:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 651px) {
  .teaser-custom .teaser-ci .copy50 .cmp-teaser__content {
    max-width: 50%;
  }
  .teaser-custom .teaser-ci .copy66 .cmp-teaser__content {
    max-width: 66%;
  }
  .teaser-custom .teaser-ci .image50 .cmp-teaser__image {
    width: 50%;
  }
  .fw-teaser .teaser-ci .full-bleed .cmp-teaser .cmp-teaser__content {
    max-width: 90%;
  }
  .wtool .cmp-teaser__action-container > div > .button-secondary .cmp-teaser__action-link {
    width: 72px;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .paddl0 .cmp-teaser__image {
    padding-left: 0 !important;
  }
  .paddl0 .cmp-teaser__content {
    margin-right: 35px !important;
  }
}
.threecards .cmp-teaser__description {
  margin: 20px 0;
}
.threecards .cmp-teaser__action-container > div a.cmp-teaser__action-link {
  margin: 0 auto;
}
.threecards .teaser-ci .full-bleed .cmp-teaser .cmp-teaser__content {
  padding: 40px 15px;
  margin: 0 0;
  max-width: 100%;
  text-align: center;
}
.threecards .teaser-ci .cmp-teaser__image {
  padding: 0 0;
}
.threecards .teaser-ci .cmp-teaser__action-container {
  padding-top: 7px;
}
.threecards .teaser-ci .cmp-teaser__action-container > div {
  width: 100%;
  padding-right: 0;
}
.threecards .teaser-ci .tablet-stack > div {
  height: 100%;
}

@media only screen and (min-width: 760px) and (max-width: 1020px) {
  .threecards .button-secondary-light {
    min-width: unset;
  }
}
@media only screen and (min-width: 1290px) {
  .threecards.nowrap .cmp-teaser__description span {
    white-space: nowrap;
  }
}
.p-spacing p {
  margin: 15px 0;
}
.p-spacing .container .cc p, .p-spacing .cmp-teaser__description p {
  margin: 15px 0;
}

@media only screen and (max-width: 650px) {
  .fw-teaser .teaser-ci .full-bleed .cmp-teaser .cmp-teaser__content {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1440px) {
  .fw-teaser .teaser-ci .full-bleed .cmp-teaser .cmp-teaser__content {
    max-width: 1200px;
  }
}
.no-deco .cmp-teaser__action-link {
  text-decoration: none;
}

.featured-articles .featured-articles-container .featured-articles-wrapper .featured-articles-featured-articles .featured-articles-articles-wrapper .featured-articles-article-block {
  background: #fff;
}

.star-rating img {
  height: 10px;
  max-width: unset !important;
  padding: 0 0;
}

#pmi-landing .secondary-nav-row__text {
  text-transform: none !important;
}
#pmi-landing .pad40 {
  box-sizing: border-box;
  padding: 40px !important;
}
#pmi-landing .gam-cmp-form-text input {
  height: 32px !important;
  padding: 0 8px !important;
}

#ciiam-landing .required-action-modal-container > .required-action-modal-wrapper {
  max-height: 365px;
}
html[lang=fr] #ciiam-landing .required-action-modal-container > .required-action-modal-wrapper {
  max-height: 390px;
}
#ciiam-landing .required-action-modal-container > .required-action-modal-wrapper > .required-action-modal-button-container {
  padding: 0 16px;
}
#ciiam-landing #team .biography .biography-container {
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  #ciiam-landing .required-action-modal-container > .required-action-modal-wrapper {
    max-height: 100%;
  }
  html[lang=fr] #ciiam-landing .required-action-modal-container > .required-action-modal-wrapper {
    max-height: 100%;
  }
  #ciiam-landing .required-action-modal-container > .required-action-modal-wrapper > .required-action-modal-button-container {
    padding: 0 6px;
  }
}

.biography-container .biography__title {
  line-height: 1.5 !important;
  margin: 0.5rem 0 !important;
}

.biography .biography-container .biography-action-link p span::after {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  .capitalins .container.responsivegrid .cc {
    width: 100%;
  }
}
.capitalins .maxscroll {
  position: relative;
}
.capitalins .maxscroll ul {
  max-height: 500px;
  overflow: scroll;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 800px) {
  .capitalins .maxscroll ul {
    max-height: 400px;
  }
}
.capitalins .maxscroll ul li:last-child {
  padding-bottom: 26px !important;
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
  width: 100%;
}
.capitalins .maxscroll .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  border-bottom: 1px solid;
  width: 100%;
  background: linear-gradient(180deg, transparent, #f2f2f2 30%);
  padding: 10px 0;
}
.capitalins .maxscroll .scroll p {
  padding-top: 10px;
  padding-bottom: 0;
  opacity: 0.6;
  transition: 0.5s opacity;
  font-size: 0.9rem;
  font-weight: 600;
  pointer-events: none;
}
.capitalins .maxscroll:hover .scroll p {
  opacity: 1;
}

@media only screen and (max-width: 760px) {
  .img100 .teaser-ci .card-icon-above-title .cmp-teaser .cmp-teaser__image .cmp-image__image {
    width: 100%;
    height: auto;
  }
}
#ltcma {
  background-image: url("../jpg/hero-market-outlook-and-long-term-capital-market-assumptions-desktop.jpg_%3b%20filename_%3dutf-8%27%27hero-market-outlook-and-long-term-capital-market-assumptions-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  #ltcma {
    background-image: url("../jpg/hero-market-outlook-and-long-term-capital-market-assumptions-mobile.jpg_%3b%20filename_%3dutf-8%27%27hero-market-outlook-and-long-term-capital-market-assumptions-mobile.jpg");
    padding-top: 75px;
    margin-top: -75px;
  }
}
@media only screen and (max-width: 1200px) {
  #ltcma .mobile-hide {
    display: none;
  }
}

.transparentmenu #ltcma {
  margin-top: -130px;
  padding-top: 130px;
}
@media only screen and (max-width: 1440px) {
  .transparentmenu #ltcma {
    padding-top: 75px;
    margin-top: -75px;
  }
}/*# sourceMappingURL=custom.css.map */