.consent-overlay{position:fixed;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,.2);z-index:999999;color:#000}.consent-overlay .btn{margin-top:1rem;margin-bottom:1rem}.consent-overlay .btn+.btn{margin-left:2rem}.consent-overlay .inner--custom{padding:0 3rem;max-width:110rem;box-sizing:border-box}.consent-overlay .btn{padding:.9rem 2rem;border:.1rem solid transparent;user-select:none;cursor:pointer;border-radius:2.5rem;font-size:1.6rem;text-align:left}.consent-overlay .btn--primary{padding-right:10rem;background:#161616;color:#fff;transition:all .2s ease;text-decoration:none}.consent-overlay .btn--primary:active,.consent-overlay .btn--primary:focus,.consent-overlay .btn--primary:hover,.consent-overlay .btn--primary:visited{padding-left:10rem;padding-right:2rem;color:#fff;text-align:right}.consent-overlay .btn--secondary{padding-right:10rem;background:#fff;color:#161616;transition:all .2s ease;text-decoration:none;border:.1rem solid #000}.consent-overlay .btn--secondary:active,.consent-overlay .btn--secondary:focus,.consent-overlay .btn--secondary:hover,.consent-overlay .btn--secondary:visited{padding-left:10rem;padding-right:2rem;color:#161616;text-align:right}.consent-content{padding:3rem 0;position:absolute;bottom:0;left:0;right:0;background:#fff;display:none;box-shadow:10px -2px 30px rgba(0,0,0,.2);max-height:100%;overflow:auto}.consent-content.is-visible{display:block}.consent-content .consent-content__title{margin:0 0 3rem;font-weight:700}.consent-content .consent-content__text{margin-bottom:2rem}.consent-content .consent-content__text p:first-child{margin-top:0}.consent-content .consent-content__text p:last-child{margin-bottom:0}.consent-content .consent-content__text a{color:#000}.consent-content .btn-wrap{padding:3rem 0 0;display:flex;justify-content:flex-end;flex-wrap:wrap}.consent-settings{padding:3rem 0;position:absolute;bottom:0;left:0;right:0;background:#fff;z-index:2;display:none;box-shadow:10px -2px 30px rgba(0,0,0,.2);max-height:100%;overflow:auto}.consent-settings.is-visible{display:block}.consent-settings__text p:first-child{margin-top:0}.consent-settings__text p:last-child{margin-bottom:0}.consent-settings__text a{color:#000}.consent-settings .consent-content__title{margin:0 0 3rem;font-weight:700}.consent-settings .consent-content__text{margin-bottom:2rem}.consent-settings .consent-content__text p:first-child{margin-top:0}.consent-settings .consent-content__text p:last-child{margin-bottom:0}.consent-settings .consent-content__text a{color:#000}.consent-settings .btn-wrap{padding:3rem 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end}.consent-settings-list{margin-top:3rem}.consent-settings-list-item{padding:2rem;background:#f6f6f6;border-radius:.3rem}.consent-settings-list-item+.consent-settings-list-item{margin-top:1rem}.consent-settings-list-item__header{display:flex;align-items:center;user-select:none;cursor:pointer}.consent-settings-list-item__header__arrow{padding-right:2rem}.consent-settings-list-item__header__arrow svg{display:block;transition:transform .15s ease}.consent-settings-list-item__header__title{padding-right:1rem;flex-grow:1;font-size:1.6rem;font-weight:700}.consent-settings-list-item__header__option__label{font-weight:600}.consent-settings-list-item__body{padding:2rem 3.6rem 0;font-size:1.4rem;display:none}.consent-settings-list-item.is-open .consent-settings-list-item__header__arrow svg{transform:rotate(180deg)}.consent-settings-list-item.is-open .consent-settings-list-item__body{display:block}.consent-settings-switch{width:6rem;height:2.8rem;position:relative;display:block;user-select:none;cursor:pointer}.consent-settings-switch__bg{border-radius:2.8rem;position:absolute;top:0;left:0;right:0;bottom:0;background:#888;z-index:1;transition:all .3s ease}.consent-settings-switch__bg:before{content:"";height:2rem;width:2rem;display:block;border-radius:50%;background:#fff;position:absolute;left:.4rem;top:.4rem;z-index:3;transition:transform .3s ease}.consent-settings-switch input[type=checkbox]{margin:-1px;width:1px;height:1px;border:0;padding:0;position:absolute;clip:rect(0 0 0 0);overflow:hidden}.consent-settings-switch input[type=checkbox]:checked+.consent-settings-switch__bg{background:#333}.consent-settings-switch input[type=checkbox]:checked+.consent-settings-switch__bg:before{transform:translateX(3.1rem)}