
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}
.text-align-right {
    text-align: right;
}
.article-affiliation {
    padding: 0 25.6%;
}

#headline-hide {
    display: none;
}

.article-credit {
    font-weight: 700;
    font-size: 16px;
}
.article-publish {
    font-size: 14px;
    font-weight: 500;
}
.content-wrapper {
    margin-top: 100px;
}
.hero-scroll-container {
    height: 300vh;
    position: relative;
    background-color: #181818;
    color: #fff;
}
.scrolly-container {
    position: relative;
    height: 400vh; /* Tall enough to allow scrolling */
    overflow: hidden;
    background-color: #181818;
    z-index: 999;
}

.scrolly-wrapper {
    width: 60%;
    margin: 0 auto;
}
.background-images {
    position: fixed;
    top: 40%;
    left: 0;
    width: 51%;
    height: 102vh;
    z-index: 1;
}
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-image[data-index="0"] {
    background-image: url('https://aarp.widen.net/content/mhnklsysna/jpeg/opener-Hua2.jpg');
    width: 41%;
    height: 54%;
    top: 5%; 
    left: 107%;
}

.hero-image[data-index="1"] {
    background-image: url('https://aarp.widen.net/content/io2xreprd8/jpeg/opener-copter2.jpg');
    width: 41%;
    height: 54%; top: 0%; left: 21%;
}

.hero-image[data-index="2"] {
    background-image: url('https://aarp.widen.net/content/l8d1nyktqu/jpeg/opener-car4.jpg');
    width: 41%;
    height: 54%; top: 0%; left: 122%;
}

.hero-image[data-index="3"] {
    /*background-color: #181818;*/
    transition: opacity 0.5s ease; /* Slower fade */
    height: 30vh;
    width: 30vw;
}


.hero-image.active {
    opacity: 1;
}
/* Hero Image as Scrollable Section 
.car-image {
    position: relative;
    width: 100%;
    height: 120vh;
    z-index: 0;
}*/
/* New headline section styles */
.headline-section {
    position: relative;
    width: 100%;
    height: 60vh; /* Matches car-image height */
    background-color: #181818; /* Consistent background */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 0;
    margin-top: -60px;
}

.headline-content {
    max-width: 818px; /* Consistent with sub-text max-width */
}

.headline-content h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.headline-content .sub-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
    max-width: 818px;
    margin: 20px auto 0;
}

/* Car Image with Overlay */
.car-image {
    position: relative;
    width: 100%;
    height: 115vh; /* Match hero image size */
    
}
/* Car Image with Overlay */
.car-image.mobile-only {
    height: 100%; /* Match hero image size */
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0; /* Ensure image is below overlay */
    background-color: rgba(0, 0, 0, 0.5);
   /*  transition: opacity 0.6s ease; Smooth fade */
}
.car-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Default overlay color */
    z-index: 1; /* Above the image */
    transition: opacity 0.8s ease; /* Quick fade: 800ms */
    opacity: 1; /* Visible by default */
}

.car-overlay.hidden {
    opacity: 0; /* Faded out */
    pointer-events: none; /* Prevent interaction when hidden */
}
.car-image.mobile-only {
    object-fit: contain;
}

/*.car-image.desktop-only::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darker overlay for visibility 
    z-index: 1; /* Above the image 
    opacity: var(--overlay-opacity, 1); /* Default to 1 
    transition: opacity 1s ease; /* Smooth fade 
}*/
.hero-text-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.step {
    height: 105vh;
    display: flex;;
    align-items: end;
    justify-content: end;
    text-align: center;
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.step p {
    color: #fff;
}
.step.active {
    opacity: 1;
}

.step.headline {
    justify-content: center;
    flex-direction: column; 
    height: 230vh; 
    align-items: center;
}
.step.headline a {
    color: #fff;
}

.step p {
    padding: 20px;
    max-width: 336px;
    padding: 20px;
    font-size: 24px;
    /* border-radius: 5px; */
    font-weight: 500;
    line-height: 125%;
}

.step h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 100%;
    max-width: 475px;
}

