@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";.header{width:100%;padding-top:32px}.header .header-content{display:flex;gap:32px}@media(max-width:799px){.header .header-content{gap:20px}}.header .header-content .header-text{font-size:16px;font-weight:500;line-height:100%;color:#fff;cursor:pointer;opacity:.5;transition:all .3s ease-in-out;transform:scale(1)}.header .header-content .header-text span{color:#ae85f2}.header .header-content .header-text.active,.header .header-content .header-text:hover{opacity:1;transform:scale(1.1)}.project-card-mini{box-sizing:border-box;border:1px solid #abb2bf;cursor:pointer;transition:all .3s ease-in-out;transform:scale(1)}@media(max-width:799px){.project-card-mini{width:100%;height:auto}}.project-card-mini:hover{border:1px solid #ae85f2;transform:scale(1.05)}.project-card-mini:hover .project-card-mini-tech,.project-card-mini:hover .project-card-mini-title{border-color:#ae85f2}.project-card-mini .project-card-mini-img{width:330px;height:220px;display:block}.project-card-mini .project-card-mini-img img{width:330px;height:220px}@media(max-width:799px){.project-card-mini .project-card-mini-img,.project-card-mini .project-card-mini-img img{width:100%;height:auto}}.project-card-mini .project-card-mini-tech{padding:8px;font-weight:400;font-size:16px;line-height:100%;color:#abb2bf;border-top:1px solid #abb2bf}.project-card-mini .project-card-mini-title{padding:16px 6px;font-weight:500;font-size:23px;line-height:100%;color:#fff;border-top:1px solid #abb2bf}.project-card-big{background-color:#343737;border:1px solid #ae85f2;padding:20px;width:500px;height:auto}.project-card-big .project-card-big-container{border:1px solid #ae85f2;padding:20px;display:flex;flex-direction:column;align-items:center;gap:20px;height:calc(100% - 30px)}.project-card-big .project-card-big-container .project-card-big-title{font-size:24px;font-weight:700;color:#fff;text-align:center}.project-card-big .project-card-big-container .project-card-big-image{width:458px;height:auto}.project-card-big .project-card-big-container .project-card-big-info-container{border:1px solid #ae85f2;padding:20px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-description{font-size:16px;color:#fff;margin-bottom:25px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-used-tech{display:flex;gap:5px;margin-bottom:25px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-used-tech .project-card-big-info-used-tech-info{font-size:16px;color:#fff}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links{display:flex;gap:15px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links .project-card-big-info-links-container a{display:inline-block}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links .project-card-big-info-links-container a img{width:32px;height:32px;transition:transform .2s ease-in-out}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links .project-card-big-info-links-container a img:hover{transform:scale(1.2)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;pointer-events:auto}.modal-overlay.is-open{animation:overlayIn .3s ease forwards}.modal-overlay.is-closing{animation:overlayOut .3s ease forwards}.modal-overlay .modal-content{position:relative;box-shadow:0 8px 20px rgba(0,0,0,.8)}.modal-overlay .modal-content.is-open{animation:fadeIn .3s ease forwards}.modal-overlay .modal-content.is-closing{animation:fadeOut .3s ease forwards}.modal-overlay .modal-content img[alt="Close icon"]{position:absolute;top:-30px;right:-30px;width:15px;height:15px;cursor:pointer;transition:transform .2s ease-in-out}.modal-overlay .modal-content img[alt="Close icon"]:hover{transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes overlayOut{0%{opacity:1}to{opacity:0}}@media(max-width:799px){.modal-overlay{padding:15px;justify-content:center}.modal-overlay .modal-content{width:100%!important;max-width:none;height:auto;max-height:none;overflow:visible;-webkit-overflow-scrolling:touch;box-shadow:none;position:relative}.modal-overlay .modal-content img[alt="Close icon"]{right:0;width:18px;height:18px;z-index:2}.project-card-big{width:100%!important;box-sizing:border-box;padding:12px;border-width:1px;max-height:calc(100vh - 30px);overflow:auto;-webkit-overflow-scrolling:touch}.project-card-big .project-card-big-container{width:100%;box-sizing:border-box;padding:12px;gap:12px;height:auto}.project-card-big .project-card-big-container .project-card-big-title{font-size:18px;line-height:1.2;text-align:center}.project-card-big .project-card-big-container .project-card-big-image{width:100%!important;height:auto!important;display:block}.project-card-big .project-card-big-container .project-card-big-info-container{padding:12px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-description{font-size:14px;line-height:1.4;margin-bottom:16px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-used-tech{gap:6px;margin-bottom:16px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-used-tech .project-card-big-info-used-tech-info{font-size:14px;line-height:1.3}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links{gap:12px}.project-card-big .project-card-big-container .project-card-big-info-container .project-card-big-info-links .project-card-big-info-links-container a img{width:24px;height:24px}}html{scrollbar-gutter:stable}.home{background-image:url(/images/bg-imgs/bg-home.png);background-repeat:no-repeat;background-position:top;background-size:100%}@media(max-width:799px){.home{background-image:none}}.home .intro-section{padding-top:120px;display:flex;justify-content:space-between;align-items:center;width:100%}@media(max-width:799px){.home .intro-section{padding-top:50px}}.home .intro-section .intro-text{max-width:600px;font-weight:600;font-size:32px;line-height:100%;color:#fff;max-width:530px}@media(max-width:799px){.home .intro-section .intro-text{font-size:25px;max-width:380px}}.home .intro-section .intro-text span{color:#ae85f2}.home .intro-section .intro-image,.home .intro-section .intro-image img{width:303px;height:303px}@media(max-width:799px){.home .intro-section .intro-image{display:none}}.home .projects-section{width:100%;padding-top:120px}@media(max-width:799px){.home .projects-section{padding-top:50px}}.home .projects-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}@media(max-width:799px){.home .projects-section .section-header{margin-bottom:25px}}.home .projects-section .section-header .section-header-left{display:flex;align-items:center;width:500px;font-size:32px;color:#fff}@media(max-width:799px){.home .projects-section .section-header .section-header-left{width:100%;font-size:20px}}.home .projects-section .section-header .section-header-left span{color:#ae85f2}.home .projects-section .section-header .section-header-left .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}.home .projects-section .section-header .section-header-right{font-weight:500;font-size:16px;line-height:100%;color:#fff;transition:color .3s ease-in-out,transform .3s ease-in-out;transform:scale(1)}.home .projects-section .section-header .section-header-right:hover{color:#ae85f2;transform:scale(1.1)}.home .projects-section .project-cards{display:flex;gap:17.5px}@media(max-width:799px){.home .projects-section .project-cards{gap:0;justify-content:center}}.home .projects-section .view-all-mobile{display:block;text-align:end;margin-top:25px;font-weight:500;font-size:15px;line-height:100%;color:#fff;transition:color .3s ease-in-out,transform .3s ease-in-out;transform:scale(1)}.home .projects-section .view-all-mobile:hover{color:#ae85f2;transform:scale(1.1)}.home .skills-section{width:100%;padding-top:120px}@media(max-width:799px){.home .skills-section{padding-top:50px}}.home .skills-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff}@media(max-width:799px){.home .skills-section .section-header{width:100%;font-size:20px;margin-bottom:25px}}.home .skills-section .section-header span{color:#ae85f2}.home .skills-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}.home .skills-section .skills-container{display:flex;flex-wrap:wrap;gap:43px 24px;margin:8px 0 0 440px}.home .skills-section .skills-container .skill-item{box-sizing:border-box;border:1px solid #abb2bf}.home .skills-section .skills-container .skill-item .skill-title{font-weight:600;font-size:16px;line-height:100%;color:#ae85f2;padding:8px;border-bottom:1px solid #abb2bf}@media(max-width:799px){.home .skills-section .skills-container .skill-item .skill-title{font-size:15px}}.home .skills-section .skills-container .skill-item .skill-desc{font-weight:400;font-size:16px;line-height:30px;color:#fff;padding:8px}@media(max-width:799px){.home .skills-section .skills-container .skill-item .skill-desc{font-size:13px;line-height:20px}}.home .skills-section .skills-container .skill-item.one{width:260px;height:140px}.home .skills-section .skills-container .skill-item.two{width:120px;height:140px}.home .skills-section .skills-container .skill-item.three{width:130px;height:100px;display:block!important}.home .skills-section .skills-container .skill-item.four{width:250px;height:140px}.home .skills-section .skills-container .skill-item.five{width:305px;height:140px}@media(max-width:799px){.home .skills-section .skills-container{margin:0;display:grid;grid-gap:16px;gap:16px;grid-template-columns:1.27fr 1fr}.home .skills-section .skills-container .skill-item,.home .skills-section .skills-container .skill-item.five,.home .skills-section .skills-container .skill-item.four,.home .skills-section .skills-container .skill-item.one,.home .skills-section .skills-container .skill-item.three,.home .skills-section .skills-container .skill-item.two{width:auto!important;height:auto;min-height:120px}.home .skills-section .skills-container .skill-item.four .mobile-only,.home .skills-section .skills-container .skill-item.three .mobile-only{display:block!important}}@media(max-width:799px)and (min-width:398px)and (max-width:406px){.home .skills-section .skills-container{grid-template-columns:150px 118px;width:284px;margin-left:auto;margin-right:auto;justify-content:center}}.home .about-me-section{width:100%;padding-top:95px}@media(max-width:799px){.home .about-me-section{padding-top:50px}}.home .about-me-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff;margin-bottom:25px}@media(max-width:799px){.home .about-me-section .section-header{width:100%;font-size:20px}}.home .about-me-section .section-header span{color:#ae85f2}.home .about-me-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}.home .about-me-section .about-me-text{font-weight:400;font-size:16px;line-height:26px;color:#fff;margin-bottom:20px;max-width:515px}@media(max-width:799px){.home .about-me-section .about-me-text{font-size:15px;line-height:20px}}.home .about-me-section .about-me-read-more{padding:8px 16px;border:1px solid #ae85f2;width:115px;display:flex;justify-content:center;transition:all .3s ease-in-out;transform:scale(1)}.home .about-me-section .about-me-read-more a{font-weight:500;font-size:17px;line-height:100%;color:#fff;transition:color .3s ease-in-out}.home .about-me-section .about-me-read-more:hover{border-color:#fff;transform:scale(1.1)}.home .about-me-section .about-me-read-more:hover a{color:#ae85f2}.home .contact-section{width:100%;padding:115px 0 250px}@media(max-width:799px){.home .contact-section{padding:50px 0 100px}}.home .contact-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff;margin-bottom:25px}@media(max-width:799px){.home .contact-section .section-header{width:100%;font-size:20px}}.home .contact-section .section-header span{color:#ae85f2}.home .contact-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}.home .contact-section .contact-content{display:flex;justify-content:space-between}@media(max-width:799px){.home .contact-section .contact-content{flex-direction:column;gap:25px}}.home .contact-section .contact-content .contact-text{font-weight:500;font-size:16px;line-height:100%;line-height:26px;color:#fff;max-width:515px}@media(max-width:799px){.home .contact-section .contact-content .contact-text{font-size:15px;line-height:20px;max-width:none}}.home .contact-section .contact-content .contact-msg-box{padding:16px;border:1px solid #abb2bf;transition:all .3s ease-in-out;transform:scale(1)}.home .contact-section .contact-content .contact-msg-box:hover{transform:scale(1.1);border-color:#ae85f2}.home .contact-section .contact-content .contact-msg-box:hover .contact-msg-box-title{color:#ae85f2}.home .contact-section .contact-content .contact-msg-box .contact-msg-box-title{font-weight:600;font-size:16px;line-height:100%;color:#fff;margin-bottom:16px}.home .contact-section .contact-content .contact-msg-box .contact-msg-box-info-container{display:flex;align-items:center;gap:6px}.home .contact-section .contact-content .contact-msg-box .contact-msg-box-info-container img{width:32px;height:32px}.home .contact-section .contact-content .contact-msg-box .contact-msg-box-info-container .contact-msg-box-info{font-weight:400;font-size:16px;line-height:100%;color:#abb2bf}.home .intro-section .intro-text .wiggle{display:inline-flex;--t:7%;--nt:calc(var(--t) * -1);--dur:9s;font:inherit;text-transform:inherit}.home .intro-section .intro-text .wiggle>span{display:inline-block;margin-inline:-1px;animation:shakeX var(--dur) infinite cubic-bezier(.45,0,.55,1)}.home .intro-section .intro-text .wiggle>span:nth-child(n){animation-duration:calc(var(--dur) + 2s)}.home .intro-section .intro-text .wiggle>span:nth-child(2n){animation-duration:calc(var(--dur) + 1s)}.home .intro-section .intro-text .wiggle>span:nth-child(3n){animation-duration:calc(var(--dur) + 0s)}@keyframes shakeX{0%{transform:translateX(0)}20%{transform:translateX(var(--nt))}40%{transform:translateX(var(--t))}60%{transform:translateX(var(--nt))}80%{transform:translateX(var(--t))}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.home .intro-section .intro-text .wiggle>span{animation:none}}.about-me{background-image:url(/images/bg-imgs/bg-about.png);background-repeat:no-repeat;background-position:top;background-size:100%}@media(max-width:799px){.about-me{background-image:none}}.about-me .page-title{margin:55px 0 70px;font-weight:600;font-size:32px;line-height:100%;color:#fff;width:100%;text-align:start}.about-me .page-title span{color:#ae85f2}@media(max-width:799px){.about-me .page-title{font-size:25px;margin:50px 0}}.about-me .about-me-section{width:100%;margin-bottom:120px}.about-me .about-me-section .about-me-section-text{font-weight:400;font-size:16px;line-height:25px;color:#fff;max-width:790px}@media(max-width:799px){.about-me .about-me-section{margin-bottom:0}}.about-me .skills-section{width:100%;margin-bottom:120px}@media(max-width:799px){.about-me .skills-section{padding-top:50px;margin-bottom:50px}}.about-me .skills-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff;margin-bottom:30px}.about-me .skills-section .section-header span{color:#ae85f2}.about-me .skills-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}@media(max-width:799px){.about-me .skills-section .section-header{width:100%;font-size:20px}}.about-me .skills-section .skills-container{display:flex;flex-wrap:wrap;gap:10px}.about-me .skills-section .skills-container .skill-item{box-sizing:border-box;border:1px solid #abb2bf}.about-me .skills-section .skills-container .skill-item .skill-title{font-weight:600;font-size:16px;line-height:100%;color:#ae85f2;padding:8px;border-bottom:1px solid #abb2bf}@media(max-width:799px){.about-me .skills-section .skills-container .skill-item .skill-title{font-size:15px}}.about-me .skills-section .skills-container .skill-item .skill-desc{font-weight:400;font-size:16px;line-height:30px;color:#fff;padding:8px}@media(max-width:799px){.about-me .skills-section .skills-container .skill-item .skill-desc{font-size:13px;line-height:20px}}.about-me .skills-section .skills-container .skill-item.one{width:259px;height:140px}.about-me .skills-section .skills-container .skill-item.two{width:118px;height:140px}.about-me .skills-section .skills-container .skill-item.three{width:270px;height:140px}.about-me .skills-section .skills-container .skill-item.four{width:210px;height:140px}.about-me .skills-section .skills-container .skill-item.five{width:128px;height:100px}@media(max-width:799px){.about-me .skills-section .skills-container{margin:0;display:grid;grid-gap:16px;gap:16px;grid-template-columns:1.27fr 1fr}.about-me .skills-section .skills-container .skill-item,.about-me .skills-section .skills-container .skill-item.five,.about-me .skills-section .skills-container .skill-item.four,.about-me .skills-section .skills-container .skill-item.one,.about-me .skills-section .skills-container .skill-item.three,.about-me .skills-section .skills-container .skill-item.two{width:auto!important;height:auto;min-height:120px}}@media(max-width:799px)and (min-width:398px)and (max-width:406px){.about-me .skills-section .skills-container{grid-template-columns:150px 118px;width:284px;margin-left:auto;margin-right:auto;justify-content:center}}.about-me .education-section{width:100%;margin-bottom:120px}@media(max-width:799px){.about-me .education-section{margin-bottom:50px}}.about-me .education-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff;margin-bottom:30px}.about-me .education-section .section-header span{color:#ae85f2}.about-me .education-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}@media(max-width:799px){.about-me .education-section .section-header{width:100%;font-size:20px}}.about-me .education-section .education-item{border:1px solid #abb2bf;padding:8px;font-weight:600;font-size:16px;line-height:100%;color:#abb2bf;width:max-content}@media(max-width:799px){.about-me .education-section .education-item{width:auto;text-align:center}.about-me .education-section .education-item .mobile-only{display:block!important}.about-me .education-section .education-item .desktop-only{display:none!important}.about-me .education-section .education-item-text{font-size:13px}}.about-me .accomplishments-section{width:100%;margin-bottom:250px}@media(max-width:799px){.about-me .accomplishments-section{margin-bottom:100px}}.about-me .accomplishments-section .section-header{display:flex;align-items:center;width:500px;font-size:32px;color:#fff;margin-bottom:30px}.about-me .accomplishments-section .section-header span{color:#ae85f2}.about-me .accomplishments-section .section-header .line{flex-grow:1;height:2px;background:#ae85f2;margin-left:20px}@media(max-width:799px){.about-me .accomplishments-section .section-header{width:100%;font-size:20px}}.about-me .accomplishments-section .accomplishments-item{border:1px solid #abb2bf;padding:8px;font-weight:600;font-size:16px;line-height:100%;color:#abb2bf;margin-bottom:30px;width:max-content}@media(max-width:799px){.about-me .accomplishments-section .accomplishments-item{width:auto;text-align:center}.about-me .accomplishments-section .accomplishments-item .mobile-only{display:block!important}.about-me .accomplishments-section .accomplishments-item .desktop-only{display:none!important}.about-me .accomplishments-section .accomplishments-item-text{font-size:13px}}.projects{background-image:url(/images/bg-imgs/bg-projects.png);background-repeat:no-repeat;background-position:top;background-size:100%}@media(max-width:799px){.projects{background-image:none}}.projects .page-title{margin:55px 0 70px;font-weight:600;font-size:32px;line-height:100%;color:#fff;width:100%;text-align:start}.projects .page-title span{color:#ae85f2}@media(max-width:799px){.projects .page-title{font-size:25px;margin:50px 0}}.projects .projects-container{display:flex;flex-wrap:wrap;gap:14.5px;margin-bottom:250px}@media(max-width:799px){.projects .projects-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px;margin-bottom:100px}.projects .projects-container .project-card-mini,.projects .projects-container .projects-page-card{box-sizing:border-box}.projects .projects-container .project-card-mini .project-card-mini-title,.projects .projects-container .projects-page-card .project-card-mini-title{font-size:15px;line-height:1.15;padding:12px 6px}.projects .projects-container .project-card-mini .project-card-mini-tech,.projects .projects-container .projects-page-card .project-card-mini-tech{font-size:11px;line-height:1.2;padding:6px 8px}}:root{--font-family:"Fira Code",monospace;--bg-color:#343737}body{font-family:var(--font-family);background-color:var(--bg-color);margin:0;padding:0}a{color:inherit;text-decoration:none}.go-top{box-sizing:border-box;display:inline-block;opacity:0;visibility:hidden;pointer-events:none;width:40px;height:40px;text-align:center;border-radius:50%;position:fixed;bottom:30px;right:30px;transition:background-color .3s,opacity .5s,visibility .5s;z-index:1000;border:4px solid #86949c;background:#fff;line-height:40px}.go-top.visible{opacity:.8;visibility:visible;pointer-events:auto}.go-top:after{background:url(/images/icons/back.png) 50% no-repeat;width:12px;height:20px;content:"";display:inline-block;background-size:100%;transform:rotate(90deg);opacity:.5}.page-wrapper{margin:0;padding:0}.page-wrapper,.page-wrapper .bg-container{width:100%;display:flex;justify-content:center;align-items:center}.page-wrapper .bg-container{position:relative;max-width:1365px}.page-wrapper .bg-container .social-icons-desktop{position:absolute;top:200px;left:17px;display:flex;flex-direction:column;gap:8px}@media(max-width:799px){.page-wrapper .bg-container .social-icons-desktop{display:none}}.page-wrapper .bg-container .social-icons-desktop a{display:inline-block}.page-wrapper .bg-container .social-icons-desktop a img{width:32px;height:32px;transition:transform .2s ease-in-out}.page-wrapper .bg-container .social-icons-desktop a img:hover{transform:scale(1.2)}.page-wrapper .bg-container .social-icons-mobile{display:none}@media(max-width:799px){.page-wrapper .bg-container .social-icons-mobile{position:fixed;top:0;left:11.5px;display:flex;flex-direction:column;gap:8px}.page-wrapper .bg-container .social-icons-mobile:before{content:"";display:block;width:1px;height:191px;background-color:#abb2bf;margin:0 auto 8px}.page-wrapper .bg-container .social-icons-mobile a{display:inline-block}.page-wrapper .bg-container .social-icons-mobile a img{width:32px;height:32px;transition:transform .2s ease-in-out}.page-wrapper .bg-container .social-icons-mobile a img:hover{transform:scale(1.2)}}.page-wrapper .bg-container .content-wrapper{max-width:1025px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}@media(max-width:799px){.page-wrapper .bg-container .content-wrapper{padding:0 25px 0 55px;max-width:none}}.desktop-only{display:block!important}.mobile-only{display:none!important}@media(max-width:799px){.desktop-only{display:none!important}.mobile-only{display:block!important}}@keyframes route-fade-in{0%{opacity:0}to{opacity:1}}.route-fade{animation:route-fade-in .64s cubic-bezier(.22,.61,.36,1) both;will-change:opacity}@media(prefers-reduced-motion:reduce){.route-fade{animation:none}}@keyframes page-slide-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-wrapper .bg-container .content-wrapper{animation:page-slide-in .64s cubic-bezier(.22,.61,.36,1) both;will-change:opacity,transform}@media(prefers-reduced-motion:reduce){.page-wrapper .bg-container .content-wrapper{animation:none}}.page-wrapper .bg-container .content-wrapper{position:relative;z-index:0}.page-wrapper .bg-container .social-icons-mobile{position:fixed;top:0;left:11.5px;z-index:1200}.page-wrapper .bg-container .social-icons-mobile:before{pointer-events:none}