:root{--primary:#142e56;--secondary:#46556d;--accent:#f8dc8a;--accent-secondary:#cc0101;--dark:#333333;--light:#ebf3f7;--medium:#6c757d;--border:#d4dee6;--hover:#e4ecf3;--shadow:0 4px 12px rgba(20,46,86,0.1);--transition:all 0.3s ease;--font-inter:"Inter",sans-serif;--font-bebas:"Bebas Neue",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-inter),"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;color:var(--dark);background-color:var(--light)}h1,h2,h3,h4,h5,h6{font-family:var(--font-bebas);font-weight:400;line-height:1.2;color:var(--primary)}a,button,input,label,li,p,span,textarea{font-family:var(--font-inter),"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.container{max-width:1340px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:32px;font-weight:400;color:var(--primary);margin-bottom:50px;position:relative;font-family:var(--font-bebas);letter-spacing:1px}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}header{background-color:white;box-shadow:var(--shadow);padding:20px 0;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;color:var(--primary);text-decoration:none;font-family:var(--font-bebas)}.logo span{font-weight:400;color:var(--medium)}nav ul{display:flex;list-style:none}nav ul li{margin-left:30px}nav ul li a{color:var(--dark);text-decoration:none;font-weight:500;transition:var(--transition);position:relative;padding-bottom:6px}nav ul li a.active,nav ul li a:hover{color:var(--primary)}nav ul li a.active:after,nav ul li a:hover:after{width:100%}nav ul li a.active:after,nav ul li a:after,nav ul li a:hover:after{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:var(--primary)}nav ul li a:after{width:0;transition:width .3s ease}nav ul li a:hover:after{width:100%}.btn-primary,.btn-secondary{display:inline-block;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:600;font-size:16px;transition:var(--transition);margin-right:15px;font-family:var(--font-inter)}.btn-primary{background-color:var(--primary);color:white;box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-primary:hover{background-color:#0e213d;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.btn-secondary{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background-color:rgba(20,46,86,.1);transform:translateY(-3px)}.hero-section{min-height:55vh;display:flex;align-items:center;background-color:white;position:relative;overflow:hidden;padding:60px 0}.hero-section .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:40px}.hero-content{flex:1;max-width:600px;padding-right:20px}.hero-content h1{font-size:48px;color:var(--primary);margin-bottom:15px;line-height:1.2}.hero-content h1,.hero-content h2{font-weight:400;font-family:var(--font-bebas)}.hero-content h2{font-size:28px;color:var(--secondary);margin-bottom:20px}.hero-content p{font-size:18px;color:var(--medium);margin-bottom:30px;line-height:1.5}.hero-buttons{margin-top:20px;display:flex;flex-wrap:wrap;gap:15px}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;max-width:500px;margin:0 auto}.profile-image{width:100%;height:auto;max-width:500px;border-radius:50%;object-fit:contain}.about-section{padding:100px 0;background-color:var(--light)}.about-content{display:flex;flex-wrap:wrap;gap:50px;align-items:flex-start}.about-text{flex:1;min-width:300px}.about-text p{margin-bottom:20px;font-size:17px}.about-highlights{list-style:none;margin-top:30px}.about-highlights li{margin-bottom:15px;display:flex;align-items:center}.about-highlights i{color:var(--accent-secondary);margin-right:15px;font-size:22px;width:30px;text-align:center}.about-highlights span{font-weight:500}.about-metrics{flex:1;min-width:300px}.metrics-container{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:40px}.stat-item{flex:1;min-width:130px;background-color:white;padding:20px;border-radius:10px;box-shadow:var(--shadow);text-align:center;transition:var(--transition)}.stat-item:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:36px;font-weight:700;color:var(--primary);margin-bottom:10px;font-family:var(--font-bebas)}.stat-label{font-size:16px;color:var(--medium);font-weight:500}.tech-stack{background-color:white;padding:25px;border-radius:10px;box-shadow:var(--shadow)}.tech-stack h3{margin-bottom:20px;color:var(--primary);font-size:20px;text-align:center;font-family:var(--font-bebas)}.tech-logos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.tech-logo{flex:1;min-width:100px;max-width:120px;text-align:center}.tech-logo img{max-width:100%;height:auto;transition:var(--transition)}.tech-logo:hover img{transform:scale(1.05)}.experience-section{padding:100px 0;background-color:white}.timeline{position:relative;max-width:800px;margin:0 auto;padding-left:20px}.timeline:before{content:"";position:absolute;height:100%;width:2px;background-color:var(--border);left:20px;top:0}.timeline-item{position:relative;margin-bottom:50px;padding-left:60px}.timeline-dot{margin-top:40px;width:16px;height:16px;background-color:var(--accent);top:15px;left:10px}.timeline-dot,.timeline-dot:before{position:absolute;border-radius:50%}.timeline-dot:before{content:"";width:30px;height:30px;background-color:rgba(248,220,138,.3);top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-date{position:absolute;width:120px;text-align:left;left:5px;top:10px;padding-right:15px;margin-right:25px;font-weight:600;color:var(--primary);font-family:var(--font-bebas)}.timeline-content{background-color:white;border-radius:10px;box-shadow:var(--shadow);padding:25px;margin-left:40px;transition:var(--transition)}.timeline-content:hover{transform:translateY(-5px)}.timeline-content h3{color:var(--primary);margin-bottom:15px;font-weight:500;font-family:var(--font-bebas)}.timeline-content p{margin-bottom:15px}.timeline-content ul{list-style-type:disc;padding-left:20px}.timeline-content ul li{margin-bottom:8px}.resume-cta{text-align:center;margin-top:40px}.skills-section{padding:100px 0;background-color:var(--light)}.skills-container{display:flex;flex-wrap:wrap;gap:40px}.skill-category{flex:1;min-width:300px;background-color:white;padding:30px;border-radius:10px;box-shadow:var(--shadow);transition:var(--transition)}.skill-category:hover{transform:translateY(-5px)}.skill-category h3{margin-bottom:25px;color:var(--primary);font-size:22px;position:relative;padding-bottom:10px;font-family:var(--font-bebas)}.skill-category h3:after{content:"";position:absolute;width:40px;height:3px;background-color:var(--accent);bottom:0;left:0}.skill-item{margin-bottom:20px}.skill-info{display:flex;justify-content:space-between;margin-bottom:10px}.skill-name{font-weight:500}.skill-percentage{color:var(--medium)}.skill-bar{height:8px;background-color:rgba(229,229,229,.5);border-radius:10px;margin-top:8px;overflow:hidden}.skill-bar-fill{height:100%;background-color:#4CAF50;border-radius:10px;width:0;transition:width 1s ease-in-out}.portfolio-section{padding:100px 0;background-color:white;text-align:left}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:40px}.portfolio-item{background-color:white;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);padding-bottom:20px}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-img{background-color:#f8f1e7;display:flex;align-items:center;justify-content:center;padding:30px}.portfolio-content{padding:20px}.portfolio-content h3{margin-bottom:10px;color:var(--primary);font-weight:700;font-size:18px;font-family:var(--font-bebas)}.portfolio-content p{margin-bottom:15px;color:var(--medium);font-size:15px}.portfolio-btn{display:inline-block;font-size:14px;font-weight:600;color:var(--accent-secondary);text-decoration:none;transition:var(--transition)}.portfolio-btn:hover{color:var(--accent-secondary);text-decoration:underline}.portfolio-cta{margin-top:40px;text-align:center}.portfolio-cta .btn-secondary{background-color:white;border:2px solid var(--primary);padding:10px 25px;border-radius:30px;transition:var(--transition)}.portfolio-cta .btn-secondary:hover{background-color:var(--primary);color:white}.portfolio-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.filter-btn{background-color:transparent;border:1px solid var(--border);padding:8px 15px;border-radius:20px;cursor:pointer;font-weight:500;transition:var(--transition)}.filter-btn.active,.filter-btn:hover{background-color:var(--primary);color:white;border-color:var(--primary)}.contact-section{padding:100px 0;background-color:var(--light)}.contact-container{display:flex;flex-wrap:wrap;gap:40px}.contact-info{flex:1;min-width:300px;background-color:var(--primary);color:white;padding:40px;border-radius:10px}.contact-info h3{margin-bottom:20px;font-size:24px;font-family:var(--font-bebas);color:var(--accent)}.contact-info p{color:rgba(255,255,255,.9)}.contact-info p,.contact-items{margin-bottom:30px}.contact-item{display:flex;align-items:flex-start;margin-bottom:0}.contact-item i{margin-right:15px;font-size:20px;color:var(--accent)}.contact-item div{flex:1}.contact-item h4{margin-bottom:5px;font-size:18px}.contact-item p{margin-bottom:0;color:rgba(255,255,255,.8)}.contact-item a{color:rgba(255,255,255,.8);text-decoration:none;transition:var(--transition)}.contact-item a:hover{color:var(--accent)}.contact-info .social-links{display:flex;gap:15px}.contact-info .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,.1);border-radius:50%;color:white;font-size:18px;transition:var(--transition)}.contact-info .social-links a:hover{background-color:var(--accent);color:var(--primary);transform:translateY(-3px)}.contact-form{flex:1;min-width:300px;background-color:white;padding:40px;border-radius:10px;box-shadow:var(--shadow)}.contact-form h3{margin-bottom:25px;font-size:24px;color:var(--primary);font-family:var(--font-bebas)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--dark)}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:5px;font-family:inherit;font-size:16px;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(20,46,86,.1)}footer{background-color:var(--primary);color:white;padding:60px 0 30px}.footer-content{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:30px}.footer-section{flex:1;min-width:200px}.footer-section h3{margin-bottom:20px;font-size:20px;position:relative;padding-bottom:10px;font-family:var(--font-bebas)}.footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--accent)}.footer-section p{margin-bottom:16px;line-height:1.6;color:rgba(255,255,255,.8)}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:white}.footer-section .social-links{display:flex;gap:15px}.footer-section .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,.1);border-radius:50%;color:white;font-size:18px;transition:var(--transition)}.footer-section .social-links a:hover{background-color:var(--accent);color:var(--primary);transform:translateY(-3px)}.copyright{text-align:center;padding-top:30px;margin-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:rgba(255,255,255,.7)}@media screen and (max-width:992px){.section-title{font-size:28px}.hero-content{padding-right:0;max-width:100%}.hero-content h1{font-size:38px}.hero-content h2{font-size:24px}.hero-content p{font-size:16px}.hero-section{padding:50px 0}.hero-section .container{justify-content:center}.metrics-container{flex-wrap:wrap}.stat-item{min-width:calc(50% - 15px)}}@media screen and (max-width:768px){.header-content{position:relative}.nav-toggle{right:10px;top:10px;width:30px;height:25px;cursor:pointer;z-index:20}.nav-toggle,.nav-toggle span{display:block;position:absolute}.nav-toggle span{height:3px;width:100%;background:var(--primary);border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:var(--transition)}.nav-toggle span:first-child{top:0}.nav-toggle span:nth-child(2),.nav-toggle span:nth-child(3){top:10px}.nav-toggle span:nth-child(4){top:20px}.nav-toggle.open span:first-child,.nav-toggle.open span:nth-child(4){top:10px;width:0;left:50%}.nav-toggle.open span:nth-child(2){transform:rotate(45deg)}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)}nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:white;box-shadow:-5px 0 15px rgba(0,0,0,.1);transition:right .3s ease;z-index:10;padding-top:70px;overflow-y:auto}nav.open{right:0}nav ul{flex-direction:column;align-items:flex-start;gap:20px;padding:20px}nav ul li{margin:0;width:100%}nav ul li a{display:block;padding:10px 0;width:100%;font-size:18px}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:5}.overlay.open{display:block}.header-content{flex-direction:column;text-align:center}nav ul{margin-top:20px;flex-wrap:wrap;justify-content:center;gap:10px}nav ul li{margin:0 10px}.hero-section .container{flex-direction:column-reverse}.hero-content{text-align:center;padding-right:0;max-width:100%}.hero-buttons{justify-content:center}.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-dot{left:16px}.timeline-date{position:relative;width:auto;text-align:left;margin-bottom:10px;left:0}.contact-container,.metrics-container{flex-direction:column}.stat-item{width:100%}.tech-logos{justify-content:center}.timeline-card{width:100%;margin-left:35px}.timeline-content{width:calc(100% - 35px);padding:20px}}@media screen and (max-width:576px){.hero-content h1{font-size:32px}.hero-content h2{font-size:20px}.section-title{font-size:24px}.btn-primary,.btn-secondary{display:block;margin-bottom:15px;text-align:center}.timeline-content{padding:15px}.portfolio-grid{grid-template-columns:1fr}}.fade-in{animation:fadeIn 1s ease-in-out}.slide-up{animation:slideUp .8s ease-in-out}.slide-in-right{animation:slideInRight .8s ease-in-out}.slide-in-left{animation:slideInLeft .8s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}.highlight-text{color:var(--accent-secondary);font-weight:700}.highlight-bg{background-color:var(--accent);color:var(--primary);padding:2px 8px;border-radius:4px;font-weight:500}.page-header{background-color:var(--primary);color:white;padding:60px 0;text-align:center}.page-header h1{font-size:36px;margin-bottom:15px;font-family:var(--font-bebas);color:var(--accent)}.page-header p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.9);font-size:18px}.portfolio-container{max-width:1000px;margin:0 auto;padding:60px 20px}.portfolio-container h1{text-align:center;margin-bottom:40px;color:var(--primary);font-family:var(--font-bebas)}.case-study{margin-bottom:25px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.case-study summary{padding:20px;background-color:white;cursor:pointer;font-weight:600;color:var(--primary);display:flex;justify-content:space-between;align-items:center;transition:var(--transition)}.case-study summary:hover{background-color:var(--hover)}.case-study summary:after{content:"+";font-size:24px;margin-left:10px}.case-study[open] summary:after{content:"-"}.case-study-content{padding:20px;background-color:white}.case-study-content h3{margin:25px 0 15px;color:var(--primary);font-family:var(--font-bebas)}.case-study-content h3:first-child{margin-top:0}.case-study-content ol,.case-study-content p,.case-study-content ul{margin-bottom:15px}.case-study-content ol,.case-study-content ul{padding-left:20px}.case-study-content li{margin-bottom:8px}.case-study-content strong{color:var(--primary)}.specific-areas{background-color:var(--light);padding:20px;border-radius:8px;margin-top:20px}.specific-areas h4{margin-bottom:15px;color:var(--primary);font-family:var(--font-bebas)}.specific-areas h5{color:var(--secondary);margin:15px 0 8px}.specific-areas h5:first-of-type{margin-top:0}.zoho-form-container{display:flex;justify-content:center;width:100%;margin-top:10px}.zoho-form-container iframe{border-radius:8px;margin:0 auto}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_549949{font-family:Inter,Inter Fallback;font-style:normal}.__variable_549949{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:bebasNeue;src:url(/_next/static/media/f8cd6b7d650c1a01-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:bebasNeue Fallback;src:local("Arial");ascent-override:116.72%;descent-override:38.91%;line-gap-override:0.00%;size-adjust:77.11%}.__className_2893b5{font-family:bebasNeue,bebasNeue Fallback}.__variable_2893b5{--font-bebas:"bebasNeue","bebasNeue Fallback"}