/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.c-cookie-disclaimer{--border-color:#5f5f5f;--color:#000;--bg:#fff;--button-bg:#fff;--button-border-color:#5f5f5f;z-index:200;background:var(--bg);color:var(--color);text-align:left;border:1px solid var(--border-color);width:calc(100% - 4rem);max-width:380px;padding:2rem;position:fixed;bottom:2rem;right:2rem}.c-cookie-disclaimer:not(.is-visible){display:none}.c-cookie-disclaimer a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.c-cookie-disclaimer__actions{justify-content:flex-start;margin-top:2rem;display:flex}.c-cookie-disclaimer__button{font:inherit;background:var(--button-bg);text-transform:uppercase;letter-spacing:.14em;border:1px solid var(--button-border-color);padding:.5em 2em .4em;font-size:16px;font-weight:600;transition:all .3s}
.c-drawer{z-index:100;width:100%;height:100%;padding-top:var(--spacing-5);padding-bottom:var(--spacing-5);padding-left:var(--spacing-2);padding-right:var(--spacing-2);background:var(--clr-drawer-bg);color:var(--clr-drawer-text);--clr-button-bg:var(--clr-inverted-button-background);--clr-button-fg:var(--clr-inverted-button-text);place-items:center;display:grid;position:fixed;top:0;left:0;overflow-y:auto}@media (min-width:720px){.c-drawer{display:none}}.c-drawer{clip-path:inset(10vw);opacity:0;pointer-events:none;transition:opacity .1s linear,clip-path .33s cubic-bezier(.175,.885,.32,1.275)}.c-drawer__nav{text-align:center;font-size:1.3rem}@media (min-width:400px){.c-drawer__nav{font-size:1.6rem}}.c-drawer__nav .menu-item--expanded span{cursor:pointer}.c-drawer__nav .menu-item--expanded>:where(span,a):after{content:" +"}.c-drawer__nav .menu-item--expanded ul{interpolate-size:allow-keywords;transition:height .3s linear(0,.022 1.5%,.087 3.2%,.53 11%,.727 15.4%,.865 20.2%,.915 22.9%,.951 25.8%,.987 31.3%,1.002 38.7%,1);height:0;font-size:.7em;overflow:clip}.c-drawer__nav .menu-item--expanded.is-open>:where(span,a):after{content:" -"}.c-drawer__nav .menu-item--expanded.is-open ul{height:auto}.c-drawer__nav ul,.c-drawer__nav li{margin:0;padding:0;display:block}.c-drawer__nav a:where(:not(.c-button)){color:inherit;-webkit-text-decoration:none;text-decoration:none}.c-drawer__nav .c-button{margin-top:.7em;margin-left:auto;margin-right:auto}.c-drawer__nav--secondary{margin-top:var(--spacing);font-size:1rem}.c-drawer[data-is-open=true]{opacity:1;clip-path:inset(0);pointer-events:auto}@media (max-width:719.98px){:root:has(.c-drawer[data-is-open=true]){overflow:hidden}}.c-drawer__language{margin-top:var(--spacing-m)}.c-drawer__language ul,.c-drawer__language li{margin:0;padding:0;display:block}.c-drawer__language a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.c-drawer__language .is-active{font-weight:700;-webkit-text-decoration:underline;text-decoration:underline}.c-drawer__language ul{justify-content:center;gap:1em;display:flex}
.c-footer{background-color:var(--clr-footer-bg);color:var(--clr-footer-fg);grid-gap:var(--spacing-m);gap:var(--spacing-m);display:grid}@media (min-width:720px){.c-footer{font-size:1.1em}}.c-footer h3{font:inherit;color:var(--clr-footer-fg-highlight);margin:0;margin-bottom:1lh}.c-footer a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.c-footer a:hover{color:var(--clr-footer-fg-highlight);-webkit-text-decoration:underline;text-decoration:underline}@media (max-width:719.98px){.c-footer__nav{display:none}}.c-footer__nav ul,.c-footer__nav li{margin:0;padding:0;display:block}.c-footer__nav ul{display:grid}.c-footer__nav ul ul{gap:0;padding-left:1em;font-size:.8em}.c-footer__nav .c-button{all:initial;color:inherit;cursor:pointer;font:inherit}.c-footer__nav .c-button:focus{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.c-footer__inner{grid-row-gap:var(--spacing);row-gap:var(--spacing);grid-column-gap:var(--spacing-1);-moz-column-gap:var(--spacing-1);column-gap:var(--spacing-1);grid-template-columns:1fr;display:grid}@media (min-width:720px){.c-footer__inner{grid-template-columns:3fr 2fr 3fr}}@media (min-width:1024px){.c-footer__inner{-moz-column-gap:var(--spacing-m);column-gap:var(--spacing-m)}}@media (min-width:1200px){.c-footer__inner{grid-template-columns:min(550px,50%) 2fr 3fr}}@media (min-width:720px) and (max-width:1023.98px){.c-footer__inner--first{grid-template-columns:1fr 1fr}.c-footer__inner--first .c-footer__info{grid-column:span 2}}.c-footer__inner--last{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.c-footer__info__header{margin-bottom:1lh}.c-footer__info__header a{color:var(--clr-footer-fg-highlight)}.c-footer__info__title{font:inherit;color:inherit;margin:0}.c-footer__info__main:before{content:"";width:38px;margin-top:var(--spacing-1);margin-bottom:var(--spacing-1);border-top:1px solid;display:block}.c-footer__socials{--clr-socials:currentColor;--clr-socials-hover:var(--clr-footer-fg-highlight)}.c-footer__disclaimer{opacity:.5;grid-area:disclaimer}.c-footer__disclaimer nav{display:inline-flex}.c-footer__disclaimer nav ul{gap:1em;display:flex}.c-footer__disclaimer nav ul,.c-footer__disclaimer nav li{margin:0;padding:0}.c-footer__disclaimer nav li{display:block}.c-footer__disclaimer,.c-footer__credits{opacity:.5}.c-footer__credits{width:100%}.c-footer__logo{grid-area:logo;justify-self:end}.c-footer__logo img{width:var(--size-footer-logo-width,auto);height:auto;display:block}.c-footer__badges{flex-wrap:wrap;align-self:start;align-items:flex-start;gap:10px;display:flex}.c-footer__badges img{width:auto;height:80px}@media (max-width:719.98px){.c-footer__badges img{height:60px}}
.c-header{color:#161615;background-color:var(--clr-header-bg,transparent);z-index:10;position:relative}.c-header__top{--gap:1em;padding-left:var(--gutter-s);padding-right:var(--gutter-s);color:var(--clr-header-top-fg,var(--clr-fg));background-color:var(--clr-header-top-bg,var(--clr-brand-mid));justify-content:flex-end;gap:1em;padding-top:15px;padding-bottom:15px;font-size:14px;font-weight:500;line-height:1;display:flex}.c-header__top ul,.c-header__top li{margin:0;padding:0}.c-header__top ul{gap:1em;display:flex}.c-header__top li{display:block}.c-header__top a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.c-header__top .menu-item--active-trail{font-weight:700}@media (max-width:719.98px){.c-header__top{display:none}}.c-header__language{padding-left:var(--gap);border-left:1px solid}.c-header__inner{padding-top:var(--spacing-2);padding-bottom:var(--spacing-2);align-items:var(--header-align-items,flex-end);-moz-column-gap:var(--spacing-1);justify-content:space-between;column-gap:var(--spacing-1);row-gap:var(--spacing);padding-left:var(--gutter-m);padding-right:var(--gutter-m);flex-wrap:wrap;display:flex}@media (max-width:719.98px){.c-header__inner{flex-wrap:nowrap;align-items:center}}.c-header[data-component-variant=sticky]{z-index:20;background:var(--clr-bg);color:#161615;transition:translate .3s linear(0,.012 0.9%,.05 2%,.411 9.2%,.517 11.8%,.611 14.6%,.694 17.7%,.765 21.1%,.824 24.8%,.872 28.9%,.91 33.4%,.939 38.4%,.977 50.9%,.994 68.4%,1);position:fixed;top:0;left:0;right:0;translate:0 -100%}.c-header[data-component-variant=sticky] .c-header__inner{padding-top:var(--spacing-half);padding-bottom:var(--spacing-half)}.has-scrolled .c-header[data-component-variant=sticky]{translate:0}
.c-node-pager ul,.c-node-pager li{margin:0;padding:0;display:block}.c-node-pager ul{-moz-column-gap:40px;justify-content:center;align-items:center;column-gap:40px;row-gap:var(--spacing-half);display:flex}.c-node-pager__prev span,.c-node-pager__prev a,.c-node-pager__next span,.c-node-pager__next a{background:var(--clr-button-bg);aspect-ratio:1;width:48px;font-size:0;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_184_252)'%3e%3cpath%20d='M25.77%2015.872L32.434%2022.564L13.506%2022.592V24.664H32.434L25.77%2031.356L27.254%2032.84L36.494%2023.628L27.254%2014.416L25.77%2015.872Z'%20fill='white'/%3e%3cpath%20d='M24%2047.5C36.9787%2047.5%2047.5%2036.9787%2047.5%2024C47.5%2011.0213%2036.9787%200.5%2024%200.5C11.0213%200.5%200.5%2011.0213%200.5%2024C0.5%2036.9787%2011.0213%2047.5%2024%2047.5Z'%20stroke='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_184_252'%3e%3crect%20width='48'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_184_252)'%3e%3cpath%20d='M25.77%2015.872L32.434%2022.564L13.506%2022.592V24.664H32.434L25.77%2031.356L27.254%2032.84L36.494%2023.628L27.254%2014.416L25.77%2015.872Z'%20fill='white'/%3e%3cpath%20d='M24%2047.5C36.9787%2047.5%2047.5%2036.9787%2047.5%2024C47.5%2011.0213%2036.9787%200.5%2024%200.5C11.0213%200.5%200.5%2011.0213%200.5%2024C0.5%2036.9787%2011.0213%2047.5%2024%2047.5Z'%20stroke='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_184_252'%3e%3crect%20width='48'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.c-node-pager__prev>span,.c-node-pager__next>span{opacity:.5}.c-node-pager__prev{transform:rotate(180deg)}.c-node-pager__all a{color:inherit;text-underline-offset:.2lh}@media (max-width:399.98px){.c-node-pager ul{flex-wrap:wrap;justify-content:space-between}.c-node-pager .c-node-pager__all{display:none}}
.c-socials{color:var(--clr-socials)}.c-socials ul,.c-socials li{margin:0;padding:0}.c-socials ul{flex-wrap:wrap;gap:10px;display:flex}.c-socials li{display:block}.c-socials a{width:25px;height:25px;color:inherit;background:currentColor;font-size:0;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain}.c-socials a:hover{color:var(--clr-socials-hover)}.c-socials a[href*=facebook]{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3efacebook%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M39.6976012,12.6953312%20C32.2738885,12.6953312%2027.4218817,17.1945193%2027.4218817,25.3398654%20L27.4218817,32.5000232%20L19.1699424,32.5000232%20L19.1699424,41.8945407%20L27.4218817,41.8945407%20L27.4218817,64.6051904%20C11.8847673,62.167071%200,48.7216846%200,32.5000232%20C0,14.5507357%2014.550736,0%2032.5000238,0%20C50.449264,0%2065,14.5507357%2065,32.5000232%20C65,48.7216846%2053.1152327,62.167071%2037.5781183,64.6051904%20L37.5781183,41.8945407%20L45.1508899,41.8945407%20L46.5918241,32.5000232%20L37.5781183,32.5000232%20L37.5781183,26.4035106%20C37.5781183,23.8333758%2038.8371921,21.3281298%2042.8744929,21.3281298%20L46.9726836,21.3281298%20L46.9726836,13.3300811%20C46.9726836,13.3300811%2043.2534005,12.6953312%2039.6976012,12.6953312%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3efacebook%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M39.6976012,12.6953312%20C32.2738885,12.6953312%2027.4218817,17.1945193%2027.4218817,25.3398654%20L27.4218817,32.5000232%20L19.1699424,32.5000232%20L19.1699424,41.8945407%20L27.4218817,41.8945407%20L27.4218817,64.6051904%20C11.8847673,62.167071%200,48.7216846%200,32.5000232%20C0,14.5507357%2014.550736,0%2032.5000238,0%20C50.449264,0%2065,14.5507357%2065,32.5000232%20C65,48.7216846%2053.1152327,62.167071%2037.5781183,64.6051904%20L37.5781183,41.8945407%20L45.1508899,41.8945407%20L46.5918241,32.5000232%20L37.5781183,32.5000232%20L37.5781183,26.4035106%20C37.5781183,23.8333758%2038.8371921,21.3281298%2042.8744929,21.3281298%20L46.9726836,21.3281298%20L46.9726836,13.3300811%20C46.9726836,13.3300811%2043.2534005,12.6953312%2039.6976012,12.6953312%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.c-socials a[href*=linkedin]{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3elinkedin%3c/title%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='61%200%200%200%200%2062%2061%2062'%3e%3c/polygon%3e%3c/defs%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(2.000000,%202.000000)'%3e%3cpolygon%20points='61%200%200%200%200%2062%2061%2062'%3e%3c/polygon%3e%3cg%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cg%20transform='translate(0.000000,%20-0.000207)'%3e%3cpath%20d='M56.4968673,62.0036612%20L4.49980932,62.0036612%20C2.03187697,62.0184121%200.0182916385,60.0156099%200,57.5278453%20L0,4.47256896%20C0.0201146198,1.98611631%202.03316427,-0.0146543338%204.49980932,0.000102931712%20L56.4968673,0.000102931712%20C58.9659055,-0.016525733%2060.9828908,1.98372465%2061.0066467,4.47256896%20L61.0066467,57.5278453%20C60.9847109,60.0180022%2058.9671907,62.0202817%2056.4968673,62.0036612%20Z%20M38.2184691,30.5965221%20C42.9176791,30.5965221%2042.9176791,35.1325355%2042.9176791,38.4457683%20L42.9176791,52.834378%20L51.9671479,52.834378%20L51.9671479,36.6065723%20C51.9671479,29.2866393%2050.6378099,22.5094199%2041.116426,22.5094199%20C37.6116109,22.3959747%2034.3282369,24.2323167%2032.5687823,27.2899894%20L32.4424952,27.2899894%20L32.4424952,23.2430882%20L23.7718878,23.2430882%20L23.7718878,52.834378%20L32.8047399,52.834378%20L32.8047399,38.1911619%20C32.8047399,34.4390681%2033.4494688,30.5965221%2038.2184691,30.5965221%20Z%20M9.03949877,23.2430882%20L9.03949877,52.834378%20L18.0956143,52.834378%20L18.0956143,23.2430882%20L9.03949877,23.2430882%20Z%20M13.5725415,8.53622055%20C11.4279035,8.51585042%209.48323856,9.80264372%208.64879139,11.7942876%20C7.81434422,13.7859315%208.25522127,16.0883528%209.76506003,17.6238508%20C11.2748988,19.1593489%2013.5549575,19.624105%2015.538003,18.8005796%20C17.5210485,17.9770541%2018.8147088,16.0281926%2018.8134742,13.8662038%20C18.820829,10.9364449%2016.4755559,8.55282607%2013.5692182,8.53622055%20L13.5725415,8.53622055%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3elinkedin%3c/title%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='61%200%200%200%200%2062%2061%2062'%3e%3c/polygon%3e%3c/defs%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(2.000000,%202.000000)'%3e%3cpolygon%20points='61%200%200%200%200%2062%2061%2062'%3e%3c/polygon%3e%3cg%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cg%20transform='translate(0.000000,%20-0.000207)'%3e%3cpath%20d='M56.4968673,62.0036612%20L4.49980932,62.0036612%20C2.03187697,62.0184121%200.0182916385,60.0156099%200,57.5278453%20L0,4.47256896%20C0.0201146198,1.98611631%202.03316427,-0.0146543338%204.49980932,0.000102931712%20L56.4968673,0.000102931712%20C58.9659055,-0.016525733%2060.9828908,1.98372465%2061.0066467,4.47256896%20L61.0066467,57.5278453%20C60.9847109,60.0180022%2058.9671907,62.0202817%2056.4968673,62.0036612%20Z%20M38.2184691,30.5965221%20C42.9176791,30.5965221%2042.9176791,35.1325355%2042.9176791,38.4457683%20L42.9176791,52.834378%20L51.9671479,52.834378%20L51.9671479,36.6065723%20C51.9671479,29.2866393%2050.6378099,22.5094199%2041.116426,22.5094199%20C37.6116109,22.3959747%2034.3282369,24.2323167%2032.5687823,27.2899894%20L32.4424952,27.2899894%20L32.4424952,23.2430882%20L23.7718878,23.2430882%20L23.7718878,52.834378%20L32.8047399,52.834378%20L32.8047399,38.1911619%20C32.8047399,34.4390681%2033.4494688,30.5965221%2038.2184691,30.5965221%20Z%20M9.03949877,23.2430882%20L9.03949877,52.834378%20L18.0956143,52.834378%20L18.0956143,23.2430882%20L9.03949877,23.2430882%20Z%20M13.5725415,8.53622055%20C11.4279035,8.51585042%209.48323856,9.80264372%208.64879139,11.7942876%20C7.81434422,13.7859315%208.25522127,16.0883528%209.76506003,17.6238508%20C11.2748988,19.1593489%2013.5549575,19.624105%2015.538003,18.8005796%20C17.5210485,17.9770541%2018.8147088,16.0281926%2018.8134742,13.8662038%20C18.820829,10.9364449%2016.4755559,8.55282607%2013.5692182,8.53622055%20L13.5725415,8.53622055%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.c-socials a[href*=instagram]{-webkit-mask-image:url(/themes/custom/vantornhaut_theme_v2/dist/assets/instagram.DOrhhSIz.svg);mask-image:url(/themes/custom/vantornhaut_theme_v2/dist/assets/instagram.DOrhhSIz.svg)}.c-socials a[href*=tiktok]{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3etiktok%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(5.000000,%200.000000)'%20fill='%23FFFFFF'%3e%3cpath%20d='M40.0301314,0%20C41.0884126,9.22379926%2046.1681624,14.7229777%2055,15.3079967%20L55,25.6823333%20C49.8817673,26.1893497%2045.3985033,24.4927947%2040.1840632,21.2946909%20L40.1840632,40.6978204%20C40.1840632,65.3466201%2013.6693088,73.0493701%203.00953096,55.3817968%20C-3.84043461,44.012928%200.35420723,24.0637807%2022.3279732,23.2642548%20L22.3279732,34.2041097%20C20.6539648,34.4771186%2018.8645075,34.9061325%2017.228982,35.4716509%20C12.341647,37.1487053%209.57087439,40.2883071%2010.3405334,45.8264868%20C11.8221271,56.434831%2031.0251205,59.5744329%2029.428078,38.8452603%20L29.428078,0.0195006327%20L40.0301314,0.0195006327%20L40.0301314,0%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3etiktok%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(5.000000,%200.000000)'%20fill='%23FFFFFF'%3e%3cpath%20d='M40.0301314,0%20C41.0884126,9.22379926%2046.1681624,14.7229777%2055,15.3079967%20L55,25.6823333%20C49.8817673,26.1893497%2045.3985033,24.4927947%2040.1840632,21.2946909%20L40.1840632,40.6978204%20C40.1840632,65.3466201%2013.6693088,73.0493701%203.00953096,55.3817968%20C-3.84043461,44.012928%200.35420723,24.0637807%2022.3279732,23.2642548%20L22.3279732,34.2041097%20C20.6539648,34.4771186%2018.8645075,34.9061325%2017.228982,35.4716509%20C12.341647,37.1487053%209.57087439,40.2883071%2010.3405334,45.8264868%20C11.8221271,56.434831%2031.0251205,59.5744329%2029.428078,38.8452603%20L29.428078,0.0195006327%20L40.0301314,0.0195006327%20L40.0301314,0%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.c-socials a[href*=youtube]{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eYouTube%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cg%20transform='translate(0.001119,%209.001884)'%3e%3cpath%20d='M32.8508833,-0.00123768828%20C32.8836233,-0.00114537972%2032.918531,-0.00103988422%2032.9555577,-0.000919317929%20L33.3446903,0.000623553759%20C35.2674235,0.00951343349%2040.1903057,0.0499219777%2045.2178885,0.233597179%20L46.3786406,0.278577823%20C46.5075267,0.283869552%2046.6363352,0.289261126%2046.7650173,0.294754427%20L47.5352024,0.32895004%20C51.8865635,0.529813472%2055.9789433,0.852629703%2057.8938553,1.3714415%20C60.6906056,2.12710432%2062.8929391,4.35374993%2063.6405304,7.18108628%20C64.8927596,11.9056308%2064.99059,21.361573%2064.998233,22.8102277%20L64.998233,23.1862783%20C64.99059,24.6348991%2064.8927596,34.0906449%2063.6405304,38.8157025%20C62.8929391,41.6424824%2060.6906056,43.869128%2057.8938553,44.625069%20C55.9789433,45.1437757%2051.8865635,45.4665265%2047.5352024,45.6673493%20L46.7650173,45.701538%20L45.9917983,45.7332857%20C40.3161292,45.957373%2034.5847298,45.991848%2032.9555577,45.9971518%20L32.61607,45.9979956%20C32.5967757,45.9980257%2032.5797956,45.9980483%2032.5651784,45.9980653%20L32.432307,45.9980653%20C32.41769,45.9980483%2032.4007101,45.9980257%2032.3814161,45.9979956%20L32.041933,45.9971518%20C30.5238613,45.9922096%2025.4439339,45.9619385%2020.1662348,45.7765282%20L19.3928672,45.7482724%20C19.005868,45.7335757%2018.6186886,45.7180145%2018.2326467,45.701538%20L17.4624704,45.6673493%20C13.1111585,45.4665265%209.01881823,45.1437757%207.10390617,44.625069%20C4.30715588,43.869128%202.10454538,41.6427606%201.3572311,38.8154243%20C0.147450323,34.2510337%200.0151305504,25.2705815%200.000658075308,23.3607109%20L-0.000979340419,23.0670617%20C-0.00102597568,23.0519574%20-0.00105706585,23.0392775%20-0.00107779263,23.029084%20L-0.00107779263,22.9674265%20C-0.00105706585,22.957233%20-0.00102597568,22.9445531%20-0.000979340419,22.9294489%20L0.000658075308,22.6357997%20C0.00903687667,21.5300851%200.0569157416,18.0544526%200.330509256,14.4379038%20L0.382782198,13.7792928%20C0.583873431,11.3623314%200.890298167,8.94278086%201.3572311,7.18108628%20C2.10454538,4.35374993%204.30715588,2.12710432%207.10390617,1.3714415%20C9.01881823,0.852629703%2013.1111585,0.529813472%2017.4624704,0.32895004%20L18.2326467,0.294754427%20C18.490008,0.283767824%2018.7478748,0.273188133%2019.0058567,0.263000282%20L19.7797575,0.233597179%20C24.8072811,0.0499219777%2029.7300982,0.00951343349%2031.6528056,0.000623553759%20L32.041933,-0.000919317929%20C32.0789592,-0.00103988422%2032.1138664,-0.00114537972%2032.146606,-0.00123768828%20Z%20M25.8510244,13.2903809%20L25.8510244,32.7058514%20L42.8398213,22.9985335%20L25.8510244,13.2903809%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='65px'%20height='65px'%20viewBox='0%200%2065%2065'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eYouTube%3c/title%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cg%20transform='translate(0.001119,%209.001884)'%3e%3cpath%20d='M32.8508833,-0.00123768828%20C32.8836233,-0.00114537972%2032.918531,-0.00103988422%2032.9555577,-0.000919317929%20L33.3446903,0.000623553759%20C35.2674235,0.00951343349%2040.1903057,0.0499219777%2045.2178885,0.233597179%20L46.3786406,0.278577823%20C46.5075267,0.283869552%2046.6363352,0.289261126%2046.7650173,0.294754427%20L47.5352024,0.32895004%20C51.8865635,0.529813472%2055.9789433,0.852629703%2057.8938553,1.3714415%20C60.6906056,2.12710432%2062.8929391,4.35374993%2063.6405304,7.18108628%20C64.8927596,11.9056308%2064.99059,21.361573%2064.998233,22.8102277%20L64.998233,23.1862783%20C64.99059,24.6348991%2064.8927596,34.0906449%2063.6405304,38.8157025%20C62.8929391,41.6424824%2060.6906056,43.869128%2057.8938553,44.625069%20C55.9789433,45.1437757%2051.8865635,45.4665265%2047.5352024,45.6673493%20L46.7650173,45.701538%20L45.9917983,45.7332857%20C40.3161292,45.957373%2034.5847298,45.991848%2032.9555577,45.9971518%20L32.61607,45.9979956%20C32.5967757,45.9980257%2032.5797956,45.9980483%2032.5651784,45.9980653%20L32.432307,45.9980653%20C32.41769,45.9980483%2032.4007101,45.9980257%2032.3814161,45.9979956%20L32.041933,45.9971518%20C30.5238613,45.9922096%2025.4439339,45.9619385%2020.1662348,45.7765282%20L19.3928672,45.7482724%20C19.005868,45.7335757%2018.6186886,45.7180145%2018.2326467,45.701538%20L17.4624704,45.6673493%20C13.1111585,45.4665265%209.01881823,45.1437757%207.10390617,44.625069%20C4.30715588,43.869128%202.10454538,41.6427606%201.3572311,38.8154243%20C0.147450323,34.2510337%200.0151305504,25.2705815%200.000658075308,23.3607109%20L-0.000979340419,23.0670617%20C-0.00102597568,23.0519574%20-0.00105706585,23.0392775%20-0.00107779263,23.029084%20L-0.00107779263,22.9674265%20C-0.00105706585,22.957233%20-0.00102597568,22.9445531%20-0.000979340419,22.9294489%20L0.000658075308,22.6357997%20C0.00903687667,21.5300851%200.0569157416,18.0544526%200.330509256,14.4379038%20L0.382782198,13.7792928%20C0.583873431,11.3623314%200.890298167,8.94278086%201.3572311,7.18108628%20C2.10454538,4.35374993%204.30715588,2.12710432%207.10390617,1.3714415%20C9.01881823,0.852629703%2013.1111585,0.529813472%2017.4624704,0.32895004%20L18.2326467,0.294754427%20C18.490008,0.283767824%2018.7478748,0.273188133%2019.0058567,0.263000282%20L19.7797575,0.233597179%20C24.8072811,0.0499219777%2029.7300982,0.00951343349%2031.6528056,0.000623553759%20L32.041933,-0.000919317929%20C32.0789592,-0.00103988422%2032.1138664,-0.00114537972%2032.146606,-0.00123768828%20Z%20M25.8510244,13.2903809%20L25.8510244,32.7058514%20L42.8398213,22.9985335%20L25.8510244,13.2903809%20Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}
.c-vacancy-form__title{text-align:center}.c-vacancy-form__inner{background-color:var(--clr-brand-mid);padding:var(--spacing-m);border-radius:5px}@media (max-width:719.98px){.c-vacancy-form__inner{padding:var(--spacing-half)}}
.c-vacancy-masthead{background:var(--clr-brand-soft);padding-bottom:var(--section-spacing);display:flow-root;position:relative}.c-vacancy-masthead:after{content:"";background:inherit;z-index:-1;display:block;position:absolute;inset:-999px 0 0}.c-vacancy-masthead__inner{grid-gap:var(--spacing-m);gap:var(--spacing-m);align-items:center;display:grid}@media (min-width:720px){.c-vacancy-masthead__inner{grid-template-columns:1fr 1fr}}.c-vacancy-masthead__image img{border-radius:5px;width:100%;height:auto;display:block}.c-vacancy-masthead__title{color:var(--clr-title);margin-top:0;margin-top:.5lh;margin-bottom:.5lh}.c-vacancy-masthead__body{max-width:40ch}.c-vacancy-masthead__actions{margin-top:var(--spacing-1)}.c-vacancy-masthead__header{margin-bottom:var(--spacing-2)}@media (max-width:719.98px){.c-vacancy-masthead__header{display:none}}
.user-form,.c-webform{--border:1px solid var(--clr-border);--columns:1}.user-form label,.c-webform label{font-weight:500}.user-form label.form-required:after,.c-webform label.form-required:after{content:"*";opacity:.5;margin-left:.1em}.user-form a,.c-webform a{color:var(--clr-link)}.user-form form,.c-webform form{grid-row-gap:var(--spacing-half);row-gap:var(--spacing-half);grid-column-gap:var(--spacing-half);-moz-column-gap:var(--spacing-half);column-gap:var(--spacing-half);display:grid}@media (min-width:720px){.user-form form,.c-webform form{row-gap:var(--spacing-1)}}.user-form form,.c-webform form{grid-template-columns:repeat(var(--columns),1fr)}.user-form .password-strength__meter,.c-webform .password-strength__meter{margin:0}.user-form .password-confirm-message,.user-form .password-suggestions,.user-form .password-strength__title,.user-form .description,.c-webform .password-confirm-message,.c-webform .password-suggestions,.c-webform .password-strength__title,.c-webform .description{opacity:.8;margin-top:.5lh;margin-bottom:.5lh;font-size:min(14px,.8em)}.user-form input:where([type=text],[type=email],[type=password],[type=tel]),.user-form textarea,.c-webform input:where([type=text],[type=email],[type=password],[type=tel]),.c-webform textarea{color:inherit;appearance:none;font:inherit;border:0;border-bottom:var(--border);background:0 0;width:100%;padding:.6em 0;display:block}.user-form input:where([type=text],[type=email],[type=password],[type=tel])::-moz-placeholder{color:inherit}.user-form textarea::-moz-placeholder{color:inherit}.c-webform input:where([type=text],[type=email],[type=password],[type=tel])::-moz-placeholder{color:inherit}.c-webform textarea::-moz-placeholder{color:inherit}.user-form input:where([type=text],[type=email],[type=password],[type=tel])::placeholder,.user-form textarea::placeholder,.c-webform input:where([type=text],[type=email],[type=password],[type=tel])::placeholder,.c-webform textarea::placeholder{color:inherit}.user-form textarea,.c-webform textarea{border:var(--border);padding-left:.6em;padding-right:.6em}.user-form [id^=ajax-wrapper],.user-form .form-actions,.user-form .form-item.js-form-type-managed-file,.c-webform [id^=ajax-wrapper],.c-webform .form-actions,.c-webform .form-item.js-form-type-managed-file{grid-column:span var(--columns)}.user-form .form-item:has(textarea,[type=checkbox]){grid-column:span var(--columns)}.c-webform .form-item:has(textarea,[type=checkbox]){grid-column:span var(--columns)}.user-form .js-form-type-managed-file,.c-webform .js-form-type-managed-file{padding-top:var(--spacing-half);padding-bottom:var(--spacing-half)}.user-form .js-form-type-managed-file .form-managed-file,.c-webform .js-form-type-managed-file .form-managed-file{grid-gap:var(--spacing-half);gap:var(--spacing-half);display:grid;position:relative}.user-form .js-form-type-managed-file input[type=file],.user-form .js-form-type-managed-file .webform-file-button,.c-webform .js-form-type-managed-file input[type=file],.c-webform .js-form-type-managed-file .webform-file-button{grid-area:1/1}.user-form .js-form-type-managed-file .form-item,.c-webform .js-form-type-managed-file .form-item{margin:0}.user-form .js-form-type-managed-file input[type=file],.c-webform .js-form-type-managed-file input[type=file]{opacity:0;z-index:1;width:100%;height:100%;position:static}:is(.user-form .js-form-type-managed-file:has(input[type=file]:where(:hover,.dragover)) .webform-file-button,.c-webform .js-form-type-managed-file:has(input[type=file]:where(:hover,.dragover)) .webform-file-button){outline:3px solid var(--brand-color);outline-offset:-3px;--is-dragging:1;--upload-background-color:var(--clr-article-highlight-background)}.user-form .js-form-type-managed-file .webform-file-button,.c-webform .js-form-type-managed-file .webform-file-button{border-style:dashed;border-width:1px;border-color:var(--clr-border);grid-gap:10px;background-color:var(--upload-background-color,transparent);border-radius:0;place-content:center;place-items:center;gap:10px;height:180px;margin:0;display:grid}.user-form .js-form-type-managed-file .webform-file-button:before,.c-webform .js-form-type-managed-file .webform-file-button:before{background-color:var(--clr-brand,#000);width:35px;height:26px;transform:translateY(calc(-6px * var(--is-dragging,0)));content:"";background-repeat:no-repeat;background-size:contain;transition:all .3s;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='35.5'%20height='26.103'%20viewBox='0%200%2035.5%2026.103'%3e%3cpath%20id='Vector'%20d='M8.871,26.1A8.625,8.625,0,0,1,2.6,23.529,8.433,8.433,0,0,1,0,17.255a9.066,9.066,0,0,1,1.9-5.67A8.311,8.311,0,0,1,6.871,8.408,11.133,11.133,0,0,1,10.9,2.33,10.981,10.981,0,0,1,17.758,0a10.826,10.826,0,0,1,8,3.324,11.05,11.05,0,0,1,3.29,8.082,6.984,6.984,0,0,1,4.613,2.428,7.208,7.208,0,0,1,1.839,4.9,7.159,7.159,0,0,1-2.113,5.2,6.926,6.926,0,0,1-5.145,2.135H19.371a3.091,3.091,0,0,1-2.274-.961,3.155,3.155,0,0,1-.952-2.3V14.42l-2.581,2.526-2.258-2.281,6.452-6.518,6.452,6.518-2.258,2.281L19.371,14.42v8.391h8.871a3.874,3.874,0,0,0,2.871-1.189,4.161,4.161,0,0,0,0-5.8,3.874,3.874,0,0,0-2.871-1.189H25.823V11.373a7.952,7.952,0,0,0-2.355-5.768,7.678,7.678,0,0,0-5.71-2.379,7.765,7.765,0,0,0-5.71,2.379,7.836,7.836,0,0,0-2.355,5.768H8.887a5.4,5.4,0,0,0-4,1.678,5.516,5.516,0,0,0-1.661,4.041,5.516,5.516,0,0,0,1.661,4.041,5.441,5.441,0,0,0,4,1.678h4.032V26.07H8.887Z'%20fill='%232F7EE0'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='35.5'%20height='26.103'%20viewBox='0%200%2035.5%2026.103'%3e%3cpath%20id='Vector'%20d='M8.871,26.1A8.625,8.625,0,0,1,2.6,23.529,8.433,8.433,0,0,1,0,17.255a9.066,9.066,0,0,1,1.9-5.67A8.311,8.311,0,0,1,6.871,8.408,11.133,11.133,0,0,1,10.9,2.33,10.981,10.981,0,0,1,17.758,0a10.826,10.826,0,0,1,8,3.324,11.05,11.05,0,0,1,3.29,8.082,6.984,6.984,0,0,1,4.613,2.428,7.208,7.208,0,0,1,1.839,4.9,7.159,7.159,0,0,1-2.113,5.2,6.926,6.926,0,0,1-5.145,2.135H19.371a3.091,3.091,0,0,1-2.274-.961,3.155,3.155,0,0,1-.952-2.3V14.42l-2.581,2.526-2.258-2.281,6.452-6.518,6.452,6.518-2.258,2.281L19.371,14.42v8.391h8.871a3.874,3.874,0,0,0,2.871-1.189,4.161,4.161,0,0,0,0-5.8,3.874,3.874,0,0,0-2.871-1.189H25.823V11.373a7.952,7.952,0,0,0-2.355-5.768,7.678,7.678,0,0,0-5.71-2.379,7.765,7.765,0,0,0-5.71,2.379,7.836,7.836,0,0,0-2.355,5.768H8.887a5.4,5.4,0,0,0-4,1.678,5.516,5.516,0,0,0-1.661,4.041,5.516,5.516,0,0,0,1.661,4.041,5.441,5.441,0,0,0,4,1.678h4.032V26.07H8.887Z'%20fill='%232F7EE0'/%3e%3c/svg%3e")}.user-form .js-form-type-managed-file .webform-file-button p,.c-webform .js-form-type-managed-file .webform-file-button p{margin:0}.user-form .js-form-type-managed-file [data-drupal-selector^=edit-cv-remove-button],.c-webform .js-form-type-managed-file [data-drupal-selector^=edit-cv-remove-button]{width:fit-content;font:inherit;appearance:none;border-radius:var(--border-rad);background-color:var(--bg-color);color:red;background-image:url("data:image/svg+xml,%3csvg%20width='512'%20height='512'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M341%20128V99c0-19.1-14.5-35-34.5-35H205.4C185.5%2064%20171%2079.9%20171%2099v29H80v32h9.2s5.4.6%208.2%203.4c2.8%202.8%203.9%209%203.9%209l19%20241.7c1.5%2029.4%201.5%2033.9%2036%2033.9h199.4c34.5%200%2034.5-4.4%2036-33.8l19-241.6s1.1-6.3%203.9-9.1%208.2-3.4%208.2-3.4h9.2v-32h-91v-.1zM192%2099c0-9.6%207.8-15%2017.7-15h91.7c9.9%200%2018.6%205.5%2018.6%2015v29H192V99zm-8.5%20285l-10.3-192h20.3L204%20384h-20.5zm83.6%200h-22V192h22v192zm61.6%200h-20.4l10.5-192h20.3l-10.4%20192z'%20fill='%23f44949'/%3e%3c/svg%3e");background-position:.5em calc(50% - .1em);background-repeat:no-repeat;background-size:1em;border:1px solid #b22222;padding:.2em .5em .2em 2em;display:flex}.user-form .js-form-type-managed-file .option,.c-webform .js-form-type-managed-file .option{font-size:14px}.user-form .webform-element-description,.c-webform .webform-element-description{opacity:.8;margin-top:var(--spacing-half);font-size:.8em;line-height:1}.user-form .form-actions,.c-webform .form-actions{justify-content:flex-end;display:flex}@media (max-width:399.98px){.user-form .form-actions>*,.c-webform .form-actions>*{width:100%}}.user-form .button--primary:after,.c-webform .button--primary:after{content:" →"}@media (min-width:720px){.c-webform[data-component-variant=contact],.c-webform[data-component-variant=vacancy]{--columns:2}}.c-webform[data-component-variant=vacancy] .form-item-address{grid-column:span var(--columns)}.c-webform[data-component-variant=vacancy] [data-drupal-messages]{grid-column:span var(--columns);margin:0}.c-webform[data-component-variant=vacancy] [data-drupal-selector=edit-address-group]{grid-column:span var(--columns);grid-gap:inherit;gap:inherit;display:grid}@media (min-width:400px){.c-webform[data-component-variant=vacancy] [data-drupal-selector=edit-address-group]{grid-template-columns:min(40%,200px) 1fr}}
