/* Cookie Consent Overlay */#tl-cookie-consent-overlay{position:fixed;inset:0;z-index:100000;background:rgba(23, 15, 73, 0.3);display:none}#tl-cookie-consent-overlay.tl-cookie-consent-overlay--visible{display:block}/* Cookie Consent Banner (floating, capped at 1764px) */#tl-cookie-consent{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);width:calc(100% - 48px);max-width:1764px;overflow-y:auto;z-index:100001;background:#fff;border-radius:12px;box-shadow:0 20px 48px rgba(23, 15, 73, 0.18);display:none}#tl-cookie-consent.tl-cookie-consent--visible{display:block}#tl-cookie-consent *{box-sizing:border-box}.tl-cookie-consent__inner{position:relative;display:flex;flex-direction:column;padding:24px 32px;background-color:#F6F8FF}.tl-cookie-consent__close{position:absolute;top:20px;right:20px;z-index:1;background:none;border:none;padding:6px;line-height:0;cursor:pointer;outline:none !important}.tl-cookie-consent__close svg path{stroke:#10182f}.tl-cookie-consent__content{width:100%}.tl-cookie-consent__title{margin:0 0 12px;color:#515470;font-weight:700;font-size:18px;line-height:1.3}.tl-cookie-consent__desc{margin:0;color:#161616;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.tl-cookie-consent__learn-more{margin:12px 0 0;color:#161616;font-size:14px;line-height:20px}.tl-cookie-consent__privacy-link{color:#dc33a9;text-decoration-line:underline}.tl-cookie-consent__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:24px}.tl-cookie-consent__btn{font-family:inherit;font-size:14px;font-weight:600;border-radius:4px;padding:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;text-align:center;outline:none !important;box-shadow:none !important;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.tl-cookie-consent__btn--accept{background:#dc33a9;color:#fff;border:1.5px solid #dc33a9}.tl-cookie-consent__btn--accept:hover{background:#b8228c;border-color:#b8228c}.tl-cookie-consent__btn--reject{background:transparent;color:#dc33a9;border:1.5px solid #dc33a9}.tl-cookie-consent__btn--reject:hover{background:transparent;color:#b8228c;border-color:#b8228c}/* Keep chatbot bubble clear of the banner while it is visible */body.tl-cookie-banner-open #iframe-container{bottom:var(--tl-cookie-banner-height, 0px);transition:bottom .2s ease}@media (max-width: 1200px){#tl-cookie-consent{width:calc(100% - 40px);bottom:20px}.tl-cookie-consent__inner{padding:24px 28px}.tl-cookie-consent__close{top:16px;right:16px}.tl-cookie-consent__actions{gap:20px}}@media (max-width: 991px){#tl-cookie-consent{width:calc(100% - 32px);bottom:16px;max-height:calc(100vh - 32px)}.tl-cookie-consent__inner{padding:20px 24px}.tl-cookie-consent__title{padding-right:32px}.tl-cookie-consent__actions{justify-content:flex-start;gap:16px;margin-top:16px}}@media (max-width: 576px){#tl-cookie-consent{width:calc(100% - 20px);bottom:10px;max-height:calc(100vh - 20px)}.tl-cookie-consent__inner{padding:16px 20px}.tl-cookie-consent__title{padding-right:28px}.tl-cookie-consent__close{top:12px;right:12px;padding:4px}.tl-cookie-consent__close svg{width:16px;height:16px}.tl-cookie-consent__actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:16px}}