body.showing-modal{overflow:hidden;margin-right:var(--scrollbarWidth)}.modal{overflow-x:hidden;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;text-align:left}body.showing-modal .modal{margin-right:var(--scrollbarWidth)}.modal__backdrop{background-color:#000;opacity:.2;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}@media only screen{html[data-theme=dark] .modal__backdrop{opacity:.8}}.modal__dialog{background-color:var(--grey0);position:relative;margin:2rem -2rem;display:flex;flex-direction:column;border-radius:1rem;z-index:2;box-shadow:0 50px 100px -20px var(--shadow-color1),0 30px 60px -30px var(--shadow-color2);transform-origin:center}@media only screen{html[data-theme=dark] .modal__dialog{position:relative;box-shadow:0 50px 100px -20px var(--glow-color1),0 30px 60px -30px var(--glow-color2)}html[data-theme=dark] .modal__dialog:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:.5;border:1px solid var(--primary2)}}@media (min-width:50em){.modal__dialog{width:100rem;margin:4rem auto;margin:2rem auto}}.modal__close{width:4rem;height:4rem;position:absolute;right:0;top:0;font-size:4rem;border-radius:50%;text-align:center;line-height:0;transition:background-color .2s ease}@media (min-width:50em){.modal__close{top:1rem;right:1rem}}.modal__close svg{width:2rem;height:2rem}@media (min-width:50em){.modal__close svg{top:3rem;right:3rem}}.modal__close svg path{fill:var(--grey2)}.modal__close:focus,.modal__close:hover{background-color:var(--grey1)}.modal__body{padding:3rem;overflow:auto;display:flex;flex-direction:column;align-items:stretch}@media (min-width:50em){.modal__body{padding:8rem 16rem}}.modal.fade-enter-active,.modal.fade-leave-active{transition:opacity .2s ease}.modal.fade-enter-active .modal__dialog,.modal.fade-leave-active .modal__dialog{transition:transform .2s ease}.modal.fade-enter-from,.modal.fade-leave-to{opacity:0}.modal.fade-enter-from .modal__dialog,.modal.fade-leave-to .modal__dialog{transform:scale3d(80%,80%,0)}.header{height:8rem;z-index:10;position:fixed;top:0;left:0;right:0;display:flex;align-items:center;color:#fff;transition:height .5s ease,color .2s ease}@media (prefers-reduced-motion){.header{transition-duration:.1s,.1s}}@media (min-width:50em){.header{height:16rem}}.header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:var(--grey0);background:var(--bg-gradient);opacity:0;z-index:0;transition:opacity .5s ease;box-shadow:0 13px 27px -5px var(--shadow-color1),0 8px 16px -8px var(--shadow-color2)}@media (prefers-reduced-motion){.header:before{transition-duration:.1s}}@media only screen{html[data-theme=dark] .header:before{box-shadow:0 50px 100px -20px var(--glow-color1),0 30px 60px -30px var(--glow-color2);background:linear-gradient(50deg,var(--primary2) 50%,var(--primary3))}}.header.affix{height:6rem}@media only screen{html[data-theme=dark] .header.affix{color:var(--grey1)}}@media (min-width:50em){.header.affix{height:10rem}}.header.affix:before{opacity:1}body.showing-modal .header{margin-right:var(--scrollbarWidth)}.header__content{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;position:relative;z-index:1}.header__brand{display:flex;align-items:center;justify-content:center}.header__brand img{display:block;height:3rem}@media (min-width:50em){.header__brand img{height:4rem}}.header__menu{align-items:stretch}.header__menu,.header__menu__trigger{display:flex;flex-direction:row;justify-content:center}.header__menu__trigger{align-items:center}.header__menu__trigger button{padding:0 1rem;background-color:rgba(var(--grey0),.2);border-radius:2rem;width:6rem;height:4rem;line-height:0}.header__menu__trigger svg{height:3rem;width:3rem;font-size:3rem}.header__menu__trigger svg path{transition:fill 1.5s ease;fill:#fff}@media only screen{html[data-theme=dark] .affix .header__menu__trigger svg path{fill:var(--grey1)}}@media (min-width:50em){.header__menu__trigger{display:none}}.header__menu__list{display:flex;flex-direction:column;align-items:stretch;justify-content:center}@media (min-width:50em){.header__menu__list{flex-direction:row}}.header__menu__list li{display:flex;align-items:stretch;justify-content:flex-end}.header__menu__list li:not(:last-child){position:relative}.header__menu__list li:not(:last-child):after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border-bottom:1px solid var(--grey1)}@media (min-width:50em){.header__menu__list li{justify-content:center}.header__menu__list li:after{display:none}}.header__menu__list li a,.header__menu__list li button{display:flex;padding:0 2rem;height:5rem;border-radius:.5rem;align-items:center;justify-content:center;text-decoration:none;font-size:2rem;font-weight:700;color:var(--grey4);transition:background-color .2s ease}.header__menu__list li a:focus,.header__menu__list li a:hover,.header__menu__list li button:focus,.header__menu__list li button:hover{text-decoration:underline}@media (min-width:50em){.header__menu__list li a,.header__menu__list li button{color:inherit;margin-left:1rem;height:auto}.header__menu__list li a:focus,.header__menu__list li a:hover,.header__menu__list li button:focus,.header__menu__list li button:hover{background-color:rgba(var(--grey4),.2)}}.header__menu__list li a .switch,.header__menu__list li button .switch{margin-left:1rem}.header__menu__list li .header__menu__list__info{order:-1;justify-content:flex-start}.header__menu__list li .header__menu__list__info button{padding-right:0}.header__menu__list li .header__menu__list__info button svg{width:2rem;height:2rem;font-size:2rem}.header__menu__list li .header__menu__list__info button path{transition:opacity .2s ease;opacity:.75}@media (min-width:50em){.header__menu__list li .header__menu__list__info{order:1;display:flex;align-items:center}.header__menu__list li .header__menu__list__info button{padding:1rem;margin:0}}.header__menu__list li .header__menu__list__info:hover path{opacity:1}.header__modal-menu .modal__dialog{margin:1rem;transform-origin:right top}.footer{padding:8rem 0;background:var(--grey4);color:#fff}@media only screen{html[data-theme=dark] .footer{background:var(--grey0)}}@media (min-width:50em){.footer{padding:16rem 0}}.footer a{color:inherit}.footer__brand__copyright{font-size:1.75rem;line-height:2rem;vertical-align:bottom}@media (max-width:49.9375em){.footer__nav{margin-bottom:2rem;padding-bottom:2rem;position:relative}.footer__nav:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border-bottom:1px solid rgba(var(--grey0),.2)}}.footer__nav ul{list-style:none;display:flex;flex-wrap:wrap}@media (min-width:50em){.footer__nav ul{display:block}}.footer__nav ul li{display:block;flex-basis:50%}.footer__nav ul li a{text-decoration:underline;display:block;padding:.5rem 0;margin-bottom:1rem}.footer__nav ul li a:focus,.footer__nav ul li a:hover{text-decoration:none}@media (min-width:50em){.footer__nav ul li a{margin:0}}.footer__nav ul li svg{margin-right:1rem}.footer__nav ul li svg path{fill:var(--primary2)}@media (max-width:49.9375em){.footer__toggles{margin-bottom:2rem;padding-bottom:2rem;position:relative}.footer__toggles:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border-bottom:1px solid rgba(var(--grey0),.2)}}.footer__toggles .switch{margin-right:1rem}.footer__toggles>div{margin-bottom:1rem}.footer__toggles .footer__toggles__info{padding-left:1rem}.footer__toggles .footer__toggles__info button{font-size:2rem;line-height:3rem;vertical-align:bottom;padding:0 1rem;opacity:.75;transition:opacity .2s ease}.footer__toggles .footer__toggles__info button:hover{opacity:1}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{border:none;padding:0;display:inline-block;line-height:inherit;background:none;cursor:pointer;color:inherit;font-family:inherit}img{max-width:100%}:where(img)[width],:where(source[width]~img){height:auto}label[for]{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;padding:0}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/nunito-v22-latin-regular.woff2) format("woff2"),url(/fonts/nunito-v22-latin-regular.woff) format("woff"),url(/fonts/nunito-v22-latin-regular.eot) format("eot");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/nunito-v22-latin-700.woff2) format("woff2"),url(/fonts/nunito-v22-latin-700.woff) format("woff"),url(/fonts/nunito-v22-latin-700.eot) format("eot");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/nunito-v22-latin-900.woff2) format("woff2"),url(/fonts/nunito-v22-latin-900.woff) format("woff"),url(/fonts/nunito-v22-latin-900.eot) format("eot");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}.font-small{font-size:1.75rem;line-height:3rem;vertical-align:bottom}.font-smaller{font-size:1.5rem;line-height:2rem;vertical-align:bottom}.font-base,h4,h5,h6{font-size:2rem}.font-base,.font-large,h3,h4,h5,h6{line-height:3rem;vertical-align:bottom}.font-large,h3{font-size:2.5rem;margin-bottom:2rem}.font-larger,h2{font-size:3rem;line-height:4rem}.font-larger,.font-largest,h1,h2{vertical-align:bottom;margin-bottom:2rem}.font-largest,h1{font-size:4rem;line-height:5rem}p{margin-bottom:1rem}a:not([class]){color:var(--primary2);transition:background-color .2s ease}a:not([class]):focus,a:not([class]):hover{background-color:var(--grey1)}.microcopy{font-size:1.75rem;line-height:3rem;vertical-align:bottom;opacity:.75}.font-bold{font-weight:700}.font-italic{font-style:italic}.text-center{text-align:center}strong{font-weight:700}em{font-style:italic}.text-light{opacity:.75}.text-lighter{opacity:.5}.text-lightest{opacity:.25}.visuallyhidden{opacity:0;position:absolute;z-index:-1;top:-100%;left:-100%;overflow:hidden;width:0;height:0;font-size:1px}.spacing{margin-bottom:2rem}.spacing-large{margin-bottom:4rem}.wrapper{box-sizing:border-box;max-width:1200px;margin:0 auto}.container-fluid{margin-right:auto;margin-left:auto;padding-right:4rem;padding-left:4rem}.row{box-sizing:border-box;display:-moz-flex;display:flex;-moz-flex:0 1 auto;flex:0 1 auto;-moz-flex-direction:row;flex-direction:row;flex-wrap:wrap;margin-right:-2rem;margin-left:-2rem}.row.row-reverse{-moz-flex-direction:row-reverse;flex-direction:row-reverse}.row.row-nowrap{flex-wrap:nowrap}.row.row-nogutter{margin-right:0;margin-left:0}.row.row-nogutter [class*=col]{padding-right:0;padding-left:0}.col.col-reverse{-moz-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;flex-basis:auto}.col-xs-auto{-moz-flex-grow:0;flex-grow:0;-moz-flex-grow:1;flex-grow:1}.col-xs-auto,.col-xs-narrow{box-sizing:border-box;flex-shrink:0;padding-right:2rem;padding-left:2rem;flex-basis:0;max-width:100%}.col-xs-narrow{-moz-flex-grow:0;flex-grow:0}.col-xs-1{flex-basis:8.33333%;max-width:8.33333%}.col-xs-1,.col-xs-2{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-2{flex-basis:16.66667%;max-width:16.66667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-3,.col-xs-4{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-4{flex-basis:33.33333%;max-width:33.33333%}.col-xs-5{flex-basis:41.66667%;max-width:41.66667%}.col-xs-5,.col-xs-6{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.33333%;max-width:58.33333%}.col-xs-7,.col-xs-8{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-8{flex-basis:66.66667%;max-width:66.66667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-9,.col-xs-10{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-10{flex-basis:83.33333%;max-width:83.33333%}.col-xs-11{flex-basis:91.66667%;max-width:91.66667%}.col-xs-11,.col-xs-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-0,.col-xs-offset-1{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-2,.col-xs-offset-3{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-4,.col-xs-offset-5{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-6,.col-xs-offset-7{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-10,.col-xs-offset-11{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;margin-left:100%}.col-xs{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-xs-first{order:-1}.col-xs-last{order:1}.row-xs-reverse{-moz-flex-direction:row-reverse;flex-direction:row-reverse}.row-xs-start{-moz-justify-content:flex-start;justify-content:flex-start;text-align:left}.row-xs-center{-moz-justify-content:center;justify-content:center;text-align:center}.row-xs-end{-moz-justify-content:flex-end;justify-content:flex-end;text-align:right}.row-xs-top{-moz-align-items:flex-start;align-items:flex-start}.row-xs-middle{-moz-align-items:center;align-items:center}.row-xs-bottom{-moz-align-items:flex-end;align-items:flex-end}.row-xs-around{-moz-justify-content:space-around;justify-content:space-around}.row-xs-between{-moz-justify-content:space-between;justify-content:space-between}@media only screen and (min-width:28.125em){.container{max-width:56.25rem}.col-sm{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;flex-basis:auto}.col-sm-auto{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-narrow{-moz-flex-grow:0;flex-grow:0;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333%;max-width:8.33333%}.col-sm-1,.col-sm-2{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-2{flex-basis:16.66667%;max-width:16.66667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-3,.col-sm-4{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-4{flex-basis:33.33333%;max-width:33.33333%}.col-sm-5{flex-basis:41.66667%;max-width:41.66667%}.col-sm-5,.col-sm-6{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333%;max-width:58.33333%}.col-sm-7,.col-sm-8{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-8{flex-basis:66.66667%;max-width:66.66667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-9,.col-sm-10{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-10{flex-basis:83.33333%;max-width:83.33333%}.col-sm-11{flex-basis:91.66667%;max-width:91.66667%}.col-sm-11,.col-sm-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-0,.col-sm-offset-1{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-2,.col-sm-offset-3{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-4,.col-sm-offset-5{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-6,.col-sm-offset-7{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-10,.col-sm-offset-11{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;margin-left:100%}.col-sm{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-sm-first{order:-1}.col-sm-last{order:1}.row-sm-reverse{-moz-flex-direction:row-reverse;flex-direction:row-reverse}.row-sm-start{-moz-justify-content:flex-start;justify-content:flex-start;text-align:left}.row-sm-center{-moz-justify-content:center;justify-content:center;text-align:center}.row-sm-end{-moz-justify-content:flex-end;justify-content:flex-end;text-align:right}.row-sm-top{-moz-align-items:flex-start;align-items:flex-start}.row-sm-middle{-moz-align-items:center;align-items:center}.row-sm-bottom{-moz-align-items:flex-end;align-items:flex-end}.row-sm-around{-moz-justify-content:space-around;justify-content:space-around}.row-sm-between{-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width:50em){.container{max-width:100rem}.col-md{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;flex-basis:auto}.col-md-auto{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-md-narrow{-moz-flex-grow:0;flex-grow:0;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333%;max-width:8.33333%}.col-md-1,.col-md-2{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-2{flex-basis:16.66667%;max-width:16.66667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-3,.col-md-4{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-4{flex-basis:33.33333%;max-width:33.33333%}.col-md-5{flex-basis:41.66667%;max-width:41.66667%}.col-md-5,.col-md-6{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333%;max-width:58.33333%}.col-md-7,.col-md-8{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-8{flex-basis:66.66667%;max-width:66.66667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-9,.col-md-10{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-10{flex-basis:83.33333%;max-width:83.33333%}.col-md-11{flex-basis:91.66667%;max-width:91.66667%}.col-md-11,.col-md-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-0,.col-md-offset-1{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-2,.col-md-offset-3{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-4,.col-md-offset-5{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-6,.col-md-offset-7{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-10,.col-md-offset-11{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;margin-left:100%}.col-md{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-md-first{order:-1}.col-md-last{order:1}.row-md-reverse{-moz-flex-direction:row-reverse;flex-direction:row-reverse}.row-md-start{-moz-justify-content:flex-start;justify-content:flex-start;text-align:left}.row-md-center{-moz-justify-content:center;justify-content:center;text-align:center}.row-md-end{-moz-justify-content:flex-end;justify-content:flex-end;text-align:right}.row-md-top{-moz-align-items:flex-start;align-items:flex-start}.row-md-middle{-moz-align-items:center;align-items:center}.row-md-bottom{-moz-align-items:flex-end;align-items:flex-end}.row-md-around{-moz-justify-content:space-around;justify-content:space-around}.row-md-between{-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width:67.5em){.container{max-width:135rem}.col-lg{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;flex-basis:auto}.col-lg-auto{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-narrow{-moz-flex-grow:0;flex-grow:0;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333%;max-width:8.33333%}.col-lg-1,.col-lg-2{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-2{flex-basis:16.66667%;max-width:16.66667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-3,.col-lg-4{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-4{flex-basis:33.33333%;max-width:33.33333%}.col-lg-5{flex-basis:41.66667%;max-width:41.66667%}.col-lg-5,.col-lg-6{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333%;max-width:58.33333%}.col-lg-7,.col-lg-8{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-8{flex-basis:66.66667%;max-width:66.66667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-9,.col-lg-10{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-10{flex-basis:83.33333%;max-width:83.33333%}.col-lg-11{flex-basis:91.66667%;max-width:91.66667%}.col-lg-11,.col-lg-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-0,.col-lg-offset-1{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-2,.col-lg-offset-3{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-4,.col-lg-offset-5{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-6,.col-lg-offset-7{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-10,.col-lg-offset-11{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{box-sizing:border-box;-moz-flex-grow:0;flex-grow:0;flex-shrink:0;padding-right:2rem;padding-left:2rem;margin-left:100%}.col-lg{-moz-flex-grow:1;flex-grow:1;flex-basis:0;max-width:100%}.col-lg-first{order:-1}.col-lg-last{order:1}.row-lg-reverse{-moz-flex-direction:row-reverse;flex-direction:row-reverse}.row-lg-start{-moz-justify-content:flex-start;justify-content:flex-start;text-align:left}.row-lg-center{-moz-justify-content:center;justify-content:center;text-align:center}.row-lg-end{-moz-justify-content:flex-end;justify-content:flex-end;text-align:right}.row-lg-top{-moz-align-items:flex-start;align-items:flex-start}.row-lg-middle{-moz-align-items:center;align-items:center}.row-lg-bottom{-moz-align-items:flex-end;align-items:flex-end}.row-lg-around{-moz-justify-content:space-around;justify-content:space-around}.row-lg-between{-moz-justify-content:space-between;justify-content:space-between}}.switch{cursor:pointer;text-indent:-9999px;width:4rem;height:2rem;background:var(--grey2);display:inline-block;border-radius:4rem;position:relative;vertical-align:text-bottom}.switch:after{content:"";position:absolute;top:1px;left:1px;width:calc(2rem - 2px);height:calc(2rem - 2px);background:#fff;border-radius:4rem;transition:.3s}.active>.switch,.switch.active{background:var(--accent)}.active>.switch:after,.switch.active:after{left:calc(100% - 1px);transform:translateX(-100%)}.switch:active:after{width:4rem}.btn{background:var(--primary2);padding:1rem 4rem;border-radius:.5rem;color:var(--grey0);font-size:1.75rem;font-family:inherit;line-height:3rem;font-weight:700;margin-top:2rem;border:none;text-transform:uppercase;display:inline-block;vertical-align:bottom;position:relative;top:0;transition:top .1s ease,box-shadow .2s ease;box-shadow:0 2px 5px -1px var(--shadow-color1),0 1px 3px -1px var(--shadow-color2)}.btn,.btn:focus,.btn:hover{text-decoration:none}@media only screen{html[data-theme=dark] .btn{box-shadow:0 2px 5px -1px var(--glow-color1),0 1px 3px -1px var(--glow-color2)}}.btn:focus,.btn:hover{top:-1px;box-shadow:0 6px 12px -2px var(--shadow-color1),0 3px 7px -3px var(--shadow-color2)}@media only screen{html[data-theme=dark] .btn:focus,html[data-theme=dark] .btn:hover{box-shadow:0 6px 12px -2px var(--glow-color1),0 3px 7px -3px var(--glow-color2)}}.btn:active{top:2px;box-shadow:0 2px 5px -1px var(--shadow-color1),0 1px 3px -1px var(--shadow-color2)}@media only screen{html[data-theme=dark] .btn:active{box-shadow:0 2px 5px -1px var(--glow-color1),0 1px 3px -1px var(--glow-color2)}}.btn svg{margin-left:.5em;margin-right:.5em}.btn--white{background:var(--grey0);color:var(--grey4)}.btn--outline{background:transparent;position:relative;color:var(--primary2)}.btn--outline:after{content:"";width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border:1px solid var(--primary2)}.btn--outline:after,.northern-lights{position:absolute;top:0;right:0;left:0;bottom:0}.northern-lights{overflow:hidden;display:flex;filter:blur(6rem);transform:rotate(15deg) translate3d(-2.5%,-15%,0);width:110%;z-index:-1}@media (min-width:50em){.northern-lights{transform:rotate(15deg) translate3d(2.5%,-25%,0);opacity:.6;width:90%;filter:blur(10rem)}}.northern-lights>*{--up:calc(var(--y, 10)*2vw);--left:calc(var(--x, 2)*2vw);flex-grow:1;background-image:linear-gradient(0deg,transparent,rgba(0,255,191,.85) 10%,transparent,rgba(0,170,255,.55) 40%,transparent,rgba(0,255,21,.6) 60%);background-size:100% 40vmax;background-position:bottom;background-repeat:no-repeat;transform:translate(var(--left),var(--up)) scale(1);-webkit-animation:shift calc(var(--duration, 2)*1s) calc(var(--delay, 0)*-1s) infinite ease;animation:shift calc(var(--duration, 2)*1s) calc(var(--delay, 0)*-1s) infinite ease}.northern-lights>:nth-child(1n){--duration:6;--delay:9;--x:25;--y:20;--scale:.609}@media (min-width:28.125em){.northern-lights>:nth-child(1n){--x:8;--y:3}}.northern-lights>:nth-child(2n){--duration:7;--delay:8;--x:24;--y:13;--scale:.548}@media (min-width:28.125em){.northern-lights>:nth-child(2n){--x:6;--y:9}}.northern-lights>:nth-child(3n){--duration:3;--delay:8;--x:24;--y:10;--scale:.018}@media (min-width:28.125em){.northern-lights>:nth-child(3n){--x:6;--y:3}}.northern-lights>:nth-child(4n){--duration:8;--delay:7;--x:21;--y:4;--scale:.387}@media (min-width:28.125em){.northern-lights>:nth-child(4n){--x:2;--y:6}}.northern-lights>:nth-child(5n){--duration:10;--delay:5;--x:5;--y:2;--scale:.945}@media (min-width:28.125em){.northern-lights>:nth-child(5n){--x:6;--y:11}}.northern-lights>:nth-child(6n){--duration:8;--delay:10;--x:14;--y:19;--scale:.994}@media (min-width:28.125em){.northern-lights>:nth-child(6n){--x:6;--y:2}}.northern-lights>:nth-child(7n){--duration:9;--delay:6;--x:9;--y:19;--scale:.86}@media (min-width:28.125em){.northern-lights>:nth-child(7n){--x:3;--y:2}}.northern-lights>:nth-child(8n){--duration:9;--delay:6;--x:18;--y:19;--scale:.907}@media (min-width:28.125em){.northern-lights>:nth-child(8n){--x:3;--y:11}}.northern-lights>:nth-child(9n){--duration:5;--delay:10;--x:21;--y:6;--scale:.689}@media (min-width:28.125em){.northern-lights>:nth-child(9n){--x:7;--y:8}}.northern-lights>:nth-child(10n){--duration:3;--delay:9;--x:6;--y:10;--scale:.088}@media (min-width:28.125em){.northern-lights>:nth-child(10n){--x:6;--y:8}}.northern-lights>:nth-child(11n){--duration:5;--delay:7;--x:22;--y:12;--scale:.81}@media (min-width:28.125em){.northern-lights>:nth-child(11n){--x:1;--y:12}}.northern-lights>:nth-child(12n){--duration:11;--delay:10;--x:25;--y:5;--scale:.821}@media (min-width:28.125em){.northern-lights>:nth-child(12n){--x:1;--y:6}}.northern-lights>:nth-child(13n){--duration:7;--delay:6;--x:26;--y:20;--scale:.487}@media (min-width:28.125em){.northern-lights>:nth-child(13n){--x:7;--y:1}}.northern-lights>:nth-child(14n){--duration:4;--delay:6;--x:5;--y:7;--scale:.777}@media (min-width:28.125em){.northern-lights>:nth-child(14n){--x:2;--y:5}}.northern-lights>:nth-child(15n){--duration:8;--delay:9;--x:12;--y:19;--scale:.599}@media (min-width:28.125em){.northern-lights>:nth-child(15n){--x:1;--y:3}}.northern-lights>:nth-child(16n){--duration:10;--delay:5;--x:11;--y:13;--scale:.844}@media (min-width:28.125em){.northern-lights>:nth-child(16n){--x:6;--y:6}}.northern-lights>:nth-child(17n){--duration:7;--delay:7;--x:19;--y:12;--scale:.646}@media (min-width:28.125em){.northern-lights>:nth-child(17n){--x:1;--y:8}}.northern-lights>:nth-child(18n){--duration:3;--delay:9;--x:8;--y:8;--scale:.509}@media (min-width:28.125em){.northern-lights>:nth-child(18n){--x:2;--y:1}}.northern-lights>:nth-child(19n){--duration:3;--delay:6;--x:10;--y:19;--scale:.563}@media (min-width:28.125em){.northern-lights>:nth-child(19n){--x:4;--y:8}}.northern-lights>:nth-child(20n){--duration:3;--delay:10;--x:17;--y:15;--scale:.632}@media (min-width:28.125em){.northern-lights>:nth-child(20n){--x:5;--y:6}}@media (prefers-reduced-motion){.northern-lights>*{-webkit-animation:none;animation:none}}@-webkit-keyframes shift{50%{transform:translate(0) scale(1)}}@keyframes shift{50%{transform:translate(0) scale(1)}}.mockup-monitor,.mockup-phone{background-color:#fff;border-radius:.5rem;position:relative}.odd .mockup-monitor,.odd .mockup-phone{right:auto;left:0}.mockup-monitor>div,.mockup-phone>div{overflow:hidden;border-radius:inherit;height:100%;position:relative}.mockup-monitor img,.mockup-phone img{width:100%;height:100%;display:block;z-index:1;border-radius:inherit}.mockup-monitor:before,.mockup-phone:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;box-shadow:0 13px 27px -5px var(--shadow-color1),0 8px 16px -8px var(--shadow-color2);border-radius:inherit}.mockup-monitor{padding-top:2rem}.mockup-monitor>div{box-shadow:0 -2rem 0 0 #d1d1d1}.mockup-monitor:after{content:"";position:absolute;top:.5rem;left:1rem;width:6rem;height:1rem;background-image:radial-gradient(circle at 50%,var(--monitor-dots) 45%,transparent 55%);background-position:0 0;background-size:2rem 1rem}.mockup-phone{padding:1rem 0}@media (min-width:50em){.mockup-phone{padding:2rem 0 3rem}}@media (min-width:67.5em){.mockup-phone{border-radius:1.5rem}}.mockup-phone>div{border-left:.25rem solid #d1d1d1;border-right:.25rem solid #d1d1d1;box-shadow:0 1rem 0 0 #d1d1d1,0 -1rem 0 0 #d1d1d1}@media (min-width:50em){.mockup-phone>div{border-width:.5rem;box-shadow:0 3rem 0 0 #d1d1d1,0 -2rem 0 0 #d1d1d1}}.mockup-phone:after{content:"";position:absolute;top:.4rem;left:0;right:0;margin:auto;width:3rem;height:1px;border-radius:1rem;background-color:#9e9e9e}@media (min-width:50em){.mockup-phone:after{height:.5rem;top:.75rem;width:6rem}}html{font-size:50%}html[data-theme=light]{--grey0:#fff;--grey1:#f3f3f3;--grey2:#a3a3a3;--grey3:#454648;--grey4:#222325;--primary4:#3f2c41;--primary3:#6a326f;--primary2:#ba425e;--primary1:#c26c98;--primary0:#e0b2ca;--accent:#ffcf47;--glow-color1:rgba(195,255,218,0.25);--bg-gradient:linear-gradient(50deg,var(--primary3) -80%,var(--primary2) 45%,var(--primary3) 90%);--grid-color:0,255,255}html[data-theme=dark],html[data-theme=light]{--text-color:var(--grey4);--bg-color:var(--grey0);--shadow-color1:rgba(62,43,64,0.25);--shadow-color2:rgba(34,35,37,0.3);--glow-color2:rgba(195,255,218,0.3)}html[data-theme=dark]{--grey4:#fff;--grey3:#f3f3f3;--grey2:#8090a7;--grey1:#293647;--grey0:#19202a;--primary0:#292c2b;--primary1:#356353;--primary2:#11d589;--primary3:#93dd76;--primary4:#cce4a5;--accent:#ffd579;--glow-color1:rgba(17,213,137,0.25);--bg-gradient:linear-gradient(75deg,#0e1a34,#27243f -20%,#40384d,#40384d,#27243f,#0a2a39,#0e1a34 90%,#5f3452 130%);--grid-color:255,0,255}body{background:var(--bg-color);color:var(--grey4);font-family:Nunito,Trebuchet MS,sans-serif;font-size:2rem;line-height:3rem;vertical-align:bottom}body.grid:after{content:"";z-index:999;position:absolute;top:0;right:0;left:0;background-image:linear-gradient(rgba(var(--grid-color),1) 1px,transparent 0);background-size:100% 1rem;background-position:0 0;opacity:.2;pointer-events:none;height:var(--totalHeight)}body.grid h1,body.grid h2,body.grid h3,body.grid h4,body.grid h5,body.grid h6,body.grid p{background-color:rgba(var(--grid-color),.2)}*{scroll-margin-top:7rem}@media (min-width:50em){*{scroll-margin-top:11rem}}img.trimmed{-o-object-fit:cover;object-fit:cover}.container{margin:auto;position:relative;padding:0 4rem;width:100%}@media (min-width:67.5em){.container{padding:0}}@media (min-width:28.125em){.container.container-sm{max-width:56.25rem}}@media (min-width:50em){.container.container-md{max-width:100rem}}.skip-to-content{left:50%;margin:0;position:absolute;transform:translate3d(-50%,-200%,0);transition:transform .2s;z-index:10}.skip-to-content:focus{transform:translate3d(-50%,0,0)}.highlight[data-v-4fb693ae]{position:relative;background:transparent;padding:10rem 0 8rem;z-index:1;color:var(--grey4)}@media (min-width:50em){.highlight[data-v-4fb693ae]{color:#fff;padding:24rem 0 16rem}}.highlight__bg[data-v-4fb693ae]{overflow:hidden;position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;background-image:var(--bg-gradient);aspect-ratio:initial;bottom:auto;height:44rem;padding-bottom:0}@media (min-width:28.125em){.highlight__bg[data-v-4fb693ae]{aspect-ratio:initial;bottom:auto;height:50rem;padding-bottom:0}}@media (min-width:50em){.highlight__bg[data-v-4fb693ae]{height:62rem}}@media (min-width:67.5em){.highlight__bg[data-v-4fb693ae]{height:90rem}}.highlight__bg[data-v-4fb693ae]:after,.highlight__bg[data-v-4fb693ae]:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2005 288'%3E%3Cpath d='M1002.7 33.8C674.7 33.8 632 288 0 288h2005.4c-632 0-674.7-254.2-1002.7-254.2z' fill='rgba(255,255,255,.999)'/%3E%3C/svg%3E");background-size:cover;background-repeat:repeat-x;background-position:bottom;transform-origin:bottom center;background-size:50% auto;width:1000%;z-index:-1;border-top:1px solid transparent}@media only screen{html[data-theme=dark] .highlight__bg[data-v-4fb693ae]:after,html[data-theme=dark] .highlight__bg[data-v-4fb693ae]:before{display:none}}@media (min-width:28.125em){.highlight__bg[data-v-4fb693ae]:after,.highlight__bg[data-v-4fb693ae]:before{background-size:50% auto;width:600%}}@media (min-width:50em){.highlight__bg[data-v-4fb693ae]:after,.highlight__bg[data-v-4fb693ae]:before{width:500%}}@media (min-width:67.5em){.highlight__bg[data-v-4fb693ae]:after,.highlight__bg[data-v-4fb693ae]:before{width:1080rem}}.highlight__bg[data-v-4fb693ae]:before{opacity:.1;background-position-x:100%;-webkit-animation:move-wave-mobile-4fb693ae 25s linear infinite;animation:move-wave-mobile-4fb693ae 25s linear infinite}@media (min-width:28.125em){.highlight__bg[data-v-4fb693ae]:before{-webkit-animation-name:move-wave-desktop-4fb693ae;animation-name:move-wave-desktop-4fb693ae;-webkit-animation-duration:35s;animation-duration:35s;opacity:.15}}@media (prefers-reduced-motion){.highlight__bg[data-v-4fb693ae]:before{-webkit-animation:none;animation:none}}.highlight__bg[data-v-4fb693ae]:after{opacity:.05;-webkit-animation:move-wave-mobile-4fb693ae 35s linear infinite;animation:move-wave-mobile-4fb693ae 35s linear infinite}@media (min-width:28.125em){.highlight__bg[data-v-4fb693ae]:after{-webkit-animation-name:move-wave-desktop-4fb693ae;animation-name:move-wave-desktop-4fb693ae;-webkit-animation-duration:65s;animation-duration:65s;opacity:.06}}@media (prefers-reduced-motion){.highlight__bg[data-v-4fb693ae]:after{-webkit-animation:none;animation:none}}.highlight__bg .highlight__bg__swoosh[data-v-4fb693ae]{overflow:hidden;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454 288'%3E%3Cpath d='M0 0c190 0 199 286.6 454 286.6v1.5H0V0z' fill='rgba(255,255,255,.999)'/%3E%3C/svg%3E");background-size:100% auto;background-repeat:no-repeat;background-position:right 0 bottom -1px;filter:drop-shadow(0 0 8rem var(--primary2))}@media only screen{html[data-theme=dark] .highlight__bg .highlight__bg__swoosh[data-v-4fb693ae]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 454 288'%3E%3Cpath d='M0 0c190 0 199 286.6 454 286.6v1.5H0V0z' fill='rgba(25,32,42,.999)'/%3E%3C/svg%3E")}}@media (min-width:28.125em){.highlight__bg .highlight__bg__swoosh[data-v-4fb693ae]{aspect-ratio:initial;bottom:auto;padding-bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 288'%3E%3Cpath d='M1440 288h-31.1c19.6.1 31.1 0 31.1 0z'/%3E%3Cpath d='M480 101.3C320 85 160 139 80 165.3L0 192v96h1408.9c-83.8-.5-316.9-5.4-448.9-42.7C800 203 640 117 480 101.3z' fill='rgba(255,255,255,.999)'/%3E%3C/svg%3E")}}@media only screen and (min-width:28.125em){html[data-theme=dark] .highlight__bg .highlight__bg__swoosh[data-v-4fb693ae]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 288'%3E%3Cpath d='M1440 288h-31.1c19.6.1 31.1 0 31.1 0z'/%3E%3Cpath d='M480 101.3C320 85 160 139 80 165.3L0 192v96h1408.9c-83.8-.5-316.9-5.4-448.9-42.7C800 203 640 117 480 101.3z' fill='rgba(25,32,42,.999)'/%3E%3C/svg%3E")}}.highlight__image[data-v-4fb693ae]{position:relative;width:30rem;margin:auto;margin-bottom:4rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background-color:var(--primary4);border-radius:50%;overflow:hidden;cursor:pointer}@media only screen{html[data-theme=dark] .highlight__image[data-v-4fb693ae]{background-color:var(--grey1)}}@media (prefers-reduced-motion){.highlight__image[data-v-4fb693ae]{pointer-events:none}}@media (min-width:23.125em){.highlight__image[data-v-4fb693ae]{width:35rem}}@media (min-width:28.125em){.highlight__image[data-v-4fb693ae]{width:40rem}}@media (min-width:50em){.highlight__image[data-v-4fb693ae]{margin-bottom:0}}@media (min-width:67.5em){.highlight__image[data-v-4fb693ae]{margin-bottom:0;width:60rem}}.highlight__image img[data-v-4fb693ae]{display:block;max-height:100%;margin:auto;height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.highlight__image>div[data-v-4fb693ae]{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.highlight__image figcaption[data-v-4fb693ae]{position:absolute;width:0;height:0;overflow:hidden;opacity:0}.highlight__image .highlight__image__ears[data-v-4fb693ae]{position:absolute;top:0;left:0;z-index:10}.highlight__image .highlight__image__cup[data-v-4fb693ae]{left:0;top:0;transform:translate3d(0,100%,0)}.highlight__image .highlight__image__cup.active[data-v-4fb693ae]{-webkit-animation:sip-4fb693ae 6s cubic-bezier(.6,.15,.42,.94) 1;animation:sip-4fb693ae 6s cubic-bezier(.6,.15,.42,.94) 1}.highlight__image .highlight__image__beer[data-v-4fb693ae]{left:0;top:0;transform:translate3d(0,100%,0)}.highlight__image .highlight__image__beer.active[data-v-4fb693ae]{-webkit-animation:sip-4fb693ae 6s cubic-bezier(.6,.15,.42,.94) 1;animation:sip-4fb693ae 6s cubic-bezier(.6,.15,.42,.94) 1}.highlight__image .highlight__image__earbuds[data-v-4fb693ae]{left:0;top:0}.highlight__image .highlight__image__earbuds img[data-v-4fb693ae]{position:absolute;top:0;left:0;transform:translate3d(0,100%,0)}.highlight__image .highlight__image__earbuds img.music[data-v-4fb693ae]{opacity:0;transform:none}.highlight__image .highlight__image__earbuds img.mask[data-v-4fb693ae]{display:none;transform:none}.highlight__image .highlight__image__earbuds.active img.hands[data-v-4fb693ae]{-webkit-animation:hands-4fb693ae 6s ease 1;animation:hands-4fb693ae 6s ease 1}.highlight__image .highlight__image__earbuds.active img.buds[data-v-4fb693ae]{-webkit-animation:buds-4fb693ae 6s ease 1;animation:buds-4fb693ae 6s ease 1}.highlight__image .highlight__image__earbuds.active img.music[data-v-4fb693ae]{-webkit-animation:music-4fb693ae 6s ease 1;animation:music-4fb693ae 6s ease 1}.highlight__image .highlight__image__earbuds.active img.mask[data-v-4fb693ae]{display:block}@-webkit-keyframes sip-4fb693ae{0%{transform:translate3d(0,100%,0)}35%{transform:none}65%{transform:none}to{transform:translate3d(0,100%,0)}}@keyframes sip-4fb693ae{0%{transform:translate3d(0,100%,0)}35%{transform:none}65%{transform:none}to{transform:translate3d(0,100%,0)}}@-webkit-keyframes hands-4fb693ae{0%{transform:translate3d(0,100%,0)}15%{transform:none}50%{transform:translate3d(0,100%,0)}85%{transform:none}to{transform:translate3d(0,100%,0)}}@keyframes hands-4fb693ae{0%{transform:translate3d(0,100%,0)}15%{transform:none}50%{transform:translate3d(0,100%,0)}85%{transform:none}to{transform:translate3d(0,100%,0)}}@-webkit-keyframes buds-4fb693ae{0%{transform:translate3d(0,100%,0)}15%{transform:none}85%{transform:none}to{transform:translate3d(0,100%,0)}}@keyframes buds-4fb693ae{0%{transform:translate3d(0,100%,0)}15%{transform:none}85%{transform:none}to{transform:translate3d(0,100%,0)}}@-webkit-keyframes music-4fb693ae{15%{opacity:0}17%{opacity:1}85%{opacity:1}87%{opacity:0}}@keyframes music-4fb693ae{15%{opacity:0}17%{opacity:1}85%{opacity:1}87%{opacity:0}}.highlight__title[data-v-4fb693ae]{font-size:3rem;line-height:3rem;vertical-align:bottom;font-weight:900;margin-bottom:2rem;color:inherit}@media (min-width:50em){.highlight__title[data-v-4fb693ae]{font-size:4rem;line-height:4rem;vertical-align:bottom}}@media (min-width:67.5em){.highlight__title[data-v-4fb693ae]{font-size:6rem;line-height:6rem;vertical-align:bottom}}.highlight__title strong[data-v-4fb693ae]{color:var(--primary2);font-weight:inherit}@media (min-width:50em){.highlight__title strong[data-v-4fb693ae]{color:var(--accent)}}@media only screen and (min-width:50em){html[data-theme=dark] .highlight__title strong[data-v-4fb693ae]{color:var(--primary2)}}.highlight__subtitle[data-v-4fb693ae]{font-size:2.5rem;line-height:3rem;vertical-align:bottom;font-weight:700;color:inherit}@media (min-width:50em){.highlight__subtitle[data-v-4fb693ae]{font-size:2.5rem;line-height:3rem;vertical-align:bottom}}@media (min-width:67.5em){.highlight__subtitle[data-v-4fb693ae]{font-size:3rem;line-height:4rem;vertical-align:bottom}}.highlight__subtitle a[data-v-4fb693ae]{color:inherit}@-webkit-keyframes move-wave-desktop-4fb693ae{0%{transform:translateZ(0) scaleY(.6)}50%{transform:translate3d(-25%,0,0) scaleY(1.5)}to{transform:translate3d(-50%,0,0) scaleY(.6)}}@keyframes move-wave-desktop-4fb693ae{0%{transform:translateZ(0) scaleY(.6)}50%{transform:translate3d(-25%,0,0) scaleY(1.5)}to{transform:translate3d(-50%,0,0) scaleY(.6)}}@-webkit-keyframes move-wave-mobile-4fb693ae{0%{transform:translateZ(0) scaleY(.6);-moz-transform:translateZ(0) scaleY(1.4)}50%{transform:translate3d(-25%,0,0) scaleY(1.5);-moz-transform:translate3d(-25%,0,0) scaleY(1.4)}to{transform:translate3d(-50%,0,0) scaleY(.6);-moz-transform:translate3d(-50%,0,0) scaleY(1.4)}}@keyframes move-wave-mobile-4fb693ae{0%{transform:translateZ(0) scaleY(.6);-moz-transform:translateZ(0) scaleY(1.4)}50%{transform:translate3d(-25%,0,0) scaleY(1.5);-moz-transform:translate3d(-25%,0,0) scaleY(1.4)}to{transform:translate3d(-50%,0,0) scaleY(.6);-moz-transform:translate3d(-50%,0,0) scaleY(1.4)}}.about{position:relative;z-index:2;margin-bottom:-4rem}@media (min-width:50em){.about{margin:-8rem 0 -4rem}}.about__panel{box-shadow:0 50px 100px -20px var(--shadow-color1),0 30px 60px -30px var(--shadow-color2);border-radius:2rem;background-color:var(--bg-color);overflow:hidden;margin:0 -2rem}@media (min-width:50em){.about__panel{margin:0}}@media only screen{html[data-theme=dark] .about__panel{box-shadow:0 30px 60px -12px var(--glow-color1),0 18px 36px -18px var(--glow-color2);position:relative}html[data-theme=dark] .about__panel:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border:1px solid var(--primary2);opacity:.5}}.about__image img{display:block}@media (min-width:50em){.about__image img{height:50rem}}.about__content{padding:4rem 4rem 6rem}@media (min-width:50em){.about__content{padding:4rem;text-align:right}}.about__content p:not(:last-child){margin-bottom:1rem}.about__content .about__content__title{font-size:3rem;line-height:3rem;vertical-align:bottom;font-weight:900;margin-bottom:2rem;background-image:linear-gradient(90deg,var(--primary2),var(--primary3));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media only screen{html[data-theme=dark] .about__content .about__content__title{background-image:linear-gradient(90deg,var(--primary2),var(--primary4))}}@media (min-width:50em){.about__content .about__content__title{margin-bottom:4rem}}.about__content__icons{text-align:center;line-height:0}@media (min-width:50em){.about__content__icons{text-align:inherit}}.about__content__icons a{display:inline-block;font-size:4rem;padding:1rem;border-radius:50%;width:6rem;height:6rem;text-align:center}.about__content__icons a:not(:last-child){margin-right:2rem}.skills{padding:16rem 0 8rem;background-color:var(--grey1);position:relative;z-index:1;overflow:hidden}@media (min-width:50em){.skills{padding:20rem 0}}@media (min-width:67.5em){.skills{padding:32rem 0}}.skills__container{position:relative}.skills__carousel{margin:0 -4rem}@media (min-width:50em){.skills__carousel{margin:0}}.skills__item{width:100%;padding:0 2rem}@media (min-width:50em){.skills__item{display:flex;width:100%;flex-direction:column;justify-content:center;position:absolute;transition:transform .5s ease,opacity .5s ease-out;transform:translate3d(-10%,100%,0);opacity:0;padding:0}}@media (min-width:50em) and (prefers-reduced-motion){.skills__item{transition-duration:0s,0s}}@media (min-width:50em){.skills__item.in{transform:none;transition-timing-function:ease,ease-in;opacity:1}.skills__item.out{transform:translate3d(10%,-100%,0);transition:none;opacity:0}}.skills__row{margin:0;align-items:center}.skills__row>div{position:relative}@media (min-width:50em){.skills__row>div{position:static}}.skills__image{position:absolute;right:0;z-index:-2;top:-24rem;bottom:0;left:0;width:100%;background-color:#23272f}@media (min-width:50em){.skills__image{top:0}}.skills__image picture{height:100%;width:100%;left:0;right:0;position:absolute;transition:opacity .5s ease;opacity:0}@media (prefers-reduced-motion){.skills__image picture{transition-duration:0s!important}}.skills__image picture.in{opacity:1}.skills__image picture.out{opacity:0}@media (min-width:50em){.skills__image picture{transition:transform .5s ease;transform:translate3d(10%,-100%,0);width:125%;left:-12.5%;right:-12.5%;opacity:1}.skills__image picture.in{transform:none}.skills__image picture.out{transform:translate3d(-10%,100%,0);transition:none}}.skills__image picture img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media (min-width:50em){.skills__image{width:calc(50% + 10rem);right:auto;min-height:100%;bottom:0}}.skills__title{font-size:4rem;line-height:4rem;vertical-align:bottom;font-weight:900;text-align:center;margin-bottom:4rem;position:relative}@media (min-width:50em){.skills__title{margin-bottom:8rem}}.skills__title *{font-size:inherit}.skills__title:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background-color:#23272f;z-index:-1;opacity:.001}.skills__title span{display:inline-block;position:relative;z-index:1;color:#fff;text-shadow:0 0 2rem #23272f,0 0 4rem #23272f}.skills__title span:not(:last-child){margin-right:.3em}@media (min-width:50em){.skills__title span{width:40%;text-align:right}.skills__title span.skills__title__divider{background-color:var(--grey1);border-radius:100%;text-align:center;width:6rem;height:6rem;line-height:6rem;display:inline-block;vertical-align:middle}}@media only screen and (min-width:50em){html[data-theme=light] .skills__title span.skills__title__divider{color:var(--grey4)}}@media (min-width:50em) and (min-width:50em){.skills__title span.skills__title__divider{text-shadow:none}}@media (min-width:50em){.skills__title span.skills__title__divider~span{text-align:left}}@media only screen and (min-width:50em){html[data-theme=light] .skills__title span.skills__title__divider~span{color:var(--grey4)}}@media (min-width:50em) and (min-width:50em){.skills__title span.skills__title__divider~span{text-shadow:none}}.skills__tags{text-align:center;padding:0 4rem 4rem;color:var(--grey4)}@media only screen{html[data-theme=dark] .skills__tags{color:var(--grey0)}}@media (min-width:28.125em){.skills__tags{padding:0;padding-bottom:8rem;margin:auto;max-width:56.25rem;padding-left:4rem;padding-right:4rem}}@media (min-width:50em){.skills__tags{text-align:right;max-width:65rem;margin-right:0;margin-left:auto;padding-left:0;padding-right:12rem;padding-bottom:0}}.skills__tags div{display:inline-block}.skills__tags div a,.skills__tags div button{font-size:1.75rem;line-height:2rem;vertical-align:bottom;background-color:var(--grey1);padding:1rem 2rem;border-radius:4rem;margin-right:1rem;margin-bottom:1rem;transition:background-color .2s ease;text-decoration:none}.skills__tags div a:focus,.skills__tags div a:hover,.skills__tags div button:focus,.skills__tags div button:hover{text-decoration:none}@media only screen{html[data-theme=dark] .skills__tags div a,html[data-theme=dark] .skills__tags div button{background-color:var(--grey3)}}.skills__tags div a.active,.skills__tags div button.active{background-color:var(--accent)}@media only screen{html[data-theme=dark] .skills__tags div a.active,html[data-theme=dark] .skills__tags div button.active{background-color:var(--primary2)}}.skills__content{padding:2rem 2rem 0}@media (min-width:28.125em){.skills__content{padding:2rem;padding-top:0;margin:auto;max-width:56.25rem;padding-left:4rem;padding-right:4rem}}@media (min-width:50em){.skills__content{max-width:64rem;padding-right:0;padding-left:4rem;margin:0}}.skills__content:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:var(--grey1);z-index:-1;transform:skewY(4deg);transform-origin:top right}@media (min-width:50em){.skills__content:before{width:50%;transform:skewX(-12deg);transform-origin:center 20rem;left:auto}}@media (min-width:67.5em){.skills__content:before{transform-origin:center 32rem}}.skills__content p:not(:last-child){margin-bottom:1rem}.skills__content .skills__content__title{font-weight:900;font-size:2.5rem;line-height:3rem;vertical-align:bottom;margin-bottom:1rem}.knowledge{padding:8rem 0 4rem}@media (min-width:50em){.knowledge{padding:24rem 0 8rem}}@media (max-width:49.9375em){.knowledge{position:relative}.knowledge:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:.5;border-bottom:1px solid var(--primary2)}}.knowledge__title{margin-bottom:4rem}@media (min-width:50em){.knowledge__title{margin-bottom:8rem}}.knowledge__title__sup{font-size:1.75rem;line-height:3rem;vertical-align:bottom;font-weight:900;text-transform:uppercase;color:var(--primary2);margin-bottom:1rem}@media only screen{html[data-theme=dark] .knowledge__title__sup{color:var(--primary2)}}@media (min-width:50em){.knowledge__title__sup{margin-bottom:2rem}}.knowledge__title__main{font-size:4rem;line-height:5rem;vertical-align:bottom;font-weight:700}@media (min-width:50em){.knowledge__title__main{font-size:4rem;line-height:5rem;vertical-align:bottom}}.knowledge__carousel{margin:0 -4rem}@media (min-width:50em){.knowledge__carousel{margin:0}}.knowledge__card{margin-bottom:4rem;max-width:100%;padding:0 2rem}@media (min-width:50em){.knowledge__card{margin-bottom:8rem;padding:0}}.knowledge__card__title{font-size:2.5rem;line-height:3rem;vertical-align:bottom;font-weight:700;margin-bottom:1rem}.knowledge__nav{margin-bottom:4rem;display:flex;flex-wrap:nowrap;justify-content:space-between}.knowledge__nav div{flex-grow:0;text-align:center}.knowledge__icon{display:inline-block;font-size:4rem;line-height:4rem;vertical-align:bottom;transform:scale3d(.1,.1,1);transition:transform .35s ease,opacity .35s ease;opacity:0;transition-delay:0s}@media (prefers-reduced-motion){.knowledge__icon{opacity:1;transform:none}}.col-xs-12:first-child .knowledge__icon,li:first-child .knowledge__icon{transition-delay:.24286s}.col-xs-12:nth-child(2) .knowledge__icon,li:nth-child(2) .knowledge__icon{transition-delay:.38571s}.col-xs-12:nth-child(3) .knowledge__icon,li:nth-child(3) .knowledge__icon{transition-delay:.52857s}.col-xs-12:nth-child(4) .knowledge__icon,li:nth-child(4) .knowledge__icon{transition-delay:.67143s}.col-xs-12:nth-child(5) .knowledge__icon,li:nth-child(5) .knowledge__icon{transition-delay:.81429s}.col-xs-12:nth-child(6) .knowledge__icon,li:nth-child(6) .knowledge__icon{transition-delay:.95714s}@media (min-width:50em){.knowledge__icon{margin-bottom:2rem}}.enter .knowledge__icon{transform:scaleX(1);opacity:1}@media (min-width:50em){.enter .knowledge__icon{transform:none}}.knowledge__icon svg{vertical-align:bottom}.knowledge__icon svg path{color:var(--primary2);opacity:.35;transition:opacity .2s ease,transform .2s ease;transform:scale3d(.8,.8,1);transform-origin:bottom center}.active.knowledge__icon svg path{opacity:1;transform:none}@media (min-width:50em){.knowledge__icon svg path{opacity:1;transform:none}}.projects{display:block;padding-top:8rem}@media (min-width:50em){.projects{padding-top:12rem}}.projects.projects--single{padding-top:0}.projects__title{margin-bottom:4rem}@media (min-width:50em){.projects__title{margin-bottom:4rem}}.projects__title__sup{font-size:1.75rem;line-height:3rem;vertical-align:bottom;font-weight:900;text-transform:uppercase;color:var(--primary2);margin-bottom:1rem}@media only screen{html[data-theme=dark] .projects__title__sup{color:var(--primary2)}}@media (min-width:50em){.projects__title__sup{margin-bottom:2rem}}.projects__title__main{font-size:4rem;line-height:5rem;vertical-align:bottom;font-weight:700}@media (min-width:50em){.projects__title__main{font-size:4rem;line-height:5rem;vertical-align:bottom}}.projects__area{padding:0 0 8rem;color:var(--grey4)}.projects__area:nth-child(2n){background:var(--grey1)}@media (min-width:50em){.projects__area{padding:16rem 0 12rem}}@media (min-width:67.5em){.projects__area{padding:16rem 0 4rem}}.projects__area .row{align-items:center}.projects__area.odd .row{flex-direction:row-reverse}.projects--single .projects__area{position:relative;z-index:1;background:var(--bg-gradient);padding-top:10rem;color:var(--grey0)}@media only screen{html[data-theme=dark] .projects--single .projects__area{color:#fff}}@media (min-width:50em){.projects--single .projects__area{padding-top:26rem}}.projects__area__half-container{padding:0 4rem;margin:auto}@media (min-width:28.125em){.projects__area__half-container{max-width:56.25rem}}@media (min-width:50em){.projects__area__half-container{margin-left:0;margin-right:auto;max-width:50rem}.odd .projects__area__half-container{margin-right:0;margin-left:auto}}@media (min-width:67.5em){.projects__area__half-container{max-width:67.5rem;padding:0}}.projects__area__content{margin-top:0;margin-bottom:4rem}@media (min-width:50em){.projects__area__content{max-width:50rem;margin-right:0;margin-left:auto;margin-top:0;text-align:right;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}}@media (min-width:50em){.odd .projects__area__content{text-align:left;margin-right:auto;margin-left:0;align-items:flex-start}}.projects__area__content p{margin-bottom:1rem}.projects--single .projects__area__content{margin-bottom:0}.projects__area__title{font-size:3rem;line-height:4rem;vertical-align:bottom;font-weight:700;margin-bottom:2rem}.projects__area__images{margin-bottom:4rem;position:relative;margin-top:-1rem;max-width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:56.25rem;display:table}@media (min-width:50em){.projects__area__images{padding:0;margin:0;max-height:60rem;width:100%;max-width:120rem}}@media (min-width:67.5em){.projects__area__images{margin-bottom:-6rem;margin-right:0;margin-left:auto}.odd .projects__area__images{margin-left:0;margin-right:auto}}.projects__area__images .projects__area__images__monitor{background-color:hsl(var(--project-color-h),var(--project-color-s),var(--project-color-l));--monitor-dots:hsl(var(--project-color-h),var(--project-color-s),var(--project-color-l))}.projects__area__images .projects__area__images__monitor>div:before{content:"";left:0;top:0;width:110%;height:100%;background-color:hsl(var(--project-color-h),var(--project-color-s),calc(var(--project-color-l) + var(--project-color-l)*0.15));position:absolute;transform:translateX(100%);transition:transform 1s ease;transition-delay:.3s;z-index:2}@media (prefers-reduced-motion){.projects__area__images .projects__area__images__monitor>div:before{transition-duration:0s;transition-delay:0s}}.enter.projects__area__images .projects__area__images__monitor>div:before{transform:translateX(-100%)}.projects__area__images .projects__area__images__monitor img{transition:opacity .01s linear;transition-delay:.6s;opacity:0}@media (prefers-reduced-motion){.projects__area__images .projects__area__images__monitor img{transition-duration:0s;transition-delay:0s}}.enter.projects__area__images .projects__area__images__monitor img{opacity:1}.projects__area__images .projects__area__images__phone{position:absolute;right:0;z-index:5;max-width:none;height:auto;width:33.33%;left:5%;right:auto;top:0;opacity:0;transition:opacity .5s ease;transition-delay:1.1s}@media (prefers-reduced-motion){.projects__area__images .projects__area__images__phone{transition-duration:0s;transition-delay:0s}}.enter.projects__area__images .projects__area__images__phone{opacity:1}.odd .projects__area__images .projects__area__images__phone{right:3rem;left:auto}@media (max-width:49.9375em){.projects__area__images .projects__area__images__phone{right:3rem;left:auto}}.projects--single .projects__area__bg{position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;overflow:hidden}.projects--single .projects__area__bg:after{content:"";position:absolute;bottom:-16rem;right:-16rem;left:-16rem;height:16rem;background:var(--primary2);box-shadow:0 0 16rem var(--primary2)}.projects--single .projects__area__bg .northern-lights{opacity:.6;box-shadow:inset 0 0 1rem var(--primary2)}.project-page__links{text-align:center;background-color:var(--grey1);padding:8rem 0}@media (min-width:50em){.project-page__links{padding:16rem 0}}.project-page__links .btn{display:table;margin:auto;white-space:nowrap;margin-bottom:2rem}@media (min-width:50em){.project-page__links .btn{display:inline-block}}.project-page__links .project-page__links__info-trigger{font-size:1.5rem;line-height:2rem;vertical-align:bottom;top:-1rem;background-color:transparent;color:var(--grey3);padding:0 2rem;line-height:3rem;border-radius:5rem;position:relative;margin-bottom:1rem;transition:background-color .2s ease,color .2s ease}.project-page__links .project-page__links__info-trigger:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border:1px solid var(--grey2);transition:border .2s ease}.project-page__links .project-page__links__info-trigger:focus,.project-page__links .project-page__links__info-trigger:hover{position:relative;color:var(--primary2)}.project-page__links .project-page__links__info-trigger:focus:after,.project-page__links .project-page__links__info-trigger:hover:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:auto;height:auto;margin:0;padding:0;transform:none;border-radius:inherit;pointer-events:none;z-index:1;opacity:1;border:1px solid var(--primary2)}.project-page__links .project-page__links__info-panel{overflow:hidden;margin-top:-1rem}.project-page__links .project-page__links__info-panel.slide-enter-active,.project-page__links .project-page__links__info-panel.slide-leave-active{transition:max-height .3s ease,margin .15s ease,opacity .3s ease}.project-page__links .project-page__links__info-panel.slide-enter-to,.project-page__links .project-page__links__info-panel.slide-leave-from{max-height:70rem}.project-page__links .project-page__links__info-panel.slide-enter-from,.project-page__links .project-page__links__info-panel.slide-leave-to{max-height:0;margin-top:0;opacity:0}.project-page__links .project-page__links__info-panel>div{background-color:var(--grey1);border-radius:1rem;padding:1rem 2rem;font-size:1.75rem;line-height:3rem;vertical-align:bottom;position:relative;margin-bottom:2rem;margin-top:1rem}@media (min-width:50em){.project-page__links .project-page__links__info-panel>div{padding:2rem 4rem;margin-bottom:4rem}}.project-page__links .project-page__links__info-panel>div:before{content:"";position:absolute;left:10rem;bottom:100%;border:solid transparent;height:0;width:0;pointer-events:none;border-color:transparent;border-bottom-color:var(--grey1);border-width:1rem;margin-left:-1rem}.project-page__links .project-page__links__listed-link{padding:1rem;color:var(--grey4);text-decoration:none;display:block;border-radius:1rem;transition:background-color .2s ease}.project-page__links .project-page__links__listed-link:focus,.project-page__links .project-page__links__listed-link:hover{text-decoration:none;background-color:var(--grey1)}.project-page__links .project-page__links__listed-link svg:first-child{font-size:2rem;color:var(--primary2);margin-right:1rem}.project-page__links .project-page__links__listed-link svg:last-child{font-size:1.5rem;margin-left:1rem;opacity:.75}.gallery{position:relative;padding-bottom:8rem;--monitor-dots:hsl(var(--project-color-h),var(--project-color-s),var(--project-color-l))}.gallery__nav{position:absolute;top:50%;height:0;overflow:visible;z-index:3;left:-4rem;right:-4rem;display:flex;justify-content:space-between;align-items:stretch}@media (min-width:80em){.gallery__nav{left:-10rem;right:-10rem}}.gallery__nav .gallery__nav__btn{color:var(--grey4);width:6rem;height:8rem;margin-top:-4rem;transition:opacity .2s ease,background-color .2s ease;display:flex;align-items:center;padding:1rem 1rem;font-size:2.5rem}@media (max-width:79em){.gallery__nav .gallery__nav__btn:first-child{justify-content:flex-start}.gallery__nav .gallery__nav__btn:last-child{justify-content:flex-end}}@media (min-width:80em){.gallery__nav .gallery__nav__btn{width:8rem;height:8rem;padding:0;border-radius:50%;flex-grow:0;font-size:4rem;justify-content:center;align-items:center}}@media (min-width:80em){.gallery__nav .gallery__nav__btn:hover{background-color:var(--grey1)}}.gallery__nav .gallery__nav__btn[disabled]{opacity:.2;background-color:transparent}@media (max-width:49.9375em){.gallery__grid{margin:0 -3rem!important}}.gallery__grid .mockup-monitor{max-width:960px;margin-right:-25%;z-index:1}.gallery__grid .mockup-phone{margin-top:4rem;max-width:300px;margin-right:0;margin-left:auto;z-index:2}@media (min-width:50em){.gallery__grid .mockup-phone{margin-top:8rem}}.gallery__horizontal{margin:0}@media (max-width:77.5em){.gallery__horizontal>.v-hl-btn{transform:none!important}}.gallery__horizontal .gallery__horizontal__slide{display:flex;align-items:flex-start;justify-content:center;width:100%}.gallery__horizontal .gallery__horizontal__slide div{height:inherit}.gallery__horizontal .gallery__horizontal__slide img{max-width:100%;max-height:100%;margin-bottom:0}.gallery__caption{position:relative;margin-top:4rem;font-size:1.75rem;line-height:3rem;vertical-align:bottom}@media (min-width:50em){.gallery__caption{margin-left:4rem;margin-right:4rem;padding:0 2rem}}@media (min-width:80em){.gallery__caption{margin-left:0;margin-right:0;position:static}}.project-page__body{padding:8rem 0}@media (min-width:50em){.project-page__body{padding:16rem 0;font-size:2.5rem;line-height:3rem;vertical-align:bottom}}.project-page__body p{margin-bottom:1rem;font-size:2rem;line-height:3rem;vertical-align:bottom}.project-page__tech{background-color:var(--grey1);margin:2rem -4rem 0;padding:2rem 4rem}@media (min-width:50em){.project-page__tech{margin:0 auto 2rem;padding:2rem 4rem}}@media (max-width:28.0625em){.row div:first-child>.project-page__tech{margin-top:4rem}}@media (min-width:50em){.row div:first-child>.project-page__tech{margin-top:-2rem}}.project-page__tech__title{font-size:1.75rem;line-height:3rem;vertical-align:bottom;font-weight:900;text-transform:uppercase;color:var(--grey3);margin-bottom:1rem}.project-page__tech ul li{font-size:2rem;line-height:3rem;vertical-align:bottom}.project-page__tech ul li:not(:last-child){margin-bottom:1rem}.project-page__tech ul li svg{margin-right:1rem}.project-page__tech ul li svg path{fill:var(--primary2)}