@import"https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap";body{font-family:"Source Serif 4",serif;background-color:#f5f4f4;color:#171717;overflow-x:hidden}.nav-header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e5e5;z-index:1000;height:70px}.nav-container{max-width:1440px;margin:0 auto;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center}.nav-logo-img{height:32px;width:auto}.nav-desktop{display:none;gap:40px;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#000;text-decoration:none;font-size:15px;font-weight:400;letter-spacing:.02em;transition:opacity .2s ease;position:relative}.nav-link:hover{opacity:.6}.nav-link-active{font-weight:500}.nav-link-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:#000}.nav-apply-btn{background:#000;color:#fff;padding:10px 24px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s ease}.nav-apply-btn:hover{background:#333}.nav-menu-btn{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.nav-menu-icon{width:100%;height:2px;background:#000;transition:all .3s ease;transform-origin:center}.nav-menu-btn-open .nav-menu-icon:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-menu-btn-open .nav-menu-icon:nth-child(2){opacity:0}.nav-menu-btn-open .nav-menu-icon:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.nav-overlay-open{opacity:1;visibility:visible}.nav-mobile{position:fixed;top:0;right:0;bottom:0;width:280px;background:#fff;transform:translate(100%);transition:transform .3s ease;z-index:999;box-shadow:-2px 0 8px #0000001a}.nav-mobile-open{transform:translate(0)}.nav-mobile-content{padding:100px 40px 40px;display:flex;flex-direction:column;gap:32px}.nav-mobile-link{color:#000;text-decoration:none;font-size:18px;font-weight:400;letter-spacing:.02em;transition:opacity .2s ease}.nav-mobile-link:hover{opacity:.6}.nav-mobile-link-active{font-weight:600}@media(min-width:769px){.nav-desktop{display:flex}.nav-menu-btn{display:none}.nav-apply-btn{margin-left:auto}}@media(max-width:768px){.nav-container{padding:0 20px}.nav-desktop{display:none}}body.menu-open{overflow:hidden}.vertical-nav{position:fixed;left:59px;top:50%;transform:translateY(-50%);z-index:1001;display:flex;width:40px;flex-direction:column;align-items:flex-end;gap:20px}.vertical-nav-item{width:40px;height:40px;background:transparent;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;text-decoration:none}.vertical-nav-item.nav-active,.vertical-nav-item:hover{background:#e3e2e2}.nav-icon-img{width:20px;height:20px;object-fit:contain;opacity:.25;transition:opacity .2s ease}.nav-icon-product{position:relative;top:-2px;left:2px;opacity:1;width:24px;height:24px}.nav-icon-home{width:28px;height:27px;object-fit:contain}.nav-icon-founder{width:24px;height:26px}.nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.nav-red-dot{position:absolute;top:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:#c0392b}.vertical-nav-item.nav-active .nav-icon-img,.vertical-nav-item:hover .nav-icon-img{opacity:1}@media(max-width:768px){.vertical-nav{display:none}}.mobile-nav{display:none}@media(max-width:768px){.mobile-nav{display:block;position:fixed;top:0;left:0;right:0;z-index:1100;background:#186132}.mobile-nav-banner{display:block;width:100%;background:#186132;color:#f5f4f4;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:400;line-height:145%;letter-spacing:.24px;text-transform:uppercase;text-align:center;text-decoration:none;padding:12px 20px;padding-top:calc(env(safe-area-inset-top,0px) + 12px);box-sizing:border-box}.mobile-nav-banner-bold{font-weight:600}.mobile-nav-bar{display:flex;align-items:center;justify-content:center;position:relative;padding:14px 20px;background:#f5f4f4}.mobile-nav-hamburger{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:24px;height:20px;background:none;border:none;cursor:pointer;padding:0;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}.hamburger-line{display:block;height:2px;width:100%;background:#292929;border-radius:1px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.mobile-nav-hamburger.open .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-nav-hamburger.open .hamburger-line:nth-child(2){opacity:0}.mobile-nav-hamburger.open .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav-logo{display:flex;align-items:center}.mobile-nav-logo-img{height:20px;width:auto}.mobile-nav-dropdown{position:absolute;top:100%;left:16px;background:#f5f4f4;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:16px;display:flex;flex-direction:column;gap:4px;z-index:1101;min-width:180px;opacity:0;transform:translateY(-8px) scale(.95);transform-origin:top left;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.mobile-nav-dropdown.mobile-nav-dropdown-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.mobile-nav-menu-item{display:flex;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;color:#292929;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:400;letter-spacing:.26px;text-transform:uppercase;border-radius:8px;transition:background .15s ease}.mobile-nav-menu-item:hover,.mobile-nav-menu-item.mobile-nav-active{background:#e3e2e2}.mobile-nav-menu-icon{width:20px;height:20px;object-fit:contain;opacity:.5}.mobile-nav-menu-item.mobile-nav-active .mobile-nav-menu-icon,.mobile-nav-menu-item:hover .mobile-nav-menu-icon{opacity:1}.mobile-nav-icon-home{width:22px;height:22px}.mobile-nav-icon-founder{width:20px;height:22px}.mobile-nav-icon-product{opacity:1}}.home-page{width:100%;height:100vh;padding-top:0;overflow:hidden;position:relative}.home-page~nav,body:has(.home-page) .nav-header{display:none!important}.home-page .home-nav-wrapper{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding-top:25px;z-index:1001}.home-page .home-nav-container{display:flex;max-width:1110px;width:100%;height:58px;padding:10px 0;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:#f5f4f4;border-radius:8px}.home-logo{display:flex;align-items:center;padding-left:20px}.home-logo-img{height:20px;width:auto}.home-get-discovered-btn{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#ebeaea;border:none;color:#292929;text-align:center;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500;line-height:100%;cursor:pointer;transition:all .2s ease;margin-right:20px}.home-get-discovered-btn:hover{background:#d4d4d4}.home-page .hero-background{display:none}.home-page .hero{min-height:100vh;height:100vh;padding-top:0;display:flex;align-items:center;justify-content:center;position:relative;background-image:url(/assets/gradient-bottom-Cu7zeUFr.png);background-repeat:no-repeat;background-position:bottom center;background-size:100% auto;background-color:#f5f4f4}.home-page .hero-container{display:flex;align-items:center;justify-content:flex-start;height:100%;padding-left:169px}.home-page .hero-background{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.home-page .hero-bg-svg{width:100%;height:100%;display:block}.home-page .hero-container{min-height:auto}.home-page .hero-right{margin-top:183px}.home-page .hero-left{display:flex;width:395px;flex-direction:column;align-items:flex-start;gap:20px;margin-top:0}.hero-badge{display:inline-flex;text-decoration:none;padding:6px 12px;align-items:center;gap:10px;border-radius:8px;background:#186132;box-shadow:0 0 14px #00000026;font-family:IBM Plex Mono,monospace;font-size:12px;font-style:normal;font-weight:400;line-height:145%;letter-spacing:.24px;text-transform:uppercase;color:#f5f4f4}.hero-badge-bold{font-weight:600;color:#f5f4f4}.hero-text-new{font-family:Instrument Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:148%;letter-spacing:-.18px;color:#211e1e;opacity:.7;margin:0;align-self:stretch}.hero-text-new em{font-style:italic;font-weight:400}.hero-text-new strong{font-weight:600}.hero-email-form{display:flex;flex-direction:column;gap:12px;width:100%;align-self:stretch}.hero-email-input{display:flex;max-width:368px;width:100%;padding:16px 15px;align-items:center;gap:10px;border-radius:8px;background:#e1e0e080;border:none;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:400;letter-spacing:.02em;color:var(--accent);transition:border-color .2s ease;text-transform:uppercase}.hero-email-input::placeholder{color:#292929}.hero-email-input:focus{outline:none;background:#e1e0e0a6}.hero-email-btn{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#292929;color:#f5f4f4;border:none;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .1s ease-out;width:fit-content}.hero-email-btn:hover:not(:disabled){background:#1a1a1a}.hero-email-btn:disabled{opacity:.6;cursor:not-allowed}.hero-email-message{font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500;margin:8px 0 0}.hero-email-message.success{color:var(--green-accent)}.hero-email-message.error{color:#f44}.hero-note-text{display:inline-flex;padding:1px 0;justify-content:center;align-items:center;gap:10px;font-family:IBM Plex Mono,monospace;font-size:11px;font-style:normal;font-weight:400;line-height:145%;letter-spacing:.22px;text-transform:uppercase;color:#171717;opacity:.6;margin:0;border-bottom:1px solid transparent;text-decoration:none;cursor:pointer;transition:all .1s ease-out}.hero-note-text:hover{opacity:1;border-bottom:1px solid rgba(0,0,0,.4)}.email-section{width:100%;background:#fff;padding:100px 0;position:relative}.email-container{max-width:600px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:20px}.email-heading{font-family:"Source Serif 4",serif;font-size:42px;font-weight:400;line-height:110%;letter-spacing:-1.2px;color:var(--accent);text-align:center;margin:0}.email-subheading{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:150%;letter-spacing:-.36px;color:var(--accent);text-align:center;margin:0;max-width:480px}.email-form{width:100%;display:flex;gap:12px;margin-top:16px}.email-input{flex:1;padding:14px 20px;font-family:Inter,sans-serif;font-size:16px;border:1.5px solid var(--gray-30);border-radius:8px;background:#fff;color:var(--accent);transition:border-color .2s ease}.email-input:focus{outline:none;border-color:var(--green-accent)}.email-input::placeholder{color:var(--gray-50)}.email-submit-btn{background:var(--accent);color:#fcfcfc;border:none;padding:14px 28px;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.email-submit-btn:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px)}.email-submit-btn:disabled{opacity:.6;cursor:not-allowed}.email-message{font-family:Inter,sans-serif;font-size:14px;font-weight:500;margin:8px 0 0}.email-message-success{color:var(--green-accent)}.email-message-error{color:#f44}@media(max-width:768px){.home-logo{top:24px;left:24px}.home-get-discovered-btn{top:24px;right:24px;padding:10px 20px;font-size:14px}.hero-text-new{font-size:20px;max-width:100%}.hero-email-form{max-width:100%;align-items:center}.home-page .hero-container{padding:0 24px;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:auto}.home-page .hero{display:flex;align-items:center;justify-content:center}.home-page .hero-left{width:100%;padding-bottom:0;align-items:center;text-align:center;gap:14px}.home-page .hero-right{display:block;flex:none;height:320px;width:100%;margin-top:0;padding-top:0;position:relative;overflow:hidden;order:-1}.home-page .phrases-container{width:100%;height:100%;margin-left:0;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%)}.home-page .phrases-container:before,.home-page .phrases-container:after{display:none}.home-page .phrase-label{top:140px;left:0;width:auto;font-size:24px}.home-page .phrases-wrapper{left:40px;top:-200px;height:1200px}.home-page .phrases-scroll-container{padding-top:341px;gap:20px;animation:scrollPhrasesMobile 20.8s infinite;animation-timing-function:cubic-bezier(.25,.1,.25,1)}.home-page .phrase{font-size:24px;line-height:26px;white-space:nowrap}.home-page .hero-gradient-fade,.home-page .home-nav-wrapper,.home-page .hero-badge{display:none}body:has(.home-page){overflow:hidden;height:100dvh}.home-page{height:100dvh}.home-page .hero{min-height:100dvh;height:100dvh;padding-top:0;padding-bottom:0}.home-page .hero:after{content:"";position:absolute;bottom:-120px;left:50%;transform:translate(-50%);width:700px;height:264px;border-radius:300px;opacity:.6;background:#7cffae73;filter:blur(156px);pointer-events:none;z-index:0}}@keyframes scrollPhrasesMobile{0%{transform:translateY(0)}3.85%{transform:translateY(-46px)}6.25%{transform:translateY(-46px)}10.1%{transform:translateY(-92px)}12.5%{transform:translateY(-92px)}16.35%{transform:translateY(-138px)}18.75%{transform:translateY(-138px)}22.6%{transform:translateY(-184px)}25%{transform:translateY(-184px)}28.85%{transform:translateY(-230px)}31.25%{transform:translateY(-230px)}35.1%{transform:translateY(-276px)}37.5%{transform:translateY(-276px)}41.35%{transform:translateY(-322px)}43.75%{transform:translateY(-322px)}47.6%{transform:translateY(-368px)}50%{transform:translateY(-368px)}53.85%{transform:translateY(-414px)}56.25%{transform:translateY(-414px)}60.1%{transform:translateY(-460px)}62.5%{transform:translateY(-460px)}66.35%{transform:translateY(-506px)}68.75%{transform:translateY(-506px)}72.6%{transform:translateY(-552px)}75%{transform:translateY(-552px)}78.85%{transform:translateY(-598px)}81.25%{transform:translateY(-598px)}85.1%{transform:translateY(-644px)}87.5%{transform:translateY(-644px)}91.35%{transform:translateY(-690px)}93.75%{transform:translateY(-690px)}97.6%{transform:translateY(-736px)}to{transform:translateY(-736px)}}.founder-page .home-nav-wrapper{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:flex-start;padding-top:25px;padding-bottom:40px;background:linear-gradient(180deg,#f5f4f400 -44.05%,#f5f4f4 -8.04% 72.72%,#f5f4f4db 77.76%,#f5f4f400 88.83%);z-index:1001}.founder-page .home-nav-container{display:flex;max-width:1110px;width:100%;height:58px;padding:10px 0;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:#f5f4f4;border-radius:8px}.founder-page{width:100%;min-height:100vh;padding-top:110px;background-color:#f5f4f4;display:flex;flex-direction:column;align-items:center;position:relative;padding-bottom:291px}.founder-photo-wrapper{margin-top:40px;width:800px;height:auto;flex-shrink:0;display:flex;justify-content:center;position:relative;z-index:1}.founder-photo{width:520px!important;min-width:520px;height:auto;display:block}.founder-card{margin-top:48px;width:528px;height:auto;padding:67px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:63px;border-radius:6px;border:1.206px solid #EBEBEB;background:linear-gradient(270deg,#f9f9f9,#fff 5.28% 93.28%,#f9f9f9);box-shadow:0 4px 14px #0000000f;margin-bottom:80px;position:relative;z-index:1}.founder-date{font-family:IBM Plex Mono,monospace;font-size:11px;font-style:normal;font-weight:400;line-height:145%;letter-spacing:.22px;text-transform:uppercase;color:#171717;opacity:.6;margin:0;text-align:right;align-self:stretch}.founder-title{font-family:Cardo,serif;font-size:26px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-.65px;color:#292929;margin:0;align-self:stretch}.founder-body{display:flex;flex-direction:column;gap:0;align-self:stretch}.founder-body p{font-family:IBM Plex Mono,monospace;font-size:13px;font-style:normal;font-weight:400;line-height:179%;color:#171717;opacity:.6;margin:0}.founder-body p strong{font-weight:400;opacity:1}.founder-signature{padding-top:20px;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:4px;align-self:stretch}.founder-sig-name,.founder-sig-role,.founder-sig-mission{font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400;line-height:145%;letter-spacing:.22px;text-transform:uppercase;color:#171717;opacity:.6;margin:0}.founder-apply-btn{display:inline-block;background:#292929;color:#fff;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;text-decoration:none;align-self:flex-start;transition:background .2s ease}.founder-apply-btn:hover{background:#444}.founder-gradient-bottom{position:fixed;bottom:0;left:0;right:0;pointer-events:none;z-index:0}.founder-gradient-bottom img{width:100%;display:block}.founder-mobile-footer,.founder-sig-name-img{display:none}@media(max-width:768px){.founder-page .home-nav-wrapper{display:none}.founder-page{padding-top:90px;padding-bottom:0;overflow:hidden}.founder-photo-wrapper{width:100%;margin-top:20px;padding:0 16px}.founder-photo{width:100%!important;min-width:unset;max-width:100%}.founder-card{width:calc(100% - 40px);max-width:528px;margin-top:32px;margin-bottom:20px;padding:40px 24px;gap:20px}.founder-title{font-size:22px}.founder-body{gap:20px}.founder-signature{margin-top:-20px;padding-top:0;border-top:none;gap:8px}.founder-sig-name-img{display:block;width:100px;height:auto}.founder-sig-name{display:none}.founder-sig-role{font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400;line-height:145%;letter-spacing:.22px;text-transform:uppercase;color:#171717;opacity:.6;margin-top:6px}.founder-sig-mission,.founder-apply-btn{display:none}.founder-mobile-footer{display:flex;flex-direction:column;align-items:center;gap:28px;width:302px;margin:0 auto;padding:40px 0 60px;position:relative;z-index:2}.founder-footer-top{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%}.founder-footer-info{display:flex;flex-direction:column;align-items:center;gap:20px}.founder-footer-logo{height:20px;width:auto;opacity:.6}.founder-footer-text{display:flex;flex-direction:column;align-items:center;gap:3px}.founder-footer-company,.founder-footer-copyright{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:400;line-height:145%;letter-spacing:.24px;text-transform:uppercase;text-align:center;color:#171717;opacity:.6;margin:0}.founder-footer-email-form{display:flex;width:100%;gap:6px;align-items:center;justify-content:center}.founder-footer-email-input{width:250px;padding:12px 16px;border-radius:8px;background:#00000012;border:none;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:400;letter-spacing:.26px;color:#171717;text-transform:uppercase}.founder-footer-email-input::placeholder{color:#171717;opacity:.6}.founder-footer-email-input:focus{outline:none;background:#0000001a}.founder-footer-email-btn{display:flex;justify-content:center;align-items:center;width:43px;height:43px;border-radius:12px;background:#000;color:#f5f4f4;border:none;font-size:18px;cursor:pointer;transition:background .2s ease;flex-shrink:0}.founder-footer-email-btn:hover{background:#1a1a1a}.founder-footer-socials{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:400;line-height:145%;letter-spacing:.24px;text-transform:uppercase;text-align:center;color:#171717;opacity:.6;margin:0}.founder-footer-socials a{color:#171717;text-decoration:none}.founder-footer-socials a:hover{opacity:1}.founder-gradient-bottom{display:none}.founder-page:after{content:"";position:absolute;bottom:-180px;left:50%;transform:translate(-50%);width:700px;height:264px;border-radius:300px;opacity:.8;background:#7cffae8c;filter:blur(156px);pointer-events:none;z-index:0}}.product-page{width:100%;height:100vh;background:#f5f4f4;position:relative;overflow:hidden}.product-page .home-nav-wrapper{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:flex-start;padding-top:25px;padding-bottom:40px;background:linear-gradient(180deg,#f5f4f400 -44.05%,#f5f4f4 -8.04% 72.72%,#f5f4f4db 77.76%,#f5f4f400 88.83%);z-index:1001}.product-page .home-nav-container{display:flex;max-width:1110px;width:100%;height:58px;padding:10px 0;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:#f5f4f4;border-radius:8px}.product-page .home-logo{display:flex;align-items:center;padding-left:20px}.product-page .home-logo-img{height:20px;width:auto}.product-page .home-get-discovered-btn{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#ebeaea;border:none;color:#292929;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-right:20px}.product-page .home-get-discovered-btn:hover{background:#d4d4d4}.product-hero{position:absolute;top:140px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:16px;z-index:2;text-align:center}.product-hero-eyebrow{font-family:IBM Plex Mono,monospace;font-size:13px;font-style:normal;font-weight:500;line-height:145%;letter-spacing:.39px;text-transform:uppercase;color:#171717;opacity:.5;text-align:center;align-self:stretch;margin:0}.product-hero-heading{font-family:Cardo,serif;font-size:31px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.775px;color:#292929;text-align:center;align-self:stretch;margin:0}.product-hero-btn{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#292929;color:#f5f4f4;font-family:Instrument Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:100%;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s ease;margin-top:4px}.product-hero-btn:hover{background:#1a1a1a}.product-hero-fish{width:120px;height:auto;margin-top:8px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.12))}.gs{position:absolute;z-index:1}.gs-1{width:285px;height:373px;top:179px;left:197px}.gs-2{width:410px;height:159px;top:523px;left:510px}.gs-3{width:394px;height:371px;top:167px;left:932px}.product-gradient-bottom{position:fixed;bottom:0;left:0;right:0;pointer-events:none;z-index:0}.product-gradient-bottom img{width:100%;display:block}@media(max-width:768px){.product-page .home-nav-wrapper{display:none}.product-hero{top:120px;width:calc(100% - 48px);padding:0}.product-hero-heading{font-size:24px}.gs-1{width:200px;height:auto;top:auto;bottom:220px;left:15px}.gs-2{width:220px;height:auto;top:auto;bottom:100px;left:50%;transform:translate(-50%)}.gs-3{width:200px;height:auto;inset:auto 15px 300px auto}}:root{--black-100: #171717;--gray-10: #EBEBEB;--white-80: #F4F4F4;--gray-30: #D4D4D4;--gray-50: #8E8A88;--accent: #292929;--green-accent: #00C951;--bg-color: #F5F4F4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-color);color:var(--black-100);overflow-x:hidden}.landing-page{width:100%;min-height:100vh}.hero-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:24px 116px}.hero-header-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;height:36px}.logo-img{height:36px;width:auto;display:block}.btn-apply-header{background:var(--accent);color:#fcfcfc;border:none;padding:12px 24px;border-radius:6px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-apply-header:hover{background:#1a1a1a;transform:translateY(-1px)}.hero{position:relative;width:100%;min-height:778px;background:var(--bg-color);padding-top:100px;overflow:hidden}.hero-background{position:absolute;bottom:0;left:0;right:0;width:100%;height:340px;z-index:1;pointer-events:none}.hero-bg-svg{width:100%;height:100%;object-fit:cover}.hero-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:0 116px;display:flex;justify-content:space-between;align-items:flex-start;gap:80px;min-height:678px}.hero-left{flex:0 0 446px;display:flex;flex-direction:column;gap:16px;padding-top:100px}.hero-headline{display:flex;flex-direction:column;gap:3.3px}.hero-title-main{font-family:"Source Serif 4",serif;font-size:100px;font-weight:400;line-height:110%;letter-spacing:-3.5px;color:var(--accent);margin:0}.hero-title-accent{font-family:Inter,sans-serif;font-size:100px;font-weight:700;line-height:110%;letter-spacing:-4.5px;color:var(--accent);margin:0}.hero-description{display:flex;flex-direction:column;gap:1px;width:417px;margin-top:8px}.hero-text{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:150%;letter-spacing:-.4px;color:var(--accent);margin:0}.hero-text strong{font-weight:700}.hero-text-highlight{font-family:Inter,sans-serif;font-size:20px;font-weight:800;line-height:150%;letter-spacing:-.4px;text-transform:uppercase;color:var(--green-accent);margin:0;display:inline}.btn-apply-primary{background:var(--accent);color:#fcfcfc;border:none;padding:12px 24px;border-radius:6px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content;margin-top:8px;text-decoration:none;display:inline-block}.btn-apply-primary:hover{background:#1a1a1a;transform:translateY(-1px)}.hero-right{flex:1;position:relative;height:705px;padding-top:35px}.phrases-container{position:relative;width:759px;height:100%;margin-left:auto;overflow:visible}.phrase-label{position:absolute;left:0;top:170px;font-family:Cardo,serif;font-size:42px;font-weight:400;line-height:110%;letter-spacing:-.84px;color:var(--accent);width:70px}.phrases-container:before,.phrases-container:after{content:"";position:absolute;left:0;right:0;height:200px;z-index:2;pointer-events:none}.phrases-container:before{top:-200px;background:linear-gradient(to bottom,#F5F4F4 0%,transparent 100%)}.phrases-container:after{bottom:-305px;background:linear-gradient(to top,#F5F4F4 0%,transparent 100%)}.phrases-wrapper{position:absolute;left:82px;top:-305px;right:0;height:1270px;overflow-x:visible;overflow-y:hidden;display:flex;flex-direction:column;align-items:flex-start;mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%)}.phrases-scroll-container{display:flex;flex-direction:column;gap:31px;animation:scrollPhrases 20.8s infinite;will-change:transform;padding-top:400px;animation-timing-function:cubic-bezier(.25,.1,.25,1)}@keyframes scrollPhrases{0%{transform:translateY(0)}3.85%{transform:translateY(-77.2px)}6.25%{transform:translateY(-77.2px)}10.1%{transform:translateY(-154.4px)}12.5%{transform:translateY(-154.4px)}16.35%{transform:translateY(calc(-3 * (46.2px + 31px)))}18.75%{transform:translateY(calc(-3 * (46.2px + 31px)))}22.6%{transform:translateY(-308.8px)}25%{transform:translateY(-308.8px)}28.85%{transform:translateY(-386px)}31.25%{transform:translateY(-386px)}35.1%{transform:translateY(calc(-6 * (46.2px + 31px)))}37.5%{transform:translateY(calc(-6 * (46.2px + 31px)))}41.35%{transform:translateY(-540.4px)}43.75%{transform:translateY(-540.4px)}47.6%{transform:translateY(-617.6px)}50%{transform:translateY(-617.6px)}53.85%{transform:translateY(calc(-9 * (46.2px + 31px)))}56.25%{transform:translateY(calc(-9 * (46.2px + 31px)))}60.1%{transform:translateY(-772px)}62.5%{transform:translateY(-772px)}66.35%{transform:translateY(-849.2px)}68.75%{transform:translateY(-849.2px)}72.6%{transform:translateY(calc(-12 * (46.2px + 31px)))}75%{transform:translateY(calc(-12 * (46.2px + 31px)))}78.85%{transform:translateY(-1003.6px)}81.25%{transform:translateY(-1003.6px)}85.1%{transform:translateY(-1080.8px)}87.5%{transform:translateY(-1080.8px)}91.35%{transform:translateY(-1158px)}93.75%{transform:translateY(-1158px)}97.6%{transform:translateY(-1235.2px)}to{transform:translateY(-1235.2px)}}.phrase{font-family:Cardo,serif;font-size:42px;font-weight:400;line-height:110%;letter-spacing:-.84px;color:var(--accent);position:relative;white-space:nowrap;opacity:.2;transition:opacity .05s ease-out;min-width:max-content}.hero-gradient-fade{position:absolute;top:0;right:0;width:673px;height:54px;background:linear-gradient(180deg,#f5f4f4 29.63%,#f5f4f400);z-index:3;pointer-events:none}.about-section{width:100%;background:#fff;position:relative}.about-banner{width:100%;background:#e7feef;padding:24px 0;text-align:center}.about-banner-text{font-family:"Source Serif 4",serif;font-size:50px;font-weight:400;line-height:110%;letter-spacing:-1.5px;color:#7cffae;display:block}.about-content{max-width:1440px;margin:0 auto;padding:99px 465px;display:flex;flex-direction:column;align-items:center;gap:47px}.about-heading{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:110%;letter-spacing:.42px;text-transform:uppercase;color:var(--accent);text-align:center;margin:0}.about-text-container{display:flex;flex-direction:column;align-items:center;gap:51px;width:100%;max-width:509.2px}.about-text{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:150%;letter-spacing:-.4px;color:#000;text-align:center;margin:0;width:100%;max-width:424px}.about-text:last-of-type{max-width:403px}.about-text-inline:last-of-type{max-width:403px}.about-text-inline{display:flex;align-items:center;justify-content:center;gap:7.2px;flex-wrap:wrap}.about-text-inline span:first-child{font-weight:400}.text-highlight{color:var(--green-accent);font-weight:800;text-transform:uppercase;letter-spacing:-.4px;line-height:110%}.btn-join-fellowship{text-decoration:none;display:inline-block;background:#eae9e9;color:var(--accent);border:none;padding:12px 24px;border-radius:6px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:100%;letter-spacing:-.16px;cursor:pointer;transition:all .2s ease;margin-top:0}.btn-join-fellowship:hover{background:#d4d4d4;transform:translateY(-1px)}.how-to-section{width:100%;background:var(--bg-color);padding:64px 219px;position:relative}.how-to-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:15px}.how-to-title-wrapper{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:8px}.how-to-subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:110%;letter-spacing:.42px;text-transform:uppercase;color:var(--accent);margin:0}.how-to-title-main{width:auto;height:53px;position:relative;display:flex;align-items:center;justify-content:center}.how-to-title-text{font-family:"Source Serif 4",serif;font-size:48px;font-weight:500;line-height:110%;letter-spacing:-1.2px;color:var(--accent);margin:0;text-align:center;white-space:nowrap}.how-to-tm{font-family:Inter,sans-serif;font-size:8.755px;font-weight:700;line-height:110%;text-transform:uppercase;color:var(--accent);position:absolute;right:0;top:8px}.steps-container{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:0}.step-item{width:1000px;min-height:378px;border-bottom:2px solid rgba(0,0,0,.07);position:relative;padding:120px 0;display:flex;align-items:flex-start;gap:24px}.step-item:last-child{border-bottom:none}.step-content{display:inline-flex;align-items:flex-start;gap:24px;position:absolute;left:68px;top:120px;width:338px;height:123px}.step-content-3{height:58px}.step-button-wrapper{position:absolute;left:68px;top:203px;width:338px}.step-number{font-family:"Source Serif 4",serif;font-size:80px;font-weight:400;line-height:110%;letter-spacing:-2.8px;color:var(--accent);position:relative;align-self:flex-start}.step-text-wrapper{display:flex;width:277px;padding-top:0;flex-direction:column;align-items:flex-start;gap:3px;position:relative;align-self:flex-start}.step-title{min-height:58px;align-self:stretch;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:140%;letter-spacing:-.4px;color:var(--accent);margin:0}.step-title strong{font-weight:500}.step-description{height:47px;align-self:stretch;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:149%;letter-spacing:-.16px;color:var(--accent);margin:0}.step-icons{position:absolute;left:500px;top:1px;width:500px;height:377px;display:flex;align-items:center;justify-content:center;gap:40px}.step-icon-img{width:auto;height:auto;max-width:400px;max-height:400px;object-fit:contain}.step-mockup{position:absolute;left:500px;top:1px;width:500px;height:377px;display:flex;align-items:center;justify-content:center}.step-mockup-img{width:100%;height:100%;object-fit:contain;max-width:450px;max-height:350px}.step-profiles{position:absolute;left:500px;top:1px;width:500px;height:377px;display:flex;align-items:center;justify-content:center}.step-profiles-img{width:100%;height:100%;object-fit:contain;max-width:450px;max-height:350px}.btn-visit-talent{background:#eae9e9;color:var(--accent);border:none;padding:12px 24px;border-radius:6px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:100%;letter-spacing:-.16px;cursor:pointer;transition:all .2s ease;margin-top:0;text-decoration:none;display:inline-block}.btn-visit-talent:hover{background:#d4d4d4;transform:translateY(-1px)}.we-believe-section{width:100%;background:#fff;padding:120px 0;position:relative}.we-believe-container{max-width:1200px;margin:0 auto;padding:0 80px;display:flex;flex-direction:column;align-items:center}.we-believe-title{font-family:"Source Serif 4",serif;font-size:48px;font-weight:400;line-height:110%;letter-spacing:-2.5%;color:var(--accent);text-align:center;margin:0 0 80px}.beliefs-list,.belief-item{width:100%;display:flex;flex-direction:column;gap:0;align-items:center}.belief-content{display:grid;grid-template-columns:1fr 2fr;gap:45px;align-items:flex-start;padding:40px 0;width:768px;max-width:768px}.belief-heading{font-family:"Source Serif 4",serif;font-size:22px;font-weight:400;line-height:115%;letter-spacing:-4%;color:var(--accent);margin:0;text-align:left}.belief-heading strong{font-weight:700}.belief-text{font-family:Inter,sans-serif;font-size:17px;font-weight:400;line-height:165%;letter-spacing:-1%;color:var(--accent);margin:0;text-align:left;width:482px;max-width:482px}.belief-text strong{font-weight:700}.belief-separator{width:768px;height:1px;background:#0000001a;margin:0}.belief-item:last-child .belief-separator{display:none}.founder-section{width:100%;background:#fff;padding:120px 0;position:relative}.founder-container{max-width:1200px;margin:0 auto;padding:0 80px;display:flex;justify-content:center}.founder-box{background:#f4f4f4;border:1.21px solid #EBEBEB;border-radius:30px;padding:67px 80px;display:grid;grid-template-columns:1fr 1.5fr;gap:82px;align-items:flex-start;max-width:1050px;width:100%;box-shadow:inset 0 0 6.03px #00000017;box-sizing:border-box}.founder-image-wrapper{width:100%;display:flex;justify-content:center;align-items:flex-start}.founder-photo{width:400px;max-width:400px;height:auto;object-fit:cover}.founder-content{display:flex;flex-direction:column;gap:20px;min-width:calc(100% + 20px)}.founder-note-title{font-family:"Source Serif 4",serif;font-size:20px;font-weight:600;line-height:120%;letter-spacing:-.4px;color:var(--accent);margin:0 0 8px}.founder-text{display:flex;flex-direction:column;gap:12px}.founder-text p{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:150%;letter-spacing:-1%;color:var(--accent);margin:0}.founder-text strong{font-weight:700}.founder-signature{display:flex;flex-direction:column;gap:2px;margin-top:16px}.signature-svg{height:24px;width:auto;display:block;margin-bottom:12px;margin-left:0;margin-right:auto}.signature-title,.signature-affiliation{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:140%;color:var(--accent)}.cta-section{width:100%;background:linear-gradient(180deg,#f5f4f4,#e7feef);padding:120px 0;position:relative}.cta-container{max-width:1200px;margin:0 auto;padding:0 80px;display:flex;flex-direction:column;align-items:center;gap:24px}.cta-heading{font-family:"Source Serif 4",serif;font-size:48px;font-weight:400;line-height:110%;letter-spacing:-1.44px;color:var(--accent);text-align:center;margin:0}.cta-subheading{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:150%;letter-spacing:-.4px;color:var(--accent);text-align:center;margin:0}.btn-apply-cta{background:var(--accent);color:#fcfcfc;border:none;padding:16px 32px;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:100%;letter-spacing:-.16px;cursor:pointer;transition:all .2s ease;margin-top:8px;text-decoration:none;display:inline-block}.btn-apply-cta:hover{background:#1a1a1a;transform:translateY(-1px)}.footer-section{width:100%;background:linear-gradient(180deg,#e7feef 0% 100%);padding:0;position:relative}.footer-container{max-width:1200px;margin:0 auto;width:100%;min-height:auto;align-self:stretch;background:#f9f9f9;border-radius:38px 38px 0 0;border-top:1px solid #D4D4D4;border-right:1px solid #D4D4D4;border-left:1px solid #D4D4D4;border-bottom:none;box-shadow:0 0 8px #00000029 inset;padding:32px 60px;display:flex;flex-direction:column;justify-content:flex-start;gap:16px;box-sizing:border-box}.footer-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:0}.footer-logo-wrapper{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.footer-logo-img{height:36px;width:auto;display:block}.footer-copyright{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:140%;color:var(--gray-50);margin:0;padding-top:0}.btn-apply-footer{background:#eae9e9;color:var(--accent);border:none;padding:8px 16px;border-radius:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:100%;letter-spacing:-.16px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-apply-footer:hover{background:#d4d4d4;transform:translateY(-1px)}@media(max-width:768px){.hero-header{padding:16px 20px}.logo-img{height:28px}.btn-apply-header{padding:10px 20px;font-size:14px}.hero{min-height:auto;padding-top:140px;padding-bottom:60px}.hero-container{flex-direction:column;padding:0 20px;gap:40px;min-height:auto;align-items:center;justify-content:center}.hero-right{display:none}.hero-left{flex:1;width:100%;padding-top:0;gap:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-headline{gap:0;display:flex;flex-direction:column;align-items:center}.hero-title-main{font-size:64px;letter-spacing:-2px;text-align:center}.hero-title-accent{font-size:64px;letter-spacing:-2.5px;text-align:center}.hero-description{width:100%;margin-top:12px;display:flex;flex-direction:column;align-items:center}.hero-text{font-size:18px;text-align:center}.hero-text-highlight{font-size:18px}.btn-apply-primary{margin-top:16px;align-self:center}.hero-gradient-fade{display:none}.about-content{padding:60px 20px;gap:32px}.about-heading{font-size:12px}.about-text-container{gap:32px}.about-text{font-size:18px;max-width:100%}.how-to-section{padding:60px 20px}.how-to-container{gap:40px}.how-to-title-wrapper{margin-bottom:20px}.how-to-subtitle{font-size:12px}.how-to-title-main{height:auto;display:flex;align-items:baseline;flex-wrap:wrap;justify-content:center}.how-to-title-text{font-size:32px;white-space:normal;display:inline-block}.how-to-tm{display:none}.step-item{width:100%;min-height:auto;padding:40px 0;flex-direction:column;gap:24px;align-items:center}.step-content{position:static;width:100%;height:auto;flex-direction:row;gap:16px;align-items:flex-start}.step-content-3{height:auto}.step-button-wrapper{position:static;width:100%;margin-top:16px;display:flex;justify-content:center}.step-number{font-size:48px}.step-text-wrapper{width:auto;flex:1;padding-top:0}.step-title{font-size:18px;min-height:auto}.step-description{height:auto;font-size:15px}.step-icons,.step-mockup,.step-profiles{position:static;width:100%;height:auto;min-height:200px;margin-top:24px}.step-icon-img,.step-mockup-img,.step-profiles-img{max-width:100%;max-height:250px}.we-believe-section{padding:60px 20px}.we-believe-container{padding:0}.we-believe-title{font-size:32px;margin-bottom:40px}.belief-content{grid-template-columns:1fr;gap:16px;padding:32px 0;width:100%;max-width:100%}.belief-heading{font-size:20px}.belief-text{width:100%;max-width:100%;font-size:16px}.belief-separator{width:100%}.founder-section{padding:60px 20px}.founder-container{padding:0}.founder-box{grid-template-columns:1fr;gap:32px;padding:40px 24px}.founder-photo{width:100%;max-width:300px}.founder-content{min-width:100%}.founder-note-title{font-size:18px}.founder-text p{font-size:14px}.cta-section{padding:60px 20px}.cta-container{padding:0}.cta-heading{font-size:32px}.cta-subheading{font-size:18px}.footer-container{flex-direction:column;height:auto;padding:24px 20px;gap:32px;align-items:flex-start}.footer-top{width:100%;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:0}.footer-copyright{padding-top:0;margin-top:0}.btn-apply-footer{padding:8px 16px;font-size:14px}}@media(min-width:769px)and (max-width:1024px){.hero-header{padding:20px 40px}.hero-container{padding:0 40px;gap:60px}.hero-left{flex:0 0 380px}.hero-title-main,.hero-title-accent{font-size:72px}.phrases-container{width:100%;max-width:600px}.about-content{padding:80px 120px}.how-to-section{padding:80px 60px}.we-believe-container,.founder-container,.cta-container{padding:0 40px}}.news-page{width:100%;min-height:100vh;background:#f5f4f4;position:relative}.news-page .home-nav-wrapper{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:flex-start;padding-top:25px;padding-bottom:40px;background:linear-gradient(180deg,#f5f4f400 -44.05%,#f5f4f4 -8.04% 72.72%,#f5f4f4db 77.76%,#f5f4f400 88.83%);z-index:1001}.news-page .home-nav-container{display:flex;max-width:1110px;width:100%;height:58px;padding:10px 0;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:#f5f4f4;border-radius:8px}.news-page .home-logo{display:flex;align-items:center;padding-left:20px}.news-page .home-logo-img{height:20px;width:auto}.news-page .home-get-discovered-btn{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#ebeaea;border:none;color:#292929;text-align:center;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:500;line-height:100%;cursor:pointer;transition:all .2s ease;margin-right:20px}.news-page .home-get-discovered-btn:hover{background:#d4d4d4}.news-content{padding:140px 100px 300px;position:relative;z-index:1}.news-header{display:flex;width:377px;height:113px;flex-direction:column;align-items:center;gap:8px;margin:-34px auto 36px}.news-heading{font-family:Cardo,serif;font-size:44px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-1.1px;color:#292929;text-align:center;margin:0}.news-subheading{font-family:Instrument Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:148%;letter-spacing:-.16px;color:#211e1e;opacity:.7;margin:0;text-align:center}.news-list-section{max-width:900px;margin:0 auto}.news-row{display:flex;align-items:center;justify-content:space-between;padding:26px 24px;gap:40px;border-radius:24px;background:transparent;text-decoration:none;color:inherit;transition:background .2s ease;cursor:pointer}.news-row:hover{background:#ebeaea}.news-row-left{display:flex;width:262px;flex-direction:column;align-items:flex-start;gap:10px}.news-row-left-wide{width:402px}.news-row-source{font-family:IBM Plex Mono,monospace;font-size:12px;font-style:normal;font-weight:500;line-height:145%;letter-spacing:.48px;text-transform:uppercase;color:#171717}.news-row-title{font-family:Cardo,serif;font-size:32px;font-weight:400;line-height:120%;letter-spacing:-.5px;color:#292929;margin:0}.news-row-date{font-family:IBM Plex Mono,monospace;font-size:12px;font-style:normal;font-weight:500;line-height:145%;letter-spacing:.48px;text-transform:uppercase;color:#171717;opacity:.5}.news-row-right{flex-shrink:0}.news-card{width:340px;height:200px;border-radius:12px;overflow:hidden}.news-card-img{width:100%;height:100%;object-fit:cover;object-position:top}.news-read-more{display:inline-flex;padding:9px 15px;align-items:center;border-radius:8px;background:#dcdad7;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;line-height:145%;letter-spacing:.48px;text-transform:uppercase;color:#171717;transition:background .2s ease}.news-row:hover .news-read-more{background:#c8c6c3}.news-row-divider{height:1px;background:#e3e2e2;width:100%;margin:36px 0}.news-gradient-bottom{position:fixed;bottom:0;left:0;right:0;pointer-events:none;z-index:0}.news-gradient-bottom img{width:100%;display:block}@media(max-width:768px){.news-page .home-nav-wrapper{display:none}.news-content{padding:110px 20px 200px}.news-header{width:100%;height:auto;margin:0 auto 24px}.news-heading{font-size:32px}.news-subheading{font-size:14px}.news-subheading br{display:none}.news-row{flex-direction:column;align-items:flex-start;gap:20px;padding:20px 16px;border-radius:16px}.news-row-left,.news-row-left-wide{width:100%}.news-row-title{font-size:24px}.news-row-right{width:100%}.news-card{width:100%;height:auto;aspect-ratio:17/10}.news-row-divider{margin:20px 0}}
