.cm{position:fixed;z-index:9999;font-size:16px;line-height:1}.cm_overlay{position:fixed;width:100%;height:100%;background-color:transparent;pointer-events:none;transition:all .3s ease-in-out}.cm_overlay.visible{pointer-events:visible;background-color:rgba(0,0,0,.5)}.cm_disclaimer{position:fixed;background-color:#fff;visibility:hidden;transition:opacity .7s ease-in-out,visibility .7s ease-in-out;box-shadow:1px 3px 18px 1px #333}.cm_disclaimer-banner{bottom:0;width:100%;padding:10px 40px;display:flex;justify-content:space-between;align-items:center}.cm_disclaimer-popup{bottom:10px;right:10px;padding:15px 10px;border-radius:4px;max-width:400px;box-shadow:1px 3px 4px 1px rgba(0,0,0,.5)}.cm_disclaimer-popup .cm_disclaimer-buttons{margin-top:20px}.cm_disclaimer.fade-in{opacity:0;z-index:-9999;transition:visibility .5s ease-in-out,opacity .5s ease-in-out}.cm_disclaimer.fade-in.visible{opacity:1;z-index:40;visibility:visible;transition:visibility .5s ease-in-out,opacity .5s ease-in-out}.cm_disclaimer.slide-up{bottom:-100%;opacity:0;visibility:hidden;transition:bottom .7s ease-in-out,visibility 1s ease-in-out,opacity .5s ease-in-out}.cm_disclaimer.slide-up.visible{bottom:0;opacity:1;visibility:visible;transition:bottom .7s ease-in-out,visibility .5s ease-in-out,opacity 1s ease-in-out}.cm_disclaimer-buttons{min-width:300px;display:flex;justify-content:flex-end;font-size:.8em}.cm_disclaimer-buttons .cm_button{padding:10px 15px;background-color:#ccc;background-color:rgba(0,0,0,.1);cursor:pointer;text-transform:uppercase;border-radius:4px}.cm_disclaimer-buttons .cm_button:first-child{margin-right:10px}.cm_disclaimer-buttons .cm_button:hover{opacity:.7}.cm_disclaimer-buttons .cm_button--accept{background-color:#0f5ca3;color:#fff}.cm_disclaimer-text h3,.cm_disclaimer-text p{margin:0;line-height:1.2}.cm_disclaimer-text h3{font-size:1em;font-weight:700}.cm_disclaimer-text p{font-size:.8em}.cm_disclaimer-text p a{text-decoration:underline}.cm_logo{position:fixed;bottom:0;background-color:#fff;padding:5px;width:70px;height:70px;left:0;z-index:10}.cm_sidebar{max-width:420px;width:90%;padding:20px;position:fixed;background-color:#fff;top:0;bottom:0;overflow-y:auto;transition:.2s ease-in-out}.cm_sidebar.visible{transition:transform .3s ease-in-out}.cm_sidebar--left{right:100%}.cm_sidebar--left.visible{transform:translate3d(100%,0,0)}.cm_sidebar--right{left:100%}.cm_sidebar--right.visible{transform:translate3d(-100%,0,0)}.cm .pref_main,.cm .pref_necessary{margin-bottom:1.2em}.cm .pref_main .pref_heading{font-size:1.2em;margin-bottom:.8em}.cm .pref_main .pref_button{padding:15px 25px;background-color:#000;color:#fff;font-size:.8em;font-weight:700;text-transform:uppercase;display:inline-block;border-radius:4px;margin-top:1.2em;text-align:center;cursor:pointer}.cm .pref_heading{font-size:1em;font-weight:700;margin-bottom:.8em}.cm .pref_description{font-size:.9em;line-height:1.2}.cm .pref_opt-out{max-height:0;opacity:0;visibility:hidden;font-size:0;border-radius:4px}.cm .pref_opt-out.visible{max-height:400px;padding:10px 15px;margin-bottom:1.2em;margin-top:.5em;background-color:rgba(0,0,0,.1);opacity:1;visibility:visible;font-size:inherit;transition:max-height 1s ease-in-out,opacity .7s ease-in-out,visibility .7s ease-in-out,font-size .3s ease-in-out}.cm .pref_opt-out .pref_heading{padding:0;margin-bottom:.5em;font-size:.9em}.cm .pref_opt-out .pref_description,.cm .pref_opt-out .pref_opt-out-link{font-size:.8em}.cm .pref_opt-out .pref_opt-out-link{display:block;text-align:right}.cm .optional .pref_heading{padding:.8em 0}.cm .optional_party{position:relative;margin-bottom:.8em}.cm .optional_switch{position:relative;display:inline-block;width:48px;height:26px}.cm .optional_checkbox{display:none}.cm .optional_checkbox:checked+.optional_slider{background-color:#1abc9c}.cm .optional_checkbox:checked+.optional_slider:before{transform:translateX(22px)}.cm .optional_checkbox:focus+.optional_slider{box-shadow:0 0 1px #2196f3}.cm .optional_toggle{position:absolute;top:.46em;right:0}.cm .optional_slider{position:absolute;cursor:pointer;top:0;left:0;bottom:0;right:0;background-color:#ec6a4c;transition:all .4s ease-in-out;border-radius:35px}.cm .optional_slider:before{position:absolute;content:"";height:22px;width:22px;left:24px;bottom:2px;background-color:#fff;transition:all .2s ease-in-out;border-radius:35px}.cm_close-button{position:absolute;top:10px;right:10px;cursor:pointer;width:30px;height:20px;opacity:.3;transition:opacity .3s ease-in-out}.cm_close-button:hover{opacity:1}.cm_close-button:after,.cm_close-button:before{position:absolute;left:15px;content:' ';height:1.1em;width:1px;background-color:#333}.cm_close-button:before{transform:rotate(45deg)}.cm_close-button:after{transform:rotate(-45deg)}@media screen and (max-width:767px){.cm_disclaimer-banner{flex-flow:column;padding:15px;align-items:flex-start}.cm_disclaimer-header{margin-bottom:5px}.cm_disclaimer-buttons{margin-top:10px;justify-content:flex-end;width:100%;font-size:.7em}}@media screen and (max-width:480px){.cm_disclaimer-buttons .cm_button{width:calc(50% - 5px);text-align:center;margin:0!important}.cm_disclaimer-buttons{justify-content:space-between}}