#lpBody {
    --lp-ink: #101010;
    --lp-muted: #626262;
    --lp-line: #dededb;
    --lp-panel: #f2f2f0;
    --lp-paper: #ffffff;
    --lp-blue: #113f78;
    --lp-coral: #ef4d32;
    --lp-gold: #ffc541;
    --lp-spectrum: linear-gradient(115deg, #153f7a 0%, #2c6fb0 18%, #ef4d32 39%, #ffc541 56%, #d8d39e 72%, #c58bd2 86%, #214e83 100%);
    background: #e2e2e2;
    color: var(--lp-ink);
    overflow-x: clip;
}

#lpBody #header,
#lpBody #footer,
.lpAffiliateStrip,
.lpMain,
.lpFinalCta {
    position: relative;
    z-index: 1;
}

#lpBody #header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 72px;
    box-sizing: border-box;
    padding: 10px max(24px, calc((100vw - 1180px) / 2));
    border-bottom: solid 1px var(--lp-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

#lpBody #headerLogo {
    width: 44px;
}

#lpBody #headerName {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

#lpBody .headerLink,
#lpBody .headerLinkPro {
    border-bottom: solid 1px transparent;
    font-size: 0.9rem;
}

#lpBody .activeHeaderLink,
#lpBody .activeHeaderLink:active,
#lpBody .activeHeaderLink:focus,
#lpBody .activeHeaderLink:hover,
#lpBody .headerLink:hover,
#lpBody .headerLink:focus,
#lpBody .headerLink:active {
    color: var(--lp-blue);
    border-bottom-color: var(--lp-blue);
}

#lpBody #signupHeaderLink {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: solid 1px var(--lp-ink);
    border-radius: 0;
    background: var(--lp-ink);
    color: white;
}

#lpBody #signupHeaderLink:hover,
#lpBody #signupHeaderLink:focus,
#lpBody #signupHeaderLink:active {
    border-color: var(--lp-blue);
    background: var(--lp-blue);
    color: white;
}

.lpAffiliateStrip {
    width: 100%;
    background: var(--lp-spectrum);
}

.lpAffiliateStripInner {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
}

#affiliateDiscountBox {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
}

#affiliateDiscountBadge {
    flex: 0 0 auto;
    margin: 0;
    padding: 5px 9px;
    background: var(--lp-ink);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#affiliateDiscountMessage {
    margin: 0;
    color: white;
    font-size: 0.95rem;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

#affiliateDiscountMessage a,
#affiliateDiscountMessage a:hover,
#affiliateDiscountMessage a:focus,
#affiliateDiscountMessage a:active {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.lpMain {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    padding: 44px 0 108px;
    background: var(--lp-paper);
    box-shadow: 0 0 0 44px var(--lp-paper);
}

.lpHero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    min-height: 610px;
    border: solid 1px var(--lp-line);
    background: var(--lp-paper);
    overflow: hidden;
}

.lpHeroLeft,
.lpHeroRight,
.lpHeroVisualFrame,
#exampleGifWrapper,
#avatarContainerOuterWrapper,
.lpFinalActions,
.lpHeroCtas {
    min-width: 0;
}

.lpHeroLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 72px 56px;
    box-sizing: border-box;
}

.lpHeroLeft::before {
    content: "";
    width: 190px;
    height: 26px;
    margin-bottom: 70px;
    background:
        linear-gradient(var(--lp-coral), var(--lp-coral)) 0 0 / 12px 12px no-repeat,
        linear-gradient(var(--lp-gold), var(--lp-gold)) 14px 0 / 12px 12px no-repeat,
        linear-gradient(var(--lp-blue), var(--lp-blue)) 0 14px / 12px 12px no-repeat,
        linear-gradient(#c58bd2, #c58bd2) 14px 14px / 12px 12px no-repeat,
        linear-gradient(var(--lp-panel), var(--lp-panel)) 32px 9px / 158px 8px no-repeat;
    transform: rotate(-4deg);
}

.lpHeroLeft h1,
.lpSection h2,
.lpFinalCta h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    letter-spacing: -0.055em;
}

.lpHeroLeft h1 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(3.4rem, 5.2vw, 5.1rem);
    line-height: 0.94;
}

