*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden;background-color:#271e23;position:relative}body.scroll-disabled{overflow:hidden!important;cursor:wait}:root{--mobile: 600px;--tablet: 900px;--desktop: 1200px;--large: 1800px;--MY_BUFFER_AMOUNT: 70px;--MY_BUFFER_AMOUNT_desktop: 20px;--spacing-xs: clamp(8px, 2vw, 12px);--spacing-sm: clamp(16px, 3vw, 24px);--spacing-md: clamp(24px, 4vw, 48px);--spacing-lg: clamp(32px, 6vw, 50px);--spacing-vertical-xl: clamp(48px, 8vw, 8vh);--spacing-horizontal-xl: clamp(48px, 8vw, 4vw);--font-size-xs: clamp(10px, 1.25vw, 12px);--font-size-sm: clamp(12px, 1.5vw, 14px);--font-size-base: clamp(14px, 2vw, 16px);--font-size-lg: clamp(16px, 2.25vw, 18px);--font-size-xl: clamp(18px, 2.75vw, 22px);--font-size-2xl: clamp(24px, 4vw, 32px);--font-size-3xl: clamp(28px, 6vw, 44px);--font-size-4xl: clamp(40px, 8vw, 48px);--container-padding: clamp(16px, 4vw, 32px);--hero-padding: clamp(20px, 8vw, 97px);--logo-size: clamp(80px, 12vw, 102px);--logo-height: clamp(24px, 3vw, 26px)}@media (prefers-reduced-motion: reduce){.gradients-bg:before,.gradients-bg:after,.gradient-layer-3,.gradient-layer-4,.gradient-layer-5{animation:none}.card:hover,.card:active{transform:none}}.gradients-bg{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden}.gradients-bg:before{content:"";position:absolute;top:30%;left:25%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,123,202,.4) 0%,rgba(255,153,0,.1) 50%,transparent 70%);animation:morph1 25s ease-in-out infinite;filter:blur(40px)}.gradients-bg:after{content:"";position:absolute;top:70%;left:75%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,123,202,.4) 0%,rgba(255,123,202,.4) 20%,transparent 70%);animation:morph2 30s ease-in-out infinite;filter:blur(40px)}.gradient-layer-3{position:absolute;top:20%;left:70%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(224,146,29,.397) 0%,rgba(255,197,111,.2) 50%,transparent 70%);animation:morph3 35s ease-in-out infinite;filter:blur(40px);transform:translate(-50%,-50%)}.gradient-layer-4{position:absolute;top:80%;left:20%;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(255,118,184,.586) 0%,rgba(251,146,60,.425) 50%,transparent 70%);animation:morph4 28s ease-in-out infinite;filter:blur(40px);transform:translate(-50%,-50%)}.gradient-layer-5{position:absolute;top:50%;left:10%;width:550px;height:550px;border-radius:50%;background:radial-gradient(circle,rgba(251,146,60,.2) 0%,rgba(255,197,111,.2) 50%,transparent 70%);animation:morph5 32s ease-in-out infinite;filter:blur(40px);transform:translate(-50%,-50%)}@keyframes morph1{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:.8}33%{transform:translate(-30%,-70%) scale(1.3) rotate(120deg);opacity:.6}66%{transform:translate(-70%,-30%) scale(.7) rotate(240deg);opacity:1}}@keyframes morph2{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:.6}33%{transform:translate(-70%,-30%) scale(1.2) rotate(120deg);opacity:.8}66%{transform:translate(-30%,-70%) scale(.8) rotate(240deg);opacity:.4}}@keyframes morph3{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:.4}25%{transform:translate(-20%,-80%) scale(1.4) rotate(90deg);opacity:.6}50%{transform:translate(-80%,-20%) scale(.6) rotate(180deg);opacity:.3}75%{transform:translate(-20%,-20%) scale(1.1) rotate(270deg);opacity:.7}}@keyframes morph4{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:.3}33%{transform:translate(-30%,-60%) scale(1.3) rotate(120deg);opacity:.5}66%{transform:translate(-60%,-30%) scale(.7) rotate(240deg);opacity:.2}}@keyframes morph5{0%,to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:.4}20%{transform:translate(-40%,-70%) scale(1.2) rotate(72deg);opacity:.6}40%{transform:translate(-70%,-40%) scale(.8) rotate(144deg);opacity:.3}60%{transform:translate(-40%,-40%) scale(1.1) rotate(216deg);opacity:.5}80%{transform:translate(-70%,-70%) scale(.9) rotate(288deg);opacity:.4}}#three-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100;pointer-events:none}#three-canvas{width:100%;height:100%;display:block;object-fit:contain;opacity:0}#smooth-wrapper{height:100vh;overflow-y:auto;position:relative;z-index:50}#smooth-content{position:relative;z-index:50;pointer-events:auto;height:auto;min-height:100vh}html.is-prep .hero,html.is-prep .hero-text,html.is-prep .hero-actions{transition:none!important}html.is-prep .hero-text{opacity:0}.svg-filters{position:absolute;width:0;height:0;overflow:hidden}.custom-navbar{position:fixed;top:46px;left:0;right:0;width:100%;z-index:200;pointer-events:auto}.desktop-nav-wrapper{transform-origin:top center;will-change:transform}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-padding)}.nav-logo{flex-shrink:0}.nav-logo svg{width:var(--logo-size);height:var(--logo-height);display:block}.nav-items-desktop{display:flex;align-items:center;gap:32px;justify-content:center;flex:1}.nav-cta-btn{flex-shrink:0}.nav-item{position:relative}.nav-link{font-family:General Sans Variable,General Sans,sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.01em;color:#f2f2f2;text-decoration:none;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .2s ease}.nav-link:hover{color:#f2f2f2cc}.dropdown-trigger{padding:0}.dropdown-menu{position:absolute;top:100%;left:0;background:#271e23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 0;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:1001;pointer-events:auto}.dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:8px 16px;font-family:General Sans Variable,General Sans,sans-serif;font-size:14px;font-weight:400;color:#f2f2f2;text-decoration:none;transition:background-color .2s ease;pointer-events:auto;cursor:pointer}.dropdown-item:hover{background:#ffffff1a;color:#f2f2f2}.dropdown-item:active{background:#fff3}.dropdown-trigger:hover{color:#f2f2f2cc}.dropdown-trigger:active{color:#f2f2f299}.dropdown-divider{height:1px;background:#fff3;margin:4px 0}.chevron{transition:transform .2s ease}.dropdown-trigger.open .chevron{transform:rotate(270deg)}.nav-cta-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 36px 17px;gap:10px;width:174px;height:45px;border:1px solid #E2DCDA;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-radius:500px;background:#e2dcda17;filter:drop-shadow(-8px -10px 46px #0000005f);font-family:General Sans Variable,General Sans,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.02em;color:#e2dcda;cursor:pointer;transition:all .2s ease;position:relative;z-index:10;outline:none;text-decoration:none}.nav-cta-btn:before{content:"";position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:500px;box-shadow:inset 2px 2px 0 -2px #ffffff20,inset 0 0 3px 1px #ffffff20}.nav-cta-btn:hover{background:#e2dcda26;transform:translateY(-2px);filter:drop-shadow(-8px -12px 48px #0000007f);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:#e2dcda99}.nav-cta-btn:active{transform:translateY(0);background:#e2dcda0d}.nav-items-mobile{display:none}.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;z-index:200;position:fixed;top:var(--spacing-lg);right:var(--container-padding)}.hamburger-line{width:24px;height:2px;background:#f2f2f2;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.mobile-menu-header{display:flex;justify-content:flex-end;padding:20px}.mobile-menu-close{background:none;border:none;color:#f2f2f2;cursor:pointer;padding:8px}.mobile-menu-items{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;padding:40px 20px}.mobile-nav-link{color:#f2f2f2;text-decoration:none;font-family:General Sans Variable,General Sans,sans-serif;font-size:24px;font-weight:500;transition:color .2s ease}.mobile-nav-link:hover{color:#f2f2f2cc}.mobile-nav-link:active{color:#f2f2f299}.mobile-dropdown{text-align:center}.mobile-dropdown-trigger{background:none;border:none;color:#f2f2f2;font-family:General Sans Variable,General Sans,sans-serif;font-size:24px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:color .2s ease}.mobile-dropdown-trigger:hover{color:#f2f2f2cc}.mobile-dropdown-trigger.active .chevron{transform:rotate(180deg)}.mobile-dropdown-menu{margin-top:16px;display:none;flex-direction:column;gap:12px;align-items:center}.mobile-dropdown-menu.active{display:flex}.mobile-dropdown-item{color:#f2f2f2cc;text-decoration:none;font-family:General Sans Variable,General Sans,sans-serif;font-size:18px;font-weight:400;transition:color .2s ease}.mobile-dropdown-item:hover{color:#f2f2f2}.mobile-dropdown-item:active{color:#f2f2f2cc}.mobile-dropdown-divider{width:40px;height:1px;background:#fff3;margin:8px 0}.mobile-cta-wrapper{margin-top:2rem;display:flex;justify-content:center;width:100%}.mobile-cta-btn{width:200px;height:48px;font-size:16px;padding:12px 32px}@media (max-width: 600px){.nav-container{padding:0 var(--container-padding)}.nav-logo svg{width:calc(var(--logo-size));height:calc(var(--logo-height))}}@media (max-width: 900px){.nav-items-desktop{display:none}.nav-items-mobile{display:flex;align-items:center}.custom-navbar{top:50px}.nav-container{justify-content:space-between;gap:0;padding:0 var(--container-padding)}.nav-items-desktop,.nav-cta-btn{display:none}.nav-link{font-size:14px;line-height:18px}.dropdown-menu{min-width:140px;max-width:calc(100vw - 20px);border-radius:12px}.dropdown-item{font-size:13px;padding:8px 16px;min-height:44px;display:flex;align-items:center}.dropdown-trigger{min-height:44px;display:flex;align-items:center;justify-content:center}}@media (min-width: 901px) and (max-width: 1200px){.nav-container{padding:0 var(--container-padding);max-width:1100px}.nav-items-desktop{gap:28px}.nav-cta-btn{width:150px;height:43px;font-size:13px;padding:14px 28px 15px}.nav-link{font-size:15px;line-height:20px}}@media (min-width: 1201px){.nav-container{max-width:1400px;padding:0 var(--container-padding)}.nav-items-desktop{gap:40px}.nav-cta-btn{width:190px;height:50px;font-size:15px;padding:18px 40px 19px}.nav-link{font-size:16px;line-height:22px}.nav-cta-btn:before{filter:blur(3px)}.nav-cta-btn:hover{transform:translateY(-3px);filter:drop-shadow(-10px -14px 52px #00000090)}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#8d694b,#6c3c59);overflow:hidden;opacity:1;visibility:visible;transition:opacity .8s ease-out,visibility .8s ease-out}.loading-screen.fade-out{opacity:0;visibility:hidden}.loading-content{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.loading-logo{display:flex;align-items:center;justify-content:center}.loading-logo-image{height:32px;width:auto;opacity:.9;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3))}.loading-progress{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:300px}.loading-text{font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:1.4;letter-spacing:-.01em;color:#fffc;margin:0}.loading-bar-container{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;box-shadow:inset 0 1px 3px #0003}.loading-bar{height:100%;width:0%;background:linear-gradient(90deg,#fffc,#fff9);border-radius:2px;transition:width .3s ease-out;box-shadow:0 0 10px #ffffff4d}.loading-percentage{font-family:Roboto Mono,monospace;font-weight:300;font-size:14px;color:#fff9;letter-spacing:.05em}@media (max-width: 768px){.loading-logo-image{height:24px}.loading-progress{min-width:250px;gap:.8rem}.loading-text{font-size:16px}}.site-footer{background-color:#141414f2;border-top:1px solid rgba(242,242,242,.1);padding:4rem 0 2rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-section h3{color:#f2f2f2;font-size:1.5rem;font-weight:500;margin:0 0 1rem}.footer-section h4{color:#f2f2f2;font-size:1.1rem;font-weight:500;margin:0 0 1rem}.footer-section p{color:#f2f2f2b3;line-height:1.6;margin:0 0 1.5rem;max-width:300px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#f2f2f2b3;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#f2f2f2}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-link{color:#f2f2f2b3;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(242,242,242,.2);border-radius:6px;transition:all .3s ease;font-size:.9rem}.social-link:hover{color:#f2f2f2;border-color:#f2f2f266;background-color:#f2f2f21a}.footer-bottom{border-top:1px solid rgba(242,242,242,.1);margin-top:3rem;padding-top:2rem}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#f2f2f280;margin:0;font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#f2f2f280;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#f2f2f2cc}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal,.footer-social{justify-content:center}}@media (max-width: 1024px) and (min-width: 769px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}.hero{border-radius:27px;border:1px solid rgba(217,213,214,.25);background:linear-gradient(180deg,#8d694b,#6c3c59);padding:var(--hero-padding);margin-top:80px;margin-left:auto;margin-right:auto;margin-bottom:var(--spacing-lg);max-width:1200px;width:100%;min-height:30vh;position:relative;z-index:4;overflow:hidden;isolation:isolate;box-shadow:0 39px 54px #0c090a69;transition:opacity .25s ease-out,transform .3s ease-out,box-shadow .3s ease-out,background .3s ease-out,filter .3s ease-out}.hero:before{content:"";position:absolute;top:-350px;right:-345px;width:950px;height:950px;background-image:url("data:image/svg+xml,%3csvg%20width='951'%20height='951'%20viewBox='0%200%20951%20951'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%3e%3cpath%20opacity='0.79'%20d='M712.864%20712.864C844.099%20581.63%20844.099%20368.856%20712.864%20237.622C581.629%20106.387%20368.856%20106.387%20237.621%20237.622C106.387%20368.856%20106.387%20581.63%20237.621%20712.865C368.856%20844.099%20581.629%20844.099%20712.864%20712.864Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.5'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M696.118%20696.118C818.104%20574.132%20818.104%20376.354%20696.118%20254.368C574.132%20132.383%20376.354%20132.383%20254.369%20254.368C132.383%20376.354%20132.383%20574.132%20254.368%20696.118C376.354%20818.104%20574.132%20818.104%20696.118%20696.118Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.7273'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20763.922C634.693%20763.922%20763.94%20634.674%20763.94%20475.238C763.94%20315.803%20634.693%20186.555%20475.257%20186.555C315.821%20186.555%20186.573%20315.803%20186.573%20475.238C186.573%20634.674%20315.821%20763.922%20475.257%20763.922Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.9545'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20740.276C621.634%20740.276%20740.295%20621.615%20740.295%20475.24C740.295%20328.864%20621.634%20210.203%20475.258%20210.203C328.883%20210.203%20210.222%20328.864%20210.222%20475.24C210.222%20621.615%20328.883%20740.276%20475.258%20740.276Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.1818'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20716.591C608.553%20716.591%20716.61%20608.534%20716.61%20475.238C716.61%20341.942%20608.553%20233.885%20475.257%20233.885C341.962%20233.885%20233.904%20341.942%20233.904%20475.238C233.904%20608.534%20341.962%20716.591%20475.257%20716.591Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.4091'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20692.908C595.473%20692.908%20692.927%20595.454%20692.927%20475.238C692.927%20355.022%20595.473%20257.568%20475.257%20257.568C355.042%20257.568%20257.588%20355.022%20257.588%20475.238C257.588%20595.454%20355.042%20692.908%20475.257%20692.908Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.6364'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20669.225C582.393%20669.225%20669.244%20582.375%20669.244%20475.239C669.244%20368.104%20582.393%20281.253%20475.258%20281.253C368.122%20281.253%20281.272%20368.104%20281.272%20475.239C281.272%20582.375%20368.122%20669.225%20475.258%20669.225Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.8636'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20645.542C569.313%20645.542%20645.56%20569.295%20645.56%20475.239C645.56%20381.184%20569.313%20304.937%20475.258%20304.937C381.202%20304.937%20304.955%20381.184%20304.955%20475.239C304.955%20569.295%20381.202%20645.542%20475.258%20645.542Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.0909'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20621.857C556.233%20621.857%20621.877%20556.214%20621.877%20475.238C621.877%20394.263%20556.233%20328.619%20475.258%20328.619C394.282%20328.619%20328.639%20394.263%20328.639%20475.238C328.639%20556.214%20394.282%20621.857%20475.258%20621.857Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.3182'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20598.174C543.153%20598.174%20598.193%20543.134%20598.193%20475.238C598.193%20407.343%20543.153%20352.303%20475.258%20352.303C407.362%20352.303%20352.322%20407.343%20352.322%20475.238C352.322%20543.134%20407.362%20598.174%20475.258%20598.174Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.5454'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20574.492C530.073%20574.492%20574.51%20530.055%20574.51%20475.239C574.51%20420.424%20530.073%20375.987%20475.258%20375.987C420.442%20375.987%20376.006%20420.424%20376.006%20475.239C376.006%20530.055%20420.442%20574.492%20475.258%20574.492Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.7727'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20550.807C516.993%20550.807%20550.826%20516.974%20550.826%20475.239C550.826%20433.503%20516.993%20399.67%20475.257%20399.67C433.522%20399.67%20399.689%20433.503%20399.689%20475.239C399.689%20516.974%20433.522%20550.807%20475.257%20550.807Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:1;z-index:1;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-460px;left:5px;width:950px;height:950px;background-image:url("data:image/svg+xml,%3csvg%20width='951'%20height='951'%20viewBox='0%200%20951%20951'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%3e%3cpath%20opacity='0.79'%20d='M712.864%20712.864C844.099%20581.63%20844.099%20368.856%20712.864%20237.622C581.629%20106.387%20368.856%20106.387%20237.621%20237.622C106.387%20368.856%20106.387%20581.63%20237.621%20712.865C368.856%20844.099%20581.629%20844.099%20712.864%20712.864Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.5'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M696.118%20696.118C818.104%20574.132%20818.104%20376.354%20696.118%20254.368C574.132%20132.383%20376.354%20132.383%20254.369%20254.368C132.383%20376.354%20132.383%20574.132%20254.368%20696.118C376.354%20818.104%20574.132%20818.104%20696.118%20696.118Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.7273'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20763.922C634.693%20763.922%20763.94%20634.674%20763.94%20475.238C763.94%20315.803%20634.693%20186.555%20475.257%20186.555C315.821%20186.555%20186.573%20315.803%20186.573%20475.238C186.573%20634.674%20315.821%20763.922%20475.257%20763.922Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.9545'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20740.276C621.634%20740.276%20740.295%20621.615%20740.295%20475.24C740.295%20328.864%20621.634%20210.203%20475.258%20210.203C328.883%20210.203%20210.222%20328.864%20210.222%20475.24C210.222%20621.615%20328.883%20740.276%20475.258%20740.276Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.1818'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20716.591C608.553%20716.591%20716.61%20608.534%20716.61%20475.238C716.61%20341.942%20608.553%20233.885%20475.257%20233.885C341.962%20233.885%20233.904%20341.942%20233.904%20475.238C233.904%20608.534%20341.962%20716.591%20475.257%20716.591Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.4091'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20692.908C595.473%20692.908%20692.927%20595.454%20692.927%20475.238C692.927%20355.022%20595.473%20257.568%20475.257%20257.568C355.042%20257.568%20257.588%20355.022%20257.588%20475.238C257.588%20595.454%20355.042%20692.908%20475.257%20692.908Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.6364'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20669.225C582.393%20669.225%20669.244%20582.375%20669.244%20475.239C669.244%20368.104%20582.393%20281.253%20475.258%20281.253C368.122%20281.253%20281.272%20368.104%20281.272%20475.239C281.272%20582.375%20368.122%20669.225%20475.258%20669.225Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.8636'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20645.542C569.313%20645.542%20645.56%20569.295%20645.56%20475.239C645.56%20381.184%20569.313%20304.937%20475.258%20304.937C381.202%20304.937%20304.955%20381.184%20304.955%20475.239C304.955%20569.295%20381.202%20645.542%20475.258%20645.542Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.0909'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20621.857C556.233%20621.857%20621.877%20556.214%20621.877%20475.238C621.877%20394.263%20556.233%20328.619%20475.258%20328.619C394.282%20328.619%20328.639%20394.263%20328.639%20475.238C328.639%20556.214%20394.282%20621.857%20475.258%20621.857Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.3182'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20598.174C543.153%20598.174%20598.193%20543.134%20598.193%20475.238C598.193%20407.343%20543.153%20352.303%20475.258%20352.303C407.362%20352.303%20352.322%20407.343%20352.322%20475.238C352.322%20543.134%20407.362%20598.174%20475.258%20598.174Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.5454'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20574.492C530.073%20574.492%20574.51%20530.055%20574.51%20475.239C574.51%20420.424%20530.073%20375.987%20475.258%20375.987C420.442%20375.987%20376.006%20420.424%20376.006%20475.239C376.006%20530.055%20420.442%20574.492%20475.258%20574.492Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.7727'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20550.807C516.993%20550.807%20550.826%20516.974%20550.826%20475.239C550.826%20433.503%20516.993%20399.67%20475.257%20399.67C433.522%20399.67%20399.689%20433.503%20399.689%20475.239C399.689%20516.974%20433.522%20550.807%20475.257%20550.807Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:1;z-index:1;pointer-events:none}.hero-heading-wrapper{display:inline-block;width:fit-content}.hero-heading-wrapper h1,.hero-heading-wrapper .subtitle{width:100%}.hero-content{display:flex;flex-direction:column;justify-content:flex-start;min-height:50vh;text-align:left;padding:0;margin:0;z-index:1;transition:width .3s ease-out,height .3s ease-out,padding .3s ease-out}.hero-text{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:24px;margin:0;width:100%;max-width:667px;flex:0 0 auto;order:0;transition:width .3s ease-out,height .3s ease-out,opacity .25s ease-out;opacity:0}h1,h2{font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:300;font-size:var(--font-size-3xl);line-height:1.4;letter-spacing:-.01em;color:#fffc;margin:0;flex:none;order:0;flex-grow:0;text-align:left;width:fit-content}h2{font-size:var(--font-size-2xl)}.hero .subtitle{font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:400;font-size:clamp(16px,2.5vw,22px);line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;letter-spacing:-.01em;color:#ffffff80;margin:0;flex:none;order:1;flex-grow:0;text-align:left;width:100%}.hero-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:start;padding:0;gap:24px;margin:auto 0 0;flex:0 0 auto;order:2;transition:width .3s ease-out,gap .3s ease-out,padding .3s ease-out}.section{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem;position:relative;z-index:2}.section:first-child{justify-content:flex-start;align-items:stretch;padding:0;padding-left:calc(var(--container-padding) + 3px);padding-right:calc(var(--container-padding) + 3px)}.content{text-align:center;vertical-align:middle;position:relative;z-index:3;width:100%;color:#fff}.section:first-child .content{max-width:none;width:100%;flex:1;display:flex;flex-direction:column;padding:2rem 0}.card{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:17px 36px;gap:10px;margin:0;width:180px;min-width:180px;height:48px;background:rgba(226,220,218,var(--hero-button-bg-opacity, .1));border-radius:500px;border:none;font-family:General Sans Variable;font-style:normal;font-weight:500;font-size:14px;line-height:14px;text-align:center;letter-spacing:.02em;color:#e2dcda;flex:none;order:1;flex-grow:0;position:relative;cursor:pointer;z-index:10;transition:all .2s ease;-webkit-backdrop-filter:blur(var(--hero-button-displacement-blur, .5px)) url(#displacementFilter);backdrop-filter:blur(var(--hero-button-displacement-blur, .5px)) url(#displacementFilter)}a.card,a.card:link,a.card:visited,a.card:hover,a.card:active,a.card:focus{text-decoration:none;color:#e2dcda}.card:before{content:"";position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:500px;-webkit-box-shadow:inset var(--hero-button-glow-offset-x, 2px) var(--hero-button-glow-offset-y, 2px) 0px calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight-opacity, .3)),inset var(--hero-button-glow2-offset-x, -2px) var(--hero-button-glow2-offset-y, -2px) 0px calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight2-opacity, .3)),inset 0 0 var(--hero-button-glow-blur, 3px) 1px rgba(255,255,255,var(--hero-button-glow-opacity, .125));box-shadow:inset var(--hero-button-glow-offset-x, 2px) var(--hero-button-glow-offset-y, 2px) 0 calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight-opacity, .3)),inset var(--hero-button-glow2-offset-x, -2px) var(--hero-button-glow2-offset-y, -2px) 0 calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight2-opacity, .3)),inset 0 0 var(--hero-button-glow-blur, 3px) 1px rgba(255,255,255,var(--hero-button-glow-opacity, .125))}.card:hover:before{-webkit-box-shadow:inset var(--hero-button-glow-offset-x, 2px) var(--hero-button-glow-offset-y, 2px) 0px calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight-opacity-hover, .5)),inset var(--hero-button-glow2-offset-x, -2px) var(--hero-button-glow2-offset-y, -2px) 0px calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight2-opacity-hover, .5)),inset 0 0 var(--hero-button-glow-blur, 3px) 1px rgba(255,255,255,var(--hero-button-glow-opacity, .125));box-shadow:inset var(--hero-button-glow-offset-x, 2px) var(--hero-button-glow-offset-y, 2px) 0 calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight-opacity-hover, .5)),inset var(--hero-button-glow2-offset-x, -2px) var(--hero-button-glow2-offset-y, -2px) 0 calc(-1 * var(--hero-button-glow-spread, 2px)) rgba(255,255,255,var(--hero-button-highlight2-opacity-hover, .5)),inset 0 0 var(--hero-button-glow-blur, 3px) 1px rgba(255,255,255,var(--hero-button-glow-opacity, .125))}.dock-icon{width:24px;height:24px;transition:all .2s ease-in-out;pointer-events:none}.card:hover .dock-icon{transform:scale(1.1)}.card:hover{transform:translateY(-5px);filter:drop-shadow(-8px -10px 46px #0000005f);-webkit-backdrop-filter:blur(var(--hero-button-displacement-blur-hover, 1.5px)) url(#displacementFilterHover);backdrop-filter:blur(var(--hero-button-displacement-blur-hover, 1.5px)) url(#displacementFilterHover)}.card:active{transform:translateY(0);background:#e2dcda0d}@media (max-width: 600px){.hero{min-height:calc(100vh - 120px)!important;margin-top:80px;margin-bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.section:first-child{padding-left:calc(var(--container-padding) + 3px);padding-right:calc(var(--container-padding) + 3px)}.hero-actions{flex-direction:column;gap:10px}.card{width:100%;padding:14px 38px}.hero-content{height:58vh}.hero-text{gap:9px;width:100%}}@media (min-width: 390px) and (max-width: 600px){.hero{min-height:calc(100vh - 200px)!important}.hero-actions{gap:12px}.card{padding:15px 40px}.hero-content{height:45vh}.hero-text{gap:10px}}@media (max-width: 389px){.hero{min-height:calc(100vh - 160px)!important}.hero-actions{gap:8px}.card{padding:12px 36px}.hero-content{height:56vh}.hero-text{gap:8px}}@media (min-width: 601px) and (max-width: 900px){.hero{min-height:calc(100vh - 260px)!important;margin-top:80px;margin-bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.hero-content{min-height:30vh}.section:first-child{padding-left:calc(var(--container-padding) + 3px);padding-right:calc(var(--container-padding) + 3px)}}@media (min-width: 901px) and (max-width: 1200px){.hero{min-height:calc(100vh - 260px)!important;margin-top:80px;margin-bottom:0}.section:first-child{padding-left:calc(var(--container-padding) + 3px);padding-right:calc(var(--container-padding) + 3px)}}@media (min-width: 1201px){.hero{max-width:1400px;margin-top:110px}.section:first-child{padding-left:calc(var(--container-padding) + 3px);padding-right:calc(var(--container-padding) + 3px)}}.section[data-section="2"]{align-items:center!important;justify-content:center!important}.section[data-section="2"] .content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section[data-section="2"] h1{text-align:center!important;padding-bottom:5vw}.key-metrics-title{display:inline-block;transform:translate(20px,-100px) rotate(45deg);transform-origin:center center}.stats{display:flex;justify-content:space-around;align-items:center;height:100%;padding:15px;gap:5px;width:100%;flex-direction:row}.stats>div{padding:8px;display:flex;flex-direction:column;align-items:start;justify-content:left;text-align:left;gap:4px}.stats .number{font-family:Roboto Mono,monospace;font-style:normal;font-weight:300;font-size:32px;line-height:46px;color:#c9c9c9}.stats .label{font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:28px;color:#b5b5b5}.glass{position:relative;background:#ffffff26;-webkit-backdrop-filter:blur(2px) saturate(180%);backdrop-filter:blur(2px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:2rem;box-shadow:0 8px 32px #1f268733,inset 0 4px 20px #ffffff4d}.glass:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;border-radius:2rem;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);box-shadow:inset -10px -8px 0 -11px #fff,inset 0 -9px 0 -8px #fff;opacity:.6;z-index:-1;filter:blur(1px) drop-shadow(10px 4px 6px black) brightness(115%)}.svg-lines-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}#lines-svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.line{stroke:var(--grid-line-color, #F2F2F2);stroke-width:var(--grid-line-width, .5px);fill:none;vector-effect:non-scaling-stroke;opacity:var(--grid-line-opacity, .8)}@media (max-width: 900px){.content{margin-left:0}.stats{flex-direction:column;gap:15px;padding:20px}.stats>div{width:100%;text-align:center}}@media (max-width: 600px){.key-metrics-title{transform:translate(40px,-45px) rotate(45deg)}svg text[data-role=amount]{font-size:24px!important}svg text[data-role=label]{font-size:11px!important}}@media (min-width: 601px) and (max-width: 900px){.key-metrics-title{transform:translate(-10px,-100px) rotate(45deg)}svg text[data-role=amount]{font-size:28px!important}svg text[data-role=label]{font-size:12px!important}}@media (min-width: 901px) and (max-width: 1200px){.key-metrics-title{transform:translateY(-120px) rotate(45deg)}svg text[data-role=amount]{font-size:36px!important}svg text[data-role=label]{font-size:16px!important}}@media (min-width: 1201px){.key-metrics-title{transform:translateY(-120px) rotate(45deg)}svg text[data-role=amount]{font-size:40px!important}svg text[data-role=label]{font-size:18px!important}}h2{width:100%}.section[data-section="3"]{height:100vh;min-height:100vh;position:relative}.section3-container{position:absolute;z-index:1}.hero--looper{position:absolute;z-index:1;background-image:url(/assets/LooperGroup-CSzWwJ70.svg),linear-gradient(180deg,#8d694b,#6c3c59);background-size:150%;background-repeat:no-repeat,no-repeat;background-position:10% 50%;padding:60px 97px;border-radius:27px;border:1px solid rgba(217,213,214,.25);box-shadow:0 39px 54px #0c090a69;overflow:hidden;pointer-events:none;isolation:isolate;transition:opacity .25s ease-out,transform .3s ease-out,box-shadow .3s ease-out,background .3s ease-out,filter .3s ease-out}.hero--looper:before,.hero--looper:after{display:none}.section3-features{position:absolute;inset:0;z-index:3;display:grid;grid-template-rows:auto auto auto auto auto 1fr;align-content:start;pointer-events:none}.section3-features .feature-block{pointer-events:auto;text-align:left}.section3-features .features-title{font-family:Satoshi Variable,sans-serif;font-weight:300;font-size:42px;line-height:1.2;color:#ffffffd9;margin:0 0 8px;padding-top:56px;word-wrap:break-word;overflow-wrap:break-word}.section3-features .feature-block h3{font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:25px;color:#fffc;margin:0 0 8px}.section3-features .feature-block p{width:303px;font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:22px;color:#fffc;margin:0 0 16px}.section3-features .feature-cta{padding-left:334px;padding-top:24px;padding-right:60px}.section3-features .feature-cta .cta-button{pointer-events:auto;min-width:280px}#dashboard-svg-container{z-index:2;overflow:visible;pointer-events:none}@media (min-width: 1201px){.hero--looper{margin-top:0}.features-title{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 26px);padding-right:var(--MY_BUFFER_AMOUNT);padding-top:96px}.feature-1{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 80px);padding-top:24px}.feature-2{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 130px)}.feature-3{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 182px)}.feature-4{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 235px)}.section3-features .feature-block p{width:360px}}@media (min-width: 901px) and (max-width: 1200px){.hero--looper{margin-top:0}.features-title{padding-left:calc(var(--MY_BUFFER_AMOUNT_desktop) + 50px);padding-right:var(--MY_BUFFER_AMOUNT_desktop)}.section3-features .features-title{font-size:30px}.section3-features .feature-cta{padding-left:250px}.feature-1{padding-left:calc(var(--MY_BUFFER_AMOUNT_desktop) + 80px);padding-top:24px}.feature-2{padding-left:calc(var(--MY_BUFFER_AMOUNT_desktop) + 130px)}.feature-3{padding-left:calc(var(--MY_BUFFER_AMOUNT_desktop) + 182px)}.feature-4{padding-left:calc(var(--MY_BUFFER_AMOUNT_desktop) + 235px)}}@media (min-width: 601px) and (max-width: 900px){h2{width:360px;padding-bottom:20px;text-align:left}.hero--looper{margin-top:0}.features-title{padding-left:calc(var(--MY_BUFFER_AMOUNT) + 2px);padding-right:var(--MY_BUFFER_AMOUNT);padding-top:24px}.feature-1,.feature-2,.feature-3,.feature-4,.section3-features .feature-cta{padding-left:72px}.section3-features .feature-block p{width:100%}.section3-features{align-content:end;display:block;padding-bottom:60px}}@media (max-width: 600px){h2{width:160px;padding-bottom:20px}.feature-1,.feature-2,.feature-3,.feature-4,.section3-features .feature-cta{padding-left:0!important}.hero--looper{margin-top:40px}.section3-features{padding:16px;grid-template-rows:auto auto auto auto auto;align-content:end}.section3-features .features-title{padding-left:0;padding-right:16px;max-width:calc(100vw - 32px);font-size:28px;padding-top:20px}.feature-1,.feature-2,.feature-3,.feature-4,.section3-features .feature-cta{padding-left:16px}.section3-features .feature-block p{width:100%}.section3-features .feature-block h3{font-size:16px;line-height:19px}.section3-features .feature-block p{font-size:12px;line-height:18px}.section3-features .feature-cta{padding-left:0;padding-top:0;padding-right:0}}section[data-section="4"]{background-image:url(/assets/NFTFI-Logo-loopergroup-_5bbLfVQ.svg),linear-gradient(180deg,#8d694b,#6c3c59);background-repeat:no-repeat,no-repeat;background-position:-10%,center;background-size:100%,100%}.section4-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;min-height:100vh}.section4-stage{position:relative}.center-anchored{position:absolute;top:50%;left:50%;--x: 0%;--y: 0%;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y)));transform-origin:center}.section4-title{text-align:center;font-family:Satoshi Variable,sans-serif;will-change:transform,filter,opacity}.section4-list{list-style:none;margin:.5rem 0 0;padding:0;text-align:left;font-family:inherit;will-change:transform,filter,opacity}.section4-list li{width:303px;height:31px;font-family:Satoshi Variable,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:31px;color:#fffc;margin:.25rem 0}.section4-panel{display:grid;grid-auto-rows:min-content;gap:12px;text-align:left;width:min(520px,80vw)}.section4-item-title{font-family:Satoshi Variable,sans-serif;font-weight:700;font-size:28px;line-height:1.25;color:#ffffffe6;will-change:transform,filter,opacity}.section4-item-body{font-family:Satoshi Variable,sans-serif;font-weight:400;font-size:18px;line-height:1.6;color:#fffc;will-change:transform,filter,opacity}@media (min-width: 1201px){.section4-content{gap:3rem;max-width:1400px;margin:0 auto}.section4-panel{width:min(500px,80vw)}.section4-title{font-size:4rem}.section4-list li{font-size:26px;width:350px}.section4-item-title{font-size:32px}.section4-item-body{font-size:20px}}@media (min-width: 901px) and (max-width: 1200px){.section4-content{gap:2.5rem}.section4-panel{width:min(400px,80vw)}.section4-title{font-size:3.5rem}.section4-list li{font-size:24px;width:320px}.section4-item-title{font-size:28px}.section4-item-body{font-size:18px}}@media (min-width: 601px) and (max-width: 900px){.section4-content{grid-template-columns:1fr;gap:2rem;text-align:center}.section4-panel{width:min(480px,90vw);margin:0 auto}.section4-title{font-size:2.5rem}.section4-list{text-align:center}.section4-list li{font-size:22px;width:280px;margin:.3rem auto}.section4-item-title{font-size:26px;text-align:center}.section4-item-body{font-size:17px;text-align:center}}@media (max-width: 600px){section[data-section="4"]{background-position:-20%,center;background-size:120%,100%}.section4-content{grid-template-columns:1fr;gap:1.5rem;padding:1rem;text-align:center}.section4-panel{width:min(100%,90vw);gap:16px}.section4-title{font-size:2rem}.section4-list{text-align:center;margin:1rem 0}.section4-list li{font-size:18px;width:100%;height:auto;line-height:1.4;margin:.4rem 0}.section4-item-title{font-size:22px;text-align:center;line-height:1.3}.section4-item-body{font-size:16px;text-align:center;line-height:1.5}}.section[data-section="5"]{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section[data-section="5"]:before{content:"";position:absolute;top:-200px;right:-100px;width:800px;height:800px;background-image:url("data:image/svg+xml,%3csvg%20width='951'%20height='951'%20viewBox='0%200%20951%20951'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%3e%3cpath%20opacity='0.79'%20d='M712.864%20712.864C844.099%20581.63%20844.099%20368.856%20712.864%20237.622C581.629%20106.387%20368.856%20106.387%20237.621%20237.622C106.387%20368.856%20106.387%20581.63%20237.621%20712.865C368.856%20844.099%20581.629%20844.099%20712.864%20712.864Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.5'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M696.118%20696.118C818.104%20574.132%20818.104%20376.354%20696.118%20254.368C574.132%20132.383%20376.354%20132.383%20254.369%20254.368C132.383%20376.354%20132.383%20574.132%20254.368%20696.118C376.354%20818.104%20574.132%20818.104%20696.118%20696.118Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.7273'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20763.922C634.693%20763.922%20763.94%20634.674%20763.94%20475.238C763.94%20315.803%20634.693%20186.555%20475.257%20186.555C315.821%20186.555%20186.573%20315.803%20186.573%20475.238C186.573%20634.674%20315.821%20763.922%20475.257%20763.922Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.9545'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20740.276C621.634%20740.276%20740.295%20621.615%20740.295%20475.24C740.295%20328.864%20621.634%20210.203%20475.258%20210.203C328.883%20210.203%20210.222%20328.864%20210.222%20475.24C210.222%20621.615%20328.883%20740.276%20475.258%20740.276Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.1818'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20716.591C608.553%20716.591%20716.61%20608.534%20716.61%20475.238C716.61%20341.942%20608.553%20233.885%20475.257%20233.885C341.962%20233.885%20233.904%20341.942%20233.904%20475.238C233.904%20608.534%20341.962%20716.591%20475.257%20716.591Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.4091'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20692.908C595.473%20692.908%20692.927%20595.454%20692.927%20475.238C692.927%20355.022%20595.473%20257.568%20475.257%20257.568C355.042%20257.568%20257.588%20355.022%20257.588%20475.238C257.588%20595.454%20355.042%20692.908%20475.257%20692.908Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.6364'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20669.225C582.393%20669.225%20669.244%20582.375%20669.244%20475.239C669.244%20368.104%20582.393%20281.253%20475.258%20281.253C368.122%20281.253%20281.272%20368.104%20281.272%20475.239C281.272%20582.375%20368.122%20669.225%20475.258%20669.225Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.8636'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20645.542C569.313%20645.542%20645.56%20569.295%20645.56%20475.239C645.56%20381.184%20569.313%20304.937%20475.258%20304.937C381.202%20304.937%20304.955%20381.184%20304.955%20475.239C304.955%20569.295%20381.202%20645.542%20475.258%20645.542Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.0909'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20621.857C556.233%20621.857%20621.877%20556.214%20621.877%20475.238C621.877%20394.263%20556.233%20328.619%20475.258%20328.619C394.282%20328.619%20328.639%20394.263%20328.639%20475.238C328.639%20556.214%20394.282%20621.857%20475.258%20621.857Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.3182'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20598.174C543.153%20598.174%20598.193%20543.134%20598.193%20475.238C598.193%20407.343%20543.153%20352.303%20475.258%20352.303C407.362%20352.303%20352.322%20407.343%20352.322%20475.238C352.322%20543.134%20407.362%20598.174%20475.258%20598.174Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.5454'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20574.492C530.073%20574.492%20574.51%20530.055%20574.51%20475.239C574.51%20420.424%20530.073%20375.987%20475.258%20375.987C420.442%20375.987%20376.006%20420.424%20376.006%20475.239C376.006%20530.055%20420.442%20574.492%20475.258%20574.492Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.7727'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20550.807C516.993%20550.807%20550.826%20516.974%20550.826%20475.239C550.826%20433.503%20516.993%20399.67%20475.257%20399.67C433.522%20399.67%20399.689%20433.503%20399.689%20475.239C399.689%20516.974%20433.522%20550.807%20475.257%20550.807Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:1;z-index:1;pointer-events:none}.section[data-section="5"]:after{content:"";position:absolute;bottom:-300px;left:-150px;width:700px;height:700px;background-image:url("data:image/svg+xml,%3csvg%20width='951'%20height='951'%20viewBox='0%200%20951%20951'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.79'%3e%3cpath%20opacity='0.79'%20d='M712.864%20712.864C844.099%20581.63%20844.099%20368.856%20712.864%20237.622C581.629%20106.387%20368.856%20106.387%20237.621%20237.622C106.387%20368.856%20106.387%20581.63%20237.621%20712.865C368.856%20844.099%20581.629%20844.099%20712.864%20712.864Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.5'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M696.118%20696.118C818.104%20574.132%20818.104%20376.354%20696.118%20254.368C574.132%20132.383%20376.354%20132.383%20254.369%20254.368C132.383%20376.354%20132.383%20574.132%20254.368%20696.118C376.354%20818.104%20574.132%20818.104%20696.118%20696.118Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.7273'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20763.922C634.693%20763.922%20763.94%20634.674%20763.94%20475.238C763.94%20315.803%20634.693%20186.555%20475.257%20186.555C315.821%20186.555%20186.573%20315.803%20186.573%20475.238C186.573%20634.674%20315.821%20763.922%20475.257%20763.922Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='0.9545'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20740.276C621.634%20740.276%20740.295%20621.615%20740.295%20475.24C740.295%20328.864%20621.634%20210.203%20475.258%20210.203C328.883%20210.203%20210.222%20328.864%20210.222%20475.24C210.222%20621.615%20328.883%20740.276%20475.258%20740.276Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.1818'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20716.591C608.553%20716.591%20716.61%20608.534%20716.61%20475.238C716.61%20341.942%20608.553%20233.885%20475.257%20233.885C341.962%20233.885%20233.904%20341.942%20233.904%20475.238C233.904%20608.534%20341.962%20716.591%20475.257%20716.591Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.4091'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20692.908C595.473%20692.908%20692.927%20595.454%20692.927%20475.238C692.927%20355.022%20595.473%20257.568%20475.257%20257.568C355.042%20257.568%20257.588%20355.022%20257.588%20475.238C257.588%20595.454%20355.042%20692.908%20475.257%20692.908Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.6364'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20669.225C582.393%20669.225%20669.244%20582.375%20669.244%20475.239C669.244%20368.104%20582.393%20281.253%20475.258%20281.253C368.122%20281.253%20281.272%20368.104%20281.272%20475.239C281.272%20582.375%20368.122%20669.225%20475.258%20669.225Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='1.8636'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20645.542C569.313%20645.542%20645.56%20569.295%20645.56%20475.239C645.56%20381.184%20569.313%20304.937%20475.258%20304.937C381.202%20304.937%20304.955%20381.184%20304.955%20475.239C304.955%20569.295%20381.202%20645.542%20475.258%20645.542Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.0909'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20621.857C556.233%20621.857%20621.877%20556.214%20621.877%20475.238C621.877%20394.263%20556.233%20328.619%20475.258%20328.619C394.282%20328.619%20328.639%20394.263%20328.639%20475.238C328.639%20556.214%20394.282%20621.857%20475.258%20621.857Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.3182'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20598.174C543.153%20598.174%20598.193%20543.134%20598.193%20475.238C598.193%20407.343%20543.153%20352.303%20475.258%20352.303C407.362%20352.303%20352.322%20407.343%20352.322%20475.238C352.322%20543.134%20407.362%20598.174%20475.258%20598.174Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.5454'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.258%20574.492C530.073%20574.492%20574.51%20530.055%20574.51%20475.239C574.51%20420.424%20530.073%20375.987%20475.258%20375.987C420.442%20375.987%20376.006%20420.424%20376.006%20475.239C376.006%20530.055%20420.442%20574.492%20475.258%20574.492Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='2.7727'%20stroke-miterlimit='10'/%3e%3cpath%20opacity='0.79'%20d='M475.257%20550.807C516.993%20550.807%20550.826%20516.974%20550.826%20475.239C550.826%20433.503%20516.993%20399.67%20475.257%20399.67C433.522%20399.67%20399.689%20433.503%20399.689%20475.239C399.689%20516.974%20433.522%20550.807%20475.257%20550.807Z'%20stroke='white'%20stroke-opacity='0.2'%20stroke-width='3'%20stroke-miterlimit='10'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.8;z-index:1;pointer-events:none;transform:rotate(45deg)}.section5-content{text-align:left;width:100%;max-width:1200px;padding:0 2rem;position:relative;transform:translateY(var(--section5-y-offset, 0));--section5-y-offset: 0px;--section5-row-gap: 3rem;--section5-top-tile-size: 180px;--section5-bottom-tile-size: 126px;--section5-title-y-offset: 0px}.section[data-section="5"] h2,.section5-title{font-size:3.5rem;font-weight:300;color:#f2f2f2;margin:0;letter-spacing:-.02em;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(var(--section5-title-y-offset, 0));z-index:10;pointer-events:none}.section5-tiles{display:flex;flex-direction:column;gap:var(--section5-row-gap, 3rem);align-items:center}.tiles-row{display:flex;gap:2rem;justify-content:center;flex-wrap:nowrap;overflow-x:visible}.tiles-row-1{transform:translate(100vw)}.tiles-row-2{transform:translate(-100vw)}.testimonial-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px 32px;gap:24px;width:var(--tile-size, 320px);height:var(--tile-size, 320px);background:#c5c5c50d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;position:relative;z-index:5;flex-shrink:0;transition:all .3s ease;cursor:pointer}.testimonial-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;gap:16px;width:100%;flex:none;order:0;flex-grow:0}.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,#fff3,#ffffff0d);border:1px solid rgba(255,255,255,.3);border-radius:50%;flex:none;order:0;flex-grow:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;font-weight:600}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-info{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2px;flex:1;height:auto;order:1;flex-grow:0}.testimonial-name{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#fff;flex:none;order:0;flex-grow:0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.testimonial-handle{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:15px;color:#fff9;flex:none;order:1;flex-grow:0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.testimonial-content{font-family:Satoshi Variable,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;flex:1;order:1;flex-grow:1;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.tiles-row-1{--tile-size: var(--section5-top-tile-size, 320px)}.tiles-row-1 .testimonial-card{padding:24px 32px;gap:24px}.tiles-row-1 .testimonial-content{font-size:12px;line-height:16px;-webkit-line-clamp:12}.tiles-row-2{--tile-size: var(--section5-bottom-tile-size, 240px)}.tiles-row-2 .testimonial-card{padding:20px 24px;gap:20px}.tiles-row-2 .testimonial-content{font-size:11px;line-height:14px;-webkit-line-clamp:10}.tiles-row-2 .testimonial-name{font-size:13px}.tiles-row-2 .testimonial-handle{font-size:11px}.testimonial-card:hover{background:#c5c5c514;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:#fff3;box-shadow:0 12px 40px #0000004d;transform:translateY(-3px) scale(1.02)}.testimonial-avatar:empty:before{content:attr(data-initials);font-size:16px;font-weight:600;color:#fffc}.testimonial-avatar.loading{background:linear-gradient(135deg,#ffffff4d,#ffffff1a);animation:pulse 1.5s ease-in-out infinite}.testimonial-avatar.loading:before{content:"";display:block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid rgba(255,255,255,.8);border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 600px){.section[data-section="5"] h2,.section5-title{font-size:2rem}.tiles-row{gap:1.2rem}.tiles-row-1 .testimonial-content{font-size:12px;line-height:18px;-webkit-line-clamp:12}.tiles-row-1 .testimonial-card{padding:16px;gap:16px}.tiles-row-2 .testimonial-content{font-size:12px;line-height:18px;-webkit-line-clamp:8}.tiles-row-2 .testimonial-card{padding:16px;gap:16px}.section5-content{padding:0 1rem}}@media (min-width: 601px) and (max-width: 900px){.section[data-section="5"] h2,.section5-title{font-size:2.5rem}.tiles-row{gap:1.5rem;font-size:14px;line-height:18px}.tiles-row-1 .testimonial-content,.tiles-row-2 .testimonial-content{font-size:14px;line-height:20px;-webkit-line-clamp:12}}@media (min-width: 901px) and (max-width: 1200px){.section[data-section="5"] h2,.section5-title{font-size:3.5rem}.tiles-row{gap:2rem}.tiles-row-2 .testimonial-content{font-size:11px;line-height:14px;-webkit-line-clamp:10}}@media (min-width: 1201px){.section[data-section="5"] h2,.section5-title{font-size:4rem}.tiles-row{gap:2.5rem}.tiles-row-2 .testimonial-content{font-size:11px;line-height:14px;-webkit-line-clamp:10}.section5-content{max-width:1400px}}.section[data-section="6"]{position:relative;width:100%;min-height:100vh;background:linear-gradient(180deg,#8d694b,#6c3c59);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}.section6-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.section[data-section="6"] .hero--looper{position:absolute;z-index:1;background-image:url(/assets/LooperGroup-CSzWwJ70.svg),linear-gradient(180deg,#8d694b,#6c3c59);background-size:150%;background-repeat:no-repeat,no-repeat;background-position:10% 50%;padding:60px 97px;border-radius:27px;border:1px solid rgba(217,213,214,.25);box-shadow:0 39px 54px #0c090a69;overflow:hidden;pointer-events:none;isolation:isolate;transition:opacity .25s ease-out,transform .3s ease-out,box-shadow .3s ease-out,background .3s ease-out,filter .3s ease-out}.section6-content{position:relative;width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.section6-title{font-size:3.5rem;font-weight:300;color:#f2f2f2;margin:0;letter-spacing:-.02em;text-align:center;line-height:1.2;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.section6-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:20px;width:100%;height:80%;max-width:1400px;max-height:800px;opacity:0;z-index:5}.investor-tile{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:120px;position:relative;overflow:hidden}.investor-tile:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 12px 48px #0000004d;transform:translateY(-4px) scale(1.02)}.investor-logo{max-width:56%;max-height:56%;width:auto;height:auto;object-fit:contain;filter:brightness(.9) contrast(1.1);transition:all .3s ease}.investor-tile:hover .investor-logo{filter:brightness(1.1) contrast(1.2);transform:scale(1.05)}@media (max-width: 600px){.section6-title{font-size:2rem;line-height:1.3}.section6-tiles{width:100%;height:70%;gap:12px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr);max-width:100%;padding-left:20px;padding-right:20px}.investor-tile{min-height:80px;border-radius:2px}.investor-logo{max-width:52%;max-height:52%}}@media (min-width: 601px) and (max-width: 900px){.section6-title{font-size:2.8rem;line-height:1.25}.section6-tiles{width:100%;height:75%;gap:16px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);max-width:900px;padding:0 40px}.investor-tile{min-height:100px;border-radius:2px}.investor-logo{max-width:54%;max-height:54%}}@media (min-width: 901px) and (max-width: 1200px){.section6-title{font-size:3.2rem;line-height:1.2}.section6-tiles{width:100%;height:80%;gap:18px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);max-width:1200px;padding:0 34px;margin-top:70px}.investor-tile{min-height:110px;border-radius:2px}.investor-logo{max-width:56%;max-height:56%}}@media (min-width: 1201px){.section6-title{font-size:4rem;line-height:1.15}.section6-tiles{width:100%;height:72%;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);max-width:1400px;padding:0 30px;max-height:700px;margin-top:70px}.investor-tile{min-height:120px;border-radius:2px}.investor-logo{max-width:58%;max-height:58%}}.section[data-section="7"]{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden}.section7-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;max-width:1400px;padding:0 80px}.section7-content{text-align:center;max-width:800px;z-index:2}.section7-title{font-size:3.5rem;font-weight:300;color:#f2f2f2;margin:0 0 2rem;letter-spacing:-.02em;line-height:1.2}.section7-text{font-size:1.25rem;font-weight:400;color:#fffc;line-height:1.6;margin:0 0 3rem;max-width:600px;margin-left:auto;margin-right:auto}.section7-cta{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;text-decoration:none;font-size:1.125rem;font-weight:600;border-radius:12px;transition:all .3s ease;box-shadow:0 8px 32px #6366f14d;border:1px solid rgba(255,255,255,.1);letter-spacing:.025em;text-transform:uppercase}.section7-cta:hover{transform:translateY(-2px);box-shadow:0 12px 48px #6366f166;background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#fff3}.section7-cta:active{transform:translateY(0);box-shadow:0 6px 24px #6366f14d}@media (max-width: 600px){.section7-container{padding:0 20px}.section7-title{font-size:2.25rem;line-height:1.3;margin-bottom:1.5rem}.section7-text{font-size:1rem;margin-bottom:2.5rem}.section7-cta{padding:16px 32px;font-size:1rem;border-radius:10px}}@media (min-width: 601px) and (max-width: 900px){.section7-container{padding:0 40px}.section7-title{font-size:2.8rem;line-height:1.25;margin-bottom:1.75rem}.section7-text{font-size:1.125rem;margin-bottom:2.75rem}.section7-cta{padding:17px 40px;font-size:1.0625rem}}@media (min-width: 901px) and (max-width: 1200px){.section7-container{padding:0 60px}.section7-title{font-size:3.2rem;line-height:1.2}.section7-text{font-size:1.1875rem}.section7-cta{padding:17.5px 44px;font-size:1.09375rem}}@media (min-width: 1201px){.section7-container{padding:0 80px}.section7-title{font-size:4rem;line-height:1.15}.section7-text{font-size:1.25rem}.section7-cta{padding:18px 48px;font-size:1.125rem}}.section7-cta:focus{outline:2px solid rgba(99,102,241,.6);outline-offset:4px}.section[data-section="7"]:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none;z-index:1}
