<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@layer components-widgets{.popup-promo{display:none}.popup-promo.active{position:fixed;z-index:10;inset:0;display:block;width:100%;height:100%;background-color:var(--primary-black-60)}.popup-promo__body{position:absolute;right:16px;bottom:16px;overflow:hidden;width:100%;max-width:477px;border-radius:16px;background-color:var(--white)}@media screen and (max-width: 767px){.popup-promo__body{top:50%;right:50%;max-width:328px;height:-moz-fit-content;height:fit-content;max-height:-moz-fit-content;max-height:fit-content;transform:translate(50%, -50%)}}.popup-promo__wrapper{padding:32px 16px}@media screen and (max-width: 767px){.popup-promo__wrapper{padding:24px 16px}}.popup-promo__close-button{position:absolute;top:16px;right:16px;overflow:hidden;width:32px;height:32px;padding:4px;cursor:pointer;transition:background-color 0.4s;border-radius:16px;background-color:var(--surface-background)}.popup-promo__close-button:hover{background-color:var(--surface-background)}.popup-promo__close-button svg{width:100%;height:100%}.popup-promo__content{display:flex;align-items:center;flex-direction:column;white-space:nowrap}.popup-promo__button{display:flex;overflow:hidden;align-items:center;justify-content:center;padding:12px 32px;cursor:pointer;transition:background-color 0.4s;color:var(--text-primary);border-radius:32px;background-color:var(--accent-action-normal)}.popup-promo__button:hover{background-color:var(--accent-action-darkened)}.popup-promo__button svg{width:24px;height:24px;margin-right:4px}}
</pre></body></html>