.core-scene{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;isolation:isolate;background:#00303f;color:#f7f7f5}.core-scene__grad{position:absolute;inset:0;z-index:0;background:linear-gradient(115deg,#f2911e,#e9821a 20%,#c06e24 37%,#5c7076 54%,#1e4658 74%,#00303f);background-size:172% 172%;background-position:0 50%;animation:coreGrad 20s ease-in-out infinite alternate}@keyframes coreGrad{0%{background-position:0 50%}to{background-position:100% 50%}}.core-scene__grain{inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 0);background-size:5px 5px}.core-scene__grain,.core-scene__mark{position:absolute;z-index:1;pointer-events:none}.core-scene__mark{background:url(/branding/symbol-outline-white.png) no-repeat 50%/contain;opacity:.1}.core-scene__mark--tl{top:-96px;left:-72px;width:430px;height:430px}.core-scene__mark--br{right:-104px;bottom:-120px;width:480px;height:480px}.core-scene__content{position:relative;z-index:2}@media (prefers-reduced-motion:reduce){.core-scene__grad{animation:none}}