.loaderWrapper{background:radial-gradient(circle,#0b0b0f,#000);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.cinematicGlow{filter:blur(40px);background:radial-gradient(circle,#ffffff1f,#0000 70%);width:400px;height:400px;animation:3s ease-in-out infinite pulseGlow;position:absolute}.logoBox img{filter:drop-shadow(0 0 20px #fff3);width:clamp(160px,25vw,260px);height:auto;animation:1.5s ease-out forwards fadeInScale;transform:scale(1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.loaderWrapper.exit{opacity:0;transition:all 1s;transform:scale(1.05)}@media (max-width:768px){.cinematicGlow{filter:blur(30px);width:250px;height:250px}.loaderWrapper{background:radial-gradient(circle,#0a0a0f,#000)}.logoBox img{filter:drop-shadow(0 0 12px #ffffff26)}}.navbar{z-index:1000;opacity:0;width:100%;height:86px;transition:opacity .7s,transform .7s,background .45s,-webkit-backdrop-filter .45s,backdrop-filter .45s,box-shadow .45s;position:fixed;top:0;left:0;transform:translateY(-18px)}.navbar.show{opacity:1;transform:translateY(0)}.homeNavbar{background:0 0}.innerNavbar{-webkit-backdrop-filter:blur(14px);background:#050505b8;box-shadow:0 8px 30px #0000002e}.glassNavbar{-webkit-backdrop-filter:blur(14px);background:#050505b8;box-shadow:0 8px 30px #00000038}.navContainer{grid-template-columns:180px 1fr 180px;align-items:center;width:min(1440px,100% - 80px);height:100%;margin:0 auto;display:grid}.brand{z-index:1100;justify-content:flex-start;align-items:center;width:fit-content;display:flex;position:relative}.brandLogo{object-fit:contain;width:100px;height:auto;transition:transform .35s,opacity .35s}.brand:hover .brandLogo{transform:scale(1.025)}.navLinks{direction:rtl;justify-content:center;align-items:center;gap:42px;display:flex}.navLinks a{color:#ffffffe6;white-space:nowrap;padding:8px 0;font-family:Vazirmatn,system-ui,sans-serif;font-size:15px;font-weight:400;transition:color .3s,opacity .3s;position:relative}.navLinks a:after{content:"";background:#c6a65bf2;width:0;height:1px;transition:width .35s;position:absolute;bottom:0;right:0}.navLinks a:hover{color:#fff}.navLinks a:hover:after{width:100%}.mobileMenuButton{appearance:none;color:#fff;cursor:pointer;z-index:1200;background:0 0;border:0;outline:none;justify-content:flex-end;align-items:center;gap:11px;padding:8px 0;display:none;position:relative}.menuLabel{letter-spacing:2.5px;color:#ffffffeb;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:400;line-height:1;transition:color .3s,letter-spacing .3s;display:block}.menuIcon{flex-direction:column;justify-content:space-between;align-items:flex-end;width:28px;height:20px;display:flex;position:relative}.menuIcon span{transform-origin:50%;background:#fffffff2;height:1px;transition:width .35s,transform .35s,opacity .25s,background .3s;display:block}.menuIcon span:first-child{width:28px}.menuIcon span:nth-child(2){width:19px}.menuIcon span:nth-child(3){width:25px}.mobileMenuButton:hover .menuIcon span:first-child{width:22px}.mobileMenuButton:hover .menuIcon span:nth-child(2){width:28px}.mobileMenuButton:hover .menuIcon span:nth-child(3){width:19px}.mobileMenuButton.open .menuLabel{color:#c6a65bf2;letter-spacing:3px}.mobileMenuButton.open .menuIcon{justify-content:center}.mobileMenuButton.open .menuIcon span{background:#c6a65bf2;position:absolute;right:0;width:27px!important}.mobileMenuButton.open .menuIcon span:first-child{transform:rotate(45deg)}.mobileMenuButton.open .menuIcon span:nth-child(2){opacity:0;transform:scaleX(0)}.mobileMenuButton.open .menuIcon span:nth-child(3){transform:rotate(-45deg)}.mobileMenu{z-index:1050;visibility:hidden;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(18px);background:radial-gradient(circle at 50% 40%,#2a2a2a59,#000000fa 65%);transition:opacity .45s,visibility .45s;position:fixed;inset:0}.mobileMenu.show{visibility:visible;opacity:1;pointer-events:auto}.mobileMenuInner{flex-direction:column;width:min(100%,620px);height:100%;margin:0 auto;padding:105px 32px 30px;display:flex}.mobileMenuTop{direction:ltr;justify-content:space-between;align-items:center;margin-bottom:auto;display:flex}.mobileMenuTop>span{letter-spacing:3px;color:#ffffff6b;white-space:nowrap;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:400}.mobileMenuClose{cursor:pointer;background:0 0;border:0;outline:none;width:34px;height:34px;padding:0;position:relative}.mobileMenuClose span{background:#fffc;width:25px;height:1px;transition:background .3s,transform .3s;position:absolute;top:50%;left:50%}.mobileMenuClose span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.mobileMenuClose span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.mobileMenuClose:hover span{background:#c6a65bf2}.mobileMenuLinks{direction:rtl;flex-direction:column;align-items:center;gap:27px;width:100%;margin:auto 0;display:flex}.mobileMenuLinks a{color:#ffffffeb;opacity:0;padding:3px 0;font-family:Vazirmatn,system-ui,sans-serif;font-size:30px;font-weight:300;line-height:1.6;transition:color .3s,opacity .55s,transform .55s;position:relative;transform:translateY(18px)}.mobileMenuLinks a:after{content:"";background:#c6a65bf2;width:0;height:1px;transition:width .4s;position:absolute;bottom:0;right:0}.mobileMenuLinks a:hover{color:#fff}.mobileMenuLinks a:hover:after{width:100%}.mobileMenu.show .mobileMenuLinks a{opacity:1;transform:translateY(0)}.mobileMenu.show .mobileMenuLinks a:first-child{transition-delay:80ms}.mobileMenu.show .mobileMenuLinks a:nth-child(2){transition-delay:.14s}.mobileMenu.show .mobileMenuLinks a:nth-child(3){transition-delay:.2s}.mobileMenu.show .mobileMenuLinks a:nth-child(4){transition-delay:.26s}.mobileMenu.show .mobileMenuLinks a:nth-child(5){transition-delay:.32s}.mobileMenuFooter{direction:ltr;justify-content:center;margin-top:auto;display:flex}.mobileMenuFooter span{letter-spacing:3px;color:#ffffff40;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:400}@media (max-width:960px){.navbar{height:78px}.navContainer{justify-content:space-between;align-items:center;width:calc(100% - 44px);display:flex}.navLinks{display:none}.mobileMenuButton{display:flex}.brandLogo{width:80px}.homeNavbar,.homeNavbar.glassNavbar{-webkit-backdrop-filter:none;box-shadow:none;background:0 0}.innerNavbar,.innerNavbar.glassNavbar{-webkit-backdrop-filter:blur(14px);background:#050505c7}.mobileMenuInner{padding:96px 28px 28px}.mobileMenuLinks{gap:24px}.mobileMenuLinks a{font-size:28px}}@media (max-width:640px){.navbar{height:72px}.navContainer{width:calc(100% - 32px)}.brandLogo{width:70px}.mobileMenuButton{gap:9px}.menuLabel{letter-spacing:2.2px;font-size:9px}.menuIcon{width:25px;height:18px}.menuIcon span:first-child{width:25px}.menuIcon span:nth-child(2){width:17px}.menuIcon span:nth-child(3){width:22px}.mobileMenuInner{padding:88px 24px 24px}.mobileMenuTop>span{letter-spacing:2.5px;font-size:8px}.mobileMenuLinks{gap:21px}.mobileMenuLinks a{font-size:25px;line-height:1.6}.mobileMenuFooter span{letter-spacing:2.5px;font-size:7px}}@media (max-width:380px){.navbar{height:68px}.navContainer{width:calc(100% - 26px)}.brandLogo{width:125px}.mobileMenuInner{padding:82px 20px 20px}.mobileMenuLinks{gap:17px}.mobileMenuLinks a{font-size:23px}}.hero{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.heroBg{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.heroPicture{width:100%;height:100%;display:block;position:absolute;inset:0}.hero-img{object-fit:cover;object-position:center center}.heroOverlay{z-index:1;background:linear-gradient(#0000001f 0%,#0000002e 45%,#000000b8 100%);position:absolute;inset:0}.heroContent{z-index:2;color:#fff;max-width:850px;position:absolute;bottom:80px;left:60px;right:60px}.heroTitleGroup{width:fit-content;max-width:100%}.hero-title{color:#fff;text-shadow:0 2px 8px #000c,0 0 2px #000000e6;margin:0;font-size:48px;font-weight:600;line-height:1.35;display:block}.heroAccent{background:linear-gradient(90deg,#5c3a0800 0%,#84560c8c 5%,#b47a18e6 18%,#d4af37 35%,#ffe27d 50%,#d4af37 65%,#b47a18e6 82%,#84560c8c 95%,#5c3a0800 100%);border-radius:999px;width:100%;max-width:100%;height:2px;margin-top:17px;margin-bottom:18px;position:relative;box-shadow:0 0 2px #ffe17df2,0 0 6px #d4af378c,0 0 14px #d4af373d,0 0 26px #d4af371a}.heroAccent:before{content:"";filter:blur(4px);opacity:.9;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#d4af3714 15%,#ffdc7838 50%,#d4af3714 85%,#0000 100%);border-radius:999px;height:9px;position:absolute;top:50%;left:2%;right:2%;transform:translateY(-50%)}.heroAccent:after{content:"";filter:blur(.5px);opacity:.9;pointer-events:none;background:linear-gradient(90deg,#0000,#ffefaff2,#0000);border-radius:999px;height:1px;position:absolute;top:50%;left:30%;right:30%;transform:translateY(-50%)}.hero-subtitle{color:#ffffffe6;text-shadow:0 2px 8px #000c;margin:0;font-size:20px;font-weight:400;line-height:1.7}@media (max-width:768px){.hero{height:72vh;min-height:500px}.heroBg{height:100%}.heroPicture{width:100%;height:100%}.hero-img{object-fit:cover;object-position:center center}.heroContent{max-width:none;bottom:55px;left:22px;right:22px}.heroTitleGroup{max-width:100%}.hero-title{font-size:28px;line-height:1.5}.heroAccent{height:1.5px;margin-top:11px;margin-bottom:11px;box-shadow:0 0 2px #ffe17de6,0 0 6px #d4af3773,0 0 12px #d4af372e}.heroAccent:before{filter:blur(3px);height:7px}.heroAccent:after{height:1px}.hero-subtitle{font-size:15px;line-height:1.8}}@media (max-width:480px){.hero{height:68vh;min-height:460px}.heroContent{bottom:40px;left:18px;right:18px}.heroTitleGroup{max-width:100%}.hero-title{font-size:24px;line-height:1.55}.heroAccent{height:1.5px;margin-top:9px;margin-bottom:10px;box-shadow:0 0 2px #ffe17dd9,0 0 5px #d4af3766,0 0 10px #d4af3726}.heroAccent:before{filter:blur(2.5px);height:6px}.hero-subtitle{font-size:14px}}.heroWrapper{width:100%;position:relative}.heroWrapper .hero{position:relative}.heroScrollCue{z-index:40;pointer-events:none;opacity:0;width:34px;height:132px;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);position:fixed;top:50%;right:76px;transform:translateY(-50%)translate(18px)}.heroScrollCue.visible{opacity:1;transform:translateY(-50%)translate(0)}.heroScrollCue.hidden{opacity:0;transform:translateY(-50%)translate(18px)}.scrollCueRail{background:linear-gradient(#ffffff14,#ffffff61 48%,#ffffff1f);width:1px;height:108px;position:absolute;top:0;left:50%;transform:translate(-50%)}.scrollCueGlow{filter:blur(.4px);opacity:0;background:linear-gradient(#0000,#fffffff2,#0000);width:3px;height:26px;animation:2.6s cubic-bezier(.45,0,.55,1) infinite scrollCueLight;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.scrollCueChevron{transform-origin:50%;border-bottom:1px solid #ffffffd1;border-right:1px solid #ffffffd1;width:15px;height:15px;animation:2.6s cubic-bezier(.45,0,.55,1) infinite scrollCueChevron;position:absolute;left:50%;transform:translate(-50%)rotate(45deg)}.scrollCueChevronBack{opacity:.28;animation-delay:.18s;top:96px}.scrollCueChevronFront{opacity:.9;top:104px}@keyframes scrollCueLight{0%{opacity:0;top:-4px}12%{opacity:.9}42%{opacity:.65}68%{opacity:0;top:76px}to{opacity:0;top:76px}}@keyframes scrollCueChevron{0%{opacity:0;transform:translate(-50%)translateY(-7px)rotate(45deg)}18%{opacity:.35}42%{opacity:.9;transform:translate(-50%)translateY(0)rotate(45deg)}68%{opacity:0;transform:translate(-50%)translateY(9px)rotate(45deg)}to{opacity:0;transform:translate(-50%)translateY(9px)rotate(45deg)}}@media (max-width:960px){.heroScrollCue{width:30px;height:118px;right:52px}.scrollCueRail{height:94px}.scrollCueChevron{width:13px;height:13px}.scrollCueChevronBack{top:83px}.scrollCueChevronFront{top:90px}}@media (max-width:640px){.heroScrollCue{width:28px;height:108px;right:32px}.scrollCueRail{height:86px}.scrollCueChevron{width:12px;height:12px}.scrollCueChevronBack{top:76px}.scrollCueChevronFront{top:82px}}@media (max-width:480px){.heroScrollCue{width:26px;height:100px;right:25px}.scrollCueRail{height:78px}.scrollCueChevron{width:11px;height:11px}.scrollCueChevronBack{top:69px}.scrollCueChevronFront{top:75px}}.projectsSection{color:#fff;background:linear-gradient(#000,#050505);padding:120px 20px}.projectsContainer{text-align:center;max-width:1200px;margin:0 auto}.projectsTitle{font-size:clamp(2rem,4vw,3rem);font-weight:700}.projectsSubtitle{color:#aaa;margin-top:10px;font-size:14px}.projectsGrid{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:60px;display:grid}.projectCard{aspect-ratio:4/3;cursor:pointer;border:1px solid #ffffff14;border-radius:18px;transition:all .4s;position:relative;overflow:hidden}.projectCard img{object-fit:cover;object-position:center;width:100%;height:100%;transition:all .6s;transform:scale(1.03)}.projectCard:hover img{filter:brightness(.8);transform:scale(1.15)}.overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000c);padding:20px;font-size:14px;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.projectCard:hover .overlay{opacity:1;transform:translateY(0)}.projectCard:hover{border-color:#fff3;transform:translateY(-6px);box-shadow:0 20px 40px #0009}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background:#000;width:100%;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff6}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero-image-wrapper{position:absolute;inset:0}.hero-image{object-fit:cover;width:100%;height:100%;animation:12s ease-in-out infinite alternate kenburns;transform:scale(1.1)}@keyframes kenburns{0%{transform:scale(1.1)translate(0)}to{transform:scale(1.2)translate(-2%,-2%)}}.hero-overlay{background:linear-gradient(#0003,#000000b3);position:absolute;inset:0}.hero-content{color:#fff;max-width:600px;position:absolute;bottom:80px;left:60px}.hero-content h1{margin-bottom:12px;font-size:48px}.hero-content p{opacity:.85;margin-bottom:20px}.hero-meta{opacity:.7;gap:20px;font-size:14px;display:flex}.projects-more{justify-content:center;margin-top:70px;display:flex}.projects-button{color:#c5a86b;letter-spacing:1px;background:#c5a86b0a;border:1px solid #c5a86b73;border-radius:999px;justify-content:center;align-items:center;padding:16px 42px;font-size:1rem;text-decoration:none;transition:all .45s;display:inline-flex}.projects-button:hover{color:#080808;background:#c5a86b;transform:translateY(-4px);box-shadow:0 15px 40px #c5a86b40}
@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.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:Vazirmatn;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.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:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.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:Vazirmatn;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.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:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.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:Vazirmatn;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.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:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.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:Vazirmatn;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.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:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/f1d25eabcf1db66d-s.p.21se6xk6bxqs6.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3be67f396f7d45c3-s.10ayu6ka6csf1.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:Vazirmatn;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ec8f59eafded4799-s.p.2avnhkksosb5d.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:Vazirmatn Fallback;src:local(Arial);ascent-override:101.87%;descent-override:53.36%;line-gap-override:0.0%;size-adjust:100.66%}.vazirmatn_399e21db-module__geyBhG__className{font-family:Vazirmatn,Vazirmatn Fallback;font-style:normal}
