.project{background-color:var(--color-white);display:flex;flex-flow:column;height:100%;position:relative}@media (min-width:1440px){.project{flex-flow:row nowrap}}.project .fade-enter-active{transition:all .5s ease-out .5s}.project .fade-leave-active{transition:all .1s cubic-bezier(1,.5,.8,1)}.project .fade-enter-from,.project .fade-leave-to{opacity:0}.project__image{flex-shrink:0;height:100vw;max-height:calc(100vh - var(--header-height));overflow:hidden;width:100%}@media (min-width:1440px){.project__image{height:calc(100vh - var(--header-height));max-width:50vw;position:sticky;top:var(--header-height);width:calc(100vh - var(--header-height))}}.project__image .responsive-image{height:100%}.project__image-description{bottom:0;color:var(--color-white);left:0;padding:8px;position:absolute}.project__image-wrapper{align-items:center;display:flex;justify-content:center;padding:12px}.project__image-wrapper svg{height:24px;width:24px}@media (min-width:1024px){.project__image-wrapper svg{height:48px;width:48px}}.project__image-next,.project__image-prev{align-items:center;display:flex;height:auto;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s;width:auto}.project__image-next:hover,.project__image-prev:hover{cursor:pointer;opacity:1}.project__image-next img,.project__image-prev img{height:32px;width:32px}@media (min-width:1024px){.project__image-next,.project__image-prev{height:100%;opacity:0;top:0;transform:translateY(0);width:50%}}.project__image-prev{justify-content:flex-start;left:0}.project__image-prev .project__image-wrapper{padding-left:8px}.project__image-next{justify-content:flex-end;right:0}.project__image-next .project__image-wrapper{padding-right:8px}.project__content{display:flex;flex-flow:column;font-size:16px;font-weight:300;justify-content:flex-start;line-height:20px;vertical-align:bottom}@media (min-width:1440px){.project__content{flex:1 1 auto;height:unset;justify-content:flex-end}}.project__content a{color:inherit;display:inline-block;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.project__intro{display:flex;flex-flow:column wrap;justify-content:flex-end;padding:8px}@media (min-width:1440px){.project__intro{height:calc(100vh - var(--header-height));margin-top:-56px}}.project__intro-header{display:flex}.project__intro-header-wrapper{padding:var(--spacing-xs);pointer-events:none}@media (min-width:1440px){.project__intro-header-wrapper{position:sticky;top:-4px;z-index:15}}.project__intro-header-wrapper p{pointer-events:all}.project__intro-footer p{padding-top:var(--spacing-m)}.project__details{padding:var(--spacing-xs)}.project__details p{padding-top:var(--spacing-l)}.project__details ul{padding-left:32px}.project__details ul li{padding-top:16px}
