body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.image-panner{height:100vh;overflow:hidden;position:relative;width:100%}.image-panner>*{left:0;position:absolute;top:0}.image-panner-current-image{-webkit-animation:imagePanner 10s ease-in-out infinite;animation:imagePanner 10s ease-in-out infinite}@-webkit-keyframes imagePanner{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}95%{opacity:1;-webkit-transform:scale(2) translate(-10%);transform:scale(2) translate(-10%)}to{opacity:0;-webkit-transform:scale(2) translate(-11%);transform:scale(2) translate(-11%)}}@keyframes imagePanner{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}95%{opacity:1;-webkit-transform:scale(2) translate(-10%);transform:scale(2) translate(-10%)}to{opacity:0;-webkit-transform:scale(2) translate(-11%);transform:scale(2) translate(-11%)}}.image-panner-next-image{opacity:1}.image-panner-current-image,.image-panner-image-reset,.image-panner-next-image{height:100%;object-fit:cover;width:100%}.fadeIn{-webkit-animation:fadeIn 4s ease-in-out;animation:fadeIn 4s ease-in-out}.home{display:flex;flex-direction:column;max-height:100vh;overflow-x:hidden;overflow-y:hidden;padding-top:84px;width:100%}@media (max-width:600px){.home{height:100vh;margin-top:0;padding-top:0}}.cover{background:rgba(0,0,0,.6);height:100%;position:absolute;top:0;width:100%}.call-to-action{align-items:center;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.32) 80%,hsla(0,0%,100%,0) 100%);display:flex;flex-direction:column;gap:20px;margin:auto;max-width:-webkit-max-content;max-width:max-content;padding:10px;width:calc(100% - 20px)}@media (max-width:700px){.call-to-action{gap:50px}}.Logo{width:-webkit-fill-available;width:-moz-available;width:stretch}.Logo img{width:100%}@media (min-width:700px){.Logo img{margin-left:50%;max-width:360px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.call-to-action-buttons{display:flex;gap:20px;justify-content:space-between;width:-webkit-fill-available;width:-moz-available;width:stretch}.button-primary{background:var(--contrastColor);border:none;border-radius:var(--default-border-radius);color:#fff;font-size:26px;font-weight:700;padding:10px 20px;transition:all .2s ease-in-out;width:-webkit-max-content;width:max-content}.button-primary:hover{cursor:pointer;scale:1.02}.button-secondary{background:none;border:1px solid hsla(0,0%,100%,0);border-radius:var(--default-border-radius);padding:10px 20px;transition:all .5s ease-in-out}.button-secondary:after{background:#fff;content:"";display:block;height:2px;transition:width .3s;width:100%}.button-secondary:hover{border:1px solid #fff;cursor:pointer}.transition{display:flex;position:relative}.transition>svg{max-height:170px;width:100%}@media (max-width:700px){.transition>svg{height:60px;margin:-1px}}.transition>svg>image{display:flex;max-height:170px;width:100%}.call-us-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid #fff;border-radius:2px;padding:10px 20px;width:-webkit-max-content;width:max-content}.call-us-button svg{-webkit-animation:ring 8s infinite;animation:ring 8s infinite}.color-background{height:calc(100% - 40px);padding-top:5%;width:100%}.color-background p{max-width:600px}:root{--main:rgba(82,126,146,.15);--background:hsla(0,0%,100%,.8);--secondBackground:hsla(0,0%,100%,.6);--contrastColor:#ffa800;--thirdColor:#527e92;--fourthColor:#48b0c5;--selected:#463da7;--selectable:#5248c5;--notSelectable:hsla(0,0%,39%,.186);--default-border-radius:2px;--huge-border-radius:15px;--navbar-height:4em;--default-margin:10px;--default-padding:10px;--default-gap:20px;--error:#f31a1a}@media (min-width:700px){.phone-only{display:none!important}}@media (max-width:700px){.pc-only{display:none!important}}body{font-family:poppins,sans-serif}h1,h2,h3{margin:0}button,div,p{color:#fff;font-weight:500;margin:0;text-shadow:#000 0 2px 8px}button{cursor:pointer}.big-text{font-size:1.6em}.small-text{font-size:.8em}.big-text-on-pc{font-size:1.6em}@media (max-width:700px){.big-text-on-pc{font-size:1em}}.padding{padding:10px;padding:var(--default-padding)}::-webkit-input-placeholder{color:#000;opacity:.3}::placeholder{color:#000;opacity:.3}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{-webkit-animation:all 1s ease-in-out;animation:all 1s ease-in-out;background:#5248c5;background:var(--selectable)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,rgba(82,72,197,.388),rgba(82,72,197,.388),rgba(82,72,197,.388))}.header{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(180deg,rgba(0,0,0,.483),transparent 70%);display:flex;height:4em;height:var(--navbar-height);left:0;padding-block:10px;position:fixed;top:0;width:100%;z-index:100}.header img{height:100%;width:auto}@media (max-width:1100px){.header{display:none}}.header-left,.header-right{align-items:center;display:flex;gap:10px;height:4em;height:var(--navbar-height);min-width:-webkit-min-content;min-width:min-content;width:-webkit-fill-available;width:-moz-available;width:stretch}.header-left .logo,.header-right .logo{height:100%;width:auto}.header-right{justify-content:flex-end}.header-container{display:flex;height:4em;height:var(--navbar-height);margin-inline:calc(20% - 20px);width:-webkit-fill-available;width:-moz-available;width:stretch}.header-button{border:1px solid hsla(0,0%,100%,0);border-radius:2px;color:#fff;padding:15px;padding-inline:20px;transition:all .5s ease-in-out;width:-webkit-max-content;width:max-content}.header-button p{font-size:20px;font-weight:500;margin:0;text-shadow:rgba(0,0,0,.176) 0 4px 4px}.header-button:hover:not(.active){background:hsla(0,0%,100%,.2);border:1px solid #fff}.active{background:rgba(255,195,78,.161);color:#ffa800}.active,.active:hover{border:1px solid #ffa800}.active:hover{background:hsla(0,0%,100%,.2)}a:-webkit-any-link{height:-webkit-max-content;height:max-content;text-decoration:none;width:-webkit-max-content;width:max-content}.row{flex-direction:row}.column,.row{display:flex;gap:20px;gap:var(--default-gap)}.column{flex-direction:column}.row-size-dependant{display:flex;flex-direction:row;gap:20px;gap:var(--default-gap)}@media (max-width:600px){.row-size-dependant{align-items:center;display:flex;flex-direction:column}}.center{align-items:center}.center,.center-top{justify-content:center}.center-top{align-items:flex-start}.center-text{text-align:center}.gap{gap:20px;gap:var(--default-gap)}.under-construction{align-items:center;background:rgba(38,104,27,.3);display:flex;height:100vh;justify-content:center}.under-construction img{height:auto;width:30%}.under-construction h1,.under-construction h2,.under-construction p{text-align:center}.jackhammer{-webkit-animation:drilling .1s infinite;animation:drilling .1s infinite;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@-webkit-keyframes drilling{0%{-webkit-transform:translateY(0) scaleX(-1);transform:translateY(0) scaleX(-1)}50%{-webkit-transform:translateY(3px) translateX(1px) scaleX(-1);transform:translateY(3px) translateX(1px) scaleX(-1)}to{-webkit-transform:translateY(0) scaleX(-1);transform:translateY(0) scaleX(-1)}}@keyframes drilling{0%{-webkit-transform:translateY(0) scaleX(-1);transform:translateY(0) scaleX(-1)}50%{-webkit-transform:translateY(3px) translateX(1px) scaleX(-1);transform:translateY(3px) translateX(1px) scaleX(-1)}to{-webkit-transform:translateY(0) scaleX(-1);transform:translateY(0) scaleX(-1)}}@-webkit-keyframes washing{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes washing{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.worker{-webkit-animation:washing 2s infinite;animation:washing 2s infinite}input[type=email],input[type=number],input[type=password],input[type=text],textarea{background:#fff;border:none;border:1px solid hsla(0,0%,100%,0);border-radius:2px;border-radius:var(--default-border-radius);color:#000;font-size:20px;font-weight:500;max-width:600px;outline:none;padding:10px;text-shadow:rgba(0,0,0,.176) 0 4px 4px;width:-webkit-fill-available;width:-moz-available;width:stretch}textarea{min-height:180px}.rounded{border-radius:2px;border-radius:var(--default-border-radius)}@media (max-width:600px){.rounded{border-radius:0}}@media (min-width:1100px){.menu{display:none}}.menu-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.4);border-radius:50%;height:-webkit-max-content;height:max-content;margin:20px;padding:20px;position:fixed;right:0;top:0;width:-webkit-max-content;width:max-content;z-index:99}.menu-icon>svg{display:block;height:30px;width:30px}.menu-items-container{align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.4);box-sizing:border-box;display:flex;height:100%;overflow:hidden;padding:20px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .5s ease-in-out;width:100%;z-index:100}.menu-items-container *>svg{height:50px;padding:10px;width:50px}.menu-items-container *>svg>*{fill:#fff}.menu-button{padding:5px 20px}.ut{-webkit-transform:translateX(100%);transform:translateX(100%)}@-webkit-keyframes out{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes out{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.in{-webkit-transform:translateX(0);transform:translateX(0)}@-webkit-keyframes in{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes in{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.fill{height:-webkit-fill-available;height:-moz-available;height:stretch;width:-webkit-fill-available;width:-moz-available;width:stretch}.background-image{background-size:cover;box-sizing:border-box;height:100%;left:0;max-height:100%;max-width:100%;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.stretch-width{width:-webkit-fill-available;width:-moz-available;width:stretch}.relative{position:relative}.small-gap{gap:5px}.black-text{color:#000;font-weight:700;text-shadow:#fff 2px 2px 8px}.creator-logo{background:none;border:none}#hidden{display:none}.loading-image{-webkit-filter:blur(5px);filter:blur(5px);height:110%;object-fit:cover;width:110%}.loaded-image{-webkit-animation:fadeIn 1s forwards;animation:fadeIn 1s forwards;height:100%;width:100%}@-webkit-keyframes fadeIn{0%{-webkit-filter:blur(5px);filter:blur(5px)}to{-webkit-filter:blur(0);filter:blur(0)}}@keyframes fadeIn{0%{-webkit-filter:blur(5px);filter:blur(5px)}to{-webkit-filter:blur(0);filter:blur(0)}}.waves{position:relative;z-index:1}.waves:after{-webkit-animation:rotateHue 20s linear infinite;animation:rotateHue 20s linear infinite;-webkit-animation-delay:4;animation-delay:4;background:conic-gradient(transparent,#35ff86,transparent,#35ff86,transparent,transparent,#35ff86,transparent,transparent,cyan,transparent,transparent,transparent,transparent);background-size:150% 150%;border-radius:inherit;content:"";-webkit-filter:blur(20px) hue-rotate(152deg);filter:blur(20px) hue-rotate(152deg);height:100%;position:absolute;width:100%;z-index:-1}.waves-hover{position:relative;transition:all .3s ease;z-index:1}.waves-hover:after{-webkit-animation:rotateHue 20s linear infinite;animation:rotateHue 20s linear infinite;background:conic-gradient(transparent,#35ff86,transparent,#35ff86,transparent,transparent,#35ff86,transparent,transparent,cyan,transparent,transparent,transparent,transparent);background-size:150% 150%;border-radius:inherit;bottom:0;content:"";offset-anchor:center;position:absolute;right:0;-webkit-transform:scale(0);transform:scale(0);transition:all .3s ease;z-index:-1}.waves-hover:after,.waves-hover:hover:after{-webkit-filter:blur(20px);filter:blur(20px);height:90%;width:100%}.waves-hover:hover:after{-webkit-transform:scale(1);transform:scale(1)}@-webkit-keyframes rotateHue{0%{background-position:30% 0}25%{background-position:10% 40%}50%{background-position:0 100%}75%{background-position:70% 20%}to{background-position:30% 0}}@keyframes rotateHue{0%{background-position:30% 0}25%{background-position:10% 40%}50%{background-position:0 100%}75%{background-position:70% 20%}to{background-position:30% 0}}.projects-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory}.side-to-side{overflow:hidden;position:relative;scroll-snap-align:center}.text-container{align-items:center;background-image:url(/static/media/concrete-transparent-new.a047beb65fca18fc3029.png);background-repeat:no-repeat;background-size:cover;display:flex;height:calc(100% - 80px);padding:40px;position:absolute;top:0;width:calc(50% - 80px)}.text-container *{color:#000;font-weight:700;margin:0;text-shadow:#000 0 0 0}@media (max-width:700px){.text-container{height:calc(100% - 40px);padding:20px;width:calc(100% - 40px)}}.left-text-container{left:0}.right-text-container{right:0}.side-to-side-image,.side-to-side-image img{height:100vh;object-fit:cover;width:100vw}label{font-weight:600}.contact{box-sizing:border-box;justify-content:center;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100vw}@media (min-width:700px){.contact{padding-bottom:0;padding-top:calc(var(--navbar-height) + 20px)}}.contact-info{width:-webkit-max-content;width:max-content}.contact-info-item{display:flex;justify-content:space-between}.big-info{font-weight:600}.small-info{font-size:.7em}.information-container{align-items:center;display:flex}.contact-info-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.839);height:-webkit-max-content;height:max-content;max-width:500px;padding:20px;width:-webkit-fill-available;width:-moz-available;width:stretch}@media (min-width:700px){.contact-info-container{padding:20px;width:-webkit-fill-available;width:-moz-available;width:stretch}}@media (max-width:700px){.contact-container{width:-webkit-fill-available;width:-moz-available;width:stretch}}.noGap{gap:0}.information-icon{height:100%;width:-webkit-max-content;width:max-content}.information-icon svg{height:2em;width:2em}.contact-form{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.839);height:-webkit-max-content;height:max-content;max-width:600px;padding:20px;transition:all .2s ease-in-out;width:-webkit-fill-available;width:-moz-available;width:stretch}.contact-person-info{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000;border-radius:2px;overflow:hidden}.contact-person-info,.contact-person-info img{height:-webkit-fill-available;height:-moz-available;height:stretch}.contact-person-info img{aspect-ratio:1/1;max-height:183px;object-fit:cover}@media (max-width:700px){.contact-person-info img{width:100%}}.call-now{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(39,104,27,.75);border-radius:50%;bottom:0;cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:center;margin:10px;padding:20px;position:fixed;right:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:bottom right;transform-origin:bottom right;transition:all .2s ease-in-out;width:80px}.call-now>svg{-webkit-animation:ring 8s infinite;animation:ring 8s infinite;height:2em;width:2em}@-webkit-keyframes ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}3%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}6%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}9%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}12%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}15%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}3%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}6%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}9%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}12%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}15%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.ikke-sent{background:#470000}.sent * svg{fill:#fff;height:200px;width:100%}.about-us{background:#000;padding-top:calc(20px + var(--navbar-height));width:-webkit-fill-available;width:-moz-available;width:stretch}.about-us-background{background:url(/static/media/concrete.16b0e8abf6f93952262d.jpg);padding:20px;padding-inline:15%;position:relative}.about-us-background *>p,.about-us-background h1,.about-us-background h2,.about-us-background h3,.about-us-background h4,.about-us-background h5,.about-us-background h6{color:#000;text-shadow:2px 2px 8px #fff}.about-us-background *>.icon15{color:#000}.about-us-background *>path{fill:#000}.people-holder{height:60vh;position:relative;z-index:0}.people-holder img{height:100%}.people-holder :first-child{-webkit-animation:pop-in-middle 1.5s forwards;animation:pop-in-middle 1.5s forwards;left:50%;position:absolute;-webkit-transform:translateX(-50%) scale(1.2);transform:translateX(-50%) scale(1.2);z-index:1}@media (max-width:600px){.people-holder{height:30vh}}@-webkit-keyframes pop-in-left{0%{opacity:0;-webkit-transform:translateX(-300%) scaleX(-1);transform:translateX(-300%) scaleX(-1)}to{opacity:1;-webkit-transform:translateX(-110) scaleX(-1);transform:translateX(-110) scaleX(-1)}}@keyframes pop-in-left{0%{opacity:0;-webkit-transform:translateX(-300%) scaleX(-1);transform:translateX(-300%) scaleX(-1)}to{opacity:1;-webkit-transform:translateX(-110) scaleX(-1);transform:translateX(-110) scaleX(-1)}}@-webkit-keyframes pop-in-right{0%{opacity:0;-webkit-transform:translateX(300%);transform:translateX(300%)}to{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}}@keyframes pop-in-right{0%{opacity:0;-webkit-transform:translateX(300%);transform:translateX(300%)}to{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}}@-webkit-keyframes pop-in-middle{0%{opacity:0;-webkit-transform:translateX(-50%) scale(.5);transform:translateX(-50%) scale(.5)}to{opacity:1;-webkit-transform:translateX(-50%) scale(1.2);transform:translateX(-50%) scale(1.2)}}@keyframes pop-in-middle{0%{opacity:0;-webkit-transform:translateX(-50%) scale(.5);transform:translateX(-50%) scale(.5)}to{opacity:1;-webkit-transform:translateX(-50%) scale(1.2);transform:translateX(-50%) scale(1.2)}}.transition-about-us{display:flex;height:110px;max-height:210px;position:absolute;top:0;-webkit-transform:translateY(-99%);transform:translateY(-99%);width:100%}.transition-about-us>svg{height:100%;width:100%}@media (max-width:1100px){.transition-about-us{height:60px}}.icon15{font-size:5em;font-weight:900;padding:var(--default-padding)}.about-us-icon{height:5em;overflow:visible;width:5em}.about-us-icon>*{fill:#fff;-webkit-filter:drop-shadow(0 0 .75rem #000);filter:drop-shadow(0 0 .75rem rgb(0,0,0))}.galleri{align-items:center;background:#222;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;justify-content:center;max-width:100vw;min-height:100vh;overflow-x:hidden;padding:30px 10px 10px}@media (min-width:700px){.galleri{padding:calc(var(--navbar-height) + 20px);padding-bottom:20px}}.gallery-container{display:flex;flex:4 1;flex-wrap:wrap;gap:10px;width:-webkit-fill-available;width:-moz-available;width:stretch}.card{aspect-ratio:1.7/1;border-radius:4px;flex:1 0 22%;min-width:150px;overflow:hidden;position:relative}.card :hover{cursor:pointer}.card-image{height:100%;object-fit:cover;width:100%}.card-image img,.card-image video{height:-webkit-fill-available;height:-moz-available;height:stretch;max-height:-webkit-fill-available;max-height:-moz-available;max-height:stretch;max-width:-webkit-fill-available;max-width:-moz-available;max-width:stretch;object-fit:cover;position:relative;width:-webkit-fill-available;width:-moz-available;width:stretch}.card-image video:after{content:"+";height:100%;left:0;top:0;width:100%}.card-image video:after,.play-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.4);position:absolute}.play-icon{border-radius:50%;display:block;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.play-icon>*{fill:#fff}.content-holder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.433);bottom:0;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;justify-content:space-between;padding:10px;position:absolute;width:-webkit-fill-available;width:-moz-available;width:stretch}.image-viewer{align-items:center;display:flex;height:100%;justify-content:center;left:0;max-width:100vw;overflow:hidden;position:fixed;top:0;width:100vw}.image-viewer>img,.image-viewer>video{height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;max-height:80vh;max-width:80vw;object-fit:contain;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;z-index:100}@media (min-width:700px){.back{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.4);border-radius:50%;height:-webkit-max-content;height:max-content;left:0;margin:20px;padding:20px;rotate:180deg;top:0;width:-webkit-max-content;width:max-content;z-index:99}.back>svg{display:block;height:30px;width:30px}.back>svg>*{fill:#fff}}@media (max-width:700px){.galleri-back{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.4);border-radius:50%;height:-webkit-max-content;height:max-content;left:0;margin:20px;padding:20px;position:fixed;rotate:180deg;top:0;width:-webkit-max-content;width:max-content;z-index:99}.galleri-back>svg{display:block;height:30px;width:30px}.galleri-back>svg>*{fill:#fff}}.login-button{position:absolute;right:var(--navbar-height);top:calc(var(--navbar-height) + 20px)}
/*# sourceMappingURL=main.b53cd92b.css.map*/