#CookieConsentBanner{display:none;position:fixed;right:0;bottom:0;left:0;max-height:100vh;overflow-y:auto;padding:15px;z-index:9999;background:#FFFFFF;border:1px solid #F5F5F5;box-shadow:0px 5px 10px 5px rgba(0,0,0,0.2);border-radius:4px;padding:40px;max-height:500px}#CookieConsentBanner .Title,#CookieConsentBanner .Description,#CookieConsentBanner .List{color:#333;margin-bottom:15px}#CookieConsentBanner .Title{font-weight:600;margin-bottom:5px}#CookieConsentBanner .Title.Big{font-size:16px}#CookieConsentBanner .Accept{padding:6px 12px;border-radius:4px;width:auto}#CookieConsentBanner .Accept:hover{color:#FFFFFF !important;filter:brightness(85%)}#CookieConsentBanner .Modify,#CookieConsentBanner .Cancel{color:#595959;background-color:#FFFFFF;border-color:#FFFFFF;border:1px solid #D9D9D9;padding:6px 12px;border-radius:4px;width:auto}#CookieConsentBanner .Modify:hover,#CookieConsentBanner .Cancel:hover{filter:brightness(85%)}#CookieConsentBanner .Settings,#CookieConsentBanner .Cancel{display:none}#CookieConsentBanner .Settings{outline:none}#CookieConsentBanner .List{list-style:none;padding-left:0}#CookieConsentBanner .ListItem{margin-bottom:20px;position:relative;padding-bottom:15px;border-bottom:1px solid #ccc}#CookieConsentBanner .ListItem>.ItemContent{display:inline-block;width:calc(100% - 50px)}#CookieConsentBanner .ListItem>.Switch{float:right}#CookieConsentBanner .DisableCookies{opacity:.5;cursor:not-allowed}#CookieConsentBanner .CookieHelpText{font-size:15px;margin-bottom:25px}#CookieConsentBanner .Switch{position:relative;display:inline-block;width:40px;height:20px}#CookieConsentBanner .Switch.disabled{opacity:.5;cursor:not-allowed}#CookieConsentBanner .Switch.disabled .Slider{cursor:not-allowed}#CookieConsentBanner .Switch input{opacity:0;width:0;height:0}#CookieConsentBanner .Slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}#CookieConsentBanner .Slider:before{position:absolute;content:"";height:14.5px;width:14.5px;left:2px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s}#CookieConsentBanner input:checked+.Slider{background-color:#52C41A}#CookieConsentBanner input:focus+.Slider{box-shadow:0 0 1px #52C41A}#CookieConsentBanner input:checked+.Slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}#CookieConsentBanner .Slider.Round{border-radius:20px}#CookieConsentBanner .Slider.Round:before{border-radius:50%}#CookieConsentBanner .Icon{position:absolute;color:#BFBFBF;font-size:30px;top:10px;right:10px}@media (max-width: 767px){#CookieConsentBanner .Accept{margin-bottom:15px}#CookieConsentBanner .Cancel{margin-top:-15px}}