.lpHeroLeft p {
    max-width: 520px;
    margin: 24px 0 28px;
    color: var(--lp-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.lpButton,
.lpButtonGhost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    box-sizing: border-box;
    border: solid 1px var(--lp-ink);
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.lpButton {
    border-color: transparent;
    background: var(--lp-spectrum);
    color: white;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.lpButton:hover,
.lpButton:focus,
.lpButton:active {
    border: solid 1px var(--lp-ink);
    background: var(--lp-ink);
    color: white;
    font-size: 0.9rem;
}

.lpButtonGhost {
    background: transparent;
    color: var(--lp-ink);
}

.lpButtonGhost:hover,
.lpButtonGhost:focus,
.lpButtonGhost:active {
    border: solid 1px var(--lp-blue);
    background: var(--lp-blue);
    color: white;
    font-size: 0.9rem;
}

.lpHeroCtas {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 22px;
}

.lpHeroRight {
    position: relative;
    display: grid;
    place-items: center;
    padding: 58px 48px;
    box-sizing: border-box;
    background: var(--lp-spectrum);
    overflow: hidden;
}

.lpHeroRight::before,
.lpHeroRight::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border: solid 1px rgba(255, 255, 255, 0.36);
    pointer-events: none;
}

.lpHeroRight::before {
    top: -112px;
    right: -88px;
    transform: rotate(24deg);
}

.lpHeroRight::after {
    bottom: -124px;
    left: -78px;
    transform: rotate(-18deg);
}

.lpHeroVisualFrame {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    padding: 38px 10px 10px;
    box-sizing: border-box;
    background: #f7f7f5;
    box-shadow: 24px 28px 0 rgba(17, 17, 17, 0.2);
}

.lpHeroVisualFrame::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 54px;
    right: 14px;
    height: 9px;
    background: #e5e5e2;
}

.lpHeroVisualFrame::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 14px;
    width: 7px;
    height: 7px;
    background: var(--lp-coral);
    box-shadow: 12px 0 0 var(--lp-gold), 24px 0 0 var(--lp-blue);
}

.lpHeroVisualGlow {
    display: none;
}

#exampleGifWrapper {
    position: relative;
    overflow: hidden;
    border: solid 1px var(--lp-line);
    background: white;
}

#exampleGif {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    background: white;
    object-fit: contain;
}

.lpSection {
    position: relative;
    margin-top: 112px;
    padding: 0 32px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

.lpSection h2 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1;
}

.lpSectionLead {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--lp-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.lpThreeCol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
}

.lpMiniCard {
    position: relative;
    min-height: 230px;
    padding: 34px 30px;
    border: 0;
    background: var(--lp-panel);
    box-sizing: border-box;
}

.lpMiniCard::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 70px;
    background: var(--lp-spectrum);
}

.lpMiniCard:nth-child(2)::before {
    transform: rotate(18deg);
    background: var(--lp-coral);
}

.lpMiniCard:nth-child(3)::before {
    background: var(--lp-blue);
}

.lpMiniCard h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: bold;
}

.lpMiniCard p {
    margin: 7px 0 0;
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.lpFlowArrow {
    display: none;
}

.lpCoursePromoSection {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: stretch;
    padding: 0;
    background: var(--lp-spectrum);
    color: white;
    overflow: hidden;
}

.lpCoursePromoCopy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 390px;
    padding: 54px;
    box-sizing: border-box;
    background: rgba(10, 29, 58, 0.2);
}

.lpCoursePromoTitle {
    max-width: 600px;
}

.lpCoursePromoSection .lpSectionLead {
    color: rgba(255, 255, 255, 0.88);
}

.lpCoursePromoActions {
    margin-top: 28px;
}

.lpCoursePromoSection .lpButton {
    border-color: white;
    background: white;
    color: var(--lp-ink);
    text-shadow: none;
}

.lpCoursePromoSection .lpButton:hover,
.lpCoursePromoSection .lpButton:focus,
.lpCoursePromoSection .lpButton:active {
    border-color: var(--lp-ink);
    background: var(--lp-ink);
    color: white;
}

.lpCoursePromoStats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: center;
    padding: 32px;
}

.lpCoursePromoStatCard {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 132px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(248, 248, 246, 0.92);
    color: var(--lp-ink);
    text-align: center;
}

.lpCoursePromoStatIcon {
    display: block;
    width: 28px;
    margin-bottom: 13px;
    filter: grayscale(1) contrast(2);
}

.lpCoursePromoStatValue {
    margin: 0;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.25;
}

.lpCareerSnippets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 34px;
}

.lpCareerSnippet {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    min-height: 238px;
    padding: 32px;
    box-sizing: border-box;
    background: var(--lp-panel);
}

.lpCareerSnippet:first-child {
    grid-column: 1 / -1;
    min-height: 250px;
    padding-right: min(34%, 380px);
    background:
        linear-gradient(90deg, var(--lp-panel) 0%, var(--lp-panel) 66%, transparent 66%),
        var(--lp-spectrum);
}

.lpCareerIconWrapper {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    background: white;
}

