:root{--background-color-dark: #0d0d0d;--background-color-light: #fff;--border-color: #fff;--gap: .75rem;--text-color-light: #f2f2f2;--text-color-dark: #000}@media (min-width: 48rem){:root{--gap: 1.25rem}}html{min-height:100%;display:flex;flex-direction:row;align-items:stretch}body{display:flex;flex-direction:column;flex-grow:1;margin:0;padding:1.25rem 1.5rem;background-color:var(--background-color-dark);font-family:Source Code Pro,monospace;font-optical-sizing:auto;font-size:16px;color:var(--text-color-light)}@media (min-width: 48rem){body{padding-inline:3.75rem}}@media (min-width: 64rem){body{padding:2.5rem 3.75rem}}@media (min-width: 156rem){body{padding-inline:5rem}}ul{list-style:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0}#root{display:flex;flex-direction:column;gap:20px}@media (min-width: 48rem){#root{gap:40px}}.main{display:contents}.section{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--gap)}@media (min-width: 48rem){.section{grid-template-columns:repeat(8,1fr)}}@media (min-width: 80rem){.section{grid-template-columns:repeat(12,1fr)}}@media (min-width: 90rem){.section{grid-template-columns:repeat(16,1fr)}}.heading{display:flex;margin:0;flex-direction:column}.heading-xl{font-size:3.75rem;line-height:1.08;font-weight:300;letter-spacing:-.6px}@media (min-width: 48rem){.heading-xl{font-size:75px}}@media (min-width: 64rem){.heading-xl{font-size:90px}}@media (min-width: 90rem){.heading-xl{font-size:105px}}.heading-l{font-size:40px;line-height:1.08;font-weight:300;letter-spacing:-.2px}@media (min-width: 48rem){.heading-l{font-size:48px}}@media (min-width: 64rem){.heading-l{font-size:54px}}.heading-m{font-size:28px;line-height:1;font-weight:400;letter-spacing:1px}@media (min-width: 48rem){.heading-m{font-size:32px}}@media (min-width: 64rem){.heading-m{font-size:36px}}.heading-s{font-size:20px;line-height:1;font-weight:500;letter-spacing:1px}@media (min-width: 48rem){.heading-s{font-size:24px}}@media (min-width: 64rem){.heading-s{font-size:28px}}.heading-xs{font-size:16px;line-height:1;font-weight:500;letter-spacing:1px}@media (min-width: 48rem){.heading-xs{font-size:20px}}.heading__tag{font-size:13px;line-height:1;letter-spacing:3px;font-weight:400;text-transform:uppercase}.heading__tag:before{content:"≫ "}@media (min-width: 48rem){.heading__tag{font-size:1rem}}.text{margin:0;font-size:1rem;line-height:1.3;letter-spacing:.5px}.header{display:flex;align-items:center;flex-direction:column;grid-column:1 / -1;grid-row:span 1;gap:.75rem}@media (min-width: 90rem){.header{gap:1.25rem;flex-direction:row;align-items:stretch;justify-content:space-between;border:1px solid var(--border-color)}}.header__title{display:flex;align-self:center;gap:.625rem;font-size:1rem;font-weight:500;letter-spacing:.25px;margin:0;text-decoration:none;color:inherit}@media (min-width: 48rem){.header__title{gap:.75rem;font-size:1.125rem}}@media (min-width: 80rem){.header__title{font-size:1rem;padding-inline-start:1.25rem}}.header__animation{width:.625rem;height:1.25rem;background-color:#01ff01}.header__nav{display:grid;grid-template-columns:repeat(5,auto);grid-template-rows:repeat(2,auto)}@media (min-width: 64rem){.header__nav{grid-template-columns:repeat(7,auto);grid-template-rows:1fr;height:100%}}@media (min-width: 80rem){.header__nav-link{height:100%}}.header__nav-link span{font-size:60%}.button{display:flex;justify-content:center;align-items:baseline;gap:6px;padding:.5rem;box-sizing:border-box;background-color:transparent;font-family:inherit;font-weight:500;font-size:.75rem;text-transform:uppercase;text-decoration:none;text-align:center;letter-spacing:1.25px;color:var(--text-color);border:.0625rem solid var(--border-color);transition-property:color,background-color,border-color;transition-duration:.1s;transition-timing-function:ease-in-out}@media (min-width: 48rem){.button{font-size:1rem;padding:.5rem .75rem}}.button:hover{background-image:linear-gradient(90deg,#002d01 50%,#001901 51%);background-size:8px;background-repeat:repeat}.button--active{background-color:var(--background-color-light);color:var(--text-color-dark)}.button--active:hover{background-image:none}.toxic-cola__heading-wrapper{grid-row:1;grid-column:1 / -1;display:flex;flex-direction:column}@media (min-width: 64rem){.toxic-cola__heading-wrapper{grid-column:span 4}}@media (min-width: 80rem){.toxic-cola__heading-wrapper{grid-column:span 6}}@media (min-width: 90rem){.toxic-cola__heading-wrapper{grid-column:span 8}}@media (min-width: 156rem){.toxic-cola__heading-wrapper{grid-column:span 5}}.toxic-cola__heading{margin-bottom:calc(2 * var(--gap))}.toxic-cola__heading-text{margin-bottom:var(--gap)}@media (min-width: 80rem){.toxic-cola__heading-text{max-width:80%}}.toxic-cola__heading-button{margin-bottom:var(--gap)}@media (min-width: 64rem){.toxic-cola__heading-button{align-self:flex-start;margin-bottom:0}}.toxic-cola__heading-video{grid-column:1 / -1;width:100%;border:1px solid var(--border-color);box-sizing:border-box}@media (min-width: 64rem){.toxic-cola__heading-video{grid-row:1;grid-column:5 / span 4}}@media (min-width: 80rem){.toxic-cola__heading-video{grid-column:7 / span 6}}@media (min-width: 90rem){.toxic-cola__heading-video{grid-column:9 / span 8;height:480px}}@media (min-width: 156rem){.toxic-cola__heading-video{grid-column:7 / span 7}}.home__heading-wrapper{grid-column:1 / -1}@media (min-width: 64rem){.home__heading-wrapper{grid-column:span 4}}@media (min-width: 80rem){.home__heading-wrapper{grid-column:span 6}}@media (min-width: 90rem){.home__heading-wrapper{grid-column:span 7}}@media (min-width: 156rem){.home__heading-wrapper{grid-column:span 5}}.home__heading,.home__text{margin-bottom:var(--gap)}.home__video{grid-column:1 / -1;width:100%;border:1px solid var(--border-color);box-sizing:border-box}@media (min-width: 64rem){.home__video{grid-row:1;grid-column:5 / span 4}}@media (min-width: 80rem){.home__video{grid-column:7 / span 6;grid-row:span 2}}@media (min-width: 90rem){.home__video{grid-column:8 / span 9;height:480px}}@media (min-width: 156rem){.home__video{grid-row:span 2;grid-column:7 / span 7;height:540px}}.home__image-list{grid-column:1 / -1;display:flex;flex-direction:column;gap:var(--gap)}@media (min-width: 48rem){.home__image-list{flex-direction:row;flex-wrap:wrap}}@media (min-width: 90rem){.home__image-list{flex-wrap:nowrap}}@media (min-width: 156rem){.home__image-list{grid-column:span 12}}.home__image-item{display:none}@media (min-width: 48rem){.home__image-item{display:block;width:calc((100% - var(--gap)) / 2)}}@media (min-width: 80rem){.home__image-item{width:calc(25% - (3 * var(--gap) / 4))}}.home__image-item:first-of-type{display:block}.home__image{display:block;min-height:auto;width:100%;background-color:#ffffff1a;-o-object-fit:contain;object-fit:contain}.home__section-heading,.home__project-heading,.home__project-button{grid-column:1 / -1}.home__section-heading{margin:var(--gap) 0}.home__project-heading{grid-column:1 / -1}@media (min-width: 156rem){.home__project-heading{grid-column:span 2}}@media (min-width: 64rem){.home__project-button{grid-column:-4 / span 3}}@media (min-width: 80rem){.home__project-button{grid-column:-5 / span 4}}@media (min-width: 156rem){.home__project-button{grid-column:-3 / span 2;align-self:end}}.home__contacts-heading{margin-top:calc(2 * var(--gap));margin-bottom:calc(2 * var(--gap))}.home__contacts-list{display:flex;flex-direction:column;gap:calc(2 * var(--gap));margin-bottom:calc(4 * var(--gap))}@media (min-width: 48rem){.home__contacts-list{flex-direction:row;gap:calc(2 * var(--gap))}}.home__contacts-list li{flex-basis:25%}.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{direction:ltr;inset:0;position:absolute;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}.experience{margin-top:calc(2 * var(--gap))}.experience__heading{grid-column:1 / -1;margin-bottom:calc(var(--gap) * 2)}.experience__list{display:contents}.experience__item{grid-column:1 / -1}@media (min-width: 64rem){.experience__item{grid-column:span 4}}@media (min-width: 80rem){.experience__item{grid-column:span 6}}@media (min-width: 90rem){.experience__item{grid-column:span 8}}@media (min-width: 156rem){.experience__item{grid-column:span 4}}.experience__card{display:flex;flex-direction:column;height:100%;padding:20px 20px 40px;border:1px solid var(--border-color);box-sizing:border-box}.experience__card-heading,.experience__card-link{margin-bottom:var(--gap)}.experience__card-link{color:inherit;margin-bottom:calc(2 * var(--gap))}.experience__card-list{list-style:square;padding-inline-start:20px;margin-bottom:calc(2 * var(--gap))}.experience__card-item{margin-bottom:calc(var(--gap) / 2)}.experience__card-images{display:flex;gap:var(--gap);margin:calc(2 * var(--gap)) 0}.experience__card-image{flex-basis:50%;height:200px;background-color:#ffffff1a}.experience__card-button{margin-top:auto}
