/* Attention the two vars below are only necessary for local compiling of less */
/* Attention the two vars above are only necessary for local compiling of less */
/*
 *  Change Can't Wait Variables
 *
 *  The font-size and line-height values below are using American Universities custom rem
 *  calculations: 1rem = 10px
 *
 *  In the comments for font-size and line-height you will find the pixel value used in the design 
 *  and the standard rem calulation of the pixels.  
 *
 *  The standard rem calculations are using the standard convertion: 1rem = 16px 
 *
 */
 @font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-regular.woff') format('woff'), url('../woff2/gt-walsheim-regular.woff2') format('woff2');
  font-weight: 400 600;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-regular-oblique.woff') format('woff'), url('../woff2/gt-walsheim-regular-oblique.woff2') format('woff2');
  font-weight: 400 600;
  font-style: italic;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-bold.woff') format('woff'), url('../woff2/gt-walsheim-bold.woff2') format('woff2');
  font-weight: 700 900;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-bold-oblique.woff') format('woff'), url('../woff2/gt-walsheim-bold-oblique.woff2') format('woff2');
  font-weight: 700 900;
  font-style: italic;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-light.woff') format('woff'), url('../woff2/gt-walsheim-light.woff2') format('woff2');
  font-weight: 100 300;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../woff/gt-walsheim-light-oblique.woff') format('woff'), url('../woff2/gt-walsheim-light-oblique.woff2') format('woff2');
  font-weight: 100 300;
  font-style: italic;
}
/* Colors: */
/*  Gradient Colors 
    these color are not used anywhere else on the site, except the gradients
*/
/* Font Family */
/* Font Weights */
/* gradients */
/*  Footer Colors 
    these color are taken from the current AU Footer and are only used in the footer viathe designs
*/
.gradient-text {
  /* Fallback: Set a background color. */
  background-color: #182449;
  /* Create the gradient. */
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  width: fit-content;
}
/* Animations: */
@keyframes fillInFromLeft {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.center-horizontally,
.au-ccw__xl-body.center-horizontally {
  text-align: center!important;
}
.au-three-column-item-desc.au-ccw__large-body.adj-fs-24 {
  font-size: 2.4rem;
  line-height: 4rem;
}
/* Character Styles */
.au-ccw__h1 {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__h1 {
    font-size: 4.8rem;
    letter-spacing: -0.48px;
    line-height: 5.7rem;
  }
}
.au-ccw__h1--hero-text {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 5.3rem;
  font-weight: 300;
  letter-spacing: -1.06px;
  line-height: 6.3rem;
  text-align: center;
  text-transform: uppercase;
}
.au-ccw__h1--hero-text span {
  display: block;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .au-ccw__h1--hero-text {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    line-height: 3.2rem;
  }
}
.au-ccw__primary-h2 {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -1.15px;
  line-height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__primary-h2 {
    font-size: 2.8rem;
    letter-spacing: -0.67px;
    line-height: 3.4rem;
  }
}
.au-ccw__primary-h2--bold {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -1.15px;
  line-height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__primary-h2--bold {
    font-size: 2.8rem;
    letter-spacing: -0.67px;
    line-height: 3.4rem;
  }
}
.au-ccw__secondary-h2 {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: uppercase;
}
.au-ccw__tertiary-h2 {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2rem;
  font-style: 700;
  font-weight: 700;
  line-height: 2.4rem;
}
.au-ccw__h2--hero-text {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: -0.9px;
  line-height: 5.8rem;
  text-align: center;
  text-transform: uppercase;
}
.au-ccw__h2--hero-text span {
  display: block;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .au-ccw__h2--hero-text {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    line-height: 3.2rem;
  }
}
.au-ccw__primary-h3 {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 6.4rem;
  text-transform: uppercase;
}
.au-ccw__secondary-h3 {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: uppercase;
}
.au-ccw__tertiary-h3 {
  color: #727A87;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__tertiary-h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.au-ccw__tertiary-h3--bold {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__tertiary-h3--bold {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.au-ccw__primary-h4,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article h3 {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__primary-h4,
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.au-ccw__primary-h4--purple {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: titlecase;
}
.au-ccw__secondary-h4 {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.au-ccw__tertiary-h4 {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: titlecase;
}
.au-ccw-2024__h2 {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  text-transform: titlecase;
}
.au-ccw-2024__stats-h3 {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: -1.3px;
  line-height: 68px;
}
.au-ccw__xl-body {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .au-ccw__xl-body {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.au-ccw__large-body {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
}
.au-ccw__body {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.au-ccw__body--white {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.au-ccw__body--bold,
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail .au-ccw-pillar-goals-target {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.au-ccw__quote {
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.au-ccw__button {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.au-ccw__primary-cta,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article p a {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.au-ccw__secondary-cta,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article a {
  color: #C1ABFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.au-ccw__primary-menu {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .au-ccw__primary-menu {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}
.au-ccw__secondary-menu {
  color: #FFFFFF;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-transform: uppercase;
}
.au-text-center {
  text-align: center;
  width: 100%;
}
/* Max Widths */
.au-ccw-content-cover--dark-blue,
.au-ccw-content-cover--gradient {
  width: 100%;
}
.au-ccw-content-cover--dark-blue--inner,
.au-ccw-content-cover--gradient--inner,
.au-ccw-content-cover--dark-blue > *,
.au-ccw-content-cover--gradient > * {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.au-ccw-content-cover--dark-blue h2,
.au-ccw-content-cover--gradient h2 {
  margin-bottom: 33px;
}
.au-ccw-content-cover--dark-blue .au-ccw-2024__h2,
.au-ccw-content-cover--gradient .au-ccw-2024__h2 {
  margin-bottom: 25px;
}
.au-ccw-content-cover--dark-blue .au-challenge-accepted-ca-inner,
.au-ccw-content-cover--gradient .au-challenge-accepted-ca-inner {
  padding-bottom: 28px;
  padding-top: 48px;
  text-align: center;
}
.au-ccw-content-cover--dark-blue .au-challenge-accepted-ca-inner:has(.au-ccw-bottom-image),
.au-ccw-content-cover--gradient .au-challenge-accepted-ca-inner:has(.au-ccw-bottom-image) {
  padding-bottom: 0;
}
.au-ccw-content-cover--dark-blue .au-ccw-bottom-image,
.au-ccw-content-cover--gradient .au-ccw-bottom-image {
  margin-bottom: 0;
}
.au-ccw-content-cover--dark-blue figure img,
.au-ccw-content-cover--gradient figure img {
  margin: 0 auto;
}
.au-ccw-content-cover--dark-blue figure figcaption,
.au-ccw-content-cover--gradient figure figcaption {
  display: none;
}
.au-ccw-content-cover--dark-blue {
  background: #182449;
}
.au-ccw-content-cover--dark-blue--inner *,
.au-ccw-content-cover--dark-blue > * * {
  color: #FFFFFF;
}
.au-ccw-content-cover--gradient {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(60, 32, 140, 0.07) 70%, rgba(60, 32, 140, 0.175) 100%) 0% 0% no-repeat padding-box;
}
.au-ccw-content-cover--gradient .au-ccw__xl-body {
  margin-bottom: 50px;
}
html {
  scroll-behavior: smooth;
}
body[class*="change-cant-wait"] {
  /* over-rides for global header */
  /* update background color to white */
  /* update logo height and change width to auto for logo */
  /* change menu and hamburger color to blue */
  /* adjust font size for "menu" word */
  /* resize the hamburger */
  /* put content start below sticky nav */
  /* footer over rides */
  /* update social media icons */
}
body[class*="change-cant-wait"] a[href],
body[class*="change-cant-wait"] h1,
body[class*="change-cant-wait"] h2,
body[class*="change-cant-wait"] h3,
body[class*="change-cant-wait"] h4,
body[class*="change-cant-wait"] span,
body[class*="change-cant-wait"] strong,
body[class*="change-cant-wait"] b,
body[class*="change-cant-wait"] aside blockquote,
body[class*="change-cant-wait"] p,
body[class*="change-cant-wait"] address,
body[class*="change-cant-wait"] q,
body[class*="change-cant-wait"] blockquote,
body[class*="change-cant-wait"] figcaption,
body[class*="change-cant-wait"] figure,
body[class*="change-cant-wait"] dl dt,
body[class*="change-cant-wait"] dl dd,
body[class*="change-cant-wait"] #section-content section.story-listing article header h1 {
  font-family: 'GT Walsheim', sans-serif;
}
body[class*="change-cant-wait"] strong,
body[class*="change-cant-wait"] b {
  font-weight: 700;
}
body[class*="change-cant-wait"] a:focus,
body[class*="change-cant-wait"] button:focus {
  outline: 1px dotted #3C208C !important;
}
body[class*="change-cant-wait"] a:focus img,
body[class*="change-cant-wait"] button:focus img {
  outline: 1px dotted #3C208C !important;
}
body[class*="change-cant-wait"] a,
body[class*="change-cant-wait"] a[href] {
  color: #004FA3;
  text-decoration-color: #004FA3;
}
body[class*="change-cant-wait"] p a:not(.au-ccw__button--gradient) {
  text-decoration: underline;
}
body[class*="change-cant-wait"] .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body[class*="change-cant-wait"] .col-lg-1,
body[class*="change-cant-wait"] .col-lg-10,
body[class*="change-cant-wait"] .col-lg-11,
body[class*="change-cant-wait"] .col-lg-12,
body[class*="change-cant-wait"] .col-lg-2,
body[class*="change-cant-wait"] .col-lg-3,
body[class*="change-cant-wait"] .col-lg-4,
body[class*="change-cant-wait"] .col-lg-5,
body[class*="change-cant-wait"] .col-lg-6,
body[class*="change-cant-wait"] .col-lg-7,
body[class*="change-cant-wait"] .col-lg-8,
body[class*="change-cant-wait"] .col-lg-9,
body[class*="change-cant-wait"] .col-md-1,
body[class*="change-cant-wait"] .col-md-10,
body[class*="change-cant-wait"] .col-md-11,
body[class*="change-cant-wait"] .col-md-12,
body[class*="change-cant-wait"] .col-md-2,
body[class*="change-cant-wait"] .col-md-3,
body[class*="change-cant-wait"] .col-md-4,
body[class*="change-cant-wait"] .col-md-5,
body[class*="change-cant-wait"] .col-md-6,
body[class*="change-cant-wait"] .col-md-7,
body[class*="change-cant-wait"] .col-md-8,
body[class*="change-cant-wait"] .col-md-9,
body[class*="change-cant-wait"] .col-sm-1,
body[class*="change-cant-wait"] .col-sm-10,
body[class*="change-cant-wait"] .col-sm-11,
body[class*="change-cant-wait"] .col-sm-12,
body[class*="change-cant-wait"] .col-sm-2,
body[class*="change-cant-wait"] .col-sm-3,
body[class*="change-cant-wait"] .col-sm-4,
body[class*="change-cant-wait"] .col-sm-5,
body[class*="change-cant-wait"] .col-sm-6,
body[class*="change-cant-wait"] .col-sm-7,
body[class*="change-cant-wait"] .col-sm-8,
body[class*="change-cant-wait"] .col-sm-9,
body[class*="change-cant-wait"] .col-xs-1,
body[class*="change-cant-wait"] .col-xs-10,
body[class*="change-cant-wait"] .col-xs-11,
body[class*="change-cant-wait"] .col-xs-12,
body[class*="change-cant-wait"] .col-xs-2,
body[class*="change-cant-wait"] .col-xs-3,
body[class*="change-cant-wait"] .col-xs-4,
body[class*="change-cant-wait"] .col-xs-5,
body[class*="change-cant-wait"] .col-xs-6,
body[class*="change-cant-wait"] .col-xs-7,
body[class*="change-cant-wait"] .col-xs-8,
body[class*="change-cant-wait"] .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
body[class*="change-cant-wait"] .cs_control.CS_Element_Custom .au-challenge-accepted-ca-inner h1 {
  margin-bottom: 31px;
  margin-top: 79px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .cs_control.CS_Element_Custom .au-challenge-accepted-ca-inner h1 {
    margin-bottom: 26px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] figure.au-desktop-only {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw__button--gradient,
body[class*="change-cant-wait"] a.au-ccw__button--gradient,
body[class*="change-cant-wait"] a[href].au-ccw__button--gradient {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 22px;
  padding: 16px 37px;
  text-decoration-color: #FFFFFF;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .au-ccw--grad-underline {
  margin: 0 auto 57px;
  position: relative;
  width: fit-content;
}
body[class*="change-cant-wait"] .au-ccw--grad-underline::before {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw--grad-underline {
    margin: 0 auto 45px;
    padding-bottom: 4px;
  }
}
body[class*="change-cant-wait"] blockquote,
body[class*="change-cant-wait"] blockquote p {
  display: block;
  background-color: #FFFFFF;
  border: none;
  border-left: none;
  box-shadow: 11px 11px 20px #00000029;
  color: #3C208C;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0;
  margin-top: 98px;
  padding: 63px 34px 40px 32px;
  position: relative;
}
body[class*="change-cant-wait"] blockquote::before,
body[class*="change-cant-wait"] blockquote p::before {
  background: url(../svg/au-ccw__quotation-mark.svg) no-repeat center;
  background-size: 100%;
  content: '';
  height: 75px;
  left: 0;
  position: absolute;
  top: -42px;
  width: 105px;
}
body[class*="change-cant-wait"] blockquote::after,
body[class*="change-cant-wait"] blockquote p::after {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  content: "\201D";
  font-size: 2.4rem;
  line-height: 3.2rem;
  vertical-align: unset;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] blockquote,
  body[class*="change-cant-wait"] blockquote p {
    margin: 98px 30px 65px;
    padding: 50px 30px 38px;
  }
  body[class*="change-cant-wait"] blockquote::before,
  body[class*="change-cant-wait"] blockquote p::before {
    height: 59.2px;
    top: -30px;
    width: 83px;
  }
}
body[class*="change-cant-wait"] aside:has(>blockquote) {
  background-color: #FFFFFF;
  box-shadow: 11px 11px 20px #00000029;
  margin-top: 98px;
  padding: 63px 34px 40px 32px;
  position: relative;
  color: #3C208C;
}
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote,
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote p {
  border: none;
  border-left: none;
  box-shadow: none;
  color: #3C208C;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 3.2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote::before,
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote p::before {
  content: none;
}
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote::after {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  content: "\201D";
  font-size: 2.4rem;
  line-height: 3.2rem;
  vertical-align: unset;
}
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote:has(>p)::after {
  content: none;
}
body[class*="change-cant-wait"] aside:has(>blockquote) blockquote:has(>p) p::after {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  content: "\201D";
  font-size: 2.4rem;
  line-height: 3.2rem;
  vertical-align: unset;
}
body[class*="change-cant-wait"] aside:has(>blockquote)::before {
  background: url(../svg/au-ccw__quotation-mark.svg) no-repeat center;
  background-size: 100%;
  content: '';
  height: 75px;
  left: 0;
  position: absolute;
  top: -42px;
  width: 105px;
}
body[class*="change-cant-wait"] aside:has(>blockquote) + cite,
body[class*="change-cant-wait"] aside:has(>blockquote) cite {
  color: #1A1C21;
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 32px 0 0;
  text-align: left;
}
body[class*="change-cant-wait"] aside:has(>blockquote) + cite::before,
body[class*="change-cant-wait"] aside:has(>blockquote) cite::before {
  content: none;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] aside:has(>blockquote) {
    margin: 98px 30px 65px;
    padding: 50px 30px 38px;
  }
  body[class*="change-cant-wait"] aside:has(>blockquote)::before {
    height: 59.2px;
    top: -30px;
    width: 83px;
  }
  body[class*="change-cant-wait"] aside:has(>blockquote) cite {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
body[class*="change-cant-wait"] header[role="banner"] #row-all-logo button.navbar-toggle span.ion-android-menu:before {
  line-height: normal;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full button.navbar-toggle {
  width: auto;
}
body[class*="change-cant-wait"] .template-BRAND2021 #header-main #row-all-logo > div:first-child {
  padding: 0 !important;
}
body[class*="change-cant-wait"] #header-main {
  background: #3C208C;
  border-bottom: none;
  max-height: 62px;
  padding: 1rem 0;
}
body[class*="change-cant-wait"] #header-main .col-xs-11.col-sm-11.col-md-10 {
  flex: none;
  justify-self: flex-start;
  margin: 0 auto 0 0;
  padding: 0;
  width: auto;
}
body[class*="change-cant-wait"] #header-main .navbar-full.col-xs-1.col-sm-1.col-md-2 {
  display: flex;
  flex: none;
  justify-self: self-start;
  margin: 0 0 0 auto;
  max-width: none;
  padding: 0;
  width: auto;
}
body[class*="change-cant-wait"] #header-main #row-all-logo {
  align-items: flex-start;
  display: flex;
  flex: auto;
  justify-content: space-between;
  margin: auto;
  max-width: 1920px;
  padding: 0 80px;
}
body[class*="change-cant-wait"] #header-main #row-all-logo a[href]:hover img,
body[class*="change-cant-wait"] #header-main #row-all-logo a[href]:focus img {
  background: transparent;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #header-main #row-all-logo {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #header-main #row-all-logo {
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full {
  font-family: 'GT Walsheim', sans-serif;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav {
    display: none;
  }
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul {
  display: flex;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul li {
  margin: 0  32px 0 0;
  padding: 0;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul li a:focus {
  color: #fff;
  outline: 1px dotted #FFFFFF !important;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full button.navbar-toggle {
  background: transparent;
  height: 24px;
  margin-top: 7px;
  width: auto;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full button.navbar-toggle span.ion-drag:before {
  line-height: normal !important;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-navbar-donate {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 5px;
  padding: 5px 16px;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-navbar-donate:focus {
  outline: 1px dotted #FFFFFF !important;
  color: #FFFFFF;
}
body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-navbar-donate:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #header-main #row-all-logo .navbar-full .au-ccw-navbar-donate {
    display: none;
  }
}
body[class*="change-cant-wait"] #header-main #new-nav {
  background: #3C208C;
  height: 100vh;
  max-width: 816px;
  overflow: auto;
  top: 0;
  width: 816px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body[class*="change-cant-wait"] #header-main #new-nav {
    left: 0;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body[class*="change-cant-wait"] #header-main #new-nav {
    left: 0;
    max-width: none;
    min-width: none;
    width: 100%;
  }
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head {
  align-items: flex-start;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 50px;
  width: 100%;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head img {
  height: 93.5px;
  margin: 23px 0 0 0;
  width: 81.8px;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-nav-header-controls {
  align-items: flex-start;
  display: flex;
  margin: 23px 0 0 0;
  width: 200px;
  justify-content: space-between;
}
@media screen and (max-width: 330px) {
  body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-nav-header-controls {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-nav-header-controls button.navbar-toggle {
  margin-top: -6px;
  width: 19px;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-nav-header-controls button.navbar-toggle:focus {
  outline: 1px dotted #FFFFFF !important;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-navbar-donate {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box !important;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 5px;
  padding: 5px 16px;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-navbar-donate:focus {
  outline: 1px dotted #FFFFFF !important;
  color: #FFFFFF;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-navbar-donate:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head .au-ccw-navbar-donate {
    display: block;
  }
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head button.navbar-toggle {
  padding: 0;
  margin-top: 0;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ccw-nav-head button.navbar-toggle span:before {
  top: -10px;
}
body[class*="change-cant-wait"] #header-main #new-nav[aria-expanded="false"] {
  display: none;
}
body[class*="change-cant-wait"] #header-main #new-nav[aria-expanded="true"] {
  display: block;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation {
  font-family: 'GT Walsheim', sans-serif;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul {
  padding-top: 15px;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul > li {
  margin-bottom: 32px;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul li {
  font-size: 4.8rem;
  font-weight: 700;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul li a:focus {
  color: #fff;
  outline: 1px dotted #fff !important;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul li ul {
  padding-top: 0;
}
body[class*="change-cant-wait"] #header-main #new-nav .au-ca-navigation ul li ul li ul li {
  font-size: 2.4rem;
  font-weight: 400;
}
body[class*="change-cant-wait"] .homepage-video {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  height: calc(100vh - 69px);
  justify-content: center;
  line-height: 3.2rem;
  margin: 1px auto 0;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-height: 675px) {
  body[class*="change-cant-wait"] .homepage-video {
    height: 630px;
  }
}
@media screen and (max-width: 640px) {
  body[class*="change-cant-wait"] .homepage-video h1.h1 img {
    width: 75%;
    margin: -150px auto 0;
  }
}
body[class*="change-cant-wait"] .homepage-video:after {
  background: transparent radial-gradient(at 50% 150%, rgba(60, 32, 140, 0.25) 5%, rgba(60, 32, 140, 0.5) 30%, rgba(60, 32, 140, 0.8) 60%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body[class*="change-cant-wait"] .homepage-video .homepage-video-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1280px;
  padding: 0 80px 0 80px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .homepage-video .homepage-video-content {
    padding: 0 20px 0 20px;
  }
}
body[class*="change-cant-wait"] .homepage-video .homepage-video-content header {
  margin: auto;
  max-width: 400px;
}
body[class*="change-cant-wait"] .homepage-video .homepage-video-content header .au-ca-call-video-link {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  padding: 20px 0 0 0;
  justify-content: center;
  width: auto;
}
body[class*="change-cant-wait"] .homepage-video .homepage-video-content header .au-play-link-model {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .homepage-video .homepage-video-content p {
  color: #fff;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 40px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .homepage-video .homepage-video-content p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
body[class*="change-cant-wait"] .homepage-video video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body[class*="change-cant-wait"] .homepage-video .explore-link {
  background: url(../svg/arrow-down--white-2.svg) no-repeat center bottom;
  bottom: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 90px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  text-transform: uppercase;
  z-index: 2;
}
body[class*="change-cant-wait"] .homepage-video .explore-link:hover {
  text-decoration: none;
}
body[class*="change-cant-wait"] .homepage-image.hero-image--no-overlay::after {
  content: none;
}
body[class*="change-cant-wait"] .hero-image-container-desktop,
body[class*="change-cant-wait"] .hero-image-container-mobile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .homepage-video.homepage-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
}
body[class*="change-cant-wait"] .homepage-video.homepage-image .hero-image-container-desktop {
  display: block;
}
body[class*="change-cant-wait"] .homepage-video.homepage-image .hero-image-container-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .homepage-video.homepage-image {
    min-height: 687px;
  }
}
@media screen and (max-width: 640px) {
  body[class*="change-cant-wait"] .homepage-video.homepage-image {
    min-height: unset;
  }
  body[class*="change-cant-wait"] .homepage-video.homepage-image .hero-image-container-desktop {
    display: none;
  }
  body[class*="change-cant-wait"] .homepage-video.homepage-image .hero-image-container-mobile {
    display: block;
  }
}
body[class*="change-cant-wait"] .homepage-video.homepage-image .homepage-image-content {
  padding-bottom: 186px;
  padding-top: 72px;
}
body[class*="change-cant-wait"] .homepage-video.homepage-image .homepage-image-content h1,
body[class*="change-cant-wait"] .homepage-video.homepage-image .homepage-image-content img {
  margin: 0 auto;
}
body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image {
  min-height: unset;
}
body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .hero-image-container-desktop {
  display: block;
}
body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .hero-image-container-mobile {
  display: none;
}
body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .homepage-image-content {
  height: 406px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .hero-image-container-desktop {
    display: none;
  }
  body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .hero-image-container-mobile {
    display: block;
  }
  body[class*="change-cant-wait"] .section-hero--image-w-text .homepage-video.homepage-image .homepage-image-content {
    height: 224px;
  }
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content {
  height: unset;
  max-width: unset;
  padding-top: 79px;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content p {
  color: #000000;
  line-height: 4rem;
  max-width: unset;
  text-align: left;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content .au-ccw-homepage-goals--inner__rail {
  line-height: 0;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw__h1--hero-text {
  color: #FFFFFF;
  font-size: 5.3rem;
  line-height: 63px;
}
@media screen and (max-width: 640px) {
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw__h1--hero-text {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
    line-height: 3.2rem;
  }
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-hero-text-after {
  margin: 67px auto 0;
  max-width: 1120px;
  padding: 60px 56px 78px;
  width: 100%;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-hero-text-after--inner p {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-hero-text-after--inner *:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-hero-text-after--inner *:not(.au-ccw-homepage-goals--inner, .au-ccw-homepage-goals--inner *) {
    padding: 0 90px;
  }
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-hero-text-after::before {
  content: none;
}
body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .au-ccw-homepage-goals--inner {
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content {
    padding-top: 42px;
  }
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content .au-ccw-hero-text-after {
    margin: 41px auto 0;
    padding: 37px 21px 35px 22px;
    text-align: center;
    width: calc(100% - 40px);
  }
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap .homepage-video.homepage-image .homepage-image-content .au-ccw-hero-text-after p {
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap:has(+ .CS_Element_Custom .au-ccw-content-cover--dark-blue) {
    position: relative;
  }
  body[class*="change-cant-wait"] .section-hero--image-w-text-overlap:has(+ .CS_Element_Custom .au-ccw-content-cover--dark-blue) .homepage-image::before {
    content: '';
    background-color: #182449;
    bottom: 0;
    height: 146px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after {
  background-color: #F4F4F5;
  margin: -120px auto 124px;
  max-width: 1142px;
  padding: 51px 95px 65px;
  position: relative;
  z-index: 1;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after.lessing-mb {
  margin: -120px auto 90px;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after::before {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after h1 {
  margin: 0;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after p,
body[class*="change-cant-wait"] .au-ccw-hero-text-after a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after *:not(:last-child) {
  margin-bottom: 50px;
}
body[class*="change-cant-wait"] .au-ccw-hero-text-after a {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-text-after {
    margin: -74px 20px 65px;
    padding: 38px 20px 61px 23px;
  }
  body[class*="change-cant-wait"] .au-ccw-hero-text-after h1.au-ccw__h1--hero-text {
    margin-bottom: 39px;
  }
  body[class*="change-cant-wait"] .au-ccw-hero-text-after p.au-ccw__xl-body {
    font-size: 2rem;
    line-height: 3rem;
  }
  body[class*="change-cant-wait"] .au-ccw-hero-text-after *:not(:last-child) {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 450px) {
  body[class*="change-cant-wait"] .au-ccw-hero-text-after p {
    text-align: left;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals {
  background: #FFFFFF;
  border-radius: 56px;
  margin: auto;
  margin-top: -32px;
  max-width: 1120px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals {
    margin-top: -30px;
  }
}
@media screen and (max-width: 450px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals {
    width: calc(100% - 60px);
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals h2.au-ccw__primary-h2--bold {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals h2.au-ccw__primary-h2--bold {
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: center;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner {
  align-items: center;
  border-radius: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner {
    padding: 5px;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner__rail {
  background: #D9DCE3 url(../au-ccw-goal-bg.html) repeat top left;
  border-radius: 46px;
  height: 44px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner__rail {
    height: 53px;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner__rail_puck {
  align-items: center;
  animation: 6.25s ease-out 0s 1 fillInFromLeft;
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  border-radius: 46px;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  height: 44px;
  justify-content: center;
  line-height: 32px;
  text-align: center;
  width: auto;
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner__rail_puck span {
  display: block;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner__rail_puck {
    font-size: 2rem;
    height: 53px;
    line-height: 22px;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-divider {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-homepage-divider--title {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-homepage-divider--line {
  align-items: center;
  border-left: 1px solid #3C208C;
  border-right: 1px solid #3C208C;
  display: flex;
  height: 160px;
  margin: 112px auto;
  overflow: visible;
  width: 0;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-divider--line {
    margin: 56px auto;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-divider--title {
  margin: auto;
  min-width: 304px;
  transform: translateX(-50%);
}
body[class*="change-cant-wait"] .au-ccw-homepage-divider--title h2 {
  background: #FFFFFF;
  padding: 10px 0;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta {
  margin: auto;
  max-width: 1280px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta {
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a {
    justify-content: flex-start;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a h2 {
  color: #FFFFFF;
  font-size: 5.6rem;
  font-weight: 700;
  margin-left: 64px;
  padding-top: 56px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a h2 {
    font-size: 3.8rem;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a span {
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  margin-left: 64px;
  padding-bottom: 24px;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a span:before {
  border-top: 1px solid #FFFFFF;
  content: "";
  display: block;
  height: 0;
  margin-top: 12px;
  position: absolute;
  left: 0;
  width: 48px;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a p {
  color: #FFFFFF;
  line-height: 2.4rem;
  margin-left: 64px;
  margin-bottom: 0;
  padding-bottom: 56px;
  padding-right: 64px;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a footer {
  align-items: center;
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  display: flex;
  font-weight: 700;
  height: 50px;
  padding-left: 64px;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta a footer:after {
  background: url(../svg/icon__arrow--white.svg) no-repeat left center;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 36px;
  width: 42.79px;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta__content {
  background: #3C208C;
  justify-self: flex-start;
  left: 0;
  max-width: 640px;
  position: absolute;
  width: 75%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta__content {
    max-width: none;
    position: relative;
    width: 100%;
    margin: 75px 0;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta__content .au-banner-image-sub {
  padding-right: 40px;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta img {
  max-width: 736px !important;
  position: relative;
  overflow: visible;
  width: 75%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    width: 85%;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta.au-ccw-content--right a {
  justify-content: flex-start;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta.au-ccw-content--right a .au-ccw-homepage-pillar--cta__content {
  left: unset;
  right: 0;
}
body[class*="change-cant-wait"] .au-ccw-homepage-pillar--cta.au-ccw-content--right a img {
  right: 0;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow-x: auto;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image > div.threeArticles {
  max-width: 1280px;
  margin: auto;
  padding: 0 65px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image > div.threeArticles {
    flex-wrap: nowrap;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image > div.threeArticles {
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article {
  flex-direction: column;
  display: flex;
  background: transparent;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article {
    min-width: 326px;
    width: 326px;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article:before {
  height: calc(100% - 25px);
  margin-bottom: 0;
  margin-left: 0;
  width: 2px;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article h3,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article h4 {
  padding-left: 20px;
  padding-right: 30px;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article div:last-of-type {
  justify-self: flex-end;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.no-image article p {
  margin-bottom: 0;
  padding-left: 20px;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version {
  background: #1A1C21;
  margin: 120px 0 0 0;
  padding: 60px 0 60px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div {
    flex-wrap: nowrap;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > header {
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles,
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles,
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > header {
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > header {
  margin-bottom: 20px;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles {
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles {
    padding: 0 40px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version > div.threeArticles {
    padding: 0;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article {
  background: transparent;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article {
    margin-right: 48px !important;
    padding: 0;
    min-width: 352px;
  }
}
@media screen and (max-width: 840px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article {
    min-width: 37vw;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article {
    margin-right: 48px !important;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article {
    min-width: 75vw;
  }
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article:before {
  z-index: 3;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article h4,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article p,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article time {
  color: #FFFFFF;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article h4,
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article time {
  padding-left: 40px;
  padding-right: 30px;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article time {
  background: #1A1C21;
  display: block;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: -54px;
  padding-left: 40px;
  padding-top: 22px;
  position: relative;
  width: calc(86.36% + 20px);
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article a:hover {
  text-decoration: underline;
}
body[class*="change-cant-wait"] .story-listing.story-listing-updated.dark-version article p {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] #header-main.container-fluid.compact h1 img {
  height: 36px;
  width: auto;
}
body[class*="change-cant-wait"] #header-main #row-all-logo button.navbar-toggle {
  color: #FFFFFF;
}
body[class*="change-cant-wait"] #header-main #row-all-logo button.navbar-toggle {
  font-size: 1.2rem;
}
body[class*="change-cant-wait"] #header-main #row-all-logo button.navbar-toggle span.ion-android-menu:before {
  font-size: 3.2rem;
}
body[class*="change-cant-wait"] #main-container {
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #main-container {
    padding-top: 104px;
  }
}
body[class*="change-cant-wait"] #site-wrapper footer#site-footer {
  background: #C5C9D1;
  max-width: 100%;
  padding: 30px 0;
}
body[class*="change-cant-wait"] #site-wrapper footer#site-footer a {
  color: #004FA3;
}
body[class*="change-cant-wait"] #site-wrapper footer#site-footer .row.row-center {
  margin: auto;
  max-width: 1920px;
  padding: 0 60px 0 80px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper footer#site-footer .row.row-center {
    padding: 0 38px 0 36px;
  }
}
body[class*="change-cant-wait"] #site-wrapper footer[role="contentinfo"] .row .social li span[class^="ion-"] {
  color: #000000;
  text-shadow: none;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap {
  border-bottom: 1px solid #D9DCE3;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 97px;
  max-width: 1280px;
  padding: 0 80px 30px 80px;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap {
    border-bottom: none;
    overflow-x: hidden;
    padding: 0 40px;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="0"] .au-ccw-accordion-left .au-ccw-accordion-mobile-nav .au-ccw-accordion-mobile-nav-indi li:nth-child(1) a {
    background: #3C208C !important;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="0"] .au-ccw-accordion-left .au-ccw-accordion-list > li:nth-child(1) dd .au-ccw-accordion-content-mobile-sr.sr-only {
    height: auto;
    max-height: 5000px;
    transition: max-height 0.5s;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="1"] .au-ccw-accordion-left .au-ccw-accordion-mobile-nav .au-ccw-accordion-mobile-nav-indi li:nth-child(2) a {
    background: #3C208C;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="1"] .au-ccw-accordion-left .au-ccw-accordion-list {
    margin-left: -100%;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="1"] .au-ccw-accordion-left .au-ccw-accordion-list > li:nth-child(2) dd .au-ccw-accordion-content-mobile-sr.sr-only {
    height: auto;
    max-height: 5000px;
    transition: max-height 0.5s;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="2"] .au-ccw-accordion-left .au-ccw-accordion-mobile-nav .au-ccw-accordion-mobile-nav-indi li:nth-child(3) a {
    background: #3C208C;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="2"] .au-ccw-accordion-left .au-ccw-accordion-list {
    margin-left: -200%;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap[data-slide="2"] .au-ccw-accordion-left .au-ccw-accordion-list > li:nth-child(3) dd .au-ccw-accordion-content-mobile-sr.sr-only {
    height: auto;
    max-height: 5000px;
    transition: max-height 0.5s;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap {
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left {
  border-right: 1px solid #D9DCE3;
  width: 50%;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left {
    border-right: none;
    overflow: hidden;
    width: 95vw;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav {
  display: none;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav {
    display: block;
    margin-bottom: 29px;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li .au-ccw-accordion-mobile-nav-arr li {
  margin-right: 10px;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li .au-ccw-accordion-mobile-nav-indi {
  height: 100%;
  margin-left: 30px;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li .au-ccw-accordion-mobile-nav-indi li {
  height: 100%;
  margin-right: 10px;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li .au-ccw-accordion-mobile-nav-indi a {
  background: #8A95A5;
  display: block;
  height: 4px;
  width: 40px;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-mobile-nav ul li .au-ccw-accordion-mobile-nav-indi a:hover {
  background: #3C208C;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list {
  list-style: none;
  max-width: 90%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list {
    display: flex;
    max-width: none;
    transition: margin 0.5s;
    width: calc(100% * 3);
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list li {
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list li {
    width: 100%;
    margin-bottom: 0;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl {
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt h3 {
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
  transition: color 0.5s;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt h3:hover {
  color: #182449;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt h3:before {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 8px;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt h3:before {
    background: transparent linear-gradient(180deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt .au-ccw-accordion-subtitle-blurb {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 35px;
  transition: 0.5s 0s;
  transition-property: max-height, padding;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt .au-ccw-accordion-subtitle-blurb {
    max-height: none;
    padding: 15px 0 ;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dt .au-ccw-accordion-subtitle-blurb {
    margin-bottom: 29px;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd .au-ccw-accordion-content-mobile-sr.sr-only {
    clip: none;
    display: block;
    padding: o;
    position: relative;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s 0.15s;
    white-space: normal;
    width: 100%;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd h4 {
    margin-bottom: 20px;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd dt {
    color: #3C208C;
    font-weight: 700;
    margin-bottom: 7px;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd dd {
    margin-bottom: 29px;
    padding-bottom: 0;
  }
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl dd dd:last-of-type {
    border-bottom: 1px solid transparent;
    margin-bottom: 29px;
    padding-bottom: 0;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl.active dt h3:before {
  background: transparent linear-gradient(180deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl.active dt .au-ccw-accordion-subtitle-blurb {
  height: auto;
  max-height: 550px;
  padding: 15px 0 0 35px;
  transition: 0.75s 0.15s;
  transition-property: max-height, padding;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-left .au-ccw-accordion-list dl.active dt .au-ccw-accordion-subtitle-blurb {
    padding: 15px 0 ;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right {
  display: flex;
  justify-content: end;
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0;
  content: "";
  height: 40px;
  position: absolute;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner {
  display: flex;
  height: 100%;
  max-width: 90%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide {
  display: none;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide.active {
  display: block;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide h4 {
  color: #1A1C21;
  margin-bottom: 20px;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide dt {
  color: #3C208C;
  font-weight: 700;
  margin-bottom: 7px;
  width: 90%;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide dd {
  border-bottom: 1px solid #D9DCE3;
  color: #1A1C21;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 90%;
}
body[class*="change-cant-wait"] .au-ccw-accordian-wrap .au-ccw-accordion-right .au-ccw-accordion-right-inner .au-accordion-slide dd:last-of-type {
  border-bottom: 1px solid transparent;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel {
  margin-bottom: 112px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main {
  display: flex;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-left {
  height: 626px;
  width: 74.65%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-left {
    width: 92.6%;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-left {
    height: 283px;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-left img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right {
  width: 25.35%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right {
    width: 7.4%;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right .au-ccw-hero-carousel-sm-right-top {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right .au-ccw-hero-carousel-sm-right-top {
    background-position: center;
    height: 100%;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right .au-ccw-hero-carousel-sm-right-bottom {
  height: 25%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right .au-ccw-hero-carousel-sm-right-bottom {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-slide-main .au-ccw-hero-carousel-sm-right .au-ccw-hero-carousel-sm-right-bottom p {
  margin: 15px auto;
  width: 65.83%;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider {
  display: flex;
  margin: 0 auto 0 auto;
  max-width: 1280px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-button {
  align-items: center;
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  min-width: 184px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-button {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner {
  background: #FFFFFF;
  color: #1A1C21;
  margin-top: -175px;
  position: relative;
  width: 59.83%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner {
    margin-top: 0;
    width: 100%;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner p {
  color: #1A1C21;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner a {
  display: block;
  padding-top: 30px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner a:hover {
  text-decoration: none;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner a:hover h4 {
  text-decoration: underline;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav {
  align-items: center;
  display: flex;
  margin: auto 80px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav {
    margin: auto 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav button {
  border: none;
  background: none;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav {
    display: flex;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav button {
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 56px;
  width: 56px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav button.slick-prev {
  background: url(../svg/au-ccw__accordion-mobile-pager-arrow-prev.svg) no-repeat center;
  margin-right: 4px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav button.slick-next {
  background: url(../svg/au-ccw__accordion-mobile-pager-arrow-next.svg) no-repeat center;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-arrows-nav button.slick-disabled {
  opacity: 0.6;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-dots-nav ul {
  display: flex;
  height: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-dots-nav ul li {
  margin: 0 8px 0 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-dots-nav ul li button {
  background: #8A95A5;
  color: transparent;
  font-size: 0;
  height: 4px;
  width: 40px;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-info-slider--inner .au-ccw-hero-carousel-nav .au-ccw-hero-dots-nav ul li.slick-active button {
  background: #3C208C;
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-slide-info {
  display: none;
  margin: auto 80px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-slide-info {
    margin: auto 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-hero-carousel .au-ccw-hero-carousel-info-slider .au-ccw-hero-carousel-slide-info[aria-hidden=false] {
  display: block;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] {
  background: #F4F4F5;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row {
  margin-left: 0;
  margin-right: 0;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] #section-hero.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .au-ccw-story-hero-image-holder {
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .au-ccw-story-hero-image-holder:after {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img {
  margin: 0;
  height: 450px;
  max-height: 450px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img {
    height: 388px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img.story-hero-image-container-desktop {
  display: block;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img.story-hero-image-container-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img.story-hero-image-container-desktop {
    display: none;
  }
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center img.story-hero-image-container-mobile {
    display: block;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom {
  margin: 0 auto 0 auto;
  max-width: 1280px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom {
    margin: auto;
    padding: 0 20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message {
  background: transparent;
  padding-top: 43px;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message {
    width: 100%;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message h1 {
  border-bottom: none;
  color: #182449;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 6.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message h1 {
    font-size: 2.8rem;
    letter-spacing: -0.67px;
    line-height: 3.4rem;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message p {
  display: flex;
  line-height: 1;
  margin-bottom: 22px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message p span:nth-child(1) {
  padding-right: 15px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message p span:nth-child(2) {
  border-left: 1px solid #1A1C21;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .hero-image.row.row-center .flex-context.flex-bottom .message p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story {
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story {
    padding: 0 20px;
    flex-direction: column;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main {
  border-top: 1px solid #8A95A5;
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 auto 86px;
  max-width: 900px;
  padding: 40px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main {
    margin: 0;
    padding-top: 27px;
    width: 100%;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main p,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main p {
  color: #1A1C21;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 480px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main p,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main figure img,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main figure img {
  margin: 0 auto;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main figure figcaption,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main figure figcaption {
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main figure figcaption,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main figure figcaption {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main figure figcaption,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main figure figcaption {
    margin-left: 20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .pull-quote,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .pull-quote {
  margin-bottom: 63px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .pull-quote blockquote:after,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .pull-quote blockquote:after,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .pull-quote blockquote + cite,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .pull-quote blockquote + cite {
  display: none;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .pull-quote blockquote p,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .pull-quote blockquote p {
  color: #3C208C;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .pull-quote,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .pull-quote {
    margin: 48px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .secondary-figure,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .secondary-figure {
    margin: 0 0 0 -40px;
  }
}
@media screen and (max-width: 764px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .secondary-figure,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .secondary-figure {
    margin: 0 -20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight {
  clear: both;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight {
    margin-left: -40px;
  }
}
@media screen and (max-width: 845px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight {
    margin: 0 40px 0 20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight:after,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight:after {
  content: "";
  clear: both;
  display: block;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block {
  background: #D9DCE3;
  float: left;
  font-family: 'GT Walsheim', sans-serif;
  margin: 0 36px 32px 0;
  padding: 0;
  position: relative;
  width: 291px;
  z-index: 1;
}
@media screen and (max-width: 845px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block {
    width: 100%;
    float: none;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block:after,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block:after {
  border: 1px solid #8A95A5;
  content: "";
  height: 100%;
  left: 0;
  margin-top: 16px;
  position: absolute;
  top: 0;
  transform: translate(16px);
  width: 100%;
  z-index: 1;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content {
  background: #D9DCE3;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content h4,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content h4,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content .au-ccw-campaign-highlight-block-title,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content .au-ccw-campaign-highlight-block-title {
  background: #3C208C;
  color: #fff;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2rem;
  padding: 15px 20px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl {
  color: #1A1C21;
  margin: 0;
  padding: 20px 20px 0 20px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl dt,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl dt {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl dd,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content dl dd {
  color: #1A1C21;
  font-family: 'GT Walsheim', sans-serif;
  margin: 0;
  padding-bottom: 20px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content p,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight .au-ccw-campaign-highlight-block .au-ccw-campaign-highlight-block-content p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight-text,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight-text {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 845px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-main .au-ccw-campaign-highlight-text,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-main .au-ccw-campaign-highlight-text {
    margin: 0 -40px 0 -20px;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right {
  transform: translateY(-18px);
  width: 320px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right {
    width: 100%;
    transform: translateY(0);
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right h2,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right h2 {
  background: #3C208C;
  color: #fff;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 27px 0;
  padding: 10px 16px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a {
  color: #3C208C;
  display: block;
  margin-bottom: 64px;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a:hover,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a:hover {
  text-decoration: none;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a:hover h3,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a:hover h3,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a:hover h4,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a:hover h4 {
  text-decoration: underline;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a h3,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a h3,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a h4,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a h4 {
  background: #F4F4F5;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: -32px;
  max-width: 288px;
  padding-right: 30px;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a h3,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a h3,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a h4,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a h4 {
    max-width: 75%;
  }
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a img,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a img {
  width: 100%;
}
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait .ccw-right a span,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .row.row-change-cant-wait-2024-story .ccw-right a span {
  font-weight: 700;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .col-xs-12.no-bs-padding-left {
  width: 100%;
}
body[class*="change-cant-wait"] .row.text-block.clearfix {
  margin-left: 0;
  margin-right: 0;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper {
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(197, 201, 209, 0.25) 70%, rgba(197, 201, 209, 0.25) 100%) 0% 0% no-repeat padding-box;
  padding: 64px 0;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary {
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary {
    padding: 0 20px;
    flex-direction: column;
  }
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner {
    flex-direction: column;
  }
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 {
  align-items: center;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 {
    margin-bottom: 15px;
  }
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 h2 {
  color: #182449;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 5.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 h2 {
    font-size: 4.2rem;
    line-height: 4.1rem;
  }
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 {
  justify-self: flex-end;
  padding: 0;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav {
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav:before,
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav:after {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li {
  border-bottom: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 27px 0;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li:last-of-type {
  border-bottom: none;
}
body[class*="change-cant-wait"] .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li a {
  background: url(../svg/icon__arrow--navigation-2.svg) no-repeat right center;
  color: #000000;
  display: block;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-cameo-block {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(60, 32, 140, 0.07) 70%, rgba(60, 32, 140, 0.175) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-cameo-block--inner {
  direction: ltr;
  display: flex;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-cameo-block--inner__left {
  background-size: 597.77px 507px;
  background-repeat: no-repeat;
  background-position: right bottom;
  direction: rtl;
  max-width: 579.77px;
  min-height: 507px;
  unicode-bidi: bidi-override;
  width: 50%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-cameo-block--inner__left {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw-cameo-block--inner__right {
  align-items: center;
  display: flex;
  margin-left: 33.23px;
  width: 544px;
  font-size: 2.4rem;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-cameo-block--inner__right {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-cameo-block--inner__right p {
  font-size: 2.4rem;
  line-height: 4rem;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero {
  position: relative;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero:before {
  background: #F4F4F5;
  content: "";
  height: 100%;
  max-height: calc(100% - 32px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero:before {
    max-height: 100%;
    padding-bottom: 43px;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner {
  display: flex;
  margin: 0 auto 56px;
  max-width: 1280px;
  padding: 0 80px;
  position: unset;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner {
    padding: 0 20px 0 20px;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left {
    width: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left {
    width: 100%;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner {
  height: 100%;
  max-height: calc(100% - 32px);
  position: relative;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner {
    max-height: 100%;
    padding-bottom: 43px;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner header {
  margin-top: 40.8px;
  margin-bottom: 24px;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner header h1 {
  margin-bottom: 22px;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner header h2 {
  font-style: italic;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner header h2::before {
  border-top: 1px solid #000000;
  content: "";
  height: 0;
  margin-left: -80px;
  margin-top: 12px;
  max-width: 64px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner header h2::before {
    max-width: 16px;
    margin-left: -24px;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-left--content {
  color: #1A1C21;
  margin-bottom: 34px;
  margin-right: 48px;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-left--content p {
  color: #1A1C21;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals {
  background: transparent;
  color: #1A1C21;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals {
    width: 100%;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner {
  align-items: flex-start;
  max-width: none;
  padding: 0;
  justify-content: flex-start;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner p {
  color: #1A1C21;
  margin-bottom: 16px;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail {
  display: flex;
  height: 26px;
  justify-content: flex-start;
  margin-top: 0;
  margin-right: 48px;
  position: relative;
  width: calc(100% - 48px);
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail {
    width: 100%;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail_puck {
  height: 26px;
  justify-content: flex-start;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail_puck span {
  font-size: 1.6rem;
  margin-left: 16px;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__left-inner .au-ccw-pillar-hero-goals-holder .au-ccw-homepage-goals--inner__rail .au-ccw-pillar-goals-target {
  color: #3C208C;
  position: absolute;
  right: 20px;
  z-index: 5;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__right {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__right {
    width: 37.5%;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__right {
    display: none;
  }
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__right:after {
  background: url(../au-ccw__elevate-gradient-overlay.html) repeat-x left bottom;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .au-ccw-piller-hero .au-ccw-pillar-hero--inner__right img {
  margin-bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body[class*="change-cant-wait"] div#HomeVideo[aria-hidden="false"] {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
@media (max-width: 767px) {
  body[class*="change-cant-wait"] div#HomeVideo[aria-hidden="false"] .modal-dialog {
    width: 80vw;
  }
}
@media (max-height: 456px) and (orientation: landscape) {
  body[class*="change-cant-wait"] div#HomeVideo[aria-hidden="false"] .modal-dialog {
    width: 50vw;
  }
}
body[class*="change-cant-wait"] div#HomeVideo[aria-hidden="false"] .resp-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}
body[class*="change-cant-wait"] div#HomeVideo[aria-hidden="false"] .resp-embed-container iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* updates for main header ties height and spacing */
body[class*="change-cant-wait"] #site-wrapper {
  /* #main-container {
            padding-top: 71px;
        } */
}
body[class*="change-cant-wait"] #site-wrapper #header-main {
  align-items: center;
  display: flex;
  height: 72px;
  max-height: 72px;
  padding: 0;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #row-all-logo .navbar-full .au-ccw-desktop-nav ul {
  margin: 5px 0 0;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #row-all-logo .navbar-full button.navbar-toggle {
  margin-top: 1px;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #row-all-logo .navbar-full .au-ccw-navbar-donate {
  margin-top: 3px;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #row-all-logo .navbar-full .au-ca-navigation-wrap .au-ccw-navbar-donate {
  margin-top: -12px;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #new-nav {
  top: -16px;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #new-nav .au-ccw-nav-head img {
  margin: 12px 0 0 0;
}
body[class*="change-cant-wait"] #site-wrapper #header-main #new-nav .au-ccw-nav-head {
  padding-bottom: 44px;
}
/* body[class*="change-cant-wait_pillar"]  #site-wrapper #main-container
{
    padding-top: 72px;
} */
/* updated site header 202106 */
.ay-extend-site-header-centerer,
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated,
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 2000px) {
  .ay-extend-site-header-centerer,
  body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated,
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .ay-extend-site-header-centerer,
  body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated,
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level {
    padding: 0 20px;
  }
}
body #header-main-updated.container-fluid-update.compact-update {
  background: #FFFFFF;
  left: 0;
  max-height: 146px;
  min-height: 146px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update {
    max-height: 105px;
    min-height: 105px;
  }
}
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated {
  height: 80px;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated {
    height: 50px;
  }
}
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated h1 img {
  height: 49.06px;
  width: auto;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated h1 img {
    height: 33.44px;
  }
}
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated .au-ccw-navbar-donate {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 5px;
  padding: 8px 16px;
}
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated .au-ccw-navbar-donate:focus {
  outline: 1px dotted #FFFFFF !important;
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated .au-ccw-navbar-donate:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update #row-all-logo-updated .au-ccw-navbar-donate {
    display: none;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-top-level--left h1 {
  margin: 0;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-top-level--left h1 img {
  margin: 0;
}
body #header-main-updated.container-fluid-update.compact-update a.au-ccw-site-head-logo-link:focus img {
  outline: 1px dotted #FFFFFF !important;
  color: #FFFFFF;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level--outer {
  background-color: #3C208C;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level {
    height: 55px;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level a img {
  height: 20px;
  margin-bottom: 0;
  max-width: none !important;
  min-height: 20px;
  width: 156px;
}
@media screen and (max-width: 540px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level a {
    display: block;
    position: relative;
    z-index: 10001;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level button.navbar-toggle span.ion-drag::before {
  line-height: 3.2rem;
  font-size: 2rem;
  right: -0.5px;
  top: 0;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level button.navbar-toggle:focus {
  outline: 1px dotted #FFFFFF !important;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level button.navbar-toggle[aria-expanded="true"] {
  visibility: hidden;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level #new-nav[aria-expanded="false"] {
  background: #3C208C;
  display: none;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right {
  display: flex;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav {
    position: relative;
    visibility: hidden;
    z-index: -5;
  }
}
@media screen and (max-width: 468px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav {
    display: none;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav ul {
  display: flex;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav ul li {
  margin: 0 32px 0 0;
  padding: 0;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav ul li a:hover {
  text-decoration: underline;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right .au-ccw-desktop-nav ul li a:focus {
  outline: 1px dotted #FFFFFF !important;
  text-decoration: underline;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] {
  background: #3C208C;
  border: none;
  border-left: none !important;
  height: calc(100vh - 80px);
  left: unset;
  margin-left: -18px;
  right: unset;
  top: 80px;
  width: 362px;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] {
    height: calc(100vh - 50px);
    top: 50px;
  }
}
@media screen and (max-width: 540px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] {
    left: 0;
    margin-left: 0;
    right: 0;
    width: 100%;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  width: 258.09px;
}
@media screen and (max-width: 991px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls {
    width: 273.09px;
  }
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls {
    margin-top: 8px;
    width: 270px;
  }
}
@media screen and (max-width: 540px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls {
    width: 100%;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .au-ccw-navbar-donate {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 70px;
  padding: 5px 16px;
}
@media screen and (max-width: 540px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .au-ccw-navbar-donate {
    margin-left: 0;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .au-ccw-navbar-donate:focus {
  outline: 1px dotted #FFFFFF !important;
  color: #FFFFFF;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .au-ccw-navbar-donate:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .au-ccw-navbar-donate {
    margin-top: 0;
    visibility: hidden;
    position: relative;
    z-index: -10;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .navbar-toggle .ion-android-close:before {
  font-size: 3.4rem;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .navbar-toggle[aria-expanded="true"] {
  visibility: visible;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ccw-nav-header-controls .navbar-toggle[aria-expanded="false"] {
  visibility: hidden;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation {
  padding-top: 50px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation {
    padding-top: 20px;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul {
  margin: 0;
  padding: 0;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li {
  margin: 0 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 540px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li {
    margin: 0 0 0 12px;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav {
  margin-bottom: 3px;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav a {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav a:focus,
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav a:focus {
  outline: 1px dotted #FFFFFF !important;
}
@media screen and (max-width: 768px) {
  body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-top-level-nav a {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul {
  border-top: 4px solid #2b1e6b;
  margin-left: -60px;
  margin-top: 34px;
  padding-top: 26px;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul li {
  margin-bottom: 9px;
  margin-left: 60px;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul li a {
  font-size: 18px;
  line-height: 24px;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul li a:focus,
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body #header-main-updated.container-fluid-update.compact-update .au-ccw-site-header-bottom-level .au-ccw-site-header-bottom-level--right #new-nav[aria-expanded="true"] .au-ca-navigation ul li.au-second-level-nav ul li a:focus {
  outline: 1px dotted #FFFFFF !important;
}
section.collapsible header {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
section.collapsible header a[data-toggle] h1 {
  font-family: "GT Walsheim", sans-serif;
}
section.collapsible .collapse,
section.collapsible .collapse.in {
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5f0f4;
}
body[class*="change-cant-wait"] section.collapsible .col-xs-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation {
  background-color: #182449;
  background-image: none;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 {
  width: 100%;
}
@media (min-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 {
    max-width: 514px;
  }
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav {
  width: 100%;
}
@media (min-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav {
    max-width: 514px;
  }
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li {
  border-bottom: 1px solid #FFFFFF;
  padding: 22px 0;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li:last-child {
  border-bottom: none;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li a {
  background: url(../svg/icon__arrow--white.svg) no-repeat right center;
  background-size: 33.09px auto;
  color: #FFFFFF;
  padding-right: 40px;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--right.col-sm-12.col-md-6 nav ul li a:hover {
  text-decoration-color: #FFFFFF;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary {
  margin-left: auto;
  margin-right: auto;
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 h2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: unset;
  padding: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner .au-challenge-accepted-ca-inner--left.col-sm-12.col-md-6 h2 {
    max-width: 481px;
  }
}
body[class*="change-cant-wait"] .au-ccw-footer-cta-links-wrapper.au-is-navigation .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-challenge-accepted-ca-inner {
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
body[class*="change-cant-wait"] .au-three-column {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 40px auto 0;
  max-width: 1450px;
  min-height: 356px;
  width: 100%;
}
body[class*="change-cant-wait"] .au-three-column .au-challenge-accepted-ca-inner {
  padding: 0;
}
body[class*="change-cant-wait"] .au-three-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-three-column .au-three-column__container {
  padding-bottom: 73px;
  padding-top: 160px;
  width: 100%;
}
body[class*="change-cant-wait"] .au-three-column .au-three-column__container .au-three-column__title {
  margin-bottom: 32px;
  margin-top: 0;
  text-align: center;
}
body[class*="change-cant-wait"] .au-three-column ul {
  display: grid;
  gap: 49px;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
}
body[class*="change-cant-wait"] .au-three-column ul li {
  background-color: rgba(217, 220, 227, 0.8);
  margin: 0;
  padding: 61px 32px;
}
body[class*="change-cant-wait"] .au-three-column ul li .au-ccw-2024__stats-h3,
body[class*="change-cant-wait"] .au-three-column ul li p {
  margin: 0;
}
body[class*="change-cant-wait"] .au-three-column ul li .au-ccw-2024__stats-h3 {
  color: #182449;
}
body[class*="change-cant-wait"] .au-three-column ul li .au-ccw-2024__stats-h3,
body[class*="change-cant-wait"] .au-three-column ul li .au-three-column-item-desc {
  text-align: center;
}
body[class*="change-cant-wait"] .au-three-column ul li .au-three-column-item-desc {
  margin: 0 auto;
  width: 80%;
}
body[class*="change-cant-wait"] .au-three-column ul li .au-three-column__horizontal-bars {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  display: block;
  height: 4px;
  margin: 19px auto 20px;
  width: 90%;
}
@media screen and (max-width: 1280px) {
  body[class*="change-cant-wait"] .au-three-column {
    background-image: none !important;
    background: none;
  }
}
@media screen and (max-width: 1150px) {
  body[class*="change-cant-wait"] .au-three-column ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body[class*="change-cant-wait"] .au-three-column ul li {
    padding: 30.5px 16px;
  }
  body[class*="change-cant-wait"] .au-three-column .au-ccw-2024__stats-h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-three-column ul li {
    padding: 16px 16px;
  }
  body[class*="change-cant-wait"] .au-three-column .au-ccw-2024__stats-h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-three-column {
    margin-bottom: 49px;
    margin-top: 116px;
  }
  body[class*="change-cant-wait"] .au-three-column ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  body[class*="change-cant-wait"] .au-three-column ul li {
    padding: 30.5px 16px;
  }
  body[class*="change-cant-wait"] .au-three-column ul .au-ccw-2024__stats-h3 {
    font-size: 6.5rem;
  }
  body[class*="change-cant-wait"] .au-three-column .au-three-column__container {
    padding: 0;
  }
  body[class*="change-cant-wait"] .au-three-column .au-three-column__container .au-three-column__title {
    margin-bottom: 37px;
  }
  body[class*="change-cant-wait"] .au-three-column .au-three-column__container .au-three-column-item-desc {
    width: 100%;
  }
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__container {
  padding-top: 109px;
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items {
  display: flex;
  justify-content: space-around;
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items li {
  background: none;
  max-width: 250px;
  padding: 0;
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items li .au-three-column-item-stat {
  color: #FFFFFF;
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items li .au-three-column-item-desc {
  width: 100%;
}
body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items:has( > :nth-child(3)) {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints {
    padding-top: 0;
  }
  body[class*="change-cant-wait"] .au-three-column.au-infographic-datapoints .au-three-column__items {
    align-items: center;
    gap: 74px;
    padding-bottom: 103px;
    padding-top: 73px;
  }
}
body[class*="change-cant-wait"] .au-ccw-homepage-goals--inner + .au-infographic-datapoints .au-three-column__container {
  padding-top: 0;
}
body[class*="change-cant-wait"] .au-three-column.au-three-column--no-bg {
  background-image: none;
  margin-bottom: 143px;
  margin-top: 124px;
}
body[class*="change-cant-wait"] .au-three-column.au-three-column--no-bg .au-three-column__container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-three-column.au-three-column--no-bg {
    margin-bottom: 109px;
    margin-top: 70px;
  }
}
.CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) + .CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) .au-three-column.au-infographic-datapoints {
  margin-top: 0;
}
.CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) + .CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) .au-three-column.au-infographic-datapoints .au-three-column__items {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) + .CS_Element_Custom:has(.au-ccw-content-cover--dark-blue) .au-three-column.au-infographic-datapoints .au-three-column__items {
    padding-top: 52px;
  }
}
.au-timeline {
  margin: 70px auto 148px;
  max-width: 1219px;
}
@media screen and (max-width: 2000px) {
  .au-timeline {
    padding: 0 40px 0;
  }
}
.au-timeline-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  position: relative;
}
.au-timeline-list:before {
  background: #D9DCE3;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  width: 13px;
}
@media screen and (max-width: 768px) {
  .au-timeline-list:before {
    left: 25px;
  }
}
.au-timeline-list dt {
  justify-self: center;
  margin: auto;
  position: sticky;
  top: 150px;
  width: 119px;
  transform: translateX(4.25%);
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dt {
    transform: translateX(0);
    justify-self: flex-start;
    margin: 0;
    height: 60px;
    width: 60px;
  }
}
.au-timeline-list dt span {
  align-items: center;
  background: #FFFFFF;
  border: 5px solid #3C208C;
  border-radius: 100%;
  color: #3C208C;
  display: flex;
  font-size: 24px;
  height: 119px;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 119px;
}
.au-timeline-list dt span h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dt span {
    font-size: 16px;
    line-height: 22px;
    height: 60px;
    width: 60px;
  }
  .au-timeline-list dt span h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.au-timeline-list dt:hover span {
  background: #3C208C;
  color: #FFFFFF;
}
.au-timeline-list dt:has(+dd:hover) span,
.au-timeline-list dt:has(+dd+dd:hover) span,
.au-timeline-list dt:has(+dd+dd+dd:hover) span,
.au-timeline-list dt:has(+dd.active) span,
.au-timeline-list dt:has(+dd+dd.active) span,
.au-timeline-list dt:has(+dd+dd+dd.active) span,
.au-timeline-list dt:has(~dd:hover) span,
.au-timeline-list dt:has(~dd~dd:hover) span,
.au-timeline-list dt:has(~dd~dd~dd:hover) span,
.au-timeline-list dt:has(+dd:focus-within) span,
.au-timeline-list dt:has(+dd+dd:focus-within) span,
.au-timeline-list dt:has(+dd+dd+dd:focus-within) span,
.au-timeline-list dt:has(~dd:focus-within) span,
.au-timeline-list dt:has(~dd~dd:focus-within) span,
.au-timeline-list dt:has(~dd~dd~dd:focus-within) span {
  background: #3C208C;
  color: #FFFFFF;
}
.au-timeline-list dd {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 2rem;
  line-height: 3.2rem;
}
.au-timeline-list dd .au-tl-cont {
  margin-top: -102px;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd {
    margin-top: 0;
  }
  .au-timeline-list dd .au-tl-cont {
    margin-top: -77px;
  }
  .au-timeline-list dd + dd .au-tl-cont {
    margin-top: 42px;
  }
  .au-timeline-list dd:has(+dt) {
    margin-bottom: 42px;
  }
}
.au-timeline-list dd .au-tl-cont {
  background: #EDEDF6;
  max-width: 450px;
  padding: 32px;
  position: relative ;
  width: 100%;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .au-timeline-list dd .au-tl-cont {
    max-width: 36vw;
  }
}
@media screen and (max-width: 955px) and (min-width: 768px) {
  .au-timeline-list dd .au-tl-cont {
    max-width: 34vw;
  }
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd .au-tl-cont {
    max-width: calc(100% - 110px);
  }
}
@media screen and (max-width: 480px) {
  .au-timeline-list dd .au-tl-cont {
    max-width: calc(100% - 69px);
    transform: translateX(25px);
  }
}
.au-timeline-list dd .au-tl-cont:before {
  content: "";
  right: -15px;
  top: calc(30px);
  border-style: solid;
  border-color: #EDEDF6 #EDEDF6 transparent transparent;
  border-width: 15px;
  transform: rotate(45deg);
  height: 15px;
  width: 15px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd {
    justify-content: flex-end;
  }
  .au-timeline-list dd .au-tl-cont:before {
    transform: rotate(226deg);
    left: -15px;
    right: unset;
  }
}
@media screen and (min-width: 768px) {
  .au-timeline-list dd:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .au-timeline-list dd:nth-of-type(2n) .au-tl-cont:before {
    transform: rotate(226deg);
    left: -15px;
    right: unset;
  }
}
.au-timeline-list dd:before {
  background: #3C208C;
  content: "";
  height: 0%;
  position: absolute;
  left: 50%;
  width: 13px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd:before {
    left: 25px;
  }
}
.au-timeline-list dd:hover:before,
.au-timeline-list dd.active:before {
  background: #3C208C;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd:hover:before,
  .au-timeline-list dd.active:before {
    height: calc(100% + 45px);
  }
}
.au-timeline-list dd:has(+dd:hover):before,
.au-timeline-list dd:has(+dd+dd:hover):before,
.au-timeline-list dd:has(+dd+dd+dd:hover):before,
.au-timeline-list dd:has(+dd.active):before,
.au-timeline-list dd:has(+dd+dd.active):before,
.au-timeline-list dd:has(+dd+dd+dd.active):before,
.au-timeline-list dd:has(~ dd:hover):before,
.au-timeline-list dd:has(~ dd ~ dd:hover):before,
.au-timeline-list dd:has(~ dd ~ dd ~ dd:hover):before,
.au-timeline-list dd:has(~dd:focus-within ):before,
.au-timeline-list dd:has(~dd~dd:focus-within ):before,
.au-timeline-list dd:has(~dd~dd~dd:focus-within ):before,
.au-timeline-list dd:has(~dd.active ):before,
.au-timeline-list dd:has(~dd~dd.active ):before,
.au-timeline-list dd:has(~dd~dd~dd.active ):before,
.au-timeline-list dd:has(+dd:focus-within ):before,
.au-timeline-list dd:has(+dd+dd:focus-within ):before,
.au-timeline-list dd:has(+dd+dd+dd:focus-within ):before,
.au-timeline-list dd:focus-within:before {
  background: #3C208C;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .au-timeline-list dd:has(+dd:hover):before,
  .au-timeline-list dd:has(+dd+dd:hover):before,
  .au-timeline-list dd:has(+dd+dd+dd:hover):before,
  .au-timeline-list dd:has(+dd.active):before,
  .au-timeline-list dd:has(+dd+dd.active):before,
  .au-timeline-list dd:has(+dd+dd+dd.active):before,
  .au-timeline-list dd:has(~ dd:hover):before,
  .au-timeline-list dd:has(~ dd ~ dd:hover):before,
  .au-timeline-list dd:has(~ dd ~ dd ~ dd:hover):before,
  .au-timeline-list dd:has(~dd:focus-within ):before,
  .au-timeline-list dd:has(~dd~dd:focus-within ):before,
  .au-timeline-list dd:has(~dd~dd~dd:focus-within ):before,
  .au-timeline-list dd:has(~dd.active ):before,
  .au-timeline-list dd:has(~dd~dd.active ):before,
  .au-timeline-list dd:has(~dd~dd~dd.active ):before,
  .au-timeline-list dd:has(+dd:focus-within ):before,
  .au-timeline-list dd:has(+dd+dd:focus-within ):before,
  .au-timeline-list dd:has(+dd+dd+dd:focus-within ):before,
  .au-timeline-list dd:focus-within:before {
    height: calc(100% + 120px);
  }
}
.au-timeline-list dd h3 {
  color: #3C208C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .content-stacked {
  margin-bottom: 106px;
  margin-top: 109px;
  padding-bottom: 100px;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__content-container {
  margin: 0 auto;
  max-width: 1142px;
}
body[class*="change-cant-wait"] .content-stacked h2 {
  margin: 0 0 92px;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards {
  list-style: none;
  margin: 92px 0 0;
  padding: 0;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card {
  background-color: #FFFFFF;
  box-shadow: 11px 11px 20px #00000029;
  margin-bottom: 100px;
  padding: 52px 48px 50px 32px;
  position: relative;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content *:not(h2, h3, h4) {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content *:not(h2, h3, h4) strong {
  font-weight: 700;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content p:only-child {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content *:not(:last-child) {
  margin-bottom: 30px;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card::after {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card:last-child {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image {
  display: flex;
  gap: 54px;
  justify-content: space-between;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image .content-stacked__card-content {
  max-width: 634px;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image picture {
  display: block;
  max-width: 368px;
  min-width: 300px;
  width: 100%;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image picture img {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image.card-image-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .content-stacked {
    margin-top: 70px;
    padding: 0 28px 93px;
  }
  body[class*="change-cant-wait"] .content-stacked h2 {
    margin: 0 0 47px;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards {
    margin: 47px 0 0;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card {
    margin-bottom: 54px;
    padding: 26px 26px 56px 24px;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content *:not(h2, h3, h4) {
    font-size: 2rem;
    line-height: 3rem;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content p:only-child {
    margin-bottom: 0;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card .content-stacked__card-content *:not(:last-child) {
    margin-bottom: 30px;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image {
    flex-direction: column;
    gap: 37px;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image .content-stacked__card-content {
    max-width: unset;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image picture {
    max-width: unset;
    min-width: unset;
  }
  body[class*="change-cant-wait"] .content-stacked .content-stacked__cards .content-stacked__card.card-has-image.card-image-right {
    flex-direction: column-reverse;
  }
}
.content-alternating {
  display: flex;
  max-width: 1280px;
  margin: 89px auto 116px;
  padding: 0 80px;
  width: 100%;
}
.content-alternating .content-alternating__content-container {
  margin: 0 auto;
  max-width: 1142px;
}
.content-alternating h2 {
  margin: 0 0 92px;
}
.content-alternating .content-alternating__cards {
  list-style: none;
  margin: 92px 0 0;
  padding: 0;
}
.content-alternating .content-alternating__cards .content-alternating__card {
  background-color: #FFFFFF;
  display: flex;
  gap: 54px;
  justify-content: space-between;
  margin-bottom: 119px;
  position: relative;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content {
  padding: 44px 52px 16px 22px;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content *:not(h2, h3, h4) {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content *:not(h2, h3, h4) strong {
  font-weight: 700;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content p:only-child {
  margin-bottom: 0;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content *:not(:last-child) {
  margin-bottom: 30px;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content {
  text-align: center;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content__stat {
  color: #3C208C;
  font-size: 15rem;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 1;
  margin: 0 0 8px;
}
.content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content__desc {
  color: #182449;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0;
}
.content-alternating .content-alternating__cards .content-alternating__card picture {
  display: block;
  max-width: 601px;
  min-width: 300px;
  width: 100%;
}
.content-alternating .content-alternating__cards .content-alternating__card picture img {
  margin-bottom: 0;
}
.content-alternating .content-alternating__cards .content-alternating__card:last-child {
  margin-bottom: 0;
}
.content-alternating .content-alternating__cards .content-alternating__card:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .content-alternating .content-alternating__cards {
    margin-top: 0;
  }
  .content-alternating .content-alternating__cards .content-alternating__card:not(:first-of-type) {
    display: block;
  }
  .content-alternating .content-alternating__cards .content-alternating__card:not(:first-of-type) picture {
    display: none;
  }
  .content-alternating .content-alternating__cards .content-alternating__card {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .content-alternating .content-alternating__cards .content-alternating__card picture {
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .content-alternating {
    padding: 0 20px;
  }
  .content-alternating h2 {
    margin: 0 0 47px;
  }
  .content-alternating .content-alternating__cards .content-alternating__card {
    gap: 24px;
    margin-bottom: 56px;
  }
  .content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content {
    padding: 0;
  }
  .content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content {
    text-align: center;
  }
  .content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content__stat {
    font-size: 10rem;
    letter-spacing: -4px;
    margin-bottom: 0;
  }
  .content-alternating .content-alternating__cards .content-alternating__card .content-alternating__card-content .card-stat-content__desc {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
body[class*="change-cant-wait"] .content-stacked.au-ccw-content-cover--gradient:has(+ .content-callout-container) {
  margin-bottom: 0;
}
body[class*="change-cant-wait"] .content-callout-container {
  background-color: #F4F4F5;
  margin-bottom: 124px;
  padding-bottom: 77px;
  padding-top: 106px;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 966px;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout picture {
  display: block;
  max-width: 438px;
  min-width: 300px;
  width: 100%;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote {
  background-color: #FFFFFF;
  box-shadow: 11px 11px 20px #00000029;
  margin-top: 98px;
  padding: 63px 34px 40px 32px;
  position: relative;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote::before {
  background: url(../svg/au-ccw__quotation-mark.svg) no-repeat center;
  background-size: 100%;
  content: '';
  height: 75px;
  left: 0;
  position: absolute;
  top: -42px;
  width: 105px;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote blockquote {
  border-left: none;
  box-shadow: none;
  color: #3C208C;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote blockquote::before {
  content: none;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote blockquote::after {
  color: #3C208C;
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  content: "\201D";
  font-size: 2.4rem;
  line-height: 3.2rem;
  vertical-align: unset;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote cite {
  display: block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 32px 0 0;
  text-align: left;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote cite::before {
  content: none;
}
body[class*="change-cant-wait"] .content-callout-container .content-callout:has(picture) .content-callout__quote {
  margin-left: -105px;
  max-width: 631px;
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .content-callout-container {
    margin-bottom: 65px;
    padding: 50px 30px 77px;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout {
    flex-direction: column;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout picture {
    max-width: unset;
    min-width: unset;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout picture img {
    margin-bottom: 0;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote {
    margin-left: 0;
    margin-top: 0;
    max-width: none;
    padding: 57px 24px 50px;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote .au-ccw__primary-h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote::before {
    height: 59.2px;
    top: -30px;
    width: 83px;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout .content-callout__quote cite {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  body[class*="change-cant-wait"] .content-callout-container .content-callout:has(picture) .content-callout__quote {
    margin-left: 0;
    max-width: none;
  }
}
body[class*="change-cant-wait"] .au-infographic-progress-bar {
  max-width: 1008px;
  padding-bottom: 120px;
  padding-top: 86px;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-ccw-homepage-goals--inner {
  background-color: #FFFFFF;
  margin-top: 64px;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints {
  margin-top: 0;
  min-height: unset;
  padding-bottom: 0;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary {
  padding: 0 40px;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-three-column__container {
  padding-bottom: 0;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-three-column__items {
  padding-top: 84px;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-three-column__items li {
  position: relative;
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-three-column__items li::before {
  background: url(../svg/icon__infographic-pointer.svg) no-repeat center;
  background-size: 100%;
  content: '';
  height: 72px;
  left: 50%;
  position: absolute;
  top: -84px;
  width: 8px;
  transform: translateX(-50%);
}
body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-challenge-accepted-ca-outer.au-challenge-accepted-related-secondary.au-ccw-related-secondary .au-three-column__items li h3 {
  font-size: 4.5rem;
  letter-spacing: -0.9px;
  line-height: 5.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 1080px) {
  body[class*="change-cant-wait"] .au-infographic-progress-bar {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-infographic-progress-bar {
    padding-bottom: 96px;
    padding-left: 25px;
    padding-right: 25px;
  }
  body[class*="change-cant-wait"] .au-infographic-progress-bar .au-ccw-homepage-goals--inner {
    margin-left: 11px;
    margin-right: 11px;
  }
  body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints {
    margin-bottom: 0;
  }
  body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-three-column__items {
    gap: 106px;
    padding-bottom: 0;
  }
  body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column.au-infographic-datapoints .au-three-column__items li::before {
    height: 68.25px;
  }
  body[class*="change-cant-wait"] .au-infographic-progress-bar .au-three-column-item-desc.au-ccw__large-body {
    line-height: 3rem;
  }
}
body[class*="change-cant-wait"] .au-infographic-bar-chart {
  max-width: 1064px;
  padding: 90px 30px 80px;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart h2 {
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 17px;
  position: relative;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart h2::before {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul {
  display: flex;
  gap: 26px;
  height: auto;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar-container {
  align-items: end;
  display: flex;
  height: 349px;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar {
  display: block;
  background-color: #D9DCE3;
  height: var(--bar-value);
  position: relative;
  width: 100%;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar--red {
  background-color: #ED193A;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar span {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: -36px;
}
body[class*="change-cant-wait"] .au-infographic-bar-chart ul li p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul {
    flex-direction: column;
    gap: 13px;
    height: unset;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li {
    flex-direction: row-reverse;
    gap: 9px;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar-container {
    align-items: end;
    display: flex;
    height: 37px;
    width: 100%;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar {
    height: 100%;
    width: var(--bar-value);
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar span {
    color: #000000;
    left: unset;
    position: absolute;
    right: 8px;
    transform: unset;
    top: 3px;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li .au-infographic-bar-chart__bar--red span {
    color: #FFFFFF;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li p {
    margin-bottom: 0;
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .au-infographic-bar-chart {
    padding: 48px 30px;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 45px;
    padding-top: 22px;
  }
  body[class*="change-cant-wait"] .au-infographic-bar-chart ul li p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 8px;
  }
}
body[class*="change-cant-wait"] .au-infographic-donut-chart {
  padding: 82px 30px 80px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart h2 {
  margin-bottom: 37px;
  margin-top: 0;
  position: relative;
  text-align: center;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content {
  position: relative;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content > img {
  display: none;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul {
  background-position: center;
  background-size: 502px 502px;
  background-repeat: no-repeat;
  list-style: none;
  height: 502px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li {
  position: absolute;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p {
  font-weight: 700;
  margin: 0;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p:first-child {
  font-size: 4.5rem;
  letter-spacing: -0.9px;
  line-height: 5.8rem;
  margin-bottom: 4px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p + div {
  background-color: #FFFFFF;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p:nth-child(3) {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1) {
  right: 174px;
  top: 66px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1) p:first-child + div {
  max-width: 324px;
  right: -38px;
  width: 22vw;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2) {
  right: 174px;
  top: 356px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2) p:first-child + div {
  max-width: 378px;
  right: -38px;
  width: 24vw;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3) {
  left: 125px;
  top: 186px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3) p:first-child + div {
  max-width: 324px;
  left: -38px;
  width: 22vw;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container {
  display: block;
  height: 502px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 502px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div {
  background: url(../svg/icon__infographic-pointer.svg) no-repeat center;
  background-size: 100%;
  content: '';
  height: 72px;
  position: absolute;
  width: 8px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div:nth-child(1) {
  right: 68px;
  top: 95.5px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div:nth-child(2) {
  transform: rotate(270deg);
  top: 215.5px;
  left: 24px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div:nth-child(3) {
  bottom: 44.5px;
  right: 124px;
}
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div:nth-child(1),
body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container div:nth-child(3) {
  transform: rotate(90deg);
}
@media screen and (max-width: 1180px) {
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1),
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2) {
    right: 100px;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1) p:first-child + div {
    width: 25vw;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2) p:first-child + div {
    width: 30vw;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3) {
    left: 51px;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3) p:first-child + div {
    width: 26vw;
  }
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .au-infographic-donut-chart {
    padding: 74px 70px 45px;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-ccw-2024__h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 48px;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content .au-infographic-donut-chart__pointer-container {
    display: none;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content > img {
    display: block;
    margin: 0 auto;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul {
    background-size: 0;
    height: unset;
    margin: 31px auto;
    width: fit-content;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li {
    align-items: flex-end;
    display: flex;
    position: relative;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li::before {
    border: 3px solid #FFFFFF;
    border-radius: 100%;
    content: '';
    display: block;
    height: 22px;
    margin-bottom: 7px;
    width: 22px;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1),
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2),
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3) {
    left: unset;
    right: unset;
    top: unset;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(1)::before {
    background-color: #ED193A;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(2)::before {
    background-color: #6995DD;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li:nth-child(3)::before {
    background-color: #4918CD;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p:first-child {
    font-size: 3.5rem;
    letter-spacing: -0.7px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 18px;
    margin-right: 12px;
    padding-bottom: 0;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p:first-child + div {
    display: none;
  }
  body[class*="change-cant-wait"] .au-infographic-donut-chart .au-infographic-donut-chart__image-and-content ul li p:nth-child(3) {
    font-size: 1.6rem;
    letter-spacing: 0.9px;
    line-height: 2.2rem;
    margin-top: 0;
    text-transform: uppercase;
  }
}
.au-ccw-mega-holder {
  /* max-height: 654px;
    overflow: hidden; */
}
.au-ccw-mega-rail {
  height: calc(654px * 2.5);
  position: relative;
  /* &:before {
        content:"";
        display: block;
        width: 100%;
        height: 33%;
        background: rgba(139,0,0,.5);;
        position:absolute;
        top: 0;
    }
    &:after {
        content:"";
        display: block;
        width: 100%;
        height: 33%;
        background: rgba(0,0,255,.5);
        position:absolute;
        bottom: 0;
    } */
}
@media screen and (max-width: 1164px) {
  .au-ccw-mega-rail {
    height: auto;
  }
}
.au-ccw-megan-wrapper {
  height: calc(100vh - 176px);
  max-height: 654px;
  overflow: hidden;
  position: sticky;
  top: 146px;
  /* 
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
      &::-webkit-scrollbar {
        display: none;
      } 
      -ms-overflow-style: none;
      scrollbar-width: none;

      &:has(#st:target) {
        scroll-padding: 0;
      } */
}
@media screen and (max-width: 1164px) {
  .au-ccw-megan-wrapper {
    height: auto;
    max-height: none;
    top: unset;
  }
}
@media screen and (max-width: 1164px) {
  .au-ccw-megan-wrapper {
    position: relative;
  }
}
.au-ccw-megaban {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.au-ccw-megaban:has(:target#st.au-cca-gh-r-01) a[href="#st"]:after,
.au-ccw-megaban:has(:target#wtl.au-cca-gh-r-01) a[href="#wtl"]:after,
.au-ccw-megaban:has(:target#wc.au-cca-gh-r-01) a[href="#wc"]:after {
  width: 100%;
}
.au-ccw-megaban:has(:hover#st.au-cca-gh-r-01) a[href="#st"],
.au-ccw-megaban:has(:hover#wtl.au-cca-gh-r-01) a[href="#wtl"],
.au-ccw-megaban:has(:hover#wc.au-cca-gh-r-01) a[href="#wc"] {
  color: #fff;
}
.au-ccw-megaban .au-cca-gh-01 {
  background: #3C208C;
  height: 100%;
  width: 43.5vw;
  position: absolute;
}
@media screen and (max-width: 1920px) {
  .au-ccw-megaban .au-cca-gh-01 {
    width: 42.5vw;
  }
}
@media screen and (max-width: 1720px) {
  .au-ccw-megaban .au-cca-gh-01 {
    width: 41.5vw;
  }
}
@media screen and (max-width: 1620px) {
  .au-ccw-megaban .au-cca-gh-01 {
    width: 40.5vw;
  }
}
@media screen and (max-width: 1520px) {
  .au-ccw-megaban .au-cca-gh-01 {
    width: 39.5vw;
  }
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-01 {
    display: none;
  }
}
.au-ccw-megaban .au-cca-liner {
  align-items: flex-end;
  background: #3C208C;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding-right: 48px;
  padding-top: 5px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
}
.au-ccw-megaban .au-cca-liner ul,
.au-ccw-megaban .au-cca-liner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.au-ccw-megaban .au-cca-liner nav ul li {
  margin-bottom: 16px;
}
.au-ccw-megaban .au-cca-liner nav ul li a {
  color: #C1ABFF;
  font-size: clamp(3rem, 1.9vmin, 4.5rem);
  font-weight: 700;
  line-height: 3.9rem;
  text-transform: uppercase;
  transition: all 0.5s ease;
  position: relative;
}
.au-ccw-megaban .au-cca-liner nav ul li a:hover,
.au-ccw-megaban .au-cca-liner nav ul li a.active {
  text-decoration: none;
  color: #FFFFFF;
}
.au-ccw-megaban .au-cca-liner nav ul li a:after {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: all 0.5s ease;
}
.au-ccw-megaban .au-cca-liner nav ul li a:hover:after,
.au-ccw-megaban .au-cca-liner nav ul li a[href="#st"]:target,
.au-ccw-megaban .au-cca-liner nav ul li a.active:after {
  width: 100%;
}
.au-ccw-megaban .au-cca-liner h3 {
  align-self: flex-start;
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 22px;
  margin-top: 20px;
  width: 100%;
}
.au-ccw-megaban .au-cca-liner h3:before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 440px);
  margin-right: 18px;
  min-width: 20px;
}
.au-ccw-megaban .au-cca-liner nav {
  max-width: 420px;
  min-width: fit-content;
  width: 100%;
}
@media screen and (max-width: 1189px) {
  .au-ccw-megaban .au-cca-liner nav {
    padding-left: 40px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 {
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 176px);
  margin-left: auto;
  margin-right: auto;
  max-height: 654px;
  max-width: 1200px;
  padding-top: 34px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 {
    flex-direction: row;
    height: auto;
    max-height: none;
  }
  .au-ccw-megaban .au-cca-gh-r-01:nth-child(2) .au-cca-gh-r-02:before {
    background-size: 17.25ch 4px;
  }
  .au-ccw-megaban .au-cca-gh-r-01:nth-child(3) .au-cca-gh-r-02:before {
    background-size: 19.25ch 4px;
  }
  .au-ccw-megaban .au-cca-gh-r-01:nth-child(4) .au-cca-gh-r-02:before {
    background-size: 10.5ch 4px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 {
  font-family: "GT Walsheim";
  margin-left: 42%;
  width: 54.5%;
  margin-bottom: 32px;
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 img {
  width: 100%;
  max-height: 45vh;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-height: 768px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 img {
    max-height: 35vh;
  }
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    max-height: none;
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 img {
    margin-bottom: 0;
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03:after {
    background: #3C208C;
    color: #fff;
    content: "Changing the Way";
    display: block;
    font-family: "GT Walsheim";
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: 2.4rem;
    padding-top: 23px;
    padding-left: 30px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
  display: flex;
  flex-direction: column;
  font-family: "GT Walsheim";
  font-size: 1.8rem;
  line-height: 2.6rem;
  justify-content: space-between;
  max-width: 429px;
  width: 49%;
  color: #FFFFFF;
  margin-right: 80px;
  max-height: 284px;
  transform: translateY(-156px);
}
@media screen and (max-width: 1585px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    transform: translateY(-156px) translateX(-18px);
  }
}
@media screen and (max-width: 1287px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    padding-left: 36px;
  }
}
@media screen and (max-height: 818px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    transform: translateY(-125px) translateX(-6px);
  }
}
@media screen and (max-height: 768px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    transform: translateY(-44px) translateX(-6px);
  }
}
@media screen and (max-height: 700px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    transform: translateY(-75px) translateX(-6px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    transform: translateY(-126px) translateX(-25px);
  }
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
    background: #3C208C;
    font-size: 1.8rem;
    height: auto;
    line-height: 2.6rem;
    margin-bottom: 26px;
    margin-right: unset;
    margin-top: -1px;
    max-height: fit-content;
    max-width: none;
    padding-right: 40px;
    width: calc(100%);
    transform: none;
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02:before {
    background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 91.5% no-repeat padding-box;
    background-size: 14.25ch 4px;
    content: attr(aria-label);
    display: block;
    font-family: "GT Walsheim";
    font-size: 3.22rem;
    font-weight: 700;
    line-height: 6.05rem;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02:nth-child(1):before {
    background-size: 12.25ch 4px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 .au-ccw-mb-learn-more {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding: 16px 42px;
  color: #fff;
  text-transform: uppercase;
  width: max-content;
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 .au-ccw-mb-learn-more {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 480px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 .au-ccw-mb-learn-more {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    transform: translateX(-40px);
    width: calc(100% + 80px);
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 .au-ccw-mb-learn-more:after {
    background: url(../svg/arrow-white.svg) no-repeat center right;
    content: "";
    height: 20px;
    transform: rotate(180deg) translateX(-30px);
    width: 42.79px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 {
  width: 56%;
  height: 34vh;
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 {
    height: auto;
    margin: 0 auto;
    max-width: none;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 {
    width: 100%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 {
    max-width: 100%;
    width: 100vw;
    overflow: auto;
    margin: 0;
    padding-left: 40px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 94px);
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links {
    width: calc(150vw);
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
  color: #1A1C21;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 700;
  height: 100%;
  max-height: 179px;
  line-height: 3.2rem;
  padding-left: 15px;
  max-width: 290px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
    max-height: none;
  }
}
@media screen and (max-height: 768px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
    max-height: 35vh;
  }
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
    width: calc(75vw - 15px);
    max-width: none;
    margin-right: 35px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a span:last-child {
  color: #3C208C;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1164px) {
  .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a span:last-child {
    margin-top: 52px;
  }
}
.au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a::before {
  background: transparent linear-gradient(180deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.au-ccw-megaban .au-cca-gh-r-01:after {
  content: "";
  width: 100%;
  display: block;
}
.au-ccw-megaban .au-cca-gh-r-01:target {
  height: 100vh;
}
.au-ccw-megaban:has(#st:hover) a[href="#st"]::after,
.au-ccw-megaban:has(#wtl:hover) a[href="#wtl"]::after,
.au-ccw-megaban:has(#wc:hover) a[href="#wc"]::after {
  width: 100%;
}
.au-ccw-mega-holder + script + div {
  /* position: sticky;
    top: 0;
    //margin-top: -654px;
    height: calc(100% + 654px);
    transform: translateY(-654px;)*/
}
._cs_outline .au-ccw-mega-rail {
  height: auto;
}
._cs_outline .au-ccw-megan-wrapper {
  height: auto;
  max-height: none;
  top: unset;
  position: relative;
}
._cs_outline .au-ccw-megaban .au-cca-gh-01 {
  display: block;
  position: relative;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 {
  flex-direction: row;
  height: auto;
  max-height: none;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01:nth-child(2) .au-cca-gh-r-02:before {
  background-size: 17.25ch 4px;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01:nth-child(3) .au-cca-gh-r-02:before {
  background-size: 19.25ch 4px;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01:nth-child(4) .au-cca-gh-r-02:before {
  background-size: 10.5ch 4px;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  max-height: none;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03 img {
  margin-bottom: 0;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-03:after {
  background: #3C208C;
  color: #fff;
  content: "Changing the Way";
  display: block;
  font-family: "GT Walsheim";
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.4rem;
  padding-top: 23px;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 {
  background: #3C208C;
  font-size: 1.8rem;
  height: auto;
  line-height: 2.6rem;
  margin-bottom: 26px;
  margin-right: unset;
  margin-top: -1px;
  max-height: fit-content;
  max-width: none;
  padding-left: 33px;
  padding-right: 40px;
  width: calc(100%);
  transform: none;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02:before {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 91.5% no-repeat padding-box;
  background-size: 14.25ch 4px;
  content: attr(aria-label);
  display: block;
  font-family: "GT Walsheim";
  font-size: 3.22rem;
  font-weight: 700;
  line-height: 6.05rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02:nth-child(1):before {
  background-size: 12.25ch 4px;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-02 .au-ccw-mb-learn-more {
  margin-top: 38px;
  margin-bottom: 38px;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 {
  height: auto;
  margin: 0 auto;
  max-width: none;
  width: 75%;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links {
  height: 100%;
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a {
  max-height: none;
  width: calc(50% - 15px);
}
._cs_outline .au-ccw-megaban .au-cca-gh-r-01 .au-cca-gh-r-04 .au-cca-megaban-links a span:last-child {
  margin-top: 52px;
}
body[class*="change-cant-wait"] .related-stories,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories {
  background-color: #FFFFFF;
}
body[class*="change-cant-wait"] .related-stories .row.row-center,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .row.row-center {
  max-width: 1280px;
  margin: 86px auto 0;
  padding: 77px 80px 107px;
  width: 100%;
}
body[class*="change-cant-wait"] .related-stories h2,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories h2 {
  margin: 0 auto 65px;
  position: relative;
  width: fit-content;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom {
  display: grid;
  column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 72px;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom .col-xs-12,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom .col-xs-12 {
  height: 100%;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a,
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom .au-ccw__title-and-cta,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom .au-ccw__title-and-cta {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom img,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom .au-ccw-readmore.au-ccw__button,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom .au-ccw-readmore.au-ccw__button {
  color: #3C208C;
  margin-top: auto;
  text-decoration-color: #3C208C;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a .au-ccw__title-and-cta,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a .au-ccw__title-and-cta {
  padding-left: 17px;
  margin-top: 32px;
  position: relative;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a .au-ccw__title-and-cta::before,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a .au-ccw__title-and-cta::before {
  background: transparent linear-gradient(180deg, #ED1A3BCC 0%, #4918CD 100%, #4918CD 100%) 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a h3,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a h3 {
  margin-bottom: 43px;
  margin-top: 0;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a:hover,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a:hover {
  text-decoration: none;
}
body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a:hover .au-ccw-readmore.au-ccw__button,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a:hover .au-ccw-readmore.au-ccw__button {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a h3.au-ccw__primary-h4,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a h3.au-ccw__primary-h4 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom {
    grid-template-columns: 1fr 1fr;
  }
  body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom a h3.au-ccw__primary-h4,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom a h3.au-ccw__primary-h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 43px;
  }
  body[class*="change-cant-wait"] .related-stories .row.row-center,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .row.row-center {
    margin: 45px auto 0;
    padding: 70px 30px 75px;
  }
}
@media screen and (max-width: 480px) {
  body[class*="change-cant-wait"] .related-stories h2,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories h2 {
    margin-bottom: 46px;
  }
  body[class*="change-cant-wait"] .related-stories .cs_control.CS_Element_Custom,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories .cs_control.CS_Element_Custom {
    display: flex;
    flex-direction: column;
  }
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing .row.row-center,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing .row.row-center {
  margin-top: 79px;
  padding-top: 0;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing h2,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing h2 {
  margin-bottom: 50px;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 45px auto;
  padding: 0;
  width: fit-content;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li {
  margin-bottom: 0;
  padding: 0 14px 0 16px;
  position: relative;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a {
  color: #50595E;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 2.2rem;
  padding-bottom: 2px;
  position: relative;
  text-decoration-color: #50595E;
  text-transform: uppercase;
  white-space: nowrap;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a:hover,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a:hover {
  color: #3C208C;
  text-decoration: none;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a.active,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a.active {
  color: #3C208C;
  text-decoration: none;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a.active::before,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a.active::before {
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li::before,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li::before {
  content: '|';
  left: 0;
  position: absolute;
  top: 0;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li:first-of-type,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li:first-of-type {
  padding-left: 0;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li:last-of-type,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li:last-of-type {
  padding-right: 0;
}
body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li:first-of-type::before,
body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li:first-of-type::before {
  content: none;
}
@media screen and (min-width: 768px) {
  body[class*="change-cant-wait"] .related-stories.au-stories-landing .au-stories-landing__nav-button,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing .au-stories-landing__nav-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body[class*="change-cant-wait"] .related-stories.au-stories-landing .row.row-center,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing .row.row-center {
    margin-top: 42px;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing h2,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing h2 {
    margin-bottom: 35px;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .visuallyhidden,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .au-stories-landing__nav-button,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .au-stories-landing__nav-button {
    background-color: transparent;
    border: none;
    display: inline-block;
    height: 39px;
    left: 50%;
    max-width: 330px;
    padding: 10px 14px 6px 13px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .au-stories-landing__nav-button::after,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .au-stories-landing__nav-button::after {
    background: url(../svg/angle-down-solid.svg) no-repeat center;
    background-size: 100%;
    content: '';
    height: 16px;
    right: 12px;
    position: absolute;
    top: 12px;
    width: 12px;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header a,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header a {
    text-decoration: none;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul {
    background-color: #F4F4F5;
    flex-direction: column;
    margin-bottom: 26px;
    margin-top: 35px;
    max-width: 330px;
    padding: 10px 0 6px;
    position: relative;
    width: 100%;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li {
    height: 0;
    padding-left: 13px;
    visibility: hidden;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li:has(.active),
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li:has(.active) {
    height: auto;
    order: -1;
    visibility: visible;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a {
    display: block;
    width: 100%;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li a.active::before,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li a.active::before {
    content: none;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header ul li::before,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header ul li::before {
    content: none;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .au-dropdown.open > li,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .au-dropdown.open > li {
    height: auto;
    visibility: visible;
    padding-left: 13px;
  }
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .au-dropdown.open > li:not(:has(.active)),
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .au-dropdown.open > li:not(:has(.active)) {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 400px) {
  body[class*="change-cant-wait"] .related-stories.au-stories-landing header .au-stories-landing__nav-button,
  body[class*="change-cant-wait"] #site-wrapper[data-tier="Tier 3"] .related-stories.au-stories-landing header .au-stories-landing__nav-button {
    max-width: 300px;
  }
}
/* body[class*="change-cant-wait"] */
.au-ccw-standard-carousel {
  max-width: 1200px;
  margin: auto auto 143px auto;
}
@media screen and (max-width: 1280px) {
  .au-ccw-standard-carousel {
    margin: auto 40px 143px 40px;
  }
}
@media screen and (max-width: 768px) {
  .au-ccw-standard-carousel {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main {
  height: 361px;
  margin-right: 0;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left {
  position: relative;
  max-height: 362px;
  transition: transform 0.6s;
  width: calc(100% - 25px);
  height: 100%;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left:before {
  background: url(../svg/au-ccw-standard-carousel-gradient.svg) repeat-x bottom center;
  bottom: 0;
  content: "";
  height: 85px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left a {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 30px;
  line-height: 2.2rem;
  position: absolute;
  bottom: 16px;
  right: 0;
  z-index: 2;
  text-decoration-color: #FFFFFF;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left a:after {
  align-items: center;
  border-radius: 100%;
  content: "";
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-left: 0;
  width: 30px;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main img {
  width: 100%;
  height: 102.5%;
  max-height: 361px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  overflow: hidden;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover {
  background: #3C208C;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: calc(100% - 25px);
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: transform 0.6s;
  transform: rotateY(180deg);
  z-index: 10;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: calc(100% - 42px);
  line-height: 3.2rem;
  margin: 0 32px;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p {
  width: max-content;
  min-width: min-content;
  max-width: 320px;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a {
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 33px;
  padding-right: 28px;
  text-transform: uppercase;
  width: max-content;
  background-color: #3C208C;
  background-image: url(../svg/au-news-tile-icon-feather-arrow-right-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a:hover {
  text-decoration: underline;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-hover,
.au-ccw-standard-carousel .au-ccw-standard-carousel-sm-left {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main:hover .au-ccw-standard-carousel-sm-left {
  transform: rotateY(180deg);
  transition: transform 0.6s;
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main:hover .au-ccw-standard-carousel-hover {
  left: 0;
  transform: rotateY(0deg);
  transition: transform 0.6s;
  width: calc(100% - 25px);
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .au-ccw-standard-carousel .au-ccw-standard-carousel-nav {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
.au-ccw-standard-carousel .au-ccw-standard-carousel-nav .au-news-tile-view-all-but {
  color: #FFFFFF;
  background: transparent linear-gradient(90deg, #E41748 0%, #4918CD 80%, #4918CD 100%) 0% 0% no-repeat padding-box;
  font-weight: 1.6rem;
  font-weight: 700;
  padding: 14px 44px;
}
@media screen and (max-width: 768px) {
  .au-ccw-standard-carousel .au-ccw-standard-carousel-nav .au-news-tile-view-all-but {
    order: 3;
    margin-top: 32px;
  }
}
.au-ccw-standard-carousel .au-ccw-standard-arrows-nav {
  display: flex;
}
.au-ccw-standard-carousel .au-ccw-standard-arrows-nav button {
  border: 1px solid #3C208C;
  background: url(../svg/arrow.svg) no-repeat center center;
  display: flex;
  font-size: 0;
  height: 54px;
  margin-right: 4px;
  transition: all 0.5s ease;
  width: 54px;
  transform: rotate(180deg);
}
.au-ccw-standard-carousel .au-ccw-standard-arrows-nav button:hover {
  background: #3C208C url(../svg/arrow-white.svg) no-repeat center center;
}
.au-ccw-standard-carousel .au-ccw-standard-arrows-nav button.slick-prev {
  transform: rotate(0deg);
}
.au-ccw-standard-carousel .au-news-tile-nav-holder {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .au-ccw-standard-carousel .au-news-tile-nav-holder {
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .au-ccw-standard-carousel .au-news-tile-nav-holder {
    flex-direction: row;
    align-items: center;
    order: 1;
  }
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav {
  align-items: center;
  display: flex;
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li {
  align-items: center;
  height: 4px;
  width: 40px;
  overflow: hidden;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 0;
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li a,
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li button {
  border: none;
  background: #8A95A5;
  display: block;
  font-size: 0;
  height: 4px;
  width: 40px;
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li a:hover,
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li button:hover {
  background: #3C208C;
}
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li.slick-active a,
.au-ccw-standard-carousel .au-news-tile-nav-holder .au-ccw-standard-dots-nav ul li.slick-active button {
  background: #3C208C;
}
@media screen and (max-width: 1200px) {
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p {
    font-size: 2rem;
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p,
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a {
    margin-left: 16px;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .au-ccw-standard-carousel .slick-list {
    overflow: visible;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main {
    box-shadow: none;
    height: unset;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main img {
    height: 100%;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left {
    height: 296px;
    transform: rotateY(0deg);
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-sm-left a {
    display: none;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover {
    background-color: #FFFFFF;
    margin-top: 26px;
    opacity: 0;
    position: relative;
    transform: rotateY(0deg);
    transition: 0.5s ease-in-out;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover p {
    color: #1A1C21;
    font-size: 2rem;
    line-height: 3rem;
    margin-left: 0;
    max-width: 100%;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a {
    background-color: transparent;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.2rem;
    margin-top: 21px;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a::after {
    color: #3C208C;
    content: 'View more';
    left: 0;
    position: absolute;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a:hover {
    text-decoration: underline;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main .au-ccw-standard-carousel-hover a:hover::after {
    text-decoration: underline;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main.slick-active.slick-current .au-ccw-standard-carousel-hover {
    opacity: 1;
  }
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main:hover .au-ccw-standard-carousel-sm-left,
  .au-ccw-standard-carousel .au-ccw-standard-carousel-slide-main:hover .au-ccw-standard-carousel-hover {
    transform: rotateY(0deg);
  }
}
