:root{--navy-shadow:rgba(2,12,27,.7);--background-color:#0a192f;--lightest-navy:#233554;--light-navy:#112240;--dark-slate:#495670;--slate:#8892b0;--light-slate:#ccd6f6;--lightest-slate:#a8b2d1;--theme-color:#9d00ff;--text_primary:#fff;--text_secondary:#8892b0;--card:#112240}.scrollToTopBtn{position:fixed;bottom:2rem;right:2rem;background-color:#854ce6;color:#fff;border:none;padding:.75rem 1rem;border-radius:50%;font-size:1.2rem;cursor:pointer;z-index:1000;box-shadow:0 4px 12px rgba(133,76,230,.4);transition:background-color .3s ease,transform .3s ease;&:hover{background-color:#a276ff;transform:scale(1.1)}}::selection{color:#fff;background:var(--theme-color)}::-moz-selection{color:#fff;background:var(--theme-color)}body,html{scroll-behavior:smooth!important;scroll-padding-top:100px;overflow-x:hidden}body{background-color:var(--background-color);counter-reset:title}main{transition:.3s ease-in-out}.blur{filter:blur(10px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:thin;scrollbar-color:var(--dark-slate) var(--background-color)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background-color:var(--dark-slate);border:3px solid var(--background-color);border-radius:10px}:root{--tsm:13px;--tsm1:14px;--tsm2:15px;--tbase:16px;--tlarge:18px;--tlarge2:22px;--txlarge:25px;--tx2large:32px;--tgiant:clamp(40px,8vw,80px)}@media screen and (max-width:480px){:root{--tx2large:25px}}.social-icons{position:fixed;bottom:0;left:4rem}.social-icons-list{list-style-type:none;display:flex;flex-direction:column;gap:.5rem}.social-icons-list-item{font-size:var(--tlarge2);transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}.social-icons-list-item:hover{transform:translateY(-4px)}.social-icons-list-item:last-child{margin-bottom:2rem}.social-icons-list-item-link{padding:10px;color:var(--lightest-slate);transition:.3s ease-in-out;outline:2px dashed transparent;border-radius:50%;display:inline-flex}.social-icons-list-item-link:hover{color:var(--theme-color)}.social-icons-list-item-link:focus{outline-color:var(--theme-color);transform:translateY(-4px);color:var(--theme-color)}.social-icons-list:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.social-icons{left:2rem}}@media screen and (max-width:768px){.social-icons{display:none}}.email{position:fixed;bottom:0;right:4rem;display:flex;flex-direction:column;gap:1.5rem}.email-link{writing-mode:vertical-rl;text-decoration:none;color:var(--light-slate);font-family:var(--fira-code);font-size:var(--tsm2);letter-spacing:.1rem;margin-bottom:20px;outline:2px dashed transparent;padding:10px;transition:.3s ease-in-out}.email-link:hover{color:var(--theme-color)}.email-link:focus{outline-color:var(--theme-color)}.email:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.email{right:2rem}}@media screen and (max-width:768px){.email{display:none!important}}.btn{color:var(--theme-color);padding:.75em 1em;text-decoration:none;border:1px solid var(--theme-color);border-radius:4px;background-color:transparent;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:var(--tsm);font-weight:500;outline:none;transition:background-color .3s ease}.btn:focus,.btn:hover{background-color:var(--lightest-navy)}.link{text-decoration:none;display:inline-block;position:relative;color:var(--theme-color);font-weight:500;transition:color .25s ease}.link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.5px;bottom:0;left:0;background-color:var(--theme-color);transform-origin:bottom right;transition:transform .25s ease-out}.link:focus:after,.link:hover:after{transform:scaleX(1);transform-origin:bottom left}.link:focus{outline:none}.loader{color:var(--theme-color);fill:none;display:flex;justify-content:center;align-items:center;overflow:hidden;height:90vh}.loader svg{height:10rem;width:10rem;transition:transform .3s ease}.loader:hover svg{transform:scale(1.05)}main{margin:0 15rem}@media screen and (max-width:1020px){main{margin:0 8rem}}@media screen and (max-width:768px){main{margin:0 3rem}}@media screen and (max-width:480px){main{margin:0 1.5rem}}body{max-width:100vw;overflow-x:hidden}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}nav{min-height:60px}nav .wrapper{width:100%;justify-content:space-between;padding:0 4rem;position:relative}nav .wrapper,nav .wrapper .brand a{display:flex;align-items:center;transition:.3s ease-in-out}nav .wrapper .brand a{color:var(--theme-color);justify-content:center;height:3rem;width:3rem;fill:none;margin:2rem 0;cursor:pointer;outline:2px dashed transparent}nav .wrapper .brand a:hover{fill:rgba(100,250,217,.102)}nav .wrapper .brand a:focus{outline-color:var(--theme-color);fill:rgba(100,250,217,.102)}nav .wrapper .nav-responsive-toggle{display:none;color:var(--theme-color);font-size:var(--tlarge2);justify-content:center;align-items:center;transition:.3s ease-in-out;z-index:15}nav .wrapper .nav-items{display:flex;gap:3em;color:var(--lightest-slate);font-family:var(--fira-code);font-weight:500;font-size:var(--tsm1);counter-reset:nav-list}nav .wrapper .nav-items-list{display:flex;gap:3rem;list-style-type:none}nav .wrapper .nav-items-list-item a{outline:2px dashed transparent;padding:10px;text-decoration:none;color:inherit;transition:.3s ease-in-out}nav .wrapper .nav-items-list-item a:before{counter-increment:nav-list;content:"0" counter(nav-list) ". ";color:var(--theme-color)}nav .wrapper .nav-items-list-item a:focus{outline-color:var(--theme-color)}nav .wrapper .nav-items-list-item:hover{color:var(--theme-color)}@media screen and (max-width:1020px){nav .wrapper{padding:0 2rem}nav .wrapper .nav-responsive-toggle{display:flex;z-index:15}nav .wrapper .nav-items{position:fixed;height:100vh;right:0;width:0;opacity:0;visibility:hidden;top:0;padding:50px 10px;background-color:var(--light-navy);flex-direction:column;justify-content:center;align-items:center;transition:.3s ease-in-out;z-index:11}nav .wrapper .nav-items-list{flex-direction:column}nav .wrapper .nav-responsive{width:min(75vw,400px);visibility:visible;opacity:1}}nav .blur-nav{height:80px;position:fixed;top:0;transition:.3s ease-in-out;z-index:100;background-color:rgba(10,25,47,.85);box-shadow:0 10px 30px -10px var(--navy-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero{margin-top:4rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;justify-content:center;min-height:60vh}.hero-title{color:var(--theme-color);font-size:var(--tsm2);font-family:var(--fira-code)}.hero-title-large{font-size:var(--tgiant);font-family:var(--raleway);color:var(--light-slate)}.hero-title-sub{color:var(--lightest-slate)}.hero-text{color:var(--slate);margin-right:40%;font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:600;font-family:var(--raleway)}.hero-button{margin-top:2rem}.hero-button .btn{padding:1rem 2rem;font-size:var(--tsm1)}@media screen and (max-width:768px){.hero-text{width:90%}}.about{margin:15rem 0}.about .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.about .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.about .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.about .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:220px;background-color:var(--lightest-navy)}.about-grid{display:grid;grid-template-columns:60% 40%;grid-gap:1rem;gap:1rem}.about-grid-info{display:flex;flex-direction:column;gap:1rem}.about-grid-info-text{color:var(--slate);margin-right:10%;font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:500;font-family:var(--raleway);text-align:left}.about-grid-info-list{display:grid;grid-template-columns:33% 33% 33%;list-style-type:none;padding:0 3rem}.about-grid-info-list-item{font-family:var(--raleway);line-height:1.6rem;font-weight:500;font-size:var(--tbase);color:var(--slate);position:relative}.about-grid-info-list-item:before{content:"▹";position:absolute;left:-20px;top:6px;color:var(--theme-color);line-height:12px}.about-grid-photo{position:relative;width:max-content;height:max-content}.about-grid-photo:hover .overlay{background-color:transparent}.about-grid-photo:hover .overlay-border{top:.5rem;left:.5rem}.about-grid-photo:hover img{filter:none}.about-grid-photo .overlay{transition:.3s ease-in-out;position:absolute;height:350px;width:350px;background-color:rgba(157,0,255,.302);border-radius:.2rem}.about-grid-photo .overlay-border{z-index:-3;height:100%;width:100%;position:absolute;border:2px solid var(--theme-color);top:1rem;left:1rem;border-radius:.2rem;transition:.3s ease-in-out}.about-grid-photo-container{position:relative;height:350px;width:350px;object-fit:cover}.about-grid-photo-container img{z-index:0;transition:.3s ease-in-out;border-radius:.2rem}@media screen and (max-width:1080px){.about{margin:5rem 0}.about-grid-photo .overlay,.about-grid-photo-container{height:223px;width:223px}.about-grid-info-list{grid-template-columns:1fr}}@media screen and (max-width:768px){.about{margin:5rem auto}.about .title h2:after{width:200px}.about-grid{display:flex;justify-content:center;align-items:center;flex-direction:column}.about-grid-photo{margin-top:3rem}.about-grid-photo .overlay,.about-grid-photo-container{height:300px;width:300px}.about-grid-info-text{margin-right:0}}@media screen and (max-width:480px){.about .title h2:after{width:100px}.about-grid-photo .overlay,.about-grid-photo-container{height:223px;width:223px}}@media screen and (max-width:600px){.about .title h2:after{display:none}}.experience{margin:10rem 0;max-width:700px}.experience .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.experience .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.experience .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.experience .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:380px;background-color:var(--lightest-navy)}.experience .container{display:grid;grid-template-columns:20% 80%;grid-gap:1rem;gap:1rem}.experience .container .exp-slider{list-style-type:none;position:relative;height:max-content}.experience .container .exp-slider .underline{background-color:var(--theme-color);position:absolute;left:-.5px;top:0;height:2.5rem;width:3px;transition:.3s ease-in-out}.experience .container .exp-slider:before{position:absolute;left:0;content:"";height:100%;width:1px;background-color:var(--lightest-navy)}.experience .container .exp-slider-item{height:2.5rem;padding:0 1.5rem;display:flex;vertical-align:middle;cursor:pointer;width:100%}.experience .container .exp-slider-item span{display:flex;justify-content:center;align-items:center;color:var(--slate);font-family:var(--fira-code);font-size:var(--tsm1)}.experience .container .exp-slider-item:hover{background-color:var(--light-navy)}.experience .container .exp-slider-item-selected span,.experience .container .exp-slider-item:hover span{color:var(--theme-color)}.experience .container .exp-details{height:40vh;font-family:var(--raleway)}.experience .container .exp-details-position{color:var(--lightest-slate)}.experience .container .exp-details-position-company{color:var(--theme-color)}.experience .container .exp-details-range{color:var(--light-slate)}.experience .container .exp-details-list{list-style-type:none;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-left:20px}.experience .container .exp-details-list-item{position:relative;color:var(--slate);font-weight:500}.experience .container .exp-details-list-item:before{content:"▹";position:absolute;left:-20px;top:6px;color:var(--theme-color);line-height:12px}@media screen and (max-width:968px){.experience .title h2:after{width:100px}}@media screen and (max-width:600px){.experience{margin:5rem auto}.experience .container{grid-template-columns:1fr;padding:1rem}.experience .container .exp-details{height:max-content}.experience .container .exp-slider{display:flex;overflow-x:scroll}.experience .container .exp-slider .underline,.experience .container .exp-slider:before{display:none}}@media screen and (max-width:480px){.experience .title h2:after{display:none}}.projects{padding-top:3rem;margin:5rem 0 9.5rem}.projects .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.projects .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.projects .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.projects .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:420px;background-color:var(--lightest-navy)}.projects-container{display:flex;flex-direction:column;gap:5rem}.projects-container .project{position:relative;display:flex;justify-content:flex-end}.projects-container .project-image{position:absolute;top:0;left:0}.projects-container .project-image-container{position:relative;width:600px;height:300px}.projects-container .project-image:hover .project-image-overlay{background-color:transparent}.projects-container .project-image:hover img{filter:none}.projects-container .project-image-overlay{transition:.3s ease-in-out;position:absolute;width:100%;height:100%;background-color:rgba(157,0,255,.302)}.projects-container .project-image img{z-index:0;transition:.3s ease-in-out}.projects-container .project-info{z-index:5;width:clamp(300px,40vw,450px);max-width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.projects-container .project-info-overline{color:var(--theme-color);font-family:var(--fira-code)}.projects-container .project-info-title{width:98%;color:var(--lightest-slate);font-size:var(--txlarge);font-family:var(--raleway);cursor:pointer;transition:.3s ease-in-out;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.projects-container .project-info-title:hover{color:var(--theme-color)}.projects-container .project-info-description p{color:var(--light-slate);font-family:var(--raleway);padding:.4rem;text-align:justify}.projects-container .project-info-tech-list{display:flex;list-style-type:none;gap:1rem;flex-wrap:wrap}.projects-container .project-info-tech-list-item{color:var(--light-slate);font-family:var(--raleway)}.projects-container .project-info-links{font-size:var(--tlarge2);list-style-type:none;display:flex;gap:1rem}.projects-container .project-info-links-item{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}.projects-container .project-info-links-item-link{padding:10px;color:var(--lightest-slate);transition:.3s ease-in-out;outline:2px dashed transparent}.projects-container .project-info-links-item-link:hover{color:var(--theme-color)}.projects-container .project-info-links-item-link:focus{outline-color:var(--theme-color);transform:translateY(-4px);color:var(--theme-color)}.projects-container .project:nth-of-type(2n){justify-content:flex-start}.projects-container .project:nth-of-type(2n) .project-image{right:0;left:auto}.projects-container .project:nth-of-type(2n) .project-info{align-items:flex-start}.projects-container .project:nth-of-type(2n) .project-info-description p{text-align:start}@media screen and (max-width:1100px){.projects-container{align-items:center}.projects-container .project{justify-content:flex-start}.projects-container .project .project-info{width:600px;height:auto;background-color:rgba(31,10,44,.592);align-items:flex-start;padding:1rem}.projects-container .project .project-info-title{font-size:1.6rem}.projects-container .project .project-info-description p{padding:0;text-align:start}.projects-container .project:nth-of-type(2n) .project-image{left:0;right:auto}}@media screen and (max-width:680px){.projects{margin:5rem 0}.projects-container .project{flex-direction:column}.projects-container .project-image{position:relative}.projects-container .project-image-container{width:100%;height:220px}.projects-container .project .project-info{width:100%;padding:1rem;height:auto}.projects-container .project .project-info-title{font-size:1.4rem}}@media screen and (max-width:600px){.projects-container .project-image-container{width:100%;height:220px}.projects-container .project .project-info{width:100%;padding:1rem}.projects-container .project .project-info-title{font-size:1.25rem}.projects .title h2:after{display:none}}@media screen and (max-width:968px){.projects .title h2:after{width:100px}}.contact{max-width:700px;margin:6rem auto;display:flex;gap:1rem;justify-content:center;align-items:center;flex-direction:column}.contact .contact-title{color:var(--theme-color);font-size:var(--tbase);font-family:var(--fira-code);font-weight:300}.contact .contact-title:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.contact .contact-sub-title{font-size:var(--tgiant);font-family:var(--raleway);color:var(--light-slate)}.contact .contact-text{color:var(--slate);font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:500;font-family:var(--raleway);text-align:center}.contact .contact-cta{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;width:100%}.contact .contact-cta .btn{padding:1rem 2rem;width:100%;text-align:center}@media screen and (min-width:600px){.contact .contact-cta{flex-direction:row;justify-content:center}.contact .contact-cta .btn{width:auto}}.skillsSection{padding-top:3rem;margin:5rem 0 9.5rem;text-align:left;background:var(--background-color)}.skillsSection .sectionHeader{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:3rem;position:relative}.skillsSection .sectionTitle{font-size:var(--tx2large);font-weight:700;color:var(--lightest-slate);margin-bottom:2rem;font-family:var(--raleway);position:relative}.skillsSection .sectionTitle:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.skillsSection .sectionTitle:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:180px;background-color:var(--lightest-navy)}.skillsSection .sectionSubtitle{font-size:16px;color:var(--text_secondary);font-weight:400;margin-top:.5rem}.skillsSection .scrollerWrapper{display:flex;gap:1.5rem;align-items:center;justify-content:center;flex-wrap:wrap}@media(max-width:1000px){.skillsSection .scrollerWrapper{flex-direction:column;gap:1rem}}.skillsSection .verticalScroll{width:100%;max-width:900px;border-radius:16px;position:relative}.skillsSection .slide{display:none}.skillsSection .activeSlide{display:block;animation:fadeIn .4s ease-in-out}.skillsSection .grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:24px;gap:24px;justify-items:center;align-items:center}@media(max-width:1024px){.skillsSection .grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.skillsSection .grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.skillsSection .grid{grid-template-columns:repeat(2,1fr);gap:16px}}.skillsSection .skillItem{background:hsla(0,0%,100%,.05);border:1px solid #854ce6;padding:1.2rem;border-radius:12px;width:110px;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease-in-out;color:#e0e0e0}.skillsSection .skillItem p,.skillsSection .skillItem span{color:#e0e0e0}.skillsSection .skillItem:hover{background:rgba(133,76,230,.1);transform:translateY(-2px);box-shadow:0 4px 12px rgba(133,76,230,.15)}@media(max-width:768px){.skillsSection .skillItem{width:100px;height:100px;padding:1rem}}@media(max-width:480px){.skillsSection .skillItem{width:90px;height:90px;padding:.8rem}}.skillsSection .skillImage{width:48px;height:48px;object-fit:contain;margin-bottom:6px}@media(max-width:768px){.skillsSection .skillImage{width:40px;height:40px}}@media(max-width:480px){.skillsSection .skillImage{width:36px;height:36px}}.skillsSection .scrollbar{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;gap:4px;margin-top:10px;padding-right:4px}@media(max-width:1000px){.skillsSection .scrollbar{flex-direction:row;height:auto;padding-right:0;margin-top:1rem;gap:8px;justify-content:center}}.skillsSection .dot{width:2px;height:36px;background-color:rgba(133,76,230,.15);transition:all .3s ease;cursor:pointer;border-radius:4px;transform:skewY(8deg);box-shadow:inset 0 0 2px hsla(0,0%,100%,.08)}@media(max-width:1000px){.skillsSection .dot{width:36px;height:4px;transform:skewX(8deg)}}.skillsSection .activeDot{background:linear-gradient(180deg,#854ce6,#a276ff);box-shadow:0 0 3px rgba(133,76,230,.4);transform:scale(1.05) skewY(8deg)}@media(max-width:1000px){.skillsSection .activeDot{transform:scaleX(1.2) skewX(8deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:600px){.skillsSection .sectionTitle:after{display:none}}@media(max-width:768px){.skillsSection .verticalScroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem}.skillsSection .activeSlide,.skillsSection .grid,.skillsSection .slide{display:flex!important;flex-direction:row;flex-wrap:nowrap}.skillsSection .grid{min-width:max-content;gap:1rem}.skillsSection .skillItem{flex:0 0 auto;scroll-snap-align:start}.skillsSection .scrollbar{display:none}}footer{display:flex;justify-content:center;align-content:center;padding:15px;min-height:70px}footer .footer-link{text-decoration:none;display:flex;flex-direction:column;gap:.5rem;color:var(--theme-color);outline:2px dashed transparent;transition:.3s ease-in-out;padding:10px;font-size:var(--tsm1)}footer .footer-link:focus{outline-color:var(--theme-color)}footer .footer-link .footer-info{font-family:var(--fira-code);text-align:center}footer .footer-link .footer-git{display:flex;justify-content:center;align-items:baseline;gap:1rem}footer .footer-link .footer-git-item{display:flex;gap:.3rem}footer .footer-link .footer-git-item-icon{display:flex;justify-content:center;align-items:center}@font-face{font-family:__Raleway_4f7708;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/200388358b398524-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:__Raleway_4f7708;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/34900c74a84112b6-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_4f7708;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-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:__Raleway_4f7708;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-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:__Raleway_4f7708;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-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:__Raleway_Fallback_4f7708;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_4f7708{font-family:__Raleway_4f7708,__Raleway_Fallback_4f7708;font-style:normal}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-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:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/848b99572ad207f3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-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:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/046b90749014f852-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:__Fira_Code_693020;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c97d4358b5ad6f1f-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:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-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:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/848b99572ad207f3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-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:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/046b90749014f852-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:__Fira_Code_693020;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c97d4358b5ad6f1f-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:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-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:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/848b99572ad207f3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-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:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/046b90749014f852-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:__Fira_Code_693020;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c97d4358b5ad6f1f-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:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-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:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/848b99572ad207f3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-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:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/046b90749014f852-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:__Fira_Code_693020;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c97d4358b5ad6f1f-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:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-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:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/848b99572ad207f3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-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:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/046b90749014f852-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:__Fira_Code_693020;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c97d4358b5ad6f1f-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:__Fira_Code_Fallback_693020;src:local("Arial");ascent-override:73.56%;descent-override:23.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_693020{font-family:__Fira_Code_693020,__Fira_Code_Fallback_693020;font-style:normal}