@font-face{font-family:Yekan Bakh;src:url(/fonts/yekan-bakh/YekanBakh-VF.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--bg:#f7f8fa;--surface:#ffffffc7;--surface-solid:#fff;--text:#15171b;--muted:#656a73;--line:#16181d17;--line-strong:#16181d26;--accent:#5b5ce2;--accent-2:#0f9f8f;--soft-accent:#5b5ce214;--shadow:0 16px 60px #191c2614;--radius:24px;--radius-sm:15px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#0c0e12;--surface:#13161cbd;--surface-solid:#12151a;--text:#f3f4f6;--muted:#9ca3ad;--line:#ffffff17;--line-strong:#ffffff29;--accent:#8b8cf8;--accent-2:#34c7b5;--soft-accent:#8b8cf81f;--shadow:0 18px 70px #0000003d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% -10%, #5b5ce21f, transparent 28rem), radial-gradient(circle at 92% 18%, #0f9f8f17, transparent 28rem), var(--bg);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}::selection{background:#5b5ce22e}.shell{width:min(1180px,100% - 36px);margin:0 auto}.site-main{min-height:70vh}.header-wrap{z-index:50;pointer-events:none;padding:12px 0 0;position:sticky;top:0}.header{pointer-events:auto;border:1px solid var(--line);background:color-mix(in srgb, var(--surface-solid) 78%, transparent);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border-radius:18px;justify-content:space-between;align-items:center;gap:18px;width:min(1180px,100% - 36px);min-height:58px;margin:0 auto;padding:8px 10px 8px 16px;display:flex;box-shadow:0 8px 34px #0f121a0d}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-weight:760;display:flex}.brand-mark{background:var(--text);width:30px;height:30px;color:var(--bg);border-radius:10px;place-items:center;font-size:12px;display:grid}.nav{align-items:center;gap:4px;display:flex}.nav a{color:var(--muted);border-radius:10px;padding:9px 11px;font-size:14px;transition:all .2s}.nav a:hover{color:var(--text);background:var(--soft-accent)}.header-actions{align-items:center;gap:6px;display:flex}.icon-button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:11px;place-items:center;width:38px;height:38px;transition:all .2s;display:grid}.icon-button:hover{border-color:var(--line-strong);background:var(--surface);transform:translateY(-1px)}.hero{padding:108px 0 72px}.eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:650;display:inline-flex}.dot{background:var(--accent-2);width:7px;height:7px;box-shadow:0 0 0 5px color-mix(in srgb,var(--accent-2) 12%,transparent);border-radius:50%}.hero h1{letter-spacing:-.065em;max-width:980px;margin:18px 0;font-size:clamp(48px,8vw,96px);font-weight:790;line-height:.98}.hero h1 span{color:var(--muted);font-weight:630}.hero-copy{grid-template-columns:1.3fr .7fr;align-items:end;gap:48px;margin-top:34px;display:grid}.hero-copy p{max-width:690px;color:var(--muted);margin:0;font-size:clamp(17px,2.2vw,21px)}.hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.button{border:1px solid var(--line);background:var(--surface);border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:14px;font-weight:650;transition:all .2s;display:inline-flex}.button:hover{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:0 10px 26px #14192314}.button.primary{background:var(--text);color:var(--bg);border-color:#0000}.stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:64px;display:grid}.stat{border:1px solid var(--line);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:18px}.stat strong{letter-spacing:-.03em;font-size:22px;display:block}.stat span{color:var(--muted);font-size:13px}.section{padding:72px 0}.section-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-head h2{letter-spacing:-.045em;margin:8px 0 0;font-size:clamp(30px,5vw,50px);line-height:1}.section-head p{max-width:560px;color:var(--muted);margin:0}.text-link{color:var(--muted);font-size:14px;font-weight:650}.text-link:hover{color:var(--text)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.project-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-height:300px;padding:25px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.project-card:after{content:"";background:radial-gradient(circle, color-mix(in srgb,var(--accent) 14%,transparent), transparent 68%);opacity:.8;pointer-events:none;border-radius:50%;width:220px;height:220px;position:absolute;top:-110px;right:-90px}.project-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-4px)}.project-card.featured:first-child{grid-column:span 2;min-height:360px}.project-meta{flex-wrap:wrap;gap:6px;margin-bottom:36px;display:flex}.pill{background:var(--soft-accent);min-height:25px;color:var(--muted);border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.project-card h3{letter-spacing:-.035em;max-width:720px;margin:auto 0 9px;font-size:clamp(23px,3vw,34px);line-height:1.05}.project-card p{max-width:720px;color:var(--muted);margin:0;font-size:14px}.project-footer{justify-content:space-between;align-items:end;gap:12px;margin-top:22px;display:flex}.tech-preview{color:var(--muted);flex-wrap:wrap;gap:7px;font-size:12px;display:flex}.arrow{border:1px solid var(--line);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:grid}.focus-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.focus-card{border-top:1px solid var(--line-strong);padding:23px}.focus-card .eyebrow{font-size:11px}.focus-card h3{letter-spacing:-.025em;margin:28px 0 8px;font-size:20px}.focus-card p{color:var(--muted);margin:0;font-size:14px}.split{grid-template-columns:.72fr 1.28fr;align-items:start;gap:56px;display:grid}.split h2{letter-spacing:-.045em;margin:8px 0 0;font-size:clamp(32px,5vw,52px);line-height:1}.stack{gap:10px;display:grid}.stack-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:22px}.stack-card h3{margin:0 0 6px;font-size:17px}.stack-card p{color:var(--muted);margin:0;font-size:14px}.timeline{gap:16px;display:grid}.timeline-item{border-top:1px solid var(--line);grid-template-columns:180px 1fr;gap:24px;padding:25px 0;display:grid}.timeline-time{color:var(--muted);font-size:13px}.timeline-item h3{letter-spacing:-.03em;margin:0;font-size:25px}.timeline-item h4{color:var(--muted);margin:4px 0 12px;font-weight:600}.timeline-item p{color:var(--muted)}.timeline-item ul{color:var(--muted);margin:14px 0 0;padding-left:20px}.timeline-item li+li{margin-top:6px}.skills{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.skill-row{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:19px 20px}.skill-row strong{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:10px;font-size:13px;display:block}.tags{flex-wrap:wrap;gap:7px;display:flex}.tag{border:1px solid var(--line);background:color-mix(in srgb,var(--surface-solid) 65%,transparent);border-radius:10px;padding:7px 9px;font-size:12px}.cta{border:1px solid var(--line);background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--surface) 55%,var(--soft-accent)));border-radius:28px;justify-content:space-between;align-items:end;gap:30px;margin:70px auto 34px;padding:44px;display:flex}.cta h2{letter-spacing:-.05em;max-width:720px;margin:0;font-size:clamp(32px,5vw,55px);line-height:1}.cta p{color:var(--muted);margin:14px 0 0}.footer{border-top:1px solid var(--line);color:var(--muted);padding:28px 0 42px;font-size:13px}.footer-row{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.page-hero{padding:92px 0 45px}.page-hero h1{letter-spacing:-.055em;margin:12px 0;font-size:clamp(46px,7vw,78px);line-height:.98}.page-hero p{max-width:760px;color:var(--muted);font-size:18px}.filters{flex-wrap:wrap;gap:8px;margin:20px 0 24px;display:flex}.filter{border:1px solid var(--line);background:var(--surface);cursor:pointer;color:var(--muted);border-radius:999px;padding:8px 12px}.filter.active{background:var(--text);color:var(--bg);border-color:#0000}.search{border:1px solid var(--line);background:var(--surface);width:100%;max-width:460px;height:44px;color:var(--text);border-radius:13px;outline:none;padding:0 14px}.search:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--soft-accent)}.project-detail{padding:88px 0 80px}.project-detail-grid{grid-template-columns:1.25fr .75fr;gap:60px;display:grid}.project-detail h1{letter-spacing:-.055em;margin:14px 0;font-size:clamp(45px,7vw,78px);line-height:.98}.lead{color:var(--muted);max-width:780px;font-size:20px}.detail-block{border-top:1px solid var(--line);padding:26px 0}.detail-block h2{margin:0 0 12px;font-size:18px}.detail-block ul{color:var(--muted);margin:0;padding-left:20px}.detail-block li+li{margin-top:9px}.detail-side{align-self:start;gap:10px;display:grid;position:sticky;top:92px}.detail-panel{border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:20px}.detail-panel dt{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:11px}.detail-panel dd{margin:0 0 15px;font-size:14px}.detail-panel dd:last-child{margin-bottom:0}.resume-downloads{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.notice{border-left:3px solid var(--accent);background:var(--soft-accent);color:var(--muted);border-radius:0 12px 12px 0;padding:16px 18px;font-size:14px}@media (max-width:900px){.nav{display:none}.hero{padding-top:80px}.hero-copy,.split,.project-detail-grid{grid-template-columns:1fr;gap:30px}.hero-actions{justify-content:flex-start}.stats,.focus-grid{grid-template-columns:repeat(2,1fr)}.project-card.featured:first-child{grid-column:span 1;min-height:300px}.project-grid,.skills{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:6px}.detail-side{position:static}.cta{flex-direction:column;align-items:flex-start}}.locale-en .brand-mark,.locale-en .brand-name,.locale-en .display-accent,.locale-en .stat strong{font-family:var(--font-anta), var(--font-en), ui-sans-serif, sans-serif;font-weight:400}.locale-en .brand-name{letter-spacing:.018em}.locale-en .brand-mark{letter-spacing:.04em}.locale-en .hero .display-accent{color:var(--muted);letter-spacing:-.018em}.locale-en .stat strong{letter-spacing:.005em}.locale-fa .brand-name{font-weight:700}@media (max-width:560px){.shell,.header{width:min(100% - 22px,1180px)}.header{min-height:54px;padding-left:12px}.brand span:last-child{display:none}.hero{padding:68px 0 48px}.hero h1{font-size:48px}.stats{grid-template-columns:1fr 1fr}.stat{padding:15px}.section{padding:52px 0}.project-card{min-height:280px;padding:20px}.focus-grid{grid-template-columns:1fr}.cta{padding:28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body.locale-en{font-family:var(--font-en), ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body.locale-fa{text-align:right;direction:rtl;font-family:Yekan Bakh,Tahoma,Segoe UI,sans-serif;line-height:1.82}.language-switch{border:1px solid var(--line);min-width:42px;height:38px;color:var(--muted);letter-spacing:.06em;border-radius:11px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.language-switch:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface);transform:translateY(-1px)}.locale-fa .brand{letter-spacing:0}.locale-fa .eyebrow{letter-spacing:0;text-transform:none;font-weight:700}.locale-fa .hero h1,.locale-fa .section-head h2,.locale-fa .split h2,.locale-fa .cta h2,.locale-fa .page-hero h1,.locale-fa .project-detail h1,.locale-fa .project-card h3,.locale-fa .timeline-item h3{letter-spacing:-.025em}.locale-fa .hero h1{line-height:1.14}.locale-fa .section-head h2,.locale-fa .split h2,.locale-fa .cta h2{line-height:1.2}.locale-fa .page-hero h1,.locale-fa .project-detail h1{line-height:1.16}.locale-fa .hero-copy p,.locale-fa .page-hero p,.locale-fa .lead{line-height:1.9}.locale-fa .skill-row strong,.locale-fa .detail-panel dt{text-transform:none;letter-spacing:0}.locale-fa .timeline-item ul,.locale-fa .detail-block ul{padding-left:0;padding-right:20px}.locale-fa .notice{border-left:0;border-right:3px solid var(--accent);border-radius:12px 0 0 12px}.locale-fa .project-card:after{left:-90px;right:auto}.locale-fa .hero-actions{justify-content:flex-start}.locale-fa .project-footer{direction:rtl}.locale-fa .search{text-align:right}.locale-fa .footer-row{direction:rtl}@media (max-width:560px){.language-switch{min-width:38px;padding:0 8px}.locale-fa .hero h1{font-size:43px}}body.locale-fa{font-size:15px;line-height:1.72}.locale-fa .header{min-height:56px}.locale-fa .brand{gap:9px}.locale-fa .brand-name{font-size:14px;font-weight:650}.locale-fa .nav a{padding:8px 10px;font-size:13px}.locale-fa .language-switch{font-size:11px}.locale-fa .hero{padding-top:92px;padding-bottom:62px}.locale-fa .hero h1{letter-spacing:-.035em;max-width:900px;font-size:clamp(40px,5.3vw,66px);font-weight:730;line-height:1.18}.locale-fa .hero h1 span{font-weight:560}.locale-fa .hero-copy{margin-top:26px}.locale-fa .hero-copy p{font-size:clamp(15px,1.6vw,18px);line-height:1.9}.locale-fa .eyebrow{font-size:12px}.locale-fa .button{min-height:42px;padding-inline:14px;font-size:13px}.locale-fa .stats{margin-top:52px}.locale-fa .stat{padding:16px}.locale-fa .stat strong{font-size:19px}.locale-fa .stat span{font-size:12px}.locale-fa .section{padding-block:62px}.locale-fa .section-head h2,.locale-fa .split h2{letter-spacing:-.025em;font-size:clamp(27px,3.5vw,40px);line-height:1.28}.locale-fa .section-head p,.locale-fa .stack-card p,.locale-fa .focus-card p,.locale-fa .timeline-item p,.locale-fa .timeline-item ul{font-size:13.5px}.locale-fa .project-card{min-height:285px;padding:22px}.locale-fa .project-card.featured:first-child{min-height:330px}.locale-fa .project-card h3{font-size:clamp(20px,2.4vw,28px);line-height:1.2}.locale-fa .project-card p{font-size:13px;line-height:1.75}.locale-fa .pill{font-size:10.5px}.locale-fa .focus-card h3{margin-top:24px;font-size:18px}.locale-fa .stack-card h3{font-size:16px}.locale-fa .timeline-item h3{font-size:22px}.locale-fa .timeline-item h4{font-size:14px}.locale-fa .page-hero{padding-top:78px;padding-bottom:38px}.locale-fa .page-hero h1,.locale-fa .project-detail h1{letter-spacing:-.03em;font-size:clamp(36px,5vw,58px);line-height:1.2}.locale-fa .page-hero p,.locale-fa .lead{font-size:16px;line-height:1.85}.locale-fa .detail-block h2{font-size:17px}.locale-fa .detail-panel dd{font-size:13px}.locale-fa .cta h2{font-size:clamp(27px,3.6vw,42px);line-height:1.25}.locale-fa .cta p{font-size:13.5px}.locale-fa .footer{font-size:12px}@media (max-width:560px){body.locale-fa{font-size:14.5px}.locale-fa .hero{padding-top:58px}.locale-fa .hero h1{font-size:36px;line-height:1.22}.locale-fa .section-head h2,.locale-fa .split h2{font-size:27px}.locale-fa .page-hero h1,.locale-fa .project-detail h1{font-size:34px}.locale-fa .brand-name{font-size:13.5px}}.selected-work-section{padding-top:70px}.selected-work-head{border-top:1px solid var(--line);grid-template-columns:minmax(0,1.15fr) minmax(260px,.55fr);align-items:end;gap:42px;margin-bottom:24px;padding-top:18px;display:grid}.selected-work-head h2{letter-spacing:-.04em;max-width:760px;margin:8px 0 0;font-size:clamp(30px,4vw,44px);line-height:1.05}.selected-work-side{justify-self:end;max-width:390px;padding-bottom:2px}.selected-work-side p{color:var(--muted);margin:0 0 14px;font-size:13.5px;line-height:1.65}.selected-work-side .text-link{color:var(--text);align-items:center;gap:7px;display:inline-flex}.selected-work-section .project-grid{gap:12px}.selected-work-section .project-card{background:color-mix(in srgb, var(--surface-solid) 72%, transparent);min-height:238px;box-shadow:none;border-radius:18px;padding:22px;transition:transform .2s,border-color .2s,background .2s}.selected-work-section .project-card:after{display:none}.selected-work-section .project-card:before{content:"";background:var(--accent);opacity:0;transform-origin:0;width:44px;height:1px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:22px;transform:scaleX(.4)}.selected-work-section .project-card:hover{border-color:var(--line-strong);background:color-mix(in srgb, var(--surface-solid) 86%, transparent);box-shadow:none;transform:translateY(-2px)}.selected-work-section .project-card:hover:before{opacity:.9;transform:scaleX(1)}.selected-work-section .project-card.featured:first-child{grid-column:span 2;min-height:250px;padding:24px}.project-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.project-card-top .project-meta{justify-content:flex-end;margin:0}.project-index{color:var(--muted);font-family:var(--font-anta), var(--font-en), ui-sans-serif, sans-serif;letter-spacing:.08em;opacity:.65;font-size:12px}.project-card-copy{padding-top:26px}.selected-work-section .project-card.featured .project-card-copy{max-width:820px}.selected-work-section .project-card h3{letter-spacing:-.03em;max-width:780px;margin:0 0 8px;font-size:clamp(21px,2.2vw,29px);line-height:1.1}.selected-work-section .project-card.featured h3{font-size:clamp(25px,2.8vw,34px)}.selected-work-section .project-card p{max-width:760px;margin:0;font-size:13px;line-height:1.6}.selected-work-section .project-footer{border-top:1px solid var(--line);align-items:center;margin-top:auto;padding-top:18px}.project-open{color:var(--muted);flex:none;align-items:center;gap:6px;font-size:12px;font-weight:700;transition:color .2s,transform .2s;display:inline-flex}.selected-work-section .project-card:hover .project-open{color:var(--text);transform:translate(2px)}.locale-fa .selected-work-head h2{letter-spacing:0;line-height:1.35}.locale-fa .selected-work-side{justify-self:start}.locale-fa .selected-work-side p{line-height:1.9}.locale-fa .project-index{font-family:var(--font-fa), Tahoma, sans-serif;letter-spacing:0}.locale-fa .selected-work-section .project-card:before{transform-origin:100%;left:auto;right:22px}.locale-fa .selected-work-section .project-card h3{letter-spacing:0;line-height:1.45}.locale-fa .selected-work-section .project-card:hover .project-open{transform:translate(-2px)}@media (max-width:900px){.selected-work-head{grid-template-columns:1fr;gap:12px}.selected-work-side{justify-self:start;max-width:600px}.selected-work-section .project-card.featured:first-child{grid-column:span 1;min-height:238px}}@media (max-width:560px){.selected-work-section{padding-top:54px}.selected-work-head h2{font-size:29px}.selected-work-section .project-card,.selected-work-section .project-card.featured:first-child{min-height:220px;padding:18px}.project-card-copy{padding-top:22px}.selected-work-section .project-card h3,.selected-work-section .project-card.featured h3{font-size:22px}.project-open{gap:0;font-size:0}.project-open span{font-size:15px}}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_8e17fcfa-module__RfyX7G__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_8e17fcfa-module__RfyX7G__variable{--font-en:"Manrope", "Manrope Fallback"}
@font-face{font-family:Anta;font-style:normal;font-weight:400;font-display:swap;src:url(../media/57ce37fb09feb459-s.1hcp0vn7clgf6.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Anta;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0d68d5f43e9b74e8-s.0fqhmbg_qlt1s.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Anta;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2aab25d6a0713de5-s.1ny7iv6xs4wmp.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Anta;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4eebc3ef23156c9c-s.p.1lyh5i0g64y2q.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Anta Fallback;src:local(Arial);ascent-override:90.36%;descent-override:24.54%;line-gap-override:0.0%;size-adjust:106.24%}.anta_e6fb3ad1-module__ceGQha__className{font-family:Anta,Anta Fallback;font-style:normal;font-weight:400}.anta_e6fb3ad1-module__ceGQha__variable{--font-anta:"Anta", "Anta Fallback"}