.step .sub-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
    max-width: 818px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
 /* Each section fills the viewport */
 .mobile-only section {
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Section-specific background images */
  .mobile-only .section1 { 
    background-image: url('https://aarp.widen.net/content/mhnklsysna/jpeg/opener-Hua2.jpg');
  }
  .mobile-only .section2 { 
    background-image: url('https://aarp.widen.net/content/io2xreprd8/jpeg/opener-copter2.jpg');
  }
  .mobile-only .section3 { 
    background-image: url('https://aarp.widen.net/content/9yzgflwmlq/jpeg/TMAM25_VIET_01%202.jpg');
  }
  
  /*.mobile-only .section4 {
    background-image: url("https://aarp.widen.net/content/9yzgflwmlq/jpeg/TMAM25_VIET_01%202.jpg");
    background-position: right;
  }*/

  /* Text overlay styling */
  .mobile-only .text {
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    line-height: 125%;
    font-weight: 400;
    max-width: 800px;
    text-align: center;
  }
  .car-image.mobile-only {
    object-fit: contain;
    margin-top: -67%;
    z-index: 999;
}
.credit {
    display: block;
    font-size: 0.7rem;
    margin-top: 3px;
}
.photo-caption {
    font-size: 16px;
    color: #121212;
    margin: 10px 50px;
}
.credit {
    font-size: 12px;
    line-height: 16px;
    color: #676767;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .5em;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .article-credit, .article-publish {
        margin: 0 auto;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.video-section {
    height: 600px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-container-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: min(90vw, 90vh); /* Use the smaller of 90% viewport width or height */
    height: min(90vw, 90vh); /* Equal width and height for a perfect circle */
    border-radius: 50%; /* Make it circular */
    overflow: visible; /* Clip content to the circle */
}

video#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 75%;
    min-height: 75%;
    width: 100%;
    height: 75%;
    object-fit: contain;
    /*border-radius: 50%;*/
}

.video-overlay {
    position: absolute;
    top: 13%;
    left: 12%;
    width: 75%;
    height: 75%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 1.5s ease;
    z-index: 1;
    border-radius: 50%; /* Match the container */
}
/* Class to hide overlay */
.video-overlay.hidden {
    opacity: 0; /* Fade out */
    pointer-events: none; /* Prevent interaction when hidden */
}
.content-section {
    padding: 5rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.content-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.content-text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .intro-title {
        font-size: 2.5rem;
    }
    
    .intro-subtitle {
        font-size: 1.2rem;
    }
    
    .title-text {
        font-size: 1rem;
    }
    
    .content-title {
        font-size: 2rem;
    }
    .video-section {
        height: auto;
    }
    video#myVideo {
        height: 100%;
    }
}
.story-editor {
    font-size: 16px;
    color: #121212;
    line-height: 26px;
    margin: 20px 0;
}
.bio-container {
    margin-top: 30px;
    padding: 0 25.5%;
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
    display: block;
}
@media screen and (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
      display: none !important;
    }
    .photo-caption {
        margin: 10px 28px;
    }
    .main-title {
        width:100%;
    }
    .text-container {
      width: 100%;
      left: 50%;
      top: 87%;
    }
    .text-box {
      padding: 5px;
      font-size: 16px;
    }
    .article-affiliation {
        padding: 0;
    }
    .mobile-heading {
        margin-bottom: 20px;
        border-bottom: 1px solid #d5d5d5;
        margin: 10px 28px;
        padding-bottom: 10px;
    }
    .mobile-heading h1{
        font-size: 36px;
        font-weight: 800;
        line-height: 125%;
        padding-bottom: 10px;
    }
    .bio-container {
        padding: 0;
    }
    .scrolly-container {
        height: 350vh;
    }
    .background-images {
        width: 100%;
        height: 100vh;
    }
    .scrolly-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .background-images {
        width: 100%;
        height: 100%;
        top: 43%;
    }
    .hero-image {
        width: 100%;
        height: 70%;
        left: 0;
        background-size: cover;
    }
    .hero-image[data-index="0"] {
        top: -10%;
        left: 0;
        width: 100%;
        height: 70%;
    }
    .hero-image[data-index="1"], .hero-image[data-index="2"] {
        top: -10%;
        left: 0;
        width: 100%;
        height: 70%;
    }
    .hero-image[data-index="2"] {
        top: -13%;
    }
    .step p {
        font-size: 18px;
        font-weight: 400;
        background-color: rgb(0, 0, 0, 0.7);
        text-align: center;
        max-width: 100%;
    }
    .step.last {
        height: 70vh;
    }
    .step.none {
        display: none !important;
        visibility: collapse;
    }
    /*
    .background-images {
        width: 100%;
    }
    .hero-image {
        background-size: cover;
    }
    .hero-image[data-index="0"], .hero-image[data-index="1"], .hero-image[data-index="2"]  {
        width: 100%;
        height: 100vh;       
        left: 0;
        top: 0%;
    }
    .step {
        /*height: 100vh;
    }*/
    .uxdia-u-bg-ads--utility-medium-grey {
        height: 0px;
    }
}
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
      display: block !important;
    }   
}
@media (min-width: 768px) and (max-width: 1023px) {
    .background-images {
        width: 100%;
        top: 32%;
      }
      .hero-image[data-index="0"], .hero-image[data-index="2"] { 
        left: 40%;
        width: 50%;
        height: 42%;
        top: 10%;
      }
      .hero-image[data-index="1"] {
        left: 4%;
        width: 50%;
        height: 42%;
        top: 10%;
      } 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-image h1 {
        bottom: 1%;
        left: 2%;
        font-size: 48px;
        font-weight: 700;
        max-width: 45%;
    }
    .photo-caption {
        margin: 10px 95px;
    }
    .article-affiliation {
        padding: 0;
    }
    .video-container {
        height: min(80vw, 77vh);
    }
    .text-container {
        width: 100%;
        left: 50%;
        top: 87%;
      }
      .text-box {
        padding: 5px;
        font-size: 16px;
      }
      .scrolly-wrapper {
        width: 100%;
      }
      .car-image {
        height: auto;
      }
      .bio-container {
        padding: 0;
    }
}
@media screen and (min-width: 1024px) {
    .aem-Grid.aem-Grid--12>.text.uxdia-u-section-title-1.aem-GridColumn.aem-GridColumn--default--12 {
        padding-left: 17%;
        padding-right: 17%;
    }
    .video-section {
        height: 625px;
    }
    .background-images {
        width: 100%;
        top: 32%;
      }
      .hero-image[data-index="0"], .hero-image[data-index="2"] { 
        left: 47%;
        width: 36%;
        height: 46%;
        top: 10%;
      }
      .hero-image[data-index="1"] {
        left: 4%;
        width: 36%;
        height: 46%;
        top: 0%;
      } 
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (hover: none) {
    .article-affiliation {
        padding: 0 9%;
    }
}
@media screen and (min-width: 1025px) {
    .video-container {
        height: 100%;
    }
    video#myVideo {
        height: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .background-images {
        top: 45%;
        width: 60%;
    }
    .hero-image[data-index="0"], .hero-image[data-index="1"], .hero-image[data-index="2"] {
        width: 52%;
        height: 57%;
        top: 0%;
    }
    .hero-image[data-index="0"], .hero-image[data-index="2"] {
        left: 96%;
    }
    .article-affiliation {
        padding: 0 21.6%;
    }
}
@media screen and (min-width: 1440px) {
    .hero-image[data-index="0"], .hero-image[data-index="2"] {
        left: 75%;
        width: 40%;
        height: 51%;
    }
    .hero-image[data-index="1"] {
        width: 40%;
    }
    .background-images {
        width: 70%;
        top: 40%;
    }

}
@media screen and (min-width: 1680px) { 
    .hero-image[data-index="0"], .hero-image[data-index="1"], .hero-image[data-index="2"] {
        width: 40%;
        height: 52%;
        top: 0;
    }
    .hero-image[data-index="0"], .hero-image[data-index="2"] {
        left: 86%;
    }
    .hero-image[data-index="1"], .hero-image[data-index="2"] { 
        top: 0;
    }
    .hero-image[data-index="1"] {
        left: 21%;
    }
    
    .background-images {
        width: 68%;
        top: 40%;
    }
}
.uxdia-c-megamenu--js-sticky, .coreHeader--js-sticky .aarp-c-header, .uxdia-c-promo-header.uxdia-c-promo-header--js-sticky {
    position: relative;
}
.aarp-c-body-wrapper {
    overflow: unset;
}

.uxdia-u-section-title-1 .cmp-text {
    text-transform: initial;
}
ul.sharp-c-social-icon-share__list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-top: 12px;
}

