/* Notice */
.c-cookie-notice{position:relative;width:100%;background:#bdbdbd;color:#000;z-index:99;visibility:hidden;opacity:0}.c-cookie-notice--fixed-bottom{position:fixed;bottom:0;left:0}.c-cookie-notice--fixed-top{position:fixed;top:0;left:0}.c-cookie-notice.active{visibility:visible;opacity:1}.c-cookie-notice__container{width:100%;padding:2rem 1rem;}.c-cookie-notice__options{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.c-cookie-notice__accept,.c-cookie-notice__manage{margin:.25rem 0}.c-cookie-notice__accept{margin-right:1rem}@media screen and (min-width:768px){.c-cookie-notice__container{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.c-cookie-notice__info{width:70%;padding-right:2rem}.c-cookie-notice__options{width:30%;justify-content:flex-end;margin-top:0}.c-cookie-notice__manage{padding-left:1rem}.c-cookie-notice__accept{margin-right:0}}

/* Notice Styles */
.c-cookie-notice__info p{line-height:1.4;font-size:.8rem;margin:0;margin-bottom:0.5rem;padding:0}.c-cookie-notice__info a{color:#000;text-decoration:underline;line-height:1.4;font-size:.8rem;margin:0;padding:0;}.c-cookie-notice__info a:hover{color:#000;text-decoration:none}.c-cookie-notice__accept{transition:background-color .5s ease-in-out;position:relative;background-color:#fff;color:#000;font-size:.8rem;line-height:1;padding:.75rem .5rem;padding-right:1.6rem;cursor:pointer}.c-cookie-notice__accept:hover{background:#eaeaea}.c-cookie-notice__accept-icon{position:absolute;top:50%;transform:translateY(-50%);right:.5rem;fill:#000;width:.8rem;height:.8rem}.c-cookie-notice__manage{font-size:.8rem;line-height:1;text-decoration:underline;cursor:pointer}.c-cookie-notice__manage:hover{text-decoration:none}@media screen and (min-width:768px){.c-cookie-notice__accept{font-size:.9rem;padding:.75rem 1.25rem;padding-right:2.5rem}.c-cookie-notice__accept-icon{right:1rem;width:1rem;height:1rem}}@media screen and (min-width:1000px){.c-cookie-notice__info p{font-size:.9rem}}

/* Popup */
.c-cookie-notice-popup{-webkit-overflow-scrolling:touch;transition:all .3s ease-in-out;position:fixed;top:0;right:0;width:100%;height:100vh;background:rgba(0,0,0,.5);overflow:hidden;visibility:hidden;opacity:0;z-index:100;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center}.c-cookie-notice-popup.active{visibility:visible;opacity:1}.c-cookie-notice-popup__container{position:relative;height:100vh;overflow-y:scroll;padding:1.5rem 1rem 8rem 1rem;width:100%;background:#fff}@media screen and (min-width:768px){.c-cookie-notice-popup__container{height:auto;max-width:650px;padding:3rem}}.c-cookie-notice-popup__category{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.c-cookie-notice-popup__category-content{width:calc(100% - 60px);padding-right:1rem}.c-cookie-notice-popup__category-choice{width:60px;text-align:center}@media screen and (min-width:768px){.c-cookie-notice-popup__category-content{padding-right:2rem}}.c-cookie-notice-popup__closer{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}.c-cookie-notice-popup__closer span{transform:rotate(45deg);position:absolute;top:0;left:0;background:#000}.c-cookie-notice-popup__closer span:first-child{width:100%;height:2px;top:calc(50% - 1px)}.c-cookie-notice-popup__closer span:last-child{width:2px;height:100%;left:calc(50% - 1px)}@media screen and (min-width:768px){.c-cookie-notice-popup__closer{top:1rem;right:1rem}}

/* Popup Styles */
.c-cookie-notice-popup__category,.c-cookie-notice-popup__intro{border-bottom:1px solid #e6e6e6}.c-cookie-notice-popup__intro{padding-bottom:1.5rem}.c-cookie-notice-popup__category{padding:1.5rem 0}.c-cookie-notice-popup__outro{padding-top:1.5rem;text-align:center}.c-cookie-notice-popup__accept{transition:background-color .5s ease-in-out;display:inline-block;background-color:#6da56d;color:#fff;font-size:1rem;line-height:1;padding:.75rem 1rem;cursor:pointer}.c-cookie-notice-popup__accept:hover{background-color:#548554}.c-cookie-notice-popup__category p,.c-cookie-notice-popup__intro p{font-size:.9rem;line-height:1.4}.c-cookie-notice-popup__category p:last-child{margin-bottom:0}.c-cookie-notice-popup__title{font-weight:700;font-size:1.4rem;margin-bottom:.5rem}.c-cookie-notice-popup__subtitle{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.c-cookie-notice-popup__intro a{color:#000;text-decoration:underline}.c-cookie-notice-popup__intro a:hover{color:#000;text-decoration:none}.c-cookie-notice-popup__category-icon{width:1.5rem;height:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:#fff}.c-cookie-notice-popup__category-icon-container{position:relative;display:inline-block;width:34px;height:34px;background:#6da56d;border-radius:100%}.c-cookie-notice-popup__switch{position:relative;display:inline-block;width:60px;height:34px}.c-cookie-notice-popup__switch input{opacity:0;width:0;height:0}.c-cookie-notice-popup__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px}.c-cookie-notice-popup__slider:before{position:absolute;content:'';height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.c-cookie-notice-popup__checkbox:checked+.c-cookie-notice-popup__slider{background-color:#6da56d}.c-cookie-notice-popup__checkbox:checked+.c-cookie-notice-popup__slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}