.footer-section{z-index:999999;pointer-events:none;justify-content:center;align-items:center;width:100%;height:fit-content;min-height:100vh;padding-top:115px;display:flex;position:relative}.footer-section .globe-img{display:none}.footer-section section{pointer-events:auto;justify-content:space-between;gap:60px;width:95%;max-width:1262.5px;margin:0 auto 36px;display:flex;position:relative}.footer-section section .left-section{position:relative}.footer-section section .left-section .svg-left{position:absolute;top:0;left:0}.footer-section section .left-section .top{margin-top:32px}.footer-section section .left-section .top .pill-container{gap:4px;display:flex}.footer-section section .left-section .top .pill-container .pill{background:#040404;border:.5px solid #3e3e3e;border-radius:2px;width:4px;height:8px;box-shadow:inset 1.2px 1.1px 1px #3333330f}.footer-section section .left-section .top .pill-container .pill.active{background:#f56900;border:none;border-radius:2px;box-shadow:inset 1.2px 1.1px 1px #3333330f}.footer-section section .left-section .content-container{pointer-events:all;margin-top:38px;margin-left:25px}.footer-section section .left-section .content-container h1{letter-spacing:-.025em;text-transform:uppercase;color:#fff;pointer-events:all;max-width:336px;margin-bottom:40px;font-family:Necosmic,sans-serif;font-size:40px;font-weight:400;line-height:88%}.footer-section section .left-section .content-container .socials{pointer-events:auto;flex-direction:column;gap:24px;margin-left:40px;padding:16px;display:flex;position:relative}.footer-section section .left-section .content-container .socials svg{position:absolute}.footer-section section .left-section .content-container .socials svg.bottom-right{bottom:0;right:0}.footer-section section .left-section .content-container .socials svg.top-right{top:0;right:0}.footer-section section .left-section .content-container .socials svg.top-left{top:0;left:0}.footer-section section .left-section .content-container .socials svg.bottom-left{bottom:0;left:0}.footer-section section .left-section .content-container .socials .social{cursor:pointer;border-bottom:1px solid #0000;letter-spacing:-.04em;text-transform:uppercase;color:#fff;border-image-source:linear-gradient(90deg,#3e3e3e 2%,#3e3e3e80 48.5%,#3e3e3e00 98%);border-image-slice:1;width:240px;height:30px;padding-bottom:24px;font-size:20px;font-weight:500;line-height:20px}.footer-section section .svg-right{position:absolute;top:0;right:20px}.footer-section section .planet-container{width:600px;height:600px;position:absolute;top:20px;right:-60px;overflow:hidden}.footer-section section .planet-container .right-blur{filter:blur(30px);background:#000;width:117px;height:600px;position:absolute;top:0;right:-30px}.footer-section section .planet-container .bottom-blur{filter:blur(20px);background:#000;width:100%;height:57px;position:absolute;bottom:0;left:0}.footer-section section .planet-container .contain{width:600px;height:600px;overflow:hidden}.footer-section section .planet-container .contain .circle-bd{border:1px dashed #3e3e3e;border-radius:50%;width:800px;height:800px}.footer-section section .planet-container .contain img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;width:800px;height:800px;position:absolute;top:-20px;left:-20px}.footer-section section .eclipse{z-index:10000;will-change:box-shadow,transform;background:radial-gradient(27.08% 27.08%,#fff3 0%,#73737314 100%);border-radius:50%;justify-content:center;align-items:center;width:123px;height:123px;transition:box-shadow .16s cubic-bezier(.2,.9,.3,1),transform .16s;animation:3.2s ease-in-out infinite insetPulse;display:flex;position:absolute;bottom:-30px;right:0;overflow:hidden;box-shadow:inset 2px 4px 12px #ffffff52}.footer-section section .eclipse:before{content:"";transform-origin:50%;filter:blur(6px);mix-blend-mode:screen;opacity:.94;will-change:transform,opacity,filter;pointer-events:none;background:radial-gradient(circle at 35% 30%,#ffffff52 0%,#ffffff14 8%,#7373730f 45%,#0000 75%);border-radius:50%;transition:opacity .18s linear,filter .18s linear;animation:3.2s cubic-bezier(.4,0,.2,1) infinite radiantPulse;position:absolute;inset:-10%}.footer-section section .eclipse p{z-index:1;text-align:center;letter-spacing:-.04em;color:#fff;font-size:16px;font-weight:400;line-height:22px;position:relative}.footer-section section .eclipse:hover{cursor:pointer;transition:box-shadow .12s cubic-bezier(.2,.9,.3,1);animation:none;transform:none;box-shadow:inset 0 0 18px #ffffff9e,inset 0 0 6px #ffffff5c,0 6px 18px #00000059}.footer-section section .eclipse:hover:before{opacity:0;filter:blur();pointer-events:none;visibility:hidden;animation:none}@media (prefers-reduced-motion:reduce){.footer-section section .eclipse{animation:none}.footer-section section .eclipse:before{opacity:.9;filter:blur(4px);animation:none}}@keyframes insetPulse{0%{transform:scale(1);box-shadow:inset 2px 4px 12px #ffffff52}25%{transform:scale(1.01);box-shadow:inset 0 0 22px #ffffff38}50%{transform:scale(1.02);box-shadow:inset 0 0 34px #ffffff5c}75%{transform:scale(1.01);box-shadow:inset 0 0 20px #ffffff47}to{transform:scale(1);box-shadow:inset 2px 4px 12px #ffffff52}}@keyframes radiantPulse{0%{opacity:.88;filter:blur(6px);transform:rotate(0)scale(1)}25%{opacity:1;filter:blur(5px);transform:rotate(18deg)scale(1.03)translateY(-1%)}50%{opacity:.95;filter:blur(7px);transform:rotate(38deg)scale(1.06)translate(-1%,1%)}75%{opacity:.96;filter:blur(5.5px);transform:rotate(60deg)scale(1.02)translate(1%,-.5%)}to{opacity:.88;filter:blur(6px);transform:rotate(360deg)scale(1)}}@media (max-width:768px){.footer-section{z-index:999999;pointer-events:none;justify-content:center;align-items:center;width:100%;height:fit-content;min-height:100vh;padding-top:0;display:flex;position:relative;overflow:hidden}.footer-section .globe-img{width:100%;display:block;position:absolute;bottom:-10px;right:0}.footer-section .globe-img svg{position:absolute;bottom:10px;right:5px}.footer-section .globe-img .right-blur{filter:blur(30px);background:#000;width:117px;height:465px;position:absolute;top:0;right:-30px}.footer-section .globe-img .bottom-blur{filter:blur(20px);background:#000;width:100%;height:100px;position:absolute;bottom:0;left:0}.footer-section section{pointer-events:auto;justify-content:space-between;gap:60px;width:95%;height:100vh;margin:0 auto 36px;display:flex;position:relative;top:130px}.footer-section section .left-section{width:100%;padding:0;position:relative}.footer-section section .left-section .svg-left-mobile{position:absolute;top:0;left:0}.footer-section section .left-section .top{margin-top:-15px}.footer-section section .left-section .top .pill-container{gap:4px;display:flex}.footer-section section .left-section .top .pill-container .pill{background:#040404;border:.5px solid #3e3e3e;border-radius:2px;width:4px;height:8px;box-shadow:inset 1.2px 1.1px 1px #3333330f}.footer-section section .left-section .top .pill-container .pill.active{background:#f56900;border:none;border-radius:2px;box-shadow:inset 1.2px 1.1px 1px #3333330f}.footer-section section .left-section .content-container{pointer-events:all;margin-top:35px;margin-left:25px}.footer-section section .left-section .content-container h1{letter-spacing:-.025em;pointer-events:all;max-width:200px;margin-bottom:30px;font-size:24px;font-weight:400;line-height:104%}.footer-section section .left-section .content-container .socials{pointer-events:auto;flex-direction:column;gap:24px;width:208px;margin-left:0;padding:25px 0;display:flex;position:relative}.footer-section section .left-section .content-container .socials svg.bottom-left,.footer-section section .left-section .content-container .socials svg.bottom-right{display:none}.footer-section section .left-section .content-container .socials .social{cursor:pointer;border-bottom:1px solid #0000;letter-spacing:-.04em;text-transform:uppercase;color:#fff;border-image-source:linear-gradient(90deg,#3e3e3e 2%,#3e3e3e80 48.5%,#3e3e3e00 98%);border-image-slice:1;width:208px;height:30px;padding-bottom:24px;font-size:14px;font-weight:500;line-height:16px}.footer-section section .svg-right{display:none;position:absolute;top:0;right:20px}.footer-section section .right-section{display:none}.footer-section section .planet-container{width:465px;height:465px;display:none;position:absolute;top:100%;right:0;overflow:hidden}.footer-section section .planet-container .right-blur{filter:blur(30px);background:#000;width:117px;height:465px;position:absolute;top:0;right:-30px}.footer-section section .planet-container .bottom-blur{filter:blur(20px);background:#000;width:100%;height:57px;position:absolute;bottom:0;left:0}.footer-section section .planet-container .contain{width:465px;height:465px;overflow:hidden}.footer-section section .planet-container .contain .circle-bd{border:1px dashed #3e3e3e;border-radius:50%;width:800px;height:800px}.footer-section section .planet-container .contain img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;width:800px;height:800px;position:absolute;top:-20px;left:-20px}.footer-section section .eclipse{z-index:10000;will-change:box-shadow,transform;background:radial-gradient(27.08% 27.08%,#fff3 0%,#73737314 100%);border-radius:50%;justify-content:center;align-items:center;width:123px;height:123px;transition:box-shadow .16s cubic-bezier(.2,.9,.3,1),transform .16s;animation:3.2s ease-in-out infinite insetPulse;display:flex;position:absolute;bottom:150px;right:0;overflow:hidden;box-shadow:inset 2px 4px 12px #ffffff52}.footer-section section .eclipse:before{content:"";transform-origin:50%;filter:blur(6px);mix-blend-mode:screen;opacity:.94;will-change:transform,opacity,filter;pointer-events:none;background:radial-gradient(circle at 35% 30%,#ffffff52 0%,#ffffff14 8%,#7373730f 45%,#0000 75%);border-radius:50%;transition:opacity .18s linear,filter .18s linear;animation:3.2s cubic-bezier(.4,0,.2,1) infinite radiantPulse;position:absolute;inset:-10%}.footer-section section .eclipse p{z-index:1;text-align:center;letter-spacing:-.04em;color:#fff;font-size:16px;font-weight:400;line-height:22px;position:relative}.footer-section section .eclipse:hover{cursor:pointer;transition:box-shadow .12s cubic-bezier(.2,.9,.3,1);animation:none;transform:none;box-shadow:inset 0 0 18px #ffffff9e,inset 0 0 6px #ffffff5c,0 6px 18px #00000059}.footer-section section .eclipse:hover:before{opacity:0;filter:blur();pointer-events:none;visibility:hidden;animation:none}}@media (max-width:768px) and (prefers-reduced-motion:reduce){.footer-section section .eclipse{animation:none}.footer-section section .eclipse:before{opacity:.9;filter:blur(4px);animation:none}}@media (max-width:768px){@keyframes insetPulse{0%{transform:scale(1);box-shadow:inset 2px 4px 12px #ffffff52}25%{transform:scale(1.01);box-shadow:inset 0 0 22px #ffffff38}50%{transform:scale(1.02);box-shadow:inset 0 0 34px #ffffff5c}75%{transform:scale(1.01);box-shadow:inset 0 0 20px #ffffff47}to{transform:scale(1);box-shadow:inset 2px 4px 12px #ffffff52}}@keyframes radiantPulse{0%{opacity:.88;filter:blur(6px);transform:rotate(0)scale(1)}25%{opacity:1;filter:blur(5px);transform:rotate(18deg)scale(1.03)translateY(-1%)}50%{opacity:.95;filter:blur(7px);transform:rotate(38deg)scale(1.06)translate(-1%,1%)}75%{opacity:.96;filter:blur(5.5px);transform:rotate(60deg)scale(1.02)translate(1%,-.5%)}to{opacity:.88;filter:blur(6px);transform:rotate(360deg)scale(1)}}}
