/* 
* Custom styles (no build step).
*/


/* Team page */
.team-item:nth-child(1) .team-item__img-wrapper {
    color: hsl(0 0% 20% / 1);
}


/* Cookiebot */
#CybotCookiebotDialog {
    transform: translate(-50%, -50%) scale(0.75) !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog[data-template=bottom] {
        transform: translate(-50%, -100%) scale(0.75) !important;
    }
}