:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0003;border-radius:5px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4fc3f7,#00bcd4);border-radius:5px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00bcd4,#0097a7)}*{scrollbar-width:thin;scrollbar-color:#4fc3f7 rgba(0,0,0,.2)}.modern-card{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.modern-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,195,247,.1),transparent);transition:left .5s;pointer-events:none}.modern-card:hover:before{left:100%}.modern-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4fc3f726;border:solid 1px;border-color:#4fc3f74d}.tag{background:#4fc3f71a;color:#4fc3f7;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid rgba(79,195,247,.2);transition:all .3s ease;display:inline-block;letter-spacing:.02em}.tag:hover{background:#4fc3f733;border-color:#4fc3f766;transform:scale(1.05)}.navbar-logo-container{display:flex;justify-content:center;margin-bottom:1rem}.navbar-logo-btn{width:100px;height:100px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:transparent;padding:0;cursor:pointer;position:relative;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar-logo-btn img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.navbar-logo-btn:hover{border-color:#4fc3f766;transform:translateY(-2px);box-shadow:0 6px 20px #4fc3f733}.navbar-container{padding:15px;border-radius:0 16px 16px 0;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;align-items:center}.navbar ul{list-style:none;padding:0;margin:0;width:100%}.navbar ul li button{display:block;border-radius:24px;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:#fff;background:transparent;transition:all .3s ease;letter-spacing:.03em;cursor:pointer;font-family:inherit;box-sizing:border-box}.navbar ul li button:hover{border-color:#4fc3f766;transform:translateY(-2px);box-shadow:0 6px 20px #4fc3f733}.navbar ul li button.active{background:linear-gradient(135deg,#4fc2f7,#00bbd4);color:#fff;border-color:transparent;box-shadow:0 8px 24px #4fc3f74d}@media screen and (min-width:769px){.navbar{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:100;width:auto;padding:0}.navbar ul{display:flex;flex-direction:column;gap:.75rem}.navbar ul li button{padding:.6rem 1.2rem;font-size:.9rem;width:100%;text-align:center;min-width:120px}}@media screen and (max-width:768px){.navbar{width:100%;padding:1rem 0;position:relative;z-index:10}.navbar ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.navbar ul li button{padding:.5rem 1rem;font-size:.85rem}.navbar-logo-btn{width:50px;height:50px}}.window-container{flex-grow:1;flex-shrink:1;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;max-width:100%;z-index:3;width:100%;min-height:0;padding:2rem;box-sizing:border-box}@media screen and (min-width:769px){.window-container{padding-left:180px}}.window{position:relative;width:70vw;max-width:95vw;max-height:85vh;padding:1.5rem 2.5rem;overflow-y:auto;background:#1b1f224d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 8px 32px #0006;color:#fff;transform:translateY(0);opacity:1}.window-fade{animation:windowFadeIn .325s ease-in-out}.window-up{animation:windowSlideUp .4s cubic-bezier(.16,1,.3,1)}.window-down{animation:windowSlideDown .4s cubic-bezier(.16,1,.3,1)}.window-close-btn{display:block;position:absolute;top:0;right:0;width:4rem;height:4rem;cursor:pointer;text-indent:4rem;overflow:hidden;white-space:nowrap;background:transparent;border:none;padding:0}.window-close-btn:before{transition:background-color .2s ease-in-out;content:"";display:block;position:absolute;top:.75rem;left:.75rem;width:2.5rem;height:2.5rem;border-radius:100%;background-position:center;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");background-size:20px 20px;background-repeat:no-repeat}.window-close-btn:hover:before{background-color:#ffffff13}.window-close-btn:active:before{background-color:#ffffff2d}@media screen and (max-width:736px){.window{padding:2.5rem 1.5rem 1rem;max-height:90vh}.window-close-btn:before{top:.875rem;left:.875rem;width:2.25rem;height:2.25rem;background-size:14px 14px}}@media screen and (max-width:480px){.window{padding:2rem 1rem .8rem;max-height:92vh}}@keyframes windowFadeIn{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes windowSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes windowSlideDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.window::-webkit-scrollbar{width:8px}.window::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.window::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.window::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.intro-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;z-index:1;transition:transform .325s ease-in-out,filter .325s ease-in-out,opacity .325s ease-in-out}body.is-article-visible .intro-container{transform:scale(.95);filter:blur(.1rem);opacity:0;pointer-events:none}.intro-content{border-left:0;border-right:0;max-width:100%;pointer-events:auto}.intro-inner{padding:3rem 2rem;max-height:40rem;overflow:hidden;transition:max-height .75s ease,padding .75s ease,opacity .325s ease-in-out}.intro-title{font-size:5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.4rem;margin-top:0;line-height:1.5;color:#fff}.gradient-text{background:linear-gradient(135deg,#4fc3f7,#00bcd4,#0097a7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#4fc3f7}.intro-subtitle{font-size:1.5rem;color:#4fc3f7;margin-bottom:.4rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-top:0}.intro-details{font-size:1.5rem;color:#ffffffb3;line-height:1.5;margin-bottom:0;margin-top:0}.intro-grad{color:#fff9;font-size:1.3rem}.section-header{border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:1rem;margin-bottom:2rem;position:relative}.section-header:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#4fc3f7,#00bcd4)}.section-header h2{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;margin-top:0}.profile-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.profile-content{flex:1;min-width:300px}.profile-image{flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000004d;max-width:300px}.profile-image img{width:100%;height:auto;display:block}.profile-content h3{margin-bottom:.3rem;font-size:1.3rem;font-weight:700;margin-top:0}.profile-subtitle{color:#ffffffd9;margin-bottom:.8rem;font-size:1.05rem;line-height:1.5;margin-top:0}.highlight-blue{color:#4fc3f7}.text-dim{color:#ffffffb3}.text-italic{font-size:.9rem;color:#fff9;font-style:italic}.download-btn{margin-top:.4rem;font-size:.85rem;padding:.6rem 1.2rem;border-radius:6px;background:linear-gradient(135deg,#4fc3f7,#00bcd4);border:none;box-shadow:0 3px 10px #4fc3f740;color:#fff;text-decoration:none;display:inline-block;cursor:pointer}@media screen and (max-width:736px){.profile-header{flex-direction:column;text-align:center}.profile-image{max-width:100%}}.education-card{margin-bottom:.6rem;padding:.6rem;background:#ffffff0d;padding:.9rem;border-radius:12px}.education-card h4{color:#fff;margin-bottom:.15rem;font-size:.88rem;margin-top:0}.edu-institution{color:#ffffffb3;margin-bottom:.1rem;font-size:.78rem;margin-top:0}.edu-details{color:#4fc3f7;font-size:.75rem;margin-bottom:.1rem;margin-top:0}.edu-sub-details{color:#fff9;font-size:.75rem;margin-top:0;margin-bottom:0}.about-container{width:100%}.personal-statement{line-height:1.3;color:#ffffffd9;margin-top:1rem}.personal-statement h3{color:#4fc3f7;font-size:.95rem;margin-bottom:.5rem;margin-top:0}.highlight-white{color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1rem}.contact-card{padding:.9rem;background:linear-gradient(135deg,#4fc3f714,#00bcd40f);border-radius:12px;border:1px solid rgba(79,195,247,.25);box-shadow:0 4px 16px #4fc3f71a}.contact-card h4{color:#4fc3f7;font-size:.88rem;margin-bottom:.4rem;margin-top:0}.contact-card p{color:#ffffffd9;font-size:.8rem;margin-bottom:.25rem;margin-top:0}@media screen and (max-width:768px){.about-grid{grid-template-columns:1fr}}.experience-card{margin-bottom:1.2rem;padding:1.2rem;background:#ffffff0d;border-radius:14px;box-shadow:0 8px 24px #0003}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.exp-header h3{margin-bottom:.3rem;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin-top:0}.exp-company{color:#4fc3f7;margin-bottom:.2rem;font-size:.9rem;font-weight:500;margin-top:0}.exp-team{color:#fff9;font-size:.85rem;margin-top:0;margin-bottom:0}.exp-date{color:#ffffff80;font-size:.85rem;white-space:nowrap}.exp-list{list-style:none;padding-left:0;margin-top:1rem;margin-bottom:0}.exp-list li{padding:.35rem 0 .35rem 1.5rem;position:relative;color:#ffffffd9;font-size:.95rem;line-height:1.5}.exp-bullet{position:absolute;left:0;color:#4fc3f7}.exp-tags{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#4fc3f726;color:#4fc3f7;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid rgba(79,195,247,.3)}.experience-container{width:100%}.section-subtitle{color:#ffffffbf;margin-bottom:1.5rem;text-align:center;font-size:1.05rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;margin-top:0}.project-card{background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.project-card:after{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,rgba(79,195,247,.2),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s;pointer-events:none}.project-card:hover:after{opacity:1}.project-card:hover{transform:translateY(-6px);background:#ffffff0d;box-shadow:0 16px 48px #4fc3f71f}.project-image{position:relative;overflow:hidden;height:200px;background:linear-gradient(135deg,#4fc3f70d,#00bcd40d)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.project-card:hover .project-image img{transform:scale(1.08)}.project-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(27,31,34,.8) 100%)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem;font-weight:600;transition:color .3s;margin-top:0}.project-card:hover .project-content h3{color:#4fc3f7}.project-description{color:#ffffffb3;font-size:.88rem;line-height:1.5;margin-bottom:1rem;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.9rem;transition:color .3s}.project-link:hover{color:#4fc3f7}.project-link i{font-size:1.1rem}.projects-container{width:100%}.project-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.filter-btn{background:#ffffff0a;color:#ffffffb3;border:1px solid rgba(255,255,255,.1);padding:.6rem 1.2rem;border-radius:24px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.03em;position:relative;overflow:hidden;font-family:inherit}.filter-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4fc3f7,#00bcd4);opacity:0;transition:opacity .3s}.filter-btn span{position:relative;z-index:1}.filter-btn:hover{border-color:#4fc3f766;transform:translateY(-2px);box-shadow:0 6px 20px #4fc3f733;color:#fff}.filter-btn.active{background:linear-gradient(135deg,#4fc3f7,#00bcd4);color:#fff;border-color:transparent;box-shadow:0 8px 24px #4fc3f74d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}@media screen and (max-width:600px){.projects-grid{grid-template-columns:1fr}}.skills-category{margin-bottom:1.5rem}.skills-category:last-child{margin-bottom:0}.animated-underline{color:#4fc3f7;font-size:1.1rem;margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;position:relative;padding-left:.8rem;margin-top:0}.skills-icons{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-start}@media(max-width:600px){.skills-icons{gap:1rem;justify-content:center}}.skill-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-width:80px}.skill-item:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(79,195,247,.05) 0%,transparent 70%);opacity:0;transition:opacity .3s;pointer-events:none}.skill-item:hover:before{opacity:1}.skill-item:hover{background:#ffffff0d;border-color:#4fc3f74d;transform:translateY(-4px) scale(1.02)}.skill-item img{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .3s ease}.skill-item:hover img{transform:scale(1.1) rotate(5deg)}.skill-label{font-size:.75rem;color:#ffffffe6;font-weight:500;text-align:center;letter-spacing:.02em}@media(max-width:600px){.skill-item{min-width:70px;padding:.75rem}.skill-item img{width:36px;height:36px}}.skills-container{width:100%}.skills-content{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:1rem}.skills-category{width:100%;max-width:900px;margin-bottom:.5rem;padding-bottom:.2rem}.achievement-card{padding:.55rem;background:#ffffff0a;border-radius:12px;height:100%;box-sizing:border-box}.achievement-card h4{color:#fff;margin-bottom:.2rem;font-size:.9rem;margin-top:0}.ach-subtitle{color:#ffffffb3;font-size:.8rem;margin-bottom:.1rem;margin-top:0}.ach-detail{color:#4fc3f7;font-size:.9rem;margin-top:0;margin-bottom:0}.achievements-container{width:100%}.achievements-section{margin-bottom:1.5rem}.ach-section-title{color:#4fc3f7;font-size:1.05rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:2px solid rgba(79,195,247,.3);font-weight:600;letter-spacing:.02em;margin-top:0}.ach-subsection-title{color:#fff;font-size:.9rem;margin-bottom:.6rem;margin-top:1rem}.achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media screen and (max-width:600px){.achievements-grid{grid-template-columns:1fr}}.volunteering-container{width:100%}.volunteering-section{margin-bottom:1.5rem}.vol-section-title{color:#4fc3f7;font-size:1.05rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:2px solid rgba(79,195,247,.3);font-weight:600;letter-spacing:.02em;margin-top:0}.leadership-group{margin-bottom:1rem}.leadership-title{color:#fff;font-size:.95rem;margin-bottom:.4rem;margin-top:0}.leadership-list{list-style:none;padding-left:0;margin-top:0;margin-bottom:0}.leadership-list li{padding:.25rem 0 .25rem 1.5rem;position:relative;color:#fffc;font-size:.85rem}.bullet{position:absolute;left:0;color:#4fc3f7}.connect-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center}.connect-card:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(79,195,247,.1),transparent);transform:translate(-50%,-50%);transition:width .4s,height .4s}.connect-card:hover:before{width:300px;height:300px}.connect-card:hover{background:#ffffff0f;border-color:#4fc3f74d;transform:translateY(-4px);box-shadow:0 12px 32px #4fc3f726}.connect-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#4fc3f714;border-radius:10px;position:relative;z-index:1;transition:all .3s;margin-right:0}.connect-card:hover .connect-icon{background:#4fc3f726;transform:scale(1.1) rotate(5deg)}.connect-icon img{width:24px;height:24px;object-fit:contain}.connect-info{position:relative;z-index:1}.connect-info h4{color:#fff;margin:0 0 .2rem;font-size:.9rem;font-weight:600}.connect-info p{color:#4fc3f7;margin:0;font-size:.75rem}.connect-container{width:100%}.connect-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:3rem}.contact-form-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.contact-form-section h2{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;margin-top:0}form{margin:0 0 2rem}.fields{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.field{width:100%}.field.half{width:calc(50% - .75rem)}label{color:#fff;display:block;font-size:.9rem;font-weight:600;margin:0 0 .5rem}input[type=text],input[type=email],textarea{appearance:none;background:#ffffff0d;border-radius:4px;border:1px solid rgba(255,255,255,.15);color:#fff;display:block;outline:0;padding:.75rem 1rem;text-decoration:none;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}input[type=text]:focus,input[type=email]:focus,textarea:focus{border-color:#4fc3f7;box-shadow:0 0 0 1px #4fc3f7}.actions{display:flex;cursor:default;list-style:none;margin:0;padding:0;gap:1rem}.actions li{padding:0}input[type=submit],input[type=reset],.button{appearance:none;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:transparent;border-radius:4px;border:0;box-shadow:inset 0 0 0 1px #fff;color:#fff!important;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;height:3rem;letter-spacing:.2rem;line-height:3rem;padding:0 2rem;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}input[type=submit].primary,.button.primary{background-color:#fff;box-shadow:none;color:#1b1f22!important}input[type=submit]:hover,input[type=reset]:hover,.button:hover{background-color:#ffffff13}input[type=submit].primary:hover,.button.primary:hover{background-color:#ffffffd9}@media screen and (max-width:736px){.field.half{width:100%}.actions{flex-direction:column;align-items:center}input[type=submit],input[type=reset],.button{width:100%}}#root{max-width:100%;min-height:100vh;margin:0;padding:0;text-align:left}#bg{-moz-transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1}#bg:before,#bg:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}#bg:before{-moz-transition:background-color 2.5s ease-in-out;-webkit-transition:background-color 2.5s ease-in-out;-ms-transition:background-color 2.5s ease-in-out;transition:background-color 2.5s ease-in-out;-moz-transition-delay:.75s;-webkit-transition-delay:.75s;-ms-transition-delay:.75s;transition-delay:.75s;background-image:linear-gradient(to top,#13151980,#13151980),url(/assets/overlay-AxpwDYcf.png);background-size:auto,256px 256px;background-position:center,center;background-repeat:no-repeat,repeat;z-index:2}#bg:after{-moz-transform:scale(1.125);-webkit-transform:scale(1.125);-ms-transform:scale(1.125);transform:scale(1.125);-moz-transition:-moz-transform .325s ease-in-out,-moz-filter .325s ease-in-out;-webkit-transition:-webkit-transform .325s ease-in-out,-webkit-filter .325s ease-in-out;-ms-transition:-ms-transform .325s ease-in-out,-ms-filter .325s ease-in-out;transition:transform .325s ease-in-out,filter .325s ease-in-out;background-image:url(/assets/bg-DkWtkBbE.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1}body.is-article-visible #bg:after{-moz-transform:scale(1.0825);-webkit-transform:scale(1.0825);-ms-transform:scale(1.0825);transform:scale(1.0825);-moz-filter:blur(.2rem);-webkit-filter:blur(.2rem);-ms-filter:blur(.2rem);filter:blur(.2rem)}body.is-preload #bg:before{background-color:#000}#wrapper{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-moz-justify-content:flex-start;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;position:relative;min-height:100vh;width:100%;z-index:3}@media screen and (max-width:736px){#wrapper{padding:2rem 1rem}}@media screen and (max-width:480px){#wrapper{padding:1rem}}
