.mo{background-color:var(--color-bg-contrast);padding:2rem;display:grid;grid-gap:2rem;max-width:500px;width:100%}.mo-wrap{position:fixed;width:100%;height:100%;background-color:rgba(var(--color-bg-contrast),.8);z-index:10;top:0;left:0;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(6px);padding:1rem}.mo-cnt{display:grid;grid-gap:.8rem}.mo-cnt__title{word-break:break-word}.mo-cnt__title>strong{padding-left:.3em;font-weight:700}.mo-act{display:inline-grid;grid-gap:1rem;grid-auto-flow:row}@media (min-width: 640px){.mo-act{justify-self:end;grid-auto-flow:column}}.tb{display:flex;padding:0 1rem;height:60px;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;position:relative}.tb-logo{padding:0;margin-top:-.8em;transform:scale(.6);transform-origin:center left}@media (min-width: 640px){.tb-nav{position:relative}}.tb-nav__button{padding:0;display:grid;grid-auto-flow:column;align-items:center;font-size:.95em;grid-gap:1rem;color:var(--color-text)}.tb-nav__button img{height:20px}@media screen and (prefers-color-scheme: light){.tb-nav__button img{filter:invert(100%)}}.ft{display:flex;flex-direction:column;gap:1em;align-items:center;background-color:var(--color-bg-contrast);padding:3rem 1rem}.ft-logo{font-size:2em;color:var(--color-text)}.ft-links{display:flex;margin:0 auto;justify-content:center;flex-flow:row wrap;gap:1em;font-weight:700}*,*:before,*:after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}a{text-decoration:none;color:inherit}button{all:unset;cursor:pointer}@font-face{font-family:Dystopian;src:url(/fonts/dystopian/regular/dystopian-regular.woff2) format("woff2"),url(/fonts/dystopian/regular/dystopian-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Dystopian;src:url(/fonts/dystopian/bold/dystopian-bold.woff2) format("woff2"),url(/fonts/dystopian/regular/dystopian-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Dystopian;src:url(/fonts/dystopian/black/dystopian-black.woff2) format("woff2"),url(/fonts/dystopian/regular/dystopian-black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Lato;src:url(/fonts/lato/regular/lato-regular.woff2) format("woff2"),url(/fonts/lato/regular/lato-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/fonts/lato/bold/lato-bold.woff2) format("woff2"),url(/fonts/lato/regular/lato-bold.woff) format("woff");font-weight:700;font-style:normal}html{font-family:Lato,Arial,Helvetica,sans-serif;color:var(--color-text);font-size:14px;height:100%;background:var(--color-bg-main)}body{height:100%;margin:0}p{margin-bottom:1em}a,button{color:var(--color-primary);cursor:pointer;font-weight:700;font-size:1.2em;padding-left:.3rem}a:disabled,button:disabled{color:#868c80;cursor:initial}a.quiet,button.quiet{color:var(--color-text)}a.quiet:hover,button.quiet:hover{color:var(--color-primary);text-decoration:none}a.small,button.small{font-size:1em}.supertitle{font-size:36px;line-height:1.1em;font-family:Dystopian,Arial,Helvetica,sans-serif;font-weight:700}.title{font-size:24px;line-height:1.1em;font-family:Dystopian,Arial,Helvetica,sans-serif;font-weight:700}.smalltitle,.subtitles{font-size:18px;line-height:1.1em;font-family:Dystopian,Arial,Helvetica,sans-serif}.important{font-size:16px;line-height:1.1em;font-family:Dystopian,Arial,Helvetica,sans-serif}.nav-element{font-size:14px;line-height:1.1em}.nav-element--selected,.bold{font-weight:700}.uppercase{text-transform:uppercase}.legend{font-size:12px}.label{font-size:12px;text-transform:uppercase}.fade-enter-active{animation:fade-in .5s ease}.fade-leave-active{animation:fade-in .2s reverse}@keyframes fade-in{0%{opacity:0}to{opacity:1}}:root{--color-primary: #FF6E00;--color-primary-light: #ffa866;--color-primary-lightest: #ffa866;--color-text: #EDEEEB;--color-bg-main: #2A2B27;--color-bg-contrast: #151513;--color-bg-input: #54584F;--color-error: #F44336;--color-alert: #FF6E00;--color-advise: #FFEE58;--color-correct: #5A9216;--color-acb-logo-primary: #FFFFFF;--color-acb-logo-shadow: #747474;--color-google-btn-bg: #EDEEEB;--color-google-btn-bg-light: white;--color-google-btn-text: #151513;--color-apple-btn: #EDEEEB;--color-apple-btn-light: white}@media screen and (prefers-color-scheme: light){:root{--color-bg-main: #EDEEEB;--color-bg-contrast: #DBDDD9;--color-text: #151513;--color-bg-input: #DBDDD9;--color-acb-logo-primary: #151513;--color-acb-logo-shadow: #5F504D;--color-google-btn-bg: #151513;--color-google-btn-bg-light: #4b4b43;--color-google-btn-text: #EDEEEB;--color-apple-btn: #151513;--color-apple-btn-light: #4b4b43}}.button{--btn-clr: var(--color-primary);text-transform:uppercase;font-weight:700;padding:1em;font-size:1rem;color:#edeeeb;background-color:var(--btn-clr, var(--color-primary));line-height:1.3em;transition:.5s;display:inline-grid;grid-auto-flow:column;grid-gap:.5rem;align-items:center;text-align:center;cursor:pointer}.button>svg path{transition:.5s}.button:disabled{cursor:initial;--btn-clr: var(--color-primary-light);color:#edeeeb}.button:hover{--btn-clr: var(--color-primary-light);text-decoration:none}.button--large{font-size:16px}.button--small{font-size:12px}.button--ghost{background:transparent;border:1px solid var(--btn-clr, var(--color-primary));color:var(--btn-clr, var(--color-primary))}.button--nude{background:transparent;color:var(--color-text)}.button--nude:hover{color:var(--btn-clr, var(--color-primary))}.button--nude:hover>svg path{fill:var(--btn-clr, var(--color-primary))}.ge{display:flex;flex-direction:column;gap:2em;padding:2rem 1rem;margin:0 auto;max-width:480px;min-height:100vh}@media (min-width: 640px){.ge{padding:8rem 1rem}}.ge-logo{max-width:120px}.ge--priceplan{max-width:1200px;align-items:center;gap:5em}.ge-legal_txt{overflow-y:auto;max-height:200px;padding-right:1rem}.ge-legal_txt h1,.ge-legal_txt h2,.ge-legal_txt h3,.ge-legal_txt h4{font-weight:700;padding:2rem 0 .8rem}.ge-legal_txt h2{font-size:16px;line-height:1.1em}.ge-legal_txt h3{font-size:14px;line-height:1.1em}.ge-legal_txt li{display:flex}.ge-legal_txt li:before{content:"\b7";font-weight:700;font-size:1.2em;padding-right:.4em}.ge-legal_txt a{font-size:1em}.ge-pay__paypal_logo{padding-left:.5em;padding-bottom:-.3em}.ge-code{display:grid;grid-auto-flow:column;justify-content:start;gap:5px}.ge-back{height:2.2rem;width:2.2rem;display:flex;background-color:var(--color-bg-main);border-radius:100%;justify-content:center;align-items:center;padding:.1em;transition:.5s}.ge-back img{width:100%;height:100%;object-fit:contain}@media screen and (prefers-color-scheme: light){.ge-back img{filter:invert(100%)}}.ge-back:hover{background-color:var(--color-primary)}@media screen and (prefers-color-scheme: light){.ge-back:hover img{filter:invert(0)}}.ge-checkbox{grid-template-columns:21px 1fr;display:grid;justify-content:flex-start;align-items:center;gap:.5em}.ge-checkbox,.ge-checkbox>*{cursor:pointer}.ge-list{list-style-type:square;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5ems}.ge-list--checkbox{padding:0}.ge-actions{display:flex;gap:1em}.ge-actions--vertical{flex-direction:column}.ge-actions--rtl{justify-content:flex-end}.ge-advise{text-align:center;width:100%}.ge-form{display:contents}input[type=checkbox],input[type=radiobutton]{width:21px;height:21px;border:2px solid var(--color-text);transition:.5s;position:relative;margin:0}input[type=checkbox]:checked,input[type=radiobutton]:checked{background-color:var(--color-primary);border-color:var(--color-primary)}input[type=checkbox]:checked:before,input[type=checkbox]:checked:after,input[type=radiobutton]:checked:before,input[type=radiobutton]:checked:after{content:"";position:absolute;background-color:#edeeeb;transform:rotate(45deg)}input[type=checkbox]:checked:before,input[type=radiobutton]:checked:before{width:8px;height:2px;top:10px;left:1px}input[type=checkbox]:checked:after,input[type=radiobutton]:checked:after{width:2px;height:12px;left:11px;top:2px}input[type=radiobutton]{border-radius:100%}input[type=text],input[type=password],input[type=search],input[type=email],input[type=number]{--bc: transparent;background:var(--color-bg-input);border:0;outline:0;color:var(--color-text);font-size:1rem;padding:1em;flex-grow:1;border:2px solid var(--bc);transition:border .5s;margin:0}input[type=number]{width:50px;height:50px;text-align:center;font-weight:700;font-size:1.2rem}input[type=number]:focus{--bc: var(--color-text);outline:none;caret-color:transparent}input[type=number]:focus::placeholder{color:var(--color-text)}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}.fo-line{display:grid;color:var(--color-text);grid-gap:.5em}.fo-iw{display:grid;grid-gap:1em;position:relative}.fo-iw--psw{--width: 0%;--color: transparent}.fo-iw--psw[show=true]{display:block}.fo-iw--psw[strength=bad]{--color: var(--color-error);--width: 25%}.fo-iw--psw[strength=medium]{--width: 50%;--color: var(--color-alert)}.fo-iw--psw[strength=good]{--width: 75%;--color: var(--color-advise)}.fo-iw--psw[strength=strong]{--width: 100%;--color: var(--color-correct)}.fo-iw-icon{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;width:calc(3em + 3px);height:calc(3em + 6px)}@media screen and (prefers-color-scheme: light){.fo-iw-icon{filter:invert(100%)}}.fo-iw-icon__el{display:initial;cursor:pointer}.fo-iw-icon--off,.fo-iw-icon__el--sec{display:none}.fo-iw-icon--off{display:initial}.fo-iw-icon--left{left:0;right:none}.fo-iw--psw[strength] .fo-iw__input{border-color:var(--color)}.fo-iw-icon+.fo-iw__input{padding-right:3em}.fo-iw-icon--left+.fo-iw__input{padding-right:0;padding-left:3em}.fo-iw__input:not(.fo-iw__input--deactivated):not(:placeholder-shown):not(:focus):valid,.fo-iw__input--correct{--bc: var(--color-correct)}.fo-iw__input:not(.fo-iw__input--deactivated):not(:placeholder-shown):not(:focus):invalid,.fo-iw__input--error{--bc: var(--color-error)}.fo-iw__input:hover,.fo-iw__input:focus,.fo-iw__input--focus{--bc: var(--color-text)}.fo-iw__input::placeholder{color:inherit}.fo-iw__help{display:block}.fo-iw__help--hide{opacity:0}.fo-psw_str{display:flex;align-items:center;gap:1em}.fo-psw_str__bar{width:220px;height:6px;background:white;position:relative}.fo-psw_str__bar:after{content:"";position:absolute;left:0;top:0;height:100%;width:var(--width);background-color:var(--color);transition:.5s}.fo-psw_str__text{color:var(--color)}.ge-inter[data-v-11738c51]{margin:0 auto;padding:2em;align-items:center;animation:.5s .5s inter-11738c51 both;display:flex;gap:1em}@keyframes inter-11738c51{0%{opacity:0}to{opacity:1}}.ge-inter-txt[data-v-11738c51]{display:grid;grid-template-columns:row;grid-gap:.5rem}.ge-inter-txt .title[data-v-11738c51],.ge-inter-txt .subtitle[data-v-11738c51]{margin:0}.ge-inter-anim[data-v-11738c51]{display:inline-block;position:relative;width:72px;height:72px;animation:10s 1s anim-11738c51 both;flex-shrink:0}@keyframes anim-11738c51{0%{opacity:0}to{opacity:1}}.ge-inter-anim[data-v-11738c51]:after,.ge-inter-anim[data-v-11738c51]:before{content:"";position:absolute;border:4px solid var(--color-text);border-radius:50%;transform:translate(-50%,-50%);top:50%;left:50%;animation:anim-elements-11738c51 1s both cubic-bezier(0,.2,.8,1) infinite}.ge-inter-anim[data-v-11738c51]:before{animation-delay:-.65s}@keyframes anim-elements-11738c51{0%{width:0;height:0;opacity:.9}to{width:100%;height:100%;opacity:0}}.ge-inter_wrap[data-v-11738c51]{display:grid;height:100%;width:100%;position:fixed;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:1;justify-content:flex-start;align-content:center;overflow:hidden;animation:.5s 1s inter_wrap-11738c51 both}@keyframes inter_wrap-11738c51{0%{opacity:0}to{opacity:1}}.ge-inter_wrap[data-v-11738c51]:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--color-bg-main);opacity:.6;backdrop-filter:blur(5px)}.ge-inter_wrap--instant[data-v-11738c51]{animation:none;opacity:1}.ge-inter_wrap--instant[data-v-11738c51]:before{opacity:1}.sc{display:grid;grid-gap:1.5rem;justify-items:center;padding-top:1rem}.sc-head{width:100%;position:relative;display:flex;justify-items:center;justify-content:center}.sc-head span{background-color:var(--color-bg-main);padding:0 1rem}.sc-head:after{content:"";width:100%;border-bottom:solid 1px var(--color-bg-input);position:absolute;left:0;top:50%;z-index:-1}.sc-item{justify-content:center;justify-items:center;grid-gap:1rem}.sc-item>img{height:20px}.sc-item>span{padding-top:.1em}.sc-item--google{--btn-clr: var(--color-google-btn-bg);color:var(--color-google-btn-text)}.sc-item--google:hover{--btn-clr: var(--color-google-btn-bg-light);text-decoration:none}.sc-item--apple{--btn-clr: var(--color-apple-btn)}.sc-item--apple:hover{--btn-clr: var(--color-apple-btn-light)}@media screen and (prefers-color-scheme: light){.sc-item--apple>img{filter:invert(100%)}}.sc-item-wrap{display:grid;grid-gap:1rem;width:100%}.sm{position:relative;height:100%;min-height:100vh;width:100%;max-width:1200px;margin:0 auto;display:grid;justify-content:start;align-content:center}.sm-logo{max-width:120px}.sm__bg{position:absolute;height:100%;width:100%;object-fit:cover}.sm-cnt{position:relative;display:flex;flex-direction:column;grid-gap:2em;padding:1rem;transform:translateY(-50%);max-width:500px}.sm-cnt-head{display:grid;grid-gap:.5rem}.sm-cnt>.ge-logo{margin-bottom:2rem}@charset "UTF-8";.ha{padding:4em 1em;display:flex;gap:2em;max-width:1200px;margin:0 auto;min-height:100vh}.ha-main{display:flex;flex-grow:1;gap:2em;flex-direction:column;max-width:800px;align-items:start}.ha-main-cnt{margin-top:-2rem}.ha-main-cnt h1,.ha-main-cnt h2,.ha-main-cnt h3,.ha-main-cnt h4{font-weight:700;padding:2rem 0 .8rem}.ha-main-cnt h1{font-size:36px;line-height:1.1em}.ha-main-cnt h2{font-size:24px;line-height:1.1em}.ha-main-cnt h3{font-size:18px;line-height:1.1em}.ha-main-cnt li{display:flex}.ha-main-cnt li:before{content:"\b7";font-weight:700;font-size:1.2em;padding-right:.4em}.ha-main-cnt a{font-size:1em}.ha-related{flex-basis:200px;display:flex;flex-direction:column;gap:1em}.ha-rarticle{display:flex;gap:.5em}.ha-rarticle:hover{color:var(--color-primary)}.ha-rarticle:hover:before{border-color:var(--color-primary)}.ha-rarticle__anchor{color:var(--color-text)}.ha-rarticle:before{content:"";display:inline-block;border-right:2px solid var(--color-text);border-top:2px solid var(--color-text);transform:translateY(.4em) rotate(45deg);font-size:10px;width:1em;height:1em}.ha-rarticle_list{display:contents}.he-breadcrumb{display:flex;gap:.5em;align-items:center}.he-breadcrumb__item{display:contents}.he-breadcrumb__item:not(:last-child):after{content:"";border:2px solid var(--color-text);border-left:0;border-bottom:0;transform:rotate(45deg);font-size:8px;width:1em;height:1em}.uc{display:flex;flex-direction:column;gap:8em;padding:4rem 1rem 12rem;margin:0 auto;max-width:1200px;min-height:100vh}.uc-s{display:grid;grid-template-columns:repeat(1,1fr);grid-template-areas:"header" "info" "actions";grid-column-gap:1em;grid-row-gap:3em}.uc-s:nth-child(2){margin-top:-4rem}@media (min-width: 640px){.uc-s{grid-template-columns:repeat(2,1fr);grid-template-areas:"header actions" "info actions"}.uc-s:nth-child(2){margin-top:0}}@media (min-width: 1024px){.uc-s{grid-template-columns:repeat(3,1fr);grid-template-areas:"header info actions"}}.uc-s-header{grid-area:header}.uc-s-info{grid-area:info;display:flex;flex-direction:column;gap:3em}.uc-s-info-part{display:flex;flex-direction:column;gap:.5em}.uc-s-info-part__msg{margin-top:1em}.uc-s-actions{grid-area:actions;display:flex;flex-direction:column;margin-left:-1em;align-items:flex-start}.uc-s-actions .button{text-align:start;font-size:.9rem}@media (min-width: 640px){.uc-s-actions{margin-top:-1em;margin-bottom:-1em;margin-left:0;align-items:flex-end}.uc-s-actions .button{text-align:end;font-size:unset}}.uc-r{display:flex;justify-content:center;padding:3rem 0}
