html{font-family:var(--font-poppins),system-ui,sans-serif;font-size:16px;line-height:1.5}@media screen and (max-width:767px){html{zoom:1;font-size:16px}}.gap-x-1\.5,.gap-x-4,.gap-x-6,.gap-x-8{column-gap:.375rem}@supports not (column-gap:1rem){.gap-x-1\.5>:not([hidden])~:not([hidden]){margin-left:.375rem}.gap-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}.gap-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}}.select-dropdown,select{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem 1rem}@supports not (display:grid){.grid{display:flex;flex-wrap:wrap}.grid-cols-2>*{width:calc(50% - .5rem)}.grid-cols-4>*{width:calc(25% - .75rem)}}@supports not (display:flex){.flex{display:block}}:root{--tw-gap-x:0;--tw-gap-y:0;--tw-space-x-reverse:0;--tw-space-y-reverse:0}@supports not (aspect-ratio:1){.aspect-square:before{content:"";display:block;padding-bottom:100%}.aspect-video:before{content:"";display:block;padding-bottom:56.25%}}@supports not (backdrop-filter:blur(10px)){.backdrop-blur{background-color:rgba(255,255,255,.8)}.backdrop-blur-sm{background-color:rgba(255,255,255,.9)}}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L7 8.586l4.793-4.793a1 1 0 011.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E")}.bg-gradient-to-b,.bg-gradient-to-r,.bg-gradient-to-t{background-image:linear-gradient(var(--tw-gradient-to-position),var(--tw-gradient-stops))}@supports not (font-size:clamp(1rem,2vw,2rem)){.responsive-text{font-size:1rem}@media (min-width:768px){.responsive-text{font-size:1.25rem}}@media (min-width:1024px){.responsive-text{font-size:1.5rem}}}@supports not (object-fit:cover){.object-cover{background-size:cover}.object-contain,.object-cover{background-position:50%;background-repeat:no-repeat}.object-contain{background-size:contain}}.cookie-consent-banner{background-color:var(--custom-blocks);border-top:4px solid var(--custom-red);bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.3);left:0;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:999999}.cookie-consent-banner.show{transform:translateY(0)}.cookie-settings-modal{align-items:center;background-color:rgba(0,0,0,.5);display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:all .3s ease-in-out;visibility:hidden;z-index:999999}.cookie-settings-modal.show{opacity:1;visibility:visible}.cookie-settings-content{background-color:var(--custom-blocks);border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5);max-height:90vh;max-width:600px;overflow:hidden;transform:scale(.9);transition:transform .3s ease-in-out;width:90%}.cookie-settings-modal.show .cookie-settings-content{transform:scale(1)}.cookie-category-card{background-color:var(--custom-blocks-color-2);border:2px solid transparent;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s ease-in-out}.cookie-category-card:hover{border-color:var(--custom-borders-color)}.cookie-category-card.active{background-color:color-mix(in srgb,var(--custom-green) 5%,var(--custom-blocks));border-color:var(--custom-green)}.cookie-category-card.required{cursor:not-allowed;opacity:.75}.cookie-toggle{align-items:center;background-color:var(--custom-borders-color);border-radius:12px;cursor:pointer;display:inline-flex;height:24px;position:relative;transition:background-color .2s ease-in-out;width:44px}.cookie-toggle.active{background-color:var(--custom-green)}.cookie-toggle.disabled{cursor:not-allowed;opacity:.5}.cookie-toggle-thumb{background-color:white;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);height:20px;left:2px;position:absolute;transition:transform .2s ease-in-out;width:20px}.cookie-toggle.active .cookie-toggle-thumb{transform:translateX(20px)}.cookie-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;outline:none;padding:.5rem 1rem;transition:all .2s ease-in-out}.cookie-btn-primary{background-color:var(--custom-green);box-shadow:0 2px 4px rgba(22,163,74,.3);color:white}.cookie-btn-primary:hover{background-color:color-mix(in srgb,var(--custom-green) 90%,black);box-shadow:0 4px 8px rgba(22,163,74,.4);transform:translateY(-1px)}.cookie-btn-secondary{background-color:initial;border:1px solid var(--custom-borders-color);color:var(--custom-text-color-1)}.cookie-btn-secondary:hover{background-color:var(--custom-borders-color);color:var(--custom-hover-darkmode)}.cookie-btn-danger{background-color:initial;border:1px solid var(--custom-red);color:var(--custom-red)}.cookie-btn-danger:hover{background-color:var(--custom-red);color:white}.cookie-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.cookie-badge-required{background-color:var(--custom-red);color:white}.cookie-badge-optional{background-color:var(--custom-borders-color);color:var(--custom-text-color-2)}@media (max-width:768px){.cookie-consent-banner{padding:1rem}.cookie-settings-content{margin:1rem;width:95%}.cookie-category-card{padding:.75rem}.cookie-btn{font-size:1rem;padding:.75rem 1rem}}@media (max-width:480px){.cookie-consent-banner{padding:.75rem}.cookie-settings-content{border-radius:8px;margin:.5rem;width:100%}.cookie-category-card{padding:.5rem}.cookie-btn{font-size:.875rem;padding:.5rem .75rem}}@keyframes cookieSlideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes cookieSlideOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes cookieFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes cookieFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.cookie-text-primary{color:var(--custom-text-color-1)}.cookie-text-secondary{color:var(--custom-text-color-2)}.cookie-text-accent{color:var(--custom-red)}.cookie-text-success{color:var(--custom-green)}.cookie-bg-primary{background-color:var(--custom-blocks)}.cookie-bg-secondary{background-color:var(--custom-blocks-color-2)}.cookie-bg-overlay{background-color:rgba(0,0,0,.5)}.cookie-border-primary{border-color:var(--custom-borders-color)}.cookie-border-success{border-color:var(--custom-green)}.cookie-border-danger{border-color:var(--custom-red)}.cookie-hover-scale{transition:transform .2s ease-in-out}.cookie-hover-scale:hover{transform:scale(1.05)}.cookie-hover-shadow{transition:box-shadow .2s ease-in-out}.cookie-hover-shadow:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)}