.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none}@media (max-width: 360px){.button{font-size:15px;letter-spacing:.075px}}.button--primary{background-color:#0746a7;color:#fff}@media (hover: hover){.button--primary:hover:not(.button--disabled):not(.button--active){background-color:#1d4ed8}}.button--primary.button--pressed:not(.button--disabled){background-color:#1e40af;transform:scale(1.05)}.button--primary.button--active:not(.button--disabled){background-color:#1e3a8a}.button--primary.button--disabled{background-color:#eceff6!important;color:#9aa5bb!important;cursor:not-allowed}.button--secondary{background-color:inherit;color:#0746a7!important;border:1px solid #0746A7}@media (hover: hover){.button--secondary:hover:not(.button--disabled):not(.button--active){border-color:#1d4ed8;color:#1d4ed8}}.button--secondary.button--pressed:not(.button--disabled){border-color:#2563eb;color:#2563eb;transform:scale(1.05)}.button--secondary.button--active:not(.button--disabled){border-color:#1e3a8a;color:#1e3a8a}.button--secondary.button--disabled{background-color:#eceff6;border-color:#eceff6;color:#9aa5bb!important;cursor:not-allowed}.button--outlined-dark{background-color:#1e40af;color:#fff;border:1px solid #ffffff}@media (hover: hover){.button--outlined-dark:hover:not(.button--disabled):not(.button--active){background-color:#1e3a8a;border-color:#fff}}.button--outlined-dark.button--pressed:not(.button--disabled){background-color:#1e3a8a;border-color:#fff;transform:scale(1.05)}.button--outlined-dark.button--active:not(.button--disabled){background-color:#1e3a8a;border-color:#fff}.button--outlined-dark.button--disabled{background-color:#eceff6;border-color:#eceff6;color:#9aa5bb;cursor:not-allowed}.button--ghost{background-color:transparent;color:#0746a7!important;border:none}@media (hover: hover){.button--ghost:hover:not(.button--disabled):not(.button--active){color:#1d4ed8!important}}.button--ghost.button--pressed:not(.button--disabled){color:#2563eb!important;transform:scale(1.05)}.button--ghost.button--active:not(.button--disabled){color:#1e3a8a!important}.button--ghost.button--disabled{background-color:transparent;color:#9aa5bb!important;cursor:not-allowed}.button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.button:focus{outline:none}.select-menu{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:280px;max-width:320px;z-index:1000;overflow:hidden;padding:20px;display:flex;flex-direction:column;gap:12px}.select-menu--match-trigger-width{width:100%;min-width:unset;max-width:none;left:0;right:auto;box-sizing:border-box}.select-menu__search{position:relative;display:flex;align-items:center}.select-menu__search-icon{position:absolute;left:12px;color:#9ca3af;pointer-events:none}.select-menu__search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;background:#f9fafb;transition:border-color .2s,background-color .2s}.select-menu__search-input:focus{outline:none;border-color:#3b82f6;background:#fff}.select-menu__search-input::placeholder{color:#9ca3af}.select-menu__list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.select-menu__list::-webkit-scrollbar{width:6px}.select-menu__list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.select-menu__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.select-menu__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.select-menu__item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .2s}.select-menu__item:hover{background-color:#f3f4f6}.select-menu__item--selected{background-color:#eff6ff}.select-menu__item--selected:hover{background-color:#dbeafe}.select-menu__item-flag{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;overflow:hidden}.select-menu__item-flag svg{width:100%;height:100%}.select-menu__item-flag:has(.select-menu__item-code){border-radius:0;overflow:visible;min-width:32px;width:auto;padding:0 4px}.select-menu__item-code{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#1f2937;text-transform:uppercase;white-space:nowrap}.select-menu__item-name{flex:1}.select-menu__empty{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9999;animation:fadeIn .3s ease-out}.sidebar{position:fixed;top:0;right:0;width:360px;height:100vh;background-color:#fff;box-shadow:-4px 0 12px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-out;z-index:10000;overflow-y:auto;padding:40px 20px}.sidebar--open{transform:translate(0)}.sidebar__header{display:flex;justify-content:space-between;height:40px;align-items:start;padding:0;border-bottom:1px solid #E5E7EB}.sidebar__title{color:#002e75;margin:0}.sidebar__close-button{position:absolute;top:10px;right:10px;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;z-index:10}.sidebar__close-button:hover{opacity:.7}.sidebar__content{padding:0;flex:1}.sidebar__item{display:flex;align-items:center;padding:8px 0;min-height:40px;text-decoration:none;color:inherit;border-bottom:1px solid #E5E7EB;transition:background-color .2s;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.sidebar__item:focus{outline:none}.sidebar__item:focus-visible{outline:none}.sidebar__item:hover{background-color:#f9fafb}.sidebar__item--active{background-color:#d9e4f8!important}.sidebar__item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}.sidebar__item-icon svg{width:100%;height:100%}.sidebar__item-icon--language{width:30px;height:30px;margin-right:12px;margin-left:6px}.sidebar__item-icon .sidebar__item-code{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;font-weight:600;color:#1f2937;text-transform:uppercase;white-space:nowrap;border-radius:0}.sidebar__item-text{color:#002e75;flex:1;font-size:16px!important}.sidebar__divider{height:1px;background-color:#e5e7eb;margin:0 20px}.sidebar__search{position:relative;display:flex;align-items:center;margin-bottom:12px}.sidebar__search-icon{position:absolute;left:12px;color:#9ca3af;pointer-events:none;z-index:1}.sidebar__search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;background:#f9fafb;transition:border-color .2s,background-color .2s;font-size:16px}.sidebar__search-input:focus{outline:none;border-color:#3b82f6;background:#fff}.sidebar__search-input::placeholder{color:#9ca3af}.sidebar__list{max-height:calc(100vh - 200px);overflow-y:auto;display:flex;flex-direction:column}.sidebar__list::-webkit-scrollbar{width:6px}.sidebar__list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.sidebar__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar__item--selected{background-color:#eff6ff}.sidebar__item--selected:hover{background-color:#dbeafe}.sidebar__empty{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.currency-info-text{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:280px;max-width:320px;z-index:1001;padding:20px}.currency-info-text__content{margin:0;padding:0;color:#1f2937;font-size:14px;line-height:1.5;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;width:100%;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal__header{display:flex;align-items:center;justify-content:space-between;border-bottom:none;padding:16px 16px 0}.modal__header-spacer{flex:1;display:flex;align-items:center}.modal__title{margin:0;color:#1f2937}.modal__close-button{background:transparent!important;border:none!important;padding:.25rem!important;border-radius:.375rem!important;color:#002e75!important;margin-left:1rem;min-width:auto!important;width:auto!important;height:auto!important}.modal__close-button:hover{background-color:transparent!important;opacity:.7}.modal__close-button.button--pressed:before{display:none!important}.modal__content{overflow-y:auto;flex:1}@media (prefers-color-scheme: dark){.modal{background:#fff;color:#f9fafb}.modal__header{border-bottom-color:transparent}.modal__title{color:#f9fafb}.modal__close-button{color:#9ca3af}.modal__close-button:hover{background-color:#374151;color:#f9fafb}}@media (max-width: 640px){.modal{max-width:95vw;max-height:95vh}.modal__header{padding:10px}.modal__content{padding:0}}.modal--small{max-width:400px}.modal--medium{max-width:600px}.modal--large{max-width:800px}.modal--fullscreen{max-width:95vw;max-height:95vh;width:95vw;height:95vh}.download-app-modal .modal{max-width:600px;background:#e8f4ff;border-radius:16px}.download-app-modal .modal__header{display:none}.download-app-modal .modal__content{padding:40px}.download-app-modal__header{border-bottom:none;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:60px}.download-app-modal__header-content{display:flex;align-items:center;gap:12px;flex:1}.download-app-modal__close-button{background:transparent!important;border:none!important;padding:0!important;border-radius:.375rem!important;color:#4b5563!important;min-width:auto!important;width:auto!important;height:auto!important;flex-shrink:0}.download-app-modal__close-button:hover{background-color:#ffffff80!important;color:#1e3a8a!important}.download-app-modal__info-icon{width:32px;height:32px;color:#1e3a8a;flex-shrink:0}.download-app-modal__title{width:810px;margin:0}.download-app-modal__instruction{color:#1e3a8a;margin:0 0 24px;font-weight:500}.download-app-modal__stores{display:flex;gap:24px;justify-content:space-between}.download-app-modal__store{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;flex:1}.download-app-modal__store-name{color:#4b5563;font-weight:500;text-align:center}.download-app-modal__qr-code{height:120px;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px}.download-app-modal__qr-code svg{width:100%;height:100%}@media (max-width: 768px){.download-app-modal__header{padding:20px 20px 12px}.download-app-modal__header-content{align-items:flex-start}.download-app-modal__title{width:auto;max-width:100%}}@media (max-width: 640px){.download-app-modal .modal{max-width:95vw;margin:1rem}.download-app-modal__header{padding:20px 20px 12px}.download-app-modal__content{padding:12px 20px 20px}.download-app-modal__stores{flex-direction:column;gap:20px}.download-app-modal__store{flex-direction:row;justify-content:center;gap:16px}.download-app-modal__qr-code{width:100px;height:100px;margin-left:0}}.header{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:20px 70px;display:flex;flex-direction:column;gap:24px}.header__top{display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center}.header__logo-svg{height:28px;width:auto;display:block}.header__top-right{display:flex;align-items:center;gap:24px;position:relative}.header__currency-button{background:transparent!important;border:none!important;color:#fff!important;padding:.5rem .75rem!important;border-radius:.5rem!important;display:flex;align-items:center;transition:background-color .2s}.header__currency-button:hover{background-color:#ffffff1a!important}.header__flag-button{background:transparent!important;border:none!important;color:#fff!important;padding:.5rem!important;border-radius:50%!important;width:36px!important;height:36px!important;min-width:36px!important;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.header__flag-button:hover{background-color:#ffffff1a!important}.header__currency-flag{display:flex;align-items:center;border-radius:50%;overflow:hidden}.header__flag-placeholder{display:block;width:20px;height:20px;border-radius:50%;background-color:#ffffff40}.header__icon-button{background:transparent!important;border:none!important;color:#fff!important;padding:.5rem!important;border-radius:50%!important;width:36px!important;height:36px!important;min-width:36px!important}.header__icon-button--desktop{display:flex}.header__icon-button:hover{background-color:#ffffff1a!important}.header__icon-button.button--pressed:before{display:none!important}.header__button{color:#f6faff!important;padding:.625rem 1.25rem!important;border-radius:.5rem!important;display:flex;align-items:center;gap:.5rem;white-space:nowrap;text-decoration:none;width:240px}.header__button:hover{text-decoration:none}.header__button:focus{text-decoration:none}.header__button--login{width:240px;height:40px;background-color:#fff!important;color:#1e40af!important;border:none!important}.header__button--login:hover{background-color:#f3f4f6!important}.header__button--hidden-mobile{display:none!important}a .header__button,a.header__button,a .header__button *,a.header__button *,a .header__button:hover,a.header__button:hover,a .header__button:hover *,a.header__button:hover *,a .header__button:visited,a.header__button:visited,a .header__button:visited *,a.header__button:visited *{text-decoration:none!important}.header__mobile-auth{display:none;align-items:center;gap:12px}.header__mobile-icon-button{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;text-decoration:none;color:inherit}.header__mobile-icon-button:hover{opacity:.8}.header__user-profile{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:opacity .2s;position:relative;outline:none!important;-webkit-tap-highlight-color:transparent!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.header__user-profile--desktop{display:flex}.header__user-profile:hover{opacity:.8}.header__user-profile:focus,.header__user-profile:active,.header__user-profile:focus-visible{outline:none!important;-webkit-tap-highlight-color:transparent!important;box-shadow:none!important}.header__user-avatar{position:relative;width:32px;height:32px}.header__user-avatar--clickable{cursor:pointer;outline:none!important;-webkit-tap-highlight-color:transparent!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.header__user-avatar--clickable:focus,.header__user-avatar--clickable:active,.header__user-avatar--clickable:focus-visible{outline:none!important;-webkit-tap-highlight-color:transparent!important;box-shadow:none!important}.header__user-name{position:absolute;top:30px;color:#fbbf24!important}.header__user-name--skeleton{display:block;width:72px;height:14px;border-radius:4px;background:linear-gradient(90deg,#fbbf2440,#fbbf2473,#fbbf2440 40%,#fbbf2440);background-size:200% 100%;animation:header-user-name-shimmer 1.5s ease-in-out infinite;color:transparent!important}@keyframes header-user-name-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.header__profile-menu{position:absolute;top:calc(100% + 20px);right:0;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:280px;z-index:1000;overflow:hidden;padding:20px}.header__profile-menu-item{display:flex;align-items:center;width:268px;height:40px;border-bottom:1px solid #D9E4F8;gap:8px;cursor:pointer;transition:background-color .2s;text-decoration:none;color:inherit}.header__profile-menu-item:hover{background-color:#f3f4f6}.header__profile-menu-item svg{flex-shrink:0;color:#6b7280}.header__profile-menu-item:hover svg{color:#1f2937}.header__profile-menu-divider{height:1px;background-color:#e5e7eb;margin:0}.header__chat-menu{position:absolute;top:calc(100% + 12px);right:-22px;background:#fff;border-radius:60px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden;padding:14px 20px 40px;display:flex;flex-direction:column;gap:20px;min-width:56px}.header__chat-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;transition:transform .2s,opacity .2s,background-color .2s;border-radius:6px;margin-bottom:4px;align-self:flex-start}.header__chat-menu-close:hover{background-color:#f3f4f6;transform:scale(1.05)}.header__chat-menu-close:active{transform:scale(.95)}.header__chat-menu-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;transition:transform .2s,opacity .2s;border-radius:6px}.header__chat-menu-item:hover{transform:scale(1.1);opacity:.9}.header__chat-menu-item:active{transform:scale(.95)}.header__bottom{display:flex;justify-content:space-between;align-items:center}.header__nav{display:flex;color:#f6faff;gap:20px;align-items:center;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;flex:1;min-width:0;scrollbar-width:none;-ms-overflow-style:none}.header__nav::-webkit-scrollbar{display:none}.header__nav-item{height:44px;display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;padding:6px 20px;border-radius:.5rem;transition:background-color .2s;white-space:nowrap;flex-shrink:0;box-sizing:border-box;border:4px solid transparent}.header__nav-item:hover,.header__nav-item--active{border-radius:40px;border:4px solid #FFB700;background:#0746a7}.header__nav-item svg{flex-shrink:0}.header__currency-text{color:#f3f4f6!important}.header__currency-container--with-info .select-menu{top:calc(100% + 212px)}@media (max-width: 950px){.header__button--download{display:none}}@media (max-width: 768px){.header{padding:20px;gap:14px}.header__logo-svg{width:125px;height:20px}.header__top{flex-wrap:wrap;gap:1rem}.header__currency-container,.header__top-right>div:not(.header__mobile-auth):not(.header__user-profile--desktop),.header__top-right>a{display:none!important}.header__icon-button--desktop,.header__user-profile--desktop{display:none!important}.header__mobile-auth .header__icon-button,.header__mobile-auth .header__user-profile{display:flex!important}.header__chat-menu{display:none!important}.header__mobile-auth{display:flex!important;align-items:center;gap:12px}.header__nav{gap:0}.header__button--login.header__button--hidden-mobile{display:none!important}.header__button--login{display:none}}.footer{background-color:#f0f4f8;padding:70px;color:#1e40af}.footer__top{display:flex;justify-content:space-between;margin-bottom:24px;align-items:flex-end;gap:2rem}.footer__left{flex:1;max-width:330px}.footer__logo{margin-bottom:16px}.footer__logo-svg{height:28px;width:auto;display:block}.footer__slogan{color:#1e40af;margin:16px 0 0}.footer__right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-end}.footer__contacts{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.footer__contact-link{color:#1e40af;text-decoration:none;transition:opacity .2s}.footer__contact-link:hover{opacity:.7}.footer__middle{display:flex;justify-content:flex-end;align-items:flex-start;margin-bottom:24px;gap:140px;flex-wrap:wrap}.footer__actions{display:flex;flex-direction:column;max-width:240px;gap:30px;flex-wrap:wrap}.footer__login-link{text-decoration:none;display:inline-block}.footer__button{padding:.75rem 1.5rem!important;border-radius:.5rem!important;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.footer__button--login{background-color:#1e40af!important;color:#fff!important;border:none!important;text-decoration:none!important;width:100%}.footer__button--login:hover{background-color:#1e3a8a!important}.footer__button--download{background-color:#fbbf24!important;color:#f6faff!important;border:none!important}.footer__button--download:hover{background-color:#f59e0b!important}.footer__nav{display:flex;gap:4rem;flex-wrap:wrap}.footer__nav-column{display:flex;flex-direction:column;gap:20px}.footer__nav-link{color:#1e40af;text-decoration:none;transition:opacity .2s}.footer__nav-link:hover{opacity:.7}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #cbd5e1;flex-wrap:wrap;gap:1rem}.footer__copyright{color:#1e40af}.footer__social{display:flex;align-items:center;gap:20px}.footer__social-link{color:#1e40af;text-decoration:none;transition:opacity .2s}.footer__social-link:hover{opacity:.7}@media (max-width: 768px){.footer{padding:70px 40px}.footer__middle{flex-direction:column;gap:24px}.footer__actions{flex-direction:row;width:100%;max-width:100%;min-width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:30px}.footer__actions>.footer__login-link,.footer__actions>.footer__button{flex:1 1 0;min-width:0}.footer__login-link{display:flex}.footer__login-link .footer__button,.footer__button{width:100%}.footer__nav{justify-content:space-between;width:100%}.footer__nav-column{gap:12px}.footer__nav-column:nth-child(2){margin-right:84px}}@media (max-width: 500px){.footer{padding:40px 20px}.footer__top{flex-direction:column;gap:20px;margin-bottom:40px}.footer__left{align-self:flex-start;width:100%}.footer__right{align-self:flex-end;width:100%}.footer__logo-svg{width:125px;height:20px}.footer__actions{flex-direction:column;width:100%;max-width:100%;min-width:100%;flex-wrap:nowrap;gap:12px}.footer__actions>.footer__login-link,.footer__actions>.footer__button{flex:none;width:100%}.footer__login-link,.footer__login-link .footer__button,.footer__button{width:100%}.footer__nav{flex-direction:column;gap:12px}.footer__bottom{flex-direction:column-reverse;justify-content:center}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease-in;max-width:840px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-consent__content{background-color:#d5e6ff;border-radius:12px;padding:20px 40px;max-width:1200px;width:100%;display:flex;align-items:center;gap:20px;box-shadow:0 4px 16px #002c6e33}.cookie-consent__main{flex:1;display:flex;align-items:center;gap:20px}.cookie-consent__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.cookie-consent__text{flex:1;min-width:0}.cookie-consent__message{margin:0;color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.cookie-consent__actions{flex-shrink:0;display:flex;flex-direction:column;gap:12px}.cookie-consent__button{padding:10px 24px;border-radius:6px;border:1px solid transparent;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.08px;cursor:pointer;transition:all .2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;min-width:140px;height:40px}.cookie-consent__button--accept{background-color:#002c6e;color:#fff}.cookie-consent__button--accept:hover{background-color:#003a8a}.cookie-consent__button--accept:active{background-color:#001f4d;transform:scale(.98)}.cookie-consent__button--decline{background-color:#fff;color:#002c6e;border-color:#002c6e}.cookie-consent__button--decline:hover{background-color:#f5f5f5;border-color:#003a8a;color:#003a8a}.cookie-consent__button--decline:active{background-color:#ebebeb;transform:scale(.98)}.cookie-consent__button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.cookie-consent__button:focus{outline:none}@media (max-width: 768px){.cookie-consent{padding:16px}.cookie-consent__content{flex-direction:column;padding:20px;gap:16px}.cookie-consent__main{width:100%;gap:16px}.cookie-consent__icon{align-self:center}.cookie-consent__text{width:100%}.cookie-consent__message{font-size:15px}.cookie-consent__actions{width:100%;flex-direction:row}.cookie-consent__button{flex:1;min-width:0;font-size:15px}}@media (max-width: 480px){.cookie-consent__content{padding:16px}.cookie-consent__actions{flex-direction:column}.cookie-consent__button{width:100%}}.toast{position:fixed;top:100px;right:24px;transform:translateY(-50%);padding:12px 20px;background:#002c6e;color:#fff!important;border-radius:8px;font-size:14px;line-height:1.4;white-space:pre-line;box-shadow:0 4px 12px #00000026;z-index:10000;animation:toast-enter .3s ease-out forwards}.toast--success{background:#12a156}.toast--error{background:#d62828}.toast--exiting{animation:toast-exit .3s ease-in forwards}@keyframes toast-enter{0%{opacity:0;transform:translate(100%,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes toast-exit{0%{opacity:1;transform:translateY(-50%)}to{opacity:0;transform:translate(-100%,-50%)}}:root{font-family:Manrope,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;font-family:Manrope,system-ui,-apple-system,sans-serif;background-color:#fbfcff;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;font-family:Manrope,system-ui,-apple-system,sans-serif;background-color:#fbfcff;overflow-x:hidden}#root>main{flex:1 0 auto}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:Manrope,system-ui,-apple-system,sans-serif;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button:focus,button:focus-visible,button:active{outline:none}input,textarea,select{font-family:Manrope,system-ui,-apple-system,sans-serif}a{font-family:Manrope,system-ui,-apple-system,sans-serif;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}a:focus,a:focus-visible,a:active{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fbfcff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.text-header-1{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:58px;font-style:normal;font-weight:800;line-height:120%;letter-spacing:1.16px}@media (max-width: 768px){.text-header-1{font-size:32px;font-style:normal;font-weight:800;line-height:120%;letter-spacing:.64px}}.text-header-2{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:46px;font-style:normal;font-weight:800;line-height:120%;letter-spacing:1px}@media (max-width: 768px){.text-header-2{font-size:28px;font-style:normal;font-weight:800;line-height:120%;letter-spacing:1px}}.text-header-3{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:.18px}@media (max-width: 768px){.text-header-3{font-size:24px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:.12px}}.text-header-4{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:130%}@media (max-width: 768px){.text-header-4{font-size:20px;font-style:normal;font-weight:700;line-height:130%}}.text-header-5{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:130%}@media (max-width: 768px){.text-header-5{font-size:18px;font-style:normal;font-weight:600;line-height:130%}}.text-header-6{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:130%}@media (max-width: 768px){.text-header-6{font-size:16px;font-style:normal;font-weight:600;line-height:130%}}.text-body-1{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media (max-width: 768px){.text-body-1{font-size:15px;font-style:normal;font-weight:400;line-height:150%}}.text-body-2{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:140%}@media (max-width: 768px){.text-body-2{font-size:14px;font-style:normal;font-weight:400;line-height:140%}}.text-body-3{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:150%}@media (max-width: 768px){.text-body-3{font-size:15px;font-style:normal;font-weight:700;line-height:150%}}.text-body-4{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:140%}@media (max-width: 768px){.text-body-4{font-size:14px}}.text-buttons{color:#f6faff;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.08px}@media (max-width: 768px){.text-buttons{font-size:15px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.98px}}.text-caption{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:130%}@media (max-width: 768px){.text-caption{font-size:12px}}.text-label{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:120%}@media (max-width: 768px){.text-label{font-size:12px}}.text-link{color:#002c6e;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:140%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media (max-width: 768px){.text-link{font-size:14px}}
