.cookie-preferences-modal .cds-modal-dialog{border-radius:20px;padding:57px 55px 40px;box-shadow:0 4px 29.5px #00000024}.cookie-preferences-content{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.cookie-preferences-header{text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.cookie-preferences-title{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-secondary-600);margin:0;font-size:24px;font-weight:500;line-height:normal}.cookie-preferences-desc{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-neutral-200);margin:0;font-size:14px;font-weight:400;line-height:normal}.cookie-preferences-list{flex-direction:column;gap:12px;width:100%;display:flex}.cookie-preference-card{border:1px solid var(--background-neutral-200);background-color:var(--background-neutral-white);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;padding:0;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 0 .45px #00000040}.cookie-preference-card:hover{border-color:var(--divider-neutral-300)}.cookie-preference-card.is-active{background-color:var(--background-primary-0);border-color:var(--background-neutral-200)}.cookie-preference-card-row{justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.cookie-preference-card-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.cookie-preference-chevron{flex-shrink:0;align-items:center;transition:transform .25s;display:flex}.cookie-preference-chevron svg{stroke:var(--text-neutral-200)}.cookie-preference-chevron.is-open{transform:rotate(180deg)}.cookie-preference-chevron.is-open svg{stroke:var(--text-secondary-600)}.cookie-preference-card-label{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-secondary-600);font-size:14px;font-weight:500;line-height:normal}.cookie-preference-checkbox{border:1px solid var(--divider-neutral-300);width:18px;height:18px;color:var(--text-primary-600);background-color:#0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:flex}.cookie-preference-checkbox svg{stroke:currentColor}.cookie-preference-checkbox.is-checked{border-color:var(--icon-secondary-200);background-color:#0000}.cookie-preference-card-details{max-height:0;transition:max-height .3s;overflow:hidden}.cookie-preference-card.is-expanded .cookie-preference-card-details{max-height:200px}.cookie-preference-card-desc{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-neutral-200);margin:0;padding:0 20px 18px;font-size:12px;font-weight:400;line-height:1.7}.cookie-preferences-actions{justify-content:center;align-items:center;gap:16px;width:100%;margin-top:8px;display:flex}@media screen and (max-width:767px){.cookie-preferences-content{align-items:stretch;height:100dvh}.cookie-preferences-modal .cds-modal-dialog{box-shadow:none;border-radius:0;padding:54px 20px 20px}.cookie-preferences-actions{z-index:10;padding:16px 20px calc(16px + env(safe-area-inset-bottom,0));background:var(--background-neutral-white);flex-direction:column;gap:12px;margin-top:auto;position:sticky;bottom:-1px;left:0;right:0}.cookie-preferences-actions .primary-button-wrapper{width:100%}.cookie-preferences-actions .primary-button-wrapper .primary-button__back,.cookie-preferences-actions .primary-button-wrapper .primary-button__front{justify-content:center;width:100%}}
.cookie-popup{z-index:120;visibility:hidden;opacity:0;pointer-events:none;background-color:#1e1e1e29;justify-content:center;align-items:center;width:100%;height:100%;padding:30px;transition:visibility .2s linear,opacity .2s linear;display:flex;position:fixed;inset:0}.cookie-popup.show{visibility:visible;opacity:1;pointer-events:auto;transition-delay:.1s}.cookie-popup-dialog{background:var(--background-neutral-white);pointer-events:auto;z-index:1;border-radius:20px;width:min(596px,100vw - 60px);min-height:300px;padding:48px 40px 40px;transition:all .3s linear;display:flex;position:relative;box-shadow:0 4px 29.5px #00000024}.cookie-popup-close-btn{cursor:pointer;z-index:2;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .2s linear;display:flex;position:absolute;top:16px;right:16px}.cookie-popup-close-btn svg{width:20px;height:20px;stroke:var(--icon-secondary-600)}.cookie-popup-close-btn:hover{opacity:.6}.cookie-popup-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.cookie-popup-title{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-secondary-600);text-align:center;margin-bottom:24px;font-size:24px;font-weight:500;line-height:normal}.cookie-popup-desc{font-family:var(--font-general-sans);letter-spacing:0;color:var(--text-neutral-200);text-align:center;font-size:14px;font-weight:400;line-height:1.7}.cookie-popup-desc .cookie-policy-link{color:var(--text-secondary-600);transition:color .2s linear}.cookie-popup-desc .cookie-policy-link:hover{color:var(--text-primary-300)}.cookie-action-buttons{flex-direction:column;gap:12px;width:100%;max-width:420px;margin-top:32px;display:flex}.cookie-action-buttons .cookie-action-buttons-row{justify-content:center;gap:12px;display:flex}.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper{flex:1}.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper .primary-button__back,.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper .primary-button__front{justify-content:center;width:100%}.cookie-action-buttons .cookie-customize-btn{width:100%}.cookie-action-buttons .cookie-customize-btn .primary-button__back,.cookie-action-buttons .cookie-customize-btn .primary-button__front{justify-content:center;width:100%}.cookie-action-buttons .general-btn{margin-top:0}@media screen and (max-width:1649px){.cookie-btn{bottom:105px;left:10px}}@media screen and (max-width:1199px){.cookie-btn{bottom:70px;left:24px}}@media screen and (max-width:767px){.cookie-btn{z-index:99;width:44px;height:44px;bottom:136px;left:24px}.cookie-btn .logo-container svg{width:16px;height:16px}.cookie-btn:hover{animation:none}.cookie-popup{z-index:120;padding:16px}.cookie-popup-dialog{border-radius:16px;width:min(520px,100vw - 40px);padding:36px 24px 28px}.cookie-popup-title{font-family:var(--font-general-sans);letter-spacing:0;margin-bottom:16px;font-size:20px;font-weight:500;line-height:normal}.cookie-popup-desc{font-family:var(--font-general-sans);letter-spacing:0;font-size:12px;font-weight:400;line-height:1.6}.cookie-action-buttons .cookie-action-buttons-row{flex-direction:column;width:100%}.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper{width:100%}.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper .primary-button__back,.cookie-action-buttons .cookie-action-buttons-row .primary-button-wrapper .primary-button__front{justify-content:center;width:100%}}
