body.no-desktop-brand-header header {
    background-image: url(/express/code/icons/cc-express-logo.svg);
    height: auto;
}

.section .marquee-wrapper {
    position: relative;
    max-width: unset;
    padding: 0;
}

.ax-marquee .content-wrapper picture img {
    width: auto;
    max-height: 30px;
}

.ax-marquee {
    text-align: left;
    padding: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

.ax-marquee.light-primary-cta a.button.primaryCTA {
    background: var(--color-white);
    color: var(--color-black);
    border-color:transparent;
}

.ax-marquee.light-primary-cta a.button.primaryCTA:hover{
    border-color: transparent;
    background-color: #E6E6E6;
}

.ax-marquee.appear {
    opacity: 1;
    height: unset;
}

.ax-marquee p:first-child { /* p with icon above heading */
    margin-bottom: 8px;
}

.ax-marquee .marquee-foreground {
    padding: 28px 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.ax-marquee.narrow .marquee-foreground {
    max-width: 1200px;
}

.ax-marquee .marquee-foreground > p:first-child img {
    height: 32px;
    width: unset;
}

.ax-marquee .express-logo {
    width: unset;
    height: 30px;
}

.ax-marquee .express-logo.eyebrow-margin {
    margin-bottom: 16px;
}

.ax-marquee .marquee-foreground > :first-child {
    margin-top: 0;
}

.ax-marquee .marquee-foreground > :last-child {
    margin-bottom: 0;
}

.ax-marquee .marquee-foreground .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ax-marquee .marquee-foreground .with-inline-ctas.buttons-wrapper {
    align-items: center;
    gap: 8px;
}

.ax-marquee .marquee-foreground .with-inline-ctas.buttons-wrapper a.button.accent {
    margin: 0;
}

.ax-marquee .content-wrapper h1 {
    font-size: clamp(var(--heading-font-size-l), 4vw, var(--heading-font-size-xxl));
    margin: 0 0 8px 0;
}

.ax-marquee .content-wrapper h2 {
    font-size: clamp(var(--heading-font-size-s), 3vw, var(--heading-font-size-l));
    margin: 0 0 8px 0;
}

.ax-marquee.entitled .content-wrapper .eyebrow-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    max-width: max-content;
}

.ax-marquee.entitled .content-wrapper .eyebrow-wrapper h3 {
    font-size: var(--body-font-size-l);
    font-weight: 400;
    text-align: left;
}

.ax-marquee.entitled .content-wrapper .eyebrow-wrapper img.icon {
    width: 32px;
    height: 32px;
}

.ax-marquee .content-wrapper p {
    font-size: var(--body-font-size-m);
    margin: 16px 0;
}

.ax-marquee.entitled .content-wrapper .buttons-wrapper.with-legal-copy {
    align-items: center;
}

.ax-marquee.entitled .content-wrapper .buttons-wrapper.with-legal-copy .entitled-cta-tag {
    font-size: var(--body-font-size-m);
    align-items: center;
    display: flex;
    text-align: left;
}

.ax-marquee.entitled .content-wrapper .buttons-wrapper.with-legal-copy .entitled-cta-tag .icon {
    margin-right: 8px;
    display: block;
}

.ax-marquee p > a {
    color: var(--color-black);
    text-decoration: underline;
}

.ax-marquee.legal p > a {
    color: var(--color-background-accent-default);
    text-decoration: none;
}

.ax-marquee.legal p > a:is(:hover, :focus) {
    color: var(--color-background-accent-hover);
    text-decoration: none;
}

.ax-marquee p.button-container {
    text-align: left;
    margin: 16px 0;
}

.ax-marquee p.button-container a.secondary {
    border-color: var(--color-black);
    background-color: var(--color-white);
}

.ax-marquee p.button-container a.button:any-link {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    max-height: none;
}

.ax-marquee .marquee-background {
    box-sizing: border-box;
}

.ax-marquee .background-wrapper {
    position: relative;
}

.ax-marquee video.marquee-background {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    object-position: center;
}

.ax-marquee.white-text,
.ax-marquee.white-text a:any-link {
    color: var(--color-white);
}

.ax-marquee .hero-shadow {
    display: none;
}

.ax-marquee .hero-shadow picture {
    display: flex;
}

.ax-marquee .button-container.button-inline {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.ax-marquee .content-wrapper {
    text-align: center;
}

.ax-marquee .content-wrapper .button-container.free-plan-container {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
}

.ax-marquee .marquee-foreground .content-wrapper .button-container .cta-sub-text {
    margin: 0;
}

.ax-marquee .button-container.button-inline.free-plan-container .free-plan-widget {
    color: var(--body-color);
    background: unset;
    margin: 0;
    background-color: transparent;
    white-space: unset;
}

.ax-marquee .button-container.button-inline.free-plan-container + .button-container.button-inline > a {
    margin-left: 0;
}

.ax-marquee p.button-container a.video-link::before {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    vertical-align: sub;
    top: 1px;
    position: relative;
    content: url(/express/code/icons/play.svg);
}

.ax-marquee.dark p.button-container a.primaryCTA::before {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(172deg) brightness(110%) contrast(101%);
}

.ax-marquee p.underline a {
    font-weight: normal;
    text-decoration: underline;
}

.ax-marquee .reduce-motion-wrapper {
    z-index: 7;
    position: absolute;
    white-space: nowrap;
    right: 16px;
    bottom: 16px;
    height: 24px;
    cursor: pointer;
    display: flex;
    gap: 8px;
}

.ax-marquee .reduce-motion-wrapper span {
    display: none;
    opacity: 0;
    animation: fadeIn 0.3s;
    pointer-events: none;
}

.ax-marquee .reduce-motion-wrapper .icon {
    height: 100%;
    width: 100%;
}

.ax-marquee.reduce-motion .reduce-motion-wrapper .icon:nth-of-type(1),
.ax-marquee .reduce-motion-wrapper .icon:nth-of-type(2) {
    display: inline-block;
}

.ax-marquee.reduce-motion .reduce-motion-wrapper .icon:nth-of-type(2),
.ax-marquee .reduce-motion-wrapper .icon:nth-of-type(1) {
    display: none;
}

.ax-marquee.reduce-motion .reduce-motion-wrapper:hover span.play-animation-text,
.ax-marquee:not(.reduce-motion) .reduce-motion-wrapper:hover span.pause-animation-text,
.ax-marquee.reduce-motion .reduce-motion-wrapper:focus-visible span.play-animation-text,
.ax-marquee:not(.reduce-motion) .reduce-motion-wrapper:focus-visible span.pause-animation-text {
    opacity: 1;
    visibility: visible;
    display: block;
}

.ax-marquee.reduce-motion .reduce-motion-wrapper:focus-visible span.play-animation-text,
.ax-marquee:not(.reduce-motion) .reduce-motion-wrapper:focus-visible span.pause-animation-text {
  margin-left: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    display: none;
  }
  
  to {
    opacity: 1;
    display: block;
  }
}

@media (min-width: 600px) {
    .ax-marquee .marquee-foreground .content-wrapper {
        display: block;
    }

    .ax-marquee.short h1 {
        font-size: var(--heading-font-size-l);
    }

    .ax-marquee.short h2 {
        font-size: var(--heading-font-size-s);
    }

    .ax-marquee.short p {
        font-size: var(--body-font-size-m);
        position: relative;
        margin: 12px 0;
    }

    .ax-marquee.short .marquee-foreground > p:first-child img.icon {
        height: 30px;
    }

    .ax-marquee .marquee-foreground > :first-child {
        margin-top: 0;
    }

    .ax-marquee .marquee-foreground > :last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 900px) {
    .ax-marquee .content-wrapper,
    .ax-marquee .content-wrapper h2{
        text-align: left;
    }

    .ax-marquee.entitled .content-wrapper .eyebrow-wrapper {
        margin: unset;
    }

    .ax-marquee .background-wrapper {
        position: unset;
    }

    .ax-marquee .marquee-background,
    .ax-marquee video.marquee-background {
        position: absolute;
        height: 100%;
        max-height: unset;
    }

    .ax-marquee.short video.marquee-background {
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        height: 100%;
        width: 100%;
        z-index: unset;
        object-fit: cover;
        max-height: unset;
        min-height: 250px;
        object-position: center;
    }

    .ax-marquee .button-container.button-inline {
        width: auto;
        margin-right: 16px;
        margin-top: 16px;
    }

    .ax-marquee p.button-container a.button:any-link {
        width: auto;
        box-sizing: initial;
        flex: none;
    }

    .ax-marquee.dark,
    .ax-marquee.dark a:any-link {
        color: var(--color-white);
    }

    .ax-marquee .marquee-foreground {
        min-height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ax-marquee.short .marquee-foreground {
        box-sizing: border-box;
        padding: 32px 20px;
        min-height: 250px;
    }

    .ax-marquee .marquee-foreground .content-wrapper {
        max-width: 46%;
    }

    .ax-marquee .marquee-foreground .buttons-wrapper {
        flex-direction: row;
    }

    .ax-marquee .marquee-foreground .with-inline-ctas.buttons-wrapper {
        margin-top: 24px;
        gap: 24px;
    }

    .ax-marquee.narrow .marquee-foreground .content-wrapper {
        max-width: 60%;
    }

    .ax-marquee.narrow .marquee-foreground .content-wrapper > p {
        max-width: 80%;
    }

    .ax-marquee .hero-shadow {
        display: flex;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-15%);
        z-index: 2;
    }

    .ax-marquee p.button-container a.secondary {
        background: transparent;
        border-color: var(--color-black);
    }

    .ax-marquee.dark p.button-container a.secondary {
        border-color: var(--color-white);
    }

    .ax-marquee p.button-container a.secondary:hover, .ax-marquee p.button-container a.secondary:active {
        background: rgba(255, 255, 255, 0.1);
        border-color: var(--color-black);
    }

    .ax-marquee.dark p.button-container a.secondary:hover, .ax-marquee.dark p.button-container a.secondary:active {
        background: rgba(255, 255, 255, 0.1);
        border-color: var(--color-white);
    }

    .ax-marquee p.button-container a.secondary::before {
        filter: sepia(0%) saturate(1%) hue-rotate(172deg) brightness(110%) contrast(101%);
    }

    .ax-marquee.dark p.button-container a.secondary::before {
        filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(172deg) brightness(110%) contrast(101%);
    }

    .ax-marquee.short .button-container.free-plan-container {
        flex-direction: row;
        align-items: center;
    }

    .ax-marquee.short .button-container.free-plan-container a.button {
        margin-right: 24px;
    }

    .ax-marquee.short .button-container.free-plan-container.stacked {
        flex-direction: column;
        align-items: flex-start;
    }

    .ax-marquee .content-wrapper .button-container.free-plan-container {
        flex-direction: row;
        align-items: center;
    }

    .ax-marquee .button-container.button-inline.free-plan-container .free-plan-widget {
        text-align: left;
    }

    .ax-marquee.dark .button-container.button-inline.free-plan-container .free-plan-widget {
        color: var(--color-white);
    }

    .ax-marquee.short .button-container.free-plan-container .free-plan-widget {
        margin-top: 0;
        padding: 16px 24px;
    }

    .ax-marquee.short .button-container.free-plan-container.stacked .free-plan-widget {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .ax-marquee .marquee-foreground {
        min-height: 400px;
        padding: 56px 20px;
    }
}

@media (min-width: 1400px) {
    .ax-marquee .marquee-foreground > p:first-child img.icon.icon-adobe-express {
        height: 65px;
    }

    .ax-marquee p {
        font-size: var(--body-font-size-l);
    }
}

@media (min-width: 1450px) {
    .ax-marquee .hero-shadow {
        transform: translate(-15%, -2px);
    }
}

/* Japanese font sizing styles */

:lang(ja) .ax-marquee h1 {
    font-size: var(--heading-font-size-l);
}

:lang(ja) .ax-marquee h1.heading-long {
    font-size: var(--heading-font-size-l);
}

:lang(ja) .ax-marquee h1.heading-very-long {
    font-size: var(--heading-font-size-m);
}

:lang(ja) .ax-marquee h1.heading-x-long {
    font-size: var(--heading-font-size-m);
}
