.tf-cookie-popup-holder{--cookie-fontfam:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}.tf-cookie-popup-holder.light{--cookie-font:#242729;--cookie-fontm:#4c4f52;--cookie-fontl:#56595d;--cookie-font-hover:#143cf0;--cookie-bg:#fff;--cookie-footer-bg:#eaeff2;--cookie-border:#cfd3d8;--cookie-shadow:0 .625em 1.875em #0000024d;--cookie-scroll-bg:#30363c;--cookie-btn-bg-settings:#30363c;--cookie-btn-bg-hover-settings:#143cf0;--cookie-btn-color-settings:#30363c;--cookie-btn-color-hover-settings:#fff;--cookie-btn-bg-accept:#143cf0;--cookie-btn-bg-hover-accept:#0b28ac;--cookie-btn-color-accept:#fff;--cookie-btn-color-hover-accept:#fff;--cookie-btn-bg-decline:#30363c;--cookie-btn-bg-hover-decline:#eb0505;--cookie-btn-color-decline:#30363c;--cookie-btn-color-hover-decline:#fff;--cookie-switch-bg:#bfbfbf;--cookie-wcag-outline:#161a1c}.tf-cookie-popup-holder.dark{--cookie-font:#fff;--cookie-fontm:#eaeef0;--cookie-fontl:#aebbc5;--cookie-font-hover:#143cf0;--cookie-bg:#161a1c;--cookie-footer-bg:#0c0e0f;--cookie-border:#222629;--cookie-shadow:0 .625em 1.875em #0000024d;--cookie-scroll-bg:#161a1c;--cookie-btn-bg-settings:#eaeef0;--cookie-btn-bg-hover-settings:#143cf0;--cookie-btn-color-settings:#eaeef0;--cookie-btn-color-hover-settings:#fff;--cookie-btn-bg-accept:#143cf0;--cookie-btn-bg-hover-accept:#0b28ac;--cookie-btn-color-accept:#fff;--cookie-btn-color-hover-accept:#fff;--cookie-btn-bg-decline:#eaeef0;--cookie-btn-bg-hover-decline:#eb0505;--cookie-btn-color-decline:#eaeef0;--cookie-btn-color-hover-decline:#fff;--cookie-switch-bg:#455054;--cookie-wcag-outline:#fff}.tf-cookie-popup-holder{position:fixed;z-index:2147483010;inset:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;pointer-events:none;padding:20px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder{padding:15px}}.tf-cookie-popup-holder.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tf-cookie-popup-holder.middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tf-cookie-popup-holder.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tf-cookie-popup-holder.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tf-cookie-popup-holder.lock{pointer-events:auto}.tf-cookie-popup-holder.lock.dark{background:rgba(60,60,60,0.78);backdrop-filter:blur(4px)}.tf-cookie-popup-holder.lock.light{background:rgba(0,0,0,0.75);backdrop-filter:blur(4px)}.tf-cookie-popup-holder .tf-cookie-popup{border-radius:8px;background:var(--cookie-bg);color:var(--cookie-font);-webkit-box-shadow:var(--cookie-shadow);box-shadow:var(--cookie-shadow);width:100%;max-width:400px;pointer-events:auto !important;max-height:100%;overflow:auto}.tf-cookie-popup-holder .tf-cookie-popup.tf-cookie-popup-settings{max-width:550px}.tf-cookie-popup-holder .tf-cookie-popup.tf-cookie-popup-settings .tf-cookie-top .tf-cookie-icon{width:52px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup.tf-cookie-popup-settings .tf-cookie-top .tf-cookie-icon{width:42px}}.tf-cookie-popup-holder .tf-cookie-popup.tf-cookie-popup-settings .tf-cookie-top .tf-cookie-title{font-size:20px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup.tf-cookie-popup-settings .tf-cookie-top .tf-cookie-title{font-size:16px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top{padding:26px 26px 18px 26px;width:100%}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top{padding:18px 18px 10px 18px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-icon{display:block;height:auto;margin-bottom:10px;width:44px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-icon path{fill:var(--cookie-font)}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-icon{width:38px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-title{display:inline-block;width:100%;margin-bottom:10px;font-size:18px;line-height:1.4;font-weight:600;font-family:var(--cookie-fontfam);color:var(--cookie-font)}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-title{font-size:16px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-text{display:inline-block;width:100%;margin-bottom:10px;font-size:14px;line-height:1.5;font-weight:400;font-family:var(--cookie-fontfam);color:var(--cookie-fontl)}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-text{font-size:13px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings{width:100%;overflow:hidden;-webkit-transition:600ms linear all;transition:600ms linear all;max-height:0;opacity:0}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings.active{opacity:1;max-height:700px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner{width:100%;background:var(--cookie-footer-bg);border-radius:6px;margin:10px 0;padding:5px 25px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner{padding:5px 20px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;border-bottom:1px solid var(--cookie-border);padding:15px 0;gap:30px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box{gap:20px;padding:12px 0}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake:last-child,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box:last-child{border:0}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake.tf-cookie-set-box-fake .tf-cookie-switch,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box.tf-cookie-set-box-fake .tf-cookie-switch,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake.tf-cookie-set-box-fake,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box.tf-cookie-set-box-fake{cursor:not-allowed}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-set-box-txt,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-set-box-txt{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-set-box-txt .tf-cookie-set-title,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-set-box-txt .tf-cookie-set-title{display:inline-block;width:100%;margin:0 0 3px 0;line-height:1.4;font-weight:600;font-family:var(--cookie-fontfam);color:var(--cookie-font);font-size:16px}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-set-box-txt .tf-cookie-set-title,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-set-box-txt .tf-cookie-set-title{font-size:15px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-set-box-txt .tf-cookie-set-text,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-set-box-txt .tf-cookie-set-text{display:inline-block;width:100%;margin:0;font-size:13px;line-height:1.4;font-weight:400;font-family:var(--cookie-fontfam);color:var(--cookie-fontm);text-wrap:pretty;overflow-wrap:break-word}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-set-box-txt .tf-cookie-set-text,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-set-box-txt .tf-cookie-set-text{font-size:12px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-switch,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-switch{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;height:28px;border-radius:50px;background:var(--cookie-switch-bg);position:relative;cursor:pointer;display:block;text-decoration:none}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-switch span,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-switch span{display:block;width:18px;height:18px;border-radius:50px;background:#fff;position:absolute;top:5px;left:5px;-webkit-transition:300ms ease-in-out all;transition:300ms ease-in-out all}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-switch:is(.tf-cookie-enabled *),.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-switch:is(.tf-cookie-enabled *){background:var(--cookie-btn-bg-accept)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box-fake .tf-cookie-switch:is(.tf-cookie-enabled *) span,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-settings .tf-cookie-settings-inner .tf-cookie-set-box .tf-cookie-switch:is(.tf-cookie-enabled *) span{left:25px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 0 0 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder.tf-two .tf-cookie-btn{width:calc(50% - 8px)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder.tf-three .tf-cookie-btn{width:calc(33.3333% - 8px)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn{font-size:14px;line-height:1.6;font-weight:600;font-family:var(--cookie-fontfam);padding:11px 20px;border-radius:6px;-webkit-transition:300ms ease-in-out all;transition:300ms ease-in-out all;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;text-decoration:none}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn{width:100% !important}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept{margin-bottom:10px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings{margin-bottom:10px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept{color:var(--cookie-btn-color-accept);background:var(--cookie-btn-bg-accept);border:1px solid var(--cookie-btn-bg-accept)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept svg path{fill:var(--cookie-btn-color-accept)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept:hover,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept:active{background:var(--cookie-btn-bg-hover-accept);border-color:var(--cookie-btn-bg-hover-accept);color:var(--cookie-btn-color-hover-accept)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept:hover svg path,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-accept:active svg path{fill:var(--cookie-btn-color-hover-accept)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-decline{color:var(--cookie-btn-color-decline);background:transparent;border:1px solid var(--cookie-btn-bg-decline)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-decline svg path{fill:var(--cookie-btn-color-decline)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-decline:hover,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-decline:active{background:var(--cookie-btn-bg-hover-decline);border-color:var(--cookie-btn-bg-hover-decline);color:var(--cookie-btn-color-hover-decline)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings{color:var(--cookie-btn-color-settings);background:transparent;border:1px solid var(--cookie-btn-bg-settings)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings svg path{fill:var(--cookie-btn-color-settings)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings .tf-open{display:inline}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings .tf-close{display:none}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings.active .tf-open{display:none}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings.active .tf-close{display:inline}@media only screen and (min-width: 1039px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings:hover,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings:active{background:var(--cookie-btn-bg-hover-settings);border-color:var(--cookie-btn-bg-hover-settings);color:var(--cookie-btn-color-hover-settings)}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings:hover svg path,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn.tf-cookie-btn-settings:active svg path{fill:var(--cookie-btn-color-hover-settings)}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn svg.tf-ck-icon{margin-right:10px;position:relative;top:1px;width:16px;height:16px}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-top .tf-cookie-btnholder .tf-cookie-btn svg.tf-ck-icon path{-webkit-transition:300ms ease-in-out all;transition:300ms ease-in-out all}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom{padding:0px 20px 2px 20px;width:100%;background:var(--cookie-footer-bg);text-align:center}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom{padding:6px 20px 8px 20px}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom a{display:inline-block;text-decoration:none;font-size:13px;line-height:1.4;font-weight:400;font-family:var(--cookie-fontfam);color:var(--cookie-fontm);-webkit-transition:300ms ease-in-out all;transition:300ms ease-in-out all;margin-right:15px;padding:10px 0}@media only screen and (max-width: 580px){.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom a{margin-right:10px;font-size:12px;padding:4px 0}}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom a:last-child{margin-right:0}.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom a:hover,.tf-cookie-popup-holder .tf-cookie-popup .tf-cookie-bottom a:active{color:var(--cookie-font-hover)}.tf-cookie-popup-holder .tf-cookie-popup::-webkit-scrollbar{width:9px}.tf-cookie-popup-holder .tf-cookie-popup::-webkit-scrollbar-track{background:var(--cookie-footer-bg);border-radius:100vw;margin:0}.tf-cookie-popup-holder .tf-cookie-popup::-webkit-scrollbar-thumb{background:var(--cookie-scroll-bg);border:3px solid var(--cookie-footer-bg);border-radius:100vw;-webkit-transition:300ms ease-in-out all;transition:300ms ease-in-out all}.tf-cookie-popup-holder .tf-cookie-popup::-webkit-scrollbar-thumb:hover{background:var(--cookie-btn-bg-accept)}.tf-cookie-popup-holder .tf-cookie-popup a:focus-visible{outline:4px solid var(--cookie-wcag-outline) !important;outline-offset:4px !important}