.cToast{position:relative;box-sizing:border-box;width:100%;min-height:118px;display:flex;align-items:flex-start;gap:10px;padding:16px 16px 16px 21px;border:1px solid rgb(255 255 255 / .5);border-radius:14px;box-shadow:0 7px 28px 0 #2D343526;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);color:#000;transform:scale(var(--cookieScale,1));transform-origin:center bottom}.cToast__description{flex:1;min-width:0;font:500 14px / 21px var(--f1,sans-serif);word-break:break-word;text-wrap:balance}.cToast__lead{font-weight:700}.cToast__description a{color:#006aff;text-decoration:none}.cToast__description a:hover{text-decoration:underline}.cToast__actions{flex-shrink:0;align-self:flex-start;display:flex;align-items:center;height:20px;gap:16px}.cToast__accept{display:inline-flex;align-items:center;justify-content:center;width:64px;height:20px;margin:0;padding:0;border-radius:12px;background:#fff;font:600 12px / 1 var(--f1,sans-serif);color:#000;cursor:pointer;transition:transform 0.2s ease;will-change:transform;box-shadow:0 0 54px 0 rgb(45 45 45 / .07);border:1px solid rgb(0 0 0 / .05)}@media (hover:hover) and (pointer:fine){.cToast__accept:hover{transform:scale(1.03)}.cToast__actions:has(.cToast__accept:hover){--cookieIconScale:1.2}}.cToast__decline{position:relative;flex-shrink:0;width:24px;height:24px;margin:0;padding:0;border:none;background:#fff0;cursor:pointer}.cToast__decline--breaking{--cookieIconScale:1.2;pointer-events:none}@media (hover:hover) and (pointer:fine){.cToast__decline:hover{--cookieIconScale:1.2}}.cToast__cookie{display:block;flex-shrink:0;width:24px;height:24px;opacity:0;transform:scale(var(--cookieIconScale,1));transition:transform 0.25s ease;will-change:transform}.cToast__cookie--ready{opacity:1}@media screen and (max-width:700px){.cToast{min-height:0;flex-direction:column;align-items:stretch;gap:15px;padding:28px 18px}.cToast__description{font-size:12px;line-height:17.5px}.cToast__actions{height:auto;align-self:stretch}.cToast__accept{width:100%;height:36px;border-radius:18px}.cToast__decline{position:absolute;top:7px;right:14px;width:20px;height:20px}.cToast__cookie{width:25px;height:25px}}
.cookie{position:fixed;z-index:999996;bottom:50px;left:calc(50% + 265px * var(--cookieScale, 1) - 259px);right:auto;width:518px;--cookieScale:1;transition:left .4s ease .6s}@media screen and (min-width:701px) and (min-height:501px){html[data-fpstate="hidden"] .cookie,html:not([data-fpstate]) .cookie{left:calc(50% - 259px)}}@media screen and (min-width:2560px){.cookie{--cookieScale:1.2}}@media screen and (min-width:3840px){.cookie{--cookieScale:2}}@media screen and (max-width:700px){.cookie{left:10px;right:10px;bottom:10px;width:auto}}@media screen and (max-height:500px) and (orientation:landscape){.cookie{left:auto;right:10px;bottom:10px;width:400px;max-width:calc(100vw - 20px)}}.up-enter-active{transition:transform .4s ease}.up-enter-active .cToast{transition:opacity .4s ease}.up-leave-active{transition:transform .6s ease}.up-leave-active .cToast{transition:opacity .6s ease}.up-enter,.up-leave-to{transform:translateY(100%)}.up-enter .cToast,.up-leave-to .cToast{opacity:0}
