:root{--font-lineheight-3: 1.5;--font-lineheight-0: 1.1;--size-content-3: 60ch;--size-2: .5rem;--gray-5: #adb5bd}/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;-webkit-text-decoration:none;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}:root{--font-weight-bold: 700;--color-bg: white;--color-body: black;--font-size-sm: clamp(.8rem, -.09vw + .82rem, .75rem);--font-size-base: clamp(1rem, 0vw + 1rem, 1rem);--font-size-md: clamp(1.25rem, .15vw + 1.21rem, 1.33rem);--font-size-lg: clamp(1.56rem, .39vw + 1.47rem, 1.78rem);--font-size-xl: clamp(1.95rem, .76vw + 1.76rem, 2.37rem);--font-size-xxl: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);--font-size-xxxl: clamp(3.05rem, 2.1vw + 2.53rem, 4.21rem);--stack-space: var(--font-size-base)}html{background-color:#0e5280;overscroll-behavior:none}body{color:#000;color:var(--color-body);font-size:clamp(1rem,0vw + 1rem,1rem);font-size:var(--font-size-base);line-height:var(--font-lineheight-3);font-family:Helvetica Neue,Arial,sans-serif}figure{margin:0}a{-webkit-text-decoration:underline;text-decoration:underline}h1,h2,h3,h4{margin:0;max-width:30ch;font-weight:500;line-height:var(--font-lineheight-0);font-family:Lora}h1{font-size:clamp(1.25rem,.15vw + 1.21rem,1.33rem);font-size:var(--font-size-md)}h2{font-size:clamp(1rem,0vw + 1rem,1rem);font-size:var(--font-size-base)}h2>img{vertical-align:middle;width:auto;height:clamp(1.95rem,.76vw + 1.76rem,2.37rem);height:var(--font-size-xl)}input,button{padding:var(--size-2)}input:focus,button:focus{outline:1px solid var(--gray-5)}button{border:1px solid hsla(212,43%,53%,1);background:url(https://res.cloudinary.com/wannessalome/image/upload/v1652704222/klangstof/pixels_bdyope.png);color:#fff;font-weight:500}input{border:1px solid var(--gray-5)}input::-moz-placeholder{color:var(--gray-5)}input::placeholder{color:var(--gray-5)}img,picture{display:block;max-width:100%}p{margin:0;max-width:var(--size-content-3)}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth;scroll-padding-top:2rem}}.click-area{position:relative}.click-area>a:before{position:absolute;inset:0;content:""}.visually-hidden{clip:rect(0 0 0 0);position:absolute;margin:0;border:0;padding:0;width:1px;height:auto;overflow:hidden;white-space:nowrap}.cluster{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;gap:var(--space, 1rem)}.icon{width:1em;height:1em}.with-icon{display:inline-flex;align-items:baseline;gap:1rem}.grid{grid-gap:1rem;display:grid}@supports (width: min(250px,100%)){.grid{--grid-min-width: 250px;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));grid-template-columns:repeat(auto-fit,minmax(min(var(--grid-min-width),100%),1fr))}}.pile{display:grid;grid:"pile"}.pile>*{grid-area:pile}.stack{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:clamp(1rem,0vw + 1rem,1rem);gap:var(--stack-space, 1.5rem)}.switcher{display:flex;flex-wrap:wrap;gap:1rem;gap:var(--space, 1rem)}.switcher>*{flex-grow:1;flex-basis:calc((30rem - 100%)*999);flex-basis:calc((var(--switcher-threshold, 30rem) - 100%) * 999)}.switcher>:nth-last-child(n+5),.switcher>:nth-last-child(n+5)~*{flex-basis:100%}.with-media>*{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.with-sidebar{display:flex;flex-wrap:wrap;gap:1rem;gap:var(--space, 1rem)}.with-sidebar>:first-child{flex-grow:1}.with-sidebar>:last-child{flex-grow:999;flex-basis:0;min-width:50%}.wrapper{--wrapper-padding: 1.5rem;display:grid;grid-template-columns:1fr min(70rem,calc(100% - 3rem)) 1fr;grid-template-columns:1fr min(70rem,calc(100% - var(--wrapper-padding) * 2)) 1fr;grid-gap:1.5rem;grid-gap:var(--wrapper-padding);gap:1.5rem;gap:var(--wrapper-padding);overflow-x:hidden}.wrapper>*{grid-column:2}.full-bleed{grid-column:1 / 4;width:100%}:root{--size-2: .5rem}.socials[data-astro-cid-2etnofzr]{--space: 0}.socials[data-astro-cid-2etnofzr] a[data-astro-cid-2etnofzr]{padding:.5rem;padding:var(--size-2)}:root{--gray-4: #ced4da;--gray-1: #f1f3f5;--size-2: .5rem}.header[data-astro-cid-hpnw4vwy]{display:grid;grid-template-columns:repeat(3,1fr);padding:var(--font-size-lg)}.header[data-astro-cid-hpnw4vwy] a{color:#ced4da;color:var(--gray-4);-webkit-text-decoration:none;text-decoration:none}.header[data-astro-cid-hpnw4vwy] a:hover{color:#f1f3f5;color:var(--gray-1)}.header[data-astro-cid-hpnw4vwy] img[data-astro-cid-hpnw4vwy]{justify-self:center}.header[data-astro-cid-hpnw4vwy] .socials[data-astro-cid-hpnw4vwy]{justify-self:end}@media (max-width: 650px){.header[data-astro-cid-hpnw4vwy]{grid-template-columns:1fr;gap:.5rem;gap:var(--size-2);padding:var(--font-size-md)}.header[data-astro-cid-hpnw4vwy] .socials[data-astro-cid-hpnw4vwy],.header[data-astro-cid-hpnw4vwy] nav[data-astro-cid-hpnw4vwy]{justify-self:center}.header[data-astro-cid-hpnw4vwy] nav[data-astro-cid-hpnw4vwy]{order:3}}:root{--size-1: .25rem}form[data-astro-cid-rukvrxbf]{display:flex;gap:.25rem;gap:var(--size-1);width:100%;max-width:20rem}form[data-astro-cid-rukvrxbf] input[data-astro-cid-rukvrxbf]{flex:1;width:100%}:root{--gray-0: #f8f9fa}.sections-wrapper[data-astro-cid-j7pv25f6]{background-color:#f8f9fa;background-color:var(--gray-0)}.sections-wrapper[data-astro-cid-j7pv25f6] section[data-astro-cid-j7pv25f6]{padding:var(--font-size-xxl) 0}.hero[data-astro-cid-j7pv25f6]{align-items:start;color:#f8f9fa;color:var(--gray-0)}.hero[data-astro-cid-j7pv25f6] .header-wrapper[data-astro-cid-j7pv25f6]{order:1}.hero[data-astro-cid-j7pv25f6]>img{width:100%;height:100vh;height:100dvh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.socials[data-astro-cid-j7pv25f6]{display:flex;justify-content:center}