.lpCareerIconWrapper img {
    display: block;
    width: 32px;
    margin: 0;
    padding: 0;
    filter: grayscale(1) contrast(1.6);
}

.lpFxIcon {
    color: var(--lp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: bold;
}

.lpCareerSnippetBody h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: bold;
}

.lpCareerSnippetBody p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.lpCareerStat {
    color: var(--lp-ink) !important;
    font-weight: bold;
}

.lpCareerSnippetBody .sourceLink,
.lpCareerSnippetBody .sourceLink:hover,
.lpCareerSnippetBody .sourceLink:active,
.lpCareerSnippetBody .sourceLink:focus {
    color: var(--lp-muted);
    font-size: 0.78rem;
    font-style: italic;
    text-decoration: underline;
}

.lpCareerSnippetBody .sourceLink:hover,
.lpCareerSnippetBody .sourceLink:focus {
    color: var(--lp-blue);
}

.lpCareerSnippetBody .sourceLink + .lpCareerStat {
    margin-top: 17px;
}

.lpFaq {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.lpFaq h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.lpFaqList {
    display: grid;
    gap: 8px;
    margin-top: 34px;
}

.lpFaqItem {
    border: 0;
    background: var(--lp-panel);
}

.lpFaqItem.isOpen {
    background: var(--lp-spectrum);
    color: white;
}

.lpFaqQuestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 66px;
    padding: 18px 22px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.35;
}

.lpFaqQuestion::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
}

.lpFaqItem.isOpen .lpFaqQuestion::after {
    content: "−";
}

.lpFaqItem.isOpen .lpFaqQuestion {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.24);
}

.lpFaqQuestion:hover,
.lpFaqQuestion:focus,
.lpFaqQuestion:active {
    background: rgba(255, 255, 255, 0.24);
    color: inherit;
    font-size: 0.95rem;
}

.lpFaqQuestion:focus-visible {
    outline: solid 2px var(--lp-ink);
    outline-offset: -4px;
}

.lpFaqAnswer {
    padding: 0 60px 22px 22px;
}

.lpFaqItem.isOpen .lpFaqAnswer {
    padding-top: 4px;
    padding-bottom: 18px;
}

.lpFaqAnswer p {
    max-width: 720px;
    margin: 0;
    color: inherit;
    font-size: 0.9rem;
    line-height: 1.55;
}

.lpFinalCta {
    width: min(1268px, 100%);
    margin: 0 auto;
    padding: 70px 44px 78px;
    box-sizing: border-box;
    background: var(--lp-spectrum);
    color: white;
    overflow: hidden;
}

.lpFinalCta::before,
.lpFinalCta::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border: solid 1px rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.lpFinalCta::before {
    top: -110px;
    left: 8%;
    transform: rotate(22deg);
}

.lpFinalCta::after {
    right: 7%;
    bottom: -128px;
    transform: rotate(-18deg);
}

.lpFinalCta > * {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.lpFinalCta h2 {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    line-height: 0.98;
}

.finalCtaInnerWrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 48px;
    align-items: center;
}

#avatarContainerOuterWrapper {
    display: grid;
    justify-content: center;
    justify-items: center;
    padding: 28px;
    border: solid 1px rgba(255, 255, 255, 0.38);
    background: rgba(17, 17, 17, 0.18);
}

#avatarContainerPre,
#avatarContainerPost {
    width: min-content;
    margin: 0;
}

#avatarContainerPre {
    border-top: solid 1px rgba(255, 255, 255, 0.18);
    border-left: solid 1px rgba(255, 255, 255, 0.18);
}

#avatarContainerPost {
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
}

#avatarContainerPre .avatarCell,
#avatarContainerPost .populatedAvatarCell {
    border-right: solid 1px rgba(255, 255, 255, 0.16);
    border-bottom: solid 1px rgba(255, 255, 255, 0.16);
}

#avatarContainerPost .populatedAvatarCell {
    padding-right: 1px;
    padding-bottom: 1px;
    border: 0;
}

.avatarRow {
    display: flex;
}

