#cookie_consent_wrapper{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:fixed;font-size:14px;width:100%;height:100%;min-height:100%;background:rgba(160,160,160,0);z-index:100000}#cookie_consent_wrapper.cookie_consent_hide{display:none}#cookie_consent_wrapper .cookie_consent_content{width:100%;background:#000;box-shadow:0 4px 4px rgba(0,0,0,.25);overflow:hidden;text-align:left;line-height:36px;color:#fff;padding:20px 50px}#cookie_consent_wrapper .consent_title{font-size:24px;text-align:center;margin-bottom:15px}#cookie_consent_wrapper .consent_text{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;line-height:20px;margin:0 20% 15px;color:#fff}#cookie_consent_wrapper .consent_text .find_out_more_link{color:#c01b27;text-decoration:none;font-weight:400;line-height:20px;cursor:pointer}#cookie_consent_wrapper .consent_text .find_out_more_link:hover{text-decoration:underline}#cookie_consent_wrapper .hr_through{margin:10px 20% 20px}#cookie_consent_wrapper .selection_title{text-align:center;margin-bottom:15px}#cookie_consent_wrapper .action_buttons_wrapper{display:flex;flex-direction:row;justify-content:center;gap:20px;color:#fff}#cookie_consent_wrapper .action_buttons_wrapper button{text-decoration:none;font-size:14px;border-radius:15px;padding:10px 30px;min-width:300px;color:#fff;cursor:pointer}#cookie_consent_wrapper #consent_accept_all,#cookie_consent_wrapper #consent_accept_essential{background-color:#000;border:2px solid #fff}#cookie_consent_wrapper #consent_accept_all:hover,#cookie_consent_wrapper #consent_accept_essential:hover{background-color:#c01b27}