:root{--cy-primary:#1863dc;--cy-primary-hover:color-mix(in srgb,var(--cy-primary) 85%,black);--cy-bg:#fff;--cy-text:#212121;--cy-muted:#6b7280;--cy-border:#f4f4f4;--cy-widget-bg:#0056a7;--cy-radius:6px;--cy-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--cy-focus:var(--cy-primary);--cy-on-primary:#fff;--cy-on-widget-bg:#fff}@media (prefers-color-scheme:dark){:root{--cy-bg:#161b27;--cy-text:#f3f4f6;--cy-muted:#9ca3af;--cy-border:#2d3748;--cy-widget-bg:#1f6fd1;--cy-on-widget-bg:#fff}.cy-banner-wrap:not([data-cy-scheme=light]) .cy-btn-outline,.cy-dialog-overlay:not([data-cy-scheme=light]) .cy-btn-outline{color:var(--cy-text);border-color:var(--cy-text)}.cy-banner-wrap:not([data-cy-scheme=light]) .cy-btn-do-not-sell{color:color-mix(in srgb,var(--cy-primary) 55%,#fff)}.cy-dialog-overlay:not([data-cy-scheme=light]) .cy-always-active{color:#3fbf3f}}[data-cy-scheme=light]{--cy-bg:#fff;--cy-text:#212121;--cy-muted:#6b7280;--cy-border:#f4f4f4;--cy-widget-bg:#0056a7;--cy-on-widget-bg:#fff}[data-cy-scheme=dark]{--cy-bg:#161b27;--cy-text:#f3f4f6;--cy-muted:#9ca3af;--cy-border:#2d3748;--cy-widget-bg:#1f6fd1;--cy-on-widget-bg:#fff}.cy-banner-wrap,.cy-dialog-overlay,.cy-widget,.cy-reload-notice,.cy-frame-placeholder{font-family:var(--cy-font);letter-spacing:normal;word-spacing:normal;text-align:left;text-transform:none;text-indent:0;text-shadow:none;color:var(--cy-text);white-space:normal;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none}:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-widget,.cy-reload-notice,.cy-frame-placeholder) *,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-widget,.cy-reload-notice,.cy-frame-placeholder) :before,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-widget,.cy-reload-notice,.cy-frame-placeholder) :after{box-sizing:border-box}:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) button,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) input,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) label,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) select,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) textarea{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;text-align:inherit;margin:0}:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) a{color:inherit;background:0 0;text-decoration:none}:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) p,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) h1,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) h2,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) h3,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) h4,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) ul,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) ol,:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) li{margin:0;padding:0;list-style:none}:where(.cy-banner-wrap,.cy-dialog-overlay,.cy-frame-placeholder) svg{vertical-align:middle;display:inline-block}.cy-banner-wrap{display:contents}.cy-banner{z-index:9999999;pointer-events:all;background:var(--cy-bg);color:var(--cy-text);border-radius:var(--cy-radius);border:1px solid var(--cy-border);box-sizing:border-box;width:min(440px,100vw - 80px);max-width:440px;padding:24px 24px 12px;animation:.2s ease-out both cy-fade-in;position:fixed;bottom:40px;left:40px;right:auto;box-shadow:0 -1px 10px #acabab4d}.cy-banner[data-leaving]{animation:.2s forwards cy-fade-out}.cy-banner-wrap[data-cy-entered] .cy-banner:not([data-leaving]){animation:none}@keyframes cy-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cy-fade-out{0%{opacity:1}to{opacity:0}}.cy-banner-text{margin-bottom:0}.cy-banner-title{color:var(--cy-text);word-break:break-word;margin:0 0 12px;font-size:18px;font-weight:700;line-height:24px}.cy-banner-description{color:var(--cy-text);word-break:break-word;margin:0;font-size:14px;line-height:24px}.cy-banner-description a{color:var(--cy-primary);text-underline-offset:2px;text-decoration:underline}.cy-banner-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin-top:16px;display:flex}.cy-btn{cursor:pointer;max-width:100%;font-family:var(--cy-font);text-align:center;overflow-wrap:break-word;border:none;border-radius:2px;flex:auto;padding:8px;font-size:14px;font-weight:500;line-height:24px;text-decoration:none;transition:opacity .15s}.cy-btn:hover{opacity:.8}.cy-btn:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-btn-primary{background:var(--cy-primary);color:var(--cy-on-primary);border:2px solid var(--cy-primary)}.cy-btn-primary:hover{opacity:1;background:var(--cy-primary-hover);border-color:var(--cy-primary-hover)}.cy-btn-outline{color:var(--cy-primary);border:2px solid var(--cy-primary);background:0 0}.cy-btn-link{color:var(--cy-primary);text-underline-offset:2px;background:0 0;border:none;padding:8px 6px;font-size:14px;font-weight:500;text-decoration:underline}.cy-btn-link:hover{opacity:.75}.cy-btn-do-not-sell{cursor:pointer;width:100%;font-size:14px;font-weight:500;line-height:24px;font-family:var(--cy-font);color:var(--cy-primary);text-underline-offset:2px;text-align:left;word-break:break-word;background:0 0;border:none;flex:1 0 100%;padding:6px 0;text-decoration:underline}.cy-btn-do-not-sell:hover{opacity:.75}.cy-banner-close{cursor:pointer;width:24px;height:24px;color:var(--cy-text);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:flex;position:absolute;top:5px;right:9px}.cy-banner-close:hover{opacity:.6}.cy-banner-close:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-show-desc-btn{font-size:14px;font-family:var(--cy-font);color:var(--cy-primary);white-space:nowrap;cursor:pointer;background:0 0;border:none;margin:0;padding:0;line-height:24px;text-decoration:none}.cy-show-desc-btn:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-banner-footer{justify-content:center;align-items:center;padding:20px 0 0;display:flex}.cy-banner-footer--ccpa{border-top:1px solid #d3d3d3;margin:12px -24px 0;padding:8px 0 0}.cy-branding{color:var(--cy-text);opacity:.7;align-items:center;gap:5px;font-size:12px;font-weight:400;line-height:20px;text-decoration:none;display:inline-flex}.cy-branding:hover{opacity:1}.cy-branding svg{color:inherit;line-height:0}.cy-dialog-overlay{z-index:99999999;box-sizing:border-box;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.3s both cy-overlay-in;display:flex;position:fixed;inset:0}@keyframes cy-overlay-in{0%{opacity:0}to{opacity:1}}.cy-dialog{background:var(--cy-bg);color:var(--cy-text);border-radius:var(--cy-radius);width:100%;max-width:845px;max-height:79vh;font-family:var(--cy-font);flex-direction:column;animation:1s both cy-dialog-slide-up;display:flex;overflow:hidden;box-shadow:0 32px 68px #0000004d}@keyframes cy-dialog-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cy-dialog-header{border-bottom:1px solid var(--cy-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 24px 22px;display:flex}.cy-dialog-title{color:var(--cy-text);font-size:18px;font-weight:700;line-height:24px}.cy-dialog-close{cursor:pointer;color:var(--cy-text);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;line-height:0;display:flex}.cy-dialog-close:hover{opacity:.6}.cy-dialog-close:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-dialog-close svg{width:10px;height:10px}.cy-dialog-body{overscroll-behavior:contain;flex:1;padding:0 24px;overflow-y:auto}.cy-dialog-content-intro{padding:12px 0}.cy-dialog-desc{color:var(--cy-text);margin:0;font-size:14px;line-height:24px}.cy-separator{border:none;border-bottom:1px solid var(--cy-border);margin:0}.cy-accordion-wrapper{margin-bottom:10px}.cy-accordion{border-bottom:1px solid var(--cy-border)}.cy-accordion:last-child{border-bottom:none}.cy-accordion-item{margin-top:10px;display:flex}.cy-accordion-header-wrapper{flex:1;min-width:0}.cy-accordion-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.cy-accordion-btn{cursor:pointer;font-family:var(--cy-font);color:var(--cy-text);text-align:left;background:0 0;border:none;margin:0;padding:0;font-size:16px;font-weight:700;line-height:24px}.cy-accordion-btn:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-always-active{color:green;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600;line-height:24px}.cy-accordion-header-des{color:var(--cy-text);margin:10px 0 16px;font-size:14px;line-height:24px}.cy-accordion-header-des p{color:inherit;word-break:break-word;margin:0;font-size:14px;line-height:24px}.cy-accordion-body{margin-bottom:16px;padding:0 22px}.cy-audit-table{background:#f4f4f4;border-radius:6px}.cy-empty-cookies-text{color:var(--cy-text);word-break:break-word;margin:0;padding:10px;font-size:12px;line-height:24px}.cy-cookie-des-table{border-bottom:1px solid #ebebeb;margin:0;padding:15px 10px;font-size:12px;font-weight:400;line-height:24px;list-style:none}.cy-cookie-des-table:last-child{border-bottom:none}.cy-cookie-des-table li{padding:3px 0;list-style-type:none;display:flex}.cy-cookie-des-table li:first-child{padding-top:0}.cy-cookie-des-table li div:first-child{word-break:break-word;overflow-wrap:break-word;flex-shrink:0;width:100px;font-weight:600}.cy-cookie-des-table li div:last-child{word-break:break-word;overflow-wrap:break-word;flex:1;margin-left:8px}.cy-btn-cancel{color:var(--cy-muted);border:1px solid var(--cy-muted);background:0 0}.cy-btn-cancel:hover{opacity:.8}.cy-btn-confirm{background:var(--cy-primary);color:var(--cy-on-primary);border:1px solid var(--cy-primary)}.cy-btn-confirm:hover{opacity:1;background:var(--cy-primary-hover);border-color:var(--cy-primary-hover)}.cy-optout-dialog{max-height:fit-content}.cy-optout-footer{flex-shrink:0;position:relative}.cy-optout-action-area{box-sizing:border-box;padding:0 24px 22px}.cy-optout-btn-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding-top:22px;display:flex}.cy-optout-btn-wrapper .cy-btn{flex:auto}.cy-optout-powered-by{justify-content:center;align-items:center;margin-top:8px;padding-bottom:12px;display:flex}.cy-optout-checkbox-wrapper{align-items:center;padding:12px 0;display:flex}.cy-optout-checkbox{appearance:none;cursor:pointer;background:#fff;border:1px solid #000;border-radius:2px;flex-shrink:0;width:20px;min-width:20px;height:18.5px;margin:0;padding:0;position:relative}.cy-optout-checkbox:checked{background:var(--cy-primary);border-color:var(--cy-primary)}.cy-optout-checkbox:checked:after{content:"";border:3px solid #fff;border-width:0 3px 3px 0;border-radius:2px;width:7px;height:13px;position:absolute;bottom:4px;left:6px;transform:rotate(45deg)}.cy-optout-checkbox:focus-visible{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-optout-checkbox-label{color:var(--cy-text);cursor:pointer;font-size:16px;font-weight:700;line-height:24px;font-family:var(--cy-font);margin-left:12px}.cy-optout-checkbox:disabled,.cy-optout-checkbox:disabled+.cy-optout-checkbox-label{cursor:not-allowed}.cy-optout-success{box-sizing:border-box;background:#e5f4ef;border-radius:8px;outline:none;width:100%;margin:0 auto;padding:8px 12px}.cy-optout-success-inner{flex-direction:column;gap:4px;display:flex}.cy-optout-success-row{align-items:flex-start;display:flex}.cy-optout-success-icon{color:#00754e;flex-shrink:0;width:20px}.cy-optout-success-text{margin-inline-start:8px;color:#14142a;margin-top:1px;font-size:13px;font-weight:400;line-height:20px}.cy-optout-success-subtext{color:#4e4b66;margin:0;font-size:12px;font-weight:400;line-height:20px}.cy-toggle{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:flex;position:relative}.cy-toggle input{opacity:0;z-index:1;cursor:pointer;width:44px;height:24px;margin:0;position:absolute;top:0;left:0}.cy-toggle-track{background:#8a8a8a;border-radius:50px;transition:background .18s;position:absolute;inset:0}.cy-toggle input:checked~.cy-toggle-track{background:var(--cy-primary)}.cy-toggle-thumb{pointer-events:none;background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .4s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.cy-toggle input:checked~.cy-toggle-track .cy-toggle-thumb{transform:translate(20px)}.cy-toggle input:focus-visible~.cy-toggle-track{outline:2px solid var(--cy-focus);outline-offset:2px}.cy-dialog-footer{border-top:1px solid var(--cy-border);flex-direction:column;flex-shrink:0;align-items:center;gap:12px;padding:22px 24px 12px;display:flex;position:relative}.cy-dialog-footer-shadow{background:linear-gradient(180deg,#fff0 0%,var(--cy-bg) 100%);pointer-events:none;width:100%;height:40px;display:block;position:absolute;bottom:calc(100% - 1px);left:0}.cy-dialog-footer-actions{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;display:flex}.cy-dialog-footer-actions .cy-btn{flex:auto}.cy-widget{z-index:99999999;background:var(--cy-widget-bg);width:45px;height:45px;color:var(--cy-on-widget-bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;animation:.4s cubic-bezier(.34,1.56,.64,1) both cy-widget-pop;display:flex;position:fixed;bottom:15px;left:15px}.cy-widget:focus-visible{outline:3px solid var(--cy-focus);outline-offset:3px}.cy-widget:before{content:attr(data-tooltip);color:#fff;width:max-content;font-size:12px;line-height:16px;font-family:var(--cy-font);opacity:0;pointer-events:none;white-space:nowrap;background:#4e4b66;border-radius:4px;padding:4px 8px;position:absolute;left:calc(100% + 7px)}.cy-widget:after{content:"";opacity:0;pointer-events:none;border:5px solid #0000;border-right-color:#4e4b66;position:absolute;left:calc(100% + 2px)}.cy-widget:hover:before,.cy-widget:hover:after{opacity:1}@keyframes cy-widget-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.cy-reload-notice{z-index:99999999;background:var(--cy-bg);max-width:min(520px,100vw - 40px);color:var(--cy-text);border:1px solid var(--cy-border);border-radius:var(--cy-radius);flex-wrap:wrap;align-items:center;gap:12px;padding:14px 18px;animation:.3s both cy-reload-notice-in;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000002e}@keyframes cy-reload-notice-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.cy-reload-notice-text{flex:220px;font-size:14px;line-height:20px}.cy-reload-notice-actions{flex-shrink:0;gap:8px;display:flex}.cy-reload-notice .cy-btn{flex:none;padding:6px 12px}@media (prefers-reduced-motion:reduce){.cy-banner,.cy-banner[data-leaving],.cy-dialog-overlay,.cy-dialog,.cy-widget,.cy-reload-notice{animation:none}}.cy-frame-placeholder{background:var(--cy-bg);border:1.5px dashed var(--cy-border);border-radius:calc(var(--cy-radius) * .6);text-align:center;font-family:var(--cy-font);color:var(--cy-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:120px;padding:32px 24px;font-size:14px;display:flex}@media (max-width:440px){.cy-banner{border-radius:0;width:100%;max-width:100%;bottom:0;left:0;right:0}.cy-banner-actions{flex-direction:column;gap:10px}.cy-banner-actions .cy-btn{width:100%}.cy-banner-actions .cy-btn:first-child{order:2}.cy-banner-actions .cy-btn:nth-child(2){order:3}.cy-banner-actions .cy-btn:nth-child(3){order:1}.cy-banner-description{max-height:40vh;overflow-y:auto}}@media (max-width:845px){.cy-dialog-overlay{padding:8px}}@media (max-width:576px){.cy-dialog-overlay{align-items:stretch;padding:0}.cy-dialog{border-radius:0;max-width:100%;height:100vh;max-height:100vh}.cy-dialog-footer-actions{flex-direction:column;gap:10px}.cy-dialog-footer-actions .cy-btn{width:100%}.cy-dialog-footer-actions .cy-btn:first-child{order:3}.cy-dialog-footer-actions .cy-btn:nth-child(2){order:2}.cy-dialog-footer-actions .cy-btn:nth-child(3){order:1}}@media (max-width:425px){.cy-accordion-body{padding:0 15px}.cy-toggle,.cy-toggle input{width:38px;height:21px}.cy-toggle-thumb{width:17px;height:17px}.cy-toggle input:checked~.cy-toggle-track .cy-toggle-thumb{transform:translate(17px)}}@media (max-width:352px){.cy-banner-title{font-size:16px}.cy-banner-description,.cy-banner-description *,.cy-banner-actions .cy-btn,.cy-btn-do-not-sell{font-size:12px}.cy-dialog-title{font-size:16px}.cy-dialog-header{padding:16px 24px}.cy-dialog-desc,.cy-dialog-desc *,.cy-accordion-header-des,.cy-accordion-header-des *,.cy-show-desc-btn,.cy-banner-description a{font-size:12px}.cy-accordion-btn,.cy-optout-checkbox-label{font-size:14px}.cy-optout-checkbox{width:16px;min-width:16px;height:16px}.cy-optout-checkbox:checked:after{width:3px;height:9px;bottom:4px;left:5px}}@media (max-height:480px){.cy-banner{max-height:100vh;overflow-y:auto}.cy-banner-description{max-height:unset;overflow-y:unset}}@media (min-width:576px) and (max-height:660px){.cy-banner-description{max-height:40vh;overflow-y:auto}}@media (max-height:576px){.cy-dialog{height:100vh;overflow:auto}.cy-dialog-body{overflow:unset}}.cy-banner-description img,.cy-dialog-desc img,.cy-accordion-header-des img{min-width:25px;min-height:25px}.cy-banner-wrap[data-cy-scheme=dark] .cy-btn-outline,.cy-dialog-overlay[data-cy-scheme=dark] .cy-btn-outline{color:var(--cy-text);border-color:var(--cy-text)}.cy-banner-wrap[data-cy-scheme=dark] .cy-btn-do-not-sell{color:color-mix(in srgb,var(--cy-primary) 55%,#fff)}.cy-dialog-overlay[data-cy-scheme=dark] .cy-always-active{color:#3fbf3f}
