:root{--rect-width:500px;--rect-height:160px;--rect-depth:120px}.scene{align-items:center;display:flex;height:var(--rect-height);justify-content:center;perspective:1500px;width:var(--rect-width)}.cuboid{height:100%;position:relative;transform-style:preserve-3d;width:100%}.cuboid-face{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1c1810d1,#12100ce0);border:1px solid hsla(41,67%,64%,.4);box-shadow:0 0 30px #e1ba662e,inset 0 1px #e1ba6626;color:#f5e6c4;display:flex;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:600;justify-content:center;letter-spacing:.02em;padding:10px;position:absolute;text-align:center;text-shadow:0 0 18px hsla(41,67%,64%,.55);text-transform:uppercase}.back,.front{height:var(--rect-height);width:var(--rect-width)}.front{transform:translateZ(calc(var(--rect-depth)/2))}.back{transform:rotateY(180deg) translateZ(calc(var(--rect-depth)/2)) rotate(180deg)}.bottom,.top{height:var(--rect-depth);top:calc(50% - var(--rect-depth)/2);width:var(--rect-width)}.top{transform:rotateX(90deg) translateZ(calc(var(--rect-height)/2))}.bottom{transform:rotateX(-90deg) translateZ(calc(var(--rect-height)/2))}.left,.right{height:var(--rect-height);left:calc(50% - var(--rect-depth)/2);width:var(--rect-depth)}.right{transform:rotateY(90deg) translateZ(calc(var(--rect-width)/2))}.left{transform:rotateY(-90deg) translateZ(calc(var(--rect-width)/2))}@media(max-width:768px){:root{--rect-width:450px;--rect-height:130px;--rect-depth:90px}.cuboid-face{font-size:32px}}@media(max-width:480px){:root{--rect-width:280px;--rect-height:100px;--rect-depth:70px}.cuboid-face{font-size:22px}}.reveal[data-v-d2439817]{animation:hero-in-d2439817 .75s cubic-bezier(.22,.61,.36,1) forwards;opacity:0;transform:translateY(18px)}.reveal-1[data-v-d2439817]{animation-delay:.05s}.reveal-2[data-v-d2439817]{animation-delay:.16s}.reveal-3[data-v-d2439817]{animation-delay:.27s}.reveal-4[data-v-d2439817]{animation-delay:.4s}@keyframes hero-in-d2439817{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal[data-v-d2439817]{animation:none;opacity:1;transform:none}}#__nuxt,body,html{height:100%}