.story-content-article ul.sharp-c-social-icon-share__list li a {
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 0;
    line-height: 0;
    background-position: center;
}
ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMzQjU5OTgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41MDQ5IDI2LjY0MDFWMTguNzU4M0gyMi4xNTA5TDIyLjU0NjkgMTUuNjg2SDE5LjUwNDlWMTMuNzI0N0MxOS41MDQ5IDEyLjgzNTUgMTkuNzUxOCAxMi4yMjkzIDIxLjAyNjkgMTIuMjI5M0wyMi42NTQxIDEyLjIyODZWOS40ODEwN0MyMi4zNzI2IDkuNDQzNjMgMjEuNDA3MSA5LjM2MDExIDIwLjI4MzkgOS4zNjAxMUMxNy45MzgxIDkuMzYwMTEgMTYuMzMyNSAxMC43OTE1IDE2LjMzMjUgMTMuNDIwOVYxNS42ODZIMTMuNjgwMVYxOC43NTgzSDE2LjMzMjVWMjYuNjQwMUgxOS41MDQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMwMEFDRUUiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwXzMxODU3KSI+CjxwYXRoIGQ9Ik0yMC4wMTQ2IDE2LjM0OUwyNy44OTE2IDcuMTkxNzFIMjYuMDI1TDE5LjE4NTQgMTUuMTQyOEwxMy43MjI2IDcuMTkxNzFINy40MjE4OEwxNS42ODI3IDE5LjIxNTJMNy40MjE4OCAyOC44MThIOS4yODg1OUwxNi41MTE0IDIwLjQyMTRMMjIuMjgwNSAyOC44MThIMjguNTgxMkwyMC4wMTQxIDE2LjM0OUgyMC4wMTQ2Wk0xNy40NTc4IDE5LjMyMTFMMTYuNjIwOSAxOC4xMjM5TDkuOTYxMTkgOC41OTcwN0gxMi44Mjg0TDE4LjIwMjggMTYuMjg1NUwxOS4wMzk4IDE3LjQ4MjhMMjYuMDI1OSAyNy40NzY2SDIzLjE1ODdMMTcuNDU3OCAxOS4zMjE2VjE5LjMyMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwXzMxODU3Ij4KPHJlY3Qgd2lkdGg9IjIxLjE1OTQiIGhlaWdodD0iMjEuNjM3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNDIxODggNy4xOTE3MSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
}

ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMyODY3QjIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41MzUxIDkuMzYwMTFDMTAuMzI2OSA5LjM2MDExIDkuMzU5OTkgMTAuMzI3MSA5LjM1OTk5IDExLjUzNTJDOS4zNTk5OSAxMi43NDM0IDEwLjMyNjkgMTMuNzEwMyAxMS41MzUxIDEzLjcxMDNDMTIuNzQzMyAxMy43MTAzIDEzLjcxMDIgMTIuNzQzNCAxMy43MTAyIDExLjUzNTJDMTMuNzEwMiAxMC4zMjcxIDEyLjc0MzMgOS4zNjAxMSAxMS41MzUxIDkuMzYwMTFaTTIyLjQxMDcgMTUuNTIzM0MyMS4zMjI4IDE1LjUyMzMgMTkuOTkzNyAxNi4yNDc2IDE5LjM4OTYgMTcuMjE0NlYxNS43NjQ1SDE1Ljc2NDRWMjYuNjQwMUgxOS4zODk2VjIwLjIzNTdDMTkuMzg5NiAxOS4yNjg3IDIwLjIzNTYgMTguNDIyNyAyMS4yMDE4IDE4LjQyMjdDMjIuMTY4OCAxOC40MjI3IDIzLjAxNDggMTkuMjY4NyAyMy4wMTQ4IDIwLjIzNTdWMjYuNjQwMUgyNi42NFYxOS43NTI2QzI2LjY0IDE3LjQ1NjUgMjQuNzA2MSAxNS41MjMzIDIyLjQxMDcgMTUuNTIzM1pNOS43MjIxNSAyNi42NDAxSDEzLjM0NzNWMTUuNzY0NUg5LjcyMjE1VjI2LjY0MDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}
.sharp-c-social-icon-share__icon {
    height: 60px;
    width: 50px;
}
.uxdia-u-bg-ads--utility-medium-grey {
    /*height: 130px;*/
}
.relative {
    position: relative !important;
}
.uxdia-sidebar-title a {
    color: #000;
}
.cmp-experiencefragment--paywall {
    z-index: 999;
}
.uxdia-c-featured-tile__moa-badge-wrapper .uxdia-c-featured-tile__moa-badge-icon.article-unlock-icon {
    margin-right: .42188em;
    width: 1.10438em;
    height: 1.08875em;
    background-image: url(/content/dam/aarp/aarp-icons/lock-icon-unlocked.svg)
}
.mobile-heading, .socialShare {
    position: relative;
    z-index: 999;
}
.mobile-heading .moa {
    margin: 15px 0;
}
.headline-content .moa a {
    color:#fff;
    text-decoration: none;
}
.moa a:hover {
    text-decoration: underline;
}
.img-credits {
    margin-top: 15px;
}