#wayconsent-overlay,#wayconsent-overlay *,#wayconsent-overlay ::after,#wayconsent-overlay ::before{all:revert;box-sizing:border-box}#wayconsent-overlay.wayconsent-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--wayconsent-overlay-bg,rgba(15,15,15,.6));backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);font-family:var(--wayconsent-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);font-size:var(--wayconsent-font-size, 16px);line-height:1.55}#wayconsent-overlay.wayconsent-hidden{display:none!important}body:has(#wayconsent-overlay:not(.wayconsent-hidden)){overflow:hidden!important}html.wayconsent-locked{overflow:hidden!important}#wayconsent-overlay.wayconsent-pos-centro{align-items:center;justify-content:center}#wayconsent-overlay.wayconsent-pos-fundo{align-items:flex-end;justify-content:center}#wayconsent-overlay.wayconsent-pos-fundo-esquerda{align-items:flex-end;justify-content:flex-start}#wayconsent-overlay.wayconsent-pos-fundo-direita{align-items:flex-end;justify-content:flex-end}#wayconsent-overlay.wayconsent-pos-topo{align-items:flex-start;justify-content:center}#wayconsent-overlay .wayconsent-banner{background:var(--wayconsent-banner-bg,#fff)!important;color:var(--wayconsent-text,#33383d)!important;border-radius:var(--wayconsent-radius,16px)!important;padding:var(--wayconsent-pad-v,42px) var(--wayconsent-pad-h,44px);max-width:var(--wayconsent-max-width,620px);width:100%;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 60px -12px rgba(0,0,0,.35),0 0 0 1px rgba(0,0,0,.03);animation:wayconsent-pop .3s cubic-bezier(.2,.9,.3,1.1) both}@keyframes wayconsent-pop{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}#wayconsent-overlay .wayconsent-logo{max-height:30px;margin:0 0 16px;display:block}#wayconsent-overlay .wayconsent-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px;max-width:44px;border-radius:12px;margin-bottom:16px;overflow:hidden;color:var(--wayconsent-accept-bg,#c0392b);background:color-mix(in srgb,var(--wayconsent-accept-bg,#c0392b) 12%,transparent)}#wayconsent-overlay .wayconsent-icon svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;flex-shrink:0;fill:none!important;stroke:var(--wayconsent-accept-bg,#c0392b)!important;stroke-width:1.6px!important;stroke-linejoin:round!important}#wayconsent-overlay .wayconsent-icon svg circle{fill:var(--wayconsent-accept-bg,#c0392b)!important;stroke:none!important}#wayconsent-overlay h2{margin:0 0 10px;color:var(--wayconsent-title,#1a1d21)!important;font-size:var(--wayconsent-font-size-titulo, 20px)!important;font-weight:700;letter-spacing:-.01em}#wayconsent-overlay p{margin:0 0 14px;color:var(--wayconsent-text,#55606a)!important}#wayconsent-overlay .wayconsent-link{display:inline-block;color:var(--wayconsent-link,#c0392b)!important;text-decoration:underline;text-underline-offset:2px;font-size:.9em;font-weight:600;margin-bottom:6px}#wayconsent-overlay .wayconsent-actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}#wayconsent-overlay .wayconsent-actions-row{flex-direction:row}#wayconsent-overlay .wayconsent-actions-row .wayconsent-btn{flex:1 1 0;min-width:0;padding:14px 10px}#wayconsent-overlay .wayconsent-actions-stack .wayconsent-btn{flex:1 1 calc(50% - 5px)}#wayconsent-overlay .wayconsent-actions-stack .wayconsent-btn-featured{flex:1 1 100%;order:-1}#wayconsent-overlay .wayconsent-btn{appearance:none;border:none;cursor:pointer;font-family:inherit;font-weight:600;font-size:var(--wayconsent-font-size-botoes, 15px)!important;padding:14px 16px;border-radius:calc(var(--wayconsent-radius,16px) * .5);transition:transform .12s ease,opacity .12s ease,background-color .12s ease;text-align:center;line-height:1.3;white-space:normal;word-break:break-word}#wayconsent-overlay .wayconsent-btn:hover{opacity:.9}#wayconsent-overlay .wayconsent-btn:active{transform:scale(.98)}#wayconsent-overlay .wayconsent-btn:focus-visible{outline:2px solid var(--wayconsent-accept-bg,#c0392b);outline-offset:2px}#wayconsent-overlay .wayconsent-btn-accept{background:var(--wayconsent-accept-bg,#c0392b)!important;color:var(--wayconsent-accept-text,#fff)!important}#wayconsent-overlay .wayconsent-btn-customize,#wayconsent-overlay .wayconsent-btn-reject{background:var(--wayconsent-reject-bg,#f3f4f6)!important;color:var(--wayconsent-reject-text,#33383d)!important}#wayconsent-overlay .wayconsent-btn-customize{background:var(--wayconsent-customize-bg,transparent)!important;color:var(--wayconsent-customize-text,#33383d)!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14)!important}#wayconsent-overlay .wayconsent-customize-intro{padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.09)}#wayconsent-overlay .wayconsent-category{padding:12px 0;border-top:1px solid rgba(0,0,0,.07)}#wayconsent-overlay .wayconsent-category:first-of-type{border-top:none;padding-top:14px}#wayconsent-overlay .wayconsent-category-head{display:flex;align-items:center;justify-content:space-between;gap:12px}#wayconsent-overlay .wayconsent-category-expand{appearance:none;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;padding:4px 4px 4px 0;font:inherit;text-align:left}#wayconsent-overlay .wayconsent-category-title{font-weight:600;color:var(--wayconsent-title,#1a1d21)!important;text-align:left}#wayconsent-overlay .wayconsent-chevron{flex-shrink:0;width:20px;display:inline-block;text-align:center;color:var(--wayconsent-title,#1a1d21)!important;font-size:1.5em;line-height:1;font-weight:700;transform:rotate(0);transition:transform .18s ease}#wayconsent-overlay .wayconsent-category-expand[aria-expanded=true] .wayconsent-chevron{transform:rotate(90deg)}#wayconsent-overlay .wayconsent-category-desc{max-height:0;overflow:hidden;transition:max-height .22s ease}#wayconsent-overlay .wayconsent-category-desc.is-open{max-height:140px;overflow-y:auto;-webkit-overflow-scrolling:touch}#wayconsent-overlay .wayconsent-category-desc p{margin:8px 0 0;font-size:.87em;color:var(--wayconsent-text,#55606a)!important;opacity:.85;text-align:left}#wayconsent-overlay .wayconsent-switch{position:relative;display:inline-flex;flex-shrink:0;width:42px;height:24px;cursor:pointer}#wayconsent-overlay .wayconsent-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}#wayconsent-overlay .wayconsent-switch-track{position:absolute;inset:0;background:#d8dbdf;border-radius:999px;transition:background-color .18s ease}#wayconsent-overlay .wayconsent-switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .18s ease}#wayconsent-overlay .wayconsent-switch input:checked~.wayconsent-switch-track{background:var(--wayconsent-accept-bg,#c0392b)!important}#wayconsent-overlay .wayconsent-switch input:checked~.wayconsent-switch-track .wayconsent-switch-thumb{transform:translateX(18px)}#wayconsent-overlay .wayconsent-switch input:focus-visible~.wayconsent-switch-track{outline:2px solid var(--wayconsent-accept-bg,#c0392b);outline-offset:2px}#wayconsent-overlay .wayconsent-switch.is-disabled{cursor:default;opacity:.6}#wayconsent-overlay .wayconsent-switch.is-disabled input{cursor:default}#wayconsent-overlay .wayconsent-hidden{display:none!important}@media (max-width:480px){#wayconsent-overlay .wayconsent-banner{padding:26px 22px;border-radius:18px 18px 0 0}#wayconsent-overlay.wayconsent-overlay{align-items:flex-end!important;padding:0}#wayconsent-overlay .wayconsent-actions-row .wayconsent-btn,#wayconsent-overlay .wayconsent-actions-stack .wayconsent-btn{flex:1 1 100%}}#wayconsent-reopen-btn.wayconsent-reopen-btn{all:revert;box-sizing:border-box;position:fixed;bottom:0;z-index:999990;background:var(--wayconsent-float-bg,#b0b3b8)!important;color:var(--wayconsent-float-text,#fff)!important;border:none!important;box-shadow:0 -2px 10px rgba(0,0,0,.15);border-radius:10px 10px 0 0;padding:10px 18px 8px;font-family:var(--wayconsent-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif)!important;font-size:var(--wayconsent-font-size-botoes, 15px)!important;font-weight:600;cursor:pointer;transform:translateY(calc(100% - 6px));transition:transform .2s ease}#wayconsent-reopen-btn .wayconsent-reopen-icon{display:none}#wayconsent-reopen-btn .wayconsent-reopen-icon-bar{display:block;height:2px;border-radius:1px;background:currentColor}#wayconsent-reopen-btn.wayconsent-pos-btn-esquerda{left:24px}#wayconsent-reopen-btn.wayconsent-pos-btn-centro{left:50%;margin-left:-75px;text-align:center;width:150px}#wayconsent-reopen-btn.wayconsent-pos-btn-direita{right:24px}#wayconsent-reopen-btn.wayconsent-reopen-btn:focus-visible,#wayconsent-reopen-btn.wayconsent-reopen-btn:hover{transform:translateY(0)}@media (max-width:480px){#wayconsent-reopen-btn.wayconsent-reopen-btn{bottom:16px;top:auto;left:auto;right:auto;margin-left:0;width:48px;height:48px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:none;box-shadow:0 2px 10px rgba(0,0,0,.25)}#wayconsent-reopen-btn.wayconsent-pos-btn-esquerda{left:16px;right:auto}#wayconsent-reopen-btn.wayconsent-pos-btn-centro,#wayconsent-reopen-btn.wayconsent-pos-btn-direita{right:16px;left:auto}#wayconsent-reopen-btn .wayconsent-reopen-icon{display:flex;flex-direction:column;justify-content:center;gap:4px;width:20px}#wayconsent-reopen-btn .wayconsent-reopen-icon-bar:first-child{width:100%}#wayconsent-reopen-btn .wayconsent-reopen-icon-bar:nth-child(2){width:65%}#wayconsent-reopen-btn .wayconsent-reopen-icon-bar:nth-child(3){width:85%}#wayconsent-reopen-btn .wayconsent-reopen-label{display:none}}