#cookie-consent .consent-modal{max-width:700px;height:auto;padding:0;}#cookie-consent label{border:none;}#cookie-consent .label{margin:0;}#cookie-consent .consent-modal .cookie-headline{color:white;background-color:black;display:inline-flex;justify-content:start;align-items:center;gap:10px;width:100%;padding:10px;text-transform:inherit;height:auto;margin:0;}#cookie-consent .consent-modal .cookie-consent-content{padding:10px;}#cookie-consent .consent-modal .options{display:flex;justify-content:space-evenly;gap:unset;flex-direction:column;}#cookie-consent .consent-modal .option-wrapper .label{padding:0 4px 0 0;}#cookie-consent .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title{font-weight:bold;}#cookie-consent .consent-modal .option-wrapper .label input:checked ~ .checkmark{background-color:rgb(150,13,38);}#cookie-consent .label input:checked ~ .checkmark{background-color:rgb(150,13,38);}#cookie-consent .label input:disabled:checked ~ .checkmark{opacity:1;}#cookie-consent .buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;place-items:center;margin-bottom:unset;}#cookie-consent .buttons .btn--primary{margin-bottom:0;}#cookie-consent .show-details{margin-block:10px;}@media all and (min-width:500px){#cookie-consent .consent-modal .cookie-headline{height:125px;padding:15px;}#cookie-consent .consent-modal .cookie-consent-content{padding:15px;}}@media all and (min-width:600px){#cookie-consent .consent-modal .cookie-headline{padding:20px;}#cookie-consent .consent-modal .cookie-consent-content{padding:20px;}#cookie-consent .consent-modal .options{gap:10px;}#cookie-consent .buttons{gap:10px;}}@media all and (min-width:750px){#cookie-consent .consent-modal .options{flex-direction:row;}}@media all and (min-width:900px){#cookie-consent .consent-modal .options{gap:20px;}#cookie-consent .buttons{gap:20px;margin-bottom:25px;}#cookie-consent .label{margin:0 0 12px 0;}}
