.dccm{display:flex;justify-content:center;align-items:flex-end;position:fixed;bottom:0;left:0;top:0;right:0;z-index:999999999;width:100%;background-color:#10111a80}@media screen and (min-width: 1024px){.dccm{align-items:center}}.dccm-content{z-index:1100;overflow:hidden;width:100%;background-color:#fff;border-radius:12px 12px 0 0;max-height:80vh;box-shadow:0 4px 40px #00000040;bottom:0;transform:translateY(1000%)}@supports (height: 100dvh){.dccm-content{max-height:80dvh}}@media screen and (min-width: 1024px){.dccm-content{width:480px;height:auto;border-radius:8px}}@keyframes slideinDCCM{0%{transform:translateY(100%)}to{transform:translate(0)}}.dccm-show{transform:translate(0);animation:slideinDCCM .3s forwards}.dccm-content-inner{position:relative;width:100%;max-height:80vh}@supports (height: 100dvh){.dccm-content-inner{max-height:80dvh}}.dccm-content-inner-header{display:flex;position:sticky;align-items:center;gap:12px;padding:32px 16px 16px;z-index:100;top:0;background-color:#fff}@media screen and (min-width: 1024px){.dccm-content-inner-header{padding:24px 24px 16px;margin:0}}.dccm-content-inner-main{display:flex;padding:0 16px 16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;max-height:calc(80vh - 196px);background:linear-gradient(white 10%,rgba(255,255,255,.06)) center top,linear-gradient(rgba(255,255,255,.06),white 100%) center bottom,linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,0)) center top,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.06)) center bottom;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 24px,100% 24px;background-attachment:local,local,scroll,scroll}@supports (height: 100dvh){.dccm-content-inner-main{max-height:calc(80dvh - 196px)}}@media screen and (min-width: 768px){.dccm-content-inner-main{padding:0 24px 24px;max-height:calc(80vh - 140px)}@supports (height: 100dvh){.dccm-content-inner-main{max-height:calc(80dvh - 140px)}}}@media screen and (min-width: 1024px){.dccm-content-inner-main{padding:0 24px 24px}}.dccm-content-main-customize{width:100%;display:none}.dccm-content-inner-footer{position:relative;display:grid;grid-template-columns:1fr 1fr;column-gap:8px;row-gap:12px;bottom:0;left:0;width:100%;background-color:#fff;padding:16px 16px 24px;box-sizing:border-box;z-index:5}@media screen and (min-width: 768px){.dccm-content-inner-footer{gap:0px;justify-content:end;grid-template-columns:min-content min-content min-content}}@media screen and (min-width: 1024px){.dccm-content-inner-footer{padding:16px 24px 24px;margin:0}}.dccm-content-inner-text{font-family:proxima-nova,Corbel,Arial,sans-serif;font-size:16px;font-weight:300;color:#10111a;margin:0;line-height:24px}.dccm-content-inner-text strong{font-weight:600}.dccm-content-inner-header-title,.dccm-content-title{color:#10111a;font-family:proxima-nova,Corbel,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px;margin:0}.dccm-content-title{font-size:16px;padding:8px 0 16px}#dccm-cookie-consent-modal .dccm-link{font-weight:600;text-decoration:none;cursor:pointer;color:#1185ed}#dccm-cookie-consent-modal .dccm-link:hover{text-decoration:none}.dccm-btn{font-family:proxima-nova,Corbel,Arial,sans-serif;font-weight:600;box-shadow:2px 2px 6px #0003;transition:box-shadow .3s ease;border:none;border-radius:4px;cursor:pointer;outline:0;text-align:center;text-decoration:none;-webkit-appearance:none;background:#fff;border:1px solid #1185ed;color:#1185ed;font-size:16px;line-height:24px;max-width:none;padding:5px 19px;white-space:nowrap}.dccm-btn-accept{color:#fff;background:#1185ed;grid-row:1;grid-column:span 2;width:100%}.dccm-btn-reject{grid-row:2}@media screen and (min-width: 768px){.dccm-btn-reject{margin-right:auto;left:24px;position:absolute;grid-row:1}}.dccm-btn-customize{grid-row:2}@media screen and (min-width: 768px){.dccm-btn-customize{grid-row:1;margin-right:8px}}.dccm-btn-allow{display:none}@media screen and (min-width: 768px){.dccm-btn-allow{grid-row:1;margin-right:8px}}.show-element{display:block}.hide-element{display:none}.dccm-checkbox-container{display:flex;align-items:center;position:relative;gap:8px;padding:8px 0}.dccm-checkbox{display:flex;justify-content:center;align-items:center;margin-top:2px;width:20px;height:20px;background-color:#fff;border:1px solid #ccd1d7;border-radius:4px;position:relative;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.dccm-checkbox:after{content:"";width:5px;height:10px;background-color:transparent;border-bottom:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px);display:none}.dccm-checkbox-label{cursor:pointer;text-align:left}.dccm-checkbox-label input:checked+.dccm-checkbox{background-color:#1185ed;border-color:#1185ed}.dccm-checkbox-label input:checked+.dccm-checkbox:after{display:block}.dccm-checkbox-label input:disabled+.dccm-checkbox{background-color:#eceff4;color:#8d9ba1;cursor:auto;border-color:#ccd1d7}.dccm-checkbox-label input:disabled+.dccm-checkbox:after{border-bottom:2px solid #CCD1D7;border-right:2px solid #CCD1D7}.dccm-checkbox-label:hover .dccm-checkbox{border-color:#8d9ba1}.dccm-checkbox-label:hover input:checked:not([disabled])+.dccm-checkbox{background-color:#1185ed}.dccm-checkbox-text{width:100%;cursor:pointer;z-index:4;padding:0}.marker{position:absolute;margin-left:auto;cursor:pointer;right:4px;top:14px}.marker:before{content:"";position:relative;display:inline-block;border-style:solid;border-width:0 2px 2px 0;height:8px;width:8px;transform:rotate(45deg);vertical-align:top;background-color:#fff;border-radius:10%}.marker-active{top:20px}.marker-active:before{transform:rotate(225deg)}.dccm-accordion-content{max-height:0;opacity:0;overflow:hidden;padding:0}.dccm-accordion-content-active{max-height:999px;opacity:1;display:block;overflow:auto;transition:max-height .5s ease-in-out,opacity .3s ease-in-out}
