@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Comfortaa&display=swap";:root{font-size:16px;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}h3{font-size:clamp(.8rem,4vmin,1rem)}h4{font-size:clamp(.75rem,3.5vmin,1rem)}hr{border:none;border-top:1px solid hsl(0,0%,18%);margin:.3rem 0}html{scrollbar-gutter:stable}html,body,#app,main{min-height:100%;margin:0;padding:0}body{font-family:Comfortaa,cursive;color:#fff;background-color:#262630;background-image:url(/img/bg-alone-in-the-sky.jpg);background-position:top center;background-repeat:no-repeat;background-size:100%;background-attachment:fixed;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:100dvh;display:flex;flex-direction:column;min-height:100vh;padding-inline:clamp(.5rem,2vw,2rem);padding-top:clamp(.5rem,2vw,2rem)}.button{font-family:Comfortaa,cursive,sans-serif;text-transform:uppercase;display:block;padding:.5rem 3rem;background-color:#fff;color:#262630;border:none;border-radius:4px;font-size:clamp(.7rem,3vmin,.9rem);cursor:pointer}.button svg{width:1.2em;height:1.2em}.dialog{border:1px solid hsl(0,0%,18%);border-radius:.3rem;background:hsl(249,11%,7%);color:#fff;padding:0;width:50ch;max-width:90vw;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dialog::backdrop{background:rgba(0,0,0,.8)}.dropdown{display:inline-block;padding:.4rem .6rem;border:1px solid hsl(0,0%,18%);background-color:#101014;color:#fff;border-radius:.3rem;font-family:inherit;cursor:pointer;transition:border-color .2s;font-size:clamp(.7rem,3vmin,.9rem)}.dropdown:hover{border-color:#b19df7}.dropdown:focus{outline:none;border-color:#b19df7;box-shadow:0 0 0 2px #b19df71a}.dropdown option{background-color:#101014;color:#fff}section{display:flex;justify-content:center;gap:1rem}section+section{margin-top:1rem}.card{position:relative;width:100%;max-width:2400px;padding:clamp(.9rem,2vw,1.2rem) clamp(.5rem,2vw,1.5rem);border-radius:.3rem;background-color:#101014;overflow-x:auto}.card.loading:after{content:"";position:absolute;top:0;left:0;background:hsl(249,11%,7%);width:100%;height:100%;z-index:1;animation:pulsing-opacity 1.5s ease infinite;pointer-events:none}.mini-table{width:100%;border-collapse:collapse;font-size:clamp(.75rem,3.5vmin,1rem);text-align:left}.mini-table .decimal{font-size:.85em}.mini-table th,.mini-table td{padding:.3rem .5rem;border-bottom:1px solid hsl(0,0%,18%)}.mini-table th{text-transform:uppercase;font-size:clamp(.55rem,2vmin,.7rem);color:#b3b3b3;vertical-align:bottom}.mini-table td a{text-decoration-color:#737373;color:#fff;transition:text-decoration .15s}.mini-table td a:hover{text-decoration-color:#b3b3b3}.good{color:#4ae23c}.bad{color:#f70264}.neutral{color:#fff}.unimportant{color:#b3b3b3}.rank{color:#2e6cee}.comps{color:#ffd33c}.flag{transform:scale(.7);transform-origin:left center}.pq-circle{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid #ffd33c;pointer-events:none;background-color:#101014}.medal{display:inline-block;width:1.3em;height:1.3em;border-radius:50%;border:1.5px solid rgba(0,0,0,.3);vertical-align:middle;box-shadow:inset 0 1px 2px #ffffff4d,0 1px 2px #0003}.medal.gold{background:linear-gradient(135deg,#ffd700,#c8a200);border-color:#a0820080}.medal.silver{background:linear-gradient(135deg,#e0e0e0,#a8a8a8);border-color:#78787880}.medal.bronze{background:linear-gradient(135deg,#cd7f32,#a0612b);border-color:#643c1480}.accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content;display:flex;align-items:baseline;gap:.5rem;color:#b3b3b3}.accordion-header:hover{color:#fff}.accordion-icon{display:inline-block;width:.8em;height:.8em;background-color:currentColor;border-radius:50%;position:relative;flex-shrink:0}.accordion-icon:before,.accordion-icon:after{content:"";position:absolute;background-color:#101014;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.accordion-icon:before{width:55%;height:1.5px}.accordion-icon:after{width:1.5px;height:55%}.accordion-icon.open:after{transform:translate(-50%,-50%) scaleY(0)}.accordion-enter-active,.accordion-leave-active{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease}.accordion-enter-from,.accordion-leave-to{grid-template-rows:0fr}.accordion-enter-active>div,.accordion-leave-active>div{overflow:hidden}div{position:relative}.p-autocomplete{max-width:100%}.p-autocomplete .p-inputtext{width:100%}.p-inputtext{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:100%;padding:.75rem;padding-right:2em;border:1px solid hsl(0,0%,18%);border-radius:6px;background:hsl(249,11%,7%);color:#fff;font-family:Comfortaa,cursive;font-size:clamp(1.2rem,3vmin,2rem);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.p-inputtext:enabled:hover{border-color:#b19df7}.p-inputtext:enabled:focus{outline:0;border-color:#b19df7}.p-autocomplete-panel{max-width:calc(100% - (clamp(.5rem,2vw,2rem)*2));border:1px solid hsl(0,0%,18%);border-radius:6px;background:hsl(249,11%,7%);color:#fff}.p-autocomplete-panel .p-autocomplete-items{padding:.5rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.75rem 1.25rem;border:0;background:transparent;color:#fff;transition:background-color .15s,color .15s}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{background:rgba(177,157,247,.16);color:#b19df7}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus{background:rgba(177,157,247,.24)}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus{background:rgba(255,255,255,.09)}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover{background:rgba(255,255,255,.03)}.search-reset-buton{position:absolute;z-index:2;right:1rem;top:50%;transform:translateY(-50%);border:none;border-radius:50%;background-color:#696d8c;cursor:pointer;width:1.3em;height:1.3em;font-size:1.4rem;font-weight:900;color:#101014;transition:.15s}.search-reset-buton:hover{opacity:1;background-color:#b19df7}.search-reset-buton:hover~.p-autocomplete .p-inputtext{border-color:#b19df7}.search-reset-buton:after{content:"×";position:relative;left:0;right:0;font-size:1.3em;line-height:.85}.search-item{font-family:Comfortaa,cursive}.search-item span{opacity:.7;font-size:.8em;padding-left:.5em}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}@keyframes pulsing-opacity{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw,.flag.flag-aw,.flag.flag-aru{background-position:0 0}.flag.flag-afg,.flag.flag-af{background-position:0 -20px}.flag.flag-ago,.flag.flag-ao,.flag .flagflag-ang{background-position:0 -40px}.flag.flag-aia,.flag.flag-ai{background-position:0 -60px}.flag.flag-ala{background-position:0 -80px}.flag.flag-alb,.flag.flag-al{background-position:0 -100px}.flag.flag-and,.flag.flag-ad{background-position:0 -120px}.flag.flag-ant,.flag.flag-an,.flag.flag-aho{background-position:0 -140px}.flag.flag-are,.flag.flag-ae,.flag.flag-uae{background-position:0 -160px}.flag.flag-arg,.flag.flag-ar{background-position:0 -180px}.flag.flag-arm,.flag.flag-am{background-position:0 -200px}.flag.flag-asm,.flag.flag-as,.flag.flag-asa{background-position:0 -220px}.flag.flag-ata{background-position:0 -240px}.flag.flag-atf,.flag.flag-tf{background-position:0 -260px}.flag.flag-atg,.flag.flag-ag{background-position:0 -280px}.flag.flag-aus,.flag.flag-au{background-position:0 -300px}.flag.flag-aut,.flag.flag-at{background-position:0 -320px}.flag.flag-aze,.flag.flag-az{background-position:0 -340px}.flag.flag-bdi,.flag.flag-bi{background-position:0 -360px}.flag.flag-bel,.flag.flag-be{background-position:0 -380px}.flag.flag-ben,.flag.flag-bj{background-position:0 -400px}.flag.flag-bes{background-position:0 -420px}.flag.flag-bfa,.flag.flag-bf,.flag.flag-bur{background-position:0 -440px}.flag.flag-bgd,.flag.flag-bd,.flag.flag-ban{background-position:0 -460px}.flag.flag-bgr,.flag.flag-bg,.flag.flag-bul{background-position:0 -480px}.flag.flag-bhr,.flag.flag-bh{background-position:0 -500px}.flag.flag-bhs,.flag.flag-bs,.flag.flag-bah{background-position:0 -520px}.flag.flag-bih,.flag.flag-ba{background-position:0 -540px}.flag.flag-blm{background-position:0 -560px}.flag.flag-blr,.flag.flag-by{background-position:0 -580px}.flag.flag-blz,.flag.flag-bz,.flag.flag-biz{background-position:0 -600px}.flag.flag-bmu,.flag.flag-bm,.flag.flag-ber{background-position:0 -620px}.flag.flag-bol,.flag.flag-bo{background-position:0 -640px}.flag.flag-bra,.flag.flag-br{background-position:0 -660px}.flag.flag-brb,.flag.flag-bb,.flag.flag-bar{background-position:0 -680px}.flag.flag-brn,.flag.flag-bn,.flag.flag-bru{background-position:0 -700px}.flag.flag-btn,.flag.flag-bt,.flag.flag-bhu{background-position:0 -720px}.flag.flag-bvt,.flag.flag-bv{background-position:0 -740px}.flag.flag-bwa,.flag.flag-bw,.flag.flag-bot{background-position:0 -760px}.flag.flag-caf,.flag.flag-cf{background-position:0 -780px}.flag.flag-can,.flag.flag-ca{background-position:0 -800px}.flag.flag-cck,.flag.flag-cc{background-position:0 -820px}.flag.flag-che,.flag.flag-ch,.flag.flag-sui{background-position:0 -840px}.flag.flag-chl,.flag.flag-cl,.flag.flag-chi{background-position:0 -860px}.flag.flag-chn,.flag.flag-cn{background-position:0 -880px}.flag.flag-civ,.flag.flag-ci{background-position:0 -900px}.flag.flag-cmr,.flag.flag-cm{background-position:0 -920px}.flag.flag-cod,.flag.flag-cd,.flag.flag-zai{background-position:0 -940px}.flag.flag-cog,.flag.flag-cg,.flag.flag-cgo{background-position:0 -960px}.flag.flag-cok,.flag.flag-ck{background-position:0 -980px}.flag.flag-col,.flag.flag-co{background-position:0 -1000px}.flag.flag-com,.flag.flag-km{background-position:0 -1020px}.flag.flag-cpv,.flag.flag-cv{background-position:0 -1040px}.flag.flag-cri,.flag.flag-cr,.flag.flag-crc{background-position:0 -1060px}.flag.flag-cub,.flag.flag-cu{background-position:0 -1080px}.flag.flag-cuw{background-position:0 -1100px}.flag.flag-cxr,.flag.flag-cx{background-position:0 -1120px}.flag.flag-cym,.flag.flag-ky,.flag.flag-cay{background-position:0 -1140px}.flag.flag-cyp,.flag.flag-cy{background-position:0 -1160px}.flag.flag-cze,.flag.flag-cz{background-position:0 -1180px}.flag.flag-deu,.flag.flag-de,.flag.flag-ger{background-position:0 -1200px}.flag.flag-dji,.flag.flag-dj{background-position:0 -1220px}.flag.flag-dma,.flag.flag-dm{background-position:0 -1240px}.flag.flag-dnk,.flag.flag-dk,.flag.flag-den{background-position:0 -1260px}.flag.flag-dom,.flag.flag-do{background-position:0 -1280px}.flag.flag-dza,.flag.flag-dz,.flag.flag-alg{background-position:0 -1300px}.flag.flag-ecu,.flag.flag-ec{background-position:0 -1320px}.flag.flag-egy,.flag.flag-eg{background-position:0 -1340px}.flag.flag-eng{background-position:0 -1360px}.flag.flag-eri,.flag.flag-er{background-position:0 -1380px}.flag.flag-esp,.flag.flag-es{background-position:0 -1400px}.flag.flag-est,.flag.flag-ee{background-position:0 -1420px}.flag.flag-eth,.flag.flag-et{background-position:0 -1440px}.flag.flag-eur{background-position:0 -1460px}.flag.flag-fai{background-position:0 -1480px}.flag.flag-fin,.flag.flag-fi{background-position:0 -1500px}.flag.flag-fji,.flag.flag-fj,.flag.flag-fij{background-position:0 -1520px}.flag.flag-flk,.flag.flag-fk{background-position:0 -1540px}.flag.flag-fra,.flag.flag-fr{background-position:0 -1560px}.flag.flag-fro,.flag.flag-fo{background-position:0 -1580px}.flag.flag-fsm,.flag.flag-fm{background-position:0 -1600px}.flag.flag-gab,.flag.flag-ga{background-position:0 -1620px}.flag.flag-gbr,.flag.flag-gb{background-position:0 -1640px}.flag.flag-geo,.flag.flag-ge{background-position:0 -1660px}.flag.flag-ggy,.flag.flag-gg{background-position:0 -1680px}.flag.flag-gha,.flag.flag-gh{background-position:0 -1700px}.flag.flag-gib,.flag.flag-gi{background-position:0 -1720px}.flag.flag-gin,.flag.flag-gn,.flag.flag-gui{background-position:0 -1740px}.flag.flag-glp,.flag.flag-gp{background-position:0 -1760px}.flag.flag-gmb,.flag.flag-gm,.flag.flag-gam{background-position:0 -1780px}.flag.flag-gnb,.flag.flag-gw,.flag.flag-gbs{background-position:0 -1800px}.flag.flag-gnq,.flag.flag-gq,.flag.flag-geq{background-position:0 -1820px}.flag.flag-grc,.flag.flag-gr,.flag.flag-gre{background-position:0 -1840px}.flag.flag-grd,.flag.flag-gd,.flag.flag-grn{background-position:0 -1860px}.flag.flag-grl,.flag.flag-gl{background-position:0 -1880px}.flag.flag-gtm,.flag.flag-gt{background-position:0 -1900px}.flag.flag-guf,.flag.flag-gf{background-position:0 -1920px}.flag.flag-gum,.flag.flag-gu{background-position:0 -1940px}.flag.flag-guy,.flag.flag-gy{background-position:0 -1960px}.flag.flag-hkg,.flag.flag-hk{background-position:0 -1980px}.flag.flag-hmd,.flag.flag-hm{background-position:0 -2000px}.flag.flag-hnd,.flag.flag-hn,.flag.flag-hon{background-position:0 -2020px}.flag.flag-hrv,.flag.flag-hr,.flag.flag-cro{background-position:0 -2040px}.flag.flag-hti,.flag.flag-ht,.flag.flag-hai{background-position:0 -2060px}.flag.flag-hun,.flag.flag-hu{background-position:0 -2080px}.flag.flag-idn,.flag.flag-id,.flag.flag-ina{background-position:0 -2100px}.flag.flag-imn{background-position:0 -2120px}.flag.flag-ind,.flag.flag-in{background-position:0 -2140px}.flag.flag-iot,.flag.flag-io{background-position:0 -2160px}.flag.flag-irl,.flag.flag-ie{background-position:0 -2180px}.flag.flag-irn,.flag.flag-ir,.flag.flag-iri{background-position:0 -2200px}.flag.flag-irq,.flag.flag-iq{background-position:0 -2220px}.flag.flag-isl,.flag.flag-is{background-position:0 -2240px}.flag.flag-isr,.flag.flag-il{background-position:0 -2260px}.flag.flag-ita,.flag.flag-it{background-position:0 -2281px}.flag.flag-jam,.flag.flag-jm{background-position:0 -2300px}.flag.flag-jey{background-position:0 -2320px}.flag.flag-jor,.flag.flag-jo{background-position:0 -2340px}.flag.flag-jpn,.flag.flag-jp{background-position:0 -2360px}.flag.flag-kaz,.flag.flag-kz{background-position:0 -2380px}.flag.flag-ken,.flag.flag-ke{background-position:0 -2400px}.flag.flag-kgz,.flag.flag-kg{background-position:0 -2420px}.flag.flag-khm,.flag.flag-kg,.flag.flag-cam{background-position:0 -2440px}.flag.flag-kir,.flag.flag-ki{background-position:0 -2460px}.flag.flag-kna,.flag.flag-kn,.flag.flag-skn{background-position:0 -2480px}.flag.flag-kor,.flag.flag-kr{background-position:0 -2500px}.flag.flag-kos{background-position:0 -2520px}.flag.flag-kwt,.flag.flag-kw,.flag.flag-kuw{background-position:0 -2540px}.flag.flag-lao,.flag.flag-la{background-position:0 -2560px}.flag.flag-lbn,.flag.flag-lb{background-position:0 -2580px}.flag.flag-lbr,.flag.flag-lr{background-position:0 -2600px}.flag.flag-lby,.flag.flag-ly,.flag.flag-lba{background-position:0 -2620px}.flag.flag-lca,.flag.flag-lc{background-position:0 -2640px}.flag.flag-lie,.flag.flag-li{background-position:0 -2660px}.flag.flag-lka,.flag.flag-lk,.flag.flag-sri{background-position:0 -2680px}.flag.flag-lso,.flag.flag-ls,.flag.flag-les{background-position:0 -2700px}.flag.flag-ltu,.flag.flag-lt{background-position:0 -2720px}.flag.flag-lux,.flag.flag-lu{background-position:0 -2740px}.flag.flag-lva,.flag.flag-lv,.flag.flag-lat{background-position:0 -2760px}.flag.flag-mac,.flag.flag-mo{background-position:0 -2780px}.flag.flag-maf,.flag.flag-mf{background-position:0 -2800px}.flag.flag-mar,.flag.flag-ma{background-position:0 -2820px}.flag.flag-mco,.flag.flag-mc,.flag.flag-mon{background-position:0 -2840px}.flag.flag-mda,.flag.flag-md{background-position:0 -2860px}.flag.flag-mdg,.flag.flag-mg,.flag.flag-mad{background-position:0 -2880px}.flag.flag-mdv,.flag.flag-mv{background-position:0 -2900px}.flag.flag-mex,.flag.flag-mx{background-position:0 -2920px}.flag.flag-mhl,.flag.flag-mh{background-position:0 -2940px}.flag.flag-mkd,.flag.flag-mk{background-position:0 -2960px}.flag.flag-mli,.flag.flag-ml{background-position:0 -2980px}.flag.flag-mlt,.flag.flag-mt{background-position:0 -3000px}.flag.flag-mmr,.flag.flag-mm,.flag.flag-mya{background-position:0 -3020px}.flag.flag-mne,.flag.flag-me{background-position:0 -3040px}.flag.flag-mng,.flag.flag-mn,.flag.flag-mgl{background-position:0 -3060px}.flag.flag-mnp,.flag.flag-mp{background-position:0 -3080px}.flag.flag-moz,.flag.flag-mz{background-position:0 -3100px}.flag.flag-mrt,.flag.flag-mr,.flag.flag-mtn{background-position:0 -3120px}.flag.flag-msr,.flag.flag-ms{background-position:0 -3140px}.flag.flag-mtq,.flag.flag-mq{background-position:0 -3160px}.flag.flag-mus,.flag.flag-mu,.flag.flag-mri{background-position:0 -3180px}.flag.flag-mwi,.flag.flag-mw,.flag.flag-maw{background-position:0 -3200px}.flag.flag-mys,.flag.flag-my,.flag.flag-mas{background-position:0 -3220px}.flag.flag-myt,.flag.flag-yt{background-position:0 -3240px}.flag.flag-nam,.flag.flag-na{background-position:0 -3260px}.flag.flag-ncl,.flag.flag-nc{background-position:0 -3280px}.flag.flag-ner,.flag.flag-ne,.flag.flag-nig{background-position:0 -3300px}.flag.flag-nfk,.flag.flag-nf{background-position:0 -3320px}.flag.flag-nga,.flag.flag-ng,.flag.flag-ngr{background-position:0 -3340px}.flag.flag-nic,.flag.flag-ni,.flag.flag-nca{background-position:0 -3360px}.flag.flag-nir{background-position:0 -3380px}.flag.flag-niu,.flag.flag-nu{background-position:0 -3400px}.flag.flag-nld,.flag.flag-nl,.flag.flag-ned{background-position:0 -3420px}.flag.flag-nor,.flag.flag-no{background-position:0 -3440px}.flag.flag-npl,.flag.flag-np,.flag.flag-nep{background-position:0 -3460px}.flag.flag-nru,.flag.flag-nr{background-position:0 -3480px}.flag.flag-nzl,.flag.flag-nz{background-position:0 -3500px}.flag.flag-omn,.flag.flag-om,.flag.flag-oma{background-position:0 -3520px}.flag.flag-pak,.flag.flag-pk{background-position:0 -3540px}.flag.flag-pan,.flag.flag-pa{background-position:0 -3560px}.flag.flag-pcn,.flag.flag-pn{background-position:0 -3580px}.flag.flag-per,.flag.flag-pe{background-position:0 -3600px}.flag.flag-phl,.flag.flag-ph,.flag.flag-phi{background-position:0 -3620px}.flag.flag-plw,.flag.flag-pw{background-position:0 -3640px}.flag.flag-png,.flag.flag-pg{background-position:0 -3660px}.flag.flag-pol,.flag.flag-pl{background-position:0 -3680px}.flag.flag-pri,.flag.flag-pr,.flag.flag-pur{background-position:0 -3700px}.flag.flag-prk,.flag.flag-kp{background-position:0 -3720px}.flag.flag-prt,.flag.flag-pt,.flag.flag-por{background-position:0 -3740px}.flag.flag-pry,.flag.flag-py,.flag.flag-par{background-position:0 -3760px}.flag.flag-pse,.flag.flag-ps{background-position:0 -3780px}.flag.flag-pyf,.flag.flag-pf{background-position:0 -3800px}.flag.flag-qat,.flag.flag-qa{background-position:0 -3820px}.flag.flag-reu,.flag.flag-re{background-position:0 -3840px}.flag.flag-rou,.flag.flag-ro{background-position:0 -3860px}.flag.flag-rus,.flag.flag-ru{background-position:0 -3880px}.flag.flag-rwa,.flag.flag-rw{background-position:0 -3900px}.flag.flag-sau,.flag.flag-sa,.flag.flag-ksa{background-position:0 -3920px}.flag.flag-sco{background-position:0 -3940px}.flag.flag-sct{background-position:0 -3960px}.flag.flag-sdn,.flag.flag-sd,.flag.flag-sud{background-position:0 -3980px}.flag.flag-sen,.flag.flag-sn{background-position:0 -4000px}.flag.flag-sgp,.flag.flag-sg{background-position:0 -4020px}.flag.flag-sgs,.flag.flag-gs{background-position:0 -4040px}.flag.flag-shn,.flag.flag-sh{background-position:0 -4060px}.flag.flag-sjm{background-position:0 -4080px}.flag.flag-slb,.flag.flag-sb,.flag.flag-sol{background-position:0 -4100px}.flag.flag-sle,.flag.flag-sl{background-position:0 -4120px}.flag.flag-slv,.flag.flag-sv,.flag.flag-esa{background-position:0 -4140px}.flag.flag-smr,.flag.flag-sm{background-position:0 -4160px}.flag.flag-som,.flag.flag-so{background-position:0 -4180px}.flag.flag-spm,.flag.flag-pm{background-position:0 -4200px}.flag.flag-srb,.flag.flag-rs{background-position:0 -4220px}.flag.flag-ssd{background-position:0 -4240px}.flag.flag-stp,.flag.flag-st{background-position:0 -4260px}.flag.flag-sur,.flag.flag-sr{background-position:0 -4280px}.flag.flag-svk,.flag.flag-sk{background-position:0 -4300px}.flag.flag-svn,.flag.flag-si,.flag.flag-slo{background-position:0 -4320px}.flag.flag-swe,.flag.flag-se{background-position:0 -4340px}.flag.flag-swz,.flag.flag-sz{background-position:0 -4360px}.flag.flag-sxm{background-position:0 -4380px}.flag.flag-syc,.flag.flag-sc,.flag.flag-sey{background-position:0 -4400px}.flag.flag-syr,.flag.flag-sy{background-position:0 -4420px}.flag.flag-tca,.flag.flag-tc{background-position:0 -4440px}.flag.flag-tcd,.flag.flag-td,.flag.flag-cha{background-position:0 -4460px}.flag.flag-tgo,.flag.flag-tg,.flag.flag-tog{background-position:0 -4480px}.flag.flag-tha,.flag.flag-th{background-position:0 -4500px}.flag.flag-tjk,.flag.flag-tj{background-position:0 -4520px}.flag.flag-tkl,.flag.flag-tk{background-position:0 -4540px}.flag.flag-tkm,.flag.flag-tm{background-position:0 -4560px}.flag.flag-tls,.flag.flag-tl{background-position:0 -4580px}.flag.flag-ton,.flag.flag-to,.flag.flag-tga{background-position:0 -4600px}.flag.flag-tpe{background-position:0 -4620px}.flag.flag-tto,.flag.flag-tt,.flag.flag-tri{background-position:0 -4640px}.flag.flag-tun,.flag.flag-tn{background-position:0 -4660px}.flag.flag-tur,.flag.flag-tr{background-position:0 -4680px}.flag.flag-tuv,.flag.flag-tv{background-position:0 -4700px}.flag.flag-twn,.flag.flag-tw{background-position:0 -4720px}.flag.flag-twn2{background-position:0 -4740px}.flag.flag-tza,.flag.flag-tz,.flag.flag-tan{background-position:0 -4760px}.flag.flag-uga,.flag.flag-ug{background-position:0 -4780px}.flag.flag-ukr,.flag.flag-ua{background-position:0 -4800px}.flag.flag-umi,.flag.flag-um{background-position:0 -4820px}.flag.flag-ury,.flag.flag-uy,.flag.flag-uru{background-position:0 -4840px}.flag.flag-usa,.flag.flag-us{background-position:0 -4860px}.flag.flag-uzb,.flag.flag-uz{background-position:0 -4880px}.flag.flag-vat,.flag.flag-va{background-position:0 -4900px}.flag.flag-vct,.flag.flag-vc,.flag.flag-vin{background-position:0 -4920px}.flag.flag-ven,.flag.flag-ve{background-position:0 -4940px}.flag.flag-vgb,.flag.flag-vg,.flag.flag-ivb{background-position:0 -4960px}.flag.flag-vir,.flag.flag-vi,.flag.flag-isv{background-position:0 -4980px}.flag.flag-vnm,.flag.flag-vn,.flag.flag-vie{background-position:0 -5000px}.flag.flag-vut,.flag.flag-vu,.flag.flag-van{background-position:0 -5020px}.flag.flag-wal{background-position:0 -5040px}.flag.flag-wlf,.flag.flag-wf{background-position:0 -5060px}.flag.flag-wsm,.flag.flag-ws,.flag.flag-sam{background-position:0 -5080px}.flag.flag-yem,.flag.flag-ye{background-position:0 -5100px}.flag.flag-zaf,.flag.flag-za,.flag.flag-rsa{background-position:0 -5120px}.flag.flag-zmb,.flag.flag-zm,.flag.flag-zam{background-position:0 -5140px}.flag.flag-zwe,.flag.flag-zw,.flag.flag-zim{background-position:0 -5160px}.flag-big{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw,.flag-big.flag-aw,.flag-big.flag-aru{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg,.flag-big.flag-af{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago,.flag-big.flag-ao,.flag-big.flag-ang{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia,.flag-big.flag-ai{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb,.flag-big.flag-al{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and,.flag-big.flag-ad{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant,.flag-big.flag-an,.flag-big.flag-aho{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are,.flag-big.flag-ae,.flag-big.flag-uae{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg,.flag-big.flag-ar{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm,.flag-big.flag-am{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm,.flag-big.flag-as,.flag-big.flag-asa{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf,.flag-big.flag-tf{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg,.flag-big.flag-ag{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus,.flag-big.flag-au{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut,.flag-big.flag-at{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze,.flag-big.flag-az{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi,.flag-big.flag-bi{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel,.flag-big.flag-be{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben,.flag-big.flag-bj{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa,.flag-big.flag-bf,.flag-big.flag-bur{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd,.flag-big.flag-bd,.flag-big.flag-ban{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr,.flag-big.flag-bg,.flag-big.flag-bul{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr,.flag-big.flag-bh{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs,.flag-big.flag-bs,.flag-big.flag-bah{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih,.flag-big.flag-ba{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr,.flag-big.flag-by{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz,.flag-big.flag-bz,.flag-big.flag-biz{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu,.flag-big.flag-bm,.flag-big.flag-ber{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol,.flag-big.flag-bo{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra,.flag-big.flag-br{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb,.flag-big.flag-bb,.flag-big.flag-bar{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn,.flag-big.flag-bn,.flag-big.flag-bru{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn,.flag-big.flag-bt,.flag-big.flag-bhu{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt,.flag-big.flag-bv{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa,.flag-big.flag-bw,.flag-big.flag-bot{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf,.flag-big.flag-cf{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can,.flag-big.flag-ca{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck,.flag-big.flag-cc{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che,.flag-big.flag-ch,.flag-big.flag-sui{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl,.flag-big.flag-cl,.flag-big.flag-chi{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn,.flag-big.flag-cn{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ,.flag-big.flag-ci{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr,.flag-big.flag-cm{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod,.flag-big.flag-cd,.flag-big.flag-zai{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog,.flag-big.flag-cg,.flag-big.flag-cgo{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok,.flag-big.flag-ck{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col,.flag-big.flag-co{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com,.flag-big.flag-km{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv,.flag-big.flag-cv{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri,.flag-big.flag-cr,.flag-big.flag-crc{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub,.flag-big.flag-cu{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr,.flag-big.flag-cx{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym,.flag-big.flag-ky,.flag-big.flag-cay{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp,.flag-big.flag-cy{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze,.flag-big.flag-cz{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu,.flag-big.flag-de,.flag-big.flag-ger{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji,.flag-big.flag-dj{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma,.flag-big.flag-dm{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk,.flag-big.flag-dk,.flag-big.flag-den{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom,.flag-big.flag-do{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza,.flag-big.flag-dz,.flag-big.flag-alg{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu,.flag-big.flag-ec{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy,.flag-big.flag-eg{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri,.flag-big.flag-er{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp,.flag-big.flag-es{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est,.flag-big.flag-ee{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth,.flag-big.flag-et{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin,.flag-big.flag-fi{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji,.flag-big.flag-fj,.flag-big.flag-fij{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk,.flag-big.flag-fk{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra,.flag-big.flag-fr{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro,.flag-big.flag-fo{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm,.flag-big.flag-fm{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab,.flag-big.flag-ga{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr,.flag-big.flag-gb{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo,.flag-big.flag-ge{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy,.flag-big.flag-gg{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha,.flag-big.flag-gh{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib,.flag-big.flag-gi{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin,.flag-big.flag-gn,.flag-big.flag-gui{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp,.flag-big.flag-gp{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb,.flag-big.flag-gm,.flag-big.flag-gam{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb,.flag-big.flag-gw,.flag-big.flag-gbs{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq,.flag-big.flag-gq,.flag-big.flag-geq{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc,.flag-big.flag-gr,.flag-big.flag-gre{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd,.flag-big.flag-gd,.flag-big.flag-grn{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl,.flag-big.flag-gl{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm,.flag-big.flag-gt{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf,.flag-big.flag-gf{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum,.flag-big.flag-gu{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy,.flag-big.flag-gy{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg,.flag-big.flag-hk{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd,.flag-big.flag-hm{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd,.flag-big.flag-hn,.flag-big.flag-hon{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv,.flag-big.flag-hr,.flag-big.flag-cro{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti,.flag-big.flag-ht,.flag-big.flag-hai{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun,.flag-big.flag-hu{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn,.flag-big.flag-id,.flag-big.flag-ina{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind,.flag-big.flag-in{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot,.flag-big.flag-io{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl,.flag-big.flag-ie{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn,.flag-big.flag-ir,.flag-big.flag-iri{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq,.flag-big.flag-iq{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl,.flag-big.flag-is{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr,.flag-big.flag-il{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita,.flag-big.flag-it{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam,.flag-big.flag-jm{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor,.flag-big.flag-jo{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn,.flag-big.flag-jp{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz,.flag-big.flag-kz{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken,.flag-big.flag-ke{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz,.flag-big.flag-kg{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm,.flag-big.flag-kg,.flag-big.flag-cam{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir,.flag-big.flag-ki{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna,.flag-big.flag-kn,.flag-big.flag-skn{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor,.flag-big.flag-kr{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt,.flag-big.flag-kw,.flag-big.flag-kuw{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao,.flag-big.flag-la{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn,.flag-big.flag-lb{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr,.flag-big.flag-lr{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby,.flag-big.flag-ly,.flag-big.flag-lba{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca,.flag-big.flag-lc{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie,.flag-big.flag-li{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka,.flag-big.flag-lk,.flag-big.flag-sri{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso,.flag-big.flag-ls,.flag-big.flag-les{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu,.flag-big.flag-lt{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux,.flag-big.flag-lu{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva,.flag-big.flag-lv,.flag-big.flag-lat{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac,.flag-big.flag-mo{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf,.flag-big.flag-mf{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar,.flag-big.flag-ma{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco,.flag-big.flag-mc,.flag-big.flag-mon{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda,.flag-big.flag-md{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg,.flag-big.flag-mg,.flag-big.flag-mad{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv,.flag-big.flag-mv{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex,.flag-big.flag-mx{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl,.flag-big.flag-mh{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd,.flag-big.flag-mk{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli,.flag-big.flag-ml{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt,.flag-big.flag-mt{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr,.flag-big.flag-mm,.flag-big.flag-mya{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne,.flag-big.flag-me{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng,.flag-big.flag-mn,.flag-big.flag-mgl{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp,.flag-big.flag-mp{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz,.flag-big.flag-mz{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt,.flag-big.flag-mr,.flag-big.flag-mtn{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr,.flag-big.flag-ms{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq,.flag-big.flag-mq{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus,.flag-big.flag-mu,.flag-big.flag-mri{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi,.flag-big.flag-mw,.flag-big.flag-maw{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys,.flag-big.flag-my,.flag-big.flag-mas{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt,.flag-big.flag-yt{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam,.flag-big.flag-na{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl,.flag-big.flag-nc{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner,.flag-big.flag-ne,.flag-big.flag-nig{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk,.flag-big.flag-nf{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga,.flag-big.flag-ng,.flag-big.flag-ngr{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic,.flag-big.flag-ni,.flag-big.flag-nca{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu,.flag-big.flag-nu{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld,.flag-big.flag-nl,.flag-big.flag-ned{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor,.flag-big.flag-no{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl,.flag-big.flag-np,.flag-big.flag-nep{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru,.flag-big.flag-nr{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl,.flag-big.flag-nz{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn,.flag-big.flag-om,.flag-big.flag-oma{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak,.flag-big.flag-pk{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan,.flag-big.flag-pa{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn,.flag-big.flag-pn{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per,.flag-big.flag-pe{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl,.flag-big.flag-ph,.flag-big.flag-phi{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw,.flag-big.flag-pw{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png,.flag-big.flag-pg{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol,.flag-big.flag-pl{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri,.flag-big.flag-pr,.flag-big.flag-pur{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk,.flag-big.flag-kp{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt,.flag-big.flag-pt,.flag-big.flag-por{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry,.flag-big.flag-py,.flag-big.flag-par{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse,.flag-big.flag-ps{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf,.flag-big.flag-pf{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat,.flag-big.flag-qa{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu,.flag-big.flag-re{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou,.flag-big.flag-ro{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus,.flag-big.flag-ru{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa,.flag-big.flag-rw{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau,.flag-big.flag-sa,.flag-big.flag-ksa{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn,.flag-big.flag-sd,.flag-big.flag-sud{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen,.flag-big.flag-sn{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp,.flag-big.flag-sg{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs,.flag-big.flag-gs{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn,.flag-big.flag-sh{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb,.flag-big.flag-sb,.flag-big.flag-sol{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle,.flag-big.flag-sl{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv,.flag-big.flag-sv,.flag-big.flag-esa{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr,.flag-big.flag-sm{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som,.flag-big.flag-so{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm,.flag-big.flag-pm{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb,.flag-big.flag-rs{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp,.flag-big.flag-st{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur,.flag-big.flag-sr{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk,.flag-big.flag-sk{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn,.flag-big.flag-si,.flag-big.flag-slo{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe,.flag-big.flag-se{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz,.flag-big.flag-sz{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc,.flag-big.flag-sc,.flag-big.flag-sey{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr,.flag-big.flag-sy{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca,.flag-big.flag-tc{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd,.flag-big.flag-td,.flag-big.flag-cha{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo,.flag-big.flag-tg,.flag-big.flag-tog{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha,.flag-big.flag-th{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk,.flag-big.flag-tj{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl,.flag-big.flag-tk{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm,.flag-big.flag-tm{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls,.flag-big.flag-tl{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton,.flag-big.flag-to,.flag-big.flag-tga{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto,.flag-big.flag-tt,.flag-big.flag-tri{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun,.flag-big.flag-tn{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur,.flag-big.flag-tr{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv,.flag-big.flag-tv{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn,.flag-big.flag-tw{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza,.flag-big.flag-tz,.flag-big.flag-tan{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga,.flag-big.flag-ug{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr,.flag-big.flag-ua{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi,.flag-big.flag-um{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury,.flag-big.flag-uy,.flag-big.flag-uru{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa,.flag-big.flag-us{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb,.flag-big.flag-uz{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat,.flag-big.flag-va{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct,.flag-big.flag-vc,.flag-big.flag-vin{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven,.flag-big.flag-ve{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb,.flag-big.flag-vg,.flag-big.flag-ivb{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir,.flag-big.flag-vi,.flag-big.flag-isv{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm,.flag-big.flag-vn,.flag-big.flag-vie{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut,.flag-big.flag-vu,.flag-big.flag-van{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf,.flag-big.flag-wf{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm,.flag-big.flag-ws,.flag-big.flag-sam{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem,.flag-big.flag-ye{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf,.flag-big.flag-za,.flag-big.flag-rsa{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb,.flag-big.flag-zm,.flag-big.flag-zam{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe,.flag-big.flag-zw,.flag-big.flag-zim{width:80px;height:40px;background-position:-1px -12163px}.pq{color:#ffd33c}.points{color:#c661ff}.main-chart .card{direction:rtl}.main-chart .card *{direction:ltr}.chart{position:unset;min-width:750px;max-height:85vh}@media (max-width: 45.615em){.chart{max-height:75vh}}.chart canvas{min-height:60vh;position:relative}@media (max-width: 45.615em){.chart canvas{min-height:50vh}}.chart.loading{position:relative}.chart.loading:after{content:"";position:absolute;bottom:0%;right:0%;background:hsl(249,11%,7%);width:100%;height:100%;z-index:1;animation:pulsing-opacity 1.5s ease infinite;pointer-events:none}#custom-tooltip{pointer-events:none;opacity:0;position:absolute;background-color:#000c;border-radius:6px;padding:.5rem .6rem;transition:.2s;width:fit-content;max-width:80vw}#custom-tooltip .microlabel{padding:.3em .3em .15em;border-radius:.15em;color:#fff;display:inline;white-space:nowrap}#custom-tooltip .decimal{font-size:.85em}#custom-tooltip .slots{display:flex;padding-inline:.3rem;max-width:fit-content;margin-inline:auto}#custom-tooltip .slots .slot{flex-direction:column;justify-content:center;align-items:center;padding:.6em;border:1px solid #2d2d2d;border-left:none;display:inline-flex;gap:.3em}#custom-tooltip .slots .slot:last-of-type{border-right:none}#custom-tooltip .slots .slot .label{font-size:.7rem;order:2;text-align:center;line-height:1.1}#custom-tooltip .slots .slot .value{line-height:1;font-size:1.2rem;white-space:nowrap}#custom-tooltip header{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.8rem;text-align:center}#custom-tooltip header.comp-header{justify-content:center;font-size:.95rem;max-width:24em;margin-inline:auto;padding-inline:0}#custom-tooltip header.comp-header span{display:inline-block;width:fit-content;margin-inline:auto;text-wrap:balance}#custom-tooltip header .ranking-date{text-transform:uppercase;text-align:center;white-space:nowrap;order:2;flex-grow:1;padding-inline:1em}#custom-tooltip header .ranking-position{order:3;margin-left:auto}#custom-tooltip header .ranking-position .microlabel{background-color:#2e6cee}#custom-tooltip header .ranking-points{order:1}#custom-tooltip header .ranking-points .microlabel{background-color:#682e8f}#custom-tooltip .comp-footer{display:flex;justify-content:center;align-items:center;gap:.5em;margin-inline:auto;padding-inline:.8rem;padding-top:.2rem;font-size:.8rem}#custom-tooltip .comp-footer .country{text-transform:uppercase;opacity:.6}#custom-tooltip .comp-footer .flag{margin-bottom:.3em;scale:.75;box-sizing:content-box}#custom-tooltip .comp-footer .comp-date{opacity:.6}#custom-tooltip .line{padding-block:.2rem;font-size:.8rem;display:flex;line-height:1.2em;align-items:baseline;text-wrap:balance}@media (max-width: 118.74em){#custom-tooltip .line{max-width:400px}}#custom-tooltip .line>.value{min-width:5ex}.fade-enter-active[data-v-882c1e3a],.fade-leave-active[data-v-882c1e3a]{transition:opacity .3s}.fade-enter-from[data-v-882c1e3a],.fade-leave-to[data-v-882c1e3a]{opacity:0}.fade-enter-to[data-v-882c1e3a],.fade-leave-from[data-v-882c1e3a]{opacity:1}@keyframes pulsing-opacity-882c1e3a{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.pagination-controls[data-v-882c1e3a]{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;-webkit-user-select:none;user-select:none}.pagination-controls .arrow[data-v-882c1e3a]{background:none;border:none;color:#b3b3b3;cursor:pointer;font-size:1.5rem;line-height:1;padding:0 .5rem;transition:color .2s}.pagination-controls .arrow[data-v-882c1e3a]:hover:not(:disabled){color:#fff}.pagination-controls .arrow[data-v-882c1e3a]:disabled{opacity:.3;cursor:default}.pagination-controls .dots ol[data-v-882c1e3a]{display:flex;gap:.1rem;margin-inline:.8rem;list-style:none;padding:0;margin-block:0}.pagination-controls .dot[data-v-882c1e3a]{background:none;border:none;padding:.5rem;cursor:pointer;transition:color .2s}.pagination-controls .dot[data-v-882c1e3a]:after{content:"";display:block;width:.3rem;height:.3rem;border-radius:50%;background-color:#b3b3b399;transition:background-color .2s}.pagination-controls .dot[data-v-882c1e3a]:hover:after{background-color:#b3b3b3}.pagination-controls .dot.active[data-v-882c1e3a]{cursor:default}.pagination-controls .dot.active[data-v-882c1e3a]:after{background-color:#fff;scale:1.75}.fade-enter-active[data-v-d240f40e],.fade-leave-active[data-v-d240f40e]{transition:opacity .3s}.fade-enter-from[data-v-d240f40e],.fade-leave-to[data-v-d240f40e]{opacity:0}.fade-enter-to[data-v-d240f40e],.fade-leave-from[data-v-d240f40e]{opacity:1}@keyframes pulsing-opacity-d240f40e{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.paginated-scroll[data-v-d240f40e]{overflow-x:auto;overflow-y:hidden}.paginated-scroll[data-v-d240f40e] thead th{position:sticky;top:0;z-index:1;background-color:#101014}.fade-enter-active[data-v-65514263],.fade-leave-active[data-v-65514263]{transition:opacity .3s}.fade-enter-from[data-v-65514263],.fade-leave-to[data-v-65514263]{opacity:0}.fade-enter-to[data-v-65514263],.fade-leave-from[data-v-65514263]{opacity:1}@keyframes pulsing-opacity-65514263{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.tooltip-anchor[data-v-65514263]{all:unset;cursor:pointer}.hidden[data-v-65514263]{visibility:hidden}.icon-question[data-v-65514263]{display:inline-flex;align-items:center;justify-content:center;width:1.1em;height:1.1em;border-radius:50%;border:none;background-color:#b3b3b3;color:#262630;font-family:Arial,Helvetica,sans-serif;font-size:.9em;font-weight:700;cursor:pointer;padding:0;margin-left:.4em;transition:background-color .15s}.icon-question[data-v-65514263]:hover,.icon-question[data-v-65514263]:focus{background-color:#fff;outline:none}.tooltip-popover[data-v-65514263]{position:fixed;position-area:top;position-try-fallbacks:flip-block;margin:8px;width:max-content;max-width:28ch;padding:clamp(.4rem,2vw,.7rem) clamp(.5rem,3vw,1rem);background:hsl(249,11%,7%);border:1px solid hsl(0,0%,18%);border-radius:.3rem;color:#fff;font-size:clamp(.7rem,3vmin,.9rem);line-height:1.5;text-align:left;text-transform:none;font-weight:400;opacity:0;transform:translateY(6px) scale(.95);transition:display .2s allow-discrete,overlay .2s allow-discrete,opacity .2s,transform .2s}.tooltip-popover[data-v-65514263]:popover-open{opacity:1;transform:translateY(0) scale(1)}.tooltip-popover[data-v-65514263] .decimal{font-size:.85em}@starting-style{.tooltip-popover[data-v-65514263]:popover-open{opacity:0;transform:translateY(6px) scale(.95)}}.fade-enter-active[data-v-24a73eb0],.fade-leave-active[data-v-24a73eb0]{transition:opacity .3s}.fade-enter-from[data-v-24a73eb0],.fade-leave-to[data-v-24a73eb0]{opacity:0}.fade-enter-to[data-v-24a73eb0],.fade-leave-from[data-v-24a73eb0]{opacity:1}@keyframes pulsing-opacity-24a73eb0{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.chart-container[data-v-24a73eb0]{position:relative;width:100%;height:334px;max-height:35vmax}h3[data-v-24a73eb0]{text-align:center;margin-bottom:1rem}h3 span[data-v-24a73eb0]{display:block;font-size:.8em}.fade-enter-active[data-v-93287713],.fade-leave-active[data-v-93287713]{transition:opacity .3s}.fade-enter-from[data-v-93287713],.fade-leave-to[data-v-93287713]{opacity:0}.fade-enter-to[data-v-93287713],.fade-leave-from[data-v-93287713]{opacity:1}@keyframes pulsing-opacity-93287713{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag[data-v-93287713]{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag[data-v-93287713]:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw[data-v-93287713],.flag.flag-aw[data-v-93287713],.flag.flag-aru[data-v-93287713]{background-position:0 0}.flag.flag-afg[data-v-93287713],.flag.flag-af[data-v-93287713]{background-position:0 -20px}.flag.flag-ago[data-v-93287713],.flag.flag-ao[data-v-93287713],.flag .flagflag-ang[data-v-93287713]{background-position:0 -40px}.flag.flag-aia[data-v-93287713],.flag.flag-ai[data-v-93287713]{background-position:0 -60px}.flag.flag-ala[data-v-93287713]{background-position:0 -80px}.flag.flag-alb[data-v-93287713],.flag.flag-al[data-v-93287713]{background-position:0 -100px}.flag.flag-and[data-v-93287713],.flag.flag-ad[data-v-93287713]{background-position:0 -120px}.flag.flag-ant[data-v-93287713],.flag.flag-an[data-v-93287713],.flag.flag-aho[data-v-93287713]{background-position:0 -140px}.flag.flag-are[data-v-93287713],.flag.flag-ae[data-v-93287713],.flag.flag-uae[data-v-93287713]{background-position:0 -160px}.flag.flag-arg[data-v-93287713],.flag.flag-ar[data-v-93287713]{background-position:0 -180px}.flag.flag-arm[data-v-93287713],.flag.flag-am[data-v-93287713]{background-position:0 -200px}.flag.flag-asm[data-v-93287713],.flag.flag-as[data-v-93287713],.flag.flag-asa[data-v-93287713]{background-position:0 -220px}.flag.flag-ata[data-v-93287713]{background-position:0 -240px}.flag.flag-atf[data-v-93287713],.flag.flag-tf[data-v-93287713]{background-position:0 -260px}.flag.flag-atg[data-v-93287713],.flag.flag-ag[data-v-93287713]{background-position:0 -280px}.flag.flag-aus[data-v-93287713],.flag.flag-au[data-v-93287713]{background-position:0 -300px}.flag.flag-aut[data-v-93287713],.flag.flag-at[data-v-93287713]{background-position:0 -320px}.flag.flag-aze[data-v-93287713],.flag.flag-az[data-v-93287713]{background-position:0 -340px}.flag.flag-bdi[data-v-93287713],.flag.flag-bi[data-v-93287713]{background-position:0 -360px}.flag.flag-bel[data-v-93287713],.flag.flag-be[data-v-93287713]{background-position:0 -380px}.flag.flag-ben[data-v-93287713],.flag.flag-bj[data-v-93287713]{background-position:0 -400px}.flag.flag-bes[data-v-93287713]{background-position:0 -420px}.flag.flag-bfa[data-v-93287713],.flag.flag-bf[data-v-93287713],.flag.flag-bur[data-v-93287713]{background-position:0 -440px}.flag.flag-bgd[data-v-93287713],.flag.flag-bd[data-v-93287713],.flag.flag-ban[data-v-93287713]{background-position:0 -460px}.flag.flag-bgr[data-v-93287713],.flag.flag-bg[data-v-93287713],.flag.flag-bul[data-v-93287713]{background-position:0 -480px}.flag.flag-bhr[data-v-93287713],.flag.flag-bh[data-v-93287713]{background-position:0 -500px}.flag.flag-bhs[data-v-93287713],.flag.flag-bs[data-v-93287713],.flag.flag-bah[data-v-93287713]{background-position:0 -520px}.flag.flag-bih[data-v-93287713],.flag.flag-ba[data-v-93287713]{background-position:0 -540px}.flag.flag-blm[data-v-93287713]{background-position:0 -560px}.flag.flag-blr[data-v-93287713],.flag.flag-by[data-v-93287713]{background-position:0 -580px}.flag.flag-blz[data-v-93287713],.flag.flag-bz[data-v-93287713],.flag.flag-biz[data-v-93287713]{background-position:0 -600px}.flag.flag-bmu[data-v-93287713],.flag.flag-bm[data-v-93287713],.flag.flag-ber[data-v-93287713]{background-position:0 -620px}.flag.flag-bol[data-v-93287713],.flag.flag-bo[data-v-93287713]{background-position:0 -640px}.flag.flag-bra[data-v-93287713],.flag.flag-br[data-v-93287713]{background-position:0 -660px}.flag.flag-brb[data-v-93287713],.flag.flag-bb[data-v-93287713],.flag.flag-bar[data-v-93287713]{background-position:0 -680px}.flag.flag-brn[data-v-93287713],.flag.flag-bn[data-v-93287713],.flag.flag-bru[data-v-93287713]{background-position:0 -700px}.flag.flag-btn[data-v-93287713],.flag.flag-bt[data-v-93287713],.flag.flag-bhu[data-v-93287713]{background-position:0 -720px}.flag.flag-bvt[data-v-93287713],.flag.flag-bv[data-v-93287713]{background-position:0 -740px}.flag.flag-bwa[data-v-93287713],.flag.flag-bw[data-v-93287713],.flag.flag-bot[data-v-93287713]{background-position:0 -760px}.flag.flag-caf[data-v-93287713],.flag.flag-cf[data-v-93287713]{background-position:0 -780px}.flag.flag-can[data-v-93287713],.flag.flag-ca[data-v-93287713]{background-position:0 -800px}.flag.flag-cck[data-v-93287713],.flag.flag-cc[data-v-93287713]{background-position:0 -820px}.flag.flag-che[data-v-93287713],.flag.flag-ch[data-v-93287713],.flag.flag-sui[data-v-93287713]{background-position:0 -840px}.flag.flag-chl[data-v-93287713],.flag.flag-cl[data-v-93287713],.flag.flag-chi[data-v-93287713]{background-position:0 -860px}.flag.flag-chn[data-v-93287713],.flag.flag-cn[data-v-93287713]{background-position:0 -880px}.flag.flag-civ[data-v-93287713],.flag.flag-ci[data-v-93287713]{background-position:0 -900px}.flag.flag-cmr[data-v-93287713],.flag.flag-cm[data-v-93287713]{background-position:0 -920px}.flag.flag-cod[data-v-93287713],.flag.flag-cd[data-v-93287713],.flag.flag-zai[data-v-93287713]{background-position:0 -940px}.flag.flag-cog[data-v-93287713],.flag.flag-cg[data-v-93287713],.flag.flag-cgo[data-v-93287713]{background-position:0 -960px}.flag.flag-cok[data-v-93287713],.flag.flag-ck[data-v-93287713]{background-position:0 -980px}.flag.flag-col[data-v-93287713],.flag.flag-co[data-v-93287713]{background-position:0 -1000px}.flag.flag-com[data-v-93287713],.flag.flag-km[data-v-93287713]{background-position:0 -1020px}.flag.flag-cpv[data-v-93287713],.flag.flag-cv[data-v-93287713]{background-position:0 -1040px}.flag.flag-cri[data-v-93287713],.flag.flag-cr[data-v-93287713],.flag.flag-crc[data-v-93287713]{background-position:0 -1060px}.flag.flag-cub[data-v-93287713],.flag.flag-cu[data-v-93287713]{background-position:0 -1080px}.flag.flag-cuw[data-v-93287713]{background-position:0 -1100px}.flag.flag-cxr[data-v-93287713],.flag.flag-cx[data-v-93287713]{background-position:0 -1120px}.flag.flag-cym[data-v-93287713],.flag.flag-ky[data-v-93287713],.flag.flag-cay[data-v-93287713]{background-position:0 -1140px}.flag.flag-cyp[data-v-93287713],.flag.flag-cy[data-v-93287713]{background-position:0 -1160px}.flag.flag-cze[data-v-93287713],.flag.flag-cz[data-v-93287713]{background-position:0 -1180px}.flag.flag-deu[data-v-93287713],.flag.flag-de[data-v-93287713],.flag.flag-ger[data-v-93287713]{background-position:0 -1200px}.flag.flag-dji[data-v-93287713],.flag.flag-dj[data-v-93287713]{background-position:0 -1220px}.flag.flag-dma[data-v-93287713],.flag.flag-dm[data-v-93287713]{background-position:0 -1240px}.flag.flag-dnk[data-v-93287713],.flag.flag-dk[data-v-93287713],.flag.flag-den[data-v-93287713]{background-position:0 -1260px}.flag.flag-dom[data-v-93287713],.flag.flag-do[data-v-93287713]{background-position:0 -1280px}.flag.flag-dza[data-v-93287713],.flag.flag-dz[data-v-93287713],.flag.flag-alg[data-v-93287713]{background-position:0 -1300px}.flag.flag-ecu[data-v-93287713],.flag.flag-ec[data-v-93287713]{background-position:0 -1320px}.flag.flag-egy[data-v-93287713],.flag.flag-eg[data-v-93287713]{background-position:0 -1340px}.flag.flag-eng[data-v-93287713]{background-position:0 -1360px}.flag.flag-eri[data-v-93287713],.flag.flag-er[data-v-93287713]{background-position:0 -1380px}.flag.flag-esp[data-v-93287713],.flag.flag-es[data-v-93287713]{background-position:0 -1400px}.flag.flag-est[data-v-93287713],.flag.flag-ee[data-v-93287713]{background-position:0 -1420px}.flag.flag-eth[data-v-93287713],.flag.flag-et[data-v-93287713]{background-position:0 -1440px}.flag.flag-eur[data-v-93287713]{background-position:0 -1460px}.flag.flag-fai[data-v-93287713]{background-position:0 -1480px}.flag.flag-fin[data-v-93287713],.flag.flag-fi[data-v-93287713]{background-position:0 -1500px}.flag.flag-fji[data-v-93287713],.flag.flag-fj[data-v-93287713],.flag.flag-fij[data-v-93287713]{background-position:0 -1520px}.flag.flag-flk[data-v-93287713],.flag.flag-fk[data-v-93287713]{background-position:0 -1540px}.flag.flag-fra[data-v-93287713],.flag.flag-fr[data-v-93287713]{background-position:0 -1560px}.flag.flag-fro[data-v-93287713],.flag.flag-fo[data-v-93287713]{background-position:0 -1580px}.flag.flag-fsm[data-v-93287713],.flag.flag-fm[data-v-93287713]{background-position:0 -1600px}.flag.flag-gab[data-v-93287713],.flag.flag-ga[data-v-93287713]{background-position:0 -1620px}.flag.flag-gbr[data-v-93287713],.flag.flag-gb[data-v-93287713]{background-position:0 -1640px}.flag.flag-geo[data-v-93287713],.flag.flag-ge[data-v-93287713]{background-position:0 -1660px}.flag.flag-ggy[data-v-93287713],.flag.flag-gg[data-v-93287713]{background-position:0 -1680px}.flag.flag-gha[data-v-93287713],.flag.flag-gh[data-v-93287713]{background-position:0 -1700px}.flag.flag-gib[data-v-93287713],.flag.flag-gi[data-v-93287713]{background-position:0 -1720px}.flag.flag-gin[data-v-93287713],.flag.flag-gn[data-v-93287713],.flag.flag-gui[data-v-93287713]{background-position:0 -1740px}.flag.flag-glp[data-v-93287713],.flag.flag-gp[data-v-93287713]{background-position:0 -1760px}.flag.flag-gmb[data-v-93287713],.flag.flag-gm[data-v-93287713],.flag.flag-gam[data-v-93287713]{background-position:0 -1780px}.flag.flag-gnb[data-v-93287713],.flag.flag-gw[data-v-93287713],.flag.flag-gbs[data-v-93287713]{background-position:0 -1800px}.flag.flag-gnq[data-v-93287713],.flag.flag-gq[data-v-93287713],.flag.flag-geq[data-v-93287713]{background-position:0 -1820px}.flag.flag-grc[data-v-93287713],.flag.flag-gr[data-v-93287713],.flag.flag-gre[data-v-93287713]{background-position:0 -1840px}.flag.flag-grd[data-v-93287713],.flag.flag-gd[data-v-93287713],.flag.flag-grn[data-v-93287713]{background-position:0 -1860px}.flag.flag-grl[data-v-93287713],.flag.flag-gl[data-v-93287713]{background-position:0 -1880px}.flag.flag-gtm[data-v-93287713],.flag.flag-gt[data-v-93287713]{background-position:0 -1900px}.flag.flag-guf[data-v-93287713],.flag.flag-gf[data-v-93287713]{background-position:0 -1920px}.flag.flag-gum[data-v-93287713],.flag.flag-gu[data-v-93287713]{background-position:0 -1940px}.flag.flag-guy[data-v-93287713],.flag.flag-gy[data-v-93287713]{background-position:0 -1960px}.flag.flag-hkg[data-v-93287713],.flag.flag-hk[data-v-93287713]{background-position:0 -1980px}.flag.flag-hmd[data-v-93287713],.flag.flag-hm[data-v-93287713]{background-position:0 -2000px}.flag.flag-hnd[data-v-93287713],.flag.flag-hn[data-v-93287713],.flag.flag-hon[data-v-93287713]{background-position:0 -2020px}.flag.flag-hrv[data-v-93287713],.flag.flag-hr[data-v-93287713],.flag.flag-cro[data-v-93287713]{background-position:0 -2040px}.flag.flag-hti[data-v-93287713],.flag.flag-ht[data-v-93287713],.flag.flag-hai[data-v-93287713]{background-position:0 -2060px}.flag.flag-hun[data-v-93287713],.flag.flag-hu[data-v-93287713]{background-position:0 -2080px}.flag.flag-idn[data-v-93287713],.flag.flag-id[data-v-93287713],.flag.flag-ina[data-v-93287713]{background-position:0 -2100px}.flag.flag-imn[data-v-93287713]{background-position:0 -2120px}.flag.flag-ind[data-v-93287713],.flag.flag-in[data-v-93287713]{background-position:0 -2140px}.flag.flag-iot[data-v-93287713],.flag.flag-io[data-v-93287713]{background-position:0 -2160px}.flag.flag-irl[data-v-93287713],.flag.flag-ie[data-v-93287713]{background-position:0 -2180px}.flag.flag-irn[data-v-93287713],.flag.flag-ir[data-v-93287713],.flag.flag-iri[data-v-93287713]{background-position:0 -2200px}.flag.flag-irq[data-v-93287713],.flag.flag-iq[data-v-93287713]{background-position:0 -2220px}.flag.flag-isl[data-v-93287713],.flag.flag-is[data-v-93287713]{background-position:0 -2240px}.flag.flag-isr[data-v-93287713],.flag.flag-il[data-v-93287713]{background-position:0 -2260px}.flag.flag-ita[data-v-93287713],.flag.flag-it[data-v-93287713]{background-position:0 -2281px}.flag.flag-jam[data-v-93287713],.flag.flag-jm[data-v-93287713]{background-position:0 -2300px}.flag.flag-jey[data-v-93287713]{background-position:0 -2320px}.flag.flag-jor[data-v-93287713],.flag.flag-jo[data-v-93287713]{background-position:0 -2340px}.flag.flag-jpn[data-v-93287713],.flag.flag-jp[data-v-93287713]{background-position:0 -2360px}.flag.flag-kaz[data-v-93287713],.flag.flag-kz[data-v-93287713]{background-position:0 -2380px}.flag.flag-ken[data-v-93287713],.flag.flag-ke[data-v-93287713]{background-position:0 -2400px}.flag.flag-kgz[data-v-93287713],.flag.flag-kg[data-v-93287713]{background-position:0 -2420px}.flag.flag-khm[data-v-93287713],.flag.flag-kg[data-v-93287713],.flag.flag-cam[data-v-93287713]{background-position:0 -2440px}.flag.flag-kir[data-v-93287713],.flag.flag-ki[data-v-93287713]{background-position:0 -2460px}.flag.flag-kna[data-v-93287713],.flag.flag-kn[data-v-93287713],.flag.flag-skn[data-v-93287713]{background-position:0 -2480px}.flag.flag-kor[data-v-93287713],.flag.flag-kr[data-v-93287713]{background-position:0 -2500px}.flag.flag-kos[data-v-93287713]{background-position:0 -2520px}.flag.flag-kwt[data-v-93287713],.flag.flag-kw[data-v-93287713],.flag.flag-kuw[data-v-93287713]{background-position:0 -2540px}.flag.flag-lao[data-v-93287713],.flag.flag-la[data-v-93287713]{background-position:0 -2560px}.flag.flag-lbn[data-v-93287713],.flag.flag-lb[data-v-93287713]{background-position:0 -2580px}.flag.flag-lbr[data-v-93287713],.flag.flag-lr[data-v-93287713]{background-position:0 -2600px}.flag.flag-lby[data-v-93287713],.flag.flag-ly[data-v-93287713],.flag.flag-lba[data-v-93287713]{background-position:0 -2620px}.flag.flag-lca[data-v-93287713],.flag.flag-lc[data-v-93287713]{background-position:0 -2640px}.flag.flag-lie[data-v-93287713],.flag.flag-li[data-v-93287713]{background-position:0 -2660px}.flag.flag-lka[data-v-93287713],.flag.flag-lk[data-v-93287713],.flag.flag-sri[data-v-93287713]{background-position:0 -2680px}.flag.flag-lso[data-v-93287713],.flag.flag-ls[data-v-93287713],.flag.flag-les[data-v-93287713]{background-position:0 -2700px}.flag.flag-ltu[data-v-93287713],.flag.flag-lt[data-v-93287713]{background-position:0 -2720px}.flag.flag-lux[data-v-93287713],.flag.flag-lu[data-v-93287713]{background-position:0 -2740px}.flag.flag-lva[data-v-93287713],.flag.flag-lv[data-v-93287713],.flag.flag-lat[data-v-93287713]{background-position:0 -2760px}.flag.flag-mac[data-v-93287713],.flag.flag-mo[data-v-93287713]{background-position:0 -2780px}.flag.flag-maf[data-v-93287713],.flag.flag-mf[data-v-93287713]{background-position:0 -2800px}.flag.flag-mar[data-v-93287713],.flag.flag-ma[data-v-93287713]{background-position:0 -2820px}.flag.flag-mco[data-v-93287713],.flag.flag-mc[data-v-93287713],.flag.flag-mon[data-v-93287713]{background-position:0 -2840px}.flag.flag-mda[data-v-93287713],.flag.flag-md[data-v-93287713]{background-position:0 -2860px}.flag.flag-mdg[data-v-93287713],.flag.flag-mg[data-v-93287713],.flag.flag-mad[data-v-93287713]{background-position:0 -2880px}.flag.flag-mdv[data-v-93287713],.flag.flag-mv[data-v-93287713]{background-position:0 -2900px}.flag.flag-mex[data-v-93287713],.flag.flag-mx[data-v-93287713]{background-position:0 -2920px}.flag.flag-mhl[data-v-93287713],.flag.flag-mh[data-v-93287713]{background-position:0 -2940px}.flag.flag-mkd[data-v-93287713],.flag.flag-mk[data-v-93287713]{background-position:0 -2960px}.flag.flag-mli[data-v-93287713],.flag.flag-ml[data-v-93287713]{background-position:0 -2980px}.flag.flag-mlt[data-v-93287713],.flag.flag-mt[data-v-93287713]{background-position:0 -3000px}.flag.flag-mmr[data-v-93287713],.flag.flag-mm[data-v-93287713],.flag.flag-mya[data-v-93287713]{background-position:0 -3020px}.flag.flag-mne[data-v-93287713],.flag.flag-me[data-v-93287713]{background-position:0 -3040px}.flag.flag-mng[data-v-93287713],.flag.flag-mn[data-v-93287713],.flag.flag-mgl[data-v-93287713]{background-position:0 -3060px}.flag.flag-mnp[data-v-93287713],.flag.flag-mp[data-v-93287713]{background-position:0 -3080px}.flag.flag-moz[data-v-93287713],.flag.flag-mz[data-v-93287713]{background-position:0 -3100px}.flag.flag-mrt[data-v-93287713],.flag.flag-mr[data-v-93287713],.flag.flag-mtn[data-v-93287713]{background-position:0 -3120px}.flag.flag-msr[data-v-93287713],.flag.flag-ms[data-v-93287713]{background-position:0 -3140px}.flag.flag-mtq[data-v-93287713],.flag.flag-mq[data-v-93287713]{background-position:0 -3160px}.flag.flag-mus[data-v-93287713],.flag.flag-mu[data-v-93287713],.flag.flag-mri[data-v-93287713]{background-position:0 -3180px}.flag.flag-mwi[data-v-93287713],.flag.flag-mw[data-v-93287713],.flag.flag-maw[data-v-93287713]{background-position:0 -3200px}.flag.flag-mys[data-v-93287713],.flag.flag-my[data-v-93287713],.flag.flag-mas[data-v-93287713]{background-position:0 -3220px}.flag.flag-myt[data-v-93287713],.flag.flag-yt[data-v-93287713]{background-position:0 -3240px}.flag.flag-nam[data-v-93287713],.flag.flag-na[data-v-93287713]{background-position:0 -3260px}.flag.flag-ncl[data-v-93287713],.flag.flag-nc[data-v-93287713]{background-position:0 -3280px}.flag.flag-ner[data-v-93287713],.flag.flag-ne[data-v-93287713],.flag.flag-nig[data-v-93287713]{background-position:0 -3300px}.flag.flag-nfk[data-v-93287713],.flag.flag-nf[data-v-93287713]{background-position:0 -3320px}.flag.flag-nga[data-v-93287713],.flag.flag-ng[data-v-93287713],.flag.flag-ngr[data-v-93287713]{background-position:0 -3340px}.flag.flag-nic[data-v-93287713],.flag.flag-ni[data-v-93287713],.flag.flag-nca[data-v-93287713]{background-position:0 -3360px}.flag.flag-nir[data-v-93287713]{background-position:0 -3380px}.flag.flag-niu[data-v-93287713],.flag.flag-nu[data-v-93287713]{background-position:0 -3400px}.flag.flag-nld[data-v-93287713],.flag.flag-nl[data-v-93287713],.flag.flag-ned[data-v-93287713]{background-position:0 -3420px}.flag.flag-nor[data-v-93287713],.flag.flag-no[data-v-93287713]{background-position:0 -3440px}.flag.flag-npl[data-v-93287713],.flag.flag-np[data-v-93287713],.flag.flag-nep[data-v-93287713]{background-position:0 -3460px}.flag.flag-nru[data-v-93287713],.flag.flag-nr[data-v-93287713]{background-position:0 -3480px}.flag.flag-nzl[data-v-93287713],.flag.flag-nz[data-v-93287713]{background-position:0 -3500px}.flag.flag-omn[data-v-93287713],.flag.flag-om[data-v-93287713],.flag.flag-oma[data-v-93287713]{background-position:0 -3520px}.flag.flag-pak[data-v-93287713],.flag.flag-pk[data-v-93287713]{background-position:0 -3540px}.flag.flag-pan[data-v-93287713],.flag.flag-pa[data-v-93287713]{background-position:0 -3560px}.flag.flag-pcn[data-v-93287713],.flag.flag-pn[data-v-93287713]{background-position:0 -3580px}.flag.flag-per[data-v-93287713],.flag.flag-pe[data-v-93287713]{background-position:0 -3600px}.flag.flag-phl[data-v-93287713],.flag.flag-ph[data-v-93287713],.flag.flag-phi[data-v-93287713]{background-position:0 -3620px}.flag.flag-plw[data-v-93287713],.flag.flag-pw[data-v-93287713]{background-position:0 -3640px}.flag.flag-png[data-v-93287713],.flag.flag-pg[data-v-93287713]{background-position:0 -3660px}.flag.flag-pol[data-v-93287713],.flag.flag-pl[data-v-93287713]{background-position:0 -3680px}.flag.flag-pri[data-v-93287713],.flag.flag-pr[data-v-93287713],.flag.flag-pur[data-v-93287713]{background-position:0 -3700px}.flag.flag-prk[data-v-93287713],.flag.flag-kp[data-v-93287713]{background-position:0 -3720px}.flag.flag-prt[data-v-93287713],.flag.flag-pt[data-v-93287713],.flag.flag-por[data-v-93287713]{background-position:0 -3740px}.flag.flag-pry[data-v-93287713],.flag.flag-py[data-v-93287713],.flag.flag-par[data-v-93287713]{background-position:0 -3760px}.flag.flag-pse[data-v-93287713],.flag.flag-ps[data-v-93287713]{background-position:0 -3780px}.flag.flag-pyf[data-v-93287713],.flag.flag-pf[data-v-93287713]{background-position:0 -3800px}.flag.flag-qat[data-v-93287713],.flag.flag-qa[data-v-93287713]{background-position:0 -3820px}.flag.flag-reu[data-v-93287713],.flag.flag-re[data-v-93287713]{background-position:0 -3840px}.flag.flag-rou[data-v-93287713],.flag.flag-ro[data-v-93287713]{background-position:0 -3860px}.flag.flag-rus[data-v-93287713],.flag.flag-ru[data-v-93287713]{background-position:0 -3880px}.flag.flag-rwa[data-v-93287713],.flag.flag-rw[data-v-93287713]{background-position:0 -3900px}.flag.flag-sau[data-v-93287713],.flag.flag-sa[data-v-93287713],.flag.flag-ksa[data-v-93287713]{background-position:0 -3920px}.flag.flag-sco[data-v-93287713]{background-position:0 -3940px}.flag.flag-sct[data-v-93287713]{background-position:0 -3960px}.flag.flag-sdn[data-v-93287713],.flag.flag-sd[data-v-93287713],.flag.flag-sud[data-v-93287713]{background-position:0 -3980px}.flag.flag-sen[data-v-93287713],.flag.flag-sn[data-v-93287713]{background-position:0 -4000px}.flag.flag-sgp[data-v-93287713],.flag.flag-sg[data-v-93287713]{background-position:0 -4020px}.flag.flag-sgs[data-v-93287713],.flag.flag-gs[data-v-93287713]{background-position:0 -4040px}.flag.flag-shn[data-v-93287713],.flag.flag-sh[data-v-93287713]{background-position:0 -4060px}.flag.flag-sjm[data-v-93287713]{background-position:0 -4080px}.flag.flag-slb[data-v-93287713],.flag.flag-sb[data-v-93287713],.flag.flag-sol[data-v-93287713]{background-position:0 -4100px}.flag.flag-sle[data-v-93287713],.flag.flag-sl[data-v-93287713]{background-position:0 -4120px}.flag.flag-slv[data-v-93287713],.flag.flag-sv[data-v-93287713],.flag.flag-esa[data-v-93287713]{background-position:0 -4140px}.flag.flag-smr[data-v-93287713],.flag.flag-sm[data-v-93287713]{background-position:0 -4160px}.flag.flag-som[data-v-93287713],.flag.flag-so[data-v-93287713]{background-position:0 -4180px}.flag.flag-spm[data-v-93287713],.flag.flag-pm[data-v-93287713]{background-position:0 -4200px}.flag.flag-srb[data-v-93287713],.flag.flag-rs[data-v-93287713]{background-position:0 -4220px}.flag.flag-ssd[data-v-93287713]{background-position:0 -4240px}.flag.flag-stp[data-v-93287713],.flag.flag-st[data-v-93287713]{background-position:0 -4260px}.flag.flag-sur[data-v-93287713],.flag.flag-sr[data-v-93287713]{background-position:0 -4280px}.flag.flag-svk[data-v-93287713],.flag.flag-sk[data-v-93287713]{background-position:0 -4300px}.flag.flag-svn[data-v-93287713],.flag.flag-si[data-v-93287713],.flag.flag-slo[data-v-93287713]{background-position:0 -4320px}.flag.flag-swe[data-v-93287713],.flag.flag-se[data-v-93287713]{background-position:0 -4340px}.flag.flag-swz[data-v-93287713],.flag.flag-sz[data-v-93287713]{background-position:0 -4360px}.flag.flag-sxm[data-v-93287713]{background-position:0 -4380px}.flag.flag-syc[data-v-93287713],.flag.flag-sc[data-v-93287713],.flag.flag-sey[data-v-93287713]{background-position:0 -4400px}.flag.flag-syr[data-v-93287713],.flag.flag-sy[data-v-93287713]{background-position:0 -4420px}.flag.flag-tca[data-v-93287713],.flag.flag-tc[data-v-93287713]{background-position:0 -4440px}.flag.flag-tcd[data-v-93287713],.flag.flag-td[data-v-93287713],.flag.flag-cha[data-v-93287713]{background-position:0 -4460px}.flag.flag-tgo[data-v-93287713],.flag.flag-tg[data-v-93287713],.flag.flag-tog[data-v-93287713]{background-position:0 -4480px}.flag.flag-tha[data-v-93287713],.flag.flag-th[data-v-93287713]{background-position:0 -4500px}.flag.flag-tjk[data-v-93287713],.flag.flag-tj[data-v-93287713]{background-position:0 -4520px}.flag.flag-tkl[data-v-93287713],.flag.flag-tk[data-v-93287713]{background-position:0 -4540px}.flag.flag-tkm[data-v-93287713],.flag.flag-tm[data-v-93287713]{background-position:0 -4560px}.flag.flag-tls[data-v-93287713],.flag.flag-tl[data-v-93287713]{background-position:0 -4580px}.flag.flag-ton[data-v-93287713],.flag.flag-to[data-v-93287713],.flag.flag-tga[data-v-93287713]{background-position:0 -4600px}.flag.flag-tpe[data-v-93287713]{background-position:0 -4620px}.flag.flag-tto[data-v-93287713],.flag.flag-tt[data-v-93287713],.flag.flag-tri[data-v-93287713]{background-position:0 -4640px}.flag.flag-tun[data-v-93287713],.flag.flag-tn[data-v-93287713]{background-position:0 -4660px}.flag.flag-tur[data-v-93287713],.flag.flag-tr[data-v-93287713]{background-position:0 -4680px}.flag.flag-tuv[data-v-93287713],.flag.flag-tv[data-v-93287713]{background-position:0 -4700px}.flag.flag-twn[data-v-93287713],.flag.flag-tw[data-v-93287713]{background-position:0 -4720px}.flag.flag-twn2[data-v-93287713]{background-position:0 -4740px}.flag.flag-tza[data-v-93287713],.flag.flag-tz[data-v-93287713],.flag.flag-tan[data-v-93287713]{background-position:0 -4760px}.flag.flag-uga[data-v-93287713],.flag.flag-ug[data-v-93287713]{background-position:0 -4780px}.flag.flag-ukr[data-v-93287713],.flag.flag-ua[data-v-93287713]{background-position:0 -4800px}.flag.flag-umi[data-v-93287713],.flag.flag-um[data-v-93287713]{background-position:0 -4820px}.flag.flag-ury[data-v-93287713],.flag.flag-uy[data-v-93287713],.flag.flag-uru[data-v-93287713]{background-position:0 -4840px}.flag.flag-usa[data-v-93287713],.flag.flag-us[data-v-93287713]{background-position:0 -4860px}.flag.flag-uzb[data-v-93287713],.flag.flag-uz[data-v-93287713]{background-position:0 -4880px}.flag.flag-vat[data-v-93287713],.flag.flag-va[data-v-93287713]{background-position:0 -4900px}.flag.flag-vct[data-v-93287713],.flag.flag-vc[data-v-93287713],.flag.flag-vin[data-v-93287713]{background-position:0 -4920px}.flag.flag-ven[data-v-93287713],.flag.flag-ve[data-v-93287713]{background-position:0 -4940px}.flag.flag-vgb[data-v-93287713],.flag.flag-vg[data-v-93287713],.flag.flag-ivb[data-v-93287713]{background-position:0 -4960px}.flag.flag-vir[data-v-93287713],.flag.flag-vi[data-v-93287713],.flag.flag-isv[data-v-93287713]{background-position:0 -4980px}.flag.flag-vnm[data-v-93287713],.flag.flag-vn[data-v-93287713],.flag.flag-vie[data-v-93287713]{background-position:0 -5000px}.flag.flag-vut[data-v-93287713],.flag.flag-vu[data-v-93287713],.flag.flag-van[data-v-93287713]{background-position:0 -5020px}.flag.flag-wal[data-v-93287713]{background-position:0 -5040px}.flag.flag-wlf[data-v-93287713],.flag.flag-wf[data-v-93287713]{background-position:0 -5060px}.flag.flag-wsm[data-v-93287713],.flag.flag-ws[data-v-93287713],.flag.flag-sam[data-v-93287713]{background-position:0 -5080px}.flag.flag-yem[data-v-93287713],.flag.flag-ye[data-v-93287713]{background-position:0 -5100px}.flag.flag-zaf[data-v-93287713],.flag.flag-za[data-v-93287713],.flag.flag-rsa[data-v-93287713]{background-position:0 -5120px}.flag.flag-zmb[data-v-93287713],.flag.flag-zm[data-v-93287713],.flag.flag-zam[data-v-93287713]{background-position:0 -5140px}.flag.flag-zwe[data-v-93287713],.flag.flag-zw[data-v-93287713],.flag.flag-zim[data-v-93287713]{background-position:0 -5160px}.flag-big[data-v-93287713]{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw[data-v-93287713],.flag-big.flag-aw[data-v-93287713],.flag-big.flag-aru[data-v-93287713]{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg[data-v-93287713],.flag-big.flag-af[data-v-93287713]{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago[data-v-93287713],.flag-big.flag-ao[data-v-93287713],.flag-big.flag-ang[data-v-93287713]{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia[data-v-93287713],.flag-big.flag-ai[data-v-93287713]{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala[data-v-93287713]{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb[data-v-93287713],.flag-big.flag-al[data-v-93287713]{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and[data-v-93287713],.flag-big.flag-ad[data-v-93287713]{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant[data-v-93287713],.flag-big.flag-an[data-v-93287713],.flag-big.flag-aho[data-v-93287713]{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are[data-v-93287713],.flag-big.flag-ae[data-v-93287713],.flag-big.flag-uae[data-v-93287713]{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg[data-v-93287713],.flag-big.flag-ar[data-v-93287713]{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm[data-v-93287713],.flag-big.flag-am[data-v-93287713]{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm[data-v-93287713],.flag-big.flag-as[data-v-93287713],.flag-big.flag-asa[data-v-93287713]{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata[data-v-93287713]{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf[data-v-93287713],.flag-big.flag-tf[data-v-93287713]{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg[data-v-93287713],.flag-big.flag-ag[data-v-93287713]{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus[data-v-93287713],.flag-big.flag-au[data-v-93287713]{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut[data-v-93287713],.flag-big.flag-at[data-v-93287713]{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze[data-v-93287713],.flag-big.flag-az[data-v-93287713]{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi[data-v-93287713],.flag-big.flag-bi[data-v-93287713]{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel[data-v-93287713],.flag-big.flag-be[data-v-93287713]{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben[data-v-93287713],.flag-big.flag-bj[data-v-93287713]{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes[data-v-93287713]{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa[data-v-93287713],.flag-big.flag-bf[data-v-93287713],.flag-big.flag-bur[data-v-93287713]{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd[data-v-93287713],.flag-big.flag-bd[data-v-93287713],.flag-big.flag-ban[data-v-93287713]{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr[data-v-93287713],.flag-big.flag-bg[data-v-93287713],.flag-big.flag-bul[data-v-93287713]{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr[data-v-93287713],.flag-big.flag-bh[data-v-93287713]{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs[data-v-93287713],.flag-big.flag-bs[data-v-93287713],.flag-big.flag-bah[data-v-93287713]{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih[data-v-93287713],.flag-big.flag-ba[data-v-93287713]{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm[data-v-93287713]{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr[data-v-93287713],.flag-big.flag-by[data-v-93287713]{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz[data-v-93287713],.flag-big.flag-bz[data-v-93287713],.flag-big.flag-biz[data-v-93287713]{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu[data-v-93287713],.flag-big.flag-bm[data-v-93287713],.flag-big.flag-ber[data-v-93287713]{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol[data-v-93287713],.flag-big.flag-bo[data-v-93287713]{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra[data-v-93287713],.flag-big.flag-br[data-v-93287713]{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb[data-v-93287713],.flag-big.flag-bb[data-v-93287713],.flag-big.flag-bar[data-v-93287713]{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn[data-v-93287713],.flag-big.flag-bn[data-v-93287713],.flag-big.flag-bru[data-v-93287713]{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn[data-v-93287713],.flag-big.flag-bt[data-v-93287713],.flag-big.flag-bhu[data-v-93287713]{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt[data-v-93287713],.flag-big.flag-bv[data-v-93287713]{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa[data-v-93287713],.flag-big.flag-bw[data-v-93287713],.flag-big.flag-bot[data-v-93287713]{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf[data-v-93287713],.flag-big.flag-cf[data-v-93287713]{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can[data-v-93287713],.flag-big.flag-ca[data-v-93287713]{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck[data-v-93287713],.flag-big.flag-cc[data-v-93287713]{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che[data-v-93287713],.flag-big.flag-ch[data-v-93287713],.flag-big.flag-sui[data-v-93287713]{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl[data-v-93287713],.flag-big.flag-cl[data-v-93287713],.flag-big.flag-chi[data-v-93287713]{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn[data-v-93287713],.flag-big.flag-cn[data-v-93287713]{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ[data-v-93287713],.flag-big.flag-ci[data-v-93287713]{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr[data-v-93287713],.flag-big.flag-cm[data-v-93287713]{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod[data-v-93287713],.flag-big.flag-cd[data-v-93287713],.flag-big.flag-zai[data-v-93287713]{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog[data-v-93287713],.flag-big.flag-cg[data-v-93287713],.flag-big.flag-cgo[data-v-93287713]{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok[data-v-93287713],.flag-big.flag-ck[data-v-93287713]{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col[data-v-93287713],.flag-big.flag-co[data-v-93287713]{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com[data-v-93287713],.flag-big.flag-km[data-v-93287713]{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv[data-v-93287713],.flag-big.flag-cv[data-v-93287713]{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri[data-v-93287713],.flag-big.flag-cr[data-v-93287713],.flag-big.flag-crc[data-v-93287713]{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub[data-v-93287713],.flag-big.flag-cu[data-v-93287713]{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw[data-v-93287713]{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr[data-v-93287713],.flag-big.flag-cx[data-v-93287713]{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym[data-v-93287713],.flag-big.flag-ky[data-v-93287713],.flag-big.flag-cay[data-v-93287713]{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp[data-v-93287713],.flag-big.flag-cy[data-v-93287713]{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze[data-v-93287713],.flag-big.flag-cz[data-v-93287713]{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu[data-v-93287713],.flag-big.flag-de[data-v-93287713],.flag-big.flag-ger[data-v-93287713]{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji[data-v-93287713],.flag-big.flag-dj[data-v-93287713]{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma[data-v-93287713],.flag-big.flag-dm[data-v-93287713]{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk[data-v-93287713],.flag-big.flag-dk[data-v-93287713],.flag-big.flag-den[data-v-93287713]{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom[data-v-93287713],.flag-big.flag-do[data-v-93287713]{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza[data-v-93287713],.flag-big.flag-dz[data-v-93287713],.flag-big.flag-alg[data-v-93287713]{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu[data-v-93287713],.flag-big.flag-ec[data-v-93287713]{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy[data-v-93287713],.flag-big.flag-eg[data-v-93287713]{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng[data-v-93287713]{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri[data-v-93287713],.flag-big.flag-er[data-v-93287713]{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp[data-v-93287713],.flag-big.flag-es[data-v-93287713]{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est[data-v-93287713],.flag-big.flag-ee[data-v-93287713]{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth[data-v-93287713],.flag-big.flag-et[data-v-93287713]{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur[data-v-93287713]{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin[data-v-93287713],.flag-big.flag-fi[data-v-93287713]{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji[data-v-93287713],.flag-big.flag-fj[data-v-93287713],.flag-big.flag-fij[data-v-93287713]{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk[data-v-93287713],.flag-big.flag-fk[data-v-93287713]{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra[data-v-93287713],.flag-big.flag-fr[data-v-93287713]{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro[data-v-93287713],.flag-big.flag-fo[data-v-93287713]{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm[data-v-93287713],.flag-big.flag-fm[data-v-93287713]{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab[data-v-93287713],.flag-big.flag-ga[data-v-93287713]{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr[data-v-93287713],.flag-big.flag-gb[data-v-93287713]{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo[data-v-93287713],.flag-big.flag-ge[data-v-93287713]{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy[data-v-93287713],.flag-big.flag-gg[data-v-93287713]{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha[data-v-93287713],.flag-big.flag-gh[data-v-93287713]{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib[data-v-93287713],.flag-big.flag-gi[data-v-93287713]{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin[data-v-93287713],.flag-big.flag-gn[data-v-93287713],.flag-big.flag-gui[data-v-93287713]{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp[data-v-93287713],.flag-big.flag-gp[data-v-93287713]{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb[data-v-93287713],.flag-big.flag-gm[data-v-93287713],.flag-big.flag-gam[data-v-93287713]{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb[data-v-93287713],.flag-big.flag-gw[data-v-93287713],.flag-big.flag-gbs[data-v-93287713]{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq[data-v-93287713],.flag-big.flag-gq[data-v-93287713],.flag-big.flag-geq[data-v-93287713]{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc[data-v-93287713],.flag-big.flag-gr[data-v-93287713],.flag-big.flag-gre[data-v-93287713]{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd[data-v-93287713],.flag-big.flag-gd[data-v-93287713],.flag-big.flag-grn[data-v-93287713]{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl[data-v-93287713],.flag-big.flag-gl[data-v-93287713]{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm[data-v-93287713],.flag-big.flag-gt[data-v-93287713]{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf[data-v-93287713],.flag-big.flag-gf[data-v-93287713]{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum[data-v-93287713],.flag-big.flag-gu[data-v-93287713]{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy[data-v-93287713],.flag-big.flag-gy[data-v-93287713]{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg[data-v-93287713],.flag-big.flag-hk[data-v-93287713]{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd[data-v-93287713],.flag-big.flag-hm[data-v-93287713]{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd[data-v-93287713],.flag-big.flag-hn[data-v-93287713],.flag-big.flag-hon[data-v-93287713]{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv[data-v-93287713],.flag-big.flag-hr[data-v-93287713],.flag-big.flag-cro[data-v-93287713]{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti[data-v-93287713],.flag-big.flag-ht[data-v-93287713],.flag-big.flag-hai[data-v-93287713]{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun[data-v-93287713],.flag-big.flag-hu[data-v-93287713]{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn[data-v-93287713],.flag-big.flag-id[data-v-93287713],.flag-big.flag-ina[data-v-93287713]{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn[data-v-93287713]{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind[data-v-93287713],.flag-big.flag-in[data-v-93287713]{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot[data-v-93287713],.flag-big.flag-io[data-v-93287713]{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl[data-v-93287713],.flag-big.flag-ie[data-v-93287713]{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn[data-v-93287713],.flag-big.flag-ir[data-v-93287713],.flag-big.flag-iri[data-v-93287713]{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq[data-v-93287713],.flag-big.flag-iq[data-v-93287713]{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl[data-v-93287713],.flag-big.flag-is[data-v-93287713]{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr[data-v-93287713],.flag-big.flag-il[data-v-93287713]{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita[data-v-93287713],.flag-big.flag-it[data-v-93287713]{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam[data-v-93287713],.flag-big.flag-jm[data-v-93287713]{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey[data-v-93287713]{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor[data-v-93287713],.flag-big.flag-jo[data-v-93287713]{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn[data-v-93287713],.flag-big.flag-jp[data-v-93287713]{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz[data-v-93287713],.flag-big.flag-kz[data-v-93287713]{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken[data-v-93287713],.flag-big.flag-ke[data-v-93287713]{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz[data-v-93287713],.flag-big.flag-kg[data-v-93287713]{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm[data-v-93287713],.flag-big.flag-kg[data-v-93287713],.flag-big.flag-cam[data-v-93287713]{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir[data-v-93287713],.flag-big.flag-ki[data-v-93287713]{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna[data-v-93287713],.flag-big.flag-kn[data-v-93287713],.flag-big.flag-skn[data-v-93287713]{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor[data-v-93287713],.flag-big.flag-kr[data-v-93287713]{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos[data-v-93287713]{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt[data-v-93287713],.flag-big.flag-kw[data-v-93287713],.flag-big.flag-kuw[data-v-93287713]{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao[data-v-93287713],.flag-big.flag-la[data-v-93287713]{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn[data-v-93287713],.flag-big.flag-lb[data-v-93287713]{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr[data-v-93287713],.flag-big.flag-lr[data-v-93287713]{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby[data-v-93287713],.flag-big.flag-ly[data-v-93287713],.flag-big.flag-lba[data-v-93287713]{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca[data-v-93287713],.flag-big.flag-lc[data-v-93287713]{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie[data-v-93287713],.flag-big.flag-li[data-v-93287713]{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka[data-v-93287713],.flag-big.flag-lk[data-v-93287713],.flag-big.flag-sri[data-v-93287713]{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso[data-v-93287713],.flag-big.flag-ls[data-v-93287713],.flag-big.flag-les[data-v-93287713]{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu[data-v-93287713],.flag-big.flag-lt[data-v-93287713]{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux[data-v-93287713],.flag-big.flag-lu[data-v-93287713]{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva[data-v-93287713],.flag-big.flag-lv[data-v-93287713],.flag-big.flag-lat[data-v-93287713]{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac[data-v-93287713],.flag-big.flag-mo[data-v-93287713]{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf[data-v-93287713],.flag-big.flag-mf[data-v-93287713]{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar[data-v-93287713],.flag-big.flag-ma[data-v-93287713]{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco[data-v-93287713],.flag-big.flag-mc[data-v-93287713],.flag-big.flag-mon[data-v-93287713]{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda[data-v-93287713],.flag-big.flag-md[data-v-93287713]{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg[data-v-93287713],.flag-big.flag-mg[data-v-93287713],.flag-big.flag-mad[data-v-93287713]{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv[data-v-93287713],.flag-big.flag-mv[data-v-93287713]{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex[data-v-93287713],.flag-big.flag-mx[data-v-93287713]{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl[data-v-93287713],.flag-big.flag-mh[data-v-93287713]{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd[data-v-93287713],.flag-big.flag-mk[data-v-93287713]{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli[data-v-93287713],.flag-big.flag-ml[data-v-93287713]{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt[data-v-93287713],.flag-big.flag-mt[data-v-93287713]{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr[data-v-93287713],.flag-big.flag-mm[data-v-93287713],.flag-big.flag-mya[data-v-93287713]{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne[data-v-93287713],.flag-big.flag-me[data-v-93287713]{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng[data-v-93287713],.flag-big.flag-mn[data-v-93287713],.flag-big.flag-mgl[data-v-93287713]{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp[data-v-93287713],.flag-big.flag-mp[data-v-93287713]{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz[data-v-93287713],.flag-big.flag-mz[data-v-93287713]{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt[data-v-93287713],.flag-big.flag-mr[data-v-93287713],.flag-big.flag-mtn[data-v-93287713]{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr[data-v-93287713],.flag-big.flag-ms[data-v-93287713]{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq[data-v-93287713],.flag-big.flag-mq[data-v-93287713]{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus[data-v-93287713],.flag-big.flag-mu[data-v-93287713],.flag-big.flag-mri[data-v-93287713]{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi[data-v-93287713],.flag-big.flag-mw[data-v-93287713],.flag-big.flag-maw[data-v-93287713]{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys[data-v-93287713],.flag-big.flag-my[data-v-93287713],.flag-big.flag-mas[data-v-93287713]{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt[data-v-93287713],.flag-big.flag-yt[data-v-93287713]{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam[data-v-93287713],.flag-big.flag-na[data-v-93287713]{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl[data-v-93287713],.flag-big.flag-nc[data-v-93287713]{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner[data-v-93287713],.flag-big.flag-ne[data-v-93287713],.flag-big.flag-nig[data-v-93287713]{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk[data-v-93287713],.flag-big.flag-nf[data-v-93287713]{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga[data-v-93287713],.flag-big.flag-ng[data-v-93287713],.flag-big.flag-ngr[data-v-93287713]{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic[data-v-93287713],.flag-big.flag-ni[data-v-93287713],.flag-big.flag-nca[data-v-93287713]{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir[data-v-93287713]{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu[data-v-93287713],.flag-big.flag-nu[data-v-93287713]{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld[data-v-93287713],.flag-big.flag-nl[data-v-93287713],.flag-big.flag-ned[data-v-93287713]{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor[data-v-93287713],.flag-big.flag-no[data-v-93287713]{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl[data-v-93287713],.flag-big.flag-np[data-v-93287713],.flag-big.flag-nep[data-v-93287713]{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru[data-v-93287713],.flag-big.flag-nr[data-v-93287713]{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl[data-v-93287713],.flag-big.flag-nz[data-v-93287713]{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn[data-v-93287713],.flag-big.flag-om[data-v-93287713],.flag-big.flag-oma[data-v-93287713]{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak[data-v-93287713],.flag-big.flag-pk[data-v-93287713]{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan[data-v-93287713],.flag-big.flag-pa[data-v-93287713]{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn[data-v-93287713],.flag-big.flag-pn[data-v-93287713]{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per[data-v-93287713],.flag-big.flag-pe[data-v-93287713]{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl[data-v-93287713],.flag-big.flag-ph[data-v-93287713],.flag-big.flag-phi[data-v-93287713]{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw[data-v-93287713],.flag-big.flag-pw[data-v-93287713]{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png[data-v-93287713],.flag-big.flag-pg[data-v-93287713]{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol[data-v-93287713],.flag-big.flag-pl[data-v-93287713]{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri[data-v-93287713],.flag-big.flag-pr[data-v-93287713],.flag-big.flag-pur[data-v-93287713]{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk[data-v-93287713],.flag-big.flag-kp[data-v-93287713]{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt[data-v-93287713],.flag-big.flag-pt[data-v-93287713],.flag-big.flag-por[data-v-93287713]{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry[data-v-93287713],.flag-big.flag-py[data-v-93287713],.flag-big.flag-par[data-v-93287713]{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse[data-v-93287713],.flag-big.flag-ps[data-v-93287713]{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf[data-v-93287713],.flag-big.flag-pf[data-v-93287713]{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat[data-v-93287713],.flag-big.flag-qa[data-v-93287713]{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu[data-v-93287713],.flag-big.flag-re[data-v-93287713]{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou[data-v-93287713],.flag-big.flag-ro[data-v-93287713]{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus[data-v-93287713],.flag-big.flag-ru[data-v-93287713]{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa[data-v-93287713],.flag-big.flag-rw[data-v-93287713]{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau[data-v-93287713],.flag-big.flag-sa[data-v-93287713],.flag-big.flag-ksa[data-v-93287713]{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco[data-v-93287713]{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct[data-v-93287713]{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn[data-v-93287713],.flag-big.flag-sd[data-v-93287713],.flag-big.flag-sud[data-v-93287713]{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen[data-v-93287713],.flag-big.flag-sn[data-v-93287713]{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp[data-v-93287713],.flag-big.flag-sg[data-v-93287713]{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs[data-v-93287713],.flag-big.flag-gs[data-v-93287713]{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn[data-v-93287713],.flag-big.flag-sh[data-v-93287713]{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm[data-v-93287713]{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb[data-v-93287713],.flag-big.flag-sb[data-v-93287713],.flag-big.flag-sol[data-v-93287713]{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle[data-v-93287713],.flag-big.flag-sl[data-v-93287713]{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv[data-v-93287713],.flag-big.flag-sv[data-v-93287713],.flag-big.flag-esa[data-v-93287713]{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr[data-v-93287713],.flag-big.flag-sm[data-v-93287713]{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som[data-v-93287713],.flag-big.flag-so[data-v-93287713]{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm[data-v-93287713],.flag-big.flag-pm[data-v-93287713]{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb[data-v-93287713],.flag-big.flag-rs[data-v-93287713]{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd[data-v-93287713]{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp[data-v-93287713],.flag-big.flag-st[data-v-93287713]{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur[data-v-93287713],.flag-big.flag-sr[data-v-93287713]{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk[data-v-93287713],.flag-big.flag-sk[data-v-93287713]{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn[data-v-93287713],.flag-big.flag-si[data-v-93287713],.flag-big.flag-slo[data-v-93287713]{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe[data-v-93287713],.flag-big.flag-se[data-v-93287713]{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz[data-v-93287713],.flag-big.flag-sz[data-v-93287713]{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm[data-v-93287713]{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc[data-v-93287713],.flag-big.flag-sc[data-v-93287713],.flag-big.flag-sey[data-v-93287713]{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr[data-v-93287713],.flag-big.flag-sy[data-v-93287713]{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca[data-v-93287713],.flag-big.flag-tc[data-v-93287713]{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd[data-v-93287713],.flag-big.flag-td[data-v-93287713],.flag-big.flag-cha[data-v-93287713]{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo[data-v-93287713],.flag-big.flag-tg[data-v-93287713],.flag-big.flag-tog[data-v-93287713]{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha[data-v-93287713],.flag-big.flag-th[data-v-93287713]{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk[data-v-93287713],.flag-big.flag-tj[data-v-93287713]{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl[data-v-93287713],.flag-big.flag-tk[data-v-93287713]{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm[data-v-93287713],.flag-big.flag-tm[data-v-93287713]{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls[data-v-93287713],.flag-big.flag-tl[data-v-93287713]{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton[data-v-93287713],.flag-big.flag-to[data-v-93287713],.flag-big.flag-tga[data-v-93287713]{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe[data-v-93287713]{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto[data-v-93287713],.flag-big.flag-tt[data-v-93287713],.flag-big.flag-tri[data-v-93287713]{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun[data-v-93287713],.flag-big.flag-tn[data-v-93287713]{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur[data-v-93287713],.flag-big.flag-tr[data-v-93287713]{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv[data-v-93287713],.flag-big.flag-tv[data-v-93287713]{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn[data-v-93287713],.flag-big.flag-tw[data-v-93287713]{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2[data-v-93287713]{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza[data-v-93287713],.flag-big.flag-tz[data-v-93287713],.flag-big.flag-tan[data-v-93287713]{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga[data-v-93287713],.flag-big.flag-ug[data-v-93287713]{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr[data-v-93287713],.flag-big.flag-ua[data-v-93287713]{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi[data-v-93287713],.flag-big.flag-um[data-v-93287713]{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury[data-v-93287713],.flag-big.flag-uy[data-v-93287713],.flag-big.flag-uru[data-v-93287713]{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa[data-v-93287713],.flag-big.flag-us[data-v-93287713]{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb[data-v-93287713],.flag-big.flag-uz[data-v-93287713]{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat[data-v-93287713],.flag-big.flag-va[data-v-93287713]{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct[data-v-93287713],.flag-big.flag-vc[data-v-93287713],.flag-big.flag-vin[data-v-93287713]{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven[data-v-93287713],.flag-big.flag-ve[data-v-93287713]{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb[data-v-93287713],.flag-big.flag-vg[data-v-93287713],.flag-big.flag-ivb[data-v-93287713]{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir[data-v-93287713],.flag-big.flag-vi[data-v-93287713],.flag-big.flag-isv[data-v-93287713]{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm[data-v-93287713],.flag-big.flag-vn[data-v-93287713],.flag-big.flag-vie[data-v-93287713]{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut[data-v-93287713],.flag-big.flag-vu[data-v-93287713],.flag-big.flag-van[data-v-93287713]{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal[data-v-93287713]{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf[data-v-93287713],.flag-big.flag-wf[data-v-93287713]{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm[data-v-93287713],.flag-big.flag-ws[data-v-93287713],.flag-big.flag-sam[data-v-93287713]{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem[data-v-93287713],.flag-big.flag-ye[data-v-93287713]{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf[data-v-93287713],.flag-big.flag-za[data-v-93287713],.flag-big.flag-rsa[data-v-93287713]{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb[data-v-93287713],.flag-big.flag-zm[data-v-93287713],.flag-big.flag-zam[data-v-93287713]{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe[data-v-93287713],.flag-big.flag-zw[data-v-93287713],.flag-big.flag-zim[data-v-93287713]{width:80px;height:40px;background-position:-1px -12163px}.performance-card[data-v-93287713]{width:100%;position:relative}.chart[data-v-93287713]{position:unset;min-width:750px;max-height:max(300px,50vh)}.chart canvas[data-v-93287713]{min-height:35vh;position:relative}#performance-tooltip[data-v-93287713]{pointer-events:none;opacity:0;position:absolute;background-color:#000c;border-radius:6px;padding:.5rem .6rem;transition:.2s;width:fit-content;max-width:80vw;z-index:10}#performance-tooltip[data-v-93287713] .microlabel{padding:.3em .3em .15em;border-radius:.15em;color:#fff;display:inline;white-space:nowrap}#performance-tooltip[data-v-93287713] .decimal{font-size:.85em}#performance-tooltip[data-v-93287713] .slots{display:flex;padding-inline:.3rem;max-width:fit-content;margin-inline:auto}#performance-tooltip[data-v-93287713] .slots .slot{flex-direction:column;justify-content:center;align-items:center;padding:.6em;border:1px solid #2d2d2d;border-left:none;display:inline-flex;gap:.3em}#performance-tooltip[data-v-93287713] .slots .slot:first-of-type{border-left-color:transparent}#performance-tooltip[data-v-93287713] .slots .slot:last-of-type{border-right-color:transparent}#performance-tooltip[data-v-93287713] .slots .slot .label{font-size:.7rem;order:1;text-align:center;line-height:1.1;white-space:nowrap}#performance-tooltip[data-v-93287713] .slots .slot .value{order:2;line-height:1;font-size:1.2rem;white-space:nowrap}#performance-tooltip[data-v-93287713] .slots .slot .points{color:#c661ff}#performance-tooltip[data-v-93287713] .slots .slot .good{color:#4ae23c}#performance-tooltip[data-v-93287713] .slots .slot .bad{color:#f70264}#performance-tooltip[data-v-93287713] header{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.8rem;text-align:center}#performance-tooltip[data-v-93287713] header.comp-header{justify-content:center;font-size:.95rem;max-width:24em;margin-inline:auto;padding-inline:0}#performance-tooltip[data-v-93287713] header.comp-header span{display:inline-block;width:fit-content;margin-inline:auto;text-wrap:balance}#performance-tooltip[data-v-93287713] .comp-footer{display:flex;justify-content:center;align-items:center;gap:.5em;margin-inline:auto;padding-inline:.8rem;padding-top:.2rem;font-size:.8rem}#performance-tooltip[data-v-93287713] .comp-footer .country{text-transform:uppercase;opacity:.6}#performance-tooltip[data-v-93287713] .comp-footer .flag{margin-bottom:.3em;scale:.75;box-sizing:content-box}#performance-tooltip[data-v-93287713] .comp-footer .comp-date{opacity:.6}.fade-enter-active[data-v-07ef9a41],.fade-leave-active[data-v-07ef9a41]{transition:opacity .3s}.fade-enter-from[data-v-07ef9a41],.fade-leave-to[data-v-07ef9a41]{opacity:0}.fade-enter-to[data-v-07ef9a41],.fade-leave-from[data-v-07ef9a41]{opacity:1}@keyframes pulsing-opacity-07ef9a41{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.shape[data-v-07ef9a41]{fill:#2e2e2e;stroke:none}.outline[data-v-07ef9a41]{fill:none;stroke:#616161;stroke-width:1;stroke-linejoin:round}.marker[data-v-07ef9a41]{stroke-width:1.5}.fade-enter-active[data-v-bd45556f],.fade-leave-active[data-v-bd45556f]{transition:opacity .3s}.fade-enter-from[data-v-bd45556f],.fade-leave-to[data-v-bd45556f]{opacity:0}.fade-enter-to[data-v-bd45556f],.fade-leave-from[data-v-bd45556f]{opacity:1}@keyframes pulsing-opacity-bd45556f{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.toast[data-v-bd45556f]{position:absolute;right:1.5rem;font-size:clamp(.7rem,3vmin,.9rem)}.toast.good[data-v-bd45556f],.toast.bad[data-v-bd45556f]{animation:delayed-fade-out-bd45556f 3s forwards}@keyframes delayed-fade-out-bd45556f{0%,70%{opacity:1}to{opacity:0}}.bell[data-v-bd45556f]{background:none;border:none;cursor:pointer;color:#b3b3b3;font-size:1rem;line-height:1;padding:0;transition:color .2s}.bell[data-v-bd45556f]:hover{color:#fff}.bell.watched[data-v-bd45556f]{color:#4ae23c}.dialog .dialog-content[data-v-bd45556f]{padding:clamp(.5rem,1vw,1.2rem) clamp(.5rem,2vw,1.5rem);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.dialog .dialog-content p[data-v-bd45556f]{margin:0;line-height:1.5;font-size:clamp(.7rem,3vmin,.9rem)}.dialog .button[data-v-bd45556f]{text-transform:none;display:inline-flex;align-items:center;gap:.4em;align-self:center;padding:.5em 1.2em;transition:opacity .2s;background-color:#26a5e4;color:#fff}.dialog .button svg path[data-v-bd45556f]{fill:#fff}.dialog .button[data-v-bd45556f]:hover{opacity:.85}.dialog .dont-ask[data-v-bd45556f]{display:flex;align-items:center;justify-content:flex-start;gap:.5em;font-size:clamp(.7rem,3vmin,.9rem);color:#b3b3b3;cursor:pointer;margin-inline:auto}.dialog .dont-ask span[data-v-bd45556f]{text-wrap:balance;text-align:left}.dialog .dont-ask input[data-v-bd45556f]{cursor:pointer}.fade-enter-active[data-v-4f31eeb7],.fade-leave-active[data-v-4f31eeb7]{transition:opacity .3s}.fade-enter-from[data-v-4f31eeb7],.fade-leave-to[data-v-4f31eeb7]{opacity:0}.fade-enter-to[data-v-4f31eeb7],.fade-leave-from[data-v-4f31eeb7]{opacity:1}@keyframes pulsing-opacity-4f31eeb7{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag[data-v-4f31eeb7]{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag[data-v-4f31eeb7]:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw[data-v-4f31eeb7],.flag.flag-aw[data-v-4f31eeb7],.flag.flag-aru[data-v-4f31eeb7]{background-position:0 0}.flag.flag-afg[data-v-4f31eeb7],.flag.flag-af[data-v-4f31eeb7]{background-position:0 -20px}.flag.flag-ago[data-v-4f31eeb7],.flag.flag-ao[data-v-4f31eeb7],.flag .flagflag-ang[data-v-4f31eeb7]{background-position:0 -40px}.flag.flag-aia[data-v-4f31eeb7],.flag.flag-ai[data-v-4f31eeb7]{background-position:0 -60px}.flag.flag-ala[data-v-4f31eeb7]{background-position:0 -80px}.flag.flag-alb[data-v-4f31eeb7],.flag.flag-al[data-v-4f31eeb7]{background-position:0 -100px}.flag.flag-and[data-v-4f31eeb7],.flag.flag-ad[data-v-4f31eeb7]{background-position:0 -120px}.flag.flag-ant[data-v-4f31eeb7],.flag.flag-an[data-v-4f31eeb7],.flag.flag-aho[data-v-4f31eeb7]{background-position:0 -140px}.flag.flag-are[data-v-4f31eeb7],.flag.flag-ae[data-v-4f31eeb7],.flag.flag-uae[data-v-4f31eeb7]{background-position:0 -160px}.flag.flag-arg[data-v-4f31eeb7],.flag.flag-ar[data-v-4f31eeb7]{background-position:0 -180px}.flag.flag-arm[data-v-4f31eeb7],.flag.flag-am[data-v-4f31eeb7]{background-position:0 -200px}.flag.flag-asm[data-v-4f31eeb7],.flag.flag-as[data-v-4f31eeb7],.flag.flag-asa[data-v-4f31eeb7]{background-position:0 -220px}.flag.flag-ata[data-v-4f31eeb7]{background-position:0 -240px}.flag.flag-atf[data-v-4f31eeb7],.flag.flag-tf[data-v-4f31eeb7]{background-position:0 -260px}.flag.flag-atg[data-v-4f31eeb7],.flag.flag-ag[data-v-4f31eeb7]{background-position:0 -280px}.flag.flag-aus[data-v-4f31eeb7],.flag.flag-au[data-v-4f31eeb7]{background-position:0 -300px}.flag.flag-aut[data-v-4f31eeb7],.flag.flag-at[data-v-4f31eeb7]{background-position:0 -320px}.flag.flag-aze[data-v-4f31eeb7],.flag.flag-az[data-v-4f31eeb7]{background-position:0 -340px}.flag.flag-bdi[data-v-4f31eeb7],.flag.flag-bi[data-v-4f31eeb7]{background-position:0 -360px}.flag.flag-bel[data-v-4f31eeb7],.flag.flag-be[data-v-4f31eeb7]{background-position:0 -380px}.flag.flag-ben[data-v-4f31eeb7],.flag.flag-bj[data-v-4f31eeb7]{background-position:0 -400px}.flag.flag-bes[data-v-4f31eeb7]{background-position:0 -420px}.flag.flag-bfa[data-v-4f31eeb7],.flag.flag-bf[data-v-4f31eeb7],.flag.flag-bur[data-v-4f31eeb7]{background-position:0 -440px}.flag.flag-bgd[data-v-4f31eeb7],.flag.flag-bd[data-v-4f31eeb7],.flag.flag-ban[data-v-4f31eeb7]{background-position:0 -460px}.flag.flag-bgr[data-v-4f31eeb7],.flag.flag-bg[data-v-4f31eeb7],.flag.flag-bul[data-v-4f31eeb7]{background-position:0 -480px}.flag.flag-bhr[data-v-4f31eeb7],.flag.flag-bh[data-v-4f31eeb7]{background-position:0 -500px}.flag.flag-bhs[data-v-4f31eeb7],.flag.flag-bs[data-v-4f31eeb7],.flag.flag-bah[data-v-4f31eeb7]{background-position:0 -520px}.flag.flag-bih[data-v-4f31eeb7],.flag.flag-ba[data-v-4f31eeb7]{background-position:0 -540px}.flag.flag-blm[data-v-4f31eeb7]{background-position:0 -560px}.flag.flag-blr[data-v-4f31eeb7],.flag.flag-by[data-v-4f31eeb7]{background-position:0 -580px}.flag.flag-blz[data-v-4f31eeb7],.flag.flag-bz[data-v-4f31eeb7],.flag.flag-biz[data-v-4f31eeb7]{background-position:0 -600px}.flag.flag-bmu[data-v-4f31eeb7],.flag.flag-bm[data-v-4f31eeb7],.flag.flag-ber[data-v-4f31eeb7]{background-position:0 -620px}.flag.flag-bol[data-v-4f31eeb7],.flag.flag-bo[data-v-4f31eeb7]{background-position:0 -640px}.flag.flag-bra[data-v-4f31eeb7],.flag.flag-br[data-v-4f31eeb7]{background-position:0 -660px}.flag.flag-brb[data-v-4f31eeb7],.flag.flag-bb[data-v-4f31eeb7],.flag.flag-bar[data-v-4f31eeb7]{background-position:0 -680px}.flag.flag-brn[data-v-4f31eeb7],.flag.flag-bn[data-v-4f31eeb7],.flag.flag-bru[data-v-4f31eeb7]{background-position:0 -700px}.flag.flag-btn[data-v-4f31eeb7],.flag.flag-bt[data-v-4f31eeb7],.flag.flag-bhu[data-v-4f31eeb7]{background-position:0 -720px}.flag.flag-bvt[data-v-4f31eeb7],.flag.flag-bv[data-v-4f31eeb7]{background-position:0 -740px}.flag.flag-bwa[data-v-4f31eeb7],.flag.flag-bw[data-v-4f31eeb7],.flag.flag-bot[data-v-4f31eeb7]{background-position:0 -760px}.flag.flag-caf[data-v-4f31eeb7],.flag.flag-cf[data-v-4f31eeb7]{background-position:0 -780px}.flag.flag-can[data-v-4f31eeb7],.flag.flag-ca[data-v-4f31eeb7]{background-position:0 -800px}.flag.flag-cck[data-v-4f31eeb7],.flag.flag-cc[data-v-4f31eeb7]{background-position:0 -820px}.flag.flag-che[data-v-4f31eeb7],.flag.flag-ch[data-v-4f31eeb7],.flag.flag-sui[data-v-4f31eeb7]{background-position:0 -840px}.flag.flag-chl[data-v-4f31eeb7],.flag.flag-cl[data-v-4f31eeb7],.flag.flag-chi[data-v-4f31eeb7]{background-position:0 -860px}.flag.flag-chn[data-v-4f31eeb7],.flag.flag-cn[data-v-4f31eeb7]{background-position:0 -880px}.flag.flag-civ[data-v-4f31eeb7],.flag.flag-ci[data-v-4f31eeb7]{background-position:0 -900px}.flag.flag-cmr[data-v-4f31eeb7],.flag.flag-cm[data-v-4f31eeb7]{background-position:0 -920px}.flag.flag-cod[data-v-4f31eeb7],.flag.flag-cd[data-v-4f31eeb7],.flag.flag-zai[data-v-4f31eeb7]{background-position:0 -940px}.flag.flag-cog[data-v-4f31eeb7],.flag.flag-cg[data-v-4f31eeb7],.flag.flag-cgo[data-v-4f31eeb7]{background-position:0 -960px}.flag.flag-cok[data-v-4f31eeb7],.flag.flag-ck[data-v-4f31eeb7]{background-position:0 -980px}.flag.flag-col[data-v-4f31eeb7],.flag.flag-co[data-v-4f31eeb7]{background-position:0 -1000px}.flag.flag-com[data-v-4f31eeb7],.flag.flag-km[data-v-4f31eeb7]{background-position:0 -1020px}.flag.flag-cpv[data-v-4f31eeb7],.flag.flag-cv[data-v-4f31eeb7]{background-position:0 -1040px}.flag.flag-cri[data-v-4f31eeb7],.flag.flag-cr[data-v-4f31eeb7],.flag.flag-crc[data-v-4f31eeb7]{background-position:0 -1060px}.flag.flag-cub[data-v-4f31eeb7],.flag.flag-cu[data-v-4f31eeb7]{background-position:0 -1080px}.flag.flag-cuw[data-v-4f31eeb7]{background-position:0 -1100px}.flag.flag-cxr[data-v-4f31eeb7],.flag.flag-cx[data-v-4f31eeb7]{background-position:0 -1120px}.flag.flag-cym[data-v-4f31eeb7],.flag.flag-ky[data-v-4f31eeb7],.flag.flag-cay[data-v-4f31eeb7]{background-position:0 -1140px}.flag.flag-cyp[data-v-4f31eeb7],.flag.flag-cy[data-v-4f31eeb7]{background-position:0 -1160px}.flag.flag-cze[data-v-4f31eeb7],.flag.flag-cz[data-v-4f31eeb7]{background-position:0 -1180px}.flag.flag-deu[data-v-4f31eeb7],.flag.flag-de[data-v-4f31eeb7],.flag.flag-ger[data-v-4f31eeb7]{background-position:0 -1200px}.flag.flag-dji[data-v-4f31eeb7],.flag.flag-dj[data-v-4f31eeb7]{background-position:0 -1220px}.flag.flag-dma[data-v-4f31eeb7],.flag.flag-dm[data-v-4f31eeb7]{background-position:0 -1240px}.flag.flag-dnk[data-v-4f31eeb7],.flag.flag-dk[data-v-4f31eeb7],.flag.flag-den[data-v-4f31eeb7]{background-position:0 -1260px}.flag.flag-dom[data-v-4f31eeb7],.flag.flag-do[data-v-4f31eeb7]{background-position:0 -1280px}.flag.flag-dza[data-v-4f31eeb7],.flag.flag-dz[data-v-4f31eeb7],.flag.flag-alg[data-v-4f31eeb7]{background-position:0 -1300px}.flag.flag-ecu[data-v-4f31eeb7],.flag.flag-ec[data-v-4f31eeb7]{background-position:0 -1320px}.flag.flag-egy[data-v-4f31eeb7],.flag.flag-eg[data-v-4f31eeb7]{background-position:0 -1340px}.flag.flag-eng[data-v-4f31eeb7]{background-position:0 -1360px}.flag.flag-eri[data-v-4f31eeb7],.flag.flag-er[data-v-4f31eeb7]{background-position:0 -1380px}.flag.flag-esp[data-v-4f31eeb7],.flag.flag-es[data-v-4f31eeb7]{background-position:0 -1400px}.flag.flag-est[data-v-4f31eeb7],.flag.flag-ee[data-v-4f31eeb7]{background-position:0 -1420px}.flag.flag-eth[data-v-4f31eeb7],.flag.flag-et[data-v-4f31eeb7]{background-position:0 -1440px}.flag.flag-eur[data-v-4f31eeb7]{background-position:0 -1460px}.flag.flag-fai[data-v-4f31eeb7]{background-position:0 -1480px}.flag.flag-fin[data-v-4f31eeb7],.flag.flag-fi[data-v-4f31eeb7]{background-position:0 -1500px}.flag.flag-fji[data-v-4f31eeb7],.flag.flag-fj[data-v-4f31eeb7],.flag.flag-fij[data-v-4f31eeb7]{background-position:0 -1520px}.flag.flag-flk[data-v-4f31eeb7],.flag.flag-fk[data-v-4f31eeb7]{background-position:0 -1540px}.flag.flag-fra[data-v-4f31eeb7],.flag.flag-fr[data-v-4f31eeb7]{background-position:0 -1560px}.flag.flag-fro[data-v-4f31eeb7],.flag.flag-fo[data-v-4f31eeb7]{background-position:0 -1580px}.flag.flag-fsm[data-v-4f31eeb7],.flag.flag-fm[data-v-4f31eeb7]{background-position:0 -1600px}.flag.flag-gab[data-v-4f31eeb7],.flag.flag-ga[data-v-4f31eeb7]{background-position:0 -1620px}.flag.flag-gbr[data-v-4f31eeb7],.flag.flag-gb[data-v-4f31eeb7]{background-position:0 -1640px}.flag.flag-geo[data-v-4f31eeb7],.flag.flag-ge[data-v-4f31eeb7]{background-position:0 -1660px}.flag.flag-ggy[data-v-4f31eeb7],.flag.flag-gg[data-v-4f31eeb7]{background-position:0 -1680px}.flag.flag-gha[data-v-4f31eeb7],.flag.flag-gh[data-v-4f31eeb7]{background-position:0 -1700px}.flag.flag-gib[data-v-4f31eeb7],.flag.flag-gi[data-v-4f31eeb7]{background-position:0 -1720px}.flag.flag-gin[data-v-4f31eeb7],.flag.flag-gn[data-v-4f31eeb7],.flag.flag-gui[data-v-4f31eeb7]{background-position:0 -1740px}.flag.flag-glp[data-v-4f31eeb7],.flag.flag-gp[data-v-4f31eeb7]{background-position:0 -1760px}.flag.flag-gmb[data-v-4f31eeb7],.flag.flag-gm[data-v-4f31eeb7],.flag.flag-gam[data-v-4f31eeb7]{background-position:0 -1780px}.flag.flag-gnb[data-v-4f31eeb7],.flag.flag-gw[data-v-4f31eeb7],.flag.flag-gbs[data-v-4f31eeb7]{background-position:0 -1800px}.flag.flag-gnq[data-v-4f31eeb7],.flag.flag-gq[data-v-4f31eeb7],.flag.flag-geq[data-v-4f31eeb7]{background-position:0 -1820px}.flag.flag-grc[data-v-4f31eeb7],.flag.flag-gr[data-v-4f31eeb7],.flag.flag-gre[data-v-4f31eeb7]{background-position:0 -1840px}.flag.flag-grd[data-v-4f31eeb7],.flag.flag-gd[data-v-4f31eeb7],.flag.flag-grn[data-v-4f31eeb7]{background-position:0 -1860px}.flag.flag-grl[data-v-4f31eeb7],.flag.flag-gl[data-v-4f31eeb7]{background-position:0 -1880px}.flag.flag-gtm[data-v-4f31eeb7],.flag.flag-gt[data-v-4f31eeb7]{background-position:0 -1900px}.flag.flag-guf[data-v-4f31eeb7],.flag.flag-gf[data-v-4f31eeb7]{background-position:0 -1920px}.flag.flag-gum[data-v-4f31eeb7],.flag.flag-gu[data-v-4f31eeb7]{background-position:0 -1940px}.flag.flag-guy[data-v-4f31eeb7],.flag.flag-gy[data-v-4f31eeb7]{background-position:0 -1960px}.flag.flag-hkg[data-v-4f31eeb7],.flag.flag-hk[data-v-4f31eeb7]{background-position:0 -1980px}.flag.flag-hmd[data-v-4f31eeb7],.flag.flag-hm[data-v-4f31eeb7]{background-position:0 -2000px}.flag.flag-hnd[data-v-4f31eeb7],.flag.flag-hn[data-v-4f31eeb7],.flag.flag-hon[data-v-4f31eeb7]{background-position:0 -2020px}.flag.flag-hrv[data-v-4f31eeb7],.flag.flag-hr[data-v-4f31eeb7],.flag.flag-cro[data-v-4f31eeb7]{background-position:0 -2040px}.flag.flag-hti[data-v-4f31eeb7],.flag.flag-ht[data-v-4f31eeb7],.flag.flag-hai[data-v-4f31eeb7]{background-position:0 -2060px}.flag.flag-hun[data-v-4f31eeb7],.flag.flag-hu[data-v-4f31eeb7]{background-position:0 -2080px}.flag.flag-idn[data-v-4f31eeb7],.flag.flag-id[data-v-4f31eeb7],.flag.flag-ina[data-v-4f31eeb7]{background-position:0 -2100px}.flag.flag-imn[data-v-4f31eeb7]{background-position:0 -2120px}.flag.flag-ind[data-v-4f31eeb7],.flag.flag-in[data-v-4f31eeb7]{background-position:0 -2140px}.flag.flag-iot[data-v-4f31eeb7],.flag.flag-io[data-v-4f31eeb7]{background-position:0 -2160px}.flag.flag-irl[data-v-4f31eeb7],.flag.flag-ie[data-v-4f31eeb7]{background-position:0 -2180px}.flag.flag-irn[data-v-4f31eeb7],.flag.flag-ir[data-v-4f31eeb7],.flag.flag-iri[data-v-4f31eeb7]{background-position:0 -2200px}.flag.flag-irq[data-v-4f31eeb7],.flag.flag-iq[data-v-4f31eeb7]{background-position:0 -2220px}.flag.flag-isl[data-v-4f31eeb7],.flag.flag-is[data-v-4f31eeb7]{background-position:0 -2240px}.flag.flag-isr[data-v-4f31eeb7],.flag.flag-il[data-v-4f31eeb7]{background-position:0 -2260px}.flag.flag-ita[data-v-4f31eeb7],.flag.flag-it[data-v-4f31eeb7]{background-position:0 -2281px}.flag.flag-jam[data-v-4f31eeb7],.flag.flag-jm[data-v-4f31eeb7]{background-position:0 -2300px}.flag.flag-jey[data-v-4f31eeb7]{background-position:0 -2320px}.flag.flag-jor[data-v-4f31eeb7],.flag.flag-jo[data-v-4f31eeb7]{background-position:0 -2340px}.flag.flag-jpn[data-v-4f31eeb7],.flag.flag-jp[data-v-4f31eeb7]{background-position:0 -2360px}.flag.flag-kaz[data-v-4f31eeb7],.flag.flag-kz[data-v-4f31eeb7]{background-position:0 -2380px}.flag.flag-ken[data-v-4f31eeb7],.flag.flag-ke[data-v-4f31eeb7]{background-position:0 -2400px}.flag.flag-kgz[data-v-4f31eeb7],.flag.flag-kg[data-v-4f31eeb7]{background-position:0 -2420px}.flag.flag-khm[data-v-4f31eeb7],.flag.flag-kg[data-v-4f31eeb7],.flag.flag-cam[data-v-4f31eeb7]{background-position:0 -2440px}.flag.flag-kir[data-v-4f31eeb7],.flag.flag-ki[data-v-4f31eeb7]{background-position:0 -2460px}.flag.flag-kna[data-v-4f31eeb7],.flag.flag-kn[data-v-4f31eeb7],.flag.flag-skn[data-v-4f31eeb7]{background-position:0 -2480px}.flag.flag-kor[data-v-4f31eeb7],.flag.flag-kr[data-v-4f31eeb7]{background-position:0 -2500px}.flag.flag-kos[data-v-4f31eeb7]{background-position:0 -2520px}.flag.flag-kwt[data-v-4f31eeb7],.flag.flag-kw[data-v-4f31eeb7],.flag.flag-kuw[data-v-4f31eeb7]{background-position:0 -2540px}.flag.flag-lao[data-v-4f31eeb7],.flag.flag-la[data-v-4f31eeb7]{background-position:0 -2560px}.flag.flag-lbn[data-v-4f31eeb7],.flag.flag-lb[data-v-4f31eeb7]{background-position:0 -2580px}.flag.flag-lbr[data-v-4f31eeb7],.flag.flag-lr[data-v-4f31eeb7]{background-position:0 -2600px}.flag.flag-lby[data-v-4f31eeb7],.flag.flag-ly[data-v-4f31eeb7],.flag.flag-lba[data-v-4f31eeb7]{background-position:0 -2620px}.flag.flag-lca[data-v-4f31eeb7],.flag.flag-lc[data-v-4f31eeb7]{background-position:0 -2640px}.flag.flag-lie[data-v-4f31eeb7],.flag.flag-li[data-v-4f31eeb7]{background-position:0 -2660px}.flag.flag-lka[data-v-4f31eeb7],.flag.flag-lk[data-v-4f31eeb7],.flag.flag-sri[data-v-4f31eeb7]{background-position:0 -2680px}.flag.flag-lso[data-v-4f31eeb7],.flag.flag-ls[data-v-4f31eeb7],.flag.flag-les[data-v-4f31eeb7]{background-position:0 -2700px}.flag.flag-ltu[data-v-4f31eeb7],.flag.flag-lt[data-v-4f31eeb7]{background-position:0 -2720px}.flag.flag-lux[data-v-4f31eeb7],.flag.flag-lu[data-v-4f31eeb7]{background-position:0 -2740px}.flag.flag-lva[data-v-4f31eeb7],.flag.flag-lv[data-v-4f31eeb7],.flag.flag-lat[data-v-4f31eeb7]{background-position:0 -2760px}.flag.flag-mac[data-v-4f31eeb7],.flag.flag-mo[data-v-4f31eeb7]{background-position:0 -2780px}.flag.flag-maf[data-v-4f31eeb7],.flag.flag-mf[data-v-4f31eeb7]{background-position:0 -2800px}.flag.flag-mar[data-v-4f31eeb7],.flag.flag-ma[data-v-4f31eeb7]{background-position:0 -2820px}.flag.flag-mco[data-v-4f31eeb7],.flag.flag-mc[data-v-4f31eeb7],.flag.flag-mon[data-v-4f31eeb7]{background-position:0 -2840px}.flag.flag-mda[data-v-4f31eeb7],.flag.flag-md[data-v-4f31eeb7]{background-position:0 -2860px}.flag.flag-mdg[data-v-4f31eeb7],.flag.flag-mg[data-v-4f31eeb7],.flag.flag-mad[data-v-4f31eeb7]{background-position:0 -2880px}.flag.flag-mdv[data-v-4f31eeb7],.flag.flag-mv[data-v-4f31eeb7]{background-position:0 -2900px}.flag.flag-mex[data-v-4f31eeb7],.flag.flag-mx[data-v-4f31eeb7]{background-position:0 -2920px}.flag.flag-mhl[data-v-4f31eeb7],.flag.flag-mh[data-v-4f31eeb7]{background-position:0 -2940px}.flag.flag-mkd[data-v-4f31eeb7],.flag.flag-mk[data-v-4f31eeb7]{background-position:0 -2960px}.flag.flag-mli[data-v-4f31eeb7],.flag.flag-ml[data-v-4f31eeb7]{background-position:0 -2980px}.flag.flag-mlt[data-v-4f31eeb7],.flag.flag-mt[data-v-4f31eeb7]{background-position:0 -3000px}.flag.flag-mmr[data-v-4f31eeb7],.flag.flag-mm[data-v-4f31eeb7],.flag.flag-mya[data-v-4f31eeb7]{background-position:0 -3020px}.flag.flag-mne[data-v-4f31eeb7],.flag.flag-me[data-v-4f31eeb7]{background-position:0 -3040px}.flag.flag-mng[data-v-4f31eeb7],.flag.flag-mn[data-v-4f31eeb7],.flag.flag-mgl[data-v-4f31eeb7]{background-position:0 -3060px}.flag.flag-mnp[data-v-4f31eeb7],.flag.flag-mp[data-v-4f31eeb7]{background-position:0 -3080px}.flag.flag-moz[data-v-4f31eeb7],.flag.flag-mz[data-v-4f31eeb7]{background-position:0 -3100px}.flag.flag-mrt[data-v-4f31eeb7],.flag.flag-mr[data-v-4f31eeb7],.flag.flag-mtn[data-v-4f31eeb7]{background-position:0 -3120px}.flag.flag-msr[data-v-4f31eeb7],.flag.flag-ms[data-v-4f31eeb7]{background-position:0 -3140px}.flag.flag-mtq[data-v-4f31eeb7],.flag.flag-mq[data-v-4f31eeb7]{background-position:0 -3160px}.flag.flag-mus[data-v-4f31eeb7],.flag.flag-mu[data-v-4f31eeb7],.flag.flag-mri[data-v-4f31eeb7]{background-position:0 -3180px}.flag.flag-mwi[data-v-4f31eeb7],.flag.flag-mw[data-v-4f31eeb7],.flag.flag-maw[data-v-4f31eeb7]{background-position:0 -3200px}.flag.flag-mys[data-v-4f31eeb7],.flag.flag-my[data-v-4f31eeb7],.flag.flag-mas[data-v-4f31eeb7]{background-position:0 -3220px}.flag.flag-myt[data-v-4f31eeb7],.flag.flag-yt[data-v-4f31eeb7]{background-position:0 -3240px}.flag.flag-nam[data-v-4f31eeb7],.flag.flag-na[data-v-4f31eeb7]{background-position:0 -3260px}.flag.flag-ncl[data-v-4f31eeb7],.flag.flag-nc[data-v-4f31eeb7]{background-position:0 -3280px}.flag.flag-ner[data-v-4f31eeb7],.flag.flag-ne[data-v-4f31eeb7],.flag.flag-nig[data-v-4f31eeb7]{background-position:0 -3300px}.flag.flag-nfk[data-v-4f31eeb7],.flag.flag-nf[data-v-4f31eeb7]{background-position:0 -3320px}.flag.flag-nga[data-v-4f31eeb7],.flag.flag-ng[data-v-4f31eeb7],.flag.flag-ngr[data-v-4f31eeb7]{background-position:0 -3340px}.flag.flag-nic[data-v-4f31eeb7],.flag.flag-ni[data-v-4f31eeb7],.flag.flag-nca[data-v-4f31eeb7]{background-position:0 -3360px}.flag.flag-nir[data-v-4f31eeb7]{background-position:0 -3380px}.flag.flag-niu[data-v-4f31eeb7],.flag.flag-nu[data-v-4f31eeb7]{background-position:0 -3400px}.flag.flag-nld[data-v-4f31eeb7],.flag.flag-nl[data-v-4f31eeb7],.flag.flag-ned[data-v-4f31eeb7]{background-position:0 -3420px}.flag.flag-nor[data-v-4f31eeb7],.flag.flag-no[data-v-4f31eeb7]{background-position:0 -3440px}.flag.flag-npl[data-v-4f31eeb7],.flag.flag-np[data-v-4f31eeb7],.flag.flag-nep[data-v-4f31eeb7]{background-position:0 -3460px}.flag.flag-nru[data-v-4f31eeb7],.flag.flag-nr[data-v-4f31eeb7]{background-position:0 -3480px}.flag.flag-nzl[data-v-4f31eeb7],.flag.flag-nz[data-v-4f31eeb7]{background-position:0 -3500px}.flag.flag-omn[data-v-4f31eeb7],.flag.flag-om[data-v-4f31eeb7],.flag.flag-oma[data-v-4f31eeb7]{background-position:0 -3520px}.flag.flag-pak[data-v-4f31eeb7],.flag.flag-pk[data-v-4f31eeb7]{background-position:0 -3540px}.flag.flag-pan[data-v-4f31eeb7],.flag.flag-pa[data-v-4f31eeb7]{background-position:0 -3560px}.flag.flag-pcn[data-v-4f31eeb7],.flag.flag-pn[data-v-4f31eeb7]{background-position:0 -3580px}.flag.flag-per[data-v-4f31eeb7],.flag.flag-pe[data-v-4f31eeb7]{background-position:0 -3600px}.flag.flag-phl[data-v-4f31eeb7],.flag.flag-ph[data-v-4f31eeb7],.flag.flag-phi[data-v-4f31eeb7]{background-position:0 -3620px}.flag.flag-plw[data-v-4f31eeb7],.flag.flag-pw[data-v-4f31eeb7]{background-position:0 -3640px}.flag.flag-png[data-v-4f31eeb7],.flag.flag-pg[data-v-4f31eeb7]{background-position:0 -3660px}.flag.flag-pol[data-v-4f31eeb7],.flag.flag-pl[data-v-4f31eeb7]{background-position:0 -3680px}.flag.flag-pri[data-v-4f31eeb7],.flag.flag-pr[data-v-4f31eeb7],.flag.flag-pur[data-v-4f31eeb7]{background-position:0 -3700px}.flag.flag-prk[data-v-4f31eeb7],.flag.flag-kp[data-v-4f31eeb7]{background-position:0 -3720px}.flag.flag-prt[data-v-4f31eeb7],.flag.flag-pt[data-v-4f31eeb7],.flag.flag-por[data-v-4f31eeb7]{background-position:0 -3740px}.flag.flag-pry[data-v-4f31eeb7],.flag.flag-py[data-v-4f31eeb7],.flag.flag-par[data-v-4f31eeb7]{background-position:0 -3760px}.flag.flag-pse[data-v-4f31eeb7],.flag.flag-ps[data-v-4f31eeb7]{background-position:0 -3780px}.flag.flag-pyf[data-v-4f31eeb7],.flag.flag-pf[data-v-4f31eeb7]{background-position:0 -3800px}.flag.flag-qat[data-v-4f31eeb7],.flag.flag-qa[data-v-4f31eeb7]{background-position:0 -3820px}.flag.flag-reu[data-v-4f31eeb7],.flag.flag-re[data-v-4f31eeb7]{background-position:0 -3840px}.flag.flag-rou[data-v-4f31eeb7],.flag.flag-ro[data-v-4f31eeb7]{background-position:0 -3860px}.flag.flag-rus[data-v-4f31eeb7],.flag.flag-ru[data-v-4f31eeb7]{background-position:0 -3880px}.flag.flag-rwa[data-v-4f31eeb7],.flag.flag-rw[data-v-4f31eeb7]{background-position:0 -3900px}.flag.flag-sau[data-v-4f31eeb7],.flag.flag-sa[data-v-4f31eeb7],.flag.flag-ksa[data-v-4f31eeb7]{background-position:0 -3920px}.flag.flag-sco[data-v-4f31eeb7]{background-position:0 -3940px}.flag.flag-sct[data-v-4f31eeb7]{background-position:0 -3960px}.flag.flag-sdn[data-v-4f31eeb7],.flag.flag-sd[data-v-4f31eeb7],.flag.flag-sud[data-v-4f31eeb7]{background-position:0 -3980px}.flag.flag-sen[data-v-4f31eeb7],.flag.flag-sn[data-v-4f31eeb7]{background-position:0 -4000px}.flag.flag-sgp[data-v-4f31eeb7],.flag.flag-sg[data-v-4f31eeb7]{background-position:0 -4020px}.flag.flag-sgs[data-v-4f31eeb7],.flag.flag-gs[data-v-4f31eeb7]{background-position:0 -4040px}.flag.flag-shn[data-v-4f31eeb7],.flag.flag-sh[data-v-4f31eeb7]{background-position:0 -4060px}.flag.flag-sjm[data-v-4f31eeb7]{background-position:0 -4080px}.flag.flag-slb[data-v-4f31eeb7],.flag.flag-sb[data-v-4f31eeb7],.flag.flag-sol[data-v-4f31eeb7]{background-position:0 -4100px}.flag.flag-sle[data-v-4f31eeb7],.flag.flag-sl[data-v-4f31eeb7]{background-position:0 -4120px}.flag.flag-slv[data-v-4f31eeb7],.flag.flag-sv[data-v-4f31eeb7],.flag.flag-esa[data-v-4f31eeb7]{background-position:0 -4140px}.flag.flag-smr[data-v-4f31eeb7],.flag.flag-sm[data-v-4f31eeb7]{background-position:0 -4160px}.flag.flag-som[data-v-4f31eeb7],.flag.flag-so[data-v-4f31eeb7]{background-position:0 -4180px}.flag.flag-spm[data-v-4f31eeb7],.flag.flag-pm[data-v-4f31eeb7]{background-position:0 -4200px}.flag.flag-srb[data-v-4f31eeb7],.flag.flag-rs[data-v-4f31eeb7]{background-position:0 -4220px}.flag.flag-ssd[data-v-4f31eeb7]{background-position:0 -4240px}.flag.flag-stp[data-v-4f31eeb7],.flag.flag-st[data-v-4f31eeb7]{background-position:0 -4260px}.flag.flag-sur[data-v-4f31eeb7],.flag.flag-sr[data-v-4f31eeb7]{background-position:0 -4280px}.flag.flag-svk[data-v-4f31eeb7],.flag.flag-sk[data-v-4f31eeb7]{background-position:0 -4300px}.flag.flag-svn[data-v-4f31eeb7],.flag.flag-si[data-v-4f31eeb7],.flag.flag-slo[data-v-4f31eeb7]{background-position:0 -4320px}.flag.flag-swe[data-v-4f31eeb7],.flag.flag-se[data-v-4f31eeb7]{background-position:0 -4340px}.flag.flag-swz[data-v-4f31eeb7],.flag.flag-sz[data-v-4f31eeb7]{background-position:0 -4360px}.flag.flag-sxm[data-v-4f31eeb7]{background-position:0 -4380px}.flag.flag-syc[data-v-4f31eeb7],.flag.flag-sc[data-v-4f31eeb7],.flag.flag-sey[data-v-4f31eeb7]{background-position:0 -4400px}.flag.flag-syr[data-v-4f31eeb7],.flag.flag-sy[data-v-4f31eeb7]{background-position:0 -4420px}.flag.flag-tca[data-v-4f31eeb7],.flag.flag-tc[data-v-4f31eeb7]{background-position:0 -4440px}.flag.flag-tcd[data-v-4f31eeb7],.flag.flag-td[data-v-4f31eeb7],.flag.flag-cha[data-v-4f31eeb7]{background-position:0 -4460px}.flag.flag-tgo[data-v-4f31eeb7],.flag.flag-tg[data-v-4f31eeb7],.flag.flag-tog[data-v-4f31eeb7]{background-position:0 -4480px}.flag.flag-tha[data-v-4f31eeb7],.flag.flag-th[data-v-4f31eeb7]{background-position:0 -4500px}.flag.flag-tjk[data-v-4f31eeb7],.flag.flag-tj[data-v-4f31eeb7]{background-position:0 -4520px}.flag.flag-tkl[data-v-4f31eeb7],.flag.flag-tk[data-v-4f31eeb7]{background-position:0 -4540px}.flag.flag-tkm[data-v-4f31eeb7],.flag.flag-tm[data-v-4f31eeb7]{background-position:0 -4560px}.flag.flag-tls[data-v-4f31eeb7],.flag.flag-tl[data-v-4f31eeb7]{background-position:0 -4580px}.flag.flag-ton[data-v-4f31eeb7],.flag.flag-to[data-v-4f31eeb7],.flag.flag-tga[data-v-4f31eeb7]{background-position:0 -4600px}.flag.flag-tpe[data-v-4f31eeb7]{background-position:0 -4620px}.flag.flag-tto[data-v-4f31eeb7],.flag.flag-tt[data-v-4f31eeb7],.flag.flag-tri[data-v-4f31eeb7]{background-position:0 -4640px}.flag.flag-tun[data-v-4f31eeb7],.flag.flag-tn[data-v-4f31eeb7]{background-position:0 -4660px}.flag.flag-tur[data-v-4f31eeb7],.flag.flag-tr[data-v-4f31eeb7]{background-position:0 -4680px}.flag.flag-tuv[data-v-4f31eeb7],.flag.flag-tv[data-v-4f31eeb7]{background-position:0 -4700px}.flag.flag-twn[data-v-4f31eeb7],.flag.flag-tw[data-v-4f31eeb7]{background-position:0 -4720px}.flag.flag-twn2[data-v-4f31eeb7]{background-position:0 -4740px}.flag.flag-tza[data-v-4f31eeb7],.flag.flag-tz[data-v-4f31eeb7],.flag.flag-tan[data-v-4f31eeb7]{background-position:0 -4760px}.flag.flag-uga[data-v-4f31eeb7],.flag.flag-ug[data-v-4f31eeb7]{background-position:0 -4780px}.flag.flag-ukr[data-v-4f31eeb7],.flag.flag-ua[data-v-4f31eeb7]{background-position:0 -4800px}.flag.flag-umi[data-v-4f31eeb7],.flag.flag-um[data-v-4f31eeb7]{background-position:0 -4820px}.flag.flag-ury[data-v-4f31eeb7],.flag.flag-uy[data-v-4f31eeb7],.flag.flag-uru[data-v-4f31eeb7]{background-position:0 -4840px}.flag.flag-usa[data-v-4f31eeb7],.flag.flag-us[data-v-4f31eeb7]{background-position:0 -4860px}.flag.flag-uzb[data-v-4f31eeb7],.flag.flag-uz[data-v-4f31eeb7]{background-position:0 -4880px}.flag.flag-vat[data-v-4f31eeb7],.flag.flag-va[data-v-4f31eeb7]{background-position:0 -4900px}.flag.flag-vct[data-v-4f31eeb7],.flag.flag-vc[data-v-4f31eeb7],.flag.flag-vin[data-v-4f31eeb7]{background-position:0 -4920px}.flag.flag-ven[data-v-4f31eeb7],.flag.flag-ve[data-v-4f31eeb7]{background-position:0 -4940px}.flag.flag-vgb[data-v-4f31eeb7],.flag.flag-vg[data-v-4f31eeb7],.flag.flag-ivb[data-v-4f31eeb7]{background-position:0 -4960px}.flag.flag-vir[data-v-4f31eeb7],.flag.flag-vi[data-v-4f31eeb7],.flag.flag-isv[data-v-4f31eeb7]{background-position:0 -4980px}.flag.flag-vnm[data-v-4f31eeb7],.flag.flag-vn[data-v-4f31eeb7],.flag.flag-vie[data-v-4f31eeb7]{background-position:0 -5000px}.flag.flag-vut[data-v-4f31eeb7],.flag.flag-vu[data-v-4f31eeb7],.flag.flag-van[data-v-4f31eeb7]{background-position:0 -5020px}.flag.flag-wal[data-v-4f31eeb7]{background-position:0 -5040px}.flag.flag-wlf[data-v-4f31eeb7],.flag.flag-wf[data-v-4f31eeb7]{background-position:0 -5060px}.flag.flag-wsm[data-v-4f31eeb7],.flag.flag-ws[data-v-4f31eeb7],.flag.flag-sam[data-v-4f31eeb7]{background-position:0 -5080px}.flag.flag-yem[data-v-4f31eeb7],.flag.flag-ye[data-v-4f31eeb7]{background-position:0 -5100px}.flag.flag-zaf[data-v-4f31eeb7],.flag.flag-za[data-v-4f31eeb7],.flag.flag-rsa[data-v-4f31eeb7]{background-position:0 -5120px}.flag.flag-zmb[data-v-4f31eeb7],.flag.flag-zm[data-v-4f31eeb7],.flag.flag-zam[data-v-4f31eeb7]{background-position:0 -5140px}.flag.flag-zwe[data-v-4f31eeb7],.flag.flag-zw[data-v-4f31eeb7],.flag.flag-zim[data-v-4f31eeb7]{background-position:0 -5160px}.flag-big[data-v-4f31eeb7]{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw[data-v-4f31eeb7],.flag-big.flag-aw[data-v-4f31eeb7],.flag-big.flag-aru[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg[data-v-4f31eeb7],.flag-big.flag-af[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago[data-v-4f31eeb7],.flag-big.flag-ao[data-v-4f31eeb7],.flag-big.flag-ang[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia[data-v-4f31eeb7],.flag-big.flag-ai[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala[data-v-4f31eeb7]{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb[data-v-4f31eeb7],.flag-big.flag-al[data-v-4f31eeb7]{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and[data-v-4f31eeb7],.flag-big.flag-ad[data-v-4f31eeb7]{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant[data-v-4f31eeb7],.flag-big.flag-an[data-v-4f31eeb7],.flag-big.flag-aho[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are[data-v-4f31eeb7],.flag-big.flag-ae[data-v-4f31eeb7],.flag-big.flag-uae[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg[data-v-4f31eeb7],.flag-big.flag-ar[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm[data-v-4f31eeb7],.flag-big.flag-am[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm[data-v-4f31eeb7],.flag-big.flag-as[data-v-4f31eeb7],.flag-big.flag-asa[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf[data-v-4f31eeb7],.flag-big.flag-tf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg[data-v-4f31eeb7],.flag-big.flag-ag[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus[data-v-4f31eeb7],.flag-big.flag-au[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut[data-v-4f31eeb7],.flag-big.flag-at[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze[data-v-4f31eeb7],.flag-big.flag-az[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi[data-v-4f31eeb7],.flag-big.flag-bi[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel[data-v-4f31eeb7],.flag-big.flag-be[data-v-4f31eeb7]{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben[data-v-4f31eeb7],.flag-big.flag-bj[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa[data-v-4f31eeb7],.flag-big.flag-bf[data-v-4f31eeb7],.flag-big.flag-bur[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd[data-v-4f31eeb7],.flag-big.flag-bd[data-v-4f31eeb7],.flag-big.flag-ban[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr[data-v-4f31eeb7],.flag-big.flag-bg[data-v-4f31eeb7],.flag-big.flag-bul[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr[data-v-4f31eeb7],.flag-big.flag-bh[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs[data-v-4f31eeb7],.flag-big.flag-bs[data-v-4f31eeb7],.flag-big.flag-bah[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih[data-v-4f31eeb7],.flag-big.flag-ba[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr[data-v-4f31eeb7],.flag-big.flag-by[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz[data-v-4f31eeb7],.flag-big.flag-bz[data-v-4f31eeb7],.flag-big.flag-biz[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu[data-v-4f31eeb7],.flag-big.flag-bm[data-v-4f31eeb7],.flag-big.flag-ber[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol[data-v-4f31eeb7],.flag-big.flag-bo[data-v-4f31eeb7]{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra[data-v-4f31eeb7],.flag-big.flag-br[data-v-4f31eeb7]{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb[data-v-4f31eeb7],.flag-big.flag-bb[data-v-4f31eeb7],.flag-big.flag-bar[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn[data-v-4f31eeb7],.flag-big.flag-bn[data-v-4f31eeb7],.flag-big.flag-bru[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn[data-v-4f31eeb7],.flag-big.flag-bt[data-v-4f31eeb7],.flag-big.flag-bhu[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt[data-v-4f31eeb7],.flag-big.flag-bv[data-v-4f31eeb7]{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa[data-v-4f31eeb7],.flag-big.flag-bw[data-v-4f31eeb7],.flag-big.flag-bot[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf[data-v-4f31eeb7],.flag-big.flag-cf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can[data-v-4f31eeb7],.flag-big.flag-ca[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck[data-v-4f31eeb7],.flag-big.flag-cc[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che[data-v-4f31eeb7],.flag-big.flag-ch[data-v-4f31eeb7],.flag-big.flag-sui[data-v-4f31eeb7]{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl[data-v-4f31eeb7],.flag-big.flag-cl[data-v-4f31eeb7],.flag-big.flag-chi[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn[data-v-4f31eeb7],.flag-big.flag-cn[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ[data-v-4f31eeb7],.flag-big.flag-ci[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr[data-v-4f31eeb7],.flag-big.flag-cm[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod[data-v-4f31eeb7],.flag-big.flag-cd[data-v-4f31eeb7],.flag-big.flag-zai[data-v-4f31eeb7]{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog[data-v-4f31eeb7],.flag-big.flag-cg[data-v-4f31eeb7],.flag-big.flag-cgo[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok[data-v-4f31eeb7],.flag-big.flag-ck[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col[data-v-4f31eeb7],.flag-big.flag-co[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com[data-v-4f31eeb7],.flag-big.flag-km[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv[data-v-4f31eeb7],.flag-big.flag-cv[data-v-4f31eeb7]{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri[data-v-4f31eeb7],.flag-big.flag-cr[data-v-4f31eeb7],.flag-big.flag-crc[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub[data-v-4f31eeb7],.flag-big.flag-cu[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr[data-v-4f31eeb7],.flag-big.flag-cx[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym[data-v-4f31eeb7],.flag-big.flag-ky[data-v-4f31eeb7],.flag-big.flag-cay[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp[data-v-4f31eeb7],.flag-big.flag-cy[data-v-4f31eeb7]{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze[data-v-4f31eeb7],.flag-big.flag-cz[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu[data-v-4f31eeb7],.flag-big.flag-de[data-v-4f31eeb7],.flag-big.flag-ger[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji[data-v-4f31eeb7],.flag-big.flag-dj[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma[data-v-4f31eeb7],.flag-big.flag-dm[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk[data-v-4f31eeb7],.flag-big.flag-dk[data-v-4f31eeb7],.flag-big.flag-den[data-v-4f31eeb7]{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom[data-v-4f31eeb7],.flag-big.flag-do[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza[data-v-4f31eeb7],.flag-big.flag-dz[data-v-4f31eeb7],.flag-big.flag-alg[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu[data-v-4f31eeb7],.flag-big.flag-ec[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy[data-v-4f31eeb7],.flag-big.flag-eg[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri[data-v-4f31eeb7],.flag-big.flag-er[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp[data-v-4f31eeb7],.flag-big.flag-es[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est[data-v-4f31eeb7],.flag-big.flag-ee[data-v-4f31eeb7]{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth[data-v-4f31eeb7],.flag-big.flag-et[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin[data-v-4f31eeb7],.flag-big.flag-fi[data-v-4f31eeb7]{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji[data-v-4f31eeb7],.flag-big.flag-fj[data-v-4f31eeb7],.flag-big.flag-fij[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk[data-v-4f31eeb7],.flag-big.flag-fk[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra[data-v-4f31eeb7],.flag-big.flag-fr[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro[data-v-4f31eeb7],.flag-big.flag-fo[data-v-4f31eeb7]{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm[data-v-4f31eeb7],.flag-big.flag-fm[data-v-4f31eeb7]{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab[data-v-4f31eeb7],.flag-big.flag-ga[data-v-4f31eeb7]{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr[data-v-4f31eeb7],.flag-big.flag-gb[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo[data-v-4f31eeb7],.flag-big.flag-ge[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy[data-v-4f31eeb7],.flag-big.flag-gg[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha[data-v-4f31eeb7],.flag-big.flag-gh[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib[data-v-4f31eeb7],.flag-big.flag-gi[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin[data-v-4f31eeb7],.flag-big.flag-gn[data-v-4f31eeb7],.flag-big.flag-gui[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp[data-v-4f31eeb7],.flag-big.flag-gp[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb[data-v-4f31eeb7],.flag-big.flag-gm[data-v-4f31eeb7],.flag-big.flag-gam[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb[data-v-4f31eeb7],.flag-big.flag-gw[data-v-4f31eeb7],.flag-big.flag-gbs[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq[data-v-4f31eeb7],.flag-big.flag-gq[data-v-4f31eeb7],.flag-big.flag-geq[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc[data-v-4f31eeb7],.flag-big.flag-gr[data-v-4f31eeb7],.flag-big.flag-gre[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd[data-v-4f31eeb7],.flag-big.flag-gd[data-v-4f31eeb7],.flag-big.flag-grn[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl[data-v-4f31eeb7],.flag-big.flag-gl[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm[data-v-4f31eeb7],.flag-big.flag-gt[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf[data-v-4f31eeb7],.flag-big.flag-gf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum[data-v-4f31eeb7],.flag-big.flag-gu[data-v-4f31eeb7]{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy[data-v-4f31eeb7],.flag-big.flag-gy[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg[data-v-4f31eeb7],.flag-big.flag-hk[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd[data-v-4f31eeb7],.flag-big.flag-hm[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd[data-v-4f31eeb7],.flag-big.flag-hn[data-v-4f31eeb7],.flag-big.flag-hon[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv[data-v-4f31eeb7],.flag-big.flag-hr[data-v-4f31eeb7],.flag-big.flag-cro[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti[data-v-4f31eeb7],.flag-big.flag-ht[data-v-4f31eeb7],.flag-big.flag-hai[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun[data-v-4f31eeb7],.flag-big.flag-hu[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn[data-v-4f31eeb7],.flag-big.flag-id[data-v-4f31eeb7],.flag-big.flag-ina[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind[data-v-4f31eeb7],.flag-big.flag-in[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot[data-v-4f31eeb7],.flag-big.flag-io[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl[data-v-4f31eeb7],.flag-big.flag-ie[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn[data-v-4f31eeb7],.flag-big.flag-ir[data-v-4f31eeb7],.flag-big.flag-iri[data-v-4f31eeb7]{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq[data-v-4f31eeb7],.flag-big.flag-iq[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl[data-v-4f31eeb7],.flag-big.flag-is[data-v-4f31eeb7]{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr[data-v-4f31eeb7],.flag-big.flag-il[data-v-4f31eeb7]{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita[data-v-4f31eeb7],.flag-big.flag-it[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam[data-v-4f31eeb7],.flag-big.flag-jm[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor[data-v-4f31eeb7],.flag-big.flag-jo[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn[data-v-4f31eeb7],.flag-big.flag-jp[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz[data-v-4f31eeb7],.flag-big.flag-kz[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken[data-v-4f31eeb7],.flag-big.flag-ke[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz[data-v-4f31eeb7],.flag-big.flag-kg[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm[data-v-4f31eeb7],.flag-big.flag-kg[data-v-4f31eeb7],.flag-big.flag-cam[data-v-4f31eeb7]{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir[data-v-4f31eeb7],.flag-big.flag-ki[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna[data-v-4f31eeb7],.flag-big.flag-kn[data-v-4f31eeb7],.flag-big.flag-skn[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor[data-v-4f31eeb7],.flag-big.flag-kr[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos[data-v-4f31eeb7]{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt[data-v-4f31eeb7],.flag-big.flag-kw[data-v-4f31eeb7],.flag-big.flag-kuw[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao[data-v-4f31eeb7],.flag-big.flag-la[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn[data-v-4f31eeb7],.flag-big.flag-lb[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr[data-v-4f31eeb7],.flag-big.flag-lr[data-v-4f31eeb7]{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby[data-v-4f31eeb7],.flag-big.flag-ly[data-v-4f31eeb7],.flag-big.flag-lba[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca[data-v-4f31eeb7],.flag-big.flag-lc[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie[data-v-4f31eeb7],.flag-big.flag-li[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka[data-v-4f31eeb7],.flag-big.flag-lk[data-v-4f31eeb7],.flag-big.flag-sri[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso[data-v-4f31eeb7],.flag-big.flag-ls[data-v-4f31eeb7],.flag-big.flag-les[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu[data-v-4f31eeb7],.flag-big.flag-lt[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux[data-v-4f31eeb7],.flag-big.flag-lu[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva[data-v-4f31eeb7],.flag-big.flag-lv[data-v-4f31eeb7],.flag-big.flag-lat[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac[data-v-4f31eeb7],.flag-big.flag-mo[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf[data-v-4f31eeb7],.flag-big.flag-mf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar[data-v-4f31eeb7],.flag-big.flag-ma[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco[data-v-4f31eeb7],.flag-big.flag-mc[data-v-4f31eeb7],.flag-big.flag-mon[data-v-4f31eeb7]{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda[data-v-4f31eeb7],.flag-big.flag-md[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg[data-v-4f31eeb7],.flag-big.flag-mg[data-v-4f31eeb7],.flag-big.flag-mad[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv[data-v-4f31eeb7],.flag-big.flag-mv[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex[data-v-4f31eeb7],.flag-big.flag-mx[data-v-4f31eeb7]{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl[data-v-4f31eeb7],.flag-big.flag-mh[data-v-4f31eeb7]{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd[data-v-4f31eeb7],.flag-big.flag-mk[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli[data-v-4f31eeb7],.flag-big.flag-ml[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt[data-v-4f31eeb7],.flag-big.flag-mt[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr[data-v-4f31eeb7],.flag-big.flag-mm[data-v-4f31eeb7],.flag-big.flag-mya[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne[data-v-4f31eeb7],.flag-big.flag-me[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng[data-v-4f31eeb7],.flag-big.flag-mn[data-v-4f31eeb7],.flag-big.flag-mgl[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp[data-v-4f31eeb7],.flag-big.flag-mp[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz[data-v-4f31eeb7],.flag-big.flag-mz[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt[data-v-4f31eeb7],.flag-big.flag-mr[data-v-4f31eeb7],.flag-big.flag-mtn[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr[data-v-4f31eeb7],.flag-big.flag-ms[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq[data-v-4f31eeb7],.flag-big.flag-mq[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus[data-v-4f31eeb7],.flag-big.flag-mu[data-v-4f31eeb7],.flag-big.flag-mri[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi[data-v-4f31eeb7],.flag-big.flag-mw[data-v-4f31eeb7],.flag-big.flag-maw[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys[data-v-4f31eeb7],.flag-big.flag-my[data-v-4f31eeb7],.flag-big.flag-mas[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt[data-v-4f31eeb7],.flag-big.flag-yt[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam[data-v-4f31eeb7],.flag-big.flag-na[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl[data-v-4f31eeb7],.flag-big.flag-nc[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner[data-v-4f31eeb7],.flag-big.flag-ne[data-v-4f31eeb7],.flag-big.flag-nig[data-v-4f31eeb7]{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk[data-v-4f31eeb7],.flag-big.flag-nf[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga[data-v-4f31eeb7],.flag-big.flag-ng[data-v-4f31eeb7],.flag-big.flag-ngr[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic[data-v-4f31eeb7],.flag-big.flag-ni[data-v-4f31eeb7],.flag-big.flag-nca[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu[data-v-4f31eeb7],.flag-big.flag-nu[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld[data-v-4f31eeb7],.flag-big.flag-nl[data-v-4f31eeb7],.flag-big.flag-ned[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor[data-v-4f31eeb7],.flag-big.flag-no[data-v-4f31eeb7]{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl[data-v-4f31eeb7],.flag-big.flag-np[data-v-4f31eeb7],.flag-big.flag-nep[data-v-4f31eeb7]{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru[data-v-4f31eeb7],.flag-big.flag-nr[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl[data-v-4f31eeb7],.flag-big.flag-nz[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn[data-v-4f31eeb7],.flag-big.flag-om[data-v-4f31eeb7],.flag-big.flag-oma[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak[data-v-4f31eeb7],.flag-big.flag-pk[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan[data-v-4f31eeb7],.flag-big.flag-pa[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn[data-v-4f31eeb7],.flag-big.flag-pn[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per[data-v-4f31eeb7],.flag-big.flag-pe[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl[data-v-4f31eeb7],.flag-big.flag-ph[data-v-4f31eeb7],.flag-big.flag-phi[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw[data-v-4f31eeb7],.flag-big.flag-pw[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png[data-v-4f31eeb7],.flag-big.flag-pg[data-v-4f31eeb7]{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol[data-v-4f31eeb7],.flag-big.flag-pl[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri[data-v-4f31eeb7],.flag-big.flag-pr[data-v-4f31eeb7],.flag-big.flag-pur[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk[data-v-4f31eeb7],.flag-big.flag-kp[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt[data-v-4f31eeb7],.flag-big.flag-pt[data-v-4f31eeb7],.flag-big.flag-por[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry[data-v-4f31eeb7],.flag-big.flag-py[data-v-4f31eeb7],.flag-big.flag-par[data-v-4f31eeb7]{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse[data-v-4f31eeb7],.flag-big.flag-ps[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf[data-v-4f31eeb7],.flag-big.flag-pf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat[data-v-4f31eeb7],.flag-big.flag-qa[data-v-4f31eeb7]{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu[data-v-4f31eeb7],.flag-big.flag-re[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou[data-v-4f31eeb7],.flag-big.flag-ro[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus[data-v-4f31eeb7],.flag-big.flag-ru[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa[data-v-4f31eeb7],.flag-big.flag-rw[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau[data-v-4f31eeb7],.flag-big.flag-sa[data-v-4f31eeb7],.flag-big.flag-ksa[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn[data-v-4f31eeb7],.flag-big.flag-sd[data-v-4f31eeb7],.flag-big.flag-sud[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen[data-v-4f31eeb7],.flag-big.flag-sn[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp[data-v-4f31eeb7],.flag-big.flag-sg[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs[data-v-4f31eeb7],.flag-big.flag-gs[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn[data-v-4f31eeb7],.flag-big.flag-sh[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm[data-v-4f31eeb7]{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb[data-v-4f31eeb7],.flag-big.flag-sb[data-v-4f31eeb7],.flag-big.flag-sol[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle[data-v-4f31eeb7],.flag-big.flag-sl[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv[data-v-4f31eeb7],.flag-big.flag-sv[data-v-4f31eeb7],.flag-big.flag-esa[data-v-4f31eeb7]{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr[data-v-4f31eeb7],.flag-big.flag-sm[data-v-4f31eeb7]{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som[data-v-4f31eeb7],.flag-big.flag-so[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm[data-v-4f31eeb7],.flag-big.flag-pm[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb[data-v-4f31eeb7],.flag-big.flag-rs[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp[data-v-4f31eeb7],.flag-big.flag-st[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur[data-v-4f31eeb7],.flag-big.flag-sr[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk[data-v-4f31eeb7],.flag-big.flag-sk[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn[data-v-4f31eeb7],.flag-big.flag-si[data-v-4f31eeb7],.flag-big.flag-slo[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe[data-v-4f31eeb7],.flag-big.flag-se[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz[data-v-4f31eeb7],.flag-big.flag-sz[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc[data-v-4f31eeb7],.flag-big.flag-sc[data-v-4f31eeb7],.flag-big.flag-sey[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr[data-v-4f31eeb7],.flag-big.flag-sy[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca[data-v-4f31eeb7],.flag-big.flag-tc[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd[data-v-4f31eeb7],.flag-big.flag-td[data-v-4f31eeb7],.flag-big.flag-cha[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo[data-v-4f31eeb7],.flag-big.flag-tg[data-v-4f31eeb7],.flag-big.flag-tog[data-v-4f31eeb7]{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha[data-v-4f31eeb7],.flag-big.flag-th[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk[data-v-4f31eeb7],.flag-big.flag-tj[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl[data-v-4f31eeb7],.flag-big.flag-tk[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm[data-v-4f31eeb7],.flag-big.flag-tm[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls[data-v-4f31eeb7],.flag-big.flag-tl[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton[data-v-4f31eeb7],.flag-big.flag-to[data-v-4f31eeb7],.flag-big.flag-tga[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto[data-v-4f31eeb7],.flag-big.flag-tt[data-v-4f31eeb7],.flag-big.flag-tri[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun[data-v-4f31eeb7],.flag-big.flag-tn[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur[data-v-4f31eeb7],.flag-big.flag-tr[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv[data-v-4f31eeb7],.flag-big.flag-tv[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn[data-v-4f31eeb7],.flag-big.flag-tw[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza[data-v-4f31eeb7],.flag-big.flag-tz[data-v-4f31eeb7],.flag-big.flag-tan[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga[data-v-4f31eeb7],.flag-big.flag-ug[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr[data-v-4f31eeb7],.flag-big.flag-ua[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi[data-v-4f31eeb7],.flag-big.flag-um[data-v-4f31eeb7]{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury[data-v-4f31eeb7],.flag-big.flag-uy[data-v-4f31eeb7],.flag-big.flag-uru[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa[data-v-4f31eeb7],.flag-big.flag-us[data-v-4f31eeb7]{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb[data-v-4f31eeb7],.flag-big.flag-uz[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat[data-v-4f31eeb7],.flag-big.flag-va[data-v-4f31eeb7]{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct[data-v-4f31eeb7],.flag-big.flag-vc[data-v-4f31eeb7],.flag-big.flag-vin[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven[data-v-4f31eeb7],.flag-big.flag-ve[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb[data-v-4f31eeb7],.flag-big.flag-vg[data-v-4f31eeb7],.flag-big.flag-ivb[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir[data-v-4f31eeb7],.flag-big.flag-vi[data-v-4f31eeb7],.flag-big.flag-isv[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm[data-v-4f31eeb7],.flag-big.flag-vn[data-v-4f31eeb7],.flag-big.flag-vie[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut[data-v-4f31eeb7],.flag-big.flag-vu[data-v-4f31eeb7],.flag-big.flag-van[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal[data-v-4f31eeb7]{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf[data-v-4f31eeb7],.flag-big.flag-wf[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm[data-v-4f31eeb7],.flag-big.flag-ws[data-v-4f31eeb7],.flag-big.flag-sam[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem[data-v-4f31eeb7],.flag-big.flag-ye[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf[data-v-4f31eeb7],.flag-big.flag-za[data-v-4f31eeb7],.flag-big.flag-rsa[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb[data-v-4f31eeb7],.flag-big.flag-zm[data-v-4f31eeb7],.flag-big.flag-zam[data-v-4f31eeb7]{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe[data-v-4f31eeb7],.flag-big.flag-zw[data-v-4f31eeb7],.flag-big.flag-zim[data-v-4f31eeb7]{width:80px;height:40px;background-position:-1px -12163px}.strip .card[data-v-4f31eeb7]{max-width:2000px;padding:0}.ranking[data-v-4f31eeb7]{background:linear-gradient(to bottom,#c661ff 0%,#c661ff 55%,#9742c7 55%,#9742c7 75%,#682e8f 75%,#682e8f 85%,#441e5e 85%,#441e5e 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.tasks[data-v-4f31eeb7]{color:#fff}dl[data-v-4f31eeb7]{display:flex;flex-wrap:wrap;flex:1 1 300px;gap:1px;background-color:#2e2e2e;border-radius:.3rem;overflow:hidden;margin:0;padding:0}@media (min-width: 45.625em){dl[data-v-4f31eeb7]{border:.5em solid hsl(249,11%,7%)}}dl>div[data-v-4f31eeb7]{background-color:#101014;padding:clamp(.3rem,2vw,.6rem) clamp(.5rem,2vw,1rem) clamp(.4rem,1vw,.6rem) clamp(.5rem,2vw,1rem);flex-grow:1}dl .basics[data-v-4f31eeb7]{scroll-margin-top:30vh;position:relative}@media (max-width: 68.74em){dl .basics[data-v-4f31eeb7]{width:100%}}dl .basics .telegram-watcher[data-v-4f31eeb7]{position:absolute;right:clamp(.3rem,2vw,.6rem);top:clamp(.3rem,2vw,.6rem)}dl .nationalities[data-v-4f31eeb7]{display:inline-flex;flex-wrap:wrap;gap:.1em 1.5em;font-size:clamp(.7rem,3vmin,.9rem);margin-bottom:.5em}@media (max-width: 68.74em){dl .nationalities[data-v-4f31eeb7]{max-width:65%}}dl .nationalities>div[data-v-4f31eeb7]{display:flex;align-items:center}dl h2[data-v-4f31eeb7]{font-size:clamp(1.5rem,5vmin,2rem);line-height:1.3}dl h2 .rank[data-v-4f31eeb7]{margin-right:.2em}@media (max-width: 68.74em){dl h2 .rank[data-v-4f31eeb7]{font-size:1.2em}}dl h2 sup[data-v-4f31eeb7]{font-size:.5em;margin-right:1em}dl h2 sup.bad[data-v-4f31eeb7]{vertical-align:baseline}@media (max-width: 68.74em){dl h2 .name[data-v-4f31eeb7]{display:block}}dl .avatar[data-v-4f31eeb7]{flex-grow:0;padding:0;margin:0;max-width:150px;height:117px}@media (max-width: 68.74em){dl .avatar[data-v-4f31eeb7]{max-width:35%;height:65px;position:absolute;right:.5rem;top:.3rem;z-index:1}}dl .avatar>img[data-v-4f31eeb7]{width:100%;height:100%;object-fit:cover;border-radius:.3rem;cursor:zoom-in}dl .avatar dialog[data-v-4f31eeb7]{background:none;border:none;padding:0;margin:0;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;max-width:none;max-height:none;overflow:hidden;cursor:pointer}dl .avatar dialog[data-v-4f31eeb7]::backdrop{background-color:#0000;transition:background-color .3s ease,overlay .3s ease allow-discrete,display .3s ease allow-discrete}dl .avatar dialog[data-v-4f31eeb7]:open::backdrop{background-color:#000000b3}dl .avatar dialog.closing[data-v-4f31eeb7]::backdrop{background-color:#0000}@starting-style{dl .avatar dialog[data-v-4f31eeb7]:open::backdrop{background-color:#0000}}dl .avatar dialog img[data-v-4f31eeb7]{position:fixed;border-radius:.3rem;cursor:zoom-out;transform-origin:top left;will-change:transform;transition:transform .3s ease}dl svg[data-v-4f31eeb7]{position:absolute;bottom:0;width:100%;max-width:200px;height:60%}dl small[data-v-4f31eeb7]{font-size:clamp(.7rem,3vmin,.9rem);color:#b3b3b3;display:inline-block;text-wrap:balance}dl small[data-v-4f31eeb7] .decimal{font-size:.85em}dl[data-v-4f31eeb7] .decimal{font-size:.55em}dt[data-v-4f31eeb7]{font-size:clamp(.7rem,3vmin,.9rem);margin-bottom:.5em;display:block;color:#b3b3b3}dd[data-v-4f31eeb7]{font-size:clamp(1.5rem,5vmin,2rem);line-height:1.3;display:flex;flex-direction:column}dd ol[data-v-4f31eeb7]{font-size:1rem;list-style:none;margin:0;padding-left:0}dd ol li[data-v-4f31eeb7]{color:#b3b3b3;margin-top:.2em}.podiums dt small[data-v-4f31eeb7]{font-size:clamp(.55rem,2vmin,.7rem);display:block;margin-bottom:1em}.podiums dd[data-v-4f31eeb7]{display:flex;flex-direction:row;align-items:center;gap:.4em}.podiums dd div[data-v-4f31eeb7]{display:flex;flex-direction:column;align-items:center;gap:.3em;font-size:clamp(.75rem,3.5vmin,1rem);color:#b3b3b3;line-height:1}.podiums dd .medal[data-v-4f31eeb7]{width:1em;height:1em}.fade-enter-active[data-v-caa7bf10],.fade-leave-active[data-v-caa7bf10]{transition:opacity .3s}.fade-enter-from[data-v-caa7bf10],.fade-leave-to[data-v-caa7bf10]{opacity:0}.fade-enter-to[data-v-caa7bf10],.fade-leave-from[data-v-caa7bf10]{opacity:1}@keyframes pulsing-opacity-caa7bf10{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag[data-v-caa7bf10]{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag[data-v-caa7bf10]:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw[data-v-caa7bf10],.flag.flag-aw[data-v-caa7bf10],.flag.flag-aru[data-v-caa7bf10]{background-position:0 0}.flag.flag-afg[data-v-caa7bf10],.flag.flag-af[data-v-caa7bf10]{background-position:0 -20px}.flag.flag-ago[data-v-caa7bf10],.flag.flag-ao[data-v-caa7bf10],.flag .flagflag-ang[data-v-caa7bf10]{background-position:0 -40px}.flag.flag-aia[data-v-caa7bf10],.flag.flag-ai[data-v-caa7bf10]{background-position:0 -60px}.flag.flag-ala[data-v-caa7bf10]{background-position:0 -80px}.flag.flag-alb[data-v-caa7bf10],.flag.flag-al[data-v-caa7bf10]{background-position:0 -100px}.flag.flag-and[data-v-caa7bf10],.flag.flag-ad[data-v-caa7bf10]{background-position:0 -120px}.flag.flag-ant[data-v-caa7bf10],.flag.flag-an[data-v-caa7bf10],.flag.flag-aho[data-v-caa7bf10]{background-position:0 -140px}.flag.flag-are[data-v-caa7bf10],.flag.flag-ae[data-v-caa7bf10],.flag.flag-uae[data-v-caa7bf10]{background-position:0 -160px}.flag.flag-arg[data-v-caa7bf10],.flag.flag-ar[data-v-caa7bf10]{background-position:0 -180px}.flag.flag-arm[data-v-caa7bf10],.flag.flag-am[data-v-caa7bf10]{background-position:0 -200px}.flag.flag-asm[data-v-caa7bf10],.flag.flag-as[data-v-caa7bf10],.flag.flag-asa[data-v-caa7bf10]{background-position:0 -220px}.flag.flag-ata[data-v-caa7bf10]{background-position:0 -240px}.flag.flag-atf[data-v-caa7bf10],.flag.flag-tf[data-v-caa7bf10]{background-position:0 -260px}.flag.flag-atg[data-v-caa7bf10],.flag.flag-ag[data-v-caa7bf10]{background-position:0 -280px}.flag.flag-aus[data-v-caa7bf10],.flag.flag-au[data-v-caa7bf10]{background-position:0 -300px}.flag.flag-aut[data-v-caa7bf10],.flag.flag-at[data-v-caa7bf10]{background-position:0 -320px}.flag.flag-aze[data-v-caa7bf10],.flag.flag-az[data-v-caa7bf10]{background-position:0 -340px}.flag.flag-bdi[data-v-caa7bf10],.flag.flag-bi[data-v-caa7bf10]{background-position:0 -360px}.flag.flag-bel[data-v-caa7bf10],.flag.flag-be[data-v-caa7bf10]{background-position:0 -380px}.flag.flag-ben[data-v-caa7bf10],.flag.flag-bj[data-v-caa7bf10]{background-position:0 -400px}.flag.flag-bes[data-v-caa7bf10]{background-position:0 -420px}.flag.flag-bfa[data-v-caa7bf10],.flag.flag-bf[data-v-caa7bf10],.flag.flag-bur[data-v-caa7bf10]{background-position:0 -440px}.flag.flag-bgd[data-v-caa7bf10],.flag.flag-bd[data-v-caa7bf10],.flag.flag-ban[data-v-caa7bf10]{background-position:0 -460px}.flag.flag-bgr[data-v-caa7bf10],.flag.flag-bg[data-v-caa7bf10],.flag.flag-bul[data-v-caa7bf10]{background-position:0 -480px}.flag.flag-bhr[data-v-caa7bf10],.flag.flag-bh[data-v-caa7bf10]{background-position:0 -500px}.flag.flag-bhs[data-v-caa7bf10],.flag.flag-bs[data-v-caa7bf10],.flag.flag-bah[data-v-caa7bf10]{background-position:0 -520px}.flag.flag-bih[data-v-caa7bf10],.flag.flag-ba[data-v-caa7bf10]{background-position:0 -540px}.flag.flag-blm[data-v-caa7bf10]{background-position:0 -560px}.flag.flag-blr[data-v-caa7bf10],.flag.flag-by[data-v-caa7bf10]{background-position:0 -580px}.flag.flag-blz[data-v-caa7bf10],.flag.flag-bz[data-v-caa7bf10],.flag.flag-biz[data-v-caa7bf10]{background-position:0 -600px}.flag.flag-bmu[data-v-caa7bf10],.flag.flag-bm[data-v-caa7bf10],.flag.flag-ber[data-v-caa7bf10]{background-position:0 -620px}.flag.flag-bol[data-v-caa7bf10],.flag.flag-bo[data-v-caa7bf10]{background-position:0 -640px}.flag.flag-bra[data-v-caa7bf10],.flag.flag-br[data-v-caa7bf10]{background-position:0 -660px}.flag.flag-brb[data-v-caa7bf10],.flag.flag-bb[data-v-caa7bf10],.flag.flag-bar[data-v-caa7bf10]{background-position:0 -680px}.flag.flag-brn[data-v-caa7bf10],.flag.flag-bn[data-v-caa7bf10],.flag.flag-bru[data-v-caa7bf10]{background-position:0 -700px}.flag.flag-btn[data-v-caa7bf10],.flag.flag-bt[data-v-caa7bf10],.flag.flag-bhu[data-v-caa7bf10]{background-position:0 -720px}.flag.flag-bvt[data-v-caa7bf10],.flag.flag-bv[data-v-caa7bf10]{background-position:0 -740px}.flag.flag-bwa[data-v-caa7bf10],.flag.flag-bw[data-v-caa7bf10],.flag.flag-bot[data-v-caa7bf10]{background-position:0 -760px}.flag.flag-caf[data-v-caa7bf10],.flag.flag-cf[data-v-caa7bf10]{background-position:0 -780px}.flag.flag-can[data-v-caa7bf10],.flag.flag-ca[data-v-caa7bf10]{background-position:0 -800px}.flag.flag-cck[data-v-caa7bf10],.flag.flag-cc[data-v-caa7bf10]{background-position:0 -820px}.flag.flag-che[data-v-caa7bf10],.flag.flag-ch[data-v-caa7bf10],.flag.flag-sui[data-v-caa7bf10]{background-position:0 -840px}.flag.flag-chl[data-v-caa7bf10],.flag.flag-cl[data-v-caa7bf10],.flag.flag-chi[data-v-caa7bf10]{background-position:0 -860px}.flag.flag-chn[data-v-caa7bf10],.flag.flag-cn[data-v-caa7bf10]{background-position:0 -880px}.flag.flag-civ[data-v-caa7bf10],.flag.flag-ci[data-v-caa7bf10]{background-position:0 -900px}.flag.flag-cmr[data-v-caa7bf10],.flag.flag-cm[data-v-caa7bf10]{background-position:0 -920px}.flag.flag-cod[data-v-caa7bf10],.flag.flag-cd[data-v-caa7bf10],.flag.flag-zai[data-v-caa7bf10]{background-position:0 -940px}.flag.flag-cog[data-v-caa7bf10],.flag.flag-cg[data-v-caa7bf10],.flag.flag-cgo[data-v-caa7bf10]{background-position:0 -960px}.flag.flag-cok[data-v-caa7bf10],.flag.flag-ck[data-v-caa7bf10]{background-position:0 -980px}.flag.flag-col[data-v-caa7bf10],.flag.flag-co[data-v-caa7bf10]{background-position:0 -1000px}.flag.flag-com[data-v-caa7bf10],.flag.flag-km[data-v-caa7bf10]{background-position:0 -1020px}.flag.flag-cpv[data-v-caa7bf10],.flag.flag-cv[data-v-caa7bf10]{background-position:0 -1040px}.flag.flag-cri[data-v-caa7bf10],.flag.flag-cr[data-v-caa7bf10],.flag.flag-crc[data-v-caa7bf10]{background-position:0 -1060px}.flag.flag-cub[data-v-caa7bf10],.flag.flag-cu[data-v-caa7bf10]{background-position:0 -1080px}.flag.flag-cuw[data-v-caa7bf10]{background-position:0 -1100px}.flag.flag-cxr[data-v-caa7bf10],.flag.flag-cx[data-v-caa7bf10]{background-position:0 -1120px}.flag.flag-cym[data-v-caa7bf10],.flag.flag-ky[data-v-caa7bf10],.flag.flag-cay[data-v-caa7bf10]{background-position:0 -1140px}.flag.flag-cyp[data-v-caa7bf10],.flag.flag-cy[data-v-caa7bf10]{background-position:0 -1160px}.flag.flag-cze[data-v-caa7bf10],.flag.flag-cz[data-v-caa7bf10]{background-position:0 -1180px}.flag.flag-deu[data-v-caa7bf10],.flag.flag-de[data-v-caa7bf10],.flag.flag-ger[data-v-caa7bf10]{background-position:0 -1200px}.flag.flag-dji[data-v-caa7bf10],.flag.flag-dj[data-v-caa7bf10]{background-position:0 -1220px}.flag.flag-dma[data-v-caa7bf10],.flag.flag-dm[data-v-caa7bf10]{background-position:0 -1240px}.flag.flag-dnk[data-v-caa7bf10],.flag.flag-dk[data-v-caa7bf10],.flag.flag-den[data-v-caa7bf10]{background-position:0 -1260px}.flag.flag-dom[data-v-caa7bf10],.flag.flag-do[data-v-caa7bf10]{background-position:0 -1280px}.flag.flag-dza[data-v-caa7bf10],.flag.flag-dz[data-v-caa7bf10],.flag.flag-alg[data-v-caa7bf10]{background-position:0 -1300px}.flag.flag-ecu[data-v-caa7bf10],.flag.flag-ec[data-v-caa7bf10]{background-position:0 -1320px}.flag.flag-egy[data-v-caa7bf10],.flag.flag-eg[data-v-caa7bf10]{background-position:0 -1340px}.flag.flag-eng[data-v-caa7bf10]{background-position:0 -1360px}.flag.flag-eri[data-v-caa7bf10],.flag.flag-er[data-v-caa7bf10]{background-position:0 -1380px}.flag.flag-esp[data-v-caa7bf10],.flag.flag-es[data-v-caa7bf10]{background-position:0 -1400px}.flag.flag-est[data-v-caa7bf10],.flag.flag-ee[data-v-caa7bf10]{background-position:0 -1420px}.flag.flag-eth[data-v-caa7bf10],.flag.flag-et[data-v-caa7bf10]{background-position:0 -1440px}.flag.flag-eur[data-v-caa7bf10]{background-position:0 -1460px}.flag.flag-fai[data-v-caa7bf10]{background-position:0 -1480px}.flag.flag-fin[data-v-caa7bf10],.flag.flag-fi[data-v-caa7bf10]{background-position:0 -1500px}.flag.flag-fji[data-v-caa7bf10],.flag.flag-fj[data-v-caa7bf10],.flag.flag-fij[data-v-caa7bf10]{background-position:0 -1520px}.flag.flag-flk[data-v-caa7bf10],.flag.flag-fk[data-v-caa7bf10]{background-position:0 -1540px}.flag.flag-fra[data-v-caa7bf10],.flag.flag-fr[data-v-caa7bf10]{background-position:0 -1560px}.flag.flag-fro[data-v-caa7bf10],.flag.flag-fo[data-v-caa7bf10]{background-position:0 -1580px}.flag.flag-fsm[data-v-caa7bf10],.flag.flag-fm[data-v-caa7bf10]{background-position:0 -1600px}.flag.flag-gab[data-v-caa7bf10],.flag.flag-ga[data-v-caa7bf10]{background-position:0 -1620px}.flag.flag-gbr[data-v-caa7bf10],.flag.flag-gb[data-v-caa7bf10]{background-position:0 -1640px}.flag.flag-geo[data-v-caa7bf10],.flag.flag-ge[data-v-caa7bf10]{background-position:0 -1660px}.flag.flag-ggy[data-v-caa7bf10],.flag.flag-gg[data-v-caa7bf10]{background-position:0 -1680px}.flag.flag-gha[data-v-caa7bf10],.flag.flag-gh[data-v-caa7bf10]{background-position:0 -1700px}.flag.flag-gib[data-v-caa7bf10],.flag.flag-gi[data-v-caa7bf10]{background-position:0 -1720px}.flag.flag-gin[data-v-caa7bf10],.flag.flag-gn[data-v-caa7bf10],.flag.flag-gui[data-v-caa7bf10]{background-position:0 -1740px}.flag.flag-glp[data-v-caa7bf10],.flag.flag-gp[data-v-caa7bf10]{background-position:0 -1760px}.flag.flag-gmb[data-v-caa7bf10],.flag.flag-gm[data-v-caa7bf10],.flag.flag-gam[data-v-caa7bf10]{background-position:0 -1780px}.flag.flag-gnb[data-v-caa7bf10],.flag.flag-gw[data-v-caa7bf10],.flag.flag-gbs[data-v-caa7bf10]{background-position:0 -1800px}.flag.flag-gnq[data-v-caa7bf10],.flag.flag-gq[data-v-caa7bf10],.flag.flag-geq[data-v-caa7bf10]{background-position:0 -1820px}.flag.flag-grc[data-v-caa7bf10],.flag.flag-gr[data-v-caa7bf10],.flag.flag-gre[data-v-caa7bf10]{background-position:0 -1840px}.flag.flag-grd[data-v-caa7bf10],.flag.flag-gd[data-v-caa7bf10],.flag.flag-grn[data-v-caa7bf10]{background-position:0 -1860px}.flag.flag-grl[data-v-caa7bf10],.flag.flag-gl[data-v-caa7bf10]{background-position:0 -1880px}.flag.flag-gtm[data-v-caa7bf10],.flag.flag-gt[data-v-caa7bf10]{background-position:0 -1900px}.flag.flag-guf[data-v-caa7bf10],.flag.flag-gf[data-v-caa7bf10]{background-position:0 -1920px}.flag.flag-gum[data-v-caa7bf10],.flag.flag-gu[data-v-caa7bf10]{background-position:0 -1940px}.flag.flag-guy[data-v-caa7bf10],.flag.flag-gy[data-v-caa7bf10]{background-position:0 -1960px}.flag.flag-hkg[data-v-caa7bf10],.flag.flag-hk[data-v-caa7bf10]{background-position:0 -1980px}.flag.flag-hmd[data-v-caa7bf10],.flag.flag-hm[data-v-caa7bf10]{background-position:0 -2000px}.flag.flag-hnd[data-v-caa7bf10],.flag.flag-hn[data-v-caa7bf10],.flag.flag-hon[data-v-caa7bf10]{background-position:0 -2020px}.flag.flag-hrv[data-v-caa7bf10],.flag.flag-hr[data-v-caa7bf10],.flag.flag-cro[data-v-caa7bf10]{background-position:0 -2040px}.flag.flag-hti[data-v-caa7bf10],.flag.flag-ht[data-v-caa7bf10],.flag.flag-hai[data-v-caa7bf10]{background-position:0 -2060px}.flag.flag-hun[data-v-caa7bf10],.flag.flag-hu[data-v-caa7bf10]{background-position:0 -2080px}.flag.flag-idn[data-v-caa7bf10],.flag.flag-id[data-v-caa7bf10],.flag.flag-ina[data-v-caa7bf10]{background-position:0 -2100px}.flag.flag-imn[data-v-caa7bf10]{background-position:0 -2120px}.flag.flag-ind[data-v-caa7bf10],.flag.flag-in[data-v-caa7bf10]{background-position:0 -2140px}.flag.flag-iot[data-v-caa7bf10],.flag.flag-io[data-v-caa7bf10]{background-position:0 -2160px}.flag.flag-irl[data-v-caa7bf10],.flag.flag-ie[data-v-caa7bf10]{background-position:0 -2180px}.flag.flag-irn[data-v-caa7bf10],.flag.flag-ir[data-v-caa7bf10],.flag.flag-iri[data-v-caa7bf10]{background-position:0 -2200px}.flag.flag-irq[data-v-caa7bf10],.flag.flag-iq[data-v-caa7bf10]{background-position:0 -2220px}.flag.flag-isl[data-v-caa7bf10],.flag.flag-is[data-v-caa7bf10]{background-position:0 -2240px}.flag.flag-isr[data-v-caa7bf10],.flag.flag-il[data-v-caa7bf10]{background-position:0 -2260px}.flag.flag-ita[data-v-caa7bf10],.flag.flag-it[data-v-caa7bf10]{background-position:0 -2281px}.flag.flag-jam[data-v-caa7bf10],.flag.flag-jm[data-v-caa7bf10]{background-position:0 -2300px}.flag.flag-jey[data-v-caa7bf10]{background-position:0 -2320px}.flag.flag-jor[data-v-caa7bf10],.flag.flag-jo[data-v-caa7bf10]{background-position:0 -2340px}.flag.flag-jpn[data-v-caa7bf10],.flag.flag-jp[data-v-caa7bf10]{background-position:0 -2360px}.flag.flag-kaz[data-v-caa7bf10],.flag.flag-kz[data-v-caa7bf10]{background-position:0 -2380px}.flag.flag-ken[data-v-caa7bf10],.flag.flag-ke[data-v-caa7bf10]{background-position:0 -2400px}.flag.flag-kgz[data-v-caa7bf10],.flag.flag-kg[data-v-caa7bf10]{background-position:0 -2420px}.flag.flag-khm[data-v-caa7bf10],.flag.flag-kg[data-v-caa7bf10],.flag.flag-cam[data-v-caa7bf10]{background-position:0 -2440px}.flag.flag-kir[data-v-caa7bf10],.flag.flag-ki[data-v-caa7bf10]{background-position:0 -2460px}.flag.flag-kna[data-v-caa7bf10],.flag.flag-kn[data-v-caa7bf10],.flag.flag-skn[data-v-caa7bf10]{background-position:0 -2480px}.flag.flag-kor[data-v-caa7bf10],.flag.flag-kr[data-v-caa7bf10]{background-position:0 -2500px}.flag.flag-kos[data-v-caa7bf10]{background-position:0 -2520px}.flag.flag-kwt[data-v-caa7bf10],.flag.flag-kw[data-v-caa7bf10],.flag.flag-kuw[data-v-caa7bf10]{background-position:0 -2540px}.flag.flag-lao[data-v-caa7bf10],.flag.flag-la[data-v-caa7bf10]{background-position:0 -2560px}.flag.flag-lbn[data-v-caa7bf10],.flag.flag-lb[data-v-caa7bf10]{background-position:0 -2580px}.flag.flag-lbr[data-v-caa7bf10],.flag.flag-lr[data-v-caa7bf10]{background-position:0 -2600px}.flag.flag-lby[data-v-caa7bf10],.flag.flag-ly[data-v-caa7bf10],.flag.flag-lba[data-v-caa7bf10]{background-position:0 -2620px}.flag.flag-lca[data-v-caa7bf10],.flag.flag-lc[data-v-caa7bf10]{background-position:0 -2640px}.flag.flag-lie[data-v-caa7bf10],.flag.flag-li[data-v-caa7bf10]{background-position:0 -2660px}.flag.flag-lka[data-v-caa7bf10],.flag.flag-lk[data-v-caa7bf10],.flag.flag-sri[data-v-caa7bf10]{background-position:0 -2680px}.flag.flag-lso[data-v-caa7bf10],.flag.flag-ls[data-v-caa7bf10],.flag.flag-les[data-v-caa7bf10]{background-position:0 -2700px}.flag.flag-ltu[data-v-caa7bf10],.flag.flag-lt[data-v-caa7bf10]{background-position:0 -2720px}.flag.flag-lux[data-v-caa7bf10],.flag.flag-lu[data-v-caa7bf10]{background-position:0 -2740px}.flag.flag-lva[data-v-caa7bf10],.flag.flag-lv[data-v-caa7bf10],.flag.flag-lat[data-v-caa7bf10]{background-position:0 -2760px}.flag.flag-mac[data-v-caa7bf10],.flag.flag-mo[data-v-caa7bf10]{background-position:0 -2780px}.flag.flag-maf[data-v-caa7bf10],.flag.flag-mf[data-v-caa7bf10]{background-position:0 -2800px}.flag.flag-mar[data-v-caa7bf10],.flag.flag-ma[data-v-caa7bf10]{background-position:0 -2820px}.flag.flag-mco[data-v-caa7bf10],.flag.flag-mc[data-v-caa7bf10],.flag.flag-mon[data-v-caa7bf10]{background-position:0 -2840px}.flag.flag-mda[data-v-caa7bf10],.flag.flag-md[data-v-caa7bf10]{background-position:0 -2860px}.flag.flag-mdg[data-v-caa7bf10],.flag.flag-mg[data-v-caa7bf10],.flag.flag-mad[data-v-caa7bf10]{background-position:0 -2880px}.flag.flag-mdv[data-v-caa7bf10],.flag.flag-mv[data-v-caa7bf10]{background-position:0 -2900px}.flag.flag-mex[data-v-caa7bf10],.flag.flag-mx[data-v-caa7bf10]{background-position:0 -2920px}.flag.flag-mhl[data-v-caa7bf10],.flag.flag-mh[data-v-caa7bf10]{background-position:0 -2940px}.flag.flag-mkd[data-v-caa7bf10],.flag.flag-mk[data-v-caa7bf10]{background-position:0 -2960px}.flag.flag-mli[data-v-caa7bf10],.flag.flag-ml[data-v-caa7bf10]{background-position:0 -2980px}.flag.flag-mlt[data-v-caa7bf10],.flag.flag-mt[data-v-caa7bf10]{background-position:0 -3000px}.flag.flag-mmr[data-v-caa7bf10],.flag.flag-mm[data-v-caa7bf10],.flag.flag-mya[data-v-caa7bf10]{background-position:0 -3020px}.flag.flag-mne[data-v-caa7bf10],.flag.flag-me[data-v-caa7bf10]{background-position:0 -3040px}.flag.flag-mng[data-v-caa7bf10],.flag.flag-mn[data-v-caa7bf10],.flag.flag-mgl[data-v-caa7bf10]{background-position:0 -3060px}.flag.flag-mnp[data-v-caa7bf10],.flag.flag-mp[data-v-caa7bf10]{background-position:0 -3080px}.flag.flag-moz[data-v-caa7bf10],.flag.flag-mz[data-v-caa7bf10]{background-position:0 -3100px}.flag.flag-mrt[data-v-caa7bf10],.flag.flag-mr[data-v-caa7bf10],.flag.flag-mtn[data-v-caa7bf10]{background-position:0 -3120px}.flag.flag-msr[data-v-caa7bf10],.flag.flag-ms[data-v-caa7bf10]{background-position:0 -3140px}.flag.flag-mtq[data-v-caa7bf10],.flag.flag-mq[data-v-caa7bf10]{background-position:0 -3160px}.flag.flag-mus[data-v-caa7bf10],.flag.flag-mu[data-v-caa7bf10],.flag.flag-mri[data-v-caa7bf10]{background-position:0 -3180px}.flag.flag-mwi[data-v-caa7bf10],.flag.flag-mw[data-v-caa7bf10],.flag.flag-maw[data-v-caa7bf10]{background-position:0 -3200px}.flag.flag-mys[data-v-caa7bf10],.flag.flag-my[data-v-caa7bf10],.flag.flag-mas[data-v-caa7bf10]{background-position:0 -3220px}.flag.flag-myt[data-v-caa7bf10],.flag.flag-yt[data-v-caa7bf10]{background-position:0 -3240px}.flag.flag-nam[data-v-caa7bf10],.flag.flag-na[data-v-caa7bf10]{background-position:0 -3260px}.flag.flag-ncl[data-v-caa7bf10],.flag.flag-nc[data-v-caa7bf10]{background-position:0 -3280px}.flag.flag-ner[data-v-caa7bf10],.flag.flag-ne[data-v-caa7bf10],.flag.flag-nig[data-v-caa7bf10]{background-position:0 -3300px}.flag.flag-nfk[data-v-caa7bf10],.flag.flag-nf[data-v-caa7bf10]{background-position:0 -3320px}.flag.flag-nga[data-v-caa7bf10],.flag.flag-ng[data-v-caa7bf10],.flag.flag-ngr[data-v-caa7bf10]{background-position:0 -3340px}.flag.flag-nic[data-v-caa7bf10],.flag.flag-ni[data-v-caa7bf10],.flag.flag-nca[data-v-caa7bf10]{background-position:0 -3360px}.flag.flag-nir[data-v-caa7bf10]{background-position:0 -3380px}.flag.flag-niu[data-v-caa7bf10],.flag.flag-nu[data-v-caa7bf10]{background-position:0 -3400px}.flag.flag-nld[data-v-caa7bf10],.flag.flag-nl[data-v-caa7bf10],.flag.flag-ned[data-v-caa7bf10]{background-position:0 -3420px}.flag.flag-nor[data-v-caa7bf10],.flag.flag-no[data-v-caa7bf10]{background-position:0 -3440px}.flag.flag-npl[data-v-caa7bf10],.flag.flag-np[data-v-caa7bf10],.flag.flag-nep[data-v-caa7bf10]{background-position:0 -3460px}.flag.flag-nru[data-v-caa7bf10],.flag.flag-nr[data-v-caa7bf10]{background-position:0 -3480px}.flag.flag-nzl[data-v-caa7bf10],.flag.flag-nz[data-v-caa7bf10]{background-position:0 -3500px}.flag.flag-omn[data-v-caa7bf10],.flag.flag-om[data-v-caa7bf10],.flag.flag-oma[data-v-caa7bf10]{background-position:0 -3520px}.flag.flag-pak[data-v-caa7bf10],.flag.flag-pk[data-v-caa7bf10]{background-position:0 -3540px}.flag.flag-pan[data-v-caa7bf10],.flag.flag-pa[data-v-caa7bf10]{background-position:0 -3560px}.flag.flag-pcn[data-v-caa7bf10],.flag.flag-pn[data-v-caa7bf10]{background-position:0 -3580px}.flag.flag-per[data-v-caa7bf10],.flag.flag-pe[data-v-caa7bf10]{background-position:0 -3600px}.flag.flag-phl[data-v-caa7bf10],.flag.flag-ph[data-v-caa7bf10],.flag.flag-phi[data-v-caa7bf10]{background-position:0 -3620px}.flag.flag-plw[data-v-caa7bf10],.flag.flag-pw[data-v-caa7bf10]{background-position:0 -3640px}.flag.flag-png[data-v-caa7bf10],.flag.flag-pg[data-v-caa7bf10]{background-position:0 -3660px}.flag.flag-pol[data-v-caa7bf10],.flag.flag-pl[data-v-caa7bf10]{background-position:0 -3680px}.flag.flag-pri[data-v-caa7bf10],.flag.flag-pr[data-v-caa7bf10],.flag.flag-pur[data-v-caa7bf10]{background-position:0 -3700px}.flag.flag-prk[data-v-caa7bf10],.flag.flag-kp[data-v-caa7bf10]{background-position:0 -3720px}.flag.flag-prt[data-v-caa7bf10],.flag.flag-pt[data-v-caa7bf10],.flag.flag-por[data-v-caa7bf10]{background-position:0 -3740px}.flag.flag-pry[data-v-caa7bf10],.flag.flag-py[data-v-caa7bf10],.flag.flag-par[data-v-caa7bf10]{background-position:0 -3760px}.flag.flag-pse[data-v-caa7bf10],.flag.flag-ps[data-v-caa7bf10]{background-position:0 -3780px}.flag.flag-pyf[data-v-caa7bf10],.flag.flag-pf[data-v-caa7bf10]{background-position:0 -3800px}.flag.flag-qat[data-v-caa7bf10],.flag.flag-qa[data-v-caa7bf10]{background-position:0 -3820px}.flag.flag-reu[data-v-caa7bf10],.flag.flag-re[data-v-caa7bf10]{background-position:0 -3840px}.flag.flag-rou[data-v-caa7bf10],.flag.flag-ro[data-v-caa7bf10]{background-position:0 -3860px}.flag.flag-rus[data-v-caa7bf10],.flag.flag-ru[data-v-caa7bf10]{background-position:0 -3880px}.flag.flag-rwa[data-v-caa7bf10],.flag.flag-rw[data-v-caa7bf10]{background-position:0 -3900px}.flag.flag-sau[data-v-caa7bf10],.flag.flag-sa[data-v-caa7bf10],.flag.flag-ksa[data-v-caa7bf10]{background-position:0 -3920px}.flag.flag-sco[data-v-caa7bf10]{background-position:0 -3940px}.flag.flag-sct[data-v-caa7bf10]{background-position:0 -3960px}.flag.flag-sdn[data-v-caa7bf10],.flag.flag-sd[data-v-caa7bf10],.flag.flag-sud[data-v-caa7bf10]{background-position:0 -3980px}.flag.flag-sen[data-v-caa7bf10],.flag.flag-sn[data-v-caa7bf10]{background-position:0 -4000px}.flag.flag-sgp[data-v-caa7bf10],.flag.flag-sg[data-v-caa7bf10]{background-position:0 -4020px}.flag.flag-sgs[data-v-caa7bf10],.flag.flag-gs[data-v-caa7bf10]{background-position:0 -4040px}.flag.flag-shn[data-v-caa7bf10],.flag.flag-sh[data-v-caa7bf10]{background-position:0 -4060px}.flag.flag-sjm[data-v-caa7bf10]{background-position:0 -4080px}.flag.flag-slb[data-v-caa7bf10],.flag.flag-sb[data-v-caa7bf10],.flag.flag-sol[data-v-caa7bf10]{background-position:0 -4100px}.flag.flag-sle[data-v-caa7bf10],.flag.flag-sl[data-v-caa7bf10]{background-position:0 -4120px}.flag.flag-slv[data-v-caa7bf10],.flag.flag-sv[data-v-caa7bf10],.flag.flag-esa[data-v-caa7bf10]{background-position:0 -4140px}.flag.flag-smr[data-v-caa7bf10],.flag.flag-sm[data-v-caa7bf10]{background-position:0 -4160px}.flag.flag-som[data-v-caa7bf10],.flag.flag-so[data-v-caa7bf10]{background-position:0 -4180px}.flag.flag-spm[data-v-caa7bf10],.flag.flag-pm[data-v-caa7bf10]{background-position:0 -4200px}.flag.flag-srb[data-v-caa7bf10],.flag.flag-rs[data-v-caa7bf10]{background-position:0 -4220px}.flag.flag-ssd[data-v-caa7bf10]{background-position:0 -4240px}.flag.flag-stp[data-v-caa7bf10],.flag.flag-st[data-v-caa7bf10]{background-position:0 -4260px}.flag.flag-sur[data-v-caa7bf10],.flag.flag-sr[data-v-caa7bf10]{background-position:0 -4280px}.flag.flag-svk[data-v-caa7bf10],.flag.flag-sk[data-v-caa7bf10]{background-position:0 -4300px}.flag.flag-svn[data-v-caa7bf10],.flag.flag-si[data-v-caa7bf10],.flag.flag-slo[data-v-caa7bf10]{background-position:0 -4320px}.flag.flag-swe[data-v-caa7bf10],.flag.flag-se[data-v-caa7bf10]{background-position:0 -4340px}.flag.flag-swz[data-v-caa7bf10],.flag.flag-sz[data-v-caa7bf10]{background-position:0 -4360px}.flag.flag-sxm[data-v-caa7bf10]{background-position:0 -4380px}.flag.flag-syc[data-v-caa7bf10],.flag.flag-sc[data-v-caa7bf10],.flag.flag-sey[data-v-caa7bf10]{background-position:0 -4400px}.flag.flag-syr[data-v-caa7bf10],.flag.flag-sy[data-v-caa7bf10]{background-position:0 -4420px}.flag.flag-tca[data-v-caa7bf10],.flag.flag-tc[data-v-caa7bf10]{background-position:0 -4440px}.flag.flag-tcd[data-v-caa7bf10],.flag.flag-td[data-v-caa7bf10],.flag.flag-cha[data-v-caa7bf10]{background-position:0 -4460px}.flag.flag-tgo[data-v-caa7bf10],.flag.flag-tg[data-v-caa7bf10],.flag.flag-tog[data-v-caa7bf10]{background-position:0 -4480px}.flag.flag-tha[data-v-caa7bf10],.flag.flag-th[data-v-caa7bf10]{background-position:0 -4500px}.flag.flag-tjk[data-v-caa7bf10],.flag.flag-tj[data-v-caa7bf10]{background-position:0 -4520px}.flag.flag-tkl[data-v-caa7bf10],.flag.flag-tk[data-v-caa7bf10]{background-position:0 -4540px}.flag.flag-tkm[data-v-caa7bf10],.flag.flag-tm[data-v-caa7bf10]{background-position:0 -4560px}.flag.flag-tls[data-v-caa7bf10],.flag.flag-tl[data-v-caa7bf10]{background-position:0 -4580px}.flag.flag-ton[data-v-caa7bf10],.flag.flag-to[data-v-caa7bf10],.flag.flag-tga[data-v-caa7bf10]{background-position:0 -4600px}.flag.flag-tpe[data-v-caa7bf10]{background-position:0 -4620px}.flag.flag-tto[data-v-caa7bf10],.flag.flag-tt[data-v-caa7bf10],.flag.flag-tri[data-v-caa7bf10]{background-position:0 -4640px}.flag.flag-tun[data-v-caa7bf10],.flag.flag-tn[data-v-caa7bf10]{background-position:0 -4660px}.flag.flag-tur[data-v-caa7bf10],.flag.flag-tr[data-v-caa7bf10]{background-position:0 -4680px}.flag.flag-tuv[data-v-caa7bf10],.flag.flag-tv[data-v-caa7bf10]{background-position:0 -4700px}.flag.flag-twn[data-v-caa7bf10],.flag.flag-tw[data-v-caa7bf10]{background-position:0 -4720px}.flag.flag-twn2[data-v-caa7bf10]{background-position:0 -4740px}.flag.flag-tza[data-v-caa7bf10],.flag.flag-tz[data-v-caa7bf10],.flag.flag-tan[data-v-caa7bf10]{background-position:0 -4760px}.flag.flag-uga[data-v-caa7bf10],.flag.flag-ug[data-v-caa7bf10]{background-position:0 -4780px}.flag.flag-ukr[data-v-caa7bf10],.flag.flag-ua[data-v-caa7bf10]{background-position:0 -4800px}.flag.flag-umi[data-v-caa7bf10],.flag.flag-um[data-v-caa7bf10]{background-position:0 -4820px}.flag.flag-ury[data-v-caa7bf10],.flag.flag-uy[data-v-caa7bf10],.flag.flag-uru[data-v-caa7bf10]{background-position:0 -4840px}.flag.flag-usa[data-v-caa7bf10],.flag.flag-us[data-v-caa7bf10]{background-position:0 -4860px}.flag.flag-uzb[data-v-caa7bf10],.flag.flag-uz[data-v-caa7bf10]{background-position:0 -4880px}.flag.flag-vat[data-v-caa7bf10],.flag.flag-va[data-v-caa7bf10]{background-position:0 -4900px}.flag.flag-vct[data-v-caa7bf10],.flag.flag-vc[data-v-caa7bf10],.flag.flag-vin[data-v-caa7bf10]{background-position:0 -4920px}.flag.flag-ven[data-v-caa7bf10],.flag.flag-ve[data-v-caa7bf10]{background-position:0 -4940px}.flag.flag-vgb[data-v-caa7bf10],.flag.flag-vg[data-v-caa7bf10],.flag.flag-ivb[data-v-caa7bf10]{background-position:0 -4960px}.flag.flag-vir[data-v-caa7bf10],.flag.flag-vi[data-v-caa7bf10],.flag.flag-isv[data-v-caa7bf10]{background-position:0 -4980px}.flag.flag-vnm[data-v-caa7bf10],.flag.flag-vn[data-v-caa7bf10],.flag.flag-vie[data-v-caa7bf10]{background-position:0 -5000px}.flag.flag-vut[data-v-caa7bf10],.flag.flag-vu[data-v-caa7bf10],.flag.flag-van[data-v-caa7bf10]{background-position:0 -5020px}.flag.flag-wal[data-v-caa7bf10]{background-position:0 -5040px}.flag.flag-wlf[data-v-caa7bf10],.flag.flag-wf[data-v-caa7bf10]{background-position:0 -5060px}.flag.flag-wsm[data-v-caa7bf10],.flag.flag-ws[data-v-caa7bf10],.flag.flag-sam[data-v-caa7bf10]{background-position:0 -5080px}.flag.flag-yem[data-v-caa7bf10],.flag.flag-ye[data-v-caa7bf10]{background-position:0 -5100px}.flag.flag-zaf[data-v-caa7bf10],.flag.flag-za[data-v-caa7bf10],.flag.flag-rsa[data-v-caa7bf10]{background-position:0 -5120px}.flag.flag-zmb[data-v-caa7bf10],.flag.flag-zm[data-v-caa7bf10],.flag.flag-zam[data-v-caa7bf10]{background-position:0 -5140px}.flag.flag-zwe[data-v-caa7bf10],.flag.flag-zw[data-v-caa7bf10],.flag.flag-zim[data-v-caa7bf10]{background-position:0 -5160px}.flag-big[data-v-caa7bf10]{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw[data-v-caa7bf10],.flag-big.flag-aw[data-v-caa7bf10],.flag-big.flag-aru[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg[data-v-caa7bf10],.flag-big.flag-af[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago[data-v-caa7bf10],.flag-big.flag-ao[data-v-caa7bf10],.flag-big.flag-ang[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia[data-v-caa7bf10],.flag-big.flag-ai[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala[data-v-caa7bf10]{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb[data-v-caa7bf10],.flag-big.flag-al[data-v-caa7bf10]{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and[data-v-caa7bf10],.flag-big.flag-ad[data-v-caa7bf10]{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant[data-v-caa7bf10],.flag-big.flag-an[data-v-caa7bf10],.flag-big.flag-aho[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are[data-v-caa7bf10],.flag-big.flag-ae[data-v-caa7bf10],.flag-big.flag-uae[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg[data-v-caa7bf10],.flag-big.flag-ar[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm[data-v-caa7bf10],.flag-big.flag-am[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm[data-v-caa7bf10],.flag-big.flag-as[data-v-caa7bf10],.flag-big.flag-asa[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf[data-v-caa7bf10],.flag-big.flag-tf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg[data-v-caa7bf10],.flag-big.flag-ag[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus[data-v-caa7bf10],.flag-big.flag-au[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut[data-v-caa7bf10],.flag-big.flag-at[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze[data-v-caa7bf10],.flag-big.flag-az[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi[data-v-caa7bf10],.flag-big.flag-bi[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel[data-v-caa7bf10],.flag-big.flag-be[data-v-caa7bf10]{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben[data-v-caa7bf10],.flag-big.flag-bj[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa[data-v-caa7bf10],.flag-big.flag-bf[data-v-caa7bf10],.flag-big.flag-bur[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd[data-v-caa7bf10],.flag-big.flag-bd[data-v-caa7bf10],.flag-big.flag-ban[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr[data-v-caa7bf10],.flag-big.flag-bg[data-v-caa7bf10],.flag-big.flag-bul[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr[data-v-caa7bf10],.flag-big.flag-bh[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs[data-v-caa7bf10],.flag-big.flag-bs[data-v-caa7bf10],.flag-big.flag-bah[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih[data-v-caa7bf10],.flag-big.flag-ba[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr[data-v-caa7bf10],.flag-big.flag-by[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz[data-v-caa7bf10],.flag-big.flag-bz[data-v-caa7bf10],.flag-big.flag-biz[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu[data-v-caa7bf10],.flag-big.flag-bm[data-v-caa7bf10],.flag-big.flag-ber[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol[data-v-caa7bf10],.flag-big.flag-bo[data-v-caa7bf10]{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra[data-v-caa7bf10],.flag-big.flag-br[data-v-caa7bf10]{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb[data-v-caa7bf10],.flag-big.flag-bb[data-v-caa7bf10],.flag-big.flag-bar[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn[data-v-caa7bf10],.flag-big.flag-bn[data-v-caa7bf10],.flag-big.flag-bru[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn[data-v-caa7bf10],.flag-big.flag-bt[data-v-caa7bf10],.flag-big.flag-bhu[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt[data-v-caa7bf10],.flag-big.flag-bv[data-v-caa7bf10]{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa[data-v-caa7bf10],.flag-big.flag-bw[data-v-caa7bf10],.flag-big.flag-bot[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf[data-v-caa7bf10],.flag-big.flag-cf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can[data-v-caa7bf10],.flag-big.flag-ca[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck[data-v-caa7bf10],.flag-big.flag-cc[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che[data-v-caa7bf10],.flag-big.flag-ch[data-v-caa7bf10],.flag-big.flag-sui[data-v-caa7bf10]{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl[data-v-caa7bf10],.flag-big.flag-cl[data-v-caa7bf10],.flag-big.flag-chi[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn[data-v-caa7bf10],.flag-big.flag-cn[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ[data-v-caa7bf10],.flag-big.flag-ci[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr[data-v-caa7bf10],.flag-big.flag-cm[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod[data-v-caa7bf10],.flag-big.flag-cd[data-v-caa7bf10],.flag-big.flag-zai[data-v-caa7bf10]{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog[data-v-caa7bf10],.flag-big.flag-cg[data-v-caa7bf10],.flag-big.flag-cgo[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok[data-v-caa7bf10],.flag-big.flag-ck[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col[data-v-caa7bf10],.flag-big.flag-co[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com[data-v-caa7bf10],.flag-big.flag-km[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv[data-v-caa7bf10],.flag-big.flag-cv[data-v-caa7bf10]{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri[data-v-caa7bf10],.flag-big.flag-cr[data-v-caa7bf10],.flag-big.flag-crc[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub[data-v-caa7bf10],.flag-big.flag-cu[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr[data-v-caa7bf10],.flag-big.flag-cx[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym[data-v-caa7bf10],.flag-big.flag-ky[data-v-caa7bf10],.flag-big.flag-cay[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp[data-v-caa7bf10],.flag-big.flag-cy[data-v-caa7bf10]{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze[data-v-caa7bf10],.flag-big.flag-cz[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu[data-v-caa7bf10],.flag-big.flag-de[data-v-caa7bf10],.flag-big.flag-ger[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji[data-v-caa7bf10],.flag-big.flag-dj[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma[data-v-caa7bf10],.flag-big.flag-dm[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk[data-v-caa7bf10],.flag-big.flag-dk[data-v-caa7bf10],.flag-big.flag-den[data-v-caa7bf10]{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom[data-v-caa7bf10],.flag-big.flag-do[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza[data-v-caa7bf10],.flag-big.flag-dz[data-v-caa7bf10],.flag-big.flag-alg[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu[data-v-caa7bf10],.flag-big.flag-ec[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy[data-v-caa7bf10],.flag-big.flag-eg[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri[data-v-caa7bf10],.flag-big.flag-er[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp[data-v-caa7bf10],.flag-big.flag-es[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est[data-v-caa7bf10],.flag-big.flag-ee[data-v-caa7bf10]{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth[data-v-caa7bf10],.flag-big.flag-et[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin[data-v-caa7bf10],.flag-big.flag-fi[data-v-caa7bf10]{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji[data-v-caa7bf10],.flag-big.flag-fj[data-v-caa7bf10],.flag-big.flag-fij[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk[data-v-caa7bf10],.flag-big.flag-fk[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra[data-v-caa7bf10],.flag-big.flag-fr[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro[data-v-caa7bf10],.flag-big.flag-fo[data-v-caa7bf10]{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm[data-v-caa7bf10],.flag-big.flag-fm[data-v-caa7bf10]{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab[data-v-caa7bf10],.flag-big.flag-ga[data-v-caa7bf10]{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr[data-v-caa7bf10],.flag-big.flag-gb[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo[data-v-caa7bf10],.flag-big.flag-ge[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy[data-v-caa7bf10],.flag-big.flag-gg[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha[data-v-caa7bf10],.flag-big.flag-gh[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib[data-v-caa7bf10],.flag-big.flag-gi[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin[data-v-caa7bf10],.flag-big.flag-gn[data-v-caa7bf10],.flag-big.flag-gui[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp[data-v-caa7bf10],.flag-big.flag-gp[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb[data-v-caa7bf10],.flag-big.flag-gm[data-v-caa7bf10],.flag-big.flag-gam[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb[data-v-caa7bf10],.flag-big.flag-gw[data-v-caa7bf10],.flag-big.flag-gbs[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq[data-v-caa7bf10],.flag-big.flag-gq[data-v-caa7bf10],.flag-big.flag-geq[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc[data-v-caa7bf10],.flag-big.flag-gr[data-v-caa7bf10],.flag-big.flag-gre[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd[data-v-caa7bf10],.flag-big.flag-gd[data-v-caa7bf10],.flag-big.flag-grn[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl[data-v-caa7bf10],.flag-big.flag-gl[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm[data-v-caa7bf10],.flag-big.flag-gt[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf[data-v-caa7bf10],.flag-big.flag-gf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum[data-v-caa7bf10],.flag-big.flag-gu[data-v-caa7bf10]{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy[data-v-caa7bf10],.flag-big.flag-gy[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg[data-v-caa7bf10],.flag-big.flag-hk[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd[data-v-caa7bf10],.flag-big.flag-hm[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd[data-v-caa7bf10],.flag-big.flag-hn[data-v-caa7bf10],.flag-big.flag-hon[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv[data-v-caa7bf10],.flag-big.flag-hr[data-v-caa7bf10],.flag-big.flag-cro[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti[data-v-caa7bf10],.flag-big.flag-ht[data-v-caa7bf10],.flag-big.flag-hai[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun[data-v-caa7bf10],.flag-big.flag-hu[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn[data-v-caa7bf10],.flag-big.flag-id[data-v-caa7bf10],.flag-big.flag-ina[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind[data-v-caa7bf10],.flag-big.flag-in[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot[data-v-caa7bf10],.flag-big.flag-io[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl[data-v-caa7bf10],.flag-big.flag-ie[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn[data-v-caa7bf10],.flag-big.flag-ir[data-v-caa7bf10],.flag-big.flag-iri[data-v-caa7bf10]{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq[data-v-caa7bf10],.flag-big.flag-iq[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl[data-v-caa7bf10],.flag-big.flag-is[data-v-caa7bf10]{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr[data-v-caa7bf10],.flag-big.flag-il[data-v-caa7bf10]{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita[data-v-caa7bf10],.flag-big.flag-it[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam[data-v-caa7bf10],.flag-big.flag-jm[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor[data-v-caa7bf10],.flag-big.flag-jo[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn[data-v-caa7bf10],.flag-big.flag-jp[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz[data-v-caa7bf10],.flag-big.flag-kz[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken[data-v-caa7bf10],.flag-big.flag-ke[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz[data-v-caa7bf10],.flag-big.flag-kg[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm[data-v-caa7bf10],.flag-big.flag-kg[data-v-caa7bf10],.flag-big.flag-cam[data-v-caa7bf10]{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir[data-v-caa7bf10],.flag-big.flag-ki[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna[data-v-caa7bf10],.flag-big.flag-kn[data-v-caa7bf10],.flag-big.flag-skn[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor[data-v-caa7bf10],.flag-big.flag-kr[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos[data-v-caa7bf10]{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt[data-v-caa7bf10],.flag-big.flag-kw[data-v-caa7bf10],.flag-big.flag-kuw[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao[data-v-caa7bf10],.flag-big.flag-la[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn[data-v-caa7bf10],.flag-big.flag-lb[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr[data-v-caa7bf10],.flag-big.flag-lr[data-v-caa7bf10]{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby[data-v-caa7bf10],.flag-big.flag-ly[data-v-caa7bf10],.flag-big.flag-lba[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca[data-v-caa7bf10],.flag-big.flag-lc[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie[data-v-caa7bf10],.flag-big.flag-li[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka[data-v-caa7bf10],.flag-big.flag-lk[data-v-caa7bf10],.flag-big.flag-sri[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso[data-v-caa7bf10],.flag-big.flag-ls[data-v-caa7bf10],.flag-big.flag-les[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu[data-v-caa7bf10],.flag-big.flag-lt[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux[data-v-caa7bf10],.flag-big.flag-lu[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva[data-v-caa7bf10],.flag-big.flag-lv[data-v-caa7bf10],.flag-big.flag-lat[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac[data-v-caa7bf10],.flag-big.flag-mo[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf[data-v-caa7bf10],.flag-big.flag-mf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar[data-v-caa7bf10],.flag-big.flag-ma[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco[data-v-caa7bf10],.flag-big.flag-mc[data-v-caa7bf10],.flag-big.flag-mon[data-v-caa7bf10]{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda[data-v-caa7bf10],.flag-big.flag-md[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg[data-v-caa7bf10],.flag-big.flag-mg[data-v-caa7bf10],.flag-big.flag-mad[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv[data-v-caa7bf10],.flag-big.flag-mv[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex[data-v-caa7bf10],.flag-big.flag-mx[data-v-caa7bf10]{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl[data-v-caa7bf10],.flag-big.flag-mh[data-v-caa7bf10]{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd[data-v-caa7bf10],.flag-big.flag-mk[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli[data-v-caa7bf10],.flag-big.flag-ml[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt[data-v-caa7bf10],.flag-big.flag-mt[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr[data-v-caa7bf10],.flag-big.flag-mm[data-v-caa7bf10],.flag-big.flag-mya[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne[data-v-caa7bf10],.flag-big.flag-me[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng[data-v-caa7bf10],.flag-big.flag-mn[data-v-caa7bf10],.flag-big.flag-mgl[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp[data-v-caa7bf10],.flag-big.flag-mp[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz[data-v-caa7bf10],.flag-big.flag-mz[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt[data-v-caa7bf10],.flag-big.flag-mr[data-v-caa7bf10],.flag-big.flag-mtn[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr[data-v-caa7bf10],.flag-big.flag-ms[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq[data-v-caa7bf10],.flag-big.flag-mq[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus[data-v-caa7bf10],.flag-big.flag-mu[data-v-caa7bf10],.flag-big.flag-mri[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi[data-v-caa7bf10],.flag-big.flag-mw[data-v-caa7bf10],.flag-big.flag-maw[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys[data-v-caa7bf10],.flag-big.flag-my[data-v-caa7bf10],.flag-big.flag-mas[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt[data-v-caa7bf10],.flag-big.flag-yt[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam[data-v-caa7bf10],.flag-big.flag-na[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl[data-v-caa7bf10],.flag-big.flag-nc[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner[data-v-caa7bf10],.flag-big.flag-ne[data-v-caa7bf10],.flag-big.flag-nig[data-v-caa7bf10]{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk[data-v-caa7bf10],.flag-big.flag-nf[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga[data-v-caa7bf10],.flag-big.flag-ng[data-v-caa7bf10],.flag-big.flag-ngr[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic[data-v-caa7bf10],.flag-big.flag-ni[data-v-caa7bf10],.flag-big.flag-nca[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu[data-v-caa7bf10],.flag-big.flag-nu[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld[data-v-caa7bf10],.flag-big.flag-nl[data-v-caa7bf10],.flag-big.flag-ned[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor[data-v-caa7bf10],.flag-big.flag-no[data-v-caa7bf10]{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl[data-v-caa7bf10],.flag-big.flag-np[data-v-caa7bf10],.flag-big.flag-nep[data-v-caa7bf10]{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru[data-v-caa7bf10],.flag-big.flag-nr[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl[data-v-caa7bf10],.flag-big.flag-nz[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn[data-v-caa7bf10],.flag-big.flag-om[data-v-caa7bf10],.flag-big.flag-oma[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak[data-v-caa7bf10],.flag-big.flag-pk[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan[data-v-caa7bf10],.flag-big.flag-pa[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn[data-v-caa7bf10],.flag-big.flag-pn[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per[data-v-caa7bf10],.flag-big.flag-pe[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl[data-v-caa7bf10],.flag-big.flag-ph[data-v-caa7bf10],.flag-big.flag-phi[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw[data-v-caa7bf10],.flag-big.flag-pw[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png[data-v-caa7bf10],.flag-big.flag-pg[data-v-caa7bf10]{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol[data-v-caa7bf10],.flag-big.flag-pl[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri[data-v-caa7bf10],.flag-big.flag-pr[data-v-caa7bf10],.flag-big.flag-pur[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk[data-v-caa7bf10],.flag-big.flag-kp[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt[data-v-caa7bf10],.flag-big.flag-pt[data-v-caa7bf10],.flag-big.flag-por[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry[data-v-caa7bf10],.flag-big.flag-py[data-v-caa7bf10],.flag-big.flag-par[data-v-caa7bf10]{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse[data-v-caa7bf10],.flag-big.flag-ps[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf[data-v-caa7bf10],.flag-big.flag-pf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat[data-v-caa7bf10],.flag-big.flag-qa[data-v-caa7bf10]{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu[data-v-caa7bf10],.flag-big.flag-re[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou[data-v-caa7bf10],.flag-big.flag-ro[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus[data-v-caa7bf10],.flag-big.flag-ru[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa[data-v-caa7bf10],.flag-big.flag-rw[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau[data-v-caa7bf10],.flag-big.flag-sa[data-v-caa7bf10],.flag-big.flag-ksa[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn[data-v-caa7bf10],.flag-big.flag-sd[data-v-caa7bf10],.flag-big.flag-sud[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen[data-v-caa7bf10],.flag-big.flag-sn[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp[data-v-caa7bf10],.flag-big.flag-sg[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs[data-v-caa7bf10],.flag-big.flag-gs[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn[data-v-caa7bf10],.flag-big.flag-sh[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm[data-v-caa7bf10]{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb[data-v-caa7bf10],.flag-big.flag-sb[data-v-caa7bf10],.flag-big.flag-sol[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle[data-v-caa7bf10],.flag-big.flag-sl[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv[data-v-caa7bf10],.flag-big.flag-sv[data-v-caa7bf10],.flag-big.flag-esa[data-v-caa7bf10]{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr[data-v-caa7bf10],.flag-big.flag-sm[data-v-caa7bf10]{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som[data-v-caa7bf10],.flag-big.flag-so[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm[data-v-caa7bf10],.flag-big.flag-pm[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb[data-v-caa7bf10],.flag-big.flag-rs[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp[data-v-caa7bf10],.flag-big.flag-st[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur[data-v-caa7bf10],.flag-big.flag-sr[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk[data-v-caa7bf10],.flag-big.flag-sk[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn[data-v-caa7bf10],.flag-big.flag-si[data-v-caa7bf10],.flag-big.flag-slo[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe[data-v-caa7bf10],.flag-big.flag-se[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz[data-v-caa7bf10],.flag-big.flag-sz[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc[data-v-caa7bf10],.flag-big.flag-sc[data-v-caa7bf10],.flag-big.flag-sey[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr[data-v-caa7bf10],.flag-big.flag-sy[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca[data-v-caa7bf10],.flag-big.flag-tc[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd[data-v-caa7bf10],.flag-big.flag-td[data-v-caa7bf10],.flag-big.flag-cha[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo[data-v-caa7bf10],.flag-big.flag-tg[data-v-caa7bf10],.flag-big.flag-tog[data-v-caa7bf10]{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha[data-v-caa7bf10],.flag-big.flag-th[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk[data-v-caa7bf10],.flag-big.flag-tj[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl[data-v-caa7bf10],.flag-big.flag-tk[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm[data-v-caa7bf10],.flag-big.flag-tm[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls[data-v-caa7bf10],.flag-big.flag-tl[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton[data-v-caa7bf10],.flag-big.flag-to[data-v-caa7bf10],.flag-big.flag-tga[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto[data-v-caa7bf10],.flag-big.flag-tt[data-v-caa7bf10],.flag-big.flag-tri[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun[data-v-caa7bf10],.flag-big.flag-tn[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur[data-v-caa7bf10],.flag-big.flag-tr[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv[data-v-caa7bf10],.flag-big.flag-tv[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn[data-v-caa7bf10],.flag-big.flag-tw[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza[data-v-caa7bf10],.flag-big.flag-tz[data-v-caa7bf10],.flag-big.flag-tan[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga[data-v-caa7bf10],.flag-big.flag-ug[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr[data-v-caa7bf10],.flag-big.flag-ua[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi[data-v-caa7bf10],.flag-big.flag-um[data-v-caa7bf10]{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury[data-v-caa7bf10],.flag-big.flag-uy[data-v-caa7bf10],.flag-big.flag-uru[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa[data-v-caa7bf10],.flag-big.flag-us[data-v-caa7bf10]{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb[data-v-caa7bf10],.flag-big.flag-uz[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat[data-v-caa7bf10],.flag-big.flag-va[data-v-caa7bf10]{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct[data-v-caa7bf10],.flag-big.flag-vc[data-v-caa7bf10],.flag-big.flag-vin[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven[data-v-caa7bf10],.flag-big.flag-ve[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb[data-v-caa7bf10],.flag-big.flag-vg[data-v-caa7bf10],.flag-big.flag-ivb[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir[data-v-caa7bf10],.flag-big.flag-vi[data-v-caa7bf10],.flag-big.flag-isv[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm[data-v-caa7bf10],.flag-big.flag-vn[data-v-caa7bf10],.flag-big.flag-vie[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut[data-v-caa7bf10],.flag-big.flag-vu[data-v-caa7bf10],.flag-big.flag-van[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal[data-v-caa7bf10]{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf[data-v-caa7bf10],.flag-big.flag-wf[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm[data-v-caa7bf10],.flag-big.flag-ws[data-v-caa7bf10],.flag-big.flag-sam[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem[data-v-caa7bf10],.flag-big.flag-ye[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf[data-v-caa7bf10],.flag-big.flag-za[data-v-caa7bf10],.flag-big.flag-rsa[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb[data-v-caa7bf10],.flag-big.flag-zm[data-v-caa7bf10],.flag-big.flag-zam[data-v-caa7bf10]{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe[data-v-caa7bf10],.flag-big.flag-zw[data-v-caa7bf10],.flag-big.flag-zim[data-v-caa7bf10]{width:80px;height:40px;background-position:-1px -12163px}.yearbook ol[data-v-caa7bf10]{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;align-items:center}.yearbook .card[data-v-caa7bf10]{overflow-x:auto;width:fit-content;max-width:100%}.yearbook .card+.card[data-v-caa7bf10]{margin-top:1rem}.yearbook h4[data-v-caa7bf10]{padding-left:.5rem;margin-top:clamp(1rem,2vw,2rem);margin-bottom:0;text-wrap:balance}.yearbook li:first-child .ayear[data-v-caa7bf10]{padding-top:0}.yearbook .ayear[data-v-caa7bf10]{display:flex;align-items:center;gap:clamp(.5rem,2vw,1.2rem);min-width:80ch;margin-bottom:clamp(.3rem,2vw,1rem)}.yearbook .ayear>*[data-v-caa7bf10]{border-right:1px solid hsl(0,0%,18%);padding-right:.7em;font-size:clamp(.75rem,3.5vmin,1rem)}.yearbook .ayear>*[data-v-caa7bf10]:last-child:not(:only-child){border-right:none;padding-right:0;position:sticky;left:4rem}.yearbook .ayear>span[data-v-caa7bf10]{position:sticky;z-index:1;font-size:1.2rem;left:0;writing-mode:vertical-rl;transform:rotate(180deg);padding-block:0 .5rem;padding-inline:.3rem;border-right:none;border-left:1px solid hsl(0,0%,18%);background-color:#101014}.yearbook .ayear>span[data-v-caa7bf10]:before{content:"";position:absolute;width:2rem;height:4rem;top:-.5rem;bottom:-.5rem;right:-2rem;left:unset;background-color:#101014}.yearbook .ayear .change[data-v-caa7bf10]{display:flex;align-items:center;gap:1rem}.yearbook .ayear .change[data-v-caa7bf10] .decimal{font-size:.8em}.yearbook .ayear .change>span[data-v-caa7bf10]:first-child{font-size:clamp(1.5rem,5vw,2.1rem);line-height:1;display:block;margin-right:.2em;white-space:nowrap}.yearbook .ayear .change>span:first-child.bad[data-v-caa7bf10]:before{content:"↘ "}.yearbook .ayear .change>span:first-child.good[data-v-caa7bf10]:before{content:"↗ "}.yearbook .ayear .change>div[data-v-caa7bf10]{display:flex;flex-direction:column}.yearbook .ayear .title[data-v-caa7bf10]{display:block}.yearbook .mini-table[data-v-caa7bf10]{width:max-content}.yearbook .mini-table th.separator[data-v-caa7bf10]{position:relative}.yearbook .mini-table th.separator[data-v-caa7bf10]:after{content:"";position:absolute;top:50%;bottom:0;left:0;width:1px;background-color:#2e2e2e}.yearbook .mini-table td.alt[data-v-caa7bf10]{position:relative;background-color:#1c1b22}.yearbook .mini-table td.alt.arrowy[data-v-caa7bf10]{padding-right:.7em}.yearbook .mini-table td.alt.arrowy+td[data-v-caa7bf10]{padding-left:1.1em}.yearbook .mini-table td.alt.arrowy[data-v-caa7bf10]:after{content:"";position:absolute;top:0;bottom:0;right:-.5em;width:.5em;background-color:#1c1b22;clip-path:polygon(0% 0%,100% 50%,0% 100%)}.yearbook .mini-table td.alt.arrowy[data-v-caa7bf10]:before{content:"";position:absolute;top:0;bottom:0;left:-1px;width:1px;background-color:#1c1b22}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(1){width:4ch;font-size:.8em}@media (max-width: 45.615em){.yearbook .mini-table td[data-v-caa7bf10]:nth-child(1){padding-inline:.2em}}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(2){position:relative}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(2):after{content:"";display:block;position:absolute;right:0;top:0;bottom:0;width:max(5em,40%);background:linear-gradient(to left,hsl(249,11%,12%),hsl(249,11%,7%))}.yearbook .mini-table td:nth-child(2) span[data-v-caa7bf10]{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;position:relative;z-index:1;width:60ch}@media (max-width: 68.74em){.yearbook .mini-table td:nth-child(2) span[data-v-caa7bf10]{width:55vw;white-space:unset;text-wrap:balance}}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(3){width:6ch}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(3){padding-left:1.1em}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(4){width:10ch;text-align:center}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(4){overflow-y:clip;overflow-x:visible;text-align:center;color:#ffd33c;font-size:.85em;isolation:isolate}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(5){text-align:right}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(5){width:10ch;text-align:right}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(6){width:12ch}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(7){text-align:right}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(7){width:11ch;white-space:nowrap;text-align:right}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(8){width:10ch}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(9){text-align:right;overflow:visible}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(9){width:10ch;white-space:nowrap;text-align:right}.yearbook .mini-table th[data-v-caa7bf10]:nth-child(10){width:13ch;text-align:right}.yearbook .mini-table td[data-v-caa7bf10]:nth-child(10){text-align:right}.yearbook .mini-table .hide[data-v-caa7bf10]{visibility:hidden}.yearbook .mini-table .hide.alt[data-v-caa7bf10]{visibility:unset;color:#1c1b22}.toggle[data-v-caa7bf10]{position:sticky;transform:translateY(-.4rem);right:0;left:0;display:flex;align-items:center;justify-content:end;gap:.5rem;font-size:clamp(.55rem,2vmin,.7rem);color:#b3b3b3;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle button[data-v-caa7bf10]{position:relative;width:2.4em;height:fit-content;height:1.3em;background:hsl(0,0%,18%);border:none;border-radius:1em;cursor:pointer;padding:0;transition:background-color .2s}.toggle button span[data-v-caa7bf10]{position:absolute;top:.15em;left:.15em;width:1em;height:1em;background:hsl(0,0%,70%);border-radius:50%;transition:transform .2s}.toggle button[aria-checked=true] span[data-v-caa7bf10]{transform:translate(1.1em);background-color:#fff}.fade-enter-active[data-v-11ef7cdd],.fade-leave-active[data-v-11ef7cdd]{transition:opacity .3s}.fade-enter-from[data-v-11ef7cdd],.fade-leave-to[data-v-11ef7cdd]{opacity:0}.fade-enter-to[data-v-11ef7cdd],.fade-leave-from[data-v-11ef7cdd]{opacity:1}@keyframes pulsing-opacity-11ef7cdd{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag[data-v-11ef7cdd]{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag[data-v-11ef7cdd]:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw[data-v-11ef7cdd],.flag.flag-aw[data-v-11ef7cdd],.flag.flag-aru[data-v-11ef7cdd]{background-position:0 0}.flag.flag-afg[data-v-11ef7cdd],.flag.flag-af[data-v-11ef7cdd]{background-position:0 -20px}.flag.flag-ago[data-v-11ef7cdd],.flag.flag-ao[data-v-11ef7cdd],.flag .flagflag-ang[data-v-11ef7cdd]{background-position:0 -40px}.flag.flag-aia[data-v-11ef7cdd],.flag.flag-ai[data-v-11ef7cdd]{background-position:0 -60px}.flag.flag-ala[data-v-11ef7cdd]{background-position:0 -80px}.flag.flag-alb[data-v-11ef7cdd],.flag.flag-al[data-v-11ef7cdd]{background-position:0 -100px}.flag.flag-and[data-v-11ef7cdd],.flag.flag-ad[data-v-11ef7cdd]{background-position:0 -120px}.flag.flag-ant[data-v-11ef7cdd],.flag.flag-an[data-v-11ef7cdd],.flag.flag-aho[data-v-11ef7cdd]{background-position:0 -140px}.flag.flag-are[data-v-11ef7cdd],.flag.flag-ae[data-v-11ef7cdd],.flag.flag-uae[data-v-11ef7cdd]{background-position:0 -160px}.flag.flag-arg[data-v-11ef7cdd],.flag.flag-ar[data-v-11ef7cdd]{background-position:0 -180px}.flag.flag-arm[data-v-11ef7cdd],.flag.flag-am[data-v-11ef7cdd]{background-position:0 -200px}.flag.flag-asm[data-v-11ef7cdd],.flag.flag-as[data-v-11ef7cdd],.flag.flag-asa[data-v-11ef7cdd]{background-position:0 -220px}.flag.flag-ata[data-v-11ef7cdd]{background-position:0 -240px}.flag.flag-atf[data-v-11ef7cdd],.flag.flag-tf[data-v-11ef7cdd]{background-position:0 -260px}.flag.flag-atg[data-v-11ef7cdd],.flag.flag-ag[data-v-11ef7cdd]{background-position:0 -280px}.flag.flag-aus[data-v-11ef7cdd],.flag.flag-au[data-v-11ef7cdd]{background-position:0 -300px}.flag.flag-aut[data-v-11ef7cdd],.flag.flag-at[data-v-11ef7cdd]{background-position:0 -320px}.flag.flag-aze[data-v-11ef7cdd],.flag.flag-az[data-v-11ef7cdd]{background-position:0 -340px}.flag.flag-bdi[data-v-11ef7cdd],.flag.flag-bi[data-v-11ef7cdd]{background-position:0 -360px}.flag.flag-bel[data-v-11ef7cdd],.flag.flag-be[data-v-11ef7cdd]{background-position:0 -380px}.flag.flag-ben[data-v-11ef7cdd],.flag.flag-bj[data-v-11ef7cdd]{background-position:0 -400px}.flag.flag-bes[data-v-11ef7cdd]{background-position:0 -420px}.flag.flag-bfa[data-v-11ef7cdd],.flag.flag-bf[data-v-11ef7cdd],.flag.flag-bur[data-v-11ef7cdd]{background-position:0 -440px}.flag.flag-bgd[data-v-11ef7cdd],.flag.flag-bd[data-v-11ef7cdd],.flag.flag-ban[data-v-11ef7cdd]{background-position:0 -460px}.flag.flag-bgr[data-v-11ef7cdd],.flag.flag-bg[data-v-11ef7cdd],.flag.flag-bul[data-v-11ef7cdd]{background-position:0 -480px}.flag.flag-bhr[data-v-11ef7cdd],.flag.flag-bh[data-v-11ef7cdd]{background-position:0 -500px}.flag.flag-bhs[data-v-11ef7cdd],.flag.flag-bs[data-v-11ef7cdd],.flag.flag-bah[data-v-11ef7cdd]{background-position:0 -520px}.flag.flag-bih[data-v-11ef7cdd],.flag.flag-ba[data-v-11ef7cdd]{background-position:0 -540px}.flag.flag-blm[data-v-11ef7cdd]{background-position:0 -560px}.flag.flag-blr[data-v-11ef7cdd],.flag.flag-by[data-v-11ef7cdd]{background-position:0 -580px}.flag.flag-blz[data-v-11ef7cdd],.flag.flag-bz[data-v-11ef7cdd],.flag.flag-biz[data-v-11ef7cdd]{background-position:0 -600px}.flag.flag-bmu[data-v-11ef7cdd],.flag.flag-bm[data-v-11ef7cdd],.flag.flag-ber[data-v-11ef7cdd]{background-position:0 -620px}.flag.flag-bol[data-v-11ef7cdd],.flag.flag-bo[data-v-11ef7cdd]{background-position:0 -640px}.flag.flag-bra[data-v-11ef7cdd],.flag.flag-br[data-v-11ef7cdd]{background-position:0 -660px}.flag.flag-brb[data-v-11ef7cdd],.flag.flag-bb[data-v-11ef7cdd],.flag.flag-bar[data-v-11ef7cdd]{background-position:0 -680px}.flag.flag-brn[data-v-11ef7cdd],.flag.flag-bn[data-v-11ef7cdd],.flag.flag-bru[data-v-11ef7cdd]{background-position:0 -700px}.flag.flag-btn[data-v-11ef7cdd],.flag.flag-bt[data-v-11ef7cdd],.flag.flag-bhu[data-v-11ef7cdd]{background-position:0 -720px}.flag.flag-bvt[data-v-11ef7cdd],.flag.flag-bv[data-v-11ef7cdd]{background-position:0 -740px}.flag.flag-bwa[data-v-11ef7cdd],.flag.flag-bw[data-v-11ef7cdd],.flag.flag-bot[data-v-11ef7cdd]{background-position:0 -760px}.flag.flag-caf[data-v-11ef7cdd],.flag.flag-cf[data-v-11ef7cdd]{background-position:0 -780px}.flag.flag-can[data-v-11ef7cdd],.flag.flag-ca[data-v-11ef7cdd]{background-position:0 -800px}.flag.flag-cck[data-v-11ef7cdd],.flag.flag-cc[data-v-11ef7cdd]{background-position:0 -820px}.flag.flag-che[data-v-11ef7cdd],.flag.flag-ch[data-v-11ef7cdd],.flag.flag-sui[data-v-11ef7cdd]{background-position:0 -840px}.flag.flag-chl[data-v-11ef7cdd],.flag.flag-cl[data-v-11ef7cdd],.flag.flag-chi[data-v-11ef7cdd]{background-position:0 -860px}.flag.flag-chn[data-v-11ef7cdd],.flag.flag-cn[data-v-11ef7cdd]{background-position:0 -880px}.flag.flag-civ[data-v-11ef7cdd],.flag.flag-ci[data-v-11ef7cdd]{background-position:0 -900px}.flag.flag-cmr[data-v-11ef7cdd],.flag.flag-cm[data-v-11ef7cdd]{background-position:0 -920px}.flag.flag-cod[data-v-11ef7cdd],.flag.flag-cd[data-v-11ef7cdd],.flag.flag-zai[data-v-11ef7cdd]{background-position:0 -940px}.flag.flag-cog[data-v-11ef7cdd],.flag.flag-cg[data-v-11ef7cdd],.flag.flag-cgo[data-v-11ef7cdd]{background-position:0 -960px}.flag.flag-cok[data-v-11ef7cdd],.flag.flag-ck[data-v-11ef7cdd]{background-position:0 -980px}.flag.flag-col[data-v-11ef7cdd],.flag.flag-co[data-v-11ef7cdd]{background-position:0 -1000px}.flag.flag-com[data-v-11ef7cdd],.flag.flag-km[data-v-11ef7cdd]{background-position:0 -1020px}.flag.flag-cpv[data-v-11ef7cdd],.flag.flag-cv[data-v-11ef7cdd]{background-position:0 -1040px}.flag.flag-cri[data-v-11ef7cdd],.flag.flag-cr[data-v-11ef7cdd],.flag.flag-crc[data-v-11ef7cdd]{background-position:0 -1060px}.flag.flag-cub[data-v-11ef7cdd],.flag.flag-cu[data-v-11ef7cdd]{background-position:0 -1080px}.flag.flag-cuw[data-v-11ef7cdd]{background-position:0 -1100px}.flag.flag-cxr[data-v-11ef7cdd],.flag.flag-cx[data-v-11ef7cdd]{background-position:0 -1120px}.flag.flag-cym[data-v-11ef7cdd],.flag.flag-ky[data-v-11ef7cdd],.flag.flag-cay[data-v-11ef7cdd]{background-position:0 -1140px}.flag.flag-cyp[data-v-11ef7cdd],.flag.flag-cy[data-v-11ef7cdd]{background-position:0 -1160px}.flag.flag-cze[data-v-11ef7cdd],.flag.flag-cz[data-v-11ef7cdd]{background-position:0 -1180px}.flag.flag-deu[data-v-11ef7cdd],.flag.flag-de[data-v-11ef7cdd],.flag.flag-ger[data-v-11ef7cdd]{background-position:0 -1200px}.flag.flag-dji[data-v-11ef7cdd],.flag.flag-dj[data-v-11ef7cdd]{background-position:0 -1220px}.flag.flag-dma[data-v-11ef7cdd],.flag.flag-dm[data-v-11ef7cdd]{background-position:0 -1240px}.flag.flag-dnk[data-v-11ef7cdd],.flag.flag-dk[data-v-11ef7cdd],.flag.flag-den[data-v-11ef7cdd]{background-position:0 -1260px}.flag.flag-dom[data-v-11ef7cdd],.flag.flag-do[data-v-11ef7cdd]{background-position:0 -1280px}.flag.flag-dza[data-v-11ef7cdd],.flag.flag-dz[data-v-11ef7cdd],.flag.flag-alg[data-v-11ef7cdd]{background-position:0 -1300px}.flag.flag-ecu[data-v-11ef7cdd],.flag.flag-ec[data-v-11ef7cdd]{background-position:0 -1320px}.flag.flag-egy[data-v-11ef7cdd],.flag.flag-eg[data-v-11ef7cdd]{background-position:0 -1340px}.flag.flag-eng[data-v-11ef7cdd]{background-position:0 -1360px}.flag.flag-eri[data-v-11ef7cdd],.flag.flag-er[data-v-11ef7cdd]{background-position:0 -1380px}.flag.flag-esp[data-v-11ef7cdd],.flag.flag-es[data-v-11ef7cdd]{background-position:0 -1400px}.flag.flag-est[data-v-11ef7cdd],.flag.flag-ee[data-v-11ef7cdd]{background-position:0 -1420px}.flag.flag-eth[data-v-11ef7cdd],.flag.flag-et[data-v-11ef7cdd]{background-position:0 -1440px}.flag.flag-eur[data-v-11ef7cdd]{background-position:0 -1460px}.flag.flag-fai[data-v-11ef7cdd]{background-position:0 -1480px}.flag.flag-fin[data-v-11ef7cdd],.flag.flag-fi[data-v-11ef7cdd]{background-position:0 -1500px}.flag.flag-fji[data-v-11ef7cdd],.flag.flag-fj[data-v-11ef7cdd],.flag.flag-fij[data-v-11ef7cdd]{background-position:0 -1520px}.flag.flag-flk[data-v-11ef7cdd],.flag.flag-fk[data-v-11ef7cdd]{background-position:0 -1540px}.flag.flag-fra[data-v-11ef7cdd],.flag.flag-fr[data-v-11ef7cdd]{background-position:0 -1560px}.flag.flag-fro[data-v-11ef7cdd],.flag.flag-fo[data-v-11ef7cdd]{background-position:0 -1580px}.flag.flag-fsm[data-v-11ef7cdd],.flag.flag-fm[data-v-11ef7cdd]{background-position:0 -1600px}.flag.flag-gab[data-v-11ef7cdd],.flag.flag-ga[data-v-11ef7cdd]{background-position:0 -1620px}.flag.flag-gbr[data-v-11ef7cdd],.flag.flag-gb[data-v-11ef7cdd]{background-position:0 -1640px}.flag.flag-geo[data-v-11ef7cdd],.flag.flag-ge[data-v-11ef7cdd]{background-position:0 -1660px}.flag.flag-ggy[data-v-11ef7cdd],.flag.flag-gg[data-v-11ef7cdd]{background-position:0 -1680px}.flag.flag-gha[data-v-11ef7cdd],.flag.flag-gh[data-v-11ef7cdd]{background-position:0 -1700px}.flag.flag-gib[data-v-11ef7cdd],.flag.flag-gi[data-v-11ef7cdd]{background-position:0 -1720px}.flag.flag-gin[data-v-11ef7cdd],.flag.flag-gn[data-v-11ef7cdd],.flag.flag-gui[data-v-11ef7cdd]{background-position:0 -1740px}.flag.flag-glp[data-v-11ef7cdd],.flag.flag-gp[data-v-11ef7cdd]{background-position:0 -1760px}.flag.flag-gmb[data-v-11ef7cdd],.flag.flag-gm[data-v-11ef7cdd],.flag.flag-gam[data-v-11ef7cdd]{background-position:0 -1780px}.flag.flag-gnb[data-v-11ef7cdd],.flag.flag-gw[data-v-11ef7cdd],.flag.flag-gbs[data-v-11ef7cdd]{background-position:0 -1800px}.flag.flag-gnq[data-v-11ef7cdd],.flag.flag-gq[data-v-11ef7cdd],.flag.flag-geq[data-v-11ef7cdd]{background-position:0 -1820px}.flag.flag-grc[data-v-11ef7cdd],.flag.flag-gr[data-v-11ef7cdd],.flag.flag-gre[data-v-11ef7cdd]{background-position:0 -1840px}.flag.flag-grd[data-v-11ef7cdd],.flag.flag-gd[data-v-11ef7cdd],.flag.flag-grn[data-v-11ef7cdd]{background-position:0 -1860px}.flag.flag-grl[data-v-11ef7cdd],.flag.flag-gl[data-v-11ef7cdd]{background-position:0 -1880px}.flag.flag-gtm[data-v-11ef7cdd],.flag.flag-gt[data-v-11ef7cdd]{background-position:0 -1900px}.flag.flag-guf[data-v-11ef7cdd],.flag.flag-gf[data-v-11ef7cdd]{background-position:0 -1920px}.flag.flag-gum[data-v-11ef7cdd],.flag.flag-gu[data-v-11ef7cdd]{background-position:0 -1940px}.flag.flag-guy[data-v-11ef7cdd],.flag.flag-gy[data-v-11ef7cdd]{background-position:0 -1960px}.flag.flag-hkg[data-v-11ef7cdd],.flag.flag-hk[data-v-11ef7cdd]{background-position:0 -1980px}.flag.flag-hmd[data-v-11ef7cdd],.flag.flag-hm[data-v-11ef7cdd]{background-position:0 -2000px}.flag.flag-hnd[data-v-11ef7cdd],.flag.flag-hn[data-v-11ef7cdd],.flag.flag-hon[data-v-11ef7cdd]{background-position:0 -2020px}.flag.flag-hrv[data-v-11ef7cdd],.flag.flag-hr[data-v-11ef7cdd],.flag.flag-cro[data-v-11ef7cdd]{background-position:0 -2040px}.flag.flag-hti[data-v-11ef7cdd],.flag.flag-ht[data-v-11ef7cdd],.flag.flag-hai[data-v-11ef7cdd]{background-position:0 -2060px}.flag.flag-hun[data-v-11ef7cdd],.flag.flag-hu[data-v-11ef7cdd]{background-position:0 -2080px}.flag.flag-idn[data-v-11ef7cdd],.flag.flag-id[data-v-11ef7cdd],.flag.flag-ina[data-v-11ef7cdd]{background-position:0 -2100px}.flag.flag-imn[data-v-11ef7cdd]{background-position:0 -2120px}.flag.flag-ind[data-v-11ef7cdd],.flag.flag-in[data-v-11ef7cdd]{background-position:0 -2140px}.flag.flag-iot[data-v-11ef7cdd],.flag.flag-io[data-v-11ef7cdd]{background-position:0 -2160px}.flag.flag-irl[data-v-11ef7cdd],.flag.flag-ie[data-v-11ef7cdd]{background-position:0 -2180px}.flag.flag-irn[data-v-11ef7cdd],.flag.flag-ir[data-v-11ef7cdd],.flag.flag-iri[data-v-11ef7cdd]{background-position:0 -2200px}.flag.flag-irq[data-v-11ef7cdd],.flag.flag-iq[data-v-11ef7cdd]{background-position:0 -2220px}.flag.flag-isl[data-v-11ef7cdd],.flag.flag-is[data-v-11ef7cdd]{background-position:0 -2240px}.flag.flag-isr[data-v-11ef7cdd],.flag.flag-il[data-v-11ef7cdd]{background-position:0 -2260px}.flag.flag-ita[data-v-11ef7cdd],.flag.flag-it[data-v-11ef7cdd]{background-position:0 -2281px}.flag.flag-jam[data-v-11ef7cdd],.flag.flag-jm[data-v-11ef7cdd]{background-position:0 -2300px}.flag.flag-jey[data-v-11ef7cdd]{background-position:0 -2320px}.flag.flag-jor[data-v-11ef7cdd],.flag.flag-jo[data-v-11ef7cdd]{background-position:0 -2340px}.flag.flag-jpn[data-v-11ef7cdd],.flag.flag-jp[data-v-11ef7cdd]{background-position:0 -2360px}.flag.flag-kaz[data-v-11ef7cdd],.flag.flag-kz[data-v-11ef7cdd]{background-position:0 -2380px}.flag.flag-ken[data-v-11ef7cdd],.flag.flag-ke[data-v-11ef7cdd]{background-position:0 -2400px}.flag.flag-kgz[data-v-11ef7cdd],.flag.flag-kg[data-v-11ef7cdd]{background-position:0 -2420px}.flag.flag-khm[data-v-11ef7cdd],.flag.flag-kg[data-v-11ef7cdd],.flag.flag-cam[data-v-11ef7cdd]{background-position:0 -2440px}.flag.flag-kir[data-v-11ef7cdd],.flag.flag-ki[data-v-11ef7cdd]{background-position:0 -2460px}.flag.flag-kna[data-v-11ef7cdd],.flag.flag-kn[data-v-11ef7cdd],.flag.flag-skn[data-v-11ef7cdd]{background-position:0 -2480px}.flag.flag-kor[data-v-11ef7cdd],.flag.flag-kr[data-v-11ef7cdd]{background-position:0 -2500px}.flag.flag-kos[data-v-11ef7cdd]{background-position:0 -2520px}.flag.flag-kwt[data-v-11ef7cdd],.flag.flag-kw[data-v-11ef7cdd],.flag.flag-kuw[data-v-11ef7cdd]{background-position:0 -2540px}.flag.flag-lao[data-v-11ef7cdd],.flag.flag-la[data-v-11ef7cdd]{background-position:0 -2560px}.flag.flag-lbn[data-v-11ef7cdd],.flag.flag-lb[data-v-11ef7cdd]{background-position:0 -2580px}.flag.flag-lbr[data-v-11ef7cdd],.flag.flag-lr[data-v-11ef7cdd]{background-position:0 -2600px}.flag.flag-lby[data-v-11ef7cdd],.flag.flag-ly[data-v-11ef7cdd],.flag.flag-lba[data-v-11ef7cdd]{background-position:0 -2620px}.flag.flag-lca[data-v-11ef7cdd],.flag.flag-lc[data-v-11ef7cdd]{background-position:0 -2640px}.flag.flag-lie[data-v-11ef7cdd],.flag.flag-li[data-v-11ef7cdd]{background-position:0 -2660px}.flag.flag-lka[data-v-11ef7cdd],.flag.flag-lk[data-v-11ef7cdd],.flag.flag-sri[data-v-11ef7cdd]{background-position:0 -2680px}.flag.flag-lso[data-v-11ef7cdd],.flag.flag-ls[data-v-11ef7cdd],.flag.flag-les[data-v-11ef7cdd]{background-position:0 -2700px}.flag.flag-ltu[data-v-11ef7cdd],.flag.flag-lt[data-v-11ef7cdd]{background-position:0 -2720px}.flag.flag-lux[data-v-11ef7cdd],.flag.flag-lu[data-v-11ef7cdd]{background-position:0 -2740px}.flag.flag-lva[data-v-11ef7cdd],.flag.flag-lv[data-v-11ef7cdd],.flag.flag-lat[data-v-11ef7cdd]{background-position:0 -2760px}.flag.flag-mac[data-v-11ef7cdd],.flag.flag-mo[data-v-11ef7cdd]{background-position:0 -2780px}.flag.flag-maf[data-v-11ef7cdd],.flag.flag-mf[data-v-11ef7cdd]{background-position:0 -2800px}.flag.flag-mar[data-v-11ef7cdd],.flag.flag-ma[data-v-11ef7cdd]{background-position:0 -2820px}.flag.flag-mco[data-v-11ef7cdd],.flag.flag-mc[data-v-11ef7cdd],.flag.flag-mon[data-v-11ef7cdd]{background-position:0 -2840px}.flag.flag-mda[data-v-11ef7cdd],.flag.flag-md[data-v-11ef7cdd]{background-position:0 -2860px}.flag.flag-mdg[data-v-11ef7cdd],.flag.flag-mg[data-v-11ef7cdd],.flag.flag-mad[data-v-11ef7cdd]{background-position:0 -2880px}.flag.flag-mdv[data-v-11ef7cdd],.flag.flag-mv[data-v-11ef7cdd]{background-position:0 -2900px}.flag.flag-mex[data-v-11ef7cdd],.flag.flag-mx[data-v-11ef7cdd]{background-position:0 -2920px}.flag.flag-mhl[data-v-11ef7cdd],.flag.flag-mh[data-v-11ef7cdd]{background-position:0 -2940px}.flag.flag-mkd[data-v-11ef7cdd],.flag.flag-mk[data-v-11ef7cdd]{background-position:0 -2960px}.flag.flag-mli[data-v-11ef7cdd],.flag.flag-ml[data-v-11ef7cdd]{background-position:0 -2980px}.flag.flag-mlt[data-v-11ef7cdd],.flag.flag-mt[data-v-11ef7cdd]{background-position:0 -3000px}.flag.flag-mmr[data-v-11ef7cdd],.flag.flag-mm[data-v-11ef7cdd],.flag.flag-mya[data-v-11ef7cdd]{background-position:0 -3020px}.flag.flag-mne[data-v-11ef7cdd],.flag.flag-me[data-v-11ef7cdd]{background-position:0 -3040px}.flag.flag-mng[data-v-11ef7cdd],.flag.flag-mn[data-v-11ef7cdd],.flag.flag-mgl[data-v-11ef7cdd]{background-position:0 -3060px}.flag.flag-mnp[data-v-11ef7cdd],.flag.flag-mp[data-v-11ef7cdd]{background-position:0 -3080px}.flag.flag-moz[data-v-11ef7cdd],.flag.flag-mz[data-v-11ef7cdd]{background-position:0 -3100px}.flag.flag-mrt[data-v-11ef7cdd],.flag.flag-mr[data-v-11ef7cdd],.flag.flag-mtn[data-v-11ef7cdd]{background-position:0 -3120px}.flag.flag-msr[data-v-11ef7cdd],.flag.flag-ms[data-v-11ef7cdd]{background-position:0 -3140px}.flag.flag-mtq[data-v-11ef7cdd],.flag.flag-mq[data-v-11ef7cdd]{background-position:0 -3160px}.flag.flag-mus[data-v-11ef7cdd],.flag.flag-mu[data-v-11ef7cdd],.flag.flag-mri[data-v-11ef7cdd]{background-position:0 -3180px}.flag.flag-mwi[data-v-11ef7cdd],.flag.flag-mw[data-v-11ef7cdd],.flag.flag-maw[data-v-11ef7cdd]{background-position:0 -3200px}.flag.flag-mys[data-v-11ef7cdd],.flag.flag-my[data-v-11ef7cdd],.flag.flag-mas[data-v-11ef7cdd]{background-position:0 -3220px}.flag.flag-myt[data-v-11ef7cdd],.flag.flag-yt[data-v-11ef7cdd]{background-position:0 -3240px}.flag.flag-nam[data-v-11ef7cdd],.flag.flag-na[data-v-11ef7cdd]{background-position:0 -3260px}.flag.flag-ncl[data-v-11ef7cdd],.flag.flag-nc[data-v-11ef7cdd]{background-position:0 -3280px}.flag.flag-ner[data-v-11ef7cdd],.flag.flag-ne[data-v-11ef7cdd],.flag.flag-nig[data-v-11ef7cdd]{background-position:0 -3300px}.flag.flag-nfk[data-v-11ef7cdd],.flag.flag-nf[data-v-11ef7cdd]{background-position:0 -3320px}.flag.flag-nga[data-v-11ef7cdd],.flag.flag-ng[data-v-11ef7cdd],.flag.flag-ngr[data-v-11ef7cdd]{background-position:0 -3340px}.flag.flag-nic[data-v-11ef7cdd],.flag.flag-ni[data-v-11ef7cdd],.flag.flag-nca[data-v-11ef7cdd]{background-position:0 -3360px}.flag.flag-nir[data-v-11ef7cdd]{background-position:0 -3380px}.flag.flag-niu[data-v-11ef7cdd],.flag.flag-nu[data-v-11ef7cdd]{background-position:0 -3400px}.flag.flag-nld[data-v-11ef7cdd],.flag.flag-nl[data-v-11ef7cdd],.flag.flag-ned[data-v-11ef7cdd]{background-position:0 -3420px}.flag.flag-nor[data-v-11ef7cdd],.flag.flag-no[data-v-11ef7cdd]{background-position:0 -3440px}.flag.flag-npl[data-v-11ef7cdd],.flag.flag-np[data-v-11ef7cdd],.flag.flag-nep[data-v-11ef7cdd]{background-position:0 -3460px}.flag.flag-nru[data-v-11ef7cdd],.flag.flag-nr[data-v-11ef7cdd]{background-position:0 -3480px}.flag.flag-nzl[data-v-11ef7cdd],.flag.flag-nz[data-v-11ef7cdd]{background-position:0 -3500px}.flag.flag-omn[data-v-11ef7cdd],.flag.flag-om[data-v-11ef7cdd],.flag.flag-oma[data-v-11ef7cdd]{background-position:0 -3520px}.flag.flag-pak[data-v-11ef7cdd],.flag.flag-pk[data-v-11ef7cdd]{background-position:0 -3540px}.flag.flag-pan[data-v-11ef7cdd],.flag.flag-pa[data-v-11ef7cdd]{background-position:0 -3560px}.flag.flag-pcn[data-v-11ef7cdd],.flag.flag-pn[data-v-11ef7cdd]{background-position:0 -3580px}.flag.flag-per[data-v-11ef7cdd],.flag.flag-pe[data-v-11ef7cdd]{background-position:0 -3600px}.flag.flag-phl[data-v-11ef7cdd],.flag.flag-ph[data-v-11ef7cdd],.flag.flag-phi[data-v-11ef7cdd]{background-position:0 -3620px}.flag.flag-plw[data-v-11ef7cdd],.flag.flag-pw[data-v-11ef7cdd]{background-position:0 -3640px}.flag.flag-png[data-v-11ef7cdd],.flag.flag-pg[data-v-11ef7cdd]{background-position:0 -3660px}.flag.flag-pol[data-v-11ef7cdd],.flag.flag-pl[data-v-11ef7cdd]{background-position:0 -3680px}.flag.flag-pri[data-v-11ef7cdd],.flag.flag-pr[data-v-11ef7cdd],.flag.flag-pur[data-v-11ef7cdd]{background-position:0 -3700px}.flag.flag-prk[data-v-11ef7cdd],.flag.flag-kp[data-v-11ef7cdd]{background-position:0 -3720px}.flag.flag-prt[data-v-11ef7cdd],.flag.flag-pt[data-v-11ef7cdd],.flag.flag-por[data-v-11ef7cdd]{background-position:0 -3740px}.flag.flag-pry[data-v-11ef7cdd],.flag.flag-py[data-v-11ef7cdd],.flag.flag-par[data-v-11ef7cdd]{background-position:0 -3760px}.flag.flag-pse[data-v-11ef7cdd],.flag.flag-ps[data-v-11ef7cdd]{background-position:0 -3780px}.flag.flag-pyf[data-v-11ef7cdd],.flag.flag-pf[data-v-11ef7cdd]{background-position:0 -3800px}.flag.flag-qat[data-v-11ef7cdd],.flag.flag-qa[data-v-11ef7cdd]{background-position:0 -3820px}.flag.flag-reu[data-v-11ef7cdd],.flag.flag-re[data-v-11ef7cdd]{background-position:0 -3840px}.flag.flag-rou[data-v-11ef7cdd],.flag.flag-ro[data-v-11ef7cdd]{background-position:0 -3860px}.flag.flag-rus[data-v-11ef7cdd],.flag.flag-ru[data-v-11ef7cdd]{background-position:0 -3880px}.flag.flag-rwa[data-v-11ef7cdd],.flag.flag-rw[data-v-11ef7cdd]{background-position:0 -3900px}.flag.flag-sau[data-v-11ef7cdd],.flag.flag-sa[data-v-11ef7cdd],.flag.flag-ksa[data-v-11ef7cdd]{background-position:0 -3920px}.flag.flag-sco[data-v-11ef7cdd]{background-position:0 -3940px}.flag.flag-sct[data-v-11ef7cdd]{background-position:0 -3960px}.flag.flag-sdn[data-v-11ef7cdd],.flag.flag-sd[data-v-11ef7cdd],.flag.flag-sud[data-v-11ef7cdd]{background-position:0 -3980px}.flag.flag-sen[data-v-11ef7cdd],.flag.flag-sn[data-v-11ef7cdd]{background-position:0 -4000px}.flag.flag-sgp[data-v-11ef7cdd],.flag.flag-sg[data-v-11ef7cdd]{background-position:0 -4020px}.flag.flag-sgs[data-v-11ef7cdd],.flag.flag-gs[data-v-11ef7cdd]{background-position:0 -4040px}.flag.flag-shn[data-v-11ef7cdd],.flag.flag-sh[data-v-11ef7cdd]{background-position:0 -4060px}.flag.flag-sjm[data-v-11ef7cdd]{background-position:0 -4080px}.flag.flag-slb[data-v-11ef7cdd],.flag.flag-sb[data-v-11ef7cdd],.flag.flag-sol[data-v-11ef7cdd]{background-position:0 -4100px}.flag.flag-sle[data-v-11ef7cdd],.flag.flag-sl[data-v-11ef7cdd]{background-position:0 -4120px}.flag.flag-slv[data-v-11ef7cdd],.flag.flag-sv[data-v-11ef7cdd],.flag.flag-esa[data-v-11ef7cdd]{background-position:0 -4140px}.flag.flag-smr[data-v-11ef7cdd],.flag.flag-sm[data-v-11ef7cdd]{background-position:0 -4160px}.flag.flag-som[data-v-11ef7cdd],.flag.flag-so[data-v-11ef7cdd]{background-position:0 -4180px}.flag.flag-spm[data-v-11ef7cdd],.flag.flag-pm[data-v-11ef7cdd]{background-position:0 -4200px}.flag.flag-srb[data-v-11ef7cdd],.flag.flag-rs[data-v-11ef7cdd]{background-position:0 -4220px}.flag.flag-ssd[data-v-11ef7cdd]{background-position:0 -4240px}.flag.flag-stp[data-v-11ef7cdd],.flag.flag-st[data-v-11ef7cdd]{background-position:0 -4260px}.flag.flag-sur[data-v-11ef7cdd],.flag.flag-sr[data-v-11ef7cdd]{background-position:0 -4280px}.flag.flag-svk[data-v-11ef7cdd],.flag.flag-sk[data-v-11ef7cdd]{background-position:0 -4300px}.flag.flag-svn[data-v-11ef7cdd],.flag.flag-si[data-v-11ef7cdd],.flag.flag-slo[data-v-11ef7cdd]{background-position:0 -4320px}.flag.flag-swe[data-v-11ef7cdd],.flag.flag-se[data-v-11ef7cdd]{background-position:0 -4340px}.flag.flag-swz[data-v-11ef7cdd],.flag.flag-sz[data-v-11ef7cdd]{background-position:0 -4360px}.flag.flag-sxm[data-v-11ef7cdd]{background-position:0 -4380px}.flag.flag-syc[data-v-11ef7cdd],.flag.flag-sc[data-v-11ef7cdd],.flag.flag-sey[data-v-11ef7cdd]{background-position:0 -4400px}.flag.flag-syr[data-v-11ef7cdd],.flag.flag-sy[data-v-11ef7cdd]{background-position:0 -4420px}.flag.flag-tca[data-v-11ef7cdd],.flag.flag-tc[data-v-11ef7cdd]{background-position:0 -4440px}.flag.flag-tcd[data-v-11ef7cdd],.flag.flag-td[data-v-11ef7cdd],.flag.flag-cha[data-v-11ef7cdd]{background-position:0 -4460px}.flag.flag-tgo[data-v-11ef7cdd],.flag.flag-tg[data-v-11ef7cdd],.flag.flag-tog[data-v-11ef7cdd]{background-position:0 -4480px}.flag.flag-tha[data-v-11ef7cdd],.flag.flag-th[data-v-11ef7cdd]{background-position:0 -4500px}.flag.flag-tjk[data-v-11ef7cdd],.flag.flag-tj[data-v-11ef7cdd]{background-position:0 -4520px}.flag.flag-tkl[data-v-11ef7cdd],.flag.flag-tk[data-v-11ef7cdd]{background-position:0 -4540px}.flag.flag-tkm[data-v-11ef7cdd],.flag.flag-tm[data-v-11ef7cdd]{background-position:0 -4560px}.flag.flag-tls[data-v-11ef7cdd],.flag.flag-tl[data-v-11ef7cdd]{background-position:0 -4580px}.flag.flag-ton[data-v-11ef7cdd],.flag.flag-to[data-v-11ef7cdd],.flag.flag-tga[data-v-11ef7cdd]{background-position:0 -4600px}.flag.flag-tpe[data-v-11ef7cdd]{background-position:0 -4620px}.flag.flag-tto[data-v-11ef7cdd],.flag.flag-tt[data-v-11ef7cdd],.flag.flag-tri[data-v-11ef7cdd]{background-position:0 -4640px}.flag.flag-tun[data-v-11ef7cdd],.flag.flag-tn[data-v-11ef7cdd]{background-position:0 -4660px}.flag.flag-tur[data-v-11ef7cdd],.flag.flag-tr[data-v-11ef7cdd]{background-position:0 -4680px}.flag.flag-tuv[data-v-11ef7cdd],.flag.flag-tv[data-v-11ef7cdd]{background-position:0 -4700px}.flag.flag-twn[data-v-11ef7cdd],.flag.flag-tw[data-v-11ef7cdd]{background-position:0 -4720px}.flag.flag-twn2[data-v-11ef7cdd]{background-position:0 -4740px}.flag.flag-tza[data-v-11ef7cdd],.flag.flag-tz[data-v-11ef7cdd],.flag.flag-tan[data-v-11ef7cdd]{background-position:0 -4760px}.flag.flag-uga[data-v-11ef7cdd],.flag.flag-ug[data-v-11ef7cdd]{background-position:0 -4780px}.flag.flag-ukr[data-v-11ef7cdd],.flag.flag-ua[data-v-11ef7cdd]{background-position:0 -4800px}.flag.flag-umi[data-v-11ef7cdd],.flag.flag-um[data-v-11ef7cdd]{background-position:0 -4820px}.flag.flag-ury[data-v-11ef7cdd],.flag.flag-uy[data-v-11ef7cdd],.flag.flag-uru[data-v-11ef7cdd]{background-position:0 -4840px}.flag.flag-usa[data-v-11ef7cdd],.flag.flag-us[data-v-11ef7cdd]{background-position:0 -4860px}.flag.flag-uzb[data-v-11ef7cdd],.flag.flag-uz[data-v-11ef7cdd]{background-position:0 -4880px}.flag.flag-vat[data-v-11ef7cdd],.flag.flag-va[data-v-11ef7cdd]{background-position:0 -4900px}.flag.flag-vct[data-v-11ef7cdd],.flag.flag-vc[data-v-11ef7cdd],.flag.flag-vin[data-v-11ef7cdd]{background-position:0 -4920px}.flag.flag-ven[data-v-11ef7cdd],.flag.flag-ve[data-v-11ef7cdd]{background-position:0 -4940px}.flag.flag-vgb[data-v-11ef7cdd],.flag.flag-vg[data-v-11ef7cdd],.flag.flag-ivb[data-v-11ef7cdd]{background-position:0 -4960px}.flag.flag-vir[data-v-11ef7cdd],.flag.flag-vi[data-v-11ef7cdd],.flag.flag-isv[data-v-11ef7cdd]{background-position:0 -4980px}.flag.flag-vnm[data-v-11ef7cdd],.flag.flag-vn[data-v-11ef7cdd],.flag.flag-vie[data-v-11ef7cdd]{background-position:0 -5000px}.flag.flag-vut[data-v-11ef7cdd],.flag.flag-vu[data-v-11ef7cdd],.flag.flag-van[data-v-11ef7cdd]{background-position:0 -5020px}.flag.flag-wal[data-v-11ef7cdd]{background-position:0 -5040px}.flag.flag-wlf[data-v-11ef7cdd],.flag.flag-wf[data-v-11ef7cdd]{background-position:0 -5060px}.flag.flag-wsm[data-v-11ef7cdd],.flag.flag-ws[data-v-11ef7cdd],.flag.flag-sam[data-v-11ef7cdd]{background-position:0 -5080px}.flag.flag-yem[data-v-11ef7cdd],.flag.flag-ye[data-v-11ef7cdd]{background-position:0 -5100px}.flag.flag-zaf[data-v-11ef7cdd],.flag.flag-za[data-v-11ef7cdd],.flag.flag-rsa[data-v-11ef7cdd]{background-position:0 -5120px}.flag.flag-zmb[data-v-11ef7cdd],.flag.flag-zm[data-v-11ef7cdd],.flag.flag-zam[data-v-11ef7cdd]{background-position:0 -5140px}.flag.flag-zwe[data-v-11ef7cdd],.flag.flag-zw[data-v-11ef7cdd],.flag.flag-zim[data-v-11ef7cdd]{background-position:0 -5160px}.flag-big[data-v-11ef7cdd]{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw[data-v-11ef7cdd],.flag-big.flag-aw[data-v-11ef7cdd],.flag-big.flag-aru[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg[data-v-11ef7cdd],.flag-big.flag-af[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago[data-v-11ef7cdd],.flag-big.flag-ao[data-v-11ef7cdd],.flag-big.flag-ang[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia[data-v-11ef7cdd],.flag-big.flag-ai[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala[data-v-11ef7cdd]{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb[data-v-11ef7cdd],.flag-big.flag-al[data-v-11ef7cdd]{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and[data-v-11ef7cdd],.flag-big.flag-ad[data-v-11ef7cdd]{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant[data-v-11ef7cdd],.flag-big.flag-an[data-v-11ef7cdd],.flag-big.flag-aho[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are[data-v-11ef7cdd],.flag-big.flag-ae[data-v-11ef7cdd],.flag-big.flag-uae[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg[data-v-11ef7cdd],.flag-big.flag-ar[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm[data-v-11ef7cdd],.flag-big.flag-am[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm[data-v-11ef7cdd],.flag-big.flag-as[data-v-11ef7cdd],.flag-big.flag-asa[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf[data-v-11ef7cdd],.flag-big.flag-tf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg[data-v-11ef7cdd],.flag-big.flag-ag[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus[data-v-11ef7cdd],.flag-big.flag-au[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut[data-v-11ef7cdd],.flag-big.flag-at[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze[data-v-11ef7cdd],.flag-big.flag-az[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi[data-v-11ef7cdd],.flag-big.flag-bi[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel[data-v-11ef7cdd],.flag-big.flag-be[data-v-11ef7cdd]{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben[data-v-11ef7cdd],.flag-big.flag-bj[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa[data-v-11ef7cdd],.flag-big.flag-bf[data-v-11ef7cdd],.flag-big.flag-bur[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd[data-v-11ef7cdd],.flag-big.flag-bd[data-v-11ef7cdd],.flag-big.flag-ban[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr[data-v-11ef7cdd],.flag-big.flag-bg[data-v-11ef7cdd],.flag-big.flag-bul[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr[data-v-11ef7cdd],.flag-big.flag-bh[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs[data-v-11ef7cdd],.flag-big.flag-bs[data-v-11ef7cdd],.flag-big.flag-bah[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih[data-v-11ef7cdd],.flag-big.flag-ba[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr[data-v-11ef7cdd],.flag-big.flag-by[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz[data-v-11ef7cdd],.flag-big.flag-bz[data-v-11ef7cdd],.flag-big.flag-biz[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu[data-v-11ef7cdd],.flag-big.flag-bm[data-v-11ef7cdd],.flag-big.flag-ber[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol[data-v-11ef7cdd],.flag-big.flag-bo[data-v-11ef7cdd]{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra[data-v-11ef7cdd],.flag-big.flag-br[data-v-11ef7cdd]{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb[data-v-11ef7cdd],.flag-big.flag-bb[data-v-11ef7cdd],.flag-big.flag-bar[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn[data-v-11ef7cdd],.flag-big.flag-bn[data-v-11ef7cdd],.flag-big.flag-bru[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn[data-v-11ef7cdd],.flag-big.flag-bt[data-v-11ef7cdd],.flag-big.flag-bhu[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt[data-v-11ef7cdd],.flag-big.flag-bv[data-v-11ef7cdd]{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa[data-v-11ef7cdd],.flag-big.flag-bw[data-v-11ef7cdd],.flag-big.flag-bot[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf[data-v-11ef7cdd],.flag-big.flag-cf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can[data-v-11ef7cdd],.flag-big.flag-ca[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck[data-v-11ef7cdd],.flag-big.flag-cc[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che[data-v-11ef7cdd],.flag-big.flag-ch[data-v-11ef7cdd],.flag-big.flag-sui[data-v-11ef7cdd]{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl[data-v-11ef7cdd],.flag-big.flag-cl[data-v-11ef7cdd],.flag-big.flag-chi[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn[data-v-11ef7cdd],.flag-big.flag-cn[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ[data-v-11ef7cdd],.flag-big.flag-ci[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr[data-v-11ef7cdd],.flag-big.flag-cm[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod[data-v-11ef7cdd],.flag-big.flag-cd[data-v-11ef7cdd],.flag-big.flag-zai[data-v-11ef7cdd]{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog[data-v-11ef7cdd],.flag-big.flag-cg[data-v-11ef7cdd],.flag-big.flag-cgo[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok[data-v-11ef7cdd],.flag-big.flag-ck[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col[data-v-11ef7cdd],.flag-big.flag-co[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com[data-v-11ef7cdd],.flag-big.flag-km[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv[data-v-11ef7cdd],.flag-big.flag-cv[data-v-11ef7cdd]{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri[data-v-11ef7cdd],.flag-big.flag-cr[data-v-11ef7cdd],.flag-big.flag-crc[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub[data-v-11ef7cdd],.flag-big.flag-cu[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr[data-v-11ef7cdd],.flag-big.flag-cx[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym[data-v-11ef7cdd],.flag-big.flag-ky[data-v-11ef7cdd],.flag-big.flag-cay[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp[data-v-11ef7cdd],.flag-big.flag-cy[data-v-11ef7cdd]{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze[data-v-11ef7cdd],.flag-big.flag-cz[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu[data-v-11ef7cdd],.flag-big.flag-de[data-v-11ef7cdd],.flag-big.flag-ger[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji[data-v-11ef7cdd],.flag-big.flag-dj[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma[data-v-11ef7cdd],.flag-big.flag-dm[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk[data-v-11ef7cdd],.flag-big.flag-dk[data-v-11ef7cdd],.flag-big.flag-den[data-v-11ef7cdd]{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom[data-v-11ef7cdd],.flag-big.flag-do[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza[data-v-11ef7cdd],.flag-big.flag-dz[data-v-11ef7cdd],.flag-big.flag-alg[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu[data-v-11ef7cdd],.flag-big.flag-ec[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy[data-v-11ef7cdd],.flag-big.flag-eg[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri[data-v-11ef7cdd],.flag-big.flag-er[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp[data-v-11ef7cdd],.flag-big.flag-es[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est[data-v-11ef7cdd],.flag-big.flag-ee[data-v-11ef7cdd]{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth[data-v-11ef7cdd],.flag-big.flag-et[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin[data-v-11ef7cdd],.flag-big.flag-fi[data-v-11ef7cdd]{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji[data-v-11ef7cdd],.flag-big.flag-fj[data-v-11ef7cdd],.flag-big.flag-fij[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk[data-v-11ef7cdd],.flag-big.flag-fk[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra[data-v-11ef7cdd],.flag-big.flag-fr[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro[data-v-11ef7cdd],.flag-big.flag-fo[data-v-11ef7cdd]{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm[data-v-11ef7cdd],.flag-big.flag-fm[data-v-11ef7cdd]{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab[data-v-11ef7cdd],.flag-big.flag-ga[data-v-11ef7cdd]{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr[data-v-11ef7cdd],.flag-big.flag-gb[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo[data-v-11ef7cdd],.flag-big.flag-ge[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy[data-v-11ef7cdd],.flag-big.flag-gg[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha[data-v-11ef7cdd],.flag-big.flag-gh[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib[data-v-11ef7cdd],.flag-big.flag-gi[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin[data-v-11ef7cdd],.flag-big.flag-gn[data-v-11ef7cdd],.flag-big.flag-gui[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp[data-v-11ef7cdd],.flag-big.flag-gp[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb[data-v-11ef7cdd],.flag-big.flag-gm[data-v-11ef7cdd],.flag-big.flag-gam[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb[data-v-11ef7cdd],.flag-big.flag-gw[data-v-11ef7cdd],.flag-big.flag-gbs[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq[data-v-11ef7cdd],.flag-big.flag-gq[data-v-11ef7cdd],.flag-big.flag-geq[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc[data-v-11ef7cdd],.flag-big.flag-gr[data-v-11ef7cdd],.flag-big.flag-gre[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd[data-v-11ef7cdd],.flag-big.flag-gd[data-v-11ef7cdd],.flag-big.flag-grn[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl[data-v-11ef7cdd],.flag-big.flag-gl[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm[data-v-11ef7cdd],.flag-big.flag-gt[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf[data-v-11ef7cdd],.flag-big.flag-gf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum[data-v-11ef7cdd],.flag-big.flag-gu[data-v-11ef7cdd]{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy[data-v-11ef7cdd],.flag-big.flag-gy[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg[data-v-11ef7cdd],.flag-big.flag-hk[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd[data-v-11ef7cdd],.flag-big.flag-hm[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd[data-v-11ef7cdd],.flag-big.flag-hn[data-v-11ef7cdd],.flag-big.flag-hon[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv[data-v-11ef7cdd],.flag-big.flag-hr[data-v-11ef7cdd],.flag-big.flag-cro[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti[data-v-11ef7cdd],.flag-big.flag-ht[data-v-11ef7cdd],.flag-big.flag-hai[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun[data-v-11ef7cdd],.flag-big.flag-hu[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn[data-v-11ef7cdd],.flag-big.flag-id[data-v-11ef7cdd],.flag-big.flag-ina[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind[data-v-11ef7cdd],.flag-big.flag-in[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot[data-v-11ef7cdd],.flag-big.flag-io[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl[data-v-11ef7cdd],.flag-big.flag-ie[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn[data-v-11ef7cdd],.flag-big.flag-ir[data-v-11ef7cdd],.flag-big.flag-iri[data-v-11ef7cdd]{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq[data-v-11ef7cdd],.flag-big.flag-iq[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl[data-v-11ef7cdd],.flag-big.flag-is[data-v-11ef7cdd]{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr[data-v-11ef7cdd],.flag-big.flag-il[data-v-11ef7cdd]{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita[data-v-11ef7cdd],.flag-big.flag-it[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam[data-v-11ef7cdd],.flag-big.flag-jm[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor[data-v-11ef7cdd],.flag-big.flag-jo[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn[data-v-11ef7cdd],.flag-big.flag-jp[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz[data-v-11ef7cdd],.flag-big.flag-kz[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken[data-v-11ef7cdd],.flag-big.flag-ke[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz[data-v-11ef7cdd],.flag-big.flag-kg[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm[data-v-11ef7cdd],.flag-big.flag-kg[data-v-11ef7cdd],.flag-big.flag-cam[data-v-11ef7cdd]{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir[data-v-11ef7cdd],.flag-big.flag-ki[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna[data-v-11ef7cdd],.flag-big.flag-kn[data-v-11ef7cdd],.flag-big.flag-skn[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor[data-v-11ef7cdd],.flag-big.flag-kr[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos[data-v-11ef7cdd]{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt[data-v-11ef7cdd],.flag-big.flag-kw[data-v-11ef7cdd],.flag-big.flag-kuw[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao[data-v-11ef7cdd],.flag-big.flag-la[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn[data-v-11ef7cdd],.flag-big.flag-lb[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr[data-v-11ef7cdd],.flag-big.flag-lr[data-v-11ef7cdd]{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby[data-v-11ef7cdd],.flag-big.flag-ly[data-v-11ef7cdd],.flag-big.flag-lba[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca[data-v-11ef7cdd],.flag-big.flag-lc[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie[data-v-11ef7cdd],.flag-big.flag-li[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka[data-v-11ef7cdd],.flag-big.flag-lk[data-v-11ef7cdd],.flag-big.flag-sri[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso[data-v-11ef7cdd],.flag-big.flag-ls[data-v-11ef7cdd],.flag-big.flag-les[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu[data-v-11ef7cdd],.flag-big.flag-lt[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux[data-v-11ef7cdd],.flag-big.flag-lu[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva[data-v-11ef7cdd],.flag-big.flag-lv[data-v-11ef7cdd],.flag-big.flag-lat[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac[data-v-11ef7cdd],.flag-big.flag-mo[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf[data-v-11ef7cdd],.flag-big.flag-mf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar[data-v-11ef7cdd],.flag-big.flag-ma[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco[data-v-11ef7cdd],.flag-big.flag-mc[data-v-11ef7cdd],.flag-big.flag-mon[data-v-11ef7cdd]{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda[data-v-11ef7cdd],.flag-big.flag-md[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg[data-v-11ef7cdd],.flag-big.flag-mg[data-v-11ef7cdd],.flag-big.flag-mad[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv[data-v-11ef7cdd],.flag-big.flag-mv[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex[data-v-11ef7cdd],.flag-big.flag-mx[data-v-11ef7cdd]{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl[data-v-11ef7cdd],.flag-big.flag-mh[data-v-11ef7cdd]{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd[data-v-11ef7cdd],.flag-big.flag-mk[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli[data-v-11ef7cdd],.flag-big.flag-ml[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt[data-v-11ef7cdd],.flag-big.flag-mt[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr[data-v-11ef7cdd],.flag-big.flag-mm[data-v-11ef7cdd],.flag-big.flag-mya[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne[data-v-11ef7cdd],.flag-big.flag-me[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng[data-v-11ef7cdd],.flag-big.flag-mn[data-v-11ef7cdd],.flag-big.flag-mgl[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp[data-v-11ef7cdd],.flag-big.flag-mp[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz[data-v-11ef7cdd],.flag-big.flag-mz[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt[data-v-11ef7cdd],.flag-big.flag-mr[data-v-11ef7cdd],.flag-big.flag-mtn[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr[data-v-11ef7cdd],.flag-big.flag-ms[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq[data-v-11ef7cdd],.flag-big.flag-mq[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus[data-v-11ef7cdd],.flag-big.flag-mu[data-v-11ef7cdd],.flag-big.flag-mri[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi[data-v-11ef7cdd],.flag-big.flag-mw[data-v-11ef7cdd],.flag-big.flag-maw[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys[data-v-11ef7cdd],.flag-big.flag-my[data-v-11ef7cdd],.flag-big.flag-mas[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt[data-v-11ef7cdd],.flag-big.flag-yt[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam[data-v-11ef7cdd],.flag-big.flag-na[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl[data-v-11ef7cdd],.flag-big.flag-nc[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner[data-v-11ef7cdd],.flag-big.flag-ne[data-v-11ef7cdd],.flag-big.flag-nig[data-v-11ef7cdd]{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk[data-v-11ef7cdd],.flag-big.flag-nf[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga[data-v-11ef7cdd],.flag-big.flag-ng[data-v-11ef7cdd],.flag-big.flag-ngr[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic[data-v-11ef7cdd],.flag-big.flag-ni[data-v-11ef7cdd],.flag-big.flag-nca[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu[data-v-11ef7cdd],.flag-big.flag-nu[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld[data-v-11ef7cdd],.flag-big.flag-nl[data-v-11ef7cdd],.flag-big.flag-ned[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor[data-v-11ef7cdd],.flag-big.flag-no[data-v-11ef7cdd]{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl[data-v-11ef7cdd],.flag-big.flag-np[data-v-11ef7cdd],.flag-big.flag-nep[data-v-11ef7cdd]{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru[data-v-11ef7cdd],.flag-big.flag-nr[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl[data-v-11ef7cdd],.flag-big.flag-nz[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn[data-v-11ef7cdd],.flag-big.flag-om[data-v-11ef7cdd],.flag-big.flag-oma[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak[data-v-11ef7cdd],.flag-big.flag-pk[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan[data-v-11ef7cdd],.flag-big.flag-pa[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn[data-v-11ef7cdd],.flag-big.flag-pn[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per[data-v-11ef7cdd],.flag-big.flag-pe[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl[data-v-11ef7cdd],.flag-big.flag-ph[data-v-11ef7cdd],.flag-big.flag-phi[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw[data-v-11ef7cdd],.flag-big.flag-pw[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png[data-v-11ef7cdd],.flag-big.flag-pg[data-v-11ef7cdd]{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol[data-v-11ef7cdd],.flag-big.flag-pl[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri[data-v-11ef7cdd],.flag-big.flag-pr[data-v-11ef7cdd],.flag-big.flag-pur[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk[data-v-11ef7cdd],.flag-big.flag-kp[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt[data-v-11ef7cdd],.flag-big.flag-pt[data-v-11ef7cdd],.flag-big.flag-por[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry[data-v-11ef7cdd],.flag-big.flag-py[data-v-11ef7cdd],.flag-big.flag-par[data-v-11ef7cdd]{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse[data-v-11ef7cdd],.flag-big.flag-ps[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf[data-v-11ef7cdd],.flag-big.flag-pf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat[data-v-11ef7cdd],.flag-big.flag-qa[data-v-11ef7cdd]{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu[data-v-11ef7cdd],.flag-big.flag-re[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou[data-v-11ef7cdd],.flag-big.flag-ro[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus[data-v-11ef7cdd],.flag-big.flag-ru[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa[data-v-11ef7cdd],.flag-big.flag-rw[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau[data-v-11ef7cdd],.flag-big.flag-sa[data-v-11ef7cdd],.flag-big.flag-ksa[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn[data-v-11ef7cdd],.flag-big.flag-sd[data-v-11ef7cdd],.flag-big.flag-sud[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen[data-v-11ef7cdd],.flag-big.flag-sn[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp[data-v-11ef7cdd],.flag-big.flag-sg[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs[data-v-11ef7cdd],.flag-big.flag-gs[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn[data-v-11ef7cdd],.flag-big.flag-sh[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm[data-v-11ef7cdd]{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb[data-v-11ef7cdd],.flag-big.flag-sb[data-v-11ef7cdd],.flag-big.flag-sol[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle[data-v-11ef7cdd],.flag-big.flag-sl[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv[data-v-11ef7cdd],.flag-big.flag-sv[data-v-11ef7cdd],.flag-big.flag-esa[data-v-11ef7cdd]{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr[data-v-11ef7cdd],.flag-big.flag-sm[data-v-11ef7cdd]{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som[data-v-11ef7cdd],.flag-big.flag-so[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm[data-v-11ef7cdd],.flag-big.flag-pm[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb[data-v-11ef7cdd],.flag-big.flag-rs[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp[data-v-11ef7cdd],.flag-big.flag-st[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur[data-v-11ef7cdd],.flag-big.flag-sr[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk[data-v-11ef7cdd],.flag-big.flag-sk[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn[data-v-11ef7cdd],.flag-big.flag-si[data-v-11ef7cdd],.flag-big.flag-slo[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe[data-v-11ef7cdd],.flag-big.flag-se[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz[data-v-11ef7cdd],.flag-big.flag-sz[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc[data-v-11ef7cdd],.flag-big.flag-sc[data-v-11ef7cdd],.flag-big.flag-sey[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr[data-v-11ef7cdd],.flag-big.flag-sy[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca[data-v-11ef7cdd],.flag-big.flag-tc[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd[data-v-11ef7cdd],.flag-big.flag-td[data-v-11ef7cdd],.flag-big.flag-cha[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo[data-v-11ef7cdd],.flag-big.flag-tg[data-v-11ef7cdd],.flag-big.flag-tog[data-v-11ef7cdd]{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha[data-v-11ef7cdd],.flag-big.flag-th[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk[data-v-11ef7cdd],.flag-big.flag-tj[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl[data-v-11ef7cdd],.flag-big.flag-tk[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm[data-v-11ef7cdd],.flag-big.flag-tm[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls[data-v-11ef7cdd],.flag-big.flag-tl[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton[data-v-11ef7cdd],.flag-big.flag-to[data-v-11ef7cdd],.flag-big.flag-tga[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto[data-v-11ef7cdd],.flag-big.flag-tt[data-v-11ef7cdd],.flag-big.flag-tri[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun[data-v-11ef7cdd],.flag-big.flag-tn[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur[data-v-11ef7cdd],.flag-big.flag-tr[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv[data-v-11ef7cdd],.flag-big.flag-tv[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn[data-v-11ef7cdd],.flag-big.flag-tw[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza[data-v-11ef7cdd],.flag-big.flag-tz[data-v-11ef7cdd],.flag-big.flag-tan[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga[data-v-11ef7cdd],.flag-big.flag-ug[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr[data-v-11ef7cdd],.flag-big.flag-ua[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi[data-v-11ef7cdd],.flag-big.flag-um[data-v-11ef7cdd]{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury[data-v-11ef7cdd],.flag-big.flag-uy[data-v-11ef7cdd],.flag-big.flag-uru[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa[data-v-11ef7cdd],.flag-big.flag-us[data-v-11ef7cdd]{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb[data-v-11ef7cdd],.flag-big.flag-uz[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat[data-v-11ef7cdd],.flag-big.flag-va[data-v-11ef7cdd]{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct[data-v-11ef7cdd],.flag-big.flag-vc[data-v-11ef7cdd],.flag-big.flag-vin[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven[data-v-11ef7cdd],.flag-big.flag-ve[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb[data-v-11ef7cdd],.flag-big.flag-vg[data-v-11ef7cdd],.flag-big.flag-ivb[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir[data-v-11ef7cdd],.flag-big.flag-vi[data-v-11ef7cdd],.flag-big.flag-isv[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm[data-v-11ef7cdd],.flag-big.flag-vn[data-v-11ef7cdd],.flag-big.flag-vie[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut[data-v-11ef7cdd],.flag-big.flag-vu[data-v-11ef7cdd],.flag-big.flag-van[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal[data-v-11ef7cdd]{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf[data-v-11ef7cdd],.flag-big.flag-wf[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm[data-v-11ef7cdd],.flag-big.flag-ws[data-v-11ef7cdd],.flag-big.flag-sam[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem[data-v-11ef7cdd],.flag-big.flag-ye[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf[data-v-11ef7cdd],.flag-big.flag-za[data-v-11ef7cdd],.flag-big.flag-rsa[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb[data-v-11ef7cdd],.flag-big.flag-zm[data-v-11ef7cdd],.flag-big.flag-zam[data-v-11ef7cdd]{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe[data-v-11ef7cdd],.flag-big.flag-zw[data-v-11ef7cdd],.flag-big.flag-zim[data-v-11ef7cdd]{width:80px;height:40px;background-position:-1px -12163px}.multicards[data-v-11ef7cdd]{flex-wrap:wrap;width:100%;max-width:2400px;align-self:center}.multicards .card[data-v-11ef7cdd]{width:unset;max-width:100%;flex-grow:1;height:fit-content}@media (min-width: 68.75em){.multicards .card[data-v-11ef7cdd]{max-width:50vw}}.multicards .card.histogram-card[data-v-11ef7cdd]{max-width:360px;height:unset}@media (max-width: 45.615em){.multicards .card.histogram-card[data-v-11ef7cdd]{max-width:100%}}.multicards .card h3[data-v-11ef7cdd]{margin-bottom:1rem;text-align:center}.card[data-v-11ef7cdd]:has(.scroll-table-wrap){padding-bottom:0;padding-right:.5rem}.card:has(.scroll-table-wrap) .scroll-table-wrap[data-v-11ef7cdd]{max-height:380px;overflow-y:auto;overscroll-behavior:contain;padding-bottom:1rem;padding-right:.5rem}.card:has(.scroll-table-wrap) .scroll-table-wrap[data-v-11ef7cdd]:after{content:"";display:block;position:sticky;left:0;right:0;bottom:-1.05rem;height:1.5rem;background:linear-gradient(to bottom,transparent,hsl(249,11%,7%));pointer-events:none}.card:has(.scroll-table-wrap) .scroll-table-wrap thead th[data-v-11ef7cdd]{position:sticky;top:0;background-color:#101014;z-index:1}.countries-table em[data-v-11ef7cdd]{font-style:normal;font-size:1.15em;line-height:1}.countries-table em[data-v-11ef7cdd]:last-child:before{content:" / ";color:#b3b3b3}.countries-table td[data-v-11ef7cdd]{text-transform:uppercase}.countries-table td[data-v-11ef7cdd]:nth-child(2){color:#ffd33c;width:4ch}.countries-table td[data-v-11ef7cdd]:nth-child(3){width:4ch}.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(1){width:4ch}.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:0;max-width:30ch}@media (max-width: 45.615em){.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(2){max-width:20ch}}.mini-table.competitors-table th[data-v-11ef7cdd]:nth-child(3),.mini-table.competitors-table th[data-v-11ef7cdd]:nth-child(4),.mini-table.competitors-table th[data-v-11ef7cdd]:nth-child(5),.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(3),.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(4),.mini-table.competitors-table td[data-v-11ef7cdd]:nth-child(5){width:4ch;text-align:right}.mini-table.neighbors-table sup[data-v-11ef7cdd]{font-size:.8em;margin-left:.2em;vertical-align:text-bottom}.mini-table.neighbors-table sup.bad[data-v-11ef7cdd]{vertical-align:baseline}.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(1){width:11ch;white-space:nowrap}.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(2){text-align:right;width:6ch}.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(3){max-width:30ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-table.neighbors-table th[data-v-11ef7cdd]:nth-child(4),.mini-table.neighbors-table th[data-v-11ef7cdd]:nth-child(5),.mini-table.neighbors-table th[data-v-11ef7cdd]:nth-child(6),.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(4),.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(5),.mini-table.neighbors-table td[data-v-11ef7cdd]:nth-child(6){width:4ch;text-align:right}.mini-table.neighbors-table tr.freezed td[data-v-11ef7cdd]{background-color:#262630}.mini-table.neighbors-table tr.freezed a[data-v-11ef7cdd]{pointer-events:none;cursor:default;color:inherit;text-decoration:none}.wide-chart[data-v-11ef7cdd]{margin-top:0;gap:0;flex-direction:column}.wide-chart .card-title[data-v-11ef7cdd]{background-color:#101014;padding-top:.5rem;display:flex;justify-content:center;align-items:center}.wide-chart .card[data-v-11ef7cdd]{padding-top:0;direction:rtl}.wide-chart .card *[data-v-11ef7cdd]{direction:ltr}.wide-chart .card>.accordion-enter-active[data-v-11ef7cdd],.wide-chart .card>.accordion-leave-active[data-v-11ef7cdd],.wide-chart .card>div[data-v-11ef7cdd]{width:max-content;min-width:100%}.fade-enter-active[data-v-c8de3352],.fade-leave-active[data-v-c8de3352]{transition:opacity .3s}.fade-enter-from[data-v-c8de3352],.fade-leave-to[data-v-c8de3352]{opacity:0}.fade-enter-to[data-v-c8de3352],.fade-leave-from[data-v-c8de3352]{opacity:1}@keyframes pulsing-opacity-c8de3352{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.network-strength-component[data-v-c8de3352]{width:fit-content;margin-left:auto}.value-label[data-v-c8de3352]{font-size:.6rem;position:absolute;bottom:.4em;left:-.9em;color:#b3b3b3}svg[data-v-c8de3352]{transition:all .3s ease-in-out}.fade-enter-active[data-v-94ce181d],.fade-leave-active[data-v-94ce181d]{transition:opacity .3s}.fade-enter-from[data-v-94ce181d],.fade-leave-to[data-v-94ce181d]{opacity:0}.fade-enter-to[data-v-94ce181d],.fade-leave-from[data-v-94ce181d]{opacity:1}@keyframes pulsing-opacity-94ce181d{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.flag[data-v-94ce181d]{background:url(/assets/flags-37683cb9.png) no-repeat top left;background-position:0 -4720px;width:27px;height:20px;display:inline-block;vertical-align:middle}.flag[data-v-94ce181d]:before{content:"";vertical-align:top;margin-left:28px;margin-top:0;width:26px;height:17px;box-shadow:none}.flag.flag-abw[data-v-94ce181d],.flag.flag-aw[data-v-94ce181d],.flag.flag-aru[data-v-94ce181d]{background-position:0 0}.flag.flag-afg[data-v-94ce181d],.flag.flag-af[data-v-94ce181d]{background-position:0 -20px}.flag.flag-ago[data-v-94ce181d],.flag.flag-ao[data-v-94ce181d],.flag .flagflag-ang[data-v-94ce181d]{background-position:0 -40px}.flag.flag-aia[data-v-94ce181d],.flag.flag-ai[data-v-94ce181d]{background-position:0 -60px}.flag.flag-ala[data-v-94ce181d]{background-position:0 -80px}.flag.flag-alb[data-v-94ce181d],.flag.flag-al[data-v-94ce181d]{background-position:0 -100px}.flag.flag-and[data-v-94ce181d],.flag.flag-ad[data-v-94ce181d]{background-position:0 -120px}.flag.flag-ant[data-v-94ce181d],.flag.flag-an[data-v-94ce181d],.flag.flag-aho[data-v-94ce181d]{background-position:0 -140px}.flag.flag-are[data-v-94ce181d],.flag.flag-ae[data-v-94ce181d],.flag.flag-uae[data-v-94ce181d]{background-position:0 -160px}.flag.flag-arg[data-v-94ce181d],.flag.flag-ar[data-v-94ce181d]{background-position:0 -180px}.flag.flag-arm[data-v-94ce181d],.flag.flag-am[data-v-94ce181d]{background-position:0 -200px}.flag.flag-asm[data-v-94ce181d],.flag.flag-as[data-v-94ce181d],.flag.flag-asa[data-v-94ce181d]{background-position:0 -220px}.flag.flag-ata[data-v-94ce181d]{background-position:0 -240px}.flag.flag-atf[data-v-94ce181d],.flag.flag-tf[data-v-94ce181d]{background-position:0 -260px}.flag.flag-atg[data-v-94ce181d],.flag.flag-ag[data-v-94ce181d]{background-position:0 -280px}.flag.flag-aus[data-v-94ce181d],.flag.flag-au[data-v-94ce181d]{background-position:0 -300px}.flag.flag-aut[data-v-94ce181d],.flag.flag-at[data-v-94ce181d]{background-position:0 -320px}.flag.flag-aze[data-v-94ce181d],.flag.flag-az[data-v-94ce181d]{background-position:0 -340px}.flag.flag-bdi[data-v-94ce181d],.flag.flag-bi[data-v-94ce181d]{background-position:0 -360px}.flag.flag-bel[data-v-94ce181d],.flag.flag-be[data-v-94ce181d]{background-position:0 -380px}.flag.flag-ben[data-v-94ce181d],.flag.flag-bj[data-v-94ce181d]{background-position:0 -400px}.flag.flag-bes[data-v-94ce181d]{background-position:0 -420px}.flag.flag-bfa[data-v-94ce181d],.flag.flag-bf[data-v-94ce181d],.flag.flag-bur[data-v-94ce181d]{background-position:0 -440px}.flag.flag-bgd[data-v-94ce181d],.flag.flag-bd[data-v-94ce181d],.flag.flag-ban[data-v-94ce181d]{background-position:0 -460px}.flag.flag-bgr[data-v-94ce181d],.flag.flag-bg[data-v-94ce181d],.flag.flag-bul[data-v-94ce181d]{background-position:0 -480px}.flag.flag-bhr[data-v-94ce181d],.flag.flag-bh[data-v-94ce181d]{background-position:0 -500px}.flag.flag-bhs[data-v-94ce181d],.flag.flag-bs[data-v-94ce181d],.flag.flag-bah[data-v-94ce181d]{background-position:0 -520px}.flag.flag-bih[data-v-94ce181d],.flag.flag-ba[data-v-94ce181d]{background-position:0 -540px}.flag.flag-blm[data-v-94ce181d]{background-position:0 -560px}.flag.flag-blr[data-v-94ce181d],.flag.flag-by[data-v-94ce181d]{background-position:0 -580px}.flag.flag-blz[data-v-94ce181d],.flag.flag-bz[data-v-94ce181d],.flag.flag-biz[data-v-94ce181d]{background-position:0 -600px}.flag.flag-bmu[data-v-94ce181d],.flag.flag-bm[data-v-94ce181d],.flag.flag-ber[data-v-94ce181d]{background-position:0 -620px}.flag.flag-bol[data-v-94ce181d],.flag.flag-bo[data-v-94ce181d]{background-position:0 -640px}.flag.flag-bra[data-v-94ce181d],.flag.flag-br[data-v-94ce181d]{background-position:0 -660px}.flag.flag-brb[data-v-94ce181d],.flag.flag-bb[data-v-94ce181d],.flag.flag-bar[data-v-94ce181d]{background-position:0 -680px}.flag.flag-brn[data-v-94ce181d],.flag.flag-bn[data-v-94ce181d],.flag.flag-bru[data-v-94ce181d]{background-position:0 -700px}.flag.flag-btn[data-v-94ce181d],.flag.flag-bt[data-v-94ce181d],.flag.flag-bhu[data-v-94ce181d]{background-position:0 -720px}.flag.flag-bvt[data-v-94ce181d],.flag.flag-bv[data-v-94ce181d]{background-position:0 -740px}.flag.flag-bwa[data-v-94ce181d],.flag.flag-bw[data-v-94ce181d],.flag.flag-bot[data-v-94ce181d]{background-position:0 -760px}.flag.flag-caf[data-v-94ce181d],.flag.flag-cf[data-v-94ce181d]{background-position:0 -780px}.flag.flag-can[data-v-94ce181d],.flag.flag-ca[data-v-94ce181d]{background-position:0 -800px}.flag.flag-cck[data-v-94ce181d],.flag.flag-cc[data-v-94ce181d]{background-position:0 -820px}.flag.flag-che[data-v-94ce181d],.flag.flag-ch[data-v-94ce181d],.flag.flag-sui[data-v-94ce181d]{background-position:0 -840px}.flag.flag-chl[data-v-94ce181d],.flag.flag-cl[data-v-94ce181d],.flag.flag-chi[data-v-94ce181d]{background-position:0 -860px}.flag.flag-chn[data-v-94ce181d],.flag.flag-cn[data-v-94ce181d]{background-position:0 -880px}.flag.flag-civ[data-v-94ce181d],.flag.flag-ci[data-v-94ce181d]{background-position:0 -900px}.flag.flag-cmr[data-v-94ce181d],.flag.flag-cm[data-v-94ce181d]{background-position:0 -920px}.flag.flag-cod[data-v-94ce181d],.flag.flag-cd[data-v-94ce181d],.flag.flag-zai[data-v-94ce181d]{background-position:0 -940px}.flag.flag-cog[data-v-94ce181d],.flag.flag-cg[data-v-94ce181d],.flag.flag-cgo[data-v-94ce181d]{background-position:0 -960px}.flag.flag-cok[data-v-94ce181d],.flag.flag-ck[data-v-94ce181d]{background-position:0 -980px}.flag.flag-col[data-v-94ce181d],.flag.flag-co[data-v-94ce181d]{background-position:0 -1000px}.flag.flag-com[data-v-94ce181d],.flag.flag-km[data-v-94ce181d]{background-position:0 -1020px}.flag.flag-cpv[data-v-94ce181d],.flag.flag-cv[data-v-94ce181d]{background-position:0 -1040px}.flag.flag-cri[data-v-94ce181d],.flag.flag-cr[data-v-94ce181d],.flag.flag-crc[data-v-94ce181d]{background-position:0 -1060px}.flag.flag-cub[data-v-94ce181d],.flag.flag-cu[data-v-94ce181d]{background-position:0 -1080px}.flag.flag-cuw[data-v-94ce181d]{background-position:0 -1100px}.flag.flag-cxr[data-v-94ce181d],.flag.flag-cx[data-v-94ce181d]{background-position:0 -1120px}.flag.flag-cym[data-v-94ce181d],.flag.flag-ky[data-v-94ce181d],.flag.flag-cay[data-v-94ce181d]{background-position:0 -1140px}.flag.flag-cyp[data-v-94ce181d],.flag.flag-cy[data-v-94ce181d]{background-position:0 -1160px}.flag.flag-cze[data-v-94ce181d],.flag.flag-cz[data-v-94ce181d]{background-position:0 -1180px}.flag.flag-deu[data-v-94ce181d],.flag.flag-de[data-v-94ce181d],.flag.flag-ger[data-v-94ce181d]{background-position:0 -1200px}.flag.flag-dji[data-v-94ce181d],.flag.flag-dj[data-v-94ce181d]{background-position:0 -1220px}.flag.flag-dma[data-v-94ce181d],.flag.flag-dm[data-v-94ce181d]{background-position:0 -1240px}.flag.flag-dnk[data-v-94ce181d],.flag.flag-dk[data-v-94ce181d],.flag.flag-den[data-v-94ce181d]{background-position:0 -1260px}.flag.flag-dom[data-v-94ce181d],.flag.flag-do[data-v-94ce181d]{background-position:0 -1280px}.flag.flag-dza[data-v-94ce181d],.flag.flag-dz[data-v-94ce181d],.flag.flag-alg[data-v-94ce181d]{background-position:0 -1300px}.flag.flag-ecu[data-v-94ce181d],.flag.flag-ec[data-v-94ce181d]{background-position:0 -1320px}.flag.flag-egy[data-v-94ce181d],.flag.flag-eg[data-v-94ce181d]{background-position:0 -1340px}.flag.flag-eng[data-v-94ce181d]{background-position:0 -1360px}.flag.flag-eri[data-v-94ce181d],.flag.flag-er[data-v-94ce181d]{background-position:0 -1380px}.flag.flag-esp[data-v-94ce181d],.flag.flag-es[data-v-94ce181d]{background-position:0 -1400px}.flag.flag-est[data-v-94ce181d],.flag.flag-ee[data-v-94ce181d]{background-position:0 -1420px}.flag.flag-eth[data-v-94ce181d],.flag.flag-et[data-v-94ce181d]{background-position:0 -1440px}.flag.flag-eur[data-v-94ce181d]{background-position:0 -1460px}.flag.flag-fai[data-v-94ce181d]{background-position:0 -1480px}.flag.flag-fin[data-v-94ce181d],.flag.flag-fi[data-v-94ce181d]{background-position:0 -1500px}.flag.flag-fji[data-v-94ce181d],.flag.flag-fj[data-v-94ce181d],.flag.flag-fij[data-v-94ce181d]{background-position:0 -1520px}.flag.flag-flk[data-v-94ce181d],.flag.flag-fk[data-v-94ce181d]{background-position:0 -1540px}.flag.flag-fra[data-v-94ce181d],.flag.flag-fr[data-v-94ce181d]{background-position:0 -1560px}.flag.flag-fro[data-v-94ce181d],.flag.flag-fo[data-v-94ce181d]{background-position:0 -1580px}.flag.flag-fsm[data-v-94ce181d],.flag.flag-fm[data-v-94ce181d]{background-position:0 -1600px}.flag.flag-gab[data-v-94ce181d],.flag.flag-ga[data-v-94ce181d]{background-position:0 -1620px}.flag.flag-gbr[data-v-94ce181d],.flag.flag-gb[data-v-94ce181d]{background-position:0 -1640px}.flag.flag-geo[data-v-94ce181d],.flag.flag-ge[data-v-94ce181d]{background-position:0 -1660px}.flag.flag-ggy[data-v-94ce181d],.flag.flag-gg[data-v-94ce181d]{background-position:0 -1680px}.flag.flag-gha[data-v-94ce181d],.flag.flag-gh[data-v-94ce181d]{background-position:0 -1700px}.flag.flag-gib[data-v-94ce181d],.flag.flag-gi[data-v-94ce181d]{background-position:0 -1720px}.flag.flag-gin[data-v-94ce181d],.flag.flag-gn[data-v-94ce181d],.flag.flag-gui[data-v-94ce181d]{background-position:0 -1740px}.flag.flag-glp[data-v-94ce181d],.flag.flag-gp[data-v-94ce181d]{background-position:0 -1760px}.flag.flag-gmb[data-v-94ce181d],.flag.flag-gm[data-v-94ce181d],.flag.flag-gam[data-v-94ce181d]{background-position:0 -1780px}.flag.flag-gnb[data-v-94ce181d],.flag.flag-gw[data-v-94ce181d],.flag.flag-gbs[data-v-94ce181d]{background-position:0 -1800px}.flag.flag-gnq[data-v-94ce181d],.flag.flag-gq[data-v-94ce181d],.flag.flag-geq[data-v-94ce181d]{background-position:0 -1820px}.flag.flag-grc[data-v-94ce181d],.flag.flag-gr[data-v-94ce181d],.flag.flag-gre[data-v-94ce181d]{background-position:0 -1840px}.flag.flag-grd[data-v-94ce181d],.flag.flag-gd[data-v-94ce181d],.flag.flag-grn[data-v-94ce181d]{background-position:0 -1860px}.flag.flag-grl[data-v-94ce181d],.flag.flag-gl[data-v-94ce181d]{background-position:0 -1880px}.flag.flag-gtm[data-v-94ce181d],.flag.flag-gt[data-v-94ce181d]{background-position:0 -1900px}.flag.flag-guf[data-v-94ce181d],.flag.flag-gf[data-v-94ce181d]{background-position:0 -1920px}.flag.flag-gum[data-v-94ce181d],.flag.flag-gu[data-v-94ce181d]{background-position:0 -1940px}.flag.flag-guy[data-v-94ce181d],.flag.flag-gy[data-v-94ce181d]{background-position:0 -1960px}.flag.flag-hkg[data-v-94ce181d],.flag.flag-hk[data-v-94ce181d]{background-position:0 -1980px}.flag.flag-hmd[data-v-94ce181d],.flag.flag-hm[data-v-94ce181d]{background-position:0 -2000px}.flag.flag-hnd[data-v-94ce181d],.flag.flag-hn[data-v-94ce181d],.flag.flag-hon[data-v-94ce181d]{background-position:0 -2020px}.flag.flag-hrv[data-v-94ce181d],.flag.flag-hr[data-v-94ce181d],.flag.flag-cro[data-v-94ce181d]{background-position:0 -2040px}.flag.flag-hti[data-v-94ce181d],.flag.flag-ht[data-v-94ce181d],.flag.flag-hai[data-v-94ce181d]{background-position:0 -2060px}.flag.flag-hun[data-v-94ce181d],.flag.flag-hu[data-v-94ce181d]{background-position:0 -2080px}.flag.flag-idn[data-v-94ce181d],.flag.flag-id[data-v-94ce181d],.flag.flag-ina[data-v-94ce181d]{background-position:0 -2100px}.flag.flag-imn[data-v-94ce181d]{background-position:0 -2120px}.flag.flag-ind[data-v-94ce181d],.flag.flag-in[data-v-94ce181d]{background-position:0 -2140px}.flag.flag-iot[data-v-94ce181d],.flag.flag-io[data-v-94ce181d]{background-position:0 -2160px}.flag.flag-irl[data-v-94ce181d],.flag.flag-ie[data-v-94ce181d]{background-position:0 -2180px}.flag.flag-irn[data-v-94ce181d],.flag.flag-ir[data-v-94ce181d],.flag.flag-iri[data-v-94ce181d]{background-position:0 -2200px}.flag.flag-irq[data-v-94ce181d],.flag.flag-iq[data-v-94ce181d]{background-position:0 -2220px}.flag.flag-isl[data-v-94ce181d],.flag.flag-is[data-v-94ce181d]{background-position:0 -2240px}.flag.flag-isr[data-v-94ce181d],.flag.flag-il[data-v-94ce181d]{background-position:0 -2260px}.flag.flag-ita[data-v-94ce181d],.flag.flag-it[data-v-94ce181d]{background-position:0 -2281px}.flag.flag-jam[data-v-94ce181d],.flag.flag-jm[data-v-94ce181d]{background-position:0 -2300px}.flag.flag-jey[data-v-94ce181d]{background-position:0 -2320px}.flag.flag-jor[data-v-94ce181d],.flag.flag-jo[data-v-94ce181d]{background-position:0 -2340px}.flag.flag-jpn[data-v-94ce181d],.flag.flag-jp[data-v-94ce181d]{background-position:0 -2360px}.flag.flag-kaz[data-v-94ce181d],.flag.flag-kz[data-v-94ce181d]{background-position:0 -2380px}.flag.flag-ken[data-v-94ce181d],.flag.flag-ke[data-v-94ce181d]{background-position:0 -2400px}.flag.flag-kgz[data-v-94ce181d],.flag.flag-kg[data-v-94ce181d]{background-position:0 -2420px}.flag.flag-khm[data-v-94ce181d],.flag.flag-kg[data-v-94ce181d],.flag.flag-cam[data-v-94ce181d]{background-position:0 -2440px}.flag.flag-kir[data-v-94ce181d],.flag.flag-ki[data-v-94ce181d]{background-position:0 -2460px}.flag.flag-kna[data-v-94ce181d],.flag.flag-kn[data-v-94ce181d],.flag.flag-skn[data-v-94ce181d]{background-position:0 -2480px}.flag.flag-kor[data-v-94ce181d],.flag.flag-kr[data-v-94ce181d]{background-position:0 -2500px}.flag.flag-kos[data-v-94ce181d]{background-position:0 -2520px}.flag.flag-kwt[data-v-94ce181d],.flag.flag-kw[data-v-94ce181d],.flag.flag-kuw[data-v-94ce181d]{background-position:0 -2540px}.flag.flag-lao[data-v-94ce181d],.flag.flag-la[data-v-94ce181d]{background-position:0 -2560px}.flag.flag-lbn[data-v-94ce181d],.flag.flag-lb[data-v-94ce181d]{background-position:0 -2580px}.flag.flag-lbr[data-v-94ce181d],.flag.flag-lr[data-v-94ce181d]{background-position:0 -2600px}.flag.flag-lby[data-v-94ce181d],.flag.flag-ly[data-v-94ce181d],.flag.flag-lba[data-v-94ce181d]{background-position:0 -2620px}.flag.flag-lca[data-v-94ce181d],.flag.flag-lc[data-v-94ce181d]{background-position:0 -2640px}.flag.flag-lie[data-v-94ce181d],.flag.flag-li[data-v-94ce181d]{background-position:0 -2660px}.flag.flag-lka[data-v-94ce181d],.flag.flag-lk[data-v-94ce181d],.flag.flag-sri[data-v-94ce181d]{background-position:0 -2680px}.flag.flag-lso[data-v-94ce181d],.flag.flag-ls[data-v-94ce181d],.flag.flag-les[data-v-94ce181d]{background-position:0 -2700px}.flag.flag-ltu[data-v-94ce181d],.flag.flag-lt[data-v-94ce181d]{background-position:0 -2720px}.flag.flag-lux[data-v-94ce181d],.flag.flag-lu[data-v-94ce181d]{background-position:0 -2740px}.flag.flag-lva[data-v-94ce181d],.flag.flag-lv[data-v-94ce181d],.flag.flag-lat[data-v-94ce181d]{background-position:0 -2760px}.flag.flag-mac[data-v-94ce181d],.flag.flag-mo[data-v-94ce181d]{background-position:0 -2780px}.flag.flag-maf[data-v-94ce181d],.flag.flag-mf[data-v-94ce181d]{background-position:0 -2800px}.flag.flag-mar[data-v-94ce181d],.flag.flag-ma[data-v-94ce181d]{background-position:0 -2820px}.flag.flag-mco[data-v-94ce181d],.flag.flag-mc[data-v-94ce181d],.flag.flag-mon[data-v-94ce181d]{background-position:0 -2840px}.flag.flag-mda[data-v-94ce181d],.flag.flag-md[data-v-94ce181d]{background-position:0 -2860px}.flag.flag-mdg[data-v-94ce181d],.flag.flag-mg[data-v-94ce181d],.flag.flag-mad[data-v-94ce181d]{background-position:0 -2880px}.flag.flag-mdv[data-v-94ce181d],.flag.flag-mv[data-v-94ce181d]{background-position:0 -2900px}.flag.flag-mex[data-v-94ce181d],.flag.flag-mx[data-v-94ce181d]{background-position:0 -2920px}.flag.flag-mhl[data-v-94ce181d],.flag.flag-mh[data-v-94ce181d]{background-position:0 -2940px}.flag.flag-mkd[data-v-94ce181d],.flag.flag-mk[data-v-94ce181d]{background-position:0 -2960px}.flag.flag-mli[data-v-94ce181d],.flag.flag-ml[data-v-94ce181d]{background-position:0 -2980px}.flag.flag-mlt[data-v-94ce181d],.flag.flag-mt[data-v-94ce181d]{background-position:0 -3000px}.flag.flag-mmr[data-v-94ce181d],.flag.flag-mm[data-v-94ce181d],.flag.flag-mya[data-v-94ce181d]{background-position:0 -3020px}.flag.flag-mne[data-v-94ce181d],.flag.flag-me[data-v-94ce181d]{background-position:0 -3040px}.flag.flag-mng[data-v-94ce181d],.flag.flag-mn[data-v-94ce181d],.flag.flag-mgl[data-v-94ce181d]{background-position:0 -3060px}.flag.flag-mnp[data-v-94ce181d],.flag.flag-mp[data-v-94ce181d]{background-position:0 -3080px}.flag.flag-moz[data-v-94ce181d],.flag.flag-mz[data-v-94ce181d]{background-position:0 -3100px}.flag.flag-mrt[data-v-94ce181d],.flag.flag-mr[data-v-94ce181d],.flag.flag-mtn[data-v-94ce181d]{background-position:0 -3120px}.flag.flag-msr[data-v-94ce181d],.flag.flag-ms[data-v-94ce181d]{background-position:0 -3140px}.flag.flag-mtq[data-v-94ce181d],.flag.flag-mq[data-v-94ce181d]{background-position:0 -3160px}.flag.flag-mus[data-v-94ce181d],.flag.flag-mu[data-v-94ce181d],.flag.flag-mri[data-v-94ce181d]{background-position:0 -3180px}.flag.flag-mwi[data-v-94ce181d],.flag.flag-mw[data-v-94ce181d],.flag.flag-maw[data-v-94ce181d]{background-position:0 -3200px}.flag.flag-mys[data-v-94ce181d],.flag.flag-my[data-v-94ce181d],.flag.flag-mas[data-v-94ce181d]{background-position:0 -3220px}.flag.flag-myt[data-v-94ce181d],.flag.flag-yt[data-v-94ce181d]{background-position:0 -3240px}.flag.flag-nam[data-v-94ce181d],.flag.flag-na[data-v-94ce181d]{background-position:0 -3260px}.flag.flag-ncl[data-v-94ce181d],.flag.flag-nc[data-v-94ce181d]{background-position:0 -3280px}.flag.flag-ner[data-v-94ce181d],.flag.flag-ne[data-v-94ce181d],.flag.flag-nig[data-v-94ce181d]{background-position:0 -3300px}.flag.flag-nfk[data-v-94ce181d],.flag.flag-nf[data-v-94ce181d]{background-position:0 -3320px}.flag.flag-nga[data-v-94ce181d],.flag.flag-ng[data-v-94ce181d],.flag.flag-ngr[data-v-94ce181d]{background-position:0 -3340px}.flag.flag-nic[data-v-94ce181d],.flag.flag-ni[data-v-94ce181d],.flag.flag-nca[data-v-94ce181d]{background-position:0 -3360px}.flag.flag-nir[data-v-94ce181d]{background-position:0 -3380px}.flag.flag-niu[data-v-94ce181d],.flag.flag-nu[data-v-94ce181d]{background-position:0 -3400px}.flag.flag-nld[data-v-94ce181d],.flag.flag-nl[data-v-94ce181d],.flag.flag-ned[data-v-94ce181d]{background-position:0 -3420px}.flag.flag-nor[data-v-94ce181d],.flag.flag-no[data-v-94ce181d]{background-position:0 -3440px}.flag.flag-npl[data-v-94ce181d],.flag.flag-np[data-v-94ce181d],.flag.flag-nep[data-v-94ce181d]{background-position:0 -3460px}.flag.flag-nru[data-v-94ce181d],.flag.flag-nr[data-v-94ce181d]{background-position:0 -3480px}.flag.flag-nzl[data-v-94ce181d],.flag.flag-nz[data-v-94ce181d]{background-position:0 -3500px}.flag.flag-omn[data-v-94ce181d],.flag.flag-om[data-v-94ce181d],.flag.flag-oma[data-v-94ce181d]{background-position:0 -3520px}.flag.flag-pak[data-v-94ce181d],.flag.flag-pk[data-v-94ce181d]{background-position:0 -3540px}.flag.flag-pan[data-v-94ce181d],.flag.flag-pa[data-v-94ce181d]{background-position:0 -3560px}.flag.flag-pcn[data-v-94ce181d],.flag.flag-pn[data-v-94ce181d]{background-position:0 -3580px}.flag.flag-per[data-v-94ce181d],.flag.flag-pe[data-v-94ce181d]{background-position:0 -3600px}.flag.flag-phl[data-v-94ce181d],.flag.flag-ph[data-v-94ce181d],.flag.flag-phi[data-v-94ce181d]{background-position:0 -3620px}.flag.flag-plw[data-v-94ce181d],.flag.flag-pw[data-v-94ce181d]{background-position:0 -3640px}.flag.flag-png[data-v-94ce181d],.flag.flag-pg[data-v-94ce181d]{background-position:0 -3660px}.flag.flag-pol[data-v-94ce181d],.flag.flag-pl[data-v-94ce181d]{background-position:0 -3680px}.flag.flag-pri[data-v-94ce181d],.flag.flag-pr[data-v-94ce181d],.flag.flag-pur[data-v-94ce181d]{background-position:0 -3700px}.flag.flag-prk[data-v-94ce181d],.flag.flag-kp[data-v-94ce181d]{background-position:0 -3720px}.flag.flag-prt[data-v-94ce181d],.flag.flag-pt[data-v-94ce181d],.flag.flag-por[data-v-94ce181d]{background-position:0 -3740px}.flag.flag-pry[data-v-94ce181d],.flag.flag-py[data-v-94ce181d],.flag.flag-par[data-v-94ce181d]{background-position:0 -3760px}.flag.flag-pse[data-v-94ce181d],.flag.flag-ps[data-v-94ce181d]{background-position:0 -3780px}.flag.flag-pyf[data-v-94ce181d],.flag.flag-pf[data-v-94ce181d]{background-position:0 -3800px}.flag.flag-qat[data-v-94ce181d],.flag.flag-qa[data-v-94ce181d]{background-position:0 -3820px}.flag.flag-reu[data-v-94ce181d],.flag.flag-re[data-v-94ce181d]{background-position:0 -3840px}.flag.flag-rou[data-v-94ce181d],.flag.flag-ro[data-v-94ce181d]{background-position:0 -3860px}.flag.flag-rus[data-v-94ce181d],.flag.flag-ru[data-v-94ce181d]{background-position:0 -3880px}.flag.flag-rwa[data-v-94ce181d],.flag.flag-rw[data-v-94ce181d]{background-position:0 -3900px}.flag.flag-sau[data-v-94ce181d],.flag.flag-sa[data-v-94ce181d],.flag.flag-ksa[data-v-94ce181d]{background-position:0 -3920px}.flag.flag-sco[data-v-94ce181d]{background-position:0 -3940px}.flag.flag-sct[data-v-94ce181d]{background-position:0 -3960px}.flag.flag-sdn[data-v-94ce181d],.flag.flag-sd[data-v-94ce181d],.flag.flag-sud[data-v-94ce181d]{background-position:0 -3980px}.flag.flag-sen[data-v-94ce181d],.flag.flag-sn[data-v-94ce181d]{background-position:0 -4000px}.flag.flag-sgp[data-v-94ce181d],.flag.flag-sg[data-v-94ce181d]{background-position:0 -4020px}.flag.flag-sgs[data-v-94ce181d],.flag.flag-gs[data-v-94ce181d]{background-position:0 -4040px}.flag.flag-shn[data-v-94ce181d],.flag.flag-sh[data-v-94ce181d]{background-position:0 -4060px}.flag.flag-sjm[data-v-94ce181d]{background-position:0 -4080px}.flag.flag-slb[data-v-94ce181d],.flag.flag-sb[data-v-94ce181d],.flag.flag-sol[data-v-94ce181d]{background-position:0 -4100px}.flag.flag-sle[data-v-94ce181d],.flag.flag-sl[data-v-94ce181d]{background-position:0 -4120px}.flag.flag-slv[data-v-94ce181d],.flag.flag-sv[data-v-94ce181d],.flag.flag-esa[data-v-94ce181d]{background-position:0 -4140px}.flag.flag-smr[data-v-94ce181d],.flag.flag-sm[data-v-94ce181d]{background-position:0 -4160px}.flag.flag-som[data-v-94ce181d],.flag.flag-so[data-v-94ce181d]{background-position:0 -4180px}.flag.flag-spm[data-v-94ce181d],.flag.flag-pm[data-v-94ce181d]{background-position:0 -4200px}.flag.flag-srb[data-v-94ce181d],.flag.flag-rs[data-v-94ce181d]{background-position:0 -4220px}.flag.flag-ssd[data-v-94ce181d]{background-position:0 -4240px}.flag.flag-stp[data-v-94ce181d],.flag.flag-st[data-v-94ce181d]{background-position:0 -4260px}.flag.flag-sur[data-v-94ce181d],.flag.flag-sr[data-v-94ce181d]{background-position:0 -4280px}.flag.flag-svk[data-v-94ce181d],.flag.flag-sk[data-v-94ce181d]{background-position:0 -4300px}.flag.flag-svn[data-v-94ce181d],.flag.flag-si[data-v-94ce181d],.flag.flag-slo[data-v-94ce181d]{background-position:0 -4320px}.flag.flag-swe[data-v-94ce181d],.flag.flag-se[data-v-94ce181d]{background-position:0 -4340px}.flag.flag-swz[data-v-94ce181d],.flag.flag-sz[data-v-94ce181d]{background-position:0 -4360px}.flag.flag-sxm[data-v-94ce181d]{background-position:0 -4380px}.flag.flag-syc[data-v-94ce181d],.flag.flag-sc[data-v-94ce181d],.flag.flag-sey[data-v-94ce181d]{background-position:0 -4400px}.flag.flag-syr[data-v-94ce181d],.flag.flag-sy[data-v-94ce181d]{background-position:0 -4420px}.flag.flag-tca[data-v-94ce181d],.flag.flag-tc[data-v-94ce181d]{background-position:0 -4440px}.flag.flag-tcd[data-v-94ce181d],.flag.flag-td[data-v-94ce181d],.flag.flag-cha[data-v-94ce181d]{background-position:0 -4460px}.flag.flag-tgo[data-v-94ce181d],.flag.flag-tg[data-v-94ce181d],.flag.flag-tog[data-v-94ce181d]{background-position:0 -4480px}.flag.flag-tha[data-v-94ce181d],.flag.flag-th[data-v-94ce181d]{background-position:0 -4500px}.flag.flag-tjk[data-v-94ce181d],.flag.flag-tj[data-v-94ce181d]{background-position:0 -4520px}.flag.flag-tkl[data-v-94ce181d],.flag.flag-tk[data-v-94ce181d]{background-position:0 -4540px}.flag.flag-tkm[data-v-94ce181d],.flag.flag-tm[data-v-94ce181d]{background-position:0 -4560px}.flag.flag-tls[data-v-94ce181d],.flag.flag-tl[data-v-94ce181d]{background-position:0 -4580px}.flag.flag-ton[data-v-94ce181d],.flag.flag-to[data-v-94ce181d],.flag.flag-tga[data-v-94ce181d]{background-position:0 -4600px}.flag.flag-tpe[data-v-94ce181d]{background-position:0 -4620px}.flag.flag-tto[data-v-94ce181d],.flag.flag-tt[data-v-94ce181d],.flag.flag-tri[data-v-94ce181d]{background-position:0 -4640px}.flag.flag-tun[data-v-94ce181d],.flag.flag-tn[data-v-94ce181d]{background-position:0 -4660px}.flag.flag-tur[data-v-94ce181d],.flag.flag-tr[data-v-94ce181d]{background-position:0 -4680px}.flag.flag-tuv[data-v-94ce181d],.flag.flag-tv[data-v-94ce181d]{background-position:0 -4700px}.flag.flag-twn[data-v-94ce181d],.flag.flag-tw[data-v-94ce181d]{background-position:0 -4720px}.flag.flag-twn2[data-v-94ce181d]{background-position:0 -4740px}.flag.flag-tza[data-v-94ce181d],.flag.flag-tz[data-v-94ce181d],.flag.flag-tan[data-v-94ce181d]{background-position:0 -4760px}.flag.flag-uga[data-v-94ce181d],.flag.flag-ug[data-v-94ce181d]{background-position:0 -4780px}.flag.flag-ukr[data-v-94ce181d],.flag.flag-ua[data-v-94ce181d]{background-position:0 -4800px}.flag.flag-umi[data-v-94ce181d],.flag.flag-um[data-v-94ce181d]{background-position:0 -4820px}.flag.flag-ury[data-v-94ce181d],.flag.flag-uy[data-v-94ce181d],.flag.flag-uru[data-v-94ce181d]{background-position:0 -4840px}.flag.flag-usa[data-v-94ce181d],.flag.flag-us[data-v-94ce181d]{background-position:0 -4860px}.flag.flag-uzb[data-v-94ce181d],.flag.flag-uz[data-v-94ce181d]{background-position:0 -4880px}.flag.flag-vat[data-v-94ce181d],.flag.flag-va[data-v-94ce181d]{background-position:0 -4900px}.flag.flag-vct[data-v-94ce181d],.flag.flag-vc[data-v-94ce181d],.flag.flag-vin[data-v-94ce181d]{background-position:0 -4920px}.flag.flag-ven[data-v-94ce181d],.flag.flag-ve[data-v-94ce181d]{background-position:0 -4940px}.flag.flag-vgb[data-v-94ce181d],.flag.flag-vg[data-v-94ce181d],.flag.flag-ivb[data-v-94ce181d]{background-position:0 -4960px}.flag.flag-vir[data-v-94ce181d],.flag.flag-vi[data-v-94ce181d],.flag.flag-isv[data-v-94ce181d]{background-position:0 -4980px}.flag.flag-vnm[data-v-94ce181d],.flag.flag-vn[data-v-94ce181d],.flag.flag-vie[data-v-94ce181d]{background-position:0 -5000px}.flag.flag-vut[data-v-94ce181d],.flag.flag-vu[data-v-94ce181d],.flag.flag-van[data-v-94ce181d]{background-position:0 -5020px}.flag.flag-wal[data-v-94ce181d]{background-position:0 -5040px}.flag.flag-wlf[data-v-94ce181d],.flag.flag-wf[data-v-94ce181d]{background-position:0 -5060px}.flag.flag-wsm[data-v-94ce181d],.flag.flag-ws[data-v-94ce181d],.flag.flag-sam[data-v-94ce181d]{background-position:0 -5080px}.flag.flag-yem[data-v-94ce181d],.flag.flag-ye[data-v-94ce181d]{background-position:0 -5100px}.flag.flag-zaf[data-v-94ce181d],.flag.flag-za[data-v-94ce181d],.flag.flag-rsa[data-v-94ce181d]{background-position:0 -5120px}.flag.flag-zmb[data-v-94ce181d],.flag.flag-zm[data-v-94ce181d],.flag.flag-zam[data-v-94ce181d]{background-position:0 -5140px}.flag.flag-zwe[data-v-94ce181d],.flag.flag-zw[data-v-94ce181d],.flag.flag-zim[data-v-94ce181d]{background-position:0 -5160px}.flag-big[data-v-94ce181d]{background-image:url(/assets/flag-big-b3171148.png);background-position:0 -11099px;background-repeat:no-repeat;display:inline-block;vertical-align:middle}.flag-big.flag-abw[data-v-94ce181d],.flag-big.flag-aw[data-v-94ce181d],.flag-big.flag-aru[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1px}.flag-big.flag-afg[data-v-94ce181d],.flag-big.flag-af[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -51px}.flag-big.flag-ago[data-v-94ce181d],.flag-big.flag-ao[data-v-94ce181d],.flag-big.flag-ang[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -101px}.flag-big.flag-aia[data-v-94ce181d],.flag-big.flag-ai[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -151px}.flag-big.flag-ala[data-v-94ce181d]{width:73px;height:48px;background-position:-1px -193px}.flag-big.flag-alb[data-v-94ce181d],.flag-big.flag-al[data-v-94ce181d]{width:67px;height:48px;background-position:-1px -243px}.flag-big.flag-and[data-v-94ce181d],.flag-big.flag-ad[data-v-94ce181d]{width:69px;height:48px;background-position:-1px -293px}.flag-big.flag-ant[data-v-94ce181d],.flag-big.flag-an[data-v-94ce181d],.flag-big.flag-aho[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -343px}.flag-big.flag-are[data-v-94ce181d],.flag-big.flag-ae[data-v-94ce181d],.flag-big.flag-uae[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -393px}.flag-big.flag-arg[data-v-94ce181d],.flag-big.flag-ar[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -435px}.flag-big.flag-arm[data-v-94ce181d],.flag-big.flag-am[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -485px}.flag-big.flag-asm[data-v-94ce181d],.flag-big.flag-as[data-v-94ce181d],.flag-big.flag-asa[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -527px}.flag-big.flag-ata[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -569px}.flag-big.flag-atf[data-v-94ce181d],.flag-big.flag-tf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -619px}.flag-big.flag-atg[data-v-94ce181d],.flag-big.flag-ag[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -669px}.flag-big.flag-aus[data-v-94ce181d],.flag-big.flag-au[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -719px}.flag-big.flag-aut[data-v-94ce181d],.flag-big.flag-at[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -761px}.flag-big.flag-aze[data-v-94ce181d],.flag-big.flag-az[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -811px}.flag-big.flag-bdi[data-v-94ce181d],.flag-big.flag-bi[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -853px}.flag-big.flag-bel[data-v-94ce181d],.flag-big.flag-be[data-v-94ce181d]{width:55px;height:48px;background-position:-1px -903px}.flag-big.flag-ben[data-v-94ce181d],.flag-big.flag-bj[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -953px}.flag-big.flag-bes[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1003px}.flag-big.flag-bfa[data-v-94ce181d],.flag-big.flag-bf[data-v-94ce181d],.flag-big.flag-bur[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1053px}.flag-big.flag-bgd[data-v-94ce181d],.flag-big.flag-bd[data-v-94ce181d],.flag-big.flag-ban[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -1103px}.flag-big.flag-bgr[data-v-94ce181d],.flag-big.flag-bg[data-v-94ce181d],.flag-big.flag-bul[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -1153px}.flag-big.flag-bhr[data-v-94ce181d],.flag-big.flag-bh[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -1203px}.flag-big.flag-bhs[data-v-94ce181d],.flag-big.flag-bs[data-v-94ce181d],.flag-big.flag-bah[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1253px}.flag-big.flag-bih[data-v-94ce181d],.flag-big.flag-ba[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1295px}.flag-big.flag-blm[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1337px}.flag-big.flag-blr[data-v-94ce181d],.flag-big.flag-by[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1387px}.flag-big.flag-blz[data-v-94ce181d],.flag-big.flag-bz[data-v-94ce181d],.flag-big.flag-biz[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1429px}.flag-big.flag-bmu[data-v-94ce181d],.flag-big.flag-bm[data-v-94ce181d],.flag-big.flag-ber[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1479px}.flag-big.flag-bol[data-v-94ce181d],.flag-big.flag-bo[data-v-94ce181d]{width:71px;height:48px;background-position:-1px -1521px}.flag-big.flag-bra[data-v-94ce181d],.flag-big.flag-br[data-v-94ce181d]{width:69px;height:48px;background-position:-1px -1571px}.flag-big.flag-brb[data-v-94ce181d],.flag-big.flag-bb[data-v-94ce181d],.flag-big.flag-bar[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1621px}.flag-big.flag-brn[data-v-94ce181d],.flag-big.flag-bn[data-v-94ce181d],.flag-big.flag-bru[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1671px}.flag-big.flag-btn[data-v-94ce181d],.flag-big.flag-bt[data-v-94ce181d],.flag-big.flag-bhu[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1713px}.flag-big.flag-bvt[data-v-94ce181d],.flag-big.flag-bv[data-v-94ce181d]{width:66px;height:48px;background-position:-1px -1763px}.flag-big.flag-bwa[data-v-94ce181d],.flag-big.flag-bw[data-v-94ce181d],.flag-big.flag-bot[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1813px}.flag-big.flag-caf[data-v-94ce181d],.flag-big.flag-cf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -1863px}.flag-big.flag-can[data-v-94ce181d],.flag-big.flag-ca[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1913px}.flag-big.flag-cck[data-v-94ce181d],.flag-big.flag-cc[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -1955px}.flag-big.flag-che[data-v-94ce181d],.flag-big.flag-ch[data-v-94ce181d],.flag-big.flag-sui[data-v-94ce181d]{width:48px;height:48px;background-position:-1px -1997px}.flag-big.flag-chl[data-v-94ce181d],.flag-big.flag-cl[data-v-94ce181d],.flag-big.flag-chi[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2047px}.flag-big.flag-chn[data-v-94ce181d],.flag-big.flag-cn[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2097px}.flag-big.flag-civ[data-v-94ce181d],.flag-big.flag-ci[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2147px}.flag-big.flag-cmr[data-v-94ce181d],.flag-big.flag-cm[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2197px}.flag-big.flag-cod[data-v-94ce181d],.flag-big.flag-cd[data-v-94ce181d],.flag-big.flag-zai[data-v-94ce181d]{width:64px;height:48px;background-position:-1px -2247px}.flag-big.flag-cog[data-v-94ce181d],.flag-big.flag-cg[data-v-94ce181d],.flag-big.flag-cgo[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2297px}.flag-big.flag-cok[data-v-94ce181d],.flag-big.flag-ck[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -2347px}.flag-big.flag-col[data-v-94ce181d],.flag-big.flag-co[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2389px}.flag-big.flag-com[data-v-94ce181d],.flag-big.flag-km[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -2439px}.flag-big.flag-cpv[data-v-94ce181d],.flag-big.flag-cv[data-v-94ce181d]{width:80px;height:47px;background-position:-1px -2489px}.flag-big.flag-cri[data-v-94ce181d],.flag-big.flag-cr[data-v-94ce181d],.flag-big.flag-crc[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -2538px}.flag-big.flag-cub[data-v-94ce181d],.flag-big.flag-cu[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -2588px}.flag-big.flag-cuw[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2630px}.flag-big.flag-cxr[data-v-94ce181d],.flag-big.flag-cx[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -2680px}.flag-big.flag-cym[data-v-94ce181d],.flag-big.flag-ky[data-v-94ce181d],.flag-big.flag-cay[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -2722px}.flag-big.flag-cyp[data-v-94ce181d],.flag-big.flag-cy[data-v-94ce181d]{width:73px;height:48px;background-position:-1px -2764px}.flag-big.flag-cze[data-v-94ce181d],.flag-big.flag-cz[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2814px}.flag-big.flag-deu[data-v-94ce181d],.flag-big.flag-de[data-v-94ce181d],.flag-big.flag-ger[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -2864px}.flag-big.flag-dji[data-v-94ce181d],.flag-big.flag-dj[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -2914px}.flag-big.flag-dma[data-v-94ce181d],.flag-big.flag-dm[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -2964px}.flag-big.flag-dnk[data-v-94ce181d],.flag-big.flag-dk[data-v-94ce181d],.flag-big.flag-den[data-v-94ce181d]{width:63px;height:48px;background-position:-1px -3006px}.flag-big.flag-dom[data-v-94ce181d],.flag-big.flag-do[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3056px}.flag-big.flag-dza[data-v-94ce181d],.flag-big.flag-dz[data-v-94ce181d],.flag-big.flag-alg[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3106px}.flag-big.flag-ecu[data-v-94ce181d],.flag-big.flag-ec[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3156px}.flag-big.flag-egy[data-v-94ce181d],.flag-big.flag-eg[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3206px}.flag-big.flag-eng[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -3256px}.flag-big.flag-eri[data-v-94ce181d],.flag-big.flag-er[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -3306px}.flag-big.flag-esp[data-v-94ce181d],.flag-big.flag-es[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3348px}.flag-big.flag-est[data-v-94ce181d],.flag-big.flag-ee[data-v-94ce181d]{width:76px;height:48px;background-position:-1px -3398px}.flag-big.flag-eth[data-v-94ce181d],.flag-big.flag-et[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -3448px}.flag-big.flag-eur[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3490px}.flag-big.flag-fin[data-v-94ce181d],.flag-big.flag-fi[data-v-94ce181d]{width:78px;height:48px;background-position:-1px -3540px}.flag-big.flag-fji[data-v-94ce181d],.flag-big.flag-fj[data-v-94ce181d],.flag-big.flag-fij[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -3590px}.flag-big.flag-flk[data-v-94ce181d],.flag-big.flag-fk[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -3632px}.flag-big.flag-fra[data-v-94ce181d],.flag-big.flag-fr[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3674px}.flag-big.flag-fro[data-v-94ce181d],.flag-big.flag-fo[data-v-94ce181d]{width:66px;height:48px;background-position:-1px -3724px}.flag-big.flag-fsm[data-v-94ce181d],.flag-big.flag-fm[data-v-94ce181d]{width:80px;height:42px;background-position:-1px -3774px}.flag-big.flag-gab[data-v-94ce181d],.flag-big.flag-ga[data-v-94ce181d]{width:64px;height:48px;background-position:-1px -3818px}.flag-big.flag-gbr[data-v-94ce181d],.flag-big.flag-gb[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -3868px}.flag-big.flag-geo[data-v-94ce181d],.flag-big.flag-ge[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3910px}.flag-big.flag-ggy[data-v-94ce181d],.flag-big.flag-gg[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -3960px}.flag-big.flag-gha[data-v-94ce181d],.flag-big.flag-gh[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4010px}.flag-big.flag-gib[data-v-94ce181d],.flag-big.flag-gi[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4060px}.flag-big.flag-gin[data-v-94ce181d],.flag-big.flag-gn[data-v-94ce181d],.flag-big.flag-gui[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4102px}.flag-big.flag-glp[data-v-94ce181d],.flag-big.flag-gp[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4152px}.flag-big.flag-gmb[data-v-94ce181d],.flag-big.flag-gm[data-v-94ce181d],.flag-big.flag-gam[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4202px}.flag-big.flag-gnb[data-v-94ce181d],.flag-big.flag-gw[data-v-94ce181d],.flag-big.flag-gbs[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4252px}.flag-big.flag-gnq[data-v-94ce181d],.flag-big.flag-gq[data-v-94ce181d],.flag-big.flag-geq[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4294px}.flag-big.flag-grc[data-v-94ce181d],.flag-big.flag-gr[data-v-94ce181d],.flag-big.flag-gre[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4344px}.flag-big.flag-grd[data-v-94ce181d],.flag-big.flag-gd[data-v-94ce181d],.flag-big.flag-grn[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -4394px}.flag-big.flag-grl[data-v-94ce181d],.flag-big.flag-gl[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4444px}.flag-big.flag-gtm[data-v-94ce181d],.flag-big.flag-gt[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -4494px}.flag-big.flag-guf[data-v-94ce181d],.flag-big.flag-gf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4544px}.flag-big.flag-gum[data-v-94ce181d],.flag-big.flag-gu[data-v-94ce181d]{width:80px;height:43px;background-position:-1px -4594px}.flag-big.flag-guy[data-v-94ce181d],.flag-big.flag-gy[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -4639px}.flag-big.flag-hkg[data-v-94ce181d],.flag-big.flag-hk[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4689px}.flag-big.flag-hmd[data-v-94ce181d],.flag-big.flag-hm[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4739px}.flag-big.flag-hnd[data-v-94ce181d],.flag-big.flag-hn[data-v-94ce181d],.flag-big.flag-hon[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4781px}.flag-big.flag-hrv[data-v-94ce181d],.flag-big.flag-hr[data-v-94ce181d],.flag-big.flag-cro[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4823px}.flag-big.flag-hti[data-v-94ce181d],.flag-big.flag-ht[data-v-94ce181d],.flag-big.flag-hai[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -4865px}.flag-big.flag-hun[data-v-94ce181d],.flag-big.flag-hu[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -4915px}.flag-big.flag-idn[data-v-94ce181d],.flag-big.flag-id[data-v-94ce181d],.flag-big.flag-ina[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -4957px}.flag-big.flag-imn[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5007px}.flag-big.flag-ind[data-v-94ce181d],.flag-big.flag-in[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5049px}.flag-big.flag-iot[data-v-94ce181d],.flag-big.flag-io[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5099px}.flag-big.flag-irl[data-v-94ce181d],.flag-big.flag-ie[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5141px}.flag-big.flag-irn[data-v-94ce181d],.flag-big.flag-ir[data-v-94ce181d],.flag-big.flag-iri[data-v-94ce181d]{width:80px;height:46px;background-position:-1px -5183px}.flag-big.flag-irq[data-v-94ce181d],.flag-big.flag-iq[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5231px}.flag-big.flag-isl[data-v-94ce181d],.flag-big.flag-is[data-v-94ce181d]{width:67px;height:48px;background-position:-1px -5281px}.flag-big.flag-isr[data-v-94ce181d],.flag-big.flag-il[data-v-94ce181d]{width:66px;height:48px;background-position:-1px -5331px}.flag-big.flag-ita[data-v-94ce181d],.flag-big.flag-it[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5381px}.flag-big.flag-jam[data-v-94ce181d],.flag-big.flag-jm[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5431px}.flag-big.flag-jey[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -5473px}.flag-big.flag-jor[data-v-94ce181d],.flag-big.flag-jo[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5523px}.flag-big.flag-jpn[data-v-94ce181d],.flag-big.flag-jp[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5565px}.flag-big.flag-kaz[data-v-94ce181d],.flag-big.flag-kz[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5615px}.flag-big.flag-ken[data-v-94ce181d],.flag-big.flag-ke[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5657px}.flag-big.flag-kgz[data-v-94ce181d],.flag-big.flag-kg[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -5707px}.flag-big.flag-khm[data-v-94ce181d],.flag-big.flag-kg[data-v-94ce181d],.flag-big.flag-cam[data-v-94ce181d]{width:75px;height:48px;background-position:-1px -5757px}.flag-big.flag-kir[data-v-94ce181d],.flag-big.flag-ki[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5807px}.flag-big.flag-kna[data-v-94ce181d],.flag-big.flag-kn[data-v-94ce181d],.flag-big.flag-skn[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5849px}.flag-big.flag-kor[data-v-94ce181d],.flag-big.flag-kr[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -5899px}.flag-big.flag-kos[data-v-94ce181d]{width:67px;height:48px;background-position:-1px -5949px}.flag-big.flag-kwt[data-v-94ce181d],.flag-big.flag-kw[data-v-94ce181d],.flag-big.flag-kuw[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -5999px}.flag-big.flag-lao[data-v-94ce181d],.flag-big.flag-la[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6041px}.flag-big.flag-lbn[data-v-94ce181d],.flag-big.flag-lb[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6091px}.flag-big.flag-lbr[data-v-94ce181d],.flag-big.flag-lr[data-v-94ce181d]{width:80px;height:42px;background-position:-1px -6141px}.flag-big.flag-lby[data-v-94ce181d],.flag-big.flag-ly[data-v-94ce181d],.flag-big.flag-lba[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6185px}.flag-big.flag-lca[data-v-94ce181d],.flag-big.flag-lc[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6227px}.flag-big.flag-lie[data-v-94ce181d],.flag-big.flag-li[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -6269px}.flag-big.flag-lka[data-v-94ce181d],.flag-big.flag-lk[data-v-94ce181d],.flag-big.flag-sri[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6319px}.flag-big.flag-lso[data-v-94ce181d],.flag-big.flag-ls[data-v-94ce181d],.flag-big.flag-les[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6361px}.flag-big.flag-ltu[data-v-94ce181d],.flag-big.flag-lt[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -6411px}.flag-big.flag-lux[data-v-94ce181d],.flag-big.flag-lu[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -6461px}.flag-big.flag-lva[data-v-94ce181d],.flag-big.flag-lv[data-v-94ce181d],.flag-big.flag-lat[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6511px}.flag-big.flag-mac[data-v-94ce181d],.flag-big.flag-mo[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6553px}.flag-big.flag-maf[data-v-94ce181d],.flag-big.flag-mf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6603px}.flag-big.flag-mar[data-v-94ce181d],.flag-big.flag-ma[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6653px}.flag-big.flag-mco[data-v-94ce181d],.flag-big.flag-mc[data-v-94ce181d],.flag-big.flag-mon[data-v-94ce181d]{width:60px;height:48px;background-position:-1px -6703px}.flag-big.flag-mda[data-v-94ce181d],.flag-big.flag-md[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6753px}.flag-big.flag-mdg[data-v-94ce181d],.flag-big.flag-mg[data-v-94ce181d],.flag-big.flag-mad[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6795px}.flag-big.flag-mdv[data-v-94ce181d],.flag-big.flag-mv[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -6845px}.flag-big.flag-mex[data-v-94ce181d],.flag-big.flag-mx[data-v-94ce181d]{width:80px;height:46px;background-position:-1px -6895px}.flag-big.flag-mhl[data-v-94ce181d],.flag-big.flag-mh[data-v-94ce181d]{width:80px;height:42px;background-position:-1px -6943px}.flag-big.flag-mkd[data-v-94ce181d],.flag-big.flag-mk[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -6987px}.flag-big.flag-mli[data-v-94ce181d],.flag-big.flag-ml[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7029px}.flag-big.flag-mlt[data-v-94ce181d],.flag-big.flag-mt[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7079px}.flag-big.flag-mmr[data-v-94ce181d],.flag-big.flag-mm[data-v-94ce181d],.flag-big.flag-mya[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7129px}.flag-big.flag-mne[data-v-94ce181d],.flag-big.flag-me[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7179px}.flag-big.flag-mng[data-v-94ce181d],.flag-big.flag-mn[data-v-94ce181d],.flag-big.flag-mgl[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7221px}.flag-big.flag-mnp[data-v-94ce181d],.flag-big.flag-mp[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7263px}.flag-big.flag-moz[data-v-94ce181d],.flag-big.flag-mz[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7305px}.flag-big.flag-mrt[data-v-94ce181d],.flag-big.flag-mr[data-v-94ce181d],.flag-big.flag-mtn[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7355px}.flag-big.flag-msr[data-v-94ce181d],.flag-big.flag-ms[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7405px}.flag-big.flag-mtq[data-v-94ce181d],.flag-big.flag-mq[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7447px}.flag-big.flag-mus[data-v-94ce181d],.flag-big.flag-mu[data-v-94ce181d],.flag-big.flag-mri[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7489px}.flag-big.flag-mwi[data-v-94ce181d],.flag-big.flag-mw[data-v-94ce181d],.flag-big.flag-maw[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7539px}.flag-big.flag-mys[data-v-94ce181d],.flag-big.flag-my[data-v-94ce181d],.flag-big.flag-mas[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7589px}.flag-big.flag-myt[data-v-94ce181d],.flag-big.flag-yt[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7631px}.flag-big.flag-nam[data-v-94ce181d],.flag-big.flag-na[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -7681px}.flag-big.flag-ncl[data-v-94ce181d],.flag-big.flag-nc[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7731px}.flag-big.flag-ner[data-v-94ce181d],.flag-big.flag-ne[data-v-94ce181d],.flag-big.flag-nig[data-v-94ce181d]{width:56px;height:48px;background-position:-1px -7773px}.flag-big.flag-nfk[data-v-94ce181d],.flag-big.flag-nf[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7823px}.flag-big.flag-nga[data-v-94ce181d],.flag-big.flag-ng[data-v-94ce181d],.flag-big.flag-ngr[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7865px}.flag-big.flag-nic[data-v-94ce181d],.flag-big.flag-ni[data-v-94ce181d],.flag-big.flag-nca[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -7907px}.flag-big.flag-nir[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7957px}.flag-big.flag-niu[data-v-94ce181d],.flag-big.flag-nu[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -7999px}.flag-big.flag-nld[data-v-94ce181d],.flag-big.flag-nl[data-v-94ce181d],.flag-big.flag-ned[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8041px}.flag-big.flag-nor[data-v-94ce181d],.flag-big.flag-no[data-v-94ce181d]{width:66px;height:48px;background-position:-1px -8091px}.flag-big.flag-npl[data-v-94ce181d],.flag-big.flag-np[data-v-94ce181d],.flag-big.flag-nep[data-v-94ce181d]{width:39px;height:48px;background-position:-1px -8141px}.flag-big.flag-nru[data-v-94ce181d],.flag-big.flag-nr[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8191px}.flag-big.flag-nzl[data-v-94ce181d],.flag-big.flag-nz[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8233px}.flag-big.flag-omn[data-v-94ce181d],.flag-big.flag-om[data-v-94ce181d],.flag-big.flag-oma[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8275px}.flag-big.flag-pak[data-v-94ce181d],.flag-big.flag-pk[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8317px}.flag-big.flag-pan[data-v-94ce181d],.flag-big.flag-pa[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8367px}.flag-big.flag-pcn[data-v-94ce181d],.flag-big.flag-pn[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8417px}.flag-big.flag-per[data-v-94ce181d],.flag-big.flag-pe[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8459px}.flag-big.flag-phl[data-v-94ce181d],.flag-big.flag-ph[data-v-94ce181d],.flag-big.flag-phi[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8509px}.flag-big.flag-plw[data-v-94ce181d],.flag-big.flag-pw[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -8551px}.flag-big.flag-png[data-v-94ce181d],.flag-big.flag-pg[data-v-94ce181d]{width:64px;height:48px;background-position:-1px -8601px}.flag-big.flag-pol[data-v-94ce181d],.flag-big.flag-pl[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -8651px}.flag-big.flag-pri[data-v-94ce181d],.flag-big.flag-pr[data-v-94ce181d],.flag-big.flag-pur[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8701px}.flag-big.flag-prk[data-v-94ce181d],.flag-big.flag-kp[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8751px}.flag-big.flag-prt[data-v-94ce181d],.flag-big.flag-pt[data-v-94ce181d],.flag-big.flag-por[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8793px}.flag-big.flag-pry[data-v-94ce181d],.flag-big.flag-py[data-v-94ce181d],.flag-big.flag-par[data-v-94ce181d]{width:80px;height:44px;background-position:-1px -8843px}.flag-big.flag-pse[data-v-94ce181d],.flag-big.flag-ps[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -8889px}.flag-big.flag-pyf[data-v-94ce181d],.flag-big.flag-pf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -8931px}.flag-big.flag-qat[data-v-94ce181d],.flag-big.flag-qa[data-v-94ce181d]{width:80px;height:31px;background-position:-1px -8981px}.flag-big.flag-reu[data-v-94ce181d],.flag-big.flag-re[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9014px}.flag-big.flag-rou[data-v-94ce181d],.flag-big.flag-ro[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9064px}.flag-big.flag-rus[data-v-94ce181d],.flag-big.flag-ru[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9114px}.flag-big.flag-rwa[data-v-94ce181d],.flag-big.flag-rw[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9164px}.flag-big.flag-sau[data-v-94ce181d],.flag-big.flag-sa[data-v-94ce181d],.flag-big.flag-ksa[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9214px}.flag-big.flag-sco[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -9264px}.flag-big.flag-sct[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -9314px}.flag-big.flag-sdn[data-v-94ce181d],.flag-big.flag-sd[data-v-94ce181d],.flag-big.flag-sud[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -9364px}.flag-big.flag-sen[data-v-94ce181d],.flag-big.flag-sn[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9406px}.flag-big.flag-sgp[data-v-94ce181d],.flag-big.flag-sg[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9456px}.flag-big.flag-sgs[data-v-94ce181d],.flag-big.flag-gs[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -9506px}.flag-big.flag-shn[data-v-94ce181d],.flag-big.flag-sh[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -9548px}.flag-big.flag-sjm[data-v-94ce181d]{width:66px;height:48px;background-position:-1px -9590px}.flag-big.flag-slb[data-v-94ce181d],.flag-big.flag-sb[data-v-94ce181d],.flag-big.flag-sol[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -9640px}.flag-big.flag-sle[data-v-94ce181d],.flag-big.flag-sl[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9682px}.flag-big.flag-slv[data-v-94ce181d],.flag-big.flag-sv[data-v-94ce181d],.flag-big.flag-esa[data-v-94ce181d]{width:80px;height:45px;background-position:-1px -9732px}.flag-big.flag-smr[data-v-94ce181d],.flag-big.flag-sm[data-v-94ce181d]{width:64px;height:48px;background-position:-1px -9779px}.flag-big.flag-som[data-v-94ce181d],.flag-big.flag-so[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9829px}.flag-big.flag-spm[data-v-94ce181d],.flag-big.flag-pm[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9879px}.flag-big.flag-srb[data-v-94ce181d],.flag-big.flag-rs[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -9929px}.flag-big.flag-ssd[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -9979px}.flag-big.flag-stp[data-v-94ce181d],.flag-big.flag-st[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10021px}.flag-big.flag-sur[data-v-94ce181d],.flag-big.flag-sr[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10063px}.flag-big.flag-svk[data-v-94ce181d],.flag-big.flag-sk[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10113px}.flag-big.flag-svn[data-v-94ce181d],.flag-big.flag-si[data-v-94ce181d],.flag-big.flag-slo[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10163px}.flag-big.flag-swe[data-v-94ce181d],.flag-big.flag-se[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -10205px}.flag-big.flag-swz[data-v-94ce181d],.flag-big.flag-sz[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10255px}.flag-big.flag-sxm[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10305px}.flag-big.flag-syc[data-v-94ce181d],.flag-big.flag-sc[data-v-94ce181d],.flag-big.flag-sey[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10355px}.flag-big.flag-syr[data-v-94ce181d],.flag-big.flag-sy[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10397px}.flag-big.flag-tca[data-v-94ce181d],.flag-big.flag-tc[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10447px}.flag-big.flag-tcd[data-v-94ce181d],.flag-big.flag-td[data-v-94ce181d],.flag-big.flag-cha[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10489px}.flag-big.flag-tgo[data-v-94ce181d],.flag-big.flag-tg[data-v-94ce181d],.flag-big.flag-tog[data-v-94ce181d]{width:77px;height:48px;background-position:-1px -10539px}.flag-big.flag-tha[data-v-94ce181d],.flag-big.flag-th[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10589px}.flag-big.flag-tjk[data-v-94ce181d],.flag-big.flag-tj[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10639px}.flag-big.flag-tkl[data-v-94ce181d],.flag-big.flag-tk[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10681px}.flag-big.flag-tkm[data-v-94ce181d],.flag-big.flag-tm[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10723px}.flag-big.flag-tls[data-v-94ce181d],.flag-big.flag-tl[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10773px}.flag-big.flag-ton[data-v-94ce181d],.flag-big.flag-to[data-v-94ce181d],.flag-big.flag-tga[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -10815px}.flag-big.flag-tpe[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10857px}.flag-big.flag-tto[data-v-94ce181d],.flag-big.flag-tt[data-v-94ce181d],.flag-big.flag-tri[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -10907px}.flag-big.flag-tun[data-v-94ce181d],.flag-big.flag-tn[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -10957px}.flag-big.flag-tur[data-v-94ce181d],.flag-big.flag-tr[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11007px}.flag-big.flag-tuv[data-v-94ce181d],.flag-big.flag-tv[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -11057px}.flag-big.flag-twn[data-v-94ce181d],.flag-big.flag-tw[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11099px}.flag-big.flag-twn2[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11149px}.flag-big.flag-tza[data-v-94ce181d],.flag-big.flag-tz[data-v-94ce181d],.flag-big.flag-tan[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11199px}.flag-big.flag-uga[data-v-94ce181d],.flag-big.flag-ug[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11249px}.flag-big.flag-ukr[data-v-94ce181d],.flag-big.flag-ua[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11299px}.flag-big.flag-umi[data-v-94ce181d],.flag-big.flag-um[data-v-94ce181d]{width:80px;height:42px;background-position:-1px -11349px}.flag-big.flag-ury[data-v-94ce181d],.flag-big.flag-uy[data-v-94ce181d],.flag-big.flag-uru[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11393px}.flag-big.flag-usa[data-v-94ce181d],.flag-big.flag-us[data-v-94ce181d]{width:80px;height:42px;background-position:-1px -11443px}.flag-big.flag-uzb[data-v-94ce181d],.flag-big.flag-uz[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -11487px}.flag-big.flag-vat[data-v-94ce181d],.flag-big.flag-va[data-v-94ce181d]{width:48px;height:48px;background-position:-1px -11529px}.flag-big.flag-vct[data-v-94ce181d],.flag-big.flag-vc[data-v-94ce181d],.flag-big.flag-vin[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11579px}.flag-big.flag-ven[data-v-94ce181d],.flag-big.flag-ve[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11629px}.flag-big.flag-vgb[data-v-94ce181d],.flag-big.flag-vg[data-v-94ce181d],.flag-big.flag-ivb[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -11679px}.flag-big.flag-vir[data-v-94ce181d],.flag-big.flag-vi[data-v-94ce181d],.flag-big.flag-isv[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11721px}.flag-big.flag-vnm[data-v-94ce181d],.flag-big.flag-vn[data-v-94ce181d],.flag-big.flag-vie[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11771px}.flag-big.flag-vut[data-v-94ce181d],.flag-big.flag-vu[data-v-94ce181d],.flag-big.flag-van[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -11821px}.flag-big.flag-wal[data-v-94ce181d]{width:80px;height:48px;background-position:-1px -11871px}.flag-big.flag-wlf[data-v-94ce181d],.flag-big.flag-wf[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -11921px}.flag-big.flag-wsm[data-v-94ce181d],.flag-big.flag-ws[data-v-94ce181d],.flag-big.flag-sam[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -11971px}.flag-big.flag-yem[data-v-94ce181d],.flag-big.flag-ye[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -12013px}.flag-big.flag-zaf[data-v-94ce181d],.flag-big.flag-za[data-v-94ce181d],.flag-big.flag-rsa[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -12063px}.flag-big.flag-zmb[data-v-94ce181d],.flag-big.flag-zm[data-v-94ce181d],.flag-big.flag-zam[data-v-94ce181d]{width:72px;height:48px;background-position:-1px -12113px}.flag-big.flag-zwe[data-v-94ce181d],.flag-big.flag-zw[data-v-94ce181d],.flag-big.flag-zim[data-v-94ce181d]{width:80px;height:40px;background-position:-1px -12163px}.opportunities[data-v-94ce181d]{width:100%;max-width:1200px;align-self:center;position:relative;margin-top:0}.opportunities.obscured[data-v-94ce181d]:before{content:"";position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to bottom,transparent,hsl(249,11%,7%) 80%);pointer-events:none;z-index:15}.opportunities .show-more[data-v-94ce181d]{letter-spacing:.1em;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:20;white-space:nowrap;transition:opacity .15s ease;opacity:.8}.opportunities .show-more[data-v-94ce181d]:hover{opacity:1}.opportunities .card[data-v-94ce181d]{position:relative;overflow-y:hidden;overflow-x:auto;max-height:var(--max-height, 80vh);transition:max-height .3s ease}.opportunities h3[data-v-94ce181d]{margin-bottom:0;text-align:center;position:sticky;left:0}.opportunities table[data-v-94ce181d]{margin-top:1rem}.opportunities table td[data-v-94ce181d]{position:relative}.opportunities table th[data-v-94ce181d]{text-align:center}.opportunities table th[data-v-94ce181d]:nth-child(1 of.extra){border-left:2px solid hsl(0,0%,18%)}.opportunities table th[data-v-94ce181d]:nth-last-child(1 of.extra){border-right:2px solid hsl(0,0%,18%)}.opportunities table .preheader[data-v-94ce181d]{text-align:center}.opportunities table .preheader th[data-v-94ce181d]{border-bottom:none;padding-top:.3rem;padding-bottom:0}.opportunities table .preheader th.extra[data-v-94ce181d]{background-color:#2e2e2e;letter-spacing:.2em;color:#fff}.opportunities table td[data-v-94ce181d]:nth-child(1){width:4ch;font-size:.8em;color:#b3b3b3;padding-right:0}.opportunities table td.competition-name[data-v-94ce181d]{position:relative;white-space:nowrap}.opportunities table td.competition-name sup[data-v-94ce181d]{color:#b3b3b3;z-index:2;font-size:.6em;position:absolute;right:0;top:0;bottom:0;height:100%;display:flex;align-items:center;background:linear-gradient(to left,hsl(249,11%,12%) 80%,rgba(28,27,34,0));padding-inline:1.5em .25em}.opportunities table td.competition-name[data-v-94ce181d]:after{content:"";display:block;position:absolute;right:0;top:0;bottom:0;width:max(5em,40%);background:linear-gradient(to left,hsl(249,11%,12%),hsl(249,11%,7%))}.opportunities table td.competition-name a[data-v-94ce181d]{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;position:relative;z-index:1;width:60ch;max-width:fit-content}@media (max-width: 68.74em){.opportunities table td.competition-name a[data-v-94ce181d]{width:55vw}}.opportunities table th.pq[data-v-94ce181d]{width:10ch;text-align:center}.opportunities table td.pq[data-v-94ce181d]{overflow-y:clip;overflow-x:visible;text-align:center;color:#ffd33c;font-size:.85em;isolation:isolate;max-width:12ch;z-index:1}.opportunities table td.alt[data-v-94ce181d]{position:relative;background-color:#1c1b22}.opportunities table td.pilots[data-v-94ce181d]{text-align:right}.opportunities tr.past td.competition-name a[data-v-94ce181d]{color:#b3b3b3;text-decoration:line-through}.opportunities tr.past td.competition-name a[data-v-94ce181d]:hover{text-decoration:underline}.opportunities .status-tick[data-v-94ce181d]{color:#fff;position:absolute;top:50%;height:fit-content;right:2.5em;transform:translateY(-50%);cursor:default}.opportunities .status-tick svg[data-v-94ce181d]{display:block;width:1em;height:1em}.opportunities .status-tick.good[data-v-94ce181d]{color:#4ae23c}.opportunities .status-tick.muted[data-v-94ce181d]{color:#b3b3b3}.opportunities .fai-cat[data-v-94ce181d]{padding-right:0}.opportunities .fai-cat.cat-1[data-v-94ce181d]{color:#00b7ff}.opportunities .fai-cat.cat-2[data-v-94ce181d]{visibility:hidden}.opportunities .fai-cat span[data-v-94ce181d]{width:4ch;white-space:wrap;color:#b3b3b3;font-size:clamp(.55rem,2vmin,.7rem);line-height:.8;display:inline-block;text-align:center;transform:translateY(.25em)}.opportunities td.confidence[data-v-94ce181d]{text-align:right;width:4ch}.opportunities td.clickable-points[data-v-94ce181d]{cursor:pointer}.opportunities td.clickable-points[data-v-94ce181d]:hover{background-color:#2e2e2e}.dialog[data-v-94ce181d]{width:40ch}.dialog .dialog-content[data-v-94ce181d]{padding:clamp(.5rem,1vw,1.2rem) clamp(.5rem,2vw,1.5rem);padding-bottom:0}.dialog .dialog-content h4[data-v-94ce181d]{margin:0 0 .8rem;text-align:center;font-size:clamp(.7rem,3vmin,.9rem)}.dialog .positions-table-wrapper[data-v-94ce181d]{max-height:75svh;overflow-y:auto;overscroll-behavior:contain}.dialog .positions-table[data-v-94ce181d]{width:100%;margin:0;margin-bottom:1rem}.dialog .positions-table thead[data-v-94ce181d]{position:sticky;top:0;z-index:1;background-color:#101014;box-shadow:0 1px #2e2e2e}.dialog .positions-table th[data-v-94ce181d],.dialog .positions-table td[data-v-94ce181d]{text-align:right;padding:.15rem 1rem .15rem .5rem;white-space:nowrap}.dialog .positions-table th[data-v-94ce181d]:first-child,.dialog .positions-table td[data-v-94ce181d]:first-child{text-align:left;width:100%}.dialog .positions-table tbody tr[data-v-94ce181d]{background:linear-gradient(to left,hsl(249,11%,12%) var(--bar-width, 0%),transparent var(--bar-width, 0%))}.dialog .positions-table tr.good td[data-v-94ce181d]{color:#4ae23c}.fade-enter-active[data-v-09da36e1],.fade-leave-active[data-v-09da36e1]{transition:opacity .3s}.fade-enter-from[data-v-09da36e1],.fade-leave-to[data-v-09da36e1]{opacity:0}.fade-enter-to[data-v-09da36e1],.fade-leave-from[data-v-09da36e1]{opacity:1}@keyframes pulsing-opacity-09da36e1{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}footer[data-v-09da36e1]{display:flex;flex-wrap:wrap;justify-content:center;margin:2rem auto 1rem;font-size:.8rem;color:gray;row-gap:.3em}footer p[data-v-09da36e1]{display:inline;white-space:nowrap}footer p+p[data-v-09da36e1]:before{content:"•";margin-inline:1em}footer p a[data-v-09da36e1]{color:#bfbfbf;text-decoration:none;transition:.15s;white-space:nowrap}footer p a[data-v-09da36e1]:hover{color:#ffd33c}footer p .icon-telegram[data-v-09da36e1]{width:1.1em;height:1.1em;vertical-align:-.25em;fill:currentColor}footer p .social-link[data-v-09da36e1]{margin-left:.4em}footer p .social-link.social-instagram[data-v-09da36e1]:hover{color:#e1306c}footer p .social-link.social-facebook[data-v-09da36e1]:hover{color:#1877f2}footer p a[data-v-09da36e1]:has(.icon-telegram):hover{color:#26a5e4}footer p .icon-social[data-v-09da36e1]{width:1.1em;height:1.1em;vertical-align:-.25em;fill:currentColor}.toptab[data-v-09da36e1]{position:absolute;z-index:5;top:-.1em;right:clamp(.5rem,2vw,1.5rem);font-size:clamp(.55rem,2vmin,.7rem);background-color:#9742c7;padding:.2em .5em .1em;border-bottom-left-radius:.3em;border-bottom-right-radius:.3em;transition:top .2sec ease-in}.toptab[data-v-09da36e1]:has(a:hover){top:0}.toptab a[data-v-09da36e1],.toptab a[data-v-09da36e1]:hover{color:#fff}.toptab a[data-v-09da36e1]:after{content:" ›"}.toptab[data-v-09da36e1]:before{content:none}@media (max-width: 400px){footer[data-v-09da36e1]{flex-direction:column;align-items:center}footer p+p[data-v-09da36e1]:before{content:"";margin-inline:0}}.fade-enter-active[data-v-371334cd],.fade-leave-active[data-v-371334cd]{transition:opacity .3s}.fade-enter-from[data-v-371334cd],.fade-leave-to[data-v-371334cd]{opacity:0}.fade-enter-to[data-v-371334cd],.fade-leave-from[data-v-371334cd]{opacity:1}@keyframes pulsing-opacity-371334cd{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}aside[data-v-371334cd]{width:100vw;min-height:10vh;transition:min-height .5s ease 3s;position:sticky;bottom:0;z-index:50;background-color:#ffd33ccc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#101014;padding:1rem;padding-left:25vw;display:flex;justify-content:center;align-items:center;opacity:1;width:100%}aside>div[data-v-371334cd]{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:center;align-items:center}aside .portrait[data-v-371334cd]{width:max(15vw,100px);max-width:202px;position:absolute;bottom:0;left:1vw;margin-bottom:-1rem;align-self:flex-end}aside .texts[data-v-371334cd]{line-height:1.2;display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:clamp(1rem,2vw,1.5rem);text-align:center}aside .buttons[data-v-371334cd]{display:flex;flex-wrap:wrap;gap:.6em clamp(.8rem,2vw,2rem);justify-content:center}aside a[data-v-371334cd],aside button[data-v-371334cd]{font-family:Comfortaa,cursive,Arial,Helvetica,sans-serif;line-height:1.2;text-align:center;text-decoration:none;background:none;background-color:#ffd33cbf;color:#101014;border:1px solid #bc9100;padding:.4em .6em;border-radius:4px;font-size:clamp(.9rem,2vw,1.2rem);cursor:pointer;transition:background-color .3s ease,border-color .3s ease}aside a[data-v-371334cd]:hover,aside button[data-v-371334cd]:hover{border-color:#3c2e00}.slide-down-enter-active[data-v-371334cd]{transition:transform .4s ease-out}.slide-down-enter-from[data-v-371334cd]{transform:translateY(100%)}.slide-down-leave-active[data-v-371334cd]{transition:transform .4s ease-in}.slide-down-leave-to[data-v-371334cd]{transform:translateY(100%)}.fade-enter-active[data-v-0b412583],.fade-leave-active[data-v-0b412583]{transition:opacity .3s}.fade-enter-from[data-v-0b412583],.fade-leave-to[data-v-0b412583]{opacity:0}.fade-enter-to[data-v-0b412583],.fade-leave-from[data-v-0b412583]{opacity:1}@keyframes pulsing-opacity-0b412583{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}[data-v-0b412583]:root{font-size:16px;scroll-behavior:smooth}*[data-v-0b412583],*[data-v-0b412583]:before,*[data-v-0b412583]:after{box-sizing:border-box;margin:0;font-weight:400}h3[data-v-0b412583]{font-size:clamp(.8rem,4vmin,1rem)}h4[data-v-0b412583]{font-size:clamp(.75rem,3.5vmin,1rem)}hr[data-v-0b412583]{border:none;border-top:1px solid hsl(0,0%,18%);margin:.3rem 0}html[data-v-0b412583]{scrollbar-gutter:stable}html[data-v-0b412583],body[data-v-0b412583],#app[data-v-0b412583],main[data-v-0b412583]{min-height:100%;margin:0;padding:0}body[data-v-0b412583]{font-family:Comfortaa,cursive;color:#fff;background-color:#262630;background-image:url(/img/bg-alone-in-the-sky.jpg);background-position:top center;background-repeat:no-repeat;background-size:100%;background-attachment:fixed;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main[data-v-0b412583]{min-height:100dvh;display:flex;flex-direction:column;min-height:100vh;padding-inline:clamp(.5rem,2vw,2rem);padding-top:clamp(.5rem,2vw,2rem)}.button[data-v-0b412583]{font-family:Comfortaa,cursive,sans-serif;text-transform:uppercase;display:block;padding:.5rem 3rem;background-color:#fff;color:#262630;border:none;border-radius:4px;font-size:clamp(.7rem,3vmin,.9rem);cursor:pointer}.button svg[data-v-0b412583]{width:1.2em;height:1.2em}.dialog[data-v-0b412583]{border:1px solid hsl(0,0%,18%);border-radius:.3rem;background:hsl(249,11%,7%);color:#fff;padding:0;width:50ch;max-width:90vw;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dialog[data-v-0b412583]::backdrop{background:rgba(0,0,0,.8)}.dropdown[data-v-0b412583]{display:inline-block;padding:.4rem .6rem;border:1px solid hsl(0,0%,18%);background-color:#101014;color:#fff;border-radius:.3rem;font-family:inherit;cursor:pointer;transition:border-color .2s;font-size:clamp(.7rem,3vmin,.9rem)}.dropdown[data-v-0b412583]:hover{border-color:#b19df7}.dropdown[data-v-0b412583]:focus{outline:none;border-color:#b19df7;box-shadow:0 0 0 2px #b19df71a}.dropdown option[data-v-0b412583]{background-color:#101014;color:#fff}section[data-v-0b412583]{display:flex;justify-content:center;gap:1rem}section+section[data-v-0b412583]{margin-top:1rem}.card[data-v-0b412583]{position:relative;width:100%;max-width:2400px;padding:clamp(.9rem,2vw,1.2rem) clamp(.5rem,2vw,1.5rem);border-radius:.3rem;background-color:#101014;overflow-x:auto}.card.loading[data-v-0b412583]:after{content:"";position:absolute;top:0;left:0;background:hsl(249,11%,7%);width:100%;height:100%;z-index:1;animation:pulsing-opacity-0b412583 1.5s ease infinite;pointer-events:none}.mini-table[data-v-0b412583]{width:100%;border-collapse:collapse;font-size:clamp(.75rem,3.5vmin,1rem);text-align:left}.mini-table .decimal[data-v-0b412583]{font-size:.85em}.mini-table th[data-v-0b412583],.mini-table td[data-v-0b412583]{padding:.3rem .5rem;border-bottom:1px solid hsl(0,0%,18%)}.mini-table th[data-v-0b412583]{text-transform:uppercase;font-size:clamp(.55rem,2vmin,.7rem);color:#b3b3b3;vertical-align:bottom}.mini-table td a[data-v-0b412583]{text-decoration-color:#737373;color:#fff;transition:text-decoration .15s}.mini-table td a[data-v-0b412583]:hover{text-decoration-color:#b3b3b3}.good[data-v-0b412583]{color:#4ae23c}.bad[data-v-0b412583]{color:#f70264}.neutral[data-v-0b412583]{color:#fff}.unimportant[data-v-0b412583]{color:#b3b3b3}.rank[data-v-0b412583]{color:#2e6cee}.points[data-v-0b412583]{color:#c661ff}.comps[data-v-0b412583]{color:#ffd33c}.flag[data-v-0b412583]{transform:scale(.7);transform-origin:left center}.pq-circle[data-v-0b412583]{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid #ffd33c;pointer-events:none;background-color:#101014}.medal[data-v-0b412583]{display:inline-block;width:1.3em;height:1.3em;border-radius:50%;border:1.5px solid rgba(0,0,0,.3);vertical-align:middle;box-shadow:inset 0 1px 2px #ffffff4d,0 1px 2px #0003}.medal.gold[data-v-0b412583]{background:linear-gradient(135deg,#ffd700,#c8a200);border-color:#a0820080}.medal.silver[data-v-0b412583]{background:linear-gradient(135deg,#e0e0e0,#a8a8a8);border-color:#78787880}.medal.bronze[data-v-0b412583]{background:linear-gradient(135deg,#cd7f32,#a0612b);border-color:#643c1480}.accordion-header[data-v-0b412583]{cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content;display:flex;align-items:baseline;gap:.5rem;color:#b3b3b3}.accordion-header[data-v-0b412583]:hover{color:#fff}.accordion-icon[data-v-0b412583]{display:inline-block;width:.8em;height:.8em;background-color:currentColor;border-radius:50%;position:relative;flex-shrink:0}.accordion-icon[data-v-0b412583]:before,.accordion-icon[data-v-0b412583]:after{content:"";position:absolute;background-color:#101014;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.accordion-icon[data-v-0b412583]:before{width:55%;height:1.5px}.accordion-icon[data-v-0b412583]:after{width:1.5px;height:55%}.accordion-icon.open[data-v-0b412583]:after{transform:translate(-50%,-50%) scaleY(0)}.accordion-enter-active[data-v-0b412583],.accordion-leave-active[data-v-0b412583]{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease}.accordion-enter-from[data-v-0b412583],.accordion-leave-to[data-v-0b412583]{grid-template-rows:0fr}.accordion-enter-active>div[data-v-0b412583],.accordion-leave-active>div[data-v-0b412583]{overflow:hidden}header[data-v-0b412583]{display:flex;flex-wrap:wrap;gap:.6em 1em;justify-content:center;align-items:baseline;margin-block:clamp(.2em,2vmin,1em) clamp(.2em,2vmin,1.5em);margin-bottom:clamp(.1rem,4vmin,2rem)}header h1[data-v-0b412583]{text-align:center;font-size:clamp(1.2rem,3vmin,2rem)}header>div[data-v-0b412583]{max-width:100%}section.main-chart[data-v-0b412583]{margin-bottom:0}.view-tabs[data-v-0b412583]{display:flex;gap:.2em;width:100%;max-width:1200px;align-self:center;margin-left:2rem}.view-tabs button[data-v-0b412583]{background:hsl(249,11%,12%);color:#fff;border:1px solid hsl(249,11%,12%);border-top-left-radius:6px;border-top-right-radius:6px;border:none;font-family:inherit;font-size:clamp(.7rem,3vmin,.9rem);cursor:pointer;padding:.5em .9em;transform:translateY(.2em);transition:transform .1s ease-in-out,color .1s ease-in-out;position:relative;z-index:0;overflow:hidden}.view-tabs button[data-v-0b412583]:hover{transform:translateY(0);color:#fff}.view-tabs button.active[data-v-0b412583]{transform:none;border:1px solid hsl(249,11%,7%);border:none;background:hsl(249,11%,7%);color:#fff}.view-tabs button.future[data-v-0b412583]:not(.active){background:hsl(249,11%,7%)}.view-tabs button.future[data-v-0b412583]:not(.active):after{content:"";position:absolute;bottom:-25px;left:-25%;width:150%;height:100%;background:radial-gradient(circle at 20% 110%,rgba(95,187,33,.6),transparent 80%),radial-gradient(circle at 80% 110%,rgba(23,200,223,.5),transparent 50%),radial-gradient(circle at 50% 120%,rgba(175,255,140,.4),transparent 60%);filter:blur(10px);mix-blend-mode:screen;z-index:-1;animation:aurora-dance-0b412583 3s ease-in-out infinite alternate;opacity:.8}@keyframes aurora-dance-0b412583{0%{transform:translate(0) scaleY(1) skew(-5deg);filter:blur(10px)}50%{transform:translate(-10%) scaleY(1.3) skew(5deg);filter:blur(20px);opacity:1}to{transform:translate(-5%) scaleY(.9) skew(-2deg);filter:blur(15px)}}.fade-enter-active[data-v-8b3eb0cd],.fade-leave-active[data-v-8b3eb0cd]{transition:opacity .3s}.fade-enter-from[data-v-8b3eb0cd],.fade-leave-to[data-v-8b3eb0cd]{opacity:0}.fade-enter-to[data-v-8b3eb0cd],.fade-leave-from[data-v-8b3eb0cd]{opacity:1}@keyframes pulsing-opacity-8b3eb0cd{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}header[data-v-8b3eb0cd]{display:flex;align-items:baseline;gap:.5em}header .site-logo[data-v-8b3eb0cd]{display:flex;align-items:center;text-decoration:none;transition:.15s;color:#fff}header .site-logo img[data-v-8b3eb0cd]{height:1.8em;width:auto;margin-right:.5em;transform:translateY(-.15em)}header .site-logo[data-v-8b3eb0cd]:hover{color:#ffd33c}article[data-v-8b3eb0cd]{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.fun-fact-nav[data-v-8b3eb0cd]{display:grid;width:600px;max-width:100%;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:.5rem;margin-inline:auto;margin-block:clamp(1rem,4vmin,2rem)}.fun-fact-nav .nav-link[data-v-8b3eb0cd]{justify-self:center;display:flex;justify-content:center;align-items:center;color:#b3b3b3;text-decoration:none;font-size:clamp(.7rem,3vmin,.9rem);width:fit-content;transform:translateY(-.08em);line-height:1;padding:0 .5rem;transition:color .2s}.fun-fact-nav .nav-link[data-v-8b3eb0cd]:first-child{justify-self:start}.fun-fact-nav .nav-link[data-v-8b3eb0cd]:first-child:before{content:"‹";font-size:1.5em;padding-right:.5em;transform:translateY(-.05em)}.fun-fact-nav .nav-link[data-v-8b3eb0cd]:last-child{justify-self:end}.fun-fact-nav .nav-link[data-v-8b3eb0cd]:last-child:after{content:"›";font-size:1.5em;padding-left:.5em;transform:translateY(-.05em)}.fun-fact-nav .nav-link.disabled[data-v-8b3eb0cd]{visibility:hidden}.fun-fact-nav .nav-link[data-v-8b3eb0cd]:hover{color:#ffd33c}.fun-fact-nav .nav-current[data-v-8b3eb0cd]{color:#b3b3b3;font-size:clamp(.7rem,3vmin,.9rem);text-align:center}.fade-enter-active[data-v-02a68be1],.fade-leave-active[data-v-02a68be1]{transition:opacity .3s}.fade-enter-from[data-v-02a68be1],.fade-leave-to[data-v-02a68be1]{opacity:0}.fade-enter-to[data-v-02a68be1],.fade-leave-from[data-v-02a68be1]{opacity:1}@keyframes pulsing-opacity-02a68be1{0%{opacity:.8}50%{opacity:.9}to{opacity:.8}}.back-to-top[data-v-02a68be1]{position:fixed;bottom:1.5rem;right:1.5rem;width:50px;height:50px;padding-bottom:7px;background:hsl(0,0%,100%);color:#262630;border:none;border-radius:50%;font-size:24px;cursor:pointer;opacity:.3;transition:opacity .3s ease;z-index:40}.back-to-top[data-v-02a68be1]:hover{opacity:1}.fade-slide-enter-active[data-v-02a68be1],.fade-slide-leave-active[data-v-02a68be1]{transition:opacity .3s ease,transform .3s ease}.fade-slide-enter-from[data-v-02a68be1],.fade-slide-leave-to[data-v-02a68be1]{opacity:0;transform:translateY(20px)}
