:root{color-scheme:light dark;--white: whitesmoke;--lightest-color: #b3cbb9;--light-color: #8fb996;--medium-color: #709775;--dark-color: #415d43;--dark-color-rgba: rgba(65, 93, 67, 1);--darkest-color: #111d13;--black: #242424;--light-transparent-bg: hsla(135, 19%, 75%, .4);--folder-color: #ffa419;--folder-color-dark: #b26b00}body{font-family:monospace,sans-serif;font-weight:400;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px}h1{font-size:24px}h2{font-size:20px}ul{list-style-type:disclosure-closed;padding:0 1rem 0 2rem}a{font-weight:500;color:var(--light-color);text-decoration:inherit}a:hover{color:var(--lightest-color)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button{cursor:pointer;transition:border-color .25s;-webkit-transition:border-color .25s;-o-transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (max-width: 1024px){h1{font-size:16px}h2{font-size:20px}ul{padding:0 .6rem 0 1.2rem}li{line-height:1.4rem}a{font-weight:500;color:var(--light-color);text-decoration:inherit}a:hover{color:var(--lightest-color)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}}div.App{background-color:var(--dark-color);color:var(--white);font-family:Helvetica,sans-serif;font-weight:100;height:100vh;margin:0;overflow:hidden;padding:0;width:100vw;display:grid;grid-template-columns:1fr;grid-template-rows:2rem auto}.highlighted-element{box-sizing:border-box}.highlighted-element:after{background:none;border:4px solid var(--black);content:"";display:block;position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;pointer-events:none;border-radius:.4rem}.highlighted-element:before{background:none;border:4px solid var(--white);content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-radius:.4rem}h1{display:inline-block}.text--white{color:#fff}.bouncing-element{animation:bounce .4s ease-out;animation-iteration-count:1;-o-animation-iteration-count:1;-moz-animation-iteration-count:1;-webkit-animation-iteration-count:1;-ms-animation-iteration-count:1}.fade-out-element{animation:fadeOut .6s ease-out;animation-iteration-count:1;-o-animation-iteration-count:1;-moz-animation-iteration-count:1;-webkit-animation-iteration-count:1;-ms-animation-iteration-count:1}.fade-in-element{animation:fadeIn .6s ease-out;animation-iteration-count:1;-o-animation-iteration-count:1;-moz-animation-iteration-count:1;-webkit-animation-iteration-count:1;-ms-animation-iteration-count:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounce{0%{margin-top:0}20%{margin-top:-.5rem}60%{margin-top:0}80%{margin-top:-.25rem}to{margin-top:0}}@keyframes shake{0%{transform:rotate(5deg)}to{transform:rotate(15deg)}}div.desktopApp{cursor:pointer;height:9rem;padding:0 1rem;width:10rem;margin-bottom:1rem}div.desktopAppBackground{border-radius:1rem;height:.1rem;margin:.5rem auto;-webkit-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;width:.1rem}div.desktopAppTitle{margin-top:.4rem;text-align:center;width:100%}div.desktopAppTitle h2{color:var(--white);margin:0}div.desktopGroupTitle{display:inline-block;cursor:pointer;height:8rem;width:12rem}div.desktopGroupFolder{background-color:var(--dark-color);cursor:pointer;height:7rem;margin:0;position:relative;width:8.4rem;top:3rem;z-index:10;transition:all .4s ease-out;-webkit-transition:all .4s ease-out;-o-transition:all .4s ease-out}div.desktopAppGroupWrapper.expanded div.desktopGroupFolder div.desktopGroupFolder_front{top:2.3rem;transform:rotateX(-55deg)}div.desktopAppGroupWrapper.expanded div.desktopGroupFolder{transform:rotate(45deg)}div.desktopGroupFolder_back{background-color:var(--folder-color-dark);border-radius:1rem 0 0 1rem;display:inline-block;height:calc(100% - 5rem);position:absolute;top:1rem;width:4rem}div.desktopGroupFolder_back:before{content:"";border-left:2rem solid transparent;border-bottom:2rem solid var(--folder-color-dark);height:0;position:absolute;right:0;top:-1rem;width:0}div.desktopGroupFolder_back:after{background-color:var(--folder-color-dark);border-radius:0 1rem 0 0;content:"";display:inline-block;height:6rem;left:4rem;position:absolute;top:-1rem;width:4rem}div.desktopGroupFolder_front{background-color:var(--folder-color);border-radius:1rem 0 0 1rem;display:inline-block;height:5rem;position:absolute;top:2rem;-webkit-transition:top .4s ease-out,-webkit-transform .4s ease-out;transition:top .4s ease-out,-webkit-transform .4s ease-out;-o-transition:transform .4s ease-out,top .4s ease-out;transition:transform .4s ease-out,top .4s ease-out;width:4.2rem}div.desktopGroupFolder_front:before{content:"";border-left:2rem solid transparent;border-bottom:2rem solid var(--folder-color);height:0;position:absolute;right:.2rem;top:-1rem;width:0}div.desktopGroupFolder_front:after{background-color:var(--folder-color);border-radius:0 1rem 1rem 0;content:"";display:inline-block;height:6rem;left:4rem;position:absolute;top:-1rem;width:4.4rem}div.desktopGroupFolder .desktopGroupFolderLink{display:inline-block;height:100%;width:100%}h1.desktopGroupTitle{background-color:var(--white);color:var(--black);display:block;left:0;margin:0;position:absolute;text-align:center;top:1.6rem;width:8.4rem;z-index:2}div.desktopAppGroupWrapper{flex-grow:1;height:20%}div.desktopAppWrapper{display:inline-flex;flex-wrap:wrap;left:-100rem;position:relative;top:-4rem;transition:all .6s ease-out;-webkit-transition:all .6s ease-out;-o-transition:all .6s ease-out;visibility:hidden;width:200%}div.desktopAppGroupWrapper.expanded div.desktopAppWrapper{left:11rem;visibility:visible;width:calc(100% - 10rem)}div.desktopAppGroupWrapper.expanded div.desktopAppWrapper div.desktopApp div.desktopAppBackground{transform:rotate(720deg);width:4rem;height:4rem}div.desktop_banner-container{grid-row:1;display:flex;justify-content:center;align-items:center;background-color:var(--medium-color);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--black);font-size:1rem;z-index:99}div.desktop_banner-container span.banner-left--highlights{cursor:pointer;font-weight:700;text-decoration:none;margin-left:.5rem;padding-top:.4rem;padding:0 .5rem}div.desktop_banner-container span.banner-left--highlights:hover,div.desktop_banner-container span.banner-left--highlights a:hover{color:var(--white)}div.desktop_banner-left{display:flex;margin-left:1rem;flex-grow:1;justify-content:flex-start}div.desktop_banner-left .resume-link,div.desktop_banner-left a{font-weight:700;text-decoration:underline;color:var(--black)}div.desktop_banner-left a{margin-left:1rem}div.desktop_banner-right{display:flex;flex-grow:1;justify-content:flex-end;margin-right:1rem}div.desktop-app_open{background-color:var(--white);border-top:.2rem solid grey;border-right:.2rem solid lightgrey;border-bottom:.2rem solid lightgrey;border-left:.2rem solid grey;border-radius:1rem;box-shadow:-24px 23px 50px -12px #000;-moz-box-shadow:-24px 23px 50px -12px #000;-webkit-box-shadow:-24px 23px 50px -12px #000;box-sizing:border-box;color:#000;overflow:hidden;min-width:50rem;z-index:999;top:1rem;width:75%;position:fixed;left:50%;margin-left:-37.5%;height:80%;bottom:50%;margin-top:4rem}div.app--header-image{margin-top:1rem;overflow-y:hidden;width:100%;height:24rem}div.app--header-image img{width:100%}div.app-description_wrapper img{border-radius:1rem;height:1rem;padding-right:1rem;width:1rem}div.app-description_wrapper{background-color:var(--dark-color);box-sizing:border-box;font-size:1rem;padding:0 1rem;width:100%}div.app-description_wrapper p{background-color:var(--white);border-radius:.6rem;color:#000;font-style:initial;padding:1rem;text-align:justify}div.app-description_wrapper p:first-child{margin-top:0}div.app-description_wrapper p:last-child{margin-bottom:0}div.app-description_wrapper a+a{padding-left:2rem}div.appLinksWrapper{text-align:left}div.desktopAppLinksWrapper a{display:block;padding:1rem}div.app_open-banner{background:linear-gradient(.45turn,var(--dark-color),var(--darkest-color));border-bottom:.2rem solid grey;color:var(--white);height:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}div.app_open-banner span.windowTitle{font-size:1.2rem;font-weight:700;flex-grow:1;text-align:center;padding-top:.1rem}div.desktop-app_behind{background-color:var(--black);height:100%;left:0;opacity:.6;position:fixed;top:0;width:100%;z-index:11}div.app-button_exit{position:absolute;right:1rem;top:1rem}div.app-button_exit button{height:1.6rem;width:1.6rem}div.openApp ul li a{text-decoration:underline}@media (max-width: 1024px){div.app--header-image{height:8rem}}.app_close-button{border:none;background-color:#80808099;border-radius:.4rem;color:#000;cursor:pointer;height:1rem;font-size:1rem;margin-right:.6rem;width:1rem;padding:.8rem;display:flex;align-items:center;justify-content:center}.desktop-app_close-button{background-color:gray;border-top:3px solid #333;border-right:3px solid lightgrey;border-bottom:3px solid lightgrey;border-left:3px solid #333;border-radius:.4rem;color:#000;cursor:pointer;height:1rem;font-size:1rem;margin-right:1rem;width:1rem;padding:.8rem;display:flex;align-items:center;justify-content:center}.desktop-app_close-button:hover,.desktop-app_close-button:focus{background-color:#d3d3d3}.app-header-subtext{font-style:italic}.app--content_wrapper main li{font-size:1rem;background-color:var(--white);line-height:1.6rem}.app-content-entry-title{margin-bottom:.4rem}div.app-call-to-action-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;padding:2rem 0}div.app-header-divider{width:100%;height:.4rem;background:linear-gradient(.45turn,var(--light-color),var(--dark-color));margin:1rem 0}div.app-header-content--wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}div.app-header-content--wrapper .app-header-title{margin-bottom:.2rem}div.app--content_wrapper{padding:1rem 2rem;height:95%;overflow-y:scroll}div.app--content_wrapper h1{margin-top:0}div.app--content_wrapper p{background-color:var(--dark-color);color:var(--white);font-size:1rem;font-style:italic;margin:0;text-align:left;padding:1rem 0 1rem 2rem}div.app--content_wrapper p{font-size:1.1rem;line-height:1.8rem}@media (max-width: 1024px){div.app-call-to-action-wrapper{display:flex;flex-direction:row;align-items:center;padding:.4rem 0 2rem}}a.call-to-action-button{text-align:center;color:var(--black);font-weight:600;cursor:pointer;height:100%;width:100%;display:flex;align-items:center;justify-content:center}div.button--wrapper:hover{background-color:var(--lightest-color)}div.button--wrapper{cursor:pointer;display:flex;align-items:center;justify-content:center;height:1.2rem;border-radius:.6rem;font-size:1rem;margin:0 1rem 1rem;box-shadow:0 12px 12px -12px var(--black);background-color:var(--light-color);width:8rem;height:3.5rem}div.button--disabled{background-color:var(--light-transparent-bg)}.button--wrapper--disabled{cursor:pointer;display:flex;align-items:center;justify-content:center;height:1.2rem;border-radius:.6rem;padding:1rem .8rem;font-size:1rem;margin:0 1rem 1rem;box-shadow:0 12px 12px -12px var(--black);background-color:var(--light-color);width:8rem;height:1.4rem}@media (max-width: 1024px){div.button--wrapper a.call-to-action-button{font-size:.9rem}}div.mccordinatorHead{background-position:center center;background-repeat:no-repeat;bottom:4rem;height:13rem;position:fixed;right:5rem;width:9rem;transform:rotate(5deg);transform-origin:bottom;transition:.3s;-webkit-transition:.3s;-o-transition:.3s;animation:shake 1.8s infinite alternate;cursor:pointer}.mccordinatorHeadLink{display:block;height:100%;width:100%}div.mccordinatorSpeechBubble{background-color:var(--white);border-radius:2rem;box-shadow:0 0 12rem -2rem #000;-moz-box-shadow:-15px 10px 20px -12px #000;bottom:14rem;position:fixed;right:3rem;min-width:10rem;max-width:20rem;z-index:2;padding:2rem}div.mccordinatorSpeechBubble:after{background:var(--white);bottom:-.6rem;-webkit-box-shadow:19px -30px 50px -10px var(--black);box-shadow:19px -30px 50px -10px var(--black);content:"";height:2rem;position:absolute;right:6rem;-webkit-transform:rotate(90deg) skew(-50deg);-ms-transform:rotate(90deg) skew(-50deg);transform:rotate(90deg) skew(-45deg);width:2rem;z-index:-1}div.mccordinatorSpeechBubble p{border-bottom:.1rem dotted #222;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;font-size:1rem;font-weight:700;line-height:1.4rem;padding-bottom:1rem;margin:0;text-align:justify;width:100%}.speechBubbleChoicesWrapper{margin-top:1rem;padding:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.speechBubbleChoicesWrapper a{box-sizing:border-box;color:#000;display:block;font-size:1rem;font-weight:700;margin:0;width:calc(100% - 2rem);cursor:pointer;padding:.4rem;overflow-y:hidden;padding:0 0 .2rem}.speechBubbleChoicesWrapper a:hover{background-color:var(--light-transparent-bg)}div.desktop-container{box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding:0 2rem 0 5rem;grid-row:2;background-color:var(--dark-color)}div.floating-wall{background-color:var(--dark-color);position:absolute;height:100vh;width:20rem;top:0rem;z-index:9;left:-7rem}div.banner-container{color:var(--black);background-color:var(--medium-color);font-size:1rem;padding:.2rem .6rem .4rem;grid-row:1;display:flex;align-items:center;justify-content:space-between;overflow:hidden}div.banner-container span.banner-left--highlights:hover,a.banner-left--highlights:hover{color:var(--white)}div.banner-right{display:flex;align-items:center;justify-content:center}div.banner-left{display:flex;flex:1;align-items:center;justify-content:flex-start}div.banner-left .resume-link{color:var(--black)}div.banner-left span,div.banner-left a{padding-right:1rem;font-weight:700;text-decoration:none;font-size:.8rem}div.banner-left a{color:var(--black);text-decoration:underline}.small-light--text{font-weight:lighter;font-size:.8rem}div.mobileAppGroupSmall{box-sizing:border-box;height:10rem;width:10rem}div.mobileAppGroupSmallBackground{background-color:var(--light-transparent-bg);border-radius:1rem;border-color:var(--white) var(--white) grey grey;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:100%;width:100%}div.mobileAppGroupSmallContainer{align-content:flex-start;background-size:auto;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;overflow:hidden;width:100%}div.mobileAppGroupSmallTitle{text-align:center}div.mobileAppGroupSmallTitle h2{font-weight:100;margin:.4rem 0 1.6rem}div.mobileOsAppGroupBig{-webkit-box-sizing:border-box;box-sizing:border-box;height:3rem;margin-bottom:3.5rem;width:33%}div.mobileOsAppGroupBigBackground{border-radius:.4rem;box-sizing:border-box;height:100%;margin:0 auto;width:50%;cursor:pointer}div.mobileOsAppGroupBigContainer{align-content:flex-start;align-items:center;background-size:auto;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center}div.mobileOsAppGroupBigTitle{text-align:center}div.mobileOsAppGroupBigTitle h2{font-weight:100;font-size:.9rem;margin:.2rem 0 0;padding:0 .2rem}div.mobileOsAppGroupSmall{box-sizing:border-box;height:25%;margin:3.125%;width:25%}div.mobileOsAppGroupSmall:nth-child(3n){margin-right:6.25%}div.mobileOsAppGroupSmall:nth-child(3n-2){margin-left:6.25%}div.mobileOsAppGroupSmall:nth-child(-n+3){margin-top:6.25%}div.mobileOsAppGroupSmall:nth-child(n+7):nth-child(-n+9){margin-bottom:6.25%}div.mobileOsAppGroupSmallBackground{border-radius:.4rem;box-sizing:border-box;height:100%;width:100%}div.mobileOsAppGroupSmallContainer{align-content:flex-start;align-items:center;background-size:auto;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center}div.mobileAppGroupSmallPlaceholder{box-sizing:border-box;height:40%;margin:1rem 5% 0;width:40%}div.mobileAppGroupBig{height:20rem;left:calc(50% - 9.5rem);position:fixed;top:calc(50% - 13.8rem);width:19rem;z-index:10}div.mobileAppGroupBigBackground{background-color:#fff6;border-bottom:1px solid grey;border-left:1px solid grey;border-radius:1rem;border-right:1px solid white;border-top:1px solid white;box-sizing:border-box;display:inline-block;height:100%;width:100%}div.mobileAppGroupBigContainer{align-content:space-between;background-size:auto;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;padding:1rem;width:100%}div.mobileAppGroupBigTitle{display:block;text-align:center}div.mobileAppGroupBigTitle h1{font-weight:100}div.backGroundBlur{opacity:.8;filter:blur(5rem);background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw}div.MobileOsAppGroupDimBehind{background-color:var(--black);height:100%;left:0;opacity:.9;position:fixed;top:2rem;width:100%;z-index:4}div.mobileContainer{padding-top:1rem;grid-row:2}div.appgroupContainer{box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;align-items:center;justify-content:space-around;padding:10rem 1rem;background-repeat:no-repeat;background-blend-mode:multiply;background-color:var(--white);background-size:contain;background-position:center;background-color:var(--dark-color)}div.mobileImage{height:20rem;left:calc(50% - 7.5rem);opacity:.8;position:fixed;top:calc(50% - 10rem);width:15rem}div.mobileImage img{display:block;margin:0 auto;height:20rem;width:15rem}div.openApp{background-color:var(--white);color:#000;overflow-y:scroll;position:fixed;top:2rem;width:100%;height:95%;z-index:10}div.appImageTitle{background:linear-gradient(.45turn,var(--dark-color),var(--darkest-color));border-bottom:.2rem solid grey;color:var(--white);height:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}div.appImageTitle span{flex-grow:1;text-align:center;font-size:1.2rem;font-weight:700;margin-top:.3rem}