.avatarCell {
    width: 6px;
    height: 5px;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

#avatarText {
    max-width: 430px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.lpFinalActions {
    display: grid;
    justify-items: stretch;
}

.lpFinalActions .lpHeroCtas {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
}

.lpFinalActions .lpButton,
.lpFinalActions .lpButtonGhost {
    width: 100%;
    min-height: 52px;
}

.lpFinalActions .lpButton {
    border-color: white;
    background: white;
    color: var(--lp-ink);
    text-shadow: none;
}

.lpFinalActions .lpButton:hover,
.lpFinalActions .lpButton:focus,
.lpFinalActions .lpButton:active {
    border-color: var(--lp-ink);
    background: var(--lp-ink);
    color: white;
}

.lpFinalActions .lpButtonGhost {
    border-color: rgba(255, 255, 255, 0.74);
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.lpFinalActions .lpButtonGhost:hover,
.lpFinalActions .lpButtonGhost:focus,
.lpFinalActions .lpButtonGhost:active {
    border-color: var(--lp-ink);
    background: var(--lp-ink);
    color: white;
}

#lpBody #footer {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    border: 0;
    background: #101820;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

#lpBody #footer a:hover,
#lpBody #footer a:focus,
#lpBody #footer a:active {
    color: white;
}

@media screen and (prefers-reduced-motion: no-preference) {
    .lpHeroLeft {
        animation: lpCopyEntrance 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .lpHeroVisualFrame {
        animation: lpVisualEntrance 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
    }
}

@keyframes lpCopyEntrance {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpVisualEntrance {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1000px) {
    .lpHero {
        grid-template-columns: 1fr;
    }

    .lpHeroLeft {
        min-height: 540px;
    }

    .lpHeroRight {
        min-height: 620px;
    }

    .lpCoursePromoSection {
        grid-template-columns: 1fr;
    }

    .lpCoursePromoCopy {
        min-height: 330px;
    }

    .lpCoursePromoStats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-top: 0;
    }

    .lpCoursePromoStatCard {
        min-height: 120px;
    }

    .finalCtaInnerWrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 760px) {
    #lpBody #header {
        padding-right: 16px;
        padding-left: 16px;
    }

    #lpBody #headerLinksWrapperLoggedIn,
    #lpBody #headerLinksWrapperLoggedOut {
        column-gap: 7px;
    }

    #lpBody .headerLink,
    #lpBody .headerLinkPro {
        padding-right: 3px;
        padding-left: 3px;
        font-size: 0.82rem;
    }

    #lpBody #signupHeaderLink {
        padding-right: 12px;
        padding-left: 12px;
    }

    .lpAffiliateStripInner,
    .lpMain {
        width: min(1180px, calc(100vw - 28px));
    }

    .lpMain {
        padding-top: 14px;
        padding-bottom: 72px;
        box-shadow: 0 0 0 14px var(--lp-paper);
    }

    .lpHeroLeft {
        min-height: 490px;
        padding: 54px 30px;
    }

    .lpHeroLeft::before {
        margin-bottom: 52px;
    }

    .lpHeroLeft h1 {
        font-size: clamp(3rem, 13vw, 4.6rem);
    }

    .lpHeroRight {
        min-height: 500px;
        padding: 44px 28px;
    }

    .lpHeroVisualFrame {
        box-shadow: 15px 18px 0 rgba(17, 17, 17, 0.2);
    }

    .lpSection {
        margin-top: 78px;
        padding: 0;
    }

    .lpThreeCol,
    .lpCareerSnippets {
        grid-template-columns: 1fr;
    }

    .lpMiniCard {
        min-height: 210px;
    }

    .lpMiniCard::before {
        margin-bottom: 50px;
    }

    .lpCoursePromoCopy {
        min-height: 360px;
        padding: 38px 28px;
    }

    .lpCoursePromoStats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px;
    }

    .lpCareerSnippet:first-child {
        grid-column: auto;
        padding-right: 32px;
        padding-bottom: 180px;
        background:
            linear-gradient(180deg, var(--lp-panel) 0%, var(--lp-panel) 68%, transparent 68%),
            var(--lp-spectrum);
    }

    .lpFinalCta {
        padding: 58px 28px 64px;
    }
}

@media screen and (max-width: 560px) {
    #lpBody #headerName {
        display: none;
    }

    #affiliateDiscountBox {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .lpHeroLeft p {
        font-size: 0.95rem;
    }

    .lpButton,
    .lpButtonGhost {
        width: 100%;
    }

    .lpHeroCtas {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .lpHeroRight {
        min-height: 390px;
        padding: 32px 22px;
    }

    .lpSection h2 {
        font-size: 2.5rem;
    }

    .lpCoursePromoStats {
        grid-template-columns: 1fr;
    }

    .lpCoursePromoStatCard {
        min-height: 105px;
    }

    .lpCareerSnippet {
        grid-template-columns: 1fr;
    }

    .lpFaqAnswer {
        padding-right: 22px;
    }

    .lpFinalCta {
        padding-right: 18px;
        padding-left: 18px;
    }

    #avatarContainerOuterWrapper {
        padding: 20px 10px;
    }

    .avatarCell {
        width: 5px;
        height: 4px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    #lpBody *,
    #lpBody *::before,
    #lpBody *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
