.y-notification{position:fixed;z-index:20;top:0;left:50%;max-width:350px;padding:var(--space-s);font:var(--font-secondary);font-weight:700;color:var(--c-white);text-align:center;border-radius:var(--br-1)}.y-notification--error{background-color:var(--c-red-500)}.y-notification--info{background-color:var(--c-sea-blue-800)}@media only screen and (max-width:767px){.y-notification{width:100%;max-width:calc(100% - 40px)}}.y-overlay{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;opacity:0;background:var(--c-dark-blue-600)}.BottomDrawer_drawer__bUrXE{--max-height:80vh;--handle-height:5px;--handle-margin-top:10px;--handle-margin-bottom:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;z-index:14;top:unset;right:0;bottom:0;left:0;width:100%;max-height:var(--max-height);padding:0 var(--space-m) 25px;background-color:var(--c-white);border-radius:var(--br-2) var(--br-2) 0 0}.BottomDrawer_drawer__bUrXE::-webkit-scrollbar{display:none}.BottomDrawer_drawer__bUrXE:active{cursor:-webkit-grab;cursor:grab}.BottomDrawer_handle__5WfwW{width:50px!important;height:var(--handle-height)!important;margin:var(--handle-margin-top) auto var(--handle-margin-bottom);background:var(--c-dark-blue-300)!important;border-radius:100px!important}.BottomDrawer_content__8aBq4{overflow-y:scroll;max-height:calc(var(--max-height) - var(--handle-margin-top) - var(--handle-margin-bottom) - var(--handle-height))}.BottomDrawer_content__8aBq4::-webkit-scrollbar{display:none}@-moz-document url-prefix(){.BottomDrawer_content__8aBq4{scrollbar-width:none}}.y-menu{cursor:default;width:245px;padding:var(--space-s);background-color:var(--c-white);border-radius:var(--br-1);box-shadow:var(--shadow-5)}.y-menu__item{cursor:pointer;display:flex;align-items:center;width:100%;padding:var(--space-s) var(--space-s);background-color:rgba(0,0,0,0);border:none;border-radius:var(--br-2);transition:background-color .3s ease-in}.y-menu__item:hover{background-color:var(--c-sea-blue-100)}.y-menu__item:active{background-color:var(--c-sea-blue-200)}.y-menu__item-title{font:var(--font-regular);color:var(--c-dark-blue-800)}.y-menu__item-icon{display:flex;align-items:center;justify-content:center;width:var(--space-m);height:var(--space-m);margin-right:var(--space-s)}.TechSupportDropdown_menuItem__maz8l{display:flex;flex-direction:row;width:100%;margin-top:var(--space-m);background-color:rgba(0,0,0,0);border:none}.TechSupportDropdown_menuItem__maz8l .TechSupportDropdown_icon__Scrrq{margin-right:var(--space-s)}.TechSupportDropdown_dropdown__ckw_Z{position:absolute;z-index:10;top:60px;left:50%;transform:translateX(-50%)}.TechSupportDropdown_dropdownMenu__c3elY{width:max-content;border-radius:var(--br-2)}.y-information-message{display:flex;width:100%;padding:var(--space-s);border-radius:var(--br-1)}.y-information-message__icon{display:flex;margin-right:var(--space-s)}.y-information-message__icon svg{width:20px;height:20px}.y-information-message__title{font:var(--font-additional);font-weight:700}.y-information-message__description{font:var(--font-additional)}.y-information-message--info{color:var(--c-dark-blue-800);background:var(--c-sea-blue-200)}.y-information-message--error{color:var(--c-red-500);background:var(--c-red-200)}.y-information-message--center{align-items:center}.y-information-message--start{align-items:flex-start}.y-information-message--flat{padding:0;background:none;border-radius:0}.Modal_modal__l4yBn{--max-height:90vh;--padding-top:var(--space-m);--padding-bottom:var(--space-l);position:fixed;z-index:10;inset:15px;overflow:hidden;max-width:600px;height:-moz-fit-content;height:fit-content;max-height:var(--max-height);margin:auto;padding:var(--padding-top) 40px var(--padding-bottom);background:var(--c-white);border-radius:var(--br-3)}.Modal_modal__l4yBn .Modal_closeButton__Foob_{position:absolute;z-index:2;top:20px;right:20px}.Modal_modal__l4yBn .Modal_content__Fchkl{overflow-y:scroll;max-height:calc(var(--max-height) - var(--padding-top) - var(--padding-bottom))}.Modal_modal__l4yBn .Modal_content__Fchkl::-webkit-scrollbar{display:none}@-moz-document url-prefix(){.Modal_modal__l4yBn .Modal_content__Fchkl{scrollbar-width:none}}.Modal_modal__l4yBn.Modal_flat__KLVb1{--max-height:100vh;inset:0;width:100vw;max-width:100vw;height:100vh;padding:var(--padding-top) var(--space-m) var(--padding-bottom);border-radius:0}.y-radio{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:flex;align-items:center}.y-radio__checkmark{position:relative;display:block;flex-shrink:0;width:20px;height:20px;background-color:var(--c-white);border:2px solid var(--c-sea-blue-400);border-radius:50%;transition:all .2s ease-in-out}.y-radio__checkmark:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;visibility:hidden;opacity:0;border-radius:50%;transition:opacity .2s ease-in-out}.y-radio__checkmark:active,.y-radio__checkmark:before{background-color:var(--c-sea-blue-500)}.y-radio__input{cursor:pointer;position:absolute;width:0;height:0;margin:0;padding:0;opacity:0}.y-radio__input:checked~.y-radio__checkmark{background-color:var(--c-white);border-color:var(--c-sea-blue-500)}.y-radio__input:checked~.y-radio__checkmark:before{visibility:visible;opacity:1}.y-radio__label{display:block;margin-left:10px;font:var(--font-regular)}.y-radio:hover .y-radio__checkmark{border-color:var(--c-sea-blue-500)}.y-radio--disabled{pointer-events:none;cursor:default}.y-radio--disabled .y-radio__checkmark{background-color:var(--c-sea-blue-100);border-color:var(--c-sea-blue-200)}.y-radio--disabled .y-radio__label{color:var(--c-dark-blue-300)}.y-radio--disabled:has(.y-radio__input:checked) .y-radio__checkmark{background-color:var(--c-sea-blue-100);border-color:var(--c-sea-blue-200)}.y-radio--disabled:has(.y-radio__input:checked) .y-radio__checkmark:before{background-color:var(--c-sea-blue-200)}.TechSupportModalAccountList_modal___MB7w{display:flex;flex-direction:column;align-items:center;padding-top:var(--space-l)}.TechSupportModalAccountList_modal___MB7w .y-modal__content{width:100%}.TechSupportModalAccountList_modal___MB7w .y-bottom-drawer__content{width:100%;max-width:100%}@media only screen and (max-width:767px){.TechSupportModalAccountList_modal___MB7w{padding-top:0}}.TechSupportModalAccountList_text__ZTz_v{margin:0 0 var(--space-m);text-align:left}.TechSupportModalAccountList_informationMessage__BUngr{align-items:center;margin:var(--space-s) 0}.TechSupportModalAccountList_chatButton__D6EvP{margin-top:var(--space-s)}.TechSupportModalAccountList_list__BRZp2{overflow-x:hidden;max-height:50vh}.TechSupportModalAccountList_list__BRZp2::-webkit-scrollbar{width:var(--space-xs);height:var(--space-xs)}.TechSupportModalAccountList_list__BRZp2::-webkit-scrollbar-thumb{background-color:var(--c-sea-blue-200);border-radius:var(--br-3)}.TechSupportModalAccountList_item__oFlVr{align-items:start;margin-bottom:var(--space-m)}.TechSupportModalAccountList_item__oFlVr .y-radio__checkmark{margin-top:var(--space-xs)}.TechSupportModalAccountList_item__oFlVr .y-radio__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TechSupportModalAccountList_modal__vS5XX{display:flex;flex-direction:column;align-items:center;padding-top:var(--space-l)}.TechSupportModalAccountList_modal__vS5XX .y-modal__content{width:100%}.TechSupportModalAccountList_modal__vS5XX .y-bottom-drawer__content{max-width:100%}@media only screen and (max-width:767px){.TechSupportModalAccountList_modal__vS5XX{padding-top:0}}.TechSupportModalAccountList_text__QR55h{margin:0 0 var(--space-m);text-align:left}.TechSupportModalAccountList_informationMessage__QPlxU{align-items:center;margin:var(--space-s) 0}.TechSupportModalAccountList_chatButton__LUerZ{margin-top:var(--space-s)}.TechSupportModalAccountList_list__j8KyL{overflow-x:hidden;max-height:50vh}.TechSupportModalAccountList_list__j8KyL::-webkit-scrollbar{width:var(--space-xs);height:var(--space-xs)}.TechSupportModalAccountList_list__j8KyL::-webkit-scrollbar-thumb{background-color:var(--c-sea-blue-200);border-radius:var(--br-3)}.TechSupportModalAccountList_item__cKNjn{align-items:start;margin-bottom:var(--space-m)}.TechSupportModalAccountList_item__cKNjn .y-radio__checkmark{margin-top:var(--space-xs)}.TechSupportModalAccountList_item__cKNjn .y-radio__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.y-qr-code__container{position:relative;padding:var(--space-s);color:var(--c-dark-blue-800)}.y-qr-code__border{position:absolute}.y-qr-code__border--top-left{top:0;left:0;rotate:90deg}.y-qr-code__border--top-right{top:0;right:0;rotate:180deg}.y-qr-code__border--bottom-left{bottom:0;left:0}.y-qr-code__border--bottom-right{right:0;bottom:0;rotate:270deg}.y-qr-code img,.y-qr-code svg{display:block}.TechSupportModalWithQR_modal__4h6aA{display:flex;flex-direction:column;align-items:center}.TechSupportModalWithQR_clickText__ht8tg,.TechSupportModalWithQR_text__qwdO_{margin:var(--space-m) 0;text-align:center}.TechSupportModalWithQR_clickText__ht8tg{margin-top:var(--space-l)}.TechSupportModalWithQR_qrCode__AUut2{position:relative}.TechSupportModalWithQR_qrCode__AUut2 .TechSupportModalWithQR_image__0FzMV{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25px;height:25px}@font-face{font-family:yasnoRaleway;src:url(/_next/static/media/078222077b952051-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:yasnoRaleway;src:url(/_next/static/media/3c24121f65ad76e1-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:yasnoRaleway Fallback;src:local("Arial");ascent-override:88.18%;descent-override:21.95%;line-gap-override:0.00%;size-adjust:106.60%}.__className_e47f5b{font-family:yasnoRaleway,yasnoRaleway Fallback}.__variable_e47f5b{--font-yasno-raleway:"yasnoRaleway","yasnoRaleway Fallback"}.MinuteOfSilence_container__9ZVYg{--padding:var(--space-l);--content-max-width:275px;position:fixed;z-index:1000;right:var(--space-l);bottom:var(--space-l);overflow:hidden;width:410px;height:355px;padding:var(--padding);background-color:var(--c-white);border-radius:var(--br-3);box-shadow:var(--shadow-5)}@media only screen and (max-width:575px){.MinuteOfSilence_container__9ZVYg{right:0;bottom:0;width:100vw;height:245px;padding:var(--space-m);border-radius:var(--br-2) var(--br-2) 0 0}}.MinuteOfSilence_closeButton__JYwAS{position:absolute;z-index:2;top:30px;right:30px}@media only screen and (max-width:575px){.MinuteOfSilence_closeButton__JYwAS{top:var(--space-m);right:var(--space-s)}}.MinuteOfSilence_bg__pA492{position:absolute;z-index:-1;top:var(--padding);left:0;width:100%;min-width:410px;height:max-content}.MinuteOfSilence_title__RxJkr{max-width:var(--content-max-width);margin-bottom:25px}@media only screen and (max-width:575px){.MinuteOfSilence_title__RxJkr{margin-bottom:var(--space-m);font:var(--font-h2)}}.MinuteOfSilence_content__XoJll{display:flex;flex-direction:column;gap:var(--space-xs);align-items:flex-start;width:100%;max-width:var(--content-max-width)}@media only screen and (max-width:575px){.MinuteOfSilence_countdown__GaSv6{font:var(--font-h3)}}:root{--c-yellow-800:#a6270a;--c-yellow-700:#c3560f;--c-yellow-600:#d67412;--c-yellow-500:#f6a717;--c-yellow-400:#ffd100;--c-yellow-300:#ffe261;--c-yellow-200:#fff29f;--c-yellow-100:#fffceb;--c-sea-blue-800:#1d384a;--c-sea-blue-700:#00455c;--c-sea-blue-600:#005c7a;--c-sea-blue-500:#007398;--c-sea-blue-400:#96b7d3;--c-sea-blue-300:#c6d8e6;--c-sea-blue-200:#dde8f0;--c-sea-blue-100:#f5f8fb;--c-dark-blue-800:#132430;--c-dark-blue-700:#293a4e;--c-dark-blue-600:#374861;--c-dark-blue-500:#495a7a;--c-dark-blue-400:#808da4;--c-dark-blue-300:#abb6c6;--c-dark-blue-200:#dce3eb;--c-dark-blue-100:#f4f6f9;--c-green-800:#25561a;--c-green-700:#347924;--c-green-600:#3b8a29;--c-green-500:#4aad33;--c-green-400:#8cd87b;--c-green-300:#b2e5a7;--c-green-200:#d9f2d3;--c-green-100:#f2faf0;--c-red-800:#821a08;--c-red-700:#ae230a;--c-red-600:#d92b0d;--c-red-500:#e54634;--c-red-400:#ec786a;--c-red-300:#f4b1a9;--c-red-200:#fbe2df;--c-red-100:#fef7f6;--c-olive-green-800:#52570c;--c-olive-green-700:#737a11;--c-olive-green-600:#949d16;--c-olive-green-500:#a6af19;--c-olive-green-400:#bec91d;--c-olive-green-300:#d9e440;--c-olive-green-200:#eff3ad;--c-olive-green-100:#fcfced;--c-pink-800:#70003a;--c-pink-700:#9a004f;--c-pink-600:#cc0069;--c-pink-500:#f00f82;--c-pink-400:#f77ebc;--c-pink-300:#fbbcdc;--c-pink-200:#fdd8eb;--c-pink-100:#fff5fa;--c-orange-800:#852c02;--c-orange-700:#ba3d03;--c-orange-600:#f04e04;--c-orange-500:#fb5d13;--c-orange-400:#fa9770;--c-orange-300:#fc8d5a;--c-orange-200:#febea1;--c-orange-100:#fedfd0;--c-blue-800:#194185;--c-blue-700:#175cd3;--c-blue-600:#1570ef;--c-blue-500:#2e90fa;--c-blue-400:#53b1fd;--c-blue-300:#84caff;--c-blue-200:#b2ddff;--c-blue-100:#eff8ff;--c-white:#fff;--c-white-rgb:255,255,255;--c-black:#000;--c-black-rgb:0,0,0;--c-gas-blue:#b8e0ff;--c-gradient:linear-gradient(147deg,#ffe261,#ffd100 52%,#f6a717);--c-header-gradient:linear-gradient(130deg,#ffe261 3.84%,#ffd100 50.28%,#f6a717 93.9%);--br-1:10px;--br-2:20px;--br-3:40px;--border-1:1px;--border-2:2px;--shadow-1:0px 0px 5px 0px rgba(19,36,48,0.1);--shadow-2:0px 4px 10px 0px rgba(19,36,48,0.07);--shadow-3:0px 2px 5px 0px rgba(19,36,48,0.07);--shadow-4:0px 0px 20px 0px rgba(19,36,48,0.1);--shadow-5:0px 20px 40px 0px rgba(19,36,48,0.1);--space-xs:5px;--space-s:10px;--space-m:20px;--space-l:40px;--space-xl:80px;--space-xxl:160px;--font-extra-large:700 50px/60px var(--font-yasno-raleway),sans-serif;--font-h0:700 40px/50px var(--font-yasno-raleway),sans-serif;--font-h1:700 30px/40px var(--font-yasno-raleway),sans-serif;--font-h2:700 22px/30px var(--font-yasno-raleway),sans-serif;--font-h3:700 18px/25px var(--font-yasno-raleway),sans-serif;--font-important:500 18px/20px var(--font-yasno-raleway),sans-serif;--font-regular:500 16px/20px var(--font-yasno-raleway),sans-serif;--font-secondary:500 14px/20px var(--font-yasno-raleway),sans-serif;--font-additional:500 12px/15px var(--font-yasno-raleway),sans-serif;--font-small:500 10px/10px var(--font-yasno-raleway),sans-serif;--transition-default:all 300ms ease-out;--transition-default-timing:300ms ease-out;--landing-content-top-offset:90vh}@layer reset{html{scroll-behavior:smooth;scroll-padding-top:60px}@media screen and (max-width:765px){html{scroll-padding-top:40px}}body{overflow-x:hidden;margin:0}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6,p{margin:0}a,button{cursor:pointer}menu,ol,ul{margin:0;padding:0;list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}::placeholder{color:unset}::marker{content:normal}}@layer reset{html{scroll-behavior:smooth;scroll-padding-top:60px}@media screen and (max-width:765px){html{scroll-padding-top:40px}}body{overflow-x:hidden;margin:0}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6,p{margin:0}a,button{cursor:pointer}menu,ol,ul{margin:0;padding:0;list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}::placeholder{color:unset}::marker{content:normal}}