.eg-eip{--hh-anim-dur-fast: .15s;--hh-anim-dur-quick: .2s;--hh-anim-dur-base: .28s;--hh-anim-dur-lead-in: .6s;--hh-anim-ease-smooth: cubic-bezier(.22, 1, .36, 1);--hh-anim-ease-standard: cubic-bezier(.4, 0, .2, 1);--hh-anim-ease-swipe: cubic-bezier(.32, .72, 0, 1);display:contents}dialog.eg-eip__dialog{width:min(var(--eg-eip-max-width, 460px),calc(100vw - 2.5rem));max-width:calc(100vw - 2.5rem);max-height:min(85dvh,720px);padding:0;border:1px solid var(--eg-eip-accent-border, rgb(255 255 255 / .14));border-radius:var(--eg-eip-radius, 18px);background:var(--color-background, #0c0a14);color:var(--color-foreground, #ece8df);height:-webkit-fit-content;height:fit-content;overflow:hidden;box-shadow:0 24px 70px -20px #0009}dialog.eg-eip__dialog::backdrop{background:rgb(3 2 8 / var(--eg-eip-backdrop, .55));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog.eg-eip__dialog--bottom-right{margin:auto var(--eg-eip-edge, 1.5rem) var(--eg-eip-edge, 1.5rem) auto}dialog.eg-eip__dialog--bottom-left{margin:auto auto var(--eg-eip-edge, 1.5rem) var(--eg-eip-edge, 1.5rem)}@keyframes egEipModalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes egEipModalOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}dialog.eg-eip__dialog[open]{animation:egEipModalIn var(--hh-anim-dur-base) var(--hh-anim-ease-smooth)}dialog.eg-eip__dialog.dialog-closing{animation:egEipModalOut var(--hh-anim-dur-fast) var(--hh-anim-ease-standard) forwards}.eg-eip__sheet{position:relative;display:flex;flex-direction:column;max-height:inherit;border-radius:inherit;overflow:hidden;isolation:isolate}.eg-eip__handle{display:none}.eg-eip__close{position:absolute;top:.6rem;inset-inline-end:.6rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:var(--minimum-touch-target, 44px);min-height:var(--minimum-touch-target, 44px);padding:0;border:0;border-radius:999px;background:#7f7f7f1f;color:inherit;cursor:pointer;transition:background-color var(--hh-anim-dur-fast) var(--hh-anim-ease-standard)}.eg-eip__close:hover,.eg-eip__close:focus-visible{background:#7f7f7f3d}.eg-eip__close:focus-visible{outline:2px solid var(--eg-eip-accent, #a88aff);outline-offset:2px}.eg-eip__pages{display:grid;grid-template-areas:"stack";overflow:hidden}.eg-eip__page{grid-area:stack;opacity:0;pointer-events:none;transform:translate(var(--eg-eip-from-x, 0));filter:blur(3px);transition:opacity var(--hh-anim-dur-quick) var(--hh-anim-ease-smooth),transform var(--hh-anim-dur-quick) var(--hh-anim-ease-smooth),filter var(--hh-anim-dur-quick) var(--hh-anim-ease-smooth);will-change:opacity,transform}.eg-eip__page[data-page-id="1"]{--eg-eip-from-x: -8px}.eg-eip__page[data-page-id="2"]{--eg-eip-from-x: 8px}.eg-eip__pages[data-page="1"] .eg-eip__page[data-page-id="1"],.eg-eip__pages[data-page="2"] .eg-eip__page[data-page-id="2"]{opacity:1;pointer-events:auto;transform:translate(0);filter:blur(0)}.eg-eip__inner{padding:calc(var(--eg-eip-pad, 28px) + .6rem) var(--eg-eip-pad, 28px) var(--eg-eip-pad, 28px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.85rem}.eg-eip__media{margin:.25rem 0 .35rem}.eg-eip__media-img{display:block;width:auto;max-width:180px;max-height:120px;height:auto;object-fit:contain}.eg-eip__aura{display:inline-flex;align-items:center;gap:.45rem;margin:0;padding:.4rem .85rem;border-radius:999px;background:var(--eg-eip-accent-soft, rgb(168 138 255 / .14));border:1px solid var(--eg-eip-accent-border, rgb(168 138 255 / .42));color:var(--eg-eip-accent, #a88aff);font-size:.8rem;font-weight:600;letter-spacing:.04em}.eg-eip__aura-icon{height:22px;width:auto;max-width:56px;display:block;object-fit:contain}.eg-eip__aura-spark{font-size:.95rem;line-height:1}.eg-eip__aura-text{text-transform:uppercase}.eg-eip__eyebrow{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;opacity:.7}.eg-eip__heading,.eg-eip__form-title,.eg-eip__success-title{margin:0}.eg-eip__body,.eg-eip__form-subtitle,.eg-eip__success-body{margin:0;line-height:1.55;opacity:.9}.eg-eip__body>*+*,.eg-eip__success-body>*+*{margin-top:.5rem}.eg-eip__body a,.eg-eip__form-subtitle a,.eg-eip__consent-text a,.eg-eip__success-body a{color:var(--eg-eip-accent, #a88aff);text-underline-offset:2px}.eg-eip__submit,.eg-eip__success-close{margin-top:.35rem;width:100%;min-height:var(--minimum-touch-target, 44px);cursor:pointer}.eg-eip__incentive{margin:0;font-size:.78rem;opacity:.62}.eg-eip__inner{width:100%;box-sizing:border-box}.eg-eip__form{width:100%;display:flex;flex-direction:column;gap:.75rem;margin:0}.eg-eip__field{width:100%}.eg-eip__input{width:100%;box-sizing:border-box;min-height:var(--minimum-touch-target, 44px);padding:.7rem .9rem;border:1px solid var(--color-input-border, rgb(127 127 127 / .4));border-radius:calc(var(--eg-eip-radius, 18px) * .55);background:var(--color-input-background, rgb(127 127 127 / .06));color:var(--color-input-text, inherit);font:inherit}.eg-eip__input:focus-visible{outline:2px solid var(--eg-eip-accent, #a88aff);outline-offset:1px;border-color:var(--eg-eip-accent, #a88aff)}.eg-eip__input[aria-invalid=true]{border-color:var(--color-error, #e25563)}.eg-eip__consent{display:flex;align-items:flex-start;gap:.55rem;text-align:start;font-size:.8rem;line-height:1.45;opacity:.9;cursor:pointer}.eg-eip__consent-input{flex:0 0 auto;width:18px;height:18px;margin-top:.1rem;accent-color:var(--eg-eip-accent, #a88aff)}.eg-eip__consent-text,.eg-eip__consent-text p{margin:0}.eg-eip__error{margin:0;text-align:start;font-size:.82rem;color:var(--color-error, #e25563)}.eg-eip__error[hidden]{display:none}.eg-eip__submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.eg-eip__submit[disabled]{opacity:.75;cursor:default}.eg-eip__spinner{display:none}.eg-eip__submit.is-submitting .eg-eip__submit-label{opacity:.65}.eg-eip__submit.is-submitting .eg-eip__spinner{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:egEipSpin var(--hh-anim-dur-lead-in) linear infinite}@keyframes egEipSpin{to{transform:rotate(360deg)}}.eg-eip__inner--success{gap:.7rem}.eg-eip__success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--eg-eip-accent-soft, rgb(168 138 255 / .14));color:var(--eg-eip-accent, #a88aff)}.eg-eip__success-title:focus-visible{outline:none}@media screen and (max-width:749px){dialog.eg-eip__dialog,dialog.eg-eip__dialog--bottom-right,dialog.eg-eip__dialog--bottom-left{width:100%;max-width:100%;max-height:90dvh;margin:auto 0 0;border-radius:var(--eg-eip-radius, 18px) var(--eg-eip-radius, 18px) 0 0;border-inline:0;border-bottom:0}.eg-eip__handle{display:block;width:38px;height:4px;margin:.55rem auto 0;border-radius:999px;background:currentColor;opacity:.28}.eg-eip__inner{padding:.5rem var(--eg-eip-pad, 24px) calc(var(--eg-eip-pad, 24px) + env(safe-area-inset-bottom,0px));gap:.7rem}.eg-eip__media-img{max-height:84px}@keyframes egEipSheetIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes egEipSheetOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}dialog.eg-eip__dialog[open]{animation:egEipSheetIn var(--hh-anim-dur-base) var(--hh-anim-ease-swipe)}dialog.eg-eip__dialog.dialog-closing{animation:egEipSheetOut var(--hh-anim-dur-base) var(--hh-anim-ease-swipe) forwards}}@media(prefers-reduced-motion:reduce){dialog.eg-eip__dialog[open],dialog.eg-eip__dialog.dialog-closing{animation:none!important}.eg-eip__page{transition:none!important;filter:none!important}.eg-eip__submit.is-submitting .eg-eip__spinner{animation:none}.eg-eip__close{transition:none!important}}.eg-lore-character.section{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;position:relative;isolation:isolate;overflow:hidden;width:100%;box-sizing:border-box}.eg-lore-character.section>*{grid-column:1}.eg-lore-character--fixed-height{min-height:var(--eg-lore-section-height, 100vh)}.eg-lore-character__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.eg-lore-character__bg-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.eg-lore-character__bg-media--mobile{display:none}.eg-lore-character__bg-image,.eg-lore-character__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.eg-lore-character__bg-image--rm-fallback,.eg-lore-character__bg-fade{display:none}.eg-lore-character__name{position:relative;grid-row:1;grid-column:1;z-index:3;margin:0 auto;text-align:center;padding-block:clamp(1rem,3vw,2.25rem) clamp(.5rem,1.5vw,1rem);padding-inline:1rem;max-width:min(90vw,900px)}.eg-lore-character__name--image{position:relative;grid-row:1;grid-column:1;z-index:1;width:min(92vw,1000px);margin:0 auto;padding:clamp(.5rem,2.5vw,2rem) 1rem 0;pointer-events:none}.eg-lore-character__name-img{display:block;width:auto;height:auto;max-width:100%;max-height:clamp(130px,28vh,360px);margin:0 auto;filter:drop-shadow(0 6px 28px rgb(0 0 0 / .55))}.eg-lore-character__portrait{position:relative;grid-row:2;grid-column:1;z-index:2;align-self:end;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;overflow:hidden;width:100%;height:var(--eg-lore-char-max-height, 80vh);max-height:100%;margin-bottom:calc(var(--eg-lore-char-floor-gap, 0px) - var(--eg-lore-pb-end, 0px))}.eg-lore-character__portrait-image{width:var(--eg-lore-char-width, 40%);max-width:min(650px,100%);height:100%;object-fit:contain;object-position:bottom center;display:block}.eg-lore-character__portrait-image--mobile{display:none}.eg-lore-character__locked{position:relative;grid-row:2;grid-column:1;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(.85rem,2.4vw,1.5rem);width:100%;height:100%;min-height:min(58vh,540px);max-width:min(620px,90vw);margin-inline:auto;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,5vw,3rem);box-sizing:border-box;color:rgb(var(--color-foreground-rgb))}.eg-lore-character__lock{position:relative;display:grid;place-items:center;width:clamp(104px,20vw,168px);aspect-ratio:1;margin-bottom:clamp(.25rem,1.5vw,.75rem);border-radius:50%}.eg-lore-character__lock:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:50%;background:rgb(var(--color-foreground-rgb) / .08);border:1px solid rgb(var(--color-foreground-rgb) / .28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.eg-lore-character__lock-halo{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;border-radius:50%;background:radial-gradient(circle,rgb(var(--color-foreground-rgb) / .22),rgb(var(--color-foreground-rgb) / .06) 45%,rgb(var(--color-foreground-rgb) / 0) 72%);animation:eg-lore-lock-breathe 3.6s ease-in-out infinite}.eg-lore-character__lock-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgb(var(--color-foreground-rgb) / .4);opacity:0;animation:eg-lore-lock-ripple 3.6s ease-out infinite}.eg-lore-character__lock-ring--delayed{animation-delay:1.8s}.eg-lore-character__lock-icon{position:relative;width:44%;height:44%;color:inherit;filter:drop-shadow(0 2px 8px rgb(0 0 0 / .35));animation:eg-lore-lock-float 4.2s ease-in-out infinite}.eg-lore-character__lock-shackle{animation:eg-lore-lock-shackle 4.2s ease-in-out infinite}.eg-lore-character__locked-title{margin:0;font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);font-size:clamp(1.15rem,1rem + 1.6vw,1.9rem);line-height:1.25;text-wrap:balance}.eg-lore-character__locked-subtitle{margin:0;max-width:46ch;font-family:var(--font-subheading--family);font-style:var(--font-subheading--style);font-weight:var(--font-subheading--weight);font-size:clamp(.95rem,.9rem + .4vw,1.1rem);line-height:1.55;opacity:.82;text-wrap:pretty}.eg-lore-character__locked-cta{margin-top:clamp(.35rem,1.5vw,.85rem)}@keyframes eg-lore-lock-breathe{0%,to{transform:scale(.92);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes eg-lore-lock-ripple{0%{transform:scale(.82);opacity:.5}70%{opacity:0}to{transform:scale(1.5);opacity:0}}@keyframes eg-lore-lock-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5%)}}@keyframes eg-lore-lock-shackle{0%,16%,to{transform:translateY(0)}8%{transform:translateY(-1.2px)}}.eg-lore-character__cards{position:relative;grid-row:2;grid-column:1;z-index:3;display:grid;grid-template-columns:1fr minmax(var(--eg-lore-char-width, 40%),40%) 1fr;grid-auto-rows:minmax(0,auto);grid-auto-flow:row dense;column-gap:var(--eg-lore-gap, 24px);row-gap:calc(var(--eg-lore-gap, 24px) * .5);padding:clamp(1rem,3vw,3rem);align-items:stretch;box-sizing:border-box;width:100%;height:100%}.eg-lore-character--fixed-height .eg-lore-character__cards{min-height:0;grid-auto-rows:minmax(0,1fr)}.eg-lore-character__cards>*:nth-child(odd){grid-column:1}.eg-lore-character__cards>*:nth-child(2n){grid-column:3}.eg-lore-character__cards>*:nth-child(n+7){display:none}.eg-lore-character__cards:has(>*:nth-child(5):last-child)>*:nth-child(5){grid-column:1 / -1;grid-row:3;justify-self:center;width:calc((100% - var(--eg-lore-char-width, 40%) - 2 * var(--eg-lore-gap, 24px)) / 2);max-width:100%}@media(min-width:750px)and (max-width:1180px){.eg-lore-character{--eg-lore-char-width: clamp(150px, 20vw, 230px) !important;--eg-lore-char-display-w: clamp(320px, 50vw, 540px);--eg-lore-gap: 14px !important}.eg-lore-character__cards{grid-template-columns:1fr var(--eg-lore-char-width) 1fr;padding:clamp(.5rem,1.5vw,1.25rem)}}@media screen and (min-width:750px){.eg-lore-character--fixed-height{height:var(--eg-lore-section-height, 100vh);--eg-lore-stage-w: min( 100%, calc(var(--eg-lore-section-height, 100vh) * var(--eg-lore-bg-ar, 1.7778)) );--eg-lore-bg-gap: max( 0px, calc((100vw - min(100vw, calc(var(--eg-lore-section-height, 100vh) * var(--eg-lore-bg-ar, 1.7778))))/2) )}.eg-lore-character--fixed-height .eg-lore-character__bg-image,.eg-lore-character--fixed-height .eg-lore-character__bg-video{inset:auto;top:auto;right:auto;bottom:0;left:50%;transform:translate(-50%);width:auto;height:100%;max-width:none;object-fit:fill}.eg-lore-character--fixed-height .eg-lore-character__bg-fade{display:block;position:absolute;top:0;bottom:0;z-index:1;pointer-events:none;width:calc(var(--eg-lore-bg-gap, 0px) + clamp(0px,var(--eg-lore-bg-gap, 0px),6vw))}.eg-lore-character--fixed-height .eg-lore-character__bg-fade--left{left:0;background:linear-gradient(to right,rgb(var(--color-background-rgb)) 0,rgb(var(--color-background-rgb)) var(--eg-lore-bg-gap, 0px),rgb(var(--color-background-rgb) / 0) 100%)}.eg-lore-character--fixed-height .eg-lore-character__bg-fade--right{right:0;background:linear-gradient(to left,rgb(var(--color-background-rgb)) 0,rgb(var(--color-background-rgb)) var(--eg-lore-bg-gap, 0px),rgb(var(--color-background-rgb) / 0) 100%)}.eg-lore-character--fixed-height .eg-lore-character__cards,.eg-lore-character--fixed-height .eg-lore-character__portrait{max-width:var(--eg-lore-stage-w, 100%);margin-inline:auto}.eg-lore-character--fixed-height .eg-lore-character__name--image{max-width:min(1000px,var(--eg-lore-stage-w, 100%))}.eg-lore-character--fixed-height .eg-lore-character__portrait{position:absolute;inset-inline:0;bottom:var(--eg-lore-char-floor-gap, 0px);top:auto;margin-bottom:0;height:var(--eg-lore-char-max-height, 80vh);max-height:calc(100% + 12vh)}.eg-lore-character--fixed-height .eg-lore-character__portrait-image{width:auto;height:100%;max-width:var(--eg-lore-char-display-w, var(--eg-lore-char-width, 40%))}}@media screen and (max-width:749px){.eg-lore-character.section{display:block}.eg-lore-character{overflow:hidden}.eg-lore-character--fixed-height{min-height:0}.eg-lore-character__portrait{position:relative;inset:auto;z-index:2;align-self:auto;width:100%;height:auto;margin-bottom:0;aspect-ratio:3 / 4;min-height:0;max-height:70vh;overflow:hidden}.eg-lore-character__portrait-image{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center bottom}.eg-lore-character__portrait-image--mobile{display:block}.eg-lore-character__portrait-image--desktop:has(+.eg-lore-character__portrait-image--mobile){display:none}.eg-lore-character__name{position:relative;top:auto;left:auto;transform:none;padding-block:1rem;max-width:100%;width:100%}.eg-lore-character__name--image{position:relative;top:auto;left:auto;transform:none;z-index:1;width:100%;max-width:100%;padding:clamp(.5rem,3vw,1rem) 1rem 0;margin-bottom:clamp(-72px,-9vh,-28px)}.eg-lore-character__name-img{max-height:clamp(82px,18vh,168px)}.eg-lore-character__cards{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:none;min-height:0;padding:1rem;margin-top:clamp(-260px,-22vh,-120px);position:relative;z-index:3}.eg-lore-character__cards>*{grid-area:auto!important;grid-column:auto!important;min-width:0}.eg-lore-character__cards:has(>*:nth-child(5):last-child)>*:nth-child(5){grid-column:auto!important;grid-row:auto!important;justify-self:stretch;width:auto;max-width:none}.eg-lore-character__bg-media--desktop:has(+.eg-lore-character__bg-media--mobile){display:none}.eg-lore-character__bg-media--mobile{display:block}.eg-lore-character.eg-lore-character--mobile-edge.section{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;height:100vh;height:100dvh;min-height:0;overflow:hidden}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__name{grid-row:1;grid-column:1;padding-block:clamp(.5rem,2vw,1rem)}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__portrait{grid-row:2;grid-column:1;position:relative;align-self:end;display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;max-height:100%;aspect-ratio:auto;margin-bottom:0;overflow:visible;z-index:2}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__portrait-image{width:auto;height:100%;max-width:var(--eg-lore-edge-char-w, 92vw);object-fit:contain;object-position:bottom center}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards{grid-row:2;grid-column:1;position:relative;z-index:3;display:grid;grid-template-columns:var(--eg-lore-edge-w, 34vw) 1fr var(--eg-lore-edge-w, 34vw);grid-template-rows:none;grid-auto-rows:1fr;align-items:stretch;column-gap:0;row-gap:var(--eg-lore-edge-row-gap, 1.5vh);margin:0;padding:var(--eg-lore-edge-pad-y, 1.5vh) 0;width:100%;height:100%;min-height:0;max-width:none;pointer-events:none}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*{height:100%;min-width:0;pointer-events:auto}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(odd){grid-column:1!important}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(2n){grid-column:3!important}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(n+7){display:none}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards .eg-lore-card{height:100%}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-card__bg-image,.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-card__frame-surface{display:none}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards .eg-lore-card__face{height:100%;min-height:0;padding:0;border:0;border-radius:0;box-shadow:none;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;background-repeat:no-repeat;background-size:contain}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-card__face:before,.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-card__face:after{display:none}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(odd) .eg-lore-card__face{background-image:var(--eg-lore-card-bg-mobile, var(--eg-lore-edge-frame-left));background-position:left center}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(2n) .eg-lore-card__face{background-image:var(--eg-lore-card-bg-mobile, var(--eg-lore-edge-frame-right));background-position:right center}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards .eg-lore-card__text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0;text-align:center}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(odd) .eg-lore-card__text{padding:12% 36% 12% 12%}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards>*:nth-child(2n) .eg-lore-card__text{padding:12% 12% 12% 36%}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards .eg-lore-card__title{font-size:clamp(.85rem,12cqi,1.5rem)}.eg-lore-character.eg-lore-character--mobile-edge .eg-lore-character__cards .eg-lore-card__subline{display:none}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.eg-lore-character__bg-video{display:none}.eg-lore-character__bg-image--rm-fallback{display:block}.eg-lore-character__lock-halo,.eg-lore-character__lock-ring,.eg-lore-character__lock-icon,.eg-lore-character__lock-shackle{animation:none}.eg-lore-character__lock-ring{opacity:.4}.eg-lore-character__locked-cta{transition:none}}.eg-lore-card__popup-hero--spirit{aspect-ratio:1;max-width:280px;margin:0 auto 1.25rem;position:relative;border-radius:50%;overflow:hidden;border:2px solid currentColor;background:#2b241b14}.eg-lore-card__popup-hero--spirit .eg-lore-card__popup-hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.eg-lore-card__popup-hero-caption{position:absolute;inset:auto 0 .5rem;text-align:center;font-family:var(--font-heading--family, inherit);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#fff;text-shadow:0 1px 3px rgb(0 0 0 / .6);pointer-events:none}.layout-panel-flex--column>.spacer-block{width:100%}.layout-panel-flex--row>.spacer-block{height:100%}:is(.layout-panel-flex--row,.layout-panel-flex--column)>.spacer-block--size-percent{flex:var(--spacer-size)}.layout-panel-flex--row>.spacer-block--size-pixel{width:var(--spacer-size)}.layout-panel-flex--column>.spacer-block--size-pixel{height:var(--spacer-size)}@media screen and (max-width:749px){.layout-panel-flex--row:not(.mobile-column)>.spacer-block--size-mobile-percent{flex:var(--spacer-size-mobile);height:100%}.layout-panel-flex--column>.spacer-block--size-mobile-percent,.mobile-column>.spacer-block--size-percent:not(.spacer-block--size-mobile-pixel){width:100%;flex:var(--spacer-size-mobile)}.layout-panel-flex--row:not(.mobile-column)>.spacer-block--size-mobile-pixel{width:var(--spacer-size-mobile);height:100%}.layout-panel-flex--column>.spacer-block--size-mobile-pixel,.mobile-column>.spacer-block--size-mobile-pixel{width:100%;flex:0;height:var(--spacer-size-mobile)}}.slideshow-control--large .icon-caret{--icon-stroke-width: 1px}.slideshow-control--large .svg-wrapper,.slideshow-control--large svg{width:var(--slideshow-controls-icon);height:var(--slideshow-controls-icon)}.slideshow-control.slideshow-control--shape-square,.slideshow-control.slideshow-control--shape-circle{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;background-color:var(--color-primary-button-background);color:var(--color-primary-button-text)}.slideshow-control.slideshow-control--shape-circle{border-radius:50%}.slideshow-control.slideshow-control--shape-square{border-radius:0}.slideshow-control .icon-caret{rotate:-90deg}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map?subset=gAwAgAAAAAAAAAAAABAABAAAABAAAAAAAAAEAAAAAEA */
