:root{--cookies-tone-01:transparent;--cookies-text-01:#8b6914;--cookies-tone-02:rgba(201,162,39,.4)}.cookies{border-radius:0;bottom:0;box-shadow:0 -4px 20px var(--shadow-black-light);left:50%;max-width:100%;min-width:100%;position:fixed;transform:translateX(-50%);transition:box-shadow .3s ease;z-index:8000}.cookies.active .cookie-banner{border-top:1px solid var(--border);box-shadow:0 -2px 10px var(--shadow-black-05)}.cookies.active{box-shadow:0 -8px 32px var(--shadow-black-12)}.category-info{display:flex;flex-direction:column;gap:5px}.cookie-banner{backdrop-filter:blur(20px);background:var(--app);border-top:1px solid var(--border);padding:14px 32px}.cookie-banner .cookie-banner-wrapper{align-items:center;display:grid;gap:10px;grid-template-columns:auto auto}.cookie-banner h2{color:var(--font);font-size:1.5rem;font-weight:600;margin-bottom:10px}.cookie-banner p{color:var(--font-four);font-size:.95rem;width:100%}.cookie-banner .buttons{align-items:center;direction:rtl;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.cookie-banner button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.cookie-banner button:nth-last-of-type(2){background:var(--cookies-tone-01);color:var(--cookies-text-01)}.cookie-banner button:nth-last-of-type(2):hover{box-shadow:0 4px 12px var(--cookies-tone-02);transform:translateY(-2px)}.cookie-banner button:first-of-type{background:var(--green);box-shadow:0 2px 8px var(--shadow-green);color:var(--app)}.cookie-banner button:first-of-type:hover{box-shadow:0 4px 12px var(--shadow-green-hover);transform:translateY(-2px)}.cookie-banner button:last-of-type{background:var(--cookies-tone-01);border:1px solid var(--cookies-text-01);color:var(--cookies-text-01)}.cookie-banner button:last-of-type.active{background:var(--red-solid);border:1px solid var(--red-solid);box-shadow:0 2px 8px var(--red-reject);color:var(--app)}.cookie-banner button:last-of-type.active:hover{background:var(--red-solid-hover);border:1px solid var(--red-solid-hover);box-shadow:0 4px 12px var(--red-reject-hover)}.cookie-banner button:active{transform:scale(.98)}.cookie-customizing{backdrop-filter:blur(20px);background:var(--app);border-top:1px solid var(--border);box-shadow:0 0 0 2000px var(--sidemenu-shadow);height:100%;min-height:60vh;overflow:hidden;padding:5px;position:absolute;transform:translateY(-100%);width:100%;z-index:-2}.cookie-wrapper-scroll{align-items:center;display:flex;flex-direction:column;height:100%;max-height:60vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.cookie-wrapper-scroll::-webkit-scrollbar{width:8px}.cookie-wrapper-scroll::-webkit-scrollbar-track{background:var(--hbs);border-radius:4px}.cookie-wrapper-scroll::-webkit-scrollbar-thumb{background:var(--link-active);border-radius:4px}.cookie-wrapper-scroll::-webkit-scrollbar-thumb:hover{background:var(--pag-active)}.cookie-wrapper,.reject-wrapper{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;padding:32px 32px 10px;position:relative;width:70%}@media (max-width:1400px){.cookie-wrapper,.reject-wrapper{width:80%}}@media (max-width:1200px){.cookie-wrapper,.reject-wrapper{width:85%}}@media (max-width:992px){.cookie-wrapper,.reject-wrapper{width:90%}}@media (max-width:768px){.cookie-wrapper,.reject-wrapper{gap:16px;grid-template-columns:1fr;padding:20px 16px;width:95%}}@media (max-width:576px){.cookie-wrapper,.reject-wrapper{padding:16px 12px;width:98%}}.reject-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;grid-template-columns:unset;justify-content:center}.reject-wrapper p{flex:1 1 70%}.reject-btn{background:var(--red-solid);border:none;border:1px solid var(--red-solid);border-radius:8px;box-shadow:0 2px 8px var(--red-bxs);color:var(--app);cursor:pointer;flex:1 1 150px;font-size:.95rem;font-weight:500;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.reject-btn:hover{background:var(--red-solid-hover);border:1px solid var(--red-solid-hover);box-shadow:0 4px 12px var(--red-bxs-hover)}.cookie-category{background:var(--loader-bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px var(--hbs);display:flex;flex-direction:column;padding:20px;position:relative;transition:all .3s ease}.cookie-category:hover{box-shadow:0 4px 16px var(--shadow-black-10);transform:translateY(-2px)}.cookie-category .category-header{align-items:flex-start;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:10px 9px}.cookie-category .category-toggle .cbx{padding:4px}.cookie-category h3{color:var(--font);font-size:1.2rem;font-weight:600;margin-bottom:0}@media (max-width:576px){.cookie-category h3{font-size:1.1rem}}.cookie-category>p{color:var(--font-four);font-size:.9rem;line-height:1.5;margin-bottom:16px}.cookie-options{display:flex;flex-direction:column;gap:12px;margin-top:5px;max-height:300px;overflow-y:auto;padding-right:8px;position:relative}.cookie-options::-webkit-scrollbar{width:6px}.cookie-options::-webkit-scrollbar-track{background:var(--hbs);border-radius:3px}.cookie-options::-webkit-scrollbar-thumb{background:var(--link-active);border-radius:3px}.cookie-options::-webkit-scrollbar-thumb:hover{background:var(--pag-active)}.cookie-option{align-items:center;border-radius:8px;display:flex;padding:8px;position:relative;transition:background .2s ease}.cookie-option:hover{background:var(--hbs)}.fadeinup-enter-active,.fadeinup-leave-active{transition:opacity .5s ease,transform .5s ease}.fadeinup-enter-from,.fadeinup-leave-to{opacity:0;transform:translateY(100%)}.goup-enter-active,.goup-leave-active{transition:opacity .3s ease,bottom .3s ease}.goup-enter-from{bottom:-100%;opacity:0}.goup-enter-to,.goup-leave-from{bottom:0;opacity:1}.goup-leave-to{bottom:-100%;opacity:0}.splashes{bottom:0;filter:blur(80px);height:100%;left:0;opacity:.6;overflow:hidden;pointer-events:none;position:fixed;width:100%;z-index:-1}.splashes .splash:first-child{animation:float 8s ease-in-out infinite;background:var(--loader-in);left:-300px;top:-300px}.splashes .splash:first-child,.splashes .splash:nth-child(2){border-radius:50%;height:600px;opacity:.3;position:absolute;width:600px}.splashes .splash:nth-child(2){animation:float 10s ease-in-out infinite reverse;background:var(--pag-active);bottom:-300px;right:-300px}.splashes .splash:last-child{animation:float 12s ease-in-out infinite;background:var(--link-active);border-radius:50%;bottom:0;height:600px;opacity:.2;position:absolute;right:50%;transform:translate(50%,50%);width:600px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.cbx{align-items:center;display:flex;gap:12px;justify-content:flex-start;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:var(--cookies-tone-01);cursor:pointer;padding:4px}.cookie-option.protected .cbx{cursor:not-allowed;opacity:.6}.cookie-option.protected .cbx:hover span:first-child{border-color:var(--pag-active)}.cookie-option.protected .inp-cbx:checked+.cbx span:first-child{background:var(--pag-active);border-color:var(--pag-active)}.cookie-option.protected .inp-cbx:checked+.cbx span:nth-child(2){color:var(--pag-active)}.cookie-option.disabled .cbx{cursor:not-allowed;opacity:.5}.cookie-option.disabled .cbx:hover span:first-child{border-color:var(--border)}.cbx p{background:var(--red);border-radius:6px;color:var(--app);font-size:.75rem;font-weight:500;letter-spacing:.5px;line-height:1;padding:4px 8px;text-transform:uppercase}.cbx span{display:inline-block;line-height:1.4;transform:translateZ(0);vertical-align:middle}.cbx span:first-child{background:var(--app);border:2px solid var(--border);border-radius:6px;flex-shrink:0;height:22px;position:relative;transform:scale(1);transition:all .3s cubic-bezier(.4,0,.2,1);vertical-align:middle;width:22px}.cbx span:first-child svg{fill:none;left:4px;position:absolute;stroke:var(--app);stroke-dasharray:16px;stroke-dashoffset:16px;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;top:4px;transform:translateZ(0);transition:all .3s ease;transition-delay:.1s;z-index:1}.cbx span:first-child:before{background:var(--link-active);border-radius:4px;content:"";display:block;height:100%;opacity:1;position:absolute;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.cbx span:nth-child(2){color:var(--font);font-size:.95rem;font-weight:500}.cbx:hover span:first-child{border-color:var(--link-active);box-shadow:0 0 0 4px var(--shadow-primary-light)}.inp-cbx:checked+.cbx span:first-child{animation:check .4s cubic-bezier(.4,0,.2,1);background:var(--link-active);border-color:var(--link-active)}.inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.inp-cbx:checked+.cbx span:first-child:before{opacity:1;transform:scale(1)}.inp-cbx:checked+.cbx span:nth-child(2){color:var(--link-active);transition:all .3s ease}@keyframes check{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}@media (max-width:900px){.cookie-banner .cookie-banner-wrapper{align-items:flex-end;display:flex;flex-direction:column;grid-template-columns:unset}}@media (max-width:768px){.cookie-banner{padding:20px 16px}.cookie-banner h2{font-size:1.3rem}.cookie-banner p{font-size:.9rem}.cookie-banner button{font-size:.9rem;padding:10px 20px}.cookie-customizing{max-height:50vh}}@media (max-width:600px){.cookie-banner .buttons{display:grid;flex-wrap:unset;grid-template-areas:"customize" "accept";grid-template-columns:1fr;grid-template-rows:auto;width:100%}.cookie-banner .buttons.active{grid-template-areas:"save customize" "accept accept";grid-template-columns:1fr 1fr}.cookie-banner .buttons button{margin:0;width:100%}.cookie-banner .buttons .accept-btn{grid-area:accept}.cookie-banner .buttons .save-btn{grid-area:save}.cookie-banner .buttons .customize-btn{grid-area:customize}}@media (max-width:480px){.buttons button{width:100%}}@media (max-width:420px){.cookie-banner .buttons{display:flex;flex-direction:column-reverse;flex-wrap:wrap;grid-template-areas:unset;grid-template-columns:unset;grid-template-rows:unset}}