#cc{font-family:sans-serif;font-family:var(--cc-font-family,sans-serif)}#cc .panel-container{position:fixed;top:0;left:0;display:flex;width:100%;height:100vh;height:-webkit-fill-available;z-index:100000;pointer-events:none;padding:0 0 24px}#cc .panel-container.hide-scroll{background:rgba(0,0,0,.45);pointer-events:auto}@media screen and (min-width:550px){#cc .panel-container{padding:16px}}@media screen and (min-width:1024px){#cc .panel-container{padding:24px}}#cc .panel-container.t{align-items:flex-start}#cc .panel-container.b{align-items:flex-end}#cc .panel-container.r{justify-content:flex-end}#cc .panel-container.l{justify-content:flex-start}#cc .panel-container.c{justify-content:center}#cc .panel-container.cc{align-items:center;justify-content:center}#cc *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sans-serif;font-family:var(--cc-font-family,sans-serif);color:#000}#cc .consent-panel{position:relative;z-index:100000;display:block;max-width:550px;border-radius:0;padding:16px 16px 0;box-shadow:0 1px 4px #0000001a,0 1px 3px #0000001f;background:#fff;pointer-events:auto;max-height:85vh;overflow-y:auto}@media screen and (min-width:550px){#cc .consent-panel{border-radius:6px}}@media screen and (min-width:1024px){#cc .consent-panel{padding:24px 24px 0}}#cc .consent-panel h4,#cc .consent-panel p{margin:0;line-height:1.5}#cc .consent-panel h4{font-size:18px;margin-bottom:4px}#cc .consent-panel p{font-size:14px}#cc .consent-panel .action-buttons{background:#fff;display:flex;flex-wrap:wrap;position:sticky;bottom:0;padding:12px 0 16px}#cc .consent-panel .action-buttons button{display:flex;margin-bottom:8px;flex-grow:1;width:100%}#cc .consent-panel .action-buttons button.main{order:0;width:100%}#cc .consent-panel .action-buttons button:not(.main){order:1}@media screen and (min-width:375px){#cc .consent-panel .action-buttons button{display:flex;width:unset}#cc .consent-panel .action-buttons button:not(.main):first-child{margin-right:8px}}@media screen and (min-width:580px){#cc .consent-panel .action-buttons{flex-direction:row}#cc .consent-panel .action-buttons button{display:inline-flex;margin-bottom:0}#cc .consent-panel .action-buttons button.main{order:2;width:auto}#cc .consent-panel .action-buttons button:first-child{margin-right:12px!important}#cc .consent-panel .action-buttons button:last-child{margin-left:12px}}@media screen and (min-width:1024px){#cc .consent-panel .action-buttons{padding:16px 0 24px}}#cc .consent-panel button{border:0;border-radius:6px;padding:10px 12px;font-size:14px!important;background:#D1D5DB;align-items:center;justify-content:center;cursor:pointer;font-weight:500;transition:all .2s;text-transform:none!important}@media screen and (min-width:768px){#cc .consent-panel button{font-size:14px!important}}#cc .consent-panel button.primary{background:#000;color:#fff;background:var(--cc-primary,#000);color:var(--cc-primary-text,#fff)}#cc .consent-panel button.text{padding:2px;background:transparent;font-weight:400;text-decoration:underline;color:#000}#cc .consent-panel button:not(.primary):not(.text):hover{background:#E5E7EB;opacity:1;color:#000}#cc .consent-panel button:hover{opacity:.7}#cc .consent-panel button:focus{outline:0;box-shadow:0 0 0 3px #94b1f0}#cc .consent-panel .vhome{margin-top:12px}#cc .consent-panel .vhome button{margin-bottom:20px}#cc .consent-panel .category{border-bottom:1px solid #d1d5db}#cc .consent-panel .category:last-child{border-bottom:0;margin-bottom:8px}#cc .consent-panel .category .category-main{display:flex;align-items:center;justify-content:space-between;padding:8px 0}#cc .consent-panel .category .category-main button{display:inline-block;margin-bottom:0}#cc .consent-panel .category .category-services{background:#F3F4F6;max-height:220px;overflow-y:auto;max-width:100%;overflow-x:hidden}#cc .consent-panel .service{padding:12px 16px}#cc .consent-panel .service dl{font-size:12px;margin-bottom:0}#cc .consent-panel .service dl .item{display:flex}#cc .consent-panel .service dl dd,#cc .consent-panel .service dl dt{display:inline-flex;color:#4b5563}#cc .consent-panel .service dl dt{margin-right:4px;font-weight:500}#cc .consent-panel .service dl dt:after{content:": "}#cc .consent-panel .service dl dd{flex-shrink:1;margin:0}#cc .consent-panel .service dl dd .link{margin-right:0;word-break:break-all}#cc .consent-panel .service-list{padding:4px 0}#cc .consent-panel .service-list .service{border-bottom:1px solid #cfcfcf}#cc .consent-panel .service-list .service:last-child{margin-bottom:0;border-bottom:0}#cc .consent-panel .switch{display:flex;align-items:center;margin:0}#cc .consent-panel .switch.sm input{height:18px;width:32px}#cc .consent-panel .switch.sm input:before{height:12px;width:12px}#cc .consent-panel .switch.sm input:checked:before{transform:translate(14px)}#cc .consent-panel .switch.sm label{color:#000;margin:0}#cc .consent-panel .switch input{margin:0 8px 0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:24px;width:40px;background:#cfcfcf;border-radius:999px;position:relative;transition:opacity .2s}#cc .consent-panel .switch input:focus{outline:0;box-shadow:0 0 0 3px #94b1f0}#cc .consent-panel .switch input:before{content:"";position:absolute;left:0;top:0;height:18px;width:18px;background:#fff;border-radius:999px;margin:3px;transition:transform .2s;box-shadow:0 1px 3px #0000001f}#cc .consent-panel .switch input:checked{background:var(--cc-primary,#000)}#cc .consent-panel .switch input:checked:before{transform:translate(16px)}#cc .consent-panel .switch input:disabled{opacity:.6;cursor:not-allowed}#cc .consent-panel .switch input:not(:disabled){cursor:pointer}#cc .consent-panel .switch input:not(:disabled):hover{opacity:.7}#cc .consent-panel .switch label{font-size:14px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0}#cc .consent-panel a.link{color:#4b5563;font-size:12px;margin-right:8px;text-decoration:underline}body.cc-hide-scroll{overflow:hidden!important}