:root{--white: #ffffff;--true-black: #000000;--charcoal: #464646;--link-blue: #184e9a;--teal: #5bc0be;--teal-dark: #399391;--slate-blue: #3b4f6b;--pale-purple: #d7d4ee;--soft-purple: #cec7e2;--light-purple: #b5a9da;--medium-purple: #907ec8;--purple: #5c46a5;--deep-purple: #483781;--midnight-purple: #1e1838;--light-pink: #f8b4c6;--soft-pink: #f58eaa;--pink: #ef426f;--deep-pink: #e1144a;--light-green: #e3efcb;--primary-color: var(--pink);--secondary-color: var(--russian-violet);--link-color: var(--link-blue);--blue-sapphire: #005878;--dark-blue: var(--russian-violet);--maximum-blue-green: var(--teal);--blue-green-darker: var(--teal-dark);--dark-purple: #302556;--black: var(--charcoal);--light-gray: #f2f2f2;--yimen-blue: var(--slate-blue);--russian-violet: #14123d;--fluid-10-18: clamp(.625rem, .6039rem + .3012vw, 1.125rem);--fluid-14-18: clamp(.875rem, .7395rem + .6024vw, 1.125rem);--fluid-14-22: clamp(.875rem, .6039rem + 1.2048vw, 1.375rem);--fluid-16-20: clamp(1rem, .8645rem + .6024vw, 1.25rem);--fluid-16-32: clamp(1rem, .4578rem + 2.4096vw, 2rem);--fluid-18-24: clamp(1.125rem, .9217rem + .9036vw, 1.5rem);--fluid-22-28: clamp(1.375rem, 1.1717rem + .9036vw, 1.75rem);--fluid-40-60: clamp(2.5rem, 1.3946rem + 4.8193vw, 3.75rem);--fluid-43-53: clamp(2.6875rem, 2.3486rem + 1.506vw, 3.3125rem);--fluid-60-80: clamp(3.75rem, 2.3946rem + 6.0241vw, 5rem);--fluid-60-100: clamp(3.75rem, 2.3946rem + 9.0361vw, 6.25rem);--fluid-100-235: clamp(6.25rem, 1.6755rem + 20.3313vw, 14.6875rem);--fluid-125-200: clamp(7.8125rem, 5.2711rem + 11.2952vw, 12.5rem);--fluid-320-480: clamp(20rem, 14.5783rem + 24.0964vw, 30rem);--h1-30-40: clamp(1.875rem, 1.6304rem + 1.087vw, 2.5rem);--app-height: 100vh}@supports (height: 100dvh){:root{--app-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)) }}*{box-sizing:border-box;margin:0;padding:0;font-family:Mulish,sans-serif}body{display:flex;justify-content:center;overflow-x:hidden;overscroll-behavior:auto none;font-size:1.1rem;background-color:var(--russian-violet)}body.scroll-lock{overflow:hidden}#root{background-color:#14123d;min-height:calc(var(--app-height) + env(safe-area-inset-top,0px) + env(safe-area-inset-bottom,0px));padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);width:100%}h1{font-family:Playfair Display,serif;font-size:var(--h1-30-40);font-weight:800;margin:0 0 1.5rem}h2{font-size:1rem;font-weight:600;text-transform:uppercase}p{font-size:var(--fluid-16-20);font-weight:400;line-height:var(--fluid-22-28);margin:0 0 1rem}input[type=text],input[type=date]{border-radius:.25rem;font-family:mulish,sans-serif;font-size:16px;padding:1rem;text-align:center;width:var(--fluid-320-480)}input[type=text]::placeholder{text-align:center}.a-btn-container{align-items:center;display:flex;height:64px;justify-content:center;margin:2.5rem 0;position:relative;white-space:nowrap}.a-btn,.a-btn-icon{align-items:center;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-flex;font:inherit;font-size:1rem;gap:.45rem;justify-content:center;line-height:1.2;min-height:2rem;padding:.55rem 1rem;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,filter .18s ease,transform .18s ease;-webkit-user-select:none;user-select:none}a.a-btn,a.a-btn:hover,a.a-btn:focus-visible{text-decoration:none}.a-btn--primary,.a-btn--secondary,.a-btn--danger,.a-btn--ghost,.a-btn-icon{font-weight:600;text-transform:uppercase}.a-btn-icon,.a-btn--primary{background:var(--pink);border-color:var(--pink);color:var(--white)}.a-btn--secondary{background:var(--deep-purple);border-color:var(--medium-purple);color:var(--white)}.a-btn--danger{background:var(--deep-pink);border-color:var(--pink);color:var(--white)}.a-btn--ghost{background:transparent;border:2px solid var(--medium-purple);color:var(--pale-purple);padding:.5rem 2rem}.a-btn--text{background:transparent;border-color:transparent;color:var(--medium-purple);font-size:.75rem;font-style:italic;min-height:1rem;padding:0;text-decoration:underline;text-transform:uppercase;text-underline-offset:.2rem}.a-btn--icon{border-radius:999px;line-height:1;min-height:0;padding:0}.a-btn--full{width:100%}.a-btn:hover:not(:disabled),.a-btn-icon:hover:not(:disabled){filter:brightness(1.14)}.a-btn:active:not(:disabled),.a-btn-icon:active:not(:disabled){transform:translateY(1px)}.a-btn:focus-visible,.a-btn-icon:focus-visible{outline:3px solid var(--white);outline-offset:3px}.a-btn:disabled,.a-btn-icon:disabled{cursor:not-allowed;opacity:.55}.aicon{background-size:cover;color:var(--white);display:inline-block;height:18px;margin-right:.7rem;position:relative;top:.1rem;width:18px}.standard-btn{min-width:250px;position:relative}.standard-btn button,.standard-btn a,.standard-btn .a-btn{display:block;min-width:250px;position:absolute;white-space:nowrap;width:65%}@media screen and (max-width:850px){.a-btn-container{justify-content:center}}@media(prefers-reduced-motion:reduce){.a-btn,.a-btn-icon{transition:none}.a-btn:hover:not(:disabled),.a-btn-icon:hover:not(:disabled){filter:none}.a-btn:active:not(:disabled),.a-btn-icon:active:not(:disabled){transform:none}}.a-h1{font-family:Playfair Display,serif;color:#fff;font-size:clamp(1.875rem,1.6304rem + 1.087vw,2.5rem);font-weight:800;line-height:1.05}.a-h2{font-size:1rem;font-weight:600;text-transform:uppercase}.a-h3{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:800;line-height:clamp(1.8rem,4vw,2.5rem);margin:0 0 1.5rem}.ablog-h3{font-size:clamp(1rem,2vw,1.3rem);font-weight:800;line-height:clamp(1.4rem,3vw,1.8rem);margin:2.5rem 0 1rem}.a-h4{font-size:clamp(1rem,2vw,1.3rem);line-height:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0 0 1rem}.a-h5{font-size:clamp(1rem,2vw,1.4rem);line-height:clamp(1.4rem,3vw,1.8rem);font-weight:700}.a-h6{font-size:clamp(.9rem,1.5vw,1rem)}.a-p{font-size:clamp(1rem,2vw,1.25rem);line-height:clamp(1.5rem,3vw,1.8rem);font-weight:400}.a-p sup{font-size:.5em}.a-p-sm{color:var(--light-purple);font-size:.875rem;font-weight:500;line-height:1.15;text-transform:none}.a-link{font-weight:800;color:var(--link-color);text-decoration:none;cursor:pointer}.a-link:hover{color:#0b3a7d;text-decoration:underline}.pink-link{font-weight:800;color:var(--primary-color);cursor:pointer}.pink-link:hover{color:#a90f38}.bold{font-weight:800}.semibold{font-weight:500}.italic{font-style:italic}.uppercase{text-transform:uppercase}.disclaimer-text{font-size:.75rem;font-weight:200;font-style:italic;margin:.2rem 0}.text-primary{color:var(--primary-color)}.blue-green{color:var(--maximum-blue-green)}.plump-purple{color:var(--purple)}.plump-purple-250{color:var(--soft-purple)}.text-white,*.text-white:hover{color:#fff}.text-pink{color:var(--primary-color)}.mt64{margin-top:64px}.mt32{margin-top:32px}.mt16{margin-top:16px}.mt4{margin-top:4px}.pt16{padding-top:16px}.pt32{padding-top:32px}.pt48{padding-top:48px}.mb0{margin-bottom:0}.mb8{margin-bottom:8px}.mb16{margin-bottom:16px}.mb24{margin-bottom:24px}.mb32{margin-bottom:32px}.mb48{margin-bottom:48px}.mb72{margin-bottom:72px}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-black{font-weight:900}.fw-extra-black{font-weight:950}#cyan-bg{background-color:var(--maximum-blue-green)}#darkblue-bg{background-color:var(--secondary-color)}.bg-lightgrey{background-color:var(--light-gray)}.maximumbluegreen-bg{background-color:var(--maximum-blue-green)}.blue-sapphire-bg{background-color:var(--blue-sapphire)}.pink-bg{background-color:var(--primary-color)}.purple-bg{background-color:var(--purple)}.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}.wwid-background-frame{background-image:url("data:image/svg+xml,%3csvg%20width='1455'%20height='1094'%20viewBox='0%200%201455%201094'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2458_6845)'%3e%3crect%20width='1455'%20height='1099'%20fill='%2314123D'/%3e%3crect%20y='418'%20width='1454'%20height='666'%20fill='url(%23paint0_linear_2458_6845)'/%3e%3cpath%20d='M263.427%20864.323C185.985%20825.508%2062.8251%20810.264%2011.8345%20805.589L0%201094H797.733C796.71%201088.89%20788.528%201049.73%20785.022%201046.22C780.639%201041.84%20622.056%20955.493%20525.101%20955.493C469.874%20955.493%20445.328%20955.493%20263.427%20864.323Z'%20fill='url(%23paint1_linear_2458_6845)'/%3e%3cpath%20d='M1052.6%20898.097C1181.51%20867.59%201380.35%20851.988%201463.66%20848L1483%201094H431C432.671%201089.64%20437.445%201080.17%20443.174%201077.18C450.336%201073.44%20644.408%201017.73%20702.415%20994.553C760.421%20971.374%20891.474%20936.231%201052.6%20898.097Z'%20fill='url(%23paint2_linear_2458_6845)'/%3e%3cpath%20d='M1331%20399L1333.47%20406.525L1341%20409L1333.47%20411.475L1331%20419L1328.53%20411.475L1321%20409L1328.53%20406.525L1331%20399Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1135%20382L1135.99%20385.763L1139%20387L1135.99%20388.237L1135%20392L1134.01%20388.237L1131%20387L1134.01%20385.763L1135%20382Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M1048%20678L1048.99%20681.763L1052%20683L1048.99%20684.237L1048%20688L1047.01%20684.237L1044%20683L1047.01%20681.763L1048%20678Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M380%20505L380.99%20508.763L384%20510L380.99%20511.237L380%20515L379.01%20511.237L376%20510L379.01%20508.763L380%20505Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M125%20720L125.99%20723.763L129%20725L125.99%20726.237L125%20730L124.01%20726.237L121%20725L124.01%20723.763L125%20720Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M298%20372L300.475%20379.525L308%20382L300.475%20384.475L298%20392L295.525%20384.475L288%20382L295.525%20379.525L298%20372Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M118%20330L118.742%20332.258L121%20333L118.742%20333.742L118%20336L117.258%20333.742L115%20333L117.258%20332.258L118%20330Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M358%20372L358.742%20374.258L361%20375L358.742%20375.742L358%20378L357.258%20375.742L355%20375L357.258%20374.258L358%20372Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1216%20349L1216.74%20351.258L1219%20352L1216.74%20352.742L1216%20355L1215.26%20352.742L1213%20352L1215.26%20351.258L1216%20349Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M58%20358L58.495%20359.505L60%20360L58.495%20360.495L58%20362L57.505%20360.495L56%20360L57.505%20359.505L58%20358Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1456%20302L1456.49%20303.505L1458%20304L1456.49%20304.495L1456%20306L1455.51%20304.495L1454%20304L1455.51%20303.505L1456%20302Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1243%20490L1244.48%20494.515L1249%20496L1244.48%20497.485L1243%20502L1241.52%20497.485L1237%20496L1241.52%20494.515L1243%20490Z'%20fill='%23F19545'/%3e%3cpath%20d='M1278%20877L1279.48%20881.515L1284%20883L1279.48%20884.485L1278%20889L1276.52%20884.485L1272%20883L1276.52%20881.515L1278%20877Z'%20fill='%23F19545'/%3e%3cpath%20d='M209%20770L209.495%20771.505L211%20772L209.495%20772.495L209%20774L208.505%20772.495L207%20772L208.505%20771.505L209%20770Z'%20fill='%23F19545'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2458_6845'%20x1='727'%20y1='418'%20x2='727'%20y2='1084'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%233530A3'%20stop-opacity='0.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2458_6845'%20x1='287.096'%20y1='976.97'%20x2='321.723'%20y2='878.349'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'/%3e%3cstop%20offset='1'%20stop-color='%231A174E'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_2458_6845'%20x1='1009.92'%20y1='971.438'%20x2='992.34'%20y2='892.643'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'/%3e%3cstop%20offset='1'%20stop-color='%2318136F'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_2458_6845'%3e%3crect%20width='1455'%20height='1094'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:cover;max-width:1960px;min-height:var(--app-height);margin:0 auto;overflow:hidden;position:relative;width:100%}@media(min-width:62rem){.wwid-background-frame{background-image:url(/assets/slideBackground-CPoG1Ln2.svg)}}@media(orientation:portrait)and (min-width:62rem)and (min-height:64rem){.wwid-background-frame{background-image:url("data:image/svg+xml,%3csvg%20width='1455'%20height='1094'%20viewBox='0%200%201455%201094'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2458_6845)'%3e%3crect%20width='1455'%20height='1099'%20fill='%2314123D'/%3e%3crect%20y='418'%20width='1454'%20height='666'%20fill='url(%23paint0_linear_2458_6845)'/%3e%3cpath%20d='M263.427%20864.323C185.985%20825.508%2062.8251%20810.264%2011.8345%20805.589L0%201094H797.733C796.71%201088.89%20788.528%201049.73%20785.022%201046.22C780.639%201041.84%20622.056%20955.493%20525.101%20955.493C469.874%20955.493%20445.328%20955.493%20263.427%20864.323Z'%20fill='url(%23paint1_linear_2458_6845)'/%3e%3cpath%20d='M1052.6%20898.097C1181.51%20867.59%201380.35%20851.988%201463.66%20848L1483%201094H431C432.671%201089.64%20437.445%201080.17%20443.174%201077.18C450.336%201073.44%20644.408%201017.73%20702.415%20994.553C760.421%20971.374%20891.474%20936.231%201052.6%20898.097Z'%20fill='url(%23paint2_linear_2458_6845)'/%3e%3cpath%20d='M1331%20399L1333.47%20406.525L1341%20409L1333.47%20411.475L1331%20419L1328.53%20411.475L1321%20409L1328.53%20406.525L1331%20399Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1135%20382L1135.99%20385.763L1139%20387L1135.99%20388.237L1135%20392L1134.01%20388.237L1131%20387L1134.01%20385.763L1135%20382Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M1048%20678L1048.99%20681.763L1052%20683L1048.99%20684.237L1048%20688L1047.01%20684.237L1044%20683L1047.01%20681.763L1048%20678Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M380%20505L380.99%20508.763L384%20510L380.99%20511.237L380%20515L379.01%20511.237L376%20510L379.01%20508.763L380%20505Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M125%20720L125.99%20723.763L129%20725L125.99%20726.237L125%20730L124.01%20726.237L121%20725L124.01%20723.763L125%20720Z'%20fill='%23FFFBA8'%20fill-opacity='0.8'/%3e%3cpath%20d='M298%20372L300.475%20379.525L308%20382L300.475%20384.475L298%20392L295.525%20384.475L288%20382L295.525%20379.525L298%20372Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M118%20330L118.742%20332.258L121%20333L118.742%20333.742L118%20336L117.258%20333.742L115%20333L117.258%20332.258L118%20330Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M358%20372L358.742%20374.258L361%20375L358.742%20375.742L358%20378L357.258%20375.742L355%20375L357.258%20374.258L358%20372Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1216%20349L1216.74%20351.258L1219%20352L1216.74%20352.742L1216%20355L1215.26%20352.742L1213%20352L1215.26%20351.258L1216%20349Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M58%20358L58.495%20359.505L60%20360L58.495%20360.495L58%20362L57.505%20360.495L56%20360L57.505%20359.505L58%20358Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1456%20302L1456.49%20303.505L1458%20304L1456.49%20304.495L1456%20306L1455.51%20304.495L1454%20304L1455.51%20303.505L1456%20302Z'%20fill='%23FFFBA8'/%3e%3cpath%20d='M1243%20490L1244.48%20494.515L1249%20496L1244.48%20497.485L1243%20502L1241.52%20497.485L1237%20496L1241.52%20494.515L1243%20490Z'%20fill='%23F19545'/%3e%3cpath%20d='M1278%20877L1279.48%20881.515L1284%20883L1279.48%20884.485L1278%20889L1276.52%20884.485L1272%20883L1276.52%20881.515L1278%20877Z'%20fill='%23F19545'/%3e%3cpath%20d='M209%20770L209.495%20771.505L211%20772L209.495%20772.495L209%20774L208.505%20772.495L207%20772L208.505%20771.505L209%20770Z'%20fill='%23F19545'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2458_6845'%20x1='727'%20y1='418'%20x2='727'%20y2='1084'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%233530A3'%20stop-opacity='0.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2458_6845'%20x1='287.096'%20y1='976.97'%20x2='321.723'%20y2='878.349'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'/%3e%3cstop%20offset='1'%20stop-color='%231A174E'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_2458_6845'%20x1='1009.92'%20y1='971.438'%20x2='992.34'%20y2='892.643'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123D'/%3e%3cstop%20offset='1'%20stop-color='%2318136F'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_2458_6845'%3e%3crect%20width='1455'%20height='1094'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}:root{--speedy-height-home-mobile: clamp(14.4rem, 57.6vw, 20.4rem);--speedy-home-mobile-bottom: clamp(0rem, 0vh, 2rem);--speedy-height-home-280-462: clamp(17.5rem, 14.875rem + 11.6667vw, 28.875rem);--speedy-right-home-20-120: clamp(1.25rem, -.1923rem + 6.4103vw, 7.5rem);--fluid-290-450: clamp(18.125rem, 15.8173rem + 10.2564vw, 28.125rem);--fluid-170-230: clamp(10.625rem, 8.125rem + 5.2083vw, 14.375rem);--fluid-300-400: clamp(18.75rem, 14.5833rem + 8.6806vw, 25rem);--fluid-10-30: clamp(.625rem, -.2083rem + 1.7361vw, 1.875rem)}._speechBubble_jgjm2_27{position:absolute;position-anchor:--speedy;position-area:top left;translate:2rem -1rem;background-color:var(--pale-purple);border:solid 2px var(--light-purple);color:var(--true-black);border-radius:1rem;filter:drop-shadow(0 0 .25rem var(--true-black));width:340px;padding:1.25rem 1.5rem .5rem;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none;z-index:30}._speechBubble_jgjm2_27 h2{margin-bottom:.5rem;text-align:center}._speechBubble_jgjm2_27 p{font-size:var(--fluid-14-18)}._speechBubble_jgjm2_27:before,._speechBubble_jgjm2_27:after{transition:inherit}._speechBubble_jgjm2_27:after{content:"";position:absolute;width:1rem;height:1rem;bottom:-.7rem;right:10rem;background-color:var(--pale-purple);border:solid 2px var(--light-purple);border-width:0 2px 2px 0;transform:rotate(45deg);border-radius:.2rem}._speechBubble_jgjm2_27 ._closeBubble_jgjm2_73{display:flex;align-items:center;justify-content:center;position:absolute;top:-1rem;right:-.5rem;background:transparent;border:0;height:2rem;width:2rem;padding:0;z-index:1;cursor:pointer}._speechBubble_jgjm2_27 ._closeIcon_jgjm2_89{display:block;height:2rem;width:2rem;cursor:pointer}._speechBubble_jgjm2_27 ._closeBubble_jgjm2_73:hover,._speechBubble_jgjm2_27 ._closeBubble_jgjm2_73:focus{opacity:1}._tapSpeedyImage_jgjm2_101{background:transparent;border:0;cursor:pointer;display:none;height:auto;padding:0;position:absolute;z-index:3}._tapSpeedyImage_jgjm2_101 img{display:block;height:auto;width:100%}._tapSpeedyMobileImage_jgjm2_118{display:block;position:absolute;right:2%;bottom:33%;z-index:3}._homeSpeechBubble_jgjm2_126{position:absolute;bottom:calc(var(--speedy-home-mobile-bottom) + var(--speedy-height-home-mobile) + .75rem);padding:1rem 1rem .75rem;right:clamp(4rem,8vw,5rem);width:min(300px,calc(100vw - 2rem));z-index:30}._homeSpeechBubble_jgjm2_126:after{right:clamp(2rem,20vw,6rem)}._speedyHome_jgjm2_142{anchor-name:--speedy;border:0;background-color:transparent;pointer-events:none;display:block;margin:0 auto;position:absolute;right:clamp(.5rem,4vw,1.5rem);height:var(--speedy-height-home-mobile);bottom:var(--speedy-home-mobile-bottom);z-index:20}._speedyHome_jgjm2_142 img{cursor:pointer;height:var(--speedy-height-home-mobile);right:0;width:auto;bottom:0;position:absolute;pointer-events:auto}._speedyHome_jgjm2_142 img,._speedyHomeRive_jgjm2_167{transition:opacity .35s ease-in-out}._speedyHomeRive_jgjm2_167{cursor:pointer;height:var(--speedy-height-home-mobile);right:0;width:var(--speedy-height-home-mobile);bottom:0;position:absolute;pointer-events:auto;translate:.83rem 0}._questionSpeedyShell_jgjm2_182{position:relative;display:block;margin:0 auto;overflow:visible}._questionSpeedyLabel_jgjm2_189{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none;border:0;position:absolute;left:50%;top:-4.25rem;z-index:29;align-items:center;justify-content:center;width:max-content;padding:.7rem 1.15rem .62rem;border:.1px solid rgba(161,144,215,.55);border-radius:999px;background:#2f246f47;box-shadow:inset 0 0 .75rem #c1b3eb1f,0 0 18px #aa9bd757,0 0 42px #5c46a542,0 10px 20px #0a081f38;color:#d6cdf6;font-family:DM Mono,monospace;font-size:clamp(.45rem,.7vw,.75rem);font-style:italic;font-weight:400;letter-spacing:.17em;line-height:1;text-transform:uppercase;transform:translate(-50%) rotate(2deg);text-shadow:0 0 .35rem rgba(230,226,243,.4),0 0 .9rem rgba(170,155,215,.34);white-space:nowrap;cursor:pointer}._questionSpeedyLabel_jgjm2_189:hover,._questionSpeedyLabel_jgjm2_189:focus-visible{background:#2f246f66;box-shadow:inset 0 0 .75rem #c1b3eb29,0 0 22px #aa9bd76b,0 0 50px #5c46a54d,0 12px 24px #0a081f3d;outline:none}._questionSpeechBubble_jgjm2_236{z-index:30;bottom:calc(100% + .75rem);left:50%;overflow:visible;padding:1.35rem 1.3rem 4.45rem;position:absolute;position-anchor:initial;position-area:initial;right:auto;top:auto;translate:-50% 0;width:min(340px,calc(100vw - 2rem));background:linear-gradient(180deg,#271c69,#271c69 10%,#1e1654 60%);border-radius:var(--scorecard-panel-radius);border:1px solid rgba(127,105,202,.4);box-shadow:0 18px 32px #0d082470,inset 0 1px #ffffff0f;color:#f7f4ff;filter:none}._questionSpeechBubble_jgjm2_236:after{display:none}._regularQuestionSpeechBubble_jgjm2_268{bottom:calc(100% + .75rem)}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272{display:flex;flex-direction:column;gap:.9rem}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 h2{color:#978edf;letter-spacing:.1em;line-height:1.1;margin:0;text-align:left;text-transform:uppercase}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 h2:after{content:"";display:block;width:100%;margin:.5rem 0 .75rem;border-top:1px solid rgba(216,210,255,.16)}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 p{color:#fbf9ff;font-size:clamp(.85rem,1.4vw,1rem);line-height:1.52;margin:0;text-align:left}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 p+p{margin-top:.15rem}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 strong{color:#fff;font-weight:800}._questionSpeechBubble_jgjm2_236 ._closeBubble_jgjm2_73{font-weight:500;align-items:center;background:#7f69ca33;border-radius:9px;border:1px solid rgba(255,255,255,.12);bottom:1rem;color:#d4ceff;display:inline-flex;gap:.2rem;height:auto;justify-content:center;padding:.4rem .85rem .38rem;right:1rem;top:auto;width:auto;cursor:pointer;box-shadow:inset 0 1px #ffffff14,0 4px 10px #0c082429}._questionCloseLabel_jgjm2_334{font-family:DM Mono,monospace;font-size:var(--scorecard-pill-size);font-style:italic;font-weight:400;letter-spacing:.7px;line-height:1.5;text-transform:uppercase;transform:translateY(.5px)}._speedy_jgjm2_142{anchor-name:--speedy;border:0;background-color:transparent;background-image:var(--speedy-bg-mobile);background-position:center center;background-repeat:no-repeat;background-size:contain;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0;position:relative;--speedy-question-height: var(--layout-speedy-height-22, 5rem);--speedy-question-translate-y: 0;--speedy-question-width: var(--layout-speedy-width-22, 5rem);height:var(--speedy-question-height);width:var(--speedy-question-width);line-height:0;overflow:visible;touch-action:manipulation;translate:0 var(--speedy-question-translate-y, 0);cursor:pointer}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371{--speedy-question-height: 11rem;--speedy-question-translate-y: -.675rem;--speedy-question-width: 11rem;background-image:none;translate:0 -.9rem}._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: calc(var(--layout-speedy-height-22) - .5rem);--speedy-question-width: calc(var(--layout-speedy-width-22) - .5rem);--speedy-question-translate-y: 0rem;background-image:none}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{translate:0 -.7rem}._speedy_jgjm2_142._electroQuestionSpeedy_jgjm2_391{background-image:none}._speedy_jgjm2_142 ._riveContainer_jgjm2_395{width:100%;height:100%;position:relative;left:auto;transform:none}._questionSpeedyRive_jgjm2_403,._questionSpeedyBonesRive_jgjm2_409{display:block;width:100%;height:100%}._question2SpeedyPlaceholder_jgjm2_415,._question2SpeedyElectroRive_jgjm2_416{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:opacity .2s ease-in-out}._question2SpeedyPlaceholder_jgjm2_415{object-fit:contain;scale:.95;translate:-.1rem -.8rem}._question2SpeedyElectroRive_jgjm2_416{translate:0 -.95rem}._speedy_jgjm2_142 ._riveContainer_jgjm2_395 picture,._speedy_jgjm2_142 ._riveContainer_jgjm2_395 img{display:block;width:100%;height:100%}._speedy_jgjm2_142 ._riveContainer_jgjm2_395 img{object-fit:contain}._speedy_jgjm2_142 ._riveContainer120_jgjm2_446{width:120px;height:120px}._resultsSpeechBubble_jgjm2_451{position:absolute;bottom:420px;right:280px;z-index:19}._speedyResults_jgjm2_458{anchor-name:--speedy;border:0;background-color:transparent;cursor:pointer;display:block;margin:0 auto;position:absolute;right:80px;bottom:10px;z-index:20;height:410px;width:auto}@media(max-width:47.9375rem){._homeSpeechBubble_jgjm2_126:after{right:clamp(4rem,20vw,5rem)}._regularQuestionSpeechBubble_jgjm2_268{bottom:calc(100% + .25rem)}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272{max-height:min(50vh,24rem);overflow-y:auto}._questionSpeechBubble_jgjm2_236 ._closeBubble_jgjm2_73{bottom:.95rem;right:.9rem;top:auto}}@media(min-width:40rem){._speedy_jgjm2_142{--speedy-question-height: var(--layout-speedy-height-40, 5rem);--speedy-question-width: var(--layout-speedy-width-40, 5rem)}._speedy_jgjm2_142._question2Speedy_jgjm2_379{--speedy-question-height: calc(var(--layout-speedy-height-40) - 1rem);--speedy-question-width: calc(var(--layout-speedy-width-40) - 1rem);--speedy-question-translate-y: 0rem}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: var(--layout-speedy-height-40, 5rem);--speedy-question-translate-y: 0rem;--speedy-question-width: var(--layout-speedy-width-40, 5rem)}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371{--speedy-question-height: 16.75rem;--speedy-question-width: 16.75rem;translate:0 -1.4rem}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{translate:0 -1.2rem}._speedyHomeRive_jgjm2_167{translate:1.15rem 0}._question2SpeedyPlaceholder_jgjm2_415{translate:-.15rem -1.15rem}._question2SpeedyElectroRive_jgjm2_416{translate:0 -1.35rem}}@media(min-width:62rem){._speechBubble_jgjm2_27{translate:6rem -1rem}._speechBubble_jgjm2_27:after{right:50%}._tapSpeedyImage_jgjm2_101{display:block;bottom:var(--fluid-300-400);right:var(--fluid-10-30);width:var(--fluid-170-230)}._tapSpeedyMobileImage_jgjm2_118{display:none}._homeSpeechBubble_jgjm2_126{bottom:var(--fluid-290-450);right:21%;width:340px}._speedyHome_jgjm2_142{bottom:0;right:var(--speedy-right-home-20-120);height:var(--speedy-height-home-280-462)}._speedyHome_jgjm2_142 img{height:var(--speedy-height-home-280-462);right:var(--speedy-right-home-20-120)}._speedyHomeRive_jgjm2_167{height:var(--speedy-height-home-280-462);right:var(--speedy-right-home-20-120);width:var(--speedy-height-home-280-462);translate:1.3rem 0}._questionSpeedyLabel_jgjm2_189{display:inline-flex}._questionSpeechBubble_jgjm2_236{translate:0rem -1rem;left:0;width:100%;background:linear-gradient(180deg,#271c69bf,#271c69bf 10%,#1e1654 60%)}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 h2{font-size:1rem}._questionSpeechBubble_jgjm2_236 ._bubbleContent_jgjm2_272 p{font-size:clamp(.8rem,1.4vw,1rem)}._speedy_jgjm2_142{background-image:var(--speedy-bg-desktop);--speedy-question-translate-y: 0}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371{--speedy-question-height: var(--layout-speedy-height-62);--speedy-question-width: var(--layout-speedy-width-62);translate:0 1.3rem}._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: var(--layout-speedy-height-62);--speedy-question-translate-y: 1.3rem;--speedy-question-width: var(--layout-speedy-width-62)}._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{background-image:none}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{scale:1;--speedy-question-height: calc(var(--layout-speedy-height-62) + .5rem);--speedy-question-width: calc(var(--layout-speedy-width-62) + .5rem);translate:0 .35rem}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371,._speedy_jgjm2_142._electroQuestionSpeedy_jgjm2_391{background-image:none}._question2SpeedyPlaceholder_jgjm2_415{scale:.85;translate:-.11rem -1.1rem;z-index:1}._question2SpeedyElectroRive_jgjm2_416{scale:1.065;translate:0 -1.235rem;z-index:2}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371 ._questionSpeedyRive_jgjm2_403{display:block;scale:1.04;translate:0 -1.1rem}}@media(orientation:portrait)and (min-width:62rem)and (min-height:64rem){._questionSpeedyLabel_jgjm2_189{display:none}._speedy_jgjm2_142{background-image:var(--speedy-bg-mobile);--speedy-question-height: var(--layout-speedy-height-62);--speedy-question-translate-y: 2.285rem;--speedy-question-width: var(--layout-speedy-width-62)}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371,._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: var(--layout-speedy-height-62);--speedy-question-translate-y: 2.285rem;--speedy-question-width: var(--layout-speedy-width-62)}._speedy_jgjm2_142._electroQuestionSpeedy_jgjm2_391{background-image:none}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371{background-image:var(--speedy-bg-mobile)}}@media(min-width:80rem){._speedy_jgjm2_142{--speedy-question-height: var(--layout-speedy-height-80);--speedy-question-width: var(--layout-speedy-width-80)}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371{--speedy-question-height: var(--layout-speedy-height-80);--speedy-question-width: var(--layout-speedy-width-80);translate:0 1.7rem}._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: var(--layout-speedy-height-80);--speedy-question-width: var(--layout-speedy-width-80);--speedy-question-translate-y: 1.75rem}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: calc(var(--layout-speedy-height-80) + .5rem);--speedy-question-width: calc(var(--layout-speedy-width-80) + .5rem);translate:0 .7rem}._speedyHomeRive_jgjm2_167{translate:1.5rem 0}._question2SpeedyPlaceholder_jgjm2_415{scale:.85;translate:-.11rem -1.2rem}._question2SpeedyElectroRive_jgjm2_416{scale:1.085;translate:0 -1.4rem}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371 ._questionSpeedyRive_jgjm2_403{display:block;scale:1.08;translate:0 -1.3rem}}@media(min-width:120rem){._speedy_jgjm2_142,._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371,._speedy_jgjm2_142._question2Speedy_jgjm2_379,._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: var(--layout-speedy-height-120);--speedy-question-width: var(--layout-speedy-width-120)}._speedy_jgjm2_142._bonesLoopSpeedy_jgjm2_380{--speedy-question-height: calc(var(--layout-speedy-height-120) + .5rem);--speedy-question-width: calc(var(--layout-speedy-width-120) + .5rem);translate:0 0}._question2SpeedyPlaceholder_jgjm2_415{scale:.97;translate:-.12rem -2rem}._question2SpeedyElectroRive_jgjm2_416{scale:1;translate:0 -2.225rem}._speedy_jgjm2_142._firstQuestionSpeedy_jgjm2_371 ._questionSpeedyRive_jgjm2_403{display:block;scale:1;translate:0 -2.12rem}}@media(prefers-reduced-motion:reduce){._speechBubble_jgjm2_27,._speedyHome_jgjm2_142 img,._speedyHomeRive_jgjm2_167,._question2SpeedyPlaceholder_jgjm2_415,._question2SpeedyElectroRive_jgjm2_416{transition:none}}._home_1i56h_1{--home-content-top: clamp(.75rem, 2.5svh, 2rem);--home-content-width: clamp(25rem, 84vw, 44.5625rem);--home-content-gap: clamp(.75rem, 2svh, 3rem);--home-headline-max-block: clamp(10rem, 39svh, 25rem);--home-headline-max-inline: clamp(19.25rem, 74.93svh, 44.5625rem);--home-copy-width: min(90%, clamp(19.25rem, 56svh, 31.5rem));background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1179'%20height='1099'%20fill='none'%20viewBox='0%200%201179%201099'%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20fill='%2314123d'%20d='M0%200h1179v1099H0z'/%3e%3cpath%20fill='url(%23b)'%20d='M.175%20406.386h1162.11v613.333H.175z'/%3e%3cpath%20fill='%23fffba8'%20fill-opacity='.8'%20d='m1049%20162%20.99%203.763L1053%20167l-3.01%201.237L1049%20172l-.99-3.763L1045%20167l3.01-1.237zM962%20458l.99%203.763L966%20463l-3.01%201.237L962%20468l-.99-3.763L958%20463l3.01-1.237zM294%20285l.99%203.763L298%20290l-3.01%201.237L294%20295l-.99-3.763L290%20290l3.01-1.237zM39%20500l.99%203.763L43%20505l-3.01%201.237L39%20510l-.99-3.763L35%20505l3.01-1.237z'/%3e%3cpath%20fill='%23fffba8'%20d='m212%20152%202.475%207.525L222%20162l-7.525%202.475L212%20172l-2.475-7.525L202%20162l7.525-2.475zM32%20110l.742%202.258L35%20113l-2.258.742L32%20116l-.742-2.258L29%20113l2.258-.742zM272%20152l.742%202.258L275%20155l-2.258.742L272%20158l-.742-2.258L269%20155l2.258-.742zM1130%20129l.74%202.258%202.26.742-2.26.742L1130%20135l-.74-2.258L1127%20132l2.26-.742z'/%3e%3cpath%20fill='%23f19545'%20d='m1157%20270%201.48%204.515L1163%20276l-4.52%201.485L1157%20282l-1.48-4.515L1151%20276l4.52-1.485zM123%20550l.495%201.505L125%20552l-1.505.495L123%20554l-.495-1.505L121%20552l1.505-.495z'/%3e%3ccircle%20cx='596.912'%20cy='915'%20r='69'%20fill='url(%23c)'/%3e%3cpath%20fill='%239e8fcb'%20fill-opacity='.5'%20d='M548.018%20894.742c-4.143%204.874-1.726%2013.607%200%2017.364%203.351%202.285%2011.363%206.915%2016.603%207.159%206.549.305%2010.357-7.159%2013.404-12.033%203.046-4.874%202.589-6.55%200-12.49s0-10.358-3.047-16.146c-3.046-5.788-10.967-5.026-12.947-5.026s-5.483%203.351-8.834%205.026c-3.351%201.676%201.066%207.768-5.179%2016.146'/%3e%3cpath%20fill='%239e8fcb'%20fill-opacity='.6'%20d='M613.861%20903.229c2.357%207.872%2013.439%2014.014%2018.685%2016.101%204.795-.592%2015.363-2.781%2019.279-6.794%204.894-5.017-.482-15.018-3.603-22.003s-5.243-8.168-13.44-11.581c-8.198-3.413-11.146-9.604-19.498-12.507-8.352-2.902-13.055%204.213-14.435%205.815s-.217%207.543-.751%2011.808c-.533%204.265%209.103%206.341%2013.763%2019.161M591.605%20926.16c1.471%204.147%206.531%203.505%208.877%202.666%201.994-2.398%206.335-8.259%207.75-12.52%201.77-5.326-1.108-9.595-2.849-12.843s-2.711-3.129-6.386-1.917-5.295-1.591-9.005.02c-3.709%201.61-5.271%208.224-5.759%209.848s.362%205.013.393%208.019%204.234.318%206.979%206.727M587.468%20873.265c-3.198%205.483-5.483%205.788%200%207.311%205.118-5.849%202.133-7.311%200-7.311'/%3e%3cpath%20fill='url(%23d)'%20d='M222.509%20817.158c-71.293-35.732-184.673-49.766-231.614-54.07L-20%201028.6h734.386c-.942-4.71-8.474-40.758-11.702-43.986-4.035-4.035-150.025-83.526-239.281-83.526-50.842%200-73.438%200-240.894-83.93'/%3e%3cpath%20fill='url(%23e)'%20d='M851.041%20848.006c98.292-28.122%20249.919-42.505%20313.439-46.181l14.75%20226.775H377.053c1.274-4.02%204.914-12.75%209.283-15.51%205.461-3.45%20153.445-54.8%20197.677-76.167s144.162-53.764%20267.028-88.917'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='581.228'%20x2='581.228'%20y1='406.386'%20y2='1019.72'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123d'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%233530a3'%20stop-opacity='.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='d'%20x1='244.298'%20x2='276.175'%20y1='920.86'%20y2='830.07'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123d'/%3e%3cstop%20offset='1'%20stop-color='%231a174e'/%3e%3c/linearGradient%3e%3clinearGradient%20id='e'%20x1='818.491'%20x2='799.322'%20y1='915.614'%20y2='844.533'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2314123d'/%3e%3cstop%20offset='1'%20stop-color='%2318136f'/%3e%3c/linearGradient%3e%3cradialGradient%20id='c'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='matrix(0%2076.4636%20-76.4636%200%20597.064%20846)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23dad2f8'/%3e%3cstop%20offset='1'%20stop-color='%23a998e0'/%3e%3c/radialGradient%3e%3cclipPath%20id='a'%3e%3cpath%20fill='%23fff'%20d='M0%200h1179v1099H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:73.6875rem;min-height:var(--app-height);overflow:hidden;position:relative;z-index:0}._intro_1i56h_21{display:flex;flex-direction:column;gap:0;min-width:0;text-align:center;width:100%}._introLine_1i56h_30{color:var(--white);font-size:clamp(.8125rem,.3162rem + 2.2059vw,1.375rem);font-weight:800;line-height:1.35;margin:0;white-space:nowrap}._introAside_1i56h_39{color:#aa9bd7;display:inline-block;font-size:clamp(.65rem,.35rem + 2vw,1.25rem);font-weight:600;margin-top:1rem}._cloudsLeft_1i56h_47,._cloudsRight_1i56h_48,._tombstonesLeft_1i56h_49,._tombstonesRight_1i56h_50{background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}._cloudsLeft_1i56h_47{background-image:url("data:image/svg+xml,%3csvg%20width='419'%20height='253'%20viewBox='0%200%20419%20253'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M365%20253.008H122.5H0V0.00834546C12.1667%20-0.158321%2041.5%202.10835%2061.5%2012.5083C81.5%2022.9083%2090.1667%2031.8417%2092%2035.0083C98%2032.8417%20116.1%2029.8083%20140.5%2035.0083C164.9%2040.2083%20173.333%2067.175%20174.5%2080.0083C182.667%2072.675%20210%2060.2083%20254%2069.0083C309%2080.0083%20311%20122.008%20311%20137.008C311%20152.008%20311.5%20169.508%20301%20181.008C296.376%20186.073%20292.651%20189.551%20289.958%20191.794C294.614%20189.615%20302.61%20188.076%20314.5%20190.508C332.1%20194.108%20344.5%20215.008%20348.5%20225.008C351.167%20222.175%20360.8%20218.208%20378%20225.008C395.2%20231.808%20401.833%20241.508%20403%20245.508C406.167%20243.008%20413.7%20239.508%20418.5%20245.508C423.3%20251.508%20384.833%20253.008%20365%20253.008Z'%20fill='url(%23paint0_linear_2456_5977)'%20fill-opacity='0.6'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2456_5977'%20x1='209.455'%20y1='0'%20x2='209.455'%20y2='253.008'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%237F69CA'/%3e%3cstop%20offset='1'%20stop-color='%2314123D'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");height:5.8125rem;left:0;top:60%;width:9.6875rem}._cloudsRight_1i56h_48{background-image:url("data:image/svg+xml,%3csvg%20width='476'%20height='192'%20viewBox='0%200%20476%20192'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M61.2576%20192H336.806H476V0.00633311C462.175%20-0.120145%20428.844%201.59996%20406.119%209.49219C383.393%2017.3844%20373.545%2024.1636%20371.462%2026.5667C364.645%2024.9225%20344.078%2022.6206%20316.353%2026.5667C288.627%2030.5128%20279.045%2050.977%20277.719%2060.7158C268.439%2055.1508%20237.381%2045.6902%20187.385%2052.3682C124.889%2060.7158%20122.617%2092.5883%20122.617%20103.971C122.617%20115.354%20122.049%20128.634%20133.98%20137.361C139.234%20141.205%20143.466%20143.844%20146.526%20145.547C141.236%20143.893%20132.15%20142.725%20118.64%20144.571C98.6412%20147.303%2084.5514%20163.163%2080.0062%20170.752C76.9762%20168.602%2066.03%20165.591%2046.486%20170.752C26.9419%20175.912%2019.4046%20183.273%2018.0789%20186.308C14.4807%20184.411%205.92075%20181.755%200.466583%20186.308C-4.98755%20190.862%2038.7214%20192%2061.2576%20192Z'%20fill='url(%23paint0_linear_2456_5980)'%20fill-opacity='0.6'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2456_5980'%20x1='238'%20y1='0'%20x2='238'%20y2='192'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%237F69CA'/%3e%3cstop%20offset='1'%20stop-color='%2314123D'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");height:6.375rem;right:-1.25rem;top:53%;width:15.875rem}._tombstonesLeft_1i56h_49{background-image:url(/assets/tombstonesLeftMobile-Cglf-h6e.svg);bottom:0;height:8.75rem;left:-9.375rem;width:41.5rem;z-index:3}._tombstonesRight_1i56h_50{background-image:url(/assets/tombstonesRightMobile-DGCOndu1.svg);bottom:0;height:3.875rem;right:0;width:25.25rem;z-index:2}._speedyImage_1i56h_91{bottom:0;height:var(--speedy-height-home-280-462);position:absolute;right:var(--speedy-right-home-20-120);width:auto;z-index:20}._content_1i56h_100{align-items:center;display:flex;flex-direction:column;gap:var(--home-content-gap);height:calc(65svh - var(--home-content-top));justify-content:center;margin:var(--home-content-top) auto 0;min-height:0;min-width:0;position:relative;width:min(calc(100vw - 2rem),var(--home-content-width))}._headlineImage_1i56h_114{display:block;height:auto;margin:0;max-height:var(--home-headline-max-block);max-width:100%;width:min(100%,var(--home-headline-max-inline));z-index:11}._headlineText_1i56h_124{left:-125rem;position:absolute;top:-125rem}._actions_1i56h_130{align-items:center;display:flex;gap:1rem;justify-content:center;margin:.6rem 0 0;min-width:0;width:100%}._beginButton_1i56h_140{background:#181548de;border-color:#aa9bd7;color:#c1b3eb;flex-direction:row;gap:.5rem;padding:.5rem 1.5rem .5rem 2rem;z-index:21}._beginButton_1i56h_140:hover:not(:disabled){background:var(--deep-purple)}._beginButton_1i56h_140:focus-visible{outline:.1875rem solid var(--white);outline-offset:.1875rem}._actions_1i56h_130 ._beginButton_1i56h_140{margin:0}._bottomDisclaimerActionMobile_1i56h_163{align-items:center;color:var(--deep-purple);display:flex;flex-direction:row;font-size:clamp(.65rem,.35rem + 2vw,1.25rem);font-weight:600;gap:.3rem;justify-content:center;line-height:1.35;width:100%}._bottomDisclaimerActionDesktop_1i56h_176{display:none}._infoImage_1i56h_180{aspect-ratio:1 / 1;height:auto;padding-top:0;width:100%}._rightArrowImage_1i56h_187{height:auto;width:clamp(.6875rem,.31rem + 1.6789vw,1.5rem)}._infoButton_1i56h_192,._infoButtonDesktop_1i56h_193{background:transparent;border:0;place-items:center}._infoButton_1i56h_192:focus-visible,._infoButtonDesktop_1i56h_193:focus-visible{outline:.1875rem solid var(--white);outline-offset:.1875rem}._infoButton_1i56h_192{color:var(--medium-purple);display:grid;height:.75rem;justify-self:end;translate:0 .075rem;width:.75rem}._infoButtonDesktop_1i56h_193{color:var(--light-purple);display:none;height:1rem;width:1rem}._dialogInitialFocus_1i56h_220{outline:none}._summaryDecorativeRule_1i56h_224{align-items:center;color:#493883;display:flex;gap:.8rem;justify-content:center;margin:0 0 .5rem;width:100%}._summaryDecorativeRule_1i56h_224>span:first-child,._summaryDecorativeRule_1i56h_224>span:last-child{background:currentColor;height:.2rem;width:min(6.5rem,20vw)}._summaryMoon_1i56h_241{font-size:clamp(1.8rem,2vw,2.4rem);line-height:1;translate:.2rem 0}._summaryTitle_1i56h_247{color:#09080f;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:.96;text-align:center;text-wrap:balance}._summarySubtitle_1i56h_257{color:#5c5690;font-size:clamp(.9rem,3vw,1.35rem);font-weight:800;line-height:1.35;max-width:42rem;text-align:center;text-wrap:balance}._summaryStartButton_1i56h_267{border:.125rem solid #5c5690;color:#5c5690;gap:.5rem;margin:.5rem auto 0;padding:.5rem 1.5rem .5rem 2rem}._summaryStartButton_1i56h_267:hover:not(:disabled){background:var(--white);box-shadow:0 .25rem .3125rem #5b48a433;transform:translateY(-.0625rem)}._summaryStartButton_1i56h_267:focus-visible{outline:.1875rem solid var(--deep-purple);outline-offset:.1875rem}._summaryArrow_1i56h_287{font-size:1rem;line-height:1}._dialog_1i56h_220{background:#ede8f7;border:0;border-radius:1rem;display:flex;flex-direction:column;gap:.8rem;top:1rem;right:1rem;bottom:1rem;left:1rem;margin:auto;max-height:calc(100dvh - 2rem);min-width:0;overflow:visible;position:fixed;text-align:center;width:min(42.25rem,calc(100vw - 2rem))}._dialog_1i56h_220::backdrop{background:#0000;transition:background .18s ease,display .22s allow-discrete,overlay .22s allow-discrete}._dialog_1i56h_220[open]::backdrop{background:#00000080}._dialog_1i56h_220:not([open]){display:none}._closeButton_1i56h_325{-webkit-appearance:none;align-items:center;-moz-appearance:none;appearance:none;background:var(--white);border:.0625rem solid rgb(92 70 165 / .22);border-radius:999px;cursor:pointer;display:inline-flex;height:2.25rem;justify-content:center;outline:none;padding:0;position:absolute;right:.875rem;top:.875rem;width:2.25rem;z-index:3}._closeButton_1i56h_325>*{pointer-events:none}._closeButton_1i56h_325:focus-visible{outline:.1875rem solid #1597ff;outline-offset:.125rem}._closeIcon_1i56h_354{color:var(--purple);display:block;font-size:1rem;line-height:1}._fullDisclaimerContent_1i56h_361{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:3rem 3rem 2.5rem;position:relative;-webkit-overflow-scrolling:touch;width:100%}._dialogTitle_1i56h_376{color:#5e5290;font-weight:950;line-height:1.5;margin-bottom:1rem;text-transform:uppercase}._dialogCopy_1i56h_384{color:#5e5290;font-weight:500;line-height:1.35;margin-bottom:1rem;text-align:left;width:100%}._dialogCopyLast_1i56h_393{margin-bottom:0}._disclaimerWarning_1i56h_397{color:#5c5690;font-weight:800;line-height:1.35;max-width:42rem;text-align:left}@media(min-width:40rem){._home_1i56h_1{--home-content-gap: clamp(.875rem, 2svh, 1.5rem);--home-content-top: clamp(1.5rem, 5svh, 5rem);background-image:url(/assets/background-CvVVgfQF.svg);max-width:123.75rem}._introLine_1i56h_30{font-size:1.375rem}._cloudsLeft_1i56h_47{height:15.8125rem;top:5%;width:26.1875rem}._cloudsRight_1i56h_48{height:12rem;right:0;top:20%;width:29.75rem}._tombstonesLeft_1i56h_49{background-image:url(/assets/tombstonesLeft-BYHPRmhL.svg);height:14.0625rem;width:104.625rem}._tombstonesRight_1i56h_50{background-image:url(/assets/tombstonesRight-DiXSfz_D.svg);height:14rem;right:-9.375rem;width:104.3125rem}._bottomDisclaimerActionMobile_1i56h_163{display:none}._bottomDisclaimerActionDesktop_1i56h_176{bottom:clamp(.75rem,2.5svh,1rem);display:flex;justify-content:center;left:50%;position:absolute;transform:translate(-50%);width:calc(100% - 2rem);z-index:21}}@media(min-width:62rem){._infoButton_1i56h_192{display:none}._infoButtonDesktop_1i56h_193{display:grid}._bottomDisclaimerActionDesktopViewed_1i56h_469{display:none}}@media(min-width:75rem){._home_1i56h_1{--home-content-gap: clamp(1.125rem, 2svh, 1.5rem)}}@media(prefers-reduced-motion:reduce){._beginButton_1i56h_140,._summaryStartButton_1i56h_267{transition:none}._beginButton_1i56h_140:hover:not(:disabled),._summaryStartButton_1i56h_267:hover:not(:disabled){transform:none}._dialog_1i56h_220::backdrop{transition:none}._beginButton_1i56h_140:active:not(:disabled),._summaryStartButton_1i56h_267:active:not(:disabled){transform:none}._fullDisclaimerContent_1i56h_361{scroll-behavior:auto}}@starting-style{._dialog_1i56h_220[open]::backdrop{background:#0000}}:root{--progress-nav-button-mobile-size: 2.875rem;--progress-nav-button-size: clamp(2.875rem, 11vw, 3.375rem);--progress-nav-icon-size: clamp(1.35rem, 4vw, 1.625rem);--progress-nav-gap: clamp(1.375rem, 2vw, 3rem)}._navArrows_vhygy_8{padding-bottom:var(--fluid-16-32);padding-top:var(--fluid-16-32);display:flex;flex-direction:row;justify-content:center;gap:4rem;transform:translateZ(0);transition:transform .12s ease;cursor:pointer}._progressNavArrows_vhygy_20{-webkit-tap-highlight-color:transparent;align-items:center;align-self:center;background-color:transparent;cursor:default;display:grid;gap:var(--progress-nav-gap);grid-template-columns:var(--progress-nav-button-size) minmax(0,1fr) var(--progress-nav-button-size);justify-content:stretch;padding:0;width:100%}._navArrows_vhygy_8 button{background:none;border:none;cursor:pointer}._navArrow_vhygy_8:active{transform:translate(5px) scale(.9);transition:transform .2s ease-out}._icon_vhygy_50{width:var(--fluid-43-53);height:var(--fluid-43-53);display:block;transition:filter .42s ease,opacity .3s ease,transform .18s ease}._icon_vhygy_50 path{fill:#b5a9da}._navArrow_vhygy_8:hover:not(:disabled) ._icon_vhygy_50{opacity:1;transform:scale(1.1)}._navArrow_vhygy_8:hover:not(:disabled) ._icon_vhygy_50 path{fill:var(--white);transition:fill .2s ease}._navArrow_vhygy_8:active:not(:disabled) ._icon_vhygy_50{opacity:1;transform:scale(.9)}._navArrow_vhygy_8:active:not(:disabled) ._icon_vhygy_50 path{fill:var(--white);transition:fill .2s ease}._navArrow_vhygy_8:disabled ._icon_vhygy_50{filter:grayscale(80%);opacity:.45}._progressContent_vhygy_89{min-width:0;max-width:50rem;justify-self:center;width:100%}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96{align-items:center;aspect-ratio:1;background-color:#5c46a5b8;border:2px solid rgba(181,169,218,.68);border-radius:999px;box-shadow:0 .25rem .75rem #00000047,inset 0 0 .75rem #b5a9da1f;display:flex;height:var(--progress-nav-button-mobile-size);justify-content:center;outline:none;padding:0;touch-action:manipulation;transition:background-color .18s ease,border-color .18s ease,transform .18s ease;-webkit-user-select:none;user-select:none;width:var(--progress-nav-button-mobile-size)}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:hover:not([aria-disabled=true]){background-color:#5c46a5b8;border-color:#b5a9daad;transform:scale(1.06)}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:active:not([aria-disabled=true]){transform:scale(.94)}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:focus-visible{border-color:#e6e2f3d6;box-shadow:0 .25rem .75rem #00000047,0 0 0 .25rem #b5a9da2e,inset 0 0 .75rem #b5a9da1f}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96[aria-disabled=true]{border-color:#b5a9da2e;cursor:not-allowed}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96[aria-disabled=true] ._progressIcon_vhygy_142{filter:grayscale(80%);opacity:.45}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96[aria-disabled=true]:hover{background-color:#5c46a5b8;border-color:#b5a9da2e;transform:none}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96[aria-disabled=true]:hover ._progressIcon_vhygy_142,._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96[aria-disabled=true]:hover ._progressIcon_vhygy_142 path{color:var(--white);fill:none!important;stroke:currentColor}._progressNavArrows_vhygy_20 ._progressIcon_vhygy_142{color:var(--white);height:var(--progress-nav-icon-size);width:var(--progress-nav-icon-size)}._progressNavArrows_vhygy_20 ._progressIcon_vhygy_142 path{fill:none;stroke:currentColor;stroke-width:3}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:hover:not([aria-disabled=true]) ._progressIcon_vhygy_142,._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:active:not([aria-disabled=true]) ._progressIcon_vhygy_142{color:var(--white)}._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:hover:not([aria-disabled=true]) ._progressIcon_vhygy_142 path,._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96:active:not([aria-disabled=true]) ._progressIcon_vhygy_142 path{fill:none;stroke:currentColor}._progressNavArrows_vhygy_20 ._nextArrow_vhygy_183:not([aria-disabled=true]){animation:_progressReadyPulse_vhygy_1 3s ease-in-out .25s 3;box-shadow:inset 0 0 .6rem #b5a9da33}._progressNavArrows_vhygy_20 ._nextArrowPulseCanceled_vhygy_189:not([aria-disabled=true]){animation:none}._progressNavArrows_vhygy_20 ._nextArrowPulseCanceled_vhygy_189:not([aria-disabled=true]) ._progressIcon_vhygy_142{animation:none}@keyframes _progressReadyPulse_vhygy_1{0%{background-color:#5c46a5b8}50%{background-color:#644aba}to{background-color:#5c46a5b8}}@media(min-width:40rem){._progressNavArrows_vhygy_20 ._progressArrow_vhygy_96{height:var(--progress-nav-button-size);width:var(--progress-nav-button-size)}}@media(min-width:62rem){._navArrows_vhygy_8{padding-bottom:2rem;padding-top:2rem}}@media(prefers-reduced-motion:reduce){._navArrow_vhygy_8,._progressArrow_vhygy_96{transition:none}._nextArrow_vhygy_183:not([aria-disabled=true]){animation:none}._nextArrow_vhygy_183:not([aria-disabled=true]) ._progressIcon_vhygy_142{animation:none}._icon_vhygy_50{transition:none!important}}._progressBar_qevb3_1{position:relative;display:flex;flex-direction:column;min-width:0;width:100%}._navAlert_qevb3_9{position:absolute;left:50%;top:-1.5rem;animation:_navAlertShake_qevb3_1 .42s cubic-bezier(.36,.07,.19,.97) both;align-items:center;color:var(--soft-pink);display:inline-flex;font-size:clamp(.5rem,.5rem + .33vw,.6rem);font-style:italic;font-weight:700;gap:.25rem;justify-content:center;letter-spacing:.01em;line-height:1;min-width:300px;padding:.45rem .85rem .45rem .6rem;pointer-events:none;text-align:center;transform:translate(-50%);width:fit-content;z-index:2}._navAlertIcon_qevb3_33{align-items:center;color:var(--soft-pink);display:inline-flex;flex:0 0 auto;height:.75rem;justify-content:center;width:.75rem}._navAlertIconGlyph_qevb3_43{font-size:.65rem}._progressMeter_qevb3_47{display:flex;flex-direction:column;gap:.5rem;min-width:0;width:100%}._track_qevb3_55{background-color:#14123de0;border-radius:999px;box-shadow:inset 0 .0625rem .25rem #00000052;height:clamp(.5rem,1.4vw,.625rem);overflow:hidden;width:100%}._fill_qevb3_64{background-color:var(--light-purple);border-radius:inherit;height:100%;min-width:0;transition:width .4s ease-in-out}._labels_qevb3_72{align-items:center;display:flex;justify-content:space-between;width:100%}@keyframes _navAlertShake_qevb3_1{10%,90%{transform:translate(-50%) translate(-1px)}20%,80%{transform:translate(-50%) translate(2px)}30%,50%,70%{transform:translate(-50%) translate(-3px)}40%,60%{transform:translate(-50%) translate(3px)}}@media(min-width:40rem){._navAlert_qevb3_9{font-size:.8rem;top:-1.75rem}}@media(min-width:62rem){._navAlert_qevb3_9{font-size:1rem;top:-2.5rem}._navAlertIcon_qevb3_33{height:1.4rem;width:1.4rem}}@media(prefers-reduced-motion:reduce){._fill_qevb3_64{transition:none}._navAlert_qevb3_9{animation:none}}._backdrop_1u1c5_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0821bf;opacity:var(--results-sheet-backdrop-opacity, 0);pointer-events:none;transition:opacity .36s ease;z-index:25}._backdropActive_1u1c5_11{pointer-events:auto}._sheet_1u1c5_15{bottom:0;display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;transition:transform .36s cubic-bezier(.22,1,.36,1);will-change:transform;z-index:30}._dragging_1u1c5_28{transition:none}._motionSurface_1u1c5_32{display:flex;justify-content:center;pointer-events:none;width:100%}._surface_1u1c5_39{position:relative;isolation:isolate;overflow:visible;pointer-events:auto;width:90%;max-width:500px;border:1px solid rgba(127,105,202,.5);border-radius:1rem 1rem 0 0;background:linear-gradient(180deg,#1e1654,#14123d);box-shadow:0 -.75rem 2rem #09071f57;color:var(--white);transition:border-color .18s ease,box-shadow .18s ease}._surface_1u1c5_39:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border-radius:inherit;background:linear-gradient(180deg,#1e1654,#14123d);pointer-events:none;transition:background .18s ease;z-index:0}._surfaceSettledBright_1u1c5_67{border-color:transparent;box-shadow:0 -.75rem 2rem #09071f57,0 0 1rem #5c46a529}._surfaceSettledBright_1u1c5_67:before{background:#412892}._surfaceSettledBright_1u1c5_67 ._handleGlyph_1u1c5_78{border-color:transparent;box-shadow:0 0 1rem #5c46a52e}._surfaceSettledBright_1u1c5_67 ._handleGlyph_1u1c5_78:before{background:#412892}._surfaceDragging_1u1c5_87:before{background:linear-gradient(180deg,#1e1654,#14123d)}._surfaceDragging_1u1c5_87 ._handleGlyph_1u1c5_78:before{background:#5c46a500}._surface_1u1c5_39>*{position:relative;z-index:1}._handle_1u1c5_78{display:flex;align-items:center;justify-content:center;width:100%;height:2rem;padding:0;border:0;background:transparent;color:var(--white);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}._handle_1u1c5_78:active{cursor:grabbing}._handle_1u1c5_78:focus{outline:none}._handle_1u1c5_78:focus-visible{outline:2px solid var(--soft-pink);outline-offset:-.35rem}._handleGlyph_1u1c5_78{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.16rem;width:2.6rem;height:1.5rem;margin-top:-3.5rem;overflow:hidden;border:1px solid rgba(127,105,202,.5);border-bottom:0;border-radius:8px 8px 0 0;background:#1e1654}._handleGlyph_1u1c5_78:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border-radius:inherit;background:#5c46a500;pointer-events:none;z-index:0}._handleGlyph_1u1c5_78 span{position:relative;display:block;width:.9rem;height:.125rem;border-radius:999px;background:var(--white);translate:0 2px;z-index:1}._handleCopy_1u1c5_166{color:var(--soft-purple);position:absolute;font-size:13px;opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}._handleCopyVisible_1u1c5_177{animation:_resultsSheetHandleCopyIn_1u1c5_1 .22s ease both}._handleCopyExit_1u1c5_181{animation:_resultsSheetHandleCopyOut_1u1c5_1 .22s ease both}._handleCopyHidden_1u1c5_185{opacity:0;transform:translateY(.25rem)}._panel_1u1c5_190{display:flex;flex-direction:column;min-height:clamp(18.5rem,60vh,37rem);padding:0 clamp(1.25rem,5vw,2rem) 1rem;text-align:center}._title_1u1c5_198{margin:0 0 .5rem;color:var(--white);font-family:Mulish,sans-serif;font-size:clamp(1.25rem,4.8vw,1.5rem);font-weight:900;line-height:1.2;text-transform:none}._titleHidden_1u1c5_208{visibility:hidden}._subhead_1u1c5_212,._description_1u1c5_213{margin:0 auto .95rem;max-width:29rem;color:var(--light-purple);font-size:12px;line-height:1.45}._description_1u1c5_213{margin-bottom:1.6rem}._note_1u1c5_225{margin:0 auto .75rem;max-width:29rem;color:var(--pale-purple);font-size:12px;font-weight:700;letter-spacing:.03rem;line-height:1.45}._actions_1u1c5_235{display:grid;gap:.55rem;margin:0 auto;width:100%}._primaryAction_1u1c5_242,._secondaryAction_1u1c5_243{position:relative;letter-spacing:.09em}._primaryAction_1u1c5_242:focus-visible,._secondaryAction_1u1c5_243:focus-visible{outline:2px solid var(--white);outline-offset:2px}._primaryAction_1u1c5_242{border:1px solid var(--pink);background:linear-gradient(100deg,#df174f,#ec2960);color:var(--white)}._secondaryAction_1u1c5_243{border:1px solid var(--medium-purple);background:#1e183833;color:var(--light-purple)}._actionIcon_1u1c5_265{position:absolute;right:.85rem;width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.75}._sponsorLine_1u1c5_277{width:100%;margin:auto auto 0;padding-top:.35rem;border-top:1px solid rgba(127,105,202,.32);color:var(--light-purple);font-size:12px;line-height:1.45}._sponsorBrand_1u1c5_287{display:inline-block;color:inherit;text-decoration:underline;text-underline-offset:.12rem}._sponsorBrand_1u1c5_287:focus-visible{outline:2px solid var(--white);outline-offset:2px}@keyframes _resultsSheetHandleCopyIn_1u1c5_1{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes _resultsSheetHandleCopyOut_1u1c5_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(.25rem)}}@media(min-width:40rem){._surface_1u1c5_39{width:70%;max-width:770px}}@media(min-width:62rem){._surface_1u1c5_39{width:70%;max-width:500px}}@media(min-width:80rem){._surface_1u1c5_39{width:70%;max-width:550px}}@media(prefers-reduced-motion:reduce){._backdrop_1u1c5_1,._sheet_1u1c5_15{transition:none}}:root{--scorecard-panel-radius: .75rem;--scorecard-panel-padding: .7rem .72rem .62rem;--scorecard-label-size: clamp(.4rem, .4rem + .4vw, .58rem);--scorecard-value-size: clamp(.8rem, .65rem + 1.4vw, 1.25rem);--scorecard-unit-size: .62rem;--scorecard-pill-size: .5rem;--scorecard-header-gap: .28rem;--scorecard-body-gap: .15rem;--scorecard-body-gap-desktop: .2rem;--scorecard-divider-margin: .4rem 0 .42rem;--scorecard-card-gap: .32rem}._scoreCard_1aw8w_15{display:flex;flex-direction:row;gap:var(--scorecard-card-gap);color:var(--white);padding:0 0 .35rem}._empty_1aw8w_23{display:none}._card_1aw8w_27{position:relative;width:100%;min-width:0;border-radius:var(--scorecard-panel-radius);border:1px solid rgba(127,105,202,.4);text-align:left;padding:var(--scorecard-panel-padding);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,opacity .5s ease}._interactiveCard_1aw8w_43{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;display:block;background:none;color:inherit}._interactiveCard_1aw8w_43:hover{transform:translateY(-1px);box-shadow:0 .75rem 1.55rem #03021447;border-color:#ffffff29}._interactiveCard_1aw8w_43:active{transform:translateY(0)}._interactiveCard_1aw8w_43:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}._interactiveCard_1aw8w_43:disabled{cursor:default}._cardHeader_1aw8w_71{display:flex;align-items:center;justify-content:flex-start;gap:var(--scorecard-header-gap)}._title_1aw8w_78{font-size:var(--scorecard-label-size);letter-spacing:.07em;line-height:1;text-transform:uppercase;color:#e6e2f3d9;font-weight:500;min-width:0;white-space:nowrap;overflow:hidden}._togglePill_1aw8w_90{position:absolute;right:.5rem;bottom:.5rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.95rem;border-radius:.25rem;border:1px solid rgba(255,255,255,.12);padding:.16rem .3rem;font-size:var(--scorecard-pill-size);color:#d4ceff;background:#ffffff0a;font-family:DM Mono,monospace;font-weight:300;letter-spacing:.7px;line-height:1.5;text-transform:uppercase;transform:translateY(.5px)}._card_1aw8w_27 hr{border:0;border-top:1px solid rgba(255,255,255,.08);margin:var(--scorecard-divider-margin)}._cardBody_1aw8w_118{display:flex;flex-direction:column;flex-wrap:wrap;align-items:baseline;gap:var(--scorecard-body-gap);min-width:0}._cardBodyWithToggle_1aw8w_127{padding-right:2.55rem}._score_1aw8w_15{display:inline-block;font-family:DM Mono,monospace;font-size:var(--scorecard-value-size);font-weight:800;letter-spacing:-.025em;line-height:1;color:var(--white);white-space:nowrap}._unit_1aw8w_142{font-size:var(--scorecard-unit-size);line-height:1;color:#ffffffd1}._hidden_1aw8w_148{opacity:0;pointer-events:none}._yourGuess_1aw8w_153,._deathAge_1aw8w_154{background:linear-gradient(180deg,#271c69cc,#1e1654cc)}._markTheDate_1aw8w_158{background:#e1144a99}._markTheDate_1aw8w_158 ._title_1aw8w_78,._markTheDate_1aw8w_158 ._unit_1aw8w_142{color:#ffffffe6}@media(min-width:40rem){:root{--scorecard-panel-radius: .9rem;--scorecard-panel-padding: .9rem .9rem .78rem;--scorecard-label-size: clamp(.5rem, .45rem + .4vw, .65rem);--scorecard-value-size: clamp(1.15rem, .95rem + 1.55vw, 1.65rem);--scorecard-unit-size: .68rem;--scorecard-pill-size: .55rem;--scorecard-header-gap: .42rem;--scorecard-divider-margin: .56rem 0 .58rem;--scorecard-card-gap: .42rem}}@media(min-width:62rem){:root{--scorecard-panel-radius: 1rem;--scorecard-panel-padding: 1rem 1rem .9rem;--scorecard-label-size: clamp(.68rem, .58rem + .4vw, .75rem);--scorecard-value-size: clamp(1.2rem, 1.2rem + 1.9vw, 1.25rem);--scorecard-unit-size: clamp(.72rem, .64rem + .2vw, .82rem);--scorecard-pill-size: .6rem;--scorecard-header-gap: .75rem;--scorecard-body-gap: .08rem;--scorecard-divider-margin: .5rem 0;--scorecard-card-gap: .65rem}._scoreCard_1aw8w_15{flex-direction:column}._cardBody_1aw8w_118{flex-direction:column;align-items:flex-start;gap:var(--scorecard-body-gap-desktop)}._cardBodyWithToggle_1aw8w_127{padding-right:4.5rem}._togglePill_1aw8w_90{right:1rem;bottom:1rem;min-width:3rem;padding:.24rem .4rem}.a-btn._togglePill_1aw8w_90{padding:.24rem .4rem}}@media(orientation:portrait)and (min-width:62rem)and (min-height:64rem){._scoreCard_1aw8w_15{flex-direction:row}._scoreCard_1aw8w_15{padding:0 0 .5rem}}:root{--layout-shell-max: 1440px;--layout-shell-padding: clamp(.5rem, .125rem + 1vw, 1.5rem);--layout-content-min: 360px;--layout-content-max: 992px;--layout-side-panel-width: clamp(12.75rem, 18vw, 21rem);--layout-progress-height: clamp(6rem, 18vw, 7.25rem);--layout-speedy-width-22: 12rem;--layout-speedy-height-22: 6rem;--layout-speedy-width-40: 18rem;--layout-speedy-height-40: 9rem;--layout-speedy-width-62: 12rem;--layout-speedy-height-62: 8rem;--layout-speedy-width-80: 13rem;--layout-speedy-height-80: 9rem;--layout-speedy-width-120: 20rem;--layout-speedy-height-120: 10rem}._quizContainer_dw7zu_2{display:block;height:var(--app-height);margin:0 auto;max-height:none;max-width:var(--layout-shell-max);min-height:var(--app-height);min-width:0;overflow:hidden;padding:var(--layout-shell-padding);position:relative;width:min(100%,var(--layout-shell-max))}._quizClip_dw7zu_6{display:grid;grid-template-areas:"scorecard" "content" "progress";grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;height:100%;isolation:isolate;min-height:0;overflow:visible;position:relative;width:100%}._scorecardSlot_dw7zu_10{grid-area:scorecard;min-width:0;position:relative;z-index:1}._contentSlot_dw7zu_6{background:linear-gradient(180deg,#272554da 44.55%,#201d4f);border-left:1px solid rgba(127,105,202,.5);border-right:1px solid rgba(127,105,202,.5);border-top:1px solid rgba(127,105,202,.5);border-top-left-radius:1rem;border-top-right-radius:1rem;color:var(--white);grid-area:content;justify-self:center;margin:0;max-width:none;min-height:0;overflow-y:auto;padding:0 .75rem;position:relative;text-align:center;width:min(100%,var(--layout-content-max));z-index:1}._speedySlot_dw7zu_10{align-self:end;align-items:center;background-color:transparent;display:flex;grid-area:content;height:var(--layout-speedy-height-22);justify-content:center;justify-self:center;padding:0;position:relative;width:var(--layout-speedy-width-22);translate:0 1.9rem;z-index:20}._progressBarSlot_dw7zu_6{align-items:center;background-color:#201d4f;border-radius:0 0 1.25rem 1.25rem;border-bottom:1px solid rgba(127,105,202,.5);border-left:1px solid rgba(127,105,202,.5);border-right:1px solid rgba(127,105,202,.5);display:flex;grid-area:progress;justify-self:center;margin-top:-.25rem;min-height:120px;padding:1rem clamp(1rem,5vw,1.75rem) 1.75rem;position:relative;width:min(100%,var(--layout-content-max));z-index:10}._progressBarSlot_dw7zu_6:before{background-color:var(--medium-purple);content:"";height:2.7px;left:clamp(.875rem,4vw,1.5rem);position:absolute;right:clamp(.875rem,4vw,1.5rem);top:.5rem}._resultsSheetClip_dw7zu_139{top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute}@media(min-width:40rem){._contentSlot_dw7zu_6{padding:0 2rem}._speedySlot_dw7zu_10{height:var(--layout-speedy-height-40);translate:0 2.75rem;width:var(--layout-speedy-width-40)}._progressBarSlot_dw7zu_6{padding:2rem clamp(1rem,5vw,1.75rem) 2.5rem}._progressBarSlot_dw7zu_6:before{height:4px}}@media(min-width:62rem){:root{--layout-progress-height: 8.75rem;--layout-content-max: 550px;--layout-side-panel-width: 336px}._quizClip_dw7zu_6{align-items:stretch;column-gap:clamp(.75rem,1vw,1.5rem);grid-template-areas:". content scorecard" ". content speedy" ". progress speedy";grid-template-columns:minmax(0,1fr) minmax(var(--layout-content-min),var(--layout-content-max)) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) var(--layout-progress-height)}._scorecardSlot_dw7zu_10{align-self:start;justify-self:start;width:min(100%,var(--layout-side-panel-width))}._speedySlot_dw7zu_10{flex-direction:column;grid-area:speedy;height:var(--layout-speedy-height-62);justify-self:start;translate:0 1.1rem;width:min(100%,var(--layout-side-panel-width))}._speedySlot_dw7zu_10:after{background-color:var(--medium-purple);bottom:17px;border-radius:999px;content:"";height:3px;left:0;position:absolute;right:0;z-index:0}._speedySlot_dw7zu_10>div{position:relative;z-index:1}._progressBarSlot_dw7zu_6{margin-top:0;max-width:100%;min-height:140px;padding:1.5rem 2.625rem 2.25rem;width:100%}._progressBarSlot_dw7zu_6:before{height:1px}}@media(min-width:80rem){:root{--layout-shell-max: 1568px;--layout-content-max: 750px}._speedySlot_dw7zu_10{height:var(--layout-speedy-height-80)}._speedySlot_dw7zu_10:after{height:3px}}@media(min-width:120rem){:root{--layout-shell-max: 1680px;--layout-content-max: 900px;--layout-side-panel-width: 360px}._contentSlot_dw7zu_6{padding:0 6rem var(--layout-shell-padding)}._speedySlot_dw7zu_10{height:var(--layout-speedy-height-120)}._speedySlot_dw7zu_10:after{height:4px}}@media(orientation:portrait)and (min-width:62rem)and (min-height:64rem){:root{--layout-shell-max: 1568px;--layout-content-max: 750px}._quizClip_dw7zu_6{grid-template-areas:"scorecard" "content" "progress";grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto}._scorecardSlot_dw7zu_10{justify-self:center;width:min(100%,var(--layout-content-max))}._speedySlot_dw7zu_10{grid-area:content;justify-self:center;min-height:var(--layout-speedy-quiz-size);width:var(--layout-speedy-quiz-size)}._progressBarSlot_dw7zu_6{margin-inline:auto;min-height:calc(var(--layout-progress-height) + .25rem);padding:1.5rem clamp(1rem,5vw,1.75rem) 1rem;width:min(100%,var(--layout-content-max))}._progressBarSlot_dw7zu_6:before{height:2.75px}}._resultsPage_1au7h_1{color:var(--white);min-height:var(--app-height);overflow:visible}._resultsShell_1au7h_7{margin:0 auto;max-width:76rem;padding:clamp(1.25rem,4vw,3rem) clamp(1rem,4vw,2.5rem) 3rem;width:100%}._primaryPanel_1au7h_14,._whatIfSection_1au7h_15,._promotions_1au7h_16,._incompletePanel_1au7h_17{background:linear-gradient(180deg,#272554 44.55%,#201d4f);border:1px solid rgba(181,169,218,.34);border-radius:1rem;box-shadow:inset 0 1px #ffffff0d,0 1rem 3rem #08061f2e}._incompletePanel_1au7h_17{margin:10vh auto 0;max-width:35rem;padding:clamp(1.25rem,5vw,2.5rem);text-align:center}._eyebrow_1au7h_33{color:var(--light-purple);font-size:.68rem;font-weight:800;letter-spacing:.055em;margin:0 0 .2rem;text-transform:uppercase}._incompleteTitle_1au7h_42{margin:0 0 .35rem}._incompleteCopy_1au7h_46{color:var(--pale-purple);line-height:1.5}._pageHeader_1au7h_51{margin:0 auto 1rem}._pageTitle_1au7h_55{margin:0 0 .35rem}._pageSubtitle_1au7h_59{color:var(--light-purple);font-size:1rem;font-weight:500;line-height:1.15;margin:0;text-transform:uppercase}._primaryPanel_1au7h_14{overflow:hidden}._deathSummary_1au7h_72{align-items:center;background:#14123dc7;border-radius:.6rem;display:grid;gap:.75rem;grid-template-columns:6rem minmax(0,1fr);margin:1rem;padding:1rem .7rem .75rem}._deathSummary_1au7h_72>._shareControl_1au7h_83{grid-column:1 / -1}._calendar_1au7h_87{background:#f7f5f2;border-radius:.75rem;box-shadow:0 .7rem 1.4rem #06071f38,inset 0 1px #ffffffd9;color:#33333d;height:5.95rem;justify-self:center;overflow:visible;padding:2.5rem .5rem .35rem;position:relative;text-align:center;width:6rem}._calendar_1au7h_87:before{background:var(--pink);border-radius:.75rem .75rem 0 0;content:"";height:2.25rem;left:0;position:absolute;right:0;top:0}._calendar_1au7h_87:after{background:#f8f7f5;border-radius:999px;box-shadow:1.25rem 0 #f8f7f5,2.5rem 0 #f8f7f5,3.75rem 0 #f8f7f5,0 .2rem #15134aeb,1.25rem .2rem #15134aeb,2.5rem .2rem #15134aeb,3.75rem .2rem #15134aeb;content:"";height:1.125rem;left:.875rem;position:absolute;top:-.5625rem;width:.5rem;z-index:1}._calendarMonth_1au7h_134{color:var(--white);display:block;font-size:.78rem;font-weight:900;left:0;letter-spacing:0;line-height:1;position:absolute;right:0;text-transform:uppercase;top:.95rem;z-index:2}._calendarDay_1au7h_149{color:#33333d;display:block;font-family:Playfair Display,serif;font-size:2.375rem;font-weight:900;line-height:.86;position:relative;transform:translateY(-.35rem);z-index:2}._calendarYear_1au7h_161{color:#5c5a66;display:block;font-family:DM Mono,monospace;font-size:.78rem;font-weight:700;letter-spacing:0;line-height:1;margin-top:.28rem;position:relative;z-index:2}._deathSummaryCopy_1au7h_174{min-width:0}._deathDateLead_1au7h_178{color:var(--white);font-size:.875rem;font-weight:500;letter-spacing:.02em;margin:0 0 .7rem;text-transform:uppercase}._deathDate_1au7h_178{color:var(--white);font-family:Playfair Display,serif;font-size:1.375rem;font-weight:700;letter-spacing:0;line-height:1.15;margin:0;text-transform:uppercase;transform:translateY(-.35rem);white-space:nowrap}._deathAgeValue_1au7h_200{font-family:Playfair Display,serif;font-size:1.95rem}._remaining_1au7h_205{color:var(--white);font-size:.625rem;line-height:1.4;margin:.5rem 0 0}._remaining_1au7h_205 strong{color:var(--soft-pink)}._shareControl_1au7h_83{min-width:0;position:relative}._shareControlSummary_1au7h_221{min-width:0}._shareControlPromotion_1au7h_225{width:100%;z-index:3}._compactShareButton_1au7h_230{white-space:nowrap}._shareTrigger_1au7h_234{color:var(--white);justify-content:flex-start}._shareTriggerSummary_1au7h_239,._compactShareButton_1au7h_230._shareTriggerSummary_1au7h_239{background-color:#1e165499;border-radius:9rem;min-width:0;text-transform:none;width:100%}._shareTriggerPromotion_1au7h_248{background:var(--deep-purple);border:1px solid var(--medium-purple);box-shadow:inset 0 1px #ffffff14,0 .85rem 1.8rem #08061f2e;max-width:none}._shareTriggerPromotion_1au7h_248:hover{background:#5c46a5f5;filter:none}._shareButtonIcon_1au7h_262{flex:0 0 auto;font-size:1rem;line-height:1}._shareDropdown_1au7h_268{background:linear-gradient(180deg,#272554 44.55%,#201d4f);border:1px solid var(--medium-purple);border-radius:.9rem;box-shadow:inset 0 1px #ffffff0d,0 1rem 2rem #182c0e24;color:var(--white);margin-top:.55rem;max-width:10rem;min-width:150px;padding:.35rem;position:absolute;right:0;top:100%;width:max-content;z-index:20}._shareDropdownPromotion_1au7h_287{background:linear-gradient(180deg,#272554 44.55%,#201d4f);border:1px solid var(--medium-purple);bottom:calc(100% + .55rem);box-shadow:inset 0 1px #ffffff0d,0 1rem 2rem #08061f3d;left:0;margin-top:0;right:auto;top:auto}._shareOptions_1au7h_300{display:flex;flex-direction:column;gap:.1rem}._shareOption_1au7h_300{align-items:center;background:transparent;border:0;border-radius:.65rem;color:var(--white);cursor:pointer;display:flex;font:inherit;font-size:.8rem;font-weight:600;gap:.65rem;min-height:2.65rem;padding:.55rem .65rem;text-align:left;text-decoration:none;width:100%}._shareOption_1au7h_300:hover{background:#907ec824}._shareOption_1au7h_300:disabled{cursor:wait;opacity:.62}._shareOptionIcon_1au7h_334{align-items:center;background:#907ec829;border-radius:50%;display:flex;flex:0 0 auto;height:1.9rem;justify-content:center;width:1.9rem}._shareDropdownMessage_1au7h_345{border-top:1px solid rgba(144,126,200,.24);color:var(--pale-purple);font-size:.72rem;line-height:1.45;margin:.35rem 0 0;padding:.5rem .4rem .1rem}._facebookShareNote_1au7h_354{border-top:1px solid rgba(144,126,200,.24);color:var(--pale-purple);font-size:.7rem;line-height:1.45;margin:.35rem 0 0;max-width:100%;padding:.75rem .75rem .5rem}._primaryPanelBody_1au7h_364{display:flex;flex-direction:column;gap:0;margin:1.5rem 1rem 1rem}._breakdownHeader_1au7h_371{display:grid;gap:0}._breakdownTitle_1au7h_376{margin:0}._breakdownContentRow_1au7h_380,._breakdownListPanel_1au7h_384{min-width:0}._breakdownList_1au7h_384{background:#14123da3;border:1px solid rgba(127,105,202,.45);border-radius:.6rem;height:auto;list-style:none;margin:0;max-height:11.75rem;overflow-y:auto;padding:0}._breakdownList_1au7h_384>li{border-bottom:1px solid rgba(127,105,202,.28)}._breakdownEmpty_1au7h_404{color:var(--light-purple);font-size:.78rem;padding:1rem}._breakdownRow_1au7h_410{align-items:center;background:transparent;border:0;color:var(--white);cursor:pointer;display:grid;font:inherit;font-size:.76rem;gap:.75rem;grid-template-columns:minmax(0,1fr) auto auto auto;min-height:2.25rem;padding:.5rem .7rem;text-align:left;width:100%}._breakdownRow_1au7h_410:hover{background:#7f69ca29}._breakdownLabel_1au7h_431{font-size:1rem;font-weight:600;letter-spacing:.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._positiveAdjustment_1au7h_440,._negativeAdjustment_1au7h_441,._neutralAdjustment_1au7h_442{color:var(--light-purple);font-size:.75rem;font-weight:300}._breakdownRow_1au7h_410:hover ._positiveAdjustment_1au7h_440{color:var(--light-green)}._breakdownRow_1au7h_410:hover ._negativeAdjustment_1au7h_441{color:var(--light-pink)}._breakdownRow_1au7h_410:hover ._neutralAdjustment_1au7h_442{color:var(--light-purple)}._breakdownDeathAge_1au7h_460{font-size:1rem;font-weight:400}._breakdownChevron_1au7h_465{font-size:1.5rem;line-height:1;translate:0 -.1rem}._breakdownAction_1au7h_471{display:flex;justify-content:center;margin:1rem 0 0}._breakdownActionPrimary_1au7h_477{display:flex;justify-content:center}._breakdownActionPrimary_1au7h_477>._primaryButton_1au7h_482{width:fit-content}._breakdownActionSecondary_1au7h_486{display:none}._mobileSponsor_1au7h_490{align-items:center;display:grid;gap:0;justify-items:center;margin:1rem 0 0}._mobileSponsorLogo_1au7h_498{display:block;height:auto;max-width:min(14rem,100%);width:100%}._mobileSponsorContent_1au7h_505{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem;max-width:250px}._mobileSponsorCopy_1au7h_514{color:var(--pale-purple);line-height:1.25;margin:0;max-width:18rem;text-align:center}._mobileSponsorLink_1au7h_522{color:inherit;text-decoration:underline;text-underline-offset:.12em}._desktopSidebar_1au7h_528,._desktopSpeedyExplainer_1au7h_529,._desktopSponsor_1au7h_530{display:none}._whatIfSection_1au7h_15{display:grid;gap:1rem;margin-top:1.25rem;padding:1rem 0}._whatIfIntro_1au7h_541{padding:0 1rem}._whatIfTitle_1au7h_545{font-size:clamp(1.5rem,5vw,2rem);letter-spacing:0;margin:0;text-transform:none}._whatIfCopy_1au7h_552{color:var(--white);font-weight:600;line-height:1.35;margin:1rem 0 0;max-width:23rem}._carouselShell_1au7h_560{min-width:0;position:relative}._carouselPrevious_1au7h_565,._carouselNext_1au7h_566{background:var(--dark-purple);border:1px solid var(--medium-purple);border-radius:50%;color:var(--white);cursor:pointer;display:none;font-size:1.3rem;height:2.25rem;position:absolute;top:calc(50% - 1.125rem);width:2.25rem;z-index:2}._carouselPrevious_1au7h_565{left:0}._carouselCaretLeft_1au7h_585{display:block;line-height:1;translate:var(--carousel-caret-x, -1px) var(--carousel-caret-y, -2.55px)}._carouselTrack_1au7h_591{display:grid;gap:.75rem;grid-auto-columns:minmax(10rem,82%);grid-auto-flow:column;overflow-x:auto;padding:.15rem 2.7rem .65rem;scroll-padding-inline:2.7rem;scroll-snap-type:x mandatory;scrollbar-width:thin}._carouselTrack_1au7h_591>div{min-width:0;scroll-snap-align:start}._whatIfCard_1au7h_608{height:100%}._whatIfCardButton_1au7h_612{align-items:center;background:#1e1654;border:1px solid rgba(127,105,202,.5);border-radius:.65rem;color:var(--white);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:.55rem;height:100%;min-height:10.5rem;padding:.75rem;position:relative;text-align:center;width:100%}._whatIfCardButton_1au7h_612:hover{background:var(--pale-purple)}._whatIfCardButton_1au7h_612>strong{color:var(--light-purple);font-size:1rem;line-height:1.25}._whatIfCardButton_1au7h_612>span:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){font-size:.875rem;line-height:1.25}._whatIfCardButton_1au7h_612:hover>strong{color:var(--deep-purple)}._whatIfCardButton_1au7h_612:hover>span:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){color:var(--deep-purple)}._whatIfCardButton_1au7h_612:hover ._cardArrow_1au7h_641{color:var(--deep-purple)}._whatIfCardAnswered_1au7h_658 ._whatIfCardButton_1au7h_612{background:var(--pale-purple);border-color:var(--white);color:var(--midnight-purple)}._whatIfCardAnswered_1au7h_658 ._whatIfCardButton_1au7h_612>strong:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){color:var(--deep-purple)}._whatIfCardAnswered_1au7h_658 ._whatIfCardButton_1au7h_612>span:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){display:none}._answeredBadge_1au7h_641{align-items:center;color:var(--dark-purple);display:inline-flex;font-size:.65rem;font-weight:900;gap:.3rem;text-transform:uppercase}._cardAnswer_1au7h_641{align-items:center;align-self:stretch;display:flex;flex-direction:column;flex-wrap:wrap;gap:.4rem;justify-content:space-evenly;margin-top:auto}._cardAnswer_1au7h_641 b,._cardAnswer_1au7h_641 em{font-size:.68rem;font-style:normal}._cardAnswer_1au7h_641 em{background:var(--pink);border-radius:999px;color:var(--white);padding:.2rem .45rem}._cardArrow_1au7h_641{bottom:.75rem;font-size:1.15rem;position:absolute;right:.75rem}._carouselNext_1au7h_566{right:0}._carouselCaretRight_1au7h_717{display:block;line-height:1;translate:var(--carousel-caret-x, .5px) var(--carousel-caret-y, -2.55px)}._carouselPrevious_1au7h_565:disabled,._carouselNext_1au7h_566:disabled{border-color:#907ec840;cursor:not-allowed}._carouselPrevious_1au7h_565:disabled ._carouselCaretLeft_1au7h_585,._carouselNext_1au7h_566:disabled ._carouselCaretRight_1au7h_717{opacity:.25}._promotions_1au7h_16{display:grid;gap:0;margin-top:1.25rem;overflow:visible}._promotion_1au7h_16{align-items:center;display:grid;gap:1.5rem;grid-template-columns:auto minmax(0,1fr);padding:1.25rem}._quizIcon_1au7h_749{align-self:start;display:block;flex-shrink:0;height:auto;width:7rem}._promoContent_1au7h_757{display:flex;flex-direction:column;height:100%;justify-content:space-between}._promoTitle_1au7h_764{margin:0}._promoButton_1au7h_768{max-width:12rem}._startOver_1au7h_772{margin-top:1.25rem;text-align:center}._startOverButton_1au7h_777{width:100%}._startOverDialog_1au7h_781{background:linear-gradient(145deg,#302556,#1e1838);border:1px solid var(--medium-purple);border-radius:1rem;box-sizing:border-box;color:var(--white);top:0;right:0;bottom:0;left:0;margin:auto;max-height:min(90dvh,50rem);max-width:500px;overflow-y:auto;padding:0;position:fixed;width:90%}._startOverDialog_1au7h_781::backdrop{background:#08061fbd}._startOverDialog_1au7h_781>div{padding:clamp(1.25rem,5vw,2rem)}._startOverDialogTitle_1au7h_805{font-family:Playfair Display,serif;font-size:1.5rem;line-height:1.25;margin:0 0 .5rem;text-wrap:balance}._startOverDialogDescription_1au7h_813{color:var(--pale-purple);font-size:1rem;line-height:1.25;margin:0}._startOverActions_1au7h_820{display:grid;gap:.65rem;margin-top:1.25rem}._startOverActions_1au7h_820>button{width:100%}._cancelButton_1au7h_830{color:var(--white)}._clearDisclaimerConsentButton_1au7h_834{margin:.85rem auto 0}._clearDisclaimerConsentButton_1au7h_834:disabled{opacity:.52}._scrollCue_1au7h_842{background:transparent;border:0;bottom:.9rem;cursor:pointer;display:none;height:2.4rem;left:50%;opacity:.5;position:fixed;transform:translate(-50%);width:2.4rem;z-index:8}._scrollCue_1au7h_842:before,._scrollCue_1au7h_842:after{background:#ffffffe6;border-radius:999px;content:"";height:.25rem;left:50%;position:absolute;top:1rem;transform-origin:center;width:1.25rem}._scrollCue_1au7h_842:before{transform:translate(-84%) rotate(38deg)}._scrollCue_1au7h_842:after{transform:translate(-16%) rotate(-38deg)}._scrollCue_1au7h_842:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:.2rem}._breakdownRow_1au7h_410:focus-visible,._whatIfCardButton_1au7h_612:focus-visible,._carouselPrevious_1au7h_565:focus-visible,._carouselNext_1au7h_566:focus-visible,._shareOption_1au7h_300:focus-visible,._confirmResetButton_1au7h_888:focus-visible,._clearDisclaimerConsentButton_1au7h_834:focus-visible,._desktopSponsorButton_1au7h_890:focus-visible{outline:3px solid var(--white);outline-offset:3px}@keyframes _resultsScrollCueBounce_1au7h_1{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-.55rem)}}@media(min-width:40rem){._resultsShell_1au7h_7{margin:0 auto;max-width:76rem;padding:clamp(1.25rem,4vw,3rem) clamp(2.1rem,4vw,2.5rem) 3rem;width:100%}._pageHeader_1au7h_51{margin:0 auto 1.1rem}._deathSummary_1au7h_72{gap:1.5rem;grid-template-columns:8rem minmax(0,1fr) auto;margin:1.25rem 1.5rem;padding:1rem 1rem .75rem 2rem}._deathSummary_1au7h_72>._shareControl_1au7h_83{align-self:end;grid-column:auto;justify-self:end;max-width:none}._calendar_1au7h_87{height:5.95rem;padding:2.5rem .6rem .35rem;width:8rem}._calendar_1au7h_87:before{height:2.25rem}._calendar_1au7h_87:after{box-shadow:1.5rem 0 #f8f7f5,3rem 0 #f8f7f5,4.5rem 0 #f8f7f5,0 .2rem #15134aeb,1.5rem .2rem #15134aeb,3rem .2rem #15134aeb,4.5rem .2rem #15134aeb;height:1.125rem;left:1.5rem;top:-.5625rem;width:.5rem}._calendarMonth_1au7h_134{font-size:.88rem;line-height:1;top:.95rem}._calendarDay_1au7h_149{font-size:2.375rem}._calendarYear_1au7h_161{font-size:.82rem;margin-top:.28rem}._deathSummaryCopy_1au7h_174{overflow:visible}._deathDateLead_1au7h_178{font-size:.875rem;margin-bottom:.35rem;white-space:nowrap}._deathDate_1au7h_178{font-size:1.8rem}._deathAgeValue_1au7h_200{font-family:Playfair Display,serif;font-size:2.5rem}._remaining_1au7h_205{font-size:.65rem;margin-top:.3rem}._shareControlPromotion_1au7h_225{width:fit-content}._compactShareButton_1au7h_230{width:auto}._shareButtonIcon_1au7h_262{font-size:.875rem}._shareDropdownPromotion_1au7h_287{left:auto;right:0}._primaryPanelBody_1au7h_364{display:flex;margin:1.75rem 1.5rem 1rem}._mobileSponsor_1au7h_490{align-items:center;display:grid;gap:1.25rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:100px}._mobileSponsorLogo_1au7h_498{justify-self:end;max-width:12rem;translate:0 -7px;width:100%}._mobileSponsorContent_1au7h_505{align-items:flex-start;justify-self:start;margin:0;width:100%}._mobileSponsorCopy_1au7h_514{max-width:250px;text-align:left}._whatIfSection_1au7h_15{gap:0;grid-template-rows:.9fr 1fr;left:50%;margin-top:2.25rem;max-width:1300px;min-height:13.5rem;padding:1.5rem 0;position:relative;transform:translate(-50%)}._whatIfIntro_1au7h_541{padding:.15rem 3rem 0 2rem}._whatIfTitle_1au7h_545{font-size:1.5rem}._whatIfCopy_1au7h_552{margin-top:1.35rem;max-width:21rem}._carouselTrack_1au7h_591{gap:1.25rem;grid-auto-columns:minmax(10rem,31%);height:100%;overflow-y:hidden;padding:0 3.5rem 0 4.5rem;scroll-padding-inline:4.5rem;scrollbar-width:none}._carouselTrack_1au7h_591::-webkit-scrollbar{display:none}._carouselTrack_1au7h_591>div{height:100%}._whatIfCardButton_1au7h_612{align-items:center;gap:1rem;justify-content:flex-start;min-height:10.125rem;padding:.875rem;text-align:center}._whatIfCardButton_1au7h_612>strong{line-height:1.25;padding-inline:0}._whatIfCardButton_1au7h_612>span:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){font-size:.875rem;line-height:1.25}._carouselPrevious_1au7h_565,._carouselNext_1au7h_566{align-items:center;display:flex;font-size:2rem;height:3rem;justify-content:center;line-height:1;top:50%;width:3rem}._carouselPrevious_1au7h_565{left:0;transform:translate(-50%,-50%)}._carouselNext_1au7h_566{right:0;transform:translate(50%,-50%)}._whatIfSection_1au7h_15+._promotions_1au7h_16{margin-top:2.25rem}._promotions_1au7h_16{grid-template-columns:repeat(2,minmax(0,1fr))}._promotion_1au7h_16+._promotion_1au7h_16{border-top:0}._quizIcon_1au7h_749{align-self:start}._promoButton_1au7h_768{max-width:11rem}._promoButton_1au7h_768._shareTriggerPromotion_1au7h_248{max-width:none;width:auto}._startOver_1au7h_772{margin-top:1.75rem}._startOverButton_1au7h_777{width:auto}}@media(min-width:62rem){._pageHeader_1au7h_51{margin:0 auto 1.2rem}._primaryPanel_1au7h_14{overflow:visible}._deathSummary_1au7h_72{column-gap:clamp(2.5rem,5vw,4rem);grid-template-columns:11.75rem minmax(0,1fr) auto;margin:1.5rem 2rem;min-height:11rem;padding:1rem clamp(2rem,3vw,2.3125rem) 1rem clamp(2rem,5.6vw,4.3125rem)}._deathSummary_1au7h_72>._shareControl_1au7h_83{align-self:end;margin-bottom:.3125rem;max-width:none}._calendar_1au7h_87{height:8.375rem;padding:3.25rem .95rem .6rem;width:11.75rem}._calendar_1au7h_87:before{height:3rem}._calendar_1au7h_87:after{box-shadow:2.2rem 0 #f8f7f5,4.4rem 0 #f8f7f5,6.6rem 0 #f8f7f5,0 .25rem #15134aeb,2.2rem .25rem #15134aeb,4.4rem .25rem #15134aeb,6.6rem .25rem #15134aeb;height:1.75rem;left:2.2rem;top:-.8125rem;width:.75rem}._calendarMonth_1au7h_134{font-size:1.25rem;line-height:1;top:1.35rem}._calendarDay_1au7h_149{font-size:3.375rem}._calendarYear_1au7h_161{font-size:1rem;margin-top:.4rem}._deathDateLead_1au7h_178{font-size:1rem;margin-bottom:.6rem}._deathDate_1au7h_178{font-size:2.5rem}._deathAgeValue_1au7h_200{font-family:Playfair Display,serif;font-size:3.3rem;line-height:1}._remaining_1au7h_205{font-size:1rem;margin-top:.45rem}._compactShareButton_1au7h_230{font-size:1rem;gap:.5rem;min-height:2.375rem;padding:.4rem .875rem}._shareButtonIcon_1au7h_262{font-size:1rem}._primaryPanelBody_1au7h_364{gap:0;margin:1.75rem 2rem 1rem}._breakdownContentRow_1au7h_380{display:flex;gap:1.25rem}._breakdownListPanel_1au7h_384{flex:0 0 40%;max-width:40%}._breakdownList_1au7h_384{height:23rem;max-height:none}._breakdownAction_1au7h_471{gap:1.25rem}._breakdownActionPrimary_1au7h_477{flex:0 0 40%;justify-content:center;max-width:40%}._breakdownActionSecondary_1au7h_486{display:block;flex:1 1 60%;min-width:0}._desktopSidebar_1au7h_528{align-self:start;display:grid;flex:1 1 60%;gap:1.1rem;height:23rem;min-width:0}._desktopSpeedyExplainer_1au7h_529{align-self:center;background:#14123d94;border:1px solid rgba(127,105,202,.5);border-radius:.6rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(11rem,1.1fr);height:100%;min-width:0;overflow:visible;padding:.85rem .85rem 0}._speedyCopy_1au7h_1316{display:flex;flex-direction:column;gap:.35rem;justify-content:center;padding:0 .8rem .85rem}._speedyTitle_1au7h_1324{color:var(--light-purple);font-weight:500;line-height:1.15;margin:0 0 .5rem;text-transform:none}._speedyBody_1au7h_1332{color:#fff;line-height:1.25}._speedyCopySpan_1au7h_1337{color:var(--light-purple);font-size:.875rem;font-weight:700}._speedyArtwork_1au7h_1343{min-height:12rem;position:relative}._speedyArtwork_1au7h_1343:before{aspect-ratio:438 / 464;background:url(/assets/SpeedyBonesFull-BAWTqgaC.svg) center bottom / contain no-repeat;bottom:0;content:"";left:50%;pointer-events:none;position:absolute;transform:translate(-50%);width:16.5rem}._desktopSponsor_1au7h_530{align-items:center;display:flex;gap:1.5rem;min-width:0;padding:.45rem 2.5rem 0}._desktopSponsorLogo_1au7h_1369{display:block;flex:0 0 45%;height:auto;min-width:0;width:45%}._desktopSponsorContent_1au7h_1377{display:flex;flex:1 1 auto;flex-direction:column;gap:.9rem;height:100%;justify-content:space-between;min-width:0}._desktopSponsorCopy_1au7h_1387{color:var(--pale-purple);line-height:1.25;margin:1rem 0 0;max-width:18rem;text-align:center}._desktopSponsorButton_1au7h_890{justify-content:center;max-width:18rem;text-decoration:none;width:100%}._mobileSponsor_1au7h_490{display:none}._whatIfSection_1au7h_15{gap:0;grid-template-columns:minmax(10rem,.3fr) minmax(0,1fr);grid-template-rows:1fr;left:50%;margin-top:2.25rem;max-width:1300px;min-height:13.5rem;padding:1.5rem 0;position:relative;transform:translate(-50%);width:min(calc(100vw - 5rem),120rem)}._whatIfIntro_1au7h_541{padding:.15rem 3rem 0 2rem}._whatIfTitle_1au7h_545{font-size:1.5rem}._whatIfCopy_1au7h_552{margin-top:1.35rem;max-width:21rem}._carouselShell_1au7h_560{border-left:1px solid rgba(181,169,218,.38)}._carouselTrack_1au7h_591{gap:1.25rem;grid-auto-columns:minmax(10rem,31%);height:100%;overflow-y:hidden;padding:0 3.5rem 0 4.5rem;scroll-padding-inline:4.5rem;scrollbar-width:none}._carouselTrack_1au7h_591::-webkit-scrollbar{display:none}._carouselTrack_1au7h_591>div{height:100%}._whatIfCardButton_1au7h_612{align-items:center;gap:1rem;justify-content:flex-start;min-height:10.125rem;padding:.875rem;text-align:center}._whatIfCardButton_1au7h_612>strong{line-height:1.25;padding-inline:0}._whatIfCardButton_1au7h_612>span:not(._cardArrow_1au7h_641,._answeredBadge_1au7h_641,._cardAnswer_1au7h_641){font-size:.875rem;line-height:1.25}._carouselPrevious_1au7h_565,._carouselNext_1au7h_566{align-items:center;display:flex;font-size:2rem;height:3rem;justify-content:center;line-height:1;top:50%;width:3rem}._carouselPrevious_1au7h_565{left:0;transform:translate(-50%,-50%)}._carouselNext_1au7h_566{right:0;transform:translate(50%,-50%)}._whatIfSection_1au7h_15+._promotions_1au7h_16{margin-top:2.25rem}._promoButton_1au7h_768{max-width:12rem}}@media(prefers-reduced-motion:reduce){._scrollCue_1au7h_842{animation:none}._carouselTrack_1au7h_591{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(min-height:850px)and (max-height:925px){._scrollCue_1au7h_842{animation:_resultsScrollCueBounce_1au7h_1 1.15s ease-in-out infinite;display:block}}._page_jrfit_1{--bar-quiz-scale: .9;--speedy-overlap: min(8.15vw, 3.72rem);color:var(--white);min-height:var(--app-height);overflow-x:hidden;overflow-y:auto}._page_jrfit_1:before,._page_jrfit_1:after{border-radius:50%;content:"";filter:blur(4rem);opacity:.24;pointer-events:none;position:absolute}._page_jrfit_1:before{background:#d81bff;height:min(65vw,34rem);left:-12rem;top:12%;width:min(65vw,34rem)}._page_jrfit_1:after{background:#037cff;bottom:4%;height:min(60vw,30rem);right:-11rem;width:min(60vw,30rem)}._shell_jrfit_37{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;min-height:var(--app-height);padding:clamp(1.5rem,5vw,3.5rem) 1rem clamp(2rem,6vw,4rem);position:relative;transform:scale(var(--bar-quiz-scale));width:min(100%,76rem);z-index:1}._neonSign_jrfit_51{background:linear-gradient(180deg,#171349e6,#0c0b30bd);border:.175rem solid #f444e8;border-radius:clamp(1.15rem,4vw,1.75rem);box-shadow:0 0 .35rem #f444e8,0 0 1.1rem #f444e870,0 0 2.5rem #8031ff42,inset 0 0 1.1rem #f444e8b3;isolation:isolate;margin-bottom:3rem;padding:1rem 0 0;position:relative;text-align:center;width:min(72vw,28rem)}._neonSign_jrfit_51:before,._neonSign_jrfit_51:after{background:#24a8ff;border-radius:999px;bottom:-.65rem;box-shadow:0 0 .3rem #24a8ff,0 0 .8rem #24a8ffe0;content:"";height:.2rem;position:absolute;width:20%}._neonSign_jrfit_51:before{left:7%}._neonSign_jrfit_51:after{right:7%}._signText_jrfit_90{font-family:Mulish,sans-serif;margin:0;text-transform:uppercase}._ownerRow_jrfit_96{align-items:center;display:grid;gap:clamp(.45rem,2vw,.8rem);grid-template-columns:minmax(1.2rem,1fr) auto minmax(1.2rem,1fr);margin:.1rem clamp(1rem,5vw,2rem) 0}._owner_jrfit_96{color:#fff8ff;font-size:clamp(1rem,3.8vw,1.65rem);font-weight:700;letter-spacing:.035em;line-height:1;text-shadow:0 0 .25rem #ffffff,0 0 .65rem #ff31d2,0 0 1.25rem rgba(255,49,210,.9)}._cyanRail_jrfit_116,._pinkRail_jrfit_117{border-radius:999px;height:.2rem}._cyanRail_jrfit_116{background:#25b5ff;box-shadow:0 0 .55rem #25b5ff}._pinkRail_jrfit_117{background:#ff31d2;box-shadow:0 0 .55rem #ff31d2}._quizName_jrfit_132{display:flex;justify-content:center;height:min(18.25vw,115px);width:100%;transform:translateY(max(-1.5rem,-3.75vw))}._barQuizLogo_jrfit_140{display:block;height:min(23vw,145px);translate:0 min(1.25vw,.5rem);width:auto}._barWord_jrfit_147{color:#ffad24;text-shadow:0 0 .12rem #fff4c2,0 0 .32rem #ffb21c,0 0 .72rem #ff6a00,0 0 1.35rem rgba(255,72,0,.88)}._quizWord_jrfit_156{color:#dcf820;text-shadow:0 0 .12rem #fbffc2,0 0 .32rem #dcf820,0 0 .72rem #aee800,0 0 1.35rem rgba(168,231,0,.82)}@supports (-webkit-text-stroke: 1px #ffffff){._barWord_jrfit_147{-webkit-text-stroke:clamp(.09rem,.32vw,.15rem) #ffad24;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 0 .12rem #fff4c2) drop-shadow(0 0 .35rem #ff7a00) drop-shadow(0 0 .75rem rgba(255,72,0,.82));paint-order:stroke fill;text-shadow:none}._quizWord_jrfit_156{-webkit-text-stroke:clamp(.09rem,.32vw,.15rem) #dcf820;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 0 .12rem #fbffc2) drop-shadow(0 0 .35rem #aee800) drop-shadow(0 0 .75rem rgba(168,231,0,.76));paint-order:stroke fill;text-shadow:none}}._cardStack_jrfit_191{align-items:center;display:flex;flex-direction:column;width:min(100%,44rem)}._speedy_jrfit_198{display:block;height:auto;margin:0 auto;pointer-events:none;position:relative;width:min(60%,30rem);z-index:2}._comingSoonCard_jrfit_208{background:linear-gradient(145deg,#2a2168f5,#0d0e3dfa),var(--midnight-purple);border:2px solid #907ec8;border-radius:1.25rem;box-shadow:0 0 .35rem #b058ffad,0 0 1.35rem #6e39ff70,0 1.25rem 3rem #05062599,inset 0 1px #ffffff3d,inset 0 0 2rem #6944d238;margin-top:calc(-1 * var(--speedy-overlap));padding:calc(var(--speedy-overlap)) clamp(1.15rem,6vw,3.5rem) clamp(1.4rem,5vw,2.6rem);position:relative;text-align:center;width:100%;z-index:1}._comingSoonCard_jrfit_208:before{background:linear-gradient(90deg,transparent,#907ec8 18%,#907ec8 82%,transparent);box-shadow:0 0 .75rem #d451ffd6;content:"";height:.25rem;left:1.2rem;position:absolute;right:1.2rem;top:0}._eyebrow_jrfit_240{color:#e8ff31;font-family:DM Mono,monospace;font-size:clamp(.85rem,2.5vw,1.5rem);font-weight:500;letter-spacing:.16em;line-height:1.2;margin:0 0 clamp(.75rem,2.75vw,1.25rem);text-shadow:0 0 .3rem rgba(232,255,49,.86),0 0 .8rem rgba(198,236,0,.58);text-transform:uppercase}._comingSoonCard_jrfit_208 h2{color:var(--white);font-family:Playfair Display,serif;font-size:clamp(1.75rem,7vw,2.8rem);font-weight:900;line-height:1.08;margin:0;text-shadow:0 .3rem 1rem rgba(7,7,36,.58)}._divider_jrfit_264{align-items:center;color:#c44dff;display:grid;gap:.65rem;grid-template-columns:1fr auto 1fr;margin:clamp(1rem,4vw,1.4rem) 0;text-shadow:0 0 .55rem rgba(196,77,255,.9)}._divider_jrfit_264:before,._divider_jrfit_264:after{background:#c44dff;box-shadow:0 0 .45rem #c44dffd1;content:"";height:.1rem}._divider_jrfit_264 span{font-size:1.55rem;line-height:1}._description_jrfit_287{color:var(--pale-purple);font-size:clamp(.9rem,3vw,1.05rem);line-height:1.55;margin:0 auto;max-width:33rem}._backButton_jrfit_295{margin-top:clamp(1.25rem,5vw,1.8rem)}._backButton_jrfit_295:hover{filter:brightness(1.14)}@media(min-width:40rem){._comingSoonCard_jrfit_208{border-radius:1.5rem}._backButton_jrfit_295{font-size:.85rem;padding:.5rem 1rem}}@media(min-width:62rem){._backButton_jrfit_295{font-size:.95rem}}@media(max-height:42rem){._page_jrfit_1{--speedy-overlap: min(10.5vw, 3.72rem)}._shell_jrfit_37{justify-content:flex-start;padding-block:1rem 2rem}._neonSign_jrfit_51{width:clamp(17rem,58vw,22rem)}._speedy_jrfit_198{width:min(76%,27rem)}}._whatIfPage_5xvgc_1{color:var(--midnight-purple);min-height:var(--app-height);overflow:hidden}._whatIfShell_5xvgc_7{display:flex;flex-direction:column;height:var(--app-height);margin:0 auto;max-width:64rem;min-height:var(--app-height);padding:1rem .75rem;width:100%}._scenarioCard_5xvgc_18{border-radius:1.4rem;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;position:relative;width:100%}._exitButton_5xvgc_28{align-items:center;background:#ffffffeb;border:1px solid rgba(92,70,165,.22);border-radius:999px;cursor:pointer;display:inline-flex;height:2rem;justify-content:center;position:absolute;right:.7rem;top:.85rem;width:2rem;z-index:2}._exitIcon_5xvgc_44{color:var(--purple);display:block;font-size:1rem;line-height:1}._questionPanel_5xvgc_51{background:#fbfaff;border:1px solid rgba(92,70,165,.25);border-radius:1.4rem;box-shadow:0 .75rem 2rem #08061f2e;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}._scenarioHeader_5xvgc_63{background:#eeecfb;border-bottom:1px solid #c9c3e7;padding:1rem 1rem .9rem}._eyebrowRow_5xvgc_69{align-items:center;color:var(--medium-purple);display:flex;font-size:.58rem;gap:.45rem;margin-bottom:.65rem}._eyebrowCopy_5xvgc_78{color:var(--medium-purple);margin:0}._whatIfPill_5xvgc_83{align-items:center;background:var(--medium-purple);border:0;border-radius:.2rem;color:var(--white)!important;display:inline-flex;font:inherit;font-size:.54rem;font-weight:900;gap:.2rem;letter-spacing:.1em;min-height:1.35rem;padding:.25rem .45rem;text-transform:uppercase}._whatIfPill_5xvgc_83 img{display:block;flex:0 0 auto;height:.5rem;width:.5rem}._scenarioTitle_5xvgc_107{color:#171341;font-size:clamp(1.35rem,7vw,1.8rem);line-height:1.02;margin:0 0 .55rem}._scenarioSupportingCopy_5xvgc_114{color:var(--purple);font-size:.72rem;line-height:1.35;margin:0}._optionsSection_5xvgc_121{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:.9rem .75rem 0}._optionsTitle_5xvgc_129{color:var(--medium-purple);font-size:.75rem;font-weight:600;letter-spacing:.02em;margin:0 0 .55rem;text-transform:uppercase}._optionsScroller_5xvgc_138{flex:1 1 auto;border-top:1px solid rgba(92,70,165,.15);min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto;padding-right:.1rem}._optionsGrid_5xvgc_148{display:grid;gap:.45rem;list-style:none;margin:0;padding:0}._optionsGrid_5xvgc_148>li{display:flex}._optionsGrid_5xvgc_148>li:last-child{margin-bottom:.75rem}._optionsGrid_5xvgc_148>li:first-child{margin-top:.4rem}._optionButton_5xvgc_168{align-items:center;background:#fbfaff;border:3px solid #7F69CA4D;border-radius:.7rem;color:#171341;cursor:pointer;display:flex;font:inherit;gap:.65rem;height:100%;justify-content:space-between;min-height:4.25rem;padding:.65rem .75rem;text-align:left;width:100%}._optionCopy_5xvgc_186{display:flex;flex-direction:column;gap:.075rem;min-width:0}._optionCopy_5xvgc_186 strong{font-size:clamp(1.1rem,.6rem + 1.75vw,1.35rem);font-weight:600;line-height:1.2}._optionCopy_5xvgc_186 small{color:var(--medium-purple);font-size:clamp(.85rem,.592rem + .5vw,.9rem);line-height:1.25}._optionAdjustment_5xvgc_205{background:var(--pink);border-radius:999px;color:var(--white);flex:0 0 auto;font-size:.58rem;font-weight:800;max-width:7.5rem;padding:.3rem .5rem;text-align:center}._optionSelected_5xvgc_217{border:3px solid var(--purple);box-shadow:0 0 0 1px #5c46a526;padding:calc(.65rem - 1px) calc(.75rem - 1px)}._optionButton_5xvgc_168:hover{background:#f3f0ff}._optionButton_5xvgc_168:active{transform:translateY(1px)}._optionButton_5xvgc_168:focus-visible,._exitButton_5xvgc_28:focus-visible,._clearSelection_5xvgc_233:focus-visible,._routeMessage_5xvgc_234 button:focus-visible{outline:3px solid #1597ff;outline-offset:2px}._resultCard_5xvgc_239{background:#100c3d;border:1px solid rgba(127,105,202,.5);border-radius:1rem;box-shadow:0 .75rem 2rem #08061f4d;color:var(--white);flex:0 0 auto;margin-top:.75rem;overflow:hidden;padding:.8rem .65rem}._resultTitle_5xvgc_251{color:var(--pale-purple);font-size:.55rem;font-weight:500;letter-spacing:.08em;margin:0 0 .65rem;text-align:center;text-transform:uppercase}._comparisonGrid_5xvgc_261{align-items:center;display:grid;gap:.55rem;grid-template-columns:minmax(0,1fr) 1.5rem minmax(0,1fr);position:relative}._comparisonGrid_5xvgc_261:before{background:#b5a9da3d;bottom:.2rem;content:"";left:50%;pointer-events:none;position:absolute;top:.2rem;transform:translate(-50%);width:1px}._dateSide_5xvgc_281{align-items:center;display:flex;flex-direction:column;gap:.35rem;min-width:0}._dateLabel_5xvgc_289{color:var(--pale-purple);font-size:.5rem;letter-spacing:.1em;order:2;text-transform:uppercase}._dateContent_5xvgc_297{align-items:center;display:flex;gap:.65rem;justify-content:center;min-width:0}._calendar_5xvgc_305{background:#fbfaff;border-radius:.7rem;color:#171341;flex:0 0 auto;min-height:4.25rem;overflow:hidden;text-align:center;width:4rem}._calendarMonth_5xvgc_316{background:var(--calendar-color, var(--pink));color:var(--white);display:block;font-size:.5rem;font-weight:800;padding:.28rem;text-transform:uppercase}._calendarDay_5xvgc_326{display:block;font-family:DM Mono,monospace;font-size:1.2rem;font-weight:700;line-height:1;padding-top:.4rem}._calendarYear_5xvgc_335{color:#77718c;display:block;font-size:.6rem;padding-top:.2rem}._alternativeCalendar_5xvgc_342{--calendar-color: #536a98}._fullDateCopy_5xvgc_346{display:none}._comparisonArrow_5xvgc_350{align-items:center;background:var(--dark-purple);border:1px solid var(--purple);border-radius:50%;color:var(--white);display:flex;font-size:.75rem;height:1.5rem;justify-content:center;justify-self:center;position:relative;z-index:1;width:1.5rem}._previewExplanation_5xvgc_366,._previewPlaceholder_5xvgc_367{border-top:1px solid rgba(181,169,218,.24);color:var(--pale-purple);font-size:.58rem;line-height:1.4;margin:.7rem 0 0;padding-top:.6rem;text-align:center}._previewExplanation_5xvgc_366 strong{color:var(--soft-pink)}._previewExplanation_5xvgc_366 span{color:var(--white)}._previewExplanation_5xvgc_366 small{display:block;margin-top:.2rem}._clearSelectionWrap_5xvgc_390{flex:0 0 auto;margin:.5rem auto 0;width:fit-content}._clearSelection_5xvgc_233{padding:0 1rem}._routeMessage_5xvgc_234{background:#fbfaff;border:1px solid #d4cdef;border-radius:1.4rem;box-shadow:0 1rem 3rem #08061f4d;margin:10vh auto 0;max-width:34rem;padding:2rem;text-align:center;width:calc(100% - 2rem)}._messageEyebrow_5xvgc_412{color:var(--purple);font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._routeMessageTitle_5xvgc_420{color:var(--midnight-purple);font-size:1.8rem;margin:.5rem 0}._routeMessageCopy_5xvgc_426{color:var(--deep-purple);font-size:.85rem;line-height:1.5;margin:0}._routeMessageButton_5xvgc_433{font-size:.8rem;font-weight:800;margin-top:1rem;text-transform:none}._remainingTime_5xvgc_440{font-size:.75rem;color:var(--soft-pink);font-weight:700;line-height:1.4;margin:.5rem 0 0}@media(min-width:40rem){._whatIfPage_5xvgc_1{overflow-y:auto}._whatIfShell_5xvgc_7{display:block;height:auto;min-height:0;padding:2.25rem 1.5rem 3rem}._scenarioCard_5xvgc_18{background:#fbfaff;border:1px solid rgba(92,70,165,.25);border-radius:2.25rem;box-shadow:0 1.25rem 3.5rem #08061f52;display:block;flex:none;overflow:hidden;padding-bottom:1.75rem}._questionPanel_5xvgc_51{border:0;border-radius:0;box-shadow:none;display:block;flex:none;min-height:auto}._scenarioHeader_5xvgc_63{padding:2rem 5.5rem 1.7rem 4rem}._eyebrowRow_5xvgc_69{font-size:.68rem;margin-bottom:1rem}._whatIfPill_5xvgc_83{font-size:.62rem}._whatIfPill_5xvgc_83 img{height:.6rem;width:.6rem}._exitButton_5xvgc_28{height:2.65rem;right:1.5rem;top:1.45rem;width:2.65rem}._exitIcon_5xvgc_44{font-size:1.3rem}._scenarioTitle_5xvgc_107{font-size:clamp(1.75rem,4vw,2.3rem);margin-bottom:.6rem}._scenarioSupportingCopy_5xvgc_114{font-size:1.15rem;max-width:48rem}._optionsSection_5xvgc_121{display:block;min-height:auto;padding:1.75rem 2.5rem 0}._optionsTitle_5xvgc_129{margin-bottom:.9rem}._optionsScroller_5xvgc_138{border-top:0;overflow:visible;padding-right:0}._optionsGrid_5xvgc_148{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}._optionsGrid_5xvgc_148>li:last-child{margin-bottom:0}._optionsGrid_5xvgc_148>li:first-child{margin-top:0}._optionButton_5xvgc_168{border-radius:.85rem;min-height:5.5rem;padding:1rem 1.2rem}._optionCopy_5xvgc_186 strong{font-size:clamp(1rem,.85rem + .75vw,1.4rem)}._optionCopy_5xvgc_186 small{font-size:clamp(.8rem,.592rem + .5vw,1rem)}._optionSelected_5xvgc_217{padding:calc(1rem - 1px) calc(1.2rem - 1px)}._resultCard_5xvgc_239{border-radius:1rem;margin:1.75rem 2.5rem 0;padding:1.25rem 1.5rem}._resultTitle_5xvgc_251{display:none}._comparisonGrid_5xvgc_261{gap:1.5rem;grid-template-columns:minmax(0,1fr) 2rem minmax(0,1fr)}._dateSide_5xvgc_281{align-items:stretch;gap:.7rem}._dateLabel_5xvgc_289{font-size:.7rem;order:0;text-align:center}._calendar_5xvgc_305{min-height:5rem;width:5rem}._calendarDay_5xvgc_326{font-size:1.45rem}._calendarYear_5xvgc_335{font-size:.75rem}._fullDateCopy_5xvgc_346{display:block;min-width:0}._fullDateCopy_5xvgc_346 strong{display:block;font-family:DM Mono,monospace;font-size:clamp(1rem,2.2vw,1.55rem);white-space:nowrap}._fullDateCopy_5xvgc_346 small{color:var(--pale-purple);display:block;font-size:.7rem;margin-top:.45rem;max-width:150px}._comparisonArrow_5xvgc_350{height:2rem;width:2rem}._previewExplanation_5xvgc_366,._previewPlaceholder_5xvgc_367{font-size:.7rem}._clearSelectionWrap_5xvgc_390{margin:.5rem auto 0}._clearSelection_5xvgc_233{min-height:2rem;padding:.5rem 1rem 0}}@media(prefers-reduced-motion:reduce){._optionButton_5xvgc_168{transition:none}._optionButton_5xvgc_168:active{transform:none}}
