

/* CSS from section stylesheet tags */
.cookies-popup{position:fixed;z-index:97;bottom:34px;right:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity, transform .3s ease;transform:translateY(-100%)}body.cookies-popup-opened .cookies-popup{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.cookies-popup-inner{display:flex;justify-content:space-between;align-items:center;padding:24px 52px 24px 40px}.cookies-popup__content{margin-right:40px}.cookies-popup__content p:last-child{margin-bottom:0}@media screen and (max-width: 1023px){.cookies-popup-inner{display:block;padding:24px 32px}.cookies-popup__content{margin-right:0;margin-bottom:30px}}@media screen and (max-width: 767px){.cookies-popup-inner{display:block;padding:16px}}
.newsletter-popup-opened:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.6;z-index:1001}.newsletter-popup{position:fixed;z-index:1001;top:50%;left:50%;transform:translate(-50%, -50%);width:800px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity, transform .3s ease}body.newsletter-popup-opened .newsletter-popup{transform:translate(-50%, -50%);opacity:1;visibility:visible;pointer-events:auto}.newsletter-popup-wrapper{width:100%;height:100%;padding:42px 0 42px 42px}.newsletter-popup-inner{display:flex;align-items:center;text-align:center;position:relative}.newsletter-popup-inner>.close{position:absolute;right:36px;top:0}.newsletter-popup__image-holder{flex-shrink:0}.newsletter-popup__image-holder img{display:block;width:100%}.newsletter-popup-content{padding:0 38px}.newsletter-popup__title{margin-bottom:17px}.newsletter-popup__description{font-weight:300;letter-spacing:0;line-height:1.76;margin-bottom:24px}#newsletter_popup p{margin-bottom:21px}.newsletter-popup__form{text-align:left}.newsletter-popup__input{width:100%;min-height:auto;padding:11px 5px;margin-bottom:2rem}.newsletter-popup__label{text-align:left}.newsletter-popup__form-email-error{display:none;margin-top:-20px;margin-bottom:8px}.input-error+.newsletter-popup__form-email-error{display:block}#newsletter_popup label span{vertical-align:middle;margin-bottom:20px;display:inline-block}.newsletter-popup__form.validation-errors .btn{opacity:.5}.newsletter-popup-actions{display:flex;justify-content:flex-start;align-items:center}.newsletter-popup-actions button,.newsletter-popup-actions input[type="submit"]{margin-bottom:0}.newsletter-popup__close{margin:0 1em 0 auto}.newsletter-popup__thankyou-message{margin-top:30px}@media screen and (max-width: 1024px){.newsletter-popup{max-width:90%}.newsletter-popup-wrapper{padding:25px 0 25px 25px}.newsletter-popup-content{padding:25px}.newsletter-popup__image-holder{max-width:43%}.newsletter-popup__close{margin-right:0}}@media screen and (max-width: 767px){.newsletter-popup{max-width:100%;width:100%;position:absolute;top:114px}body.newsletter-popup-opened .newsletter-popup{transform:translateX(-50%)}.newsletter-popup-wrapper{padding:30px 20px 20px}.newsletter-popup-inner{width:100%;display:block}.newsletter-popup-inner>.close{display:none}.newsletter-popup-content{padding:39px 0 0}.newsletter-popup__title{margin-bottom:8px}.newsletter-popup__description{margin-bottom:8px}.newsletter-popup__image-holder{max-width:100%}.newsletter-popup__form{width:100%;padding:0 5px}.newsletter-popup__input{margin-bottom:8px}.newsletter-popup__thankyou-message{margin-top:10px}.newsletter-popup__form-email-error{margin-top:-8px;margin-bottom:0;line-height:1}}.newsletter-popup__holder{display:none !important}