.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

[class*=button-main-] {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 16px;
  color: #ffffff;
  min-height: 44px;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 6px;
  background-color: #7229D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7229D1;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[class*=button-main-]:hover {
  background-color: #46166B;
  border-color: #46166B;
  text-decoration: none;
}
[class*=button-main-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

.button-main-secondary {
  color: #46166B;
  background-color: #ffffff;
  border-color: #E4E3E6;
}
.button-main-secondary:hover {
  background-color: #F5F5F5;
  border-color: #E4E3E6;
}

[class*=button-pill-] {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  border: 1px solid #ece7f0;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 5px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 36px;
  color: #5C5C5C;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}
[class*=button-pill-]:hover {
  color: #5C5C5C;
  border: 1px solid #ece7f0;
  background-color: #F5F5F5;
  text-decoration: none;
}
[class*=button-pill-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

span.icon .subscription-link {
  padding: 0 6px 0 0;
  cursor: pointer;
  color: #5C5C5C;
  border: 0;
  background: transparent;
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
}
span.icon:after {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
span.icon:has(.throbber):after {
  background-image: none;
}
span.icon .ajax-progress.ajax-progress-throbber {
  margin: 0;
  padding: 0;
}
span.icon .ajax-progress.ajax-progress-throbber .throbber {
  position: absolute;
  right: 14px;
  top: 7px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url(../components/source/01-atoms/buttons/icon-loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
span.icon--subscribed.filled, span.icon--subscribe.filled {
  position: relative;
  border-color: #F3ECF8;
}
span.icon--subscribed.filled .subscription-link, span.icon--subscribe.filled .subscription-link {
  font-weight: 700;
}
span.icon--subscribed.filled:hover, span.icon--subscribed.filled:focus-visible, span.icon--subscribe.filled:hover, span.icon--subscribe.filled:focus-visible {
  border-color: #E7D8F3;
}
span.icon--subscribed.filled:has(.throbber):after, span.icon--subscribe.filled:has(.throbber):after {
  background-image: none;
}
span.icon--subscribed.filled .ajax-progress.ajax-progress-throbber .throbber, span.icon--subscribe.filled .ajax-progress.ajax-progress-throbber .throbber {
  top: 10px;
}
span.icon--subscribed:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribed.svg);
}
span.icon--subscribed.filled {
  background-color: #F3ECF8;
}
span.icon--subscribed.filled .subscription-link {
  color: #7229D1;
}
span.icon--subscribed.filled:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribed-filled.svg);
}
span.icon--subscribed.filled:hover, span.icon--subscribed.filled:focus-visible {
  background-color: #E7D8F3;
}
span.icon--subscribed.filled .ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../components/source/01-atoms/buttons/icon-loading-purple.svg);
}
span.icon--subscribe:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribe.svg);
}
span.icon--subscribe.filled {
  color: #ffffff;
  background-color: #7229D1;
}
span.icon--subscribe.filled .subscription-link {
  color: #ffffff;
}
span.icon--subscribe.filled:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribe-white.svg);
}
span.icon--subscribe.filled:hover, span.icon--subscribe.filled:focus-visible {
  background-color: #46166B;
}
span.icon--subscribe.filled .ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../components/source/01-atoms/buttons/icon-loading-white.svg);
}

iframe.aspect-ratio-16_9 {
  aspect-ratio: 16/9;
}
iframe.aspect-ratio-4_3 {
  aspect-ratio: 4/3;
}

.power_bi {
  overflow: hidden;
}
.power_bi iframe {
  margin-bottom: -68px;
}

#close-modal:checked + div + .iframe_embed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 8888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#close-modal:checked + div + .iframe_embed .iframe-embed-wrapper {
  width: 100%;
}
@media (min-width: 56.25em) {
  #close-modal:checked + div + .iframe_embed .iframe-embed-wrapper {
    width: 100%;
  }
}
@media (min-width: 75em) {
  #close-modal:checked + div + .iframe_embed .iframe-embed-wrapper {
    width: 85%;
  }
}

#close-modal + .iframe-embed__close-modal .icon--close-modal span.open-button-text,
#close-modal:checked + .iframe-embed__close-modal .icon--close-modal span.close-button-text {
  display: inline-block;
}

#close-modal + .iframe-embed__close-modal .icon--close-modal span.close-button-text,
#close-modal:checked + .iframe-embed__close-modal .icon--close-modal span.open-button-text {
  display: none;
}

#close-modal + .iframe-embed__close-modal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
#close-modal + .iframe-embed__close-modal label {
  background: none;
  border: none;
  text-transform: none;
  color: #fff;
}
#close-modal + .iframe-embed__close-modal label:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#close-modal + .iframe-embed__close-modal label.ui-visual-focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#close-modal + .iframe-embed__close-modal label span {
  display: none;
}

#close-modal:checked + .iframe-embed__close-modal {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  z-index: 9999;
}

[class*=promo_lean] {
  border-top: 1px solid #E4E3E6;
  border-bottom: 1px solid #E4E3E6;
  margin: 21px 0;
}
@media (min-width: 37.5em) {
  [class*=promo_lean] {
    margin: 35px 0;
  }
}
[class*=promo_lean] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px 0;
}
[class*=promo_lean] .promo-lean__image {
  max-width: 52px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}
[class*=promo_lean] .promo-lean__image img {
  border-radius: 4px;
}
[class*=promo_lean] .promo-lean__image + .promo-lean__content .promo-lean__eyebrow_label {
  padding-top: 2px;
}
[class*=promo_lean] .promo-lean__image + .promo-lean__content + .promo-lean__button {
  margin-top: 21px;
}
@media (min-width: 37.5em) {
  [class*=promo_lean] .promo-lean__image + .promo-lean__content + .promo-lean__button {
    margin-top: 4px;
  }
}
[class*=promo_lean] .promo-lean__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (min-width: 37.5em) {
  [class*=promo_lean] .promo-lean__content {
    padding-right: 21px;
  }
}
[class*=promo_lean] .promo-lean__eyebrow_label {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
[class*=promo_lean] .promo-lean__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
[class*=promo_lean] .promo-lean__button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 21px;
}
@media (min-width: 37.5em) {
  [class*=promo_lean] .promo-lean__button {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
  }
}
/*# sourceMappingURL=styles-component.css.map */
