@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:" "}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(/assets/ad-uwrigl9X.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(/assets/ad-BLNJJBny.svg)}.flag-icon-ae{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ae'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300732f'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='red'%20d='M0%200h220v480H0z'/%3e%3c/svg%3e")}.flag-icon-ae.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ae'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300732f'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='red'%20d='M0%200h180v512H0z'/%3e%3c/svg%3e")}.flag-icon-af{background-image:url(/assets/af-CdYEwOeK.svg)}.flag-icon-af.flag-icon-squared{background-image:url(/assets/af-DB5PZ-uQ.svg)}.flag-icon-ag{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ag'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ag-a'%3e%3cpath%20fill-opacity='.7'%20d='M-79.7%200H603v512H-79.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ag-a)'%20transform='translate(74.7)%20scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-120%200h763.3v511.5H-120z'/%3e%3cpath%20d='M-118.3.6h760.9v216.1h-761z'/%3e%3cpath%20fill='%230061ff'%20d='M21.3%20203.2h505V317h-505z'/%3e%3cpath%20fill='%23e20000'%20d='M642.8%201.8V512H262L642.8%201.7zm-761.5%200V512H262L-118.7%201.7z'/%3e%3cpath%20fill='%23ffd600'%20d='M440.4%20203.3%20364%20184l64.9-49-79.7%2011.4%2041-69.5-70.7%2041L332.3%2037l-47.9%2063.8-19.3-74-21.7%2076.3-47.8-65%2013.7%2083.2L138.5%2078l41%2069.5-77.4-12.5%2063.8%2047.8L86%20203.3h354.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ag.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ag'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ag-a'%3e%3cpath%20fill='%2325ff01'%20d='M109%2047.6h464.8v464.9H109z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ag-a)'%20transform='translate(-120%20-52.4)%20scale(1.1014)'%3e%3cpath%20fill='%23fff'%20d='M0%2047.6h693V512H0z'/%3e%3cpath%20d='M1.5%2048.2h690.9v196.2H1.5z'/%3e%3cpath%20fill='%230061ff'%20d='M128.3%20232.1h458.5v103.4H128.3z'/%3e%3cpath%20fill='%23e20000'%20d='M692.5%2049.2v463.3H347L692.5%2049.2zm-691.3%200v463.3h345.7L1.2%2049.2z'/%3e%3cpath%20fill='%23ffd600'%20d='m508.8%20232.2-69.3-17.6%2059-44.4-72.5%2010.3%2037.3-63-64.1%2037.2%2011.3-73.5-43.4%2058-17.6-67.3-19.6%2069.3-43.4-59%2012.4%2075.6-64.1-39.3%2037.2%2063-70.3-11.3%2057.9%2043.4-72.4%2018.6h321.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ai{background-image:url(/assets/ai-D_Zoxank.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(/assets/ai-TYNyGR37.svg)}.flag-icon-al{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-al'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23e41e20'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='a'%20d='M272%2093.3c-4.6%200-12.3%201.5-12.2%205-13-2.1-14.3%203.2-13.5%208%201.2-1.9%202.7-3%203.9-3.1%201.7-.3%203.5.3%205.4%201.4a21.6%2021.6%200%200%201%204.8%204.1c-4.6%201.1-8.2.4-11.8-.2a16.5%2016.5%200%200%201-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7%202.3%202.1%204%205.6%205.8%2010%206.6%202.1.3%205.3%201%208.9%201%203.6%200%207.6-.5%209.8%200-1.3.8-2.8%202.3-5.8%202.8-3%20.6-7.5-1.8-10.3-2.4.3%202.3%203.3%204.5%209.1%205.7%209.6%202%2017.5%203.6%2022.8%206.5a37.3%2037.3%200%200%201%2010.9%209.2c4.7%205.5%205%209.8%205.2%2010.8%201%208.8-2.1%2013.8-7.9%2015.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12%20.5-2.2%203.1-8.3.9-9.5a273.7%20273.7%200%200%200-32.3-15.1c-2.5-1-4.5%202.4-5.3%203.8a50.2%2050.2%200%200%201-36-23.7c-4.2-7.6-11.3%200-10.1%207.3%201.9%208%208%2013.8%2015.4%2018%207.5%204.1%2017%208.2%2026.5%208%205.2%201%205.1%207.6-1%208.9-12.1%200-21.8-.2-30.9-9-6.9-6.3-10.7%201.2-8.8%205.4%203.4%2013.1%2022.1%2016.8%2041%2012.6%207.4-1.2%203%206.6%201%206.7-8%205.7-22.1%2011.2-34.6%200-5.7-4.4-9.6-.8-7.4%205.5%205.5%2016.5%2026.7%2013%2041.2%205%203.7-2.1%207.1%202.7%202.6%206.4-18.1%2012.6-27.1%2012.8-35.3%208-10.2-4.1-11%207.2-5%2011%206.7%204%2023.8%201%2036.4-7%205.4-4%205.6%202.3%202.2%204.8-14.9%2012.9-20.8%2016.3-36.3%2014.2-7.7-.6-7.6%208.9-1.6%2012.6%208.3%205.1%2024.5-3.3%2037-13.8%205.3-2.8%206.2%201.8%203.6%207.3a53.9%2053.9%200%200%201-21.8%2018c-7%202.7-13.6%202.3-18.3.7-5.8-2-6.5%204-3.3%209.4%201.9%203.3%209.8%204.3%2018.4%201.3%208.6-3%2017.8-10.2%2024.1-18.5%205.5-4.9%204.9%201.6%202.3%206.2-12.6%2020-24.2%2027.4-39.5%2026.2-6.7-1.2-8.3%204-4%209%207.6%206.2%2017%206%2025.4-.2%207.3-7%2021.4-22.4%2028.8-30.6%205.2-4.1%206.9%200%205.3%208.4-1.4%204.8-4.8%2010-14.3%2013.6-6.5%203.7-1.6%208.8%203.2%209%202.7%200%208.1-3.2%2012.3-7.8%205.4-6.2%205.8-10.3%208.8-19.9%202.8-4.6%207.9-2.4%207.9%202.4-2.5%209.6-4.5%2011.3-9.5%2015.2-4.7%204.5%203.3%206%206%204.1%207.8-5.2%2010.6-12%2013.2-18.2%202-4.4%207.4-2.3%204.8%205-6%2017.4-16%2024.2-33.3%2027.8-1.7.3-2.8%201.3-2.2%203.3l7%207c-10.7%203.2-19.4%205-30.2%208l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6%201%204.2%200%206%201.2%207.7%203.1%202.2%205.7%207.2%206.3%2012.3%204.7%203.3%202.7%205%204.9%208.4%207.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8%204.4%203.4-1.4%205.6-1.8%207.1-.3%206.3%203.7%2010.4%202.9%2013.5%200l17.5%201.1c-2.2%202-5.2%203-7.5%204.8-9-2.6-13.8%201-15.4%208.3a17%2017%200%200%200-1.2%209.3c.8-3%202.3-5.5%204.9-7%208%202%2011-1.3%2011.5-6.1%204-3.2%209.8-3.9%2013.7-7.1%204.6%201.4%206.8%202.3%2011.4%203.8%201.6%205%205.3%206.9%2011.3%205.6%207%20.2%205.8%203.2%206.4%205.5%202-3.3%201.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3%2011-3.5%2018.8-4.3%2029.8-7.8l7.7%206.8c1.5.9%202.9%201.1%203.8%200%206.9-10%2010-18.7%2016.3-25.3%202.5-2.8%205.6-6.4%209-7.3%201.7-.5%203.8-.2%205.2%201.3%201.3%201.4%202.4%204.1%202%208.2-.7%205.7-2.1%207.6-3.7%2011-1.7%203.5-3.6%205.6-5.7%208.3-4%205.3-9.4%208.4-12.6%2010.5-6.4%204.1-9%202.3-14%202-6.4.7-8%203.8-2.8%208.1%204.8%202.6%209.2%202.9%2012.8%202.2%203-.6%206.6-4.5%209.2-6.6%202.8-3.3%207.6.6%204.3%204.5-5.9%207-11.7%2011.6-19%2011.5-7.7%201-6.2%205.3-1.2%207.4%209.2%203.7%2017.4-3.3%2021.6-8%203.2-3.5%205.5-3.6%205%201.9-3.3%209.9-7.6%2013.7-14.8%2014.2-5.8-.6-5.9%204-1.6%207%209.6%206.6%2016.6-4.8%2019.9-11.6%202.3-6.2%205.9-3.3%206.3%201.8%200%206.9-3%2012.4-11.3%2019.4%206.3%2010.1%2013.7%2020.4%2020%2030.5l19.2-214L320%20139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4.9-.4%203-.8%204.5-1-4-4.1-7.6-5.4-15.3-7.6%201.9-.8%203.7-.4%209.3-.6a30.2%2030.2%200%200%200-13.5-10.2c4.2-3%205-3.2%209.2-6.7a86.3%2086.3%200%200%201-19.5-3.8%2037.4%2037.4%200%200%200-12-3.4zm.8%208.4c3.8%200%206.1%201.3%206.1%202.9%200%201.6-2.3%202.9-6.1%202.9s-6.2-1.5-6.2-3c0-1.6%202.4-2.8%206.2-2.8z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.flag-icon-al.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-al'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23e41e20'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='a'%20d='M204.9%2099.5c-5%200-13.2%201.6-13%205.4-14-2.3-15.4%203.4-14.6%208.5%201.4-2%203-3.1%204.2-3.3%201.9-.3%203.8.3%205.8%201.5a23%2023%200%200%201%205%204.4c-4.8%201.1-8.6.4-12.4-.3a17.6%2017.6%200%200%201-6.1-2.5c-1.6-1.1-2.1-2.1-4.6-4.7-2.9-3-6-2.1-5%202.5%202.2%204.3%206%206.3%2010.7%207%202.2.4%205.6%201.2%209.4%201.2%203.8%200%208.1-.5%2010.5%200-1.4.8-3%202.4-6.2%203-3.2.6-8-2-11-2.6.4%202.5%203.5%204.8%209.7%206%2010.2%202.2%2018.7%204%2024.3%207%205.6%203%209.1%206.8%2011.6%209.8%205%206%205.3%2010.5%205.6%2011.5%201%209.5-2.2%2014.8-8.4%2016.4-3%20.8-8.5-.7-10.5-3-2-2.4-4-6.4-3.4-12.7.5-2.5%203.4-9%201-10.3a291.6%20291.6%200%200%200-34.4-16c-2.7-1.1-5%202.5-5.8%204A53.5%2053.5%200%200%201%20129%20107c-4.6-8.1-12.1%200-10.9%207.7%202.1%208.6%208.6%2014.8%2016.5%2019.2%208%204.5%2018.1%208.8%2028.3%208.6%205.5%201%205.5%208.2-1.1%209.5-13%200-23.2-.2-32.9-9.6-7.4-6.7-11.5%201.3-9.4%205.8%203.6%2014%2023.6%2018%2043.8%2013.4%207.8-1.3%203.1%207%20.9%207.2-8.4%206-23.5%2012-36.8-.1-6.1-4.7-10.2-.7-8%206%206%2017.5%2028.5%2013.8%2044%205.2%204-2.2%207.6%203%202.7%206.9-19.2%2013.4-28.9%2013.6-37.6%208.4-10.8-4.3-11.8%207.8-5.3%2011.8%207.2%204.4%2025.4%201%2038.9-7.4%205.7-4.2%206%202.4%202.3%205-15.9%2013.8-22.2%2017.5-38.8%2015.2-8.2-.6-8%209.5-1.6%2013.5%208.8%205.4%2026.1-3.6%2039.5-14.7%205.6-3%206.6%202%203.8%207.8a57.4%2057.4%200%200%201-23.3%2019.2%2029.1%2029.1%200%200%201-19.5.7c-6.2-2.2-7%204.2-3.6%2010%202%203.5%2010.6%204.7%2019.7%201.4%209.2-3.2%2019-10.8%2025.7-19.8%206-5.1%205.2%201.8%202.5%206.7-13.5%2021.3-25.9%2029.2-42.1%2027.9-7.3-1.2-8.9%204.4-4.3%209.6%208%206.7%2018.2%206.4%2027-.2a751%20751%200%200%200%2030.8-32.6c5.5-4.4%207.3%200%205.7%209-1.5%205.1-5.2%2010.5-15.3%2014.5-7%204-1.8%209.4%203.4%209.5%202.9%200%208.7-3.3%2013-8.3%205.9-6.5%206.2-11%209.5-21.1%203-5%208.4-2.7%208.4%202.5-2.6%2010.2-4.8%2012-10%2016.2-5.1%204.7%203.4%206.3%206.3%204.4%208.3-5.6%2011.3-12.8%2014.1-19.4%202-4.8%207.8-2.5%205.1%205.3-6.4%2018.5-17%2025.8-35.5%2029.6-1.9.3-3%201.4-2.4%203.6l7.5%207.5c-11.5%203.3-20.8%205.2-32.2%208.5L142%20300.6c-1.5-3.4-2.2-8.7-10.4-5-5.7-2.6-8.2-1.6-11.4%201%204.5.1%206.5%201.3%208.3%203.4%202.3%206%207.6%206.6%2013%205%203.5%202.9%205.4%205.2%209%208.2l-17.8-.6c-6.3-6.7-11.3-6.3-15.8-1-3.5.5-5%20.5-7.3%204.7%203.7-1.5%206-2%207.7-.3%206.6%203.9%2011%203%2014.3%200l18.7%201.1c-2.3%202-5.6%203.1-8%205.2-9.7-2.8-14.7%201-16.4%208.8a18.2%2018.2%200%200%200-1.4%2010c1-3.2%202.5-5.9%205.3-7.6%208.6%202.2%2011.8-1.3%2012.3-6.5%204.2-3.4%2010.5-4.1%2014.6-7.6%204.9%201.6%207.2%202.6%2012.1%204.1%201.7%205.3%205.7%207.4%2012%206%207.7.3%206.3%203.4%207%205.9%202-3.6%202-7-2.8-10.3-1.7-4.6-5.5-6.7-10.4-4-4.7-1.3-5.9-3.2-10.5-4.6%2011.7-3.7%2020-4.5%2031.8-8.3%203%202.8%205.2%204.8%208.2%207.2%201.6%201%203%201.2%204%200%207.3-10.6%2010.6-20%2017.4-27%202.6-2.9%206-6.8%209.6-7.8%201.8-.4%204-.2%205.5%201.4%201.4%201.6%202.6%204.4%202%208.7-.6%206.2-2%208.2-3.8%2011.8-1.7%203.7-3.9%206-6%208.8-4.4%205.7-10.1%209-13.5%2011.2-6.8%204.4-9.7%202.5-15%202.2-6.7.8-8.5%204.1-3%208.7a21%2021%200%200%200%2013.7%202.3c3.3-.6%207-4.8%209.8-7%203-3.6%208.1.6%204.7%204.7-6.3%207.5-12.6%2012.4-20.3%2012.3-8.2%201-6.7%205.7-1.3%207.9%209.8%204%2018.6-3.5%2023-8.5%203.5-3.7%206-3.9%205.3%202-3.4%2010.5-8.1%2014.6-15.7%2015.1-6.2-.5-6.3%204.2-1.7%207.5%2010.3%207%2017.7-5%2021.2-12.4%202.5-6.6%206.3-3.5%206.7%202%200%207.3-3.2%2013.2-12%2020.7%206.7%2010.7%2014.5%2021.7%2021.3%2032.5l20.5-228.2-20.5-36c-2.1-2-9.3-10.5-11.2-11.7-.7-.7-1.1-1.2-.1-1.6%201-.4%203.2-.8%204.8-1-4.4-4.4-8-5.8-16.3-8.2%202-.8%204-.3%209.9-.6a32.3%2032.3%200%200%200-14.4-11c4.5-3%205.3-3.3%209.8-7-7.7-.6-14.3-2-20.8-4a41%2041%200%200%200-12.8-3.7zm.7%209c4%200%206.6%201.4%206.6%203%200%201.7-2.5%203.1-6.6%203.1-4%200-6.6-1.5-6.6-3.2%200-1.7%202.6-3%206.6-3z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.flag-icon-am{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-am'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='red'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%2300f'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='orange'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.flag-icon-am.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-am'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='red'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%2300f'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='orange'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.flag-icon-ao{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ao'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h640v243.6H0z'/%3e%3cpath%20d='M0%20236.4h640V480H0z'/%3e%3c/g%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='M228.7%20148.2c165.2%2043.3%2059%20255.6-71.3%20167.2l-8.8%2013.6c76.7%2054.6%20152.6%2010.6%20174-46.4%2022.2-58.8-7.6-141.5-92.6-150l-1.3%2015.6z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m170%20330.8%2021.7%2010.1-10.2%2021.8-21.7-10.2zm149-99.5h24v24h-24zm-11.7-38.9%2022.3-8.6%208.7%2022.3-22.3%208.7zm-26-29.1%2017.1-16.9%2016.9%2017-17%2016.9zm-26.2-39.8%2022.4%208.4-8.5%2022.4-22.4-8.4zM316%20270l22.3%208.9-9%2022.2-22.2-8.9zm-69.9%2070%2022-9.3%209.5%2022-22%209.4zm-39.5%202.8h24v24h-24zm41.3-116-20.3-15-20.3%2014.6%208-23-20.3-15h24.5l8.5-22.6%207.8%2022.7%2024.7-.3-19.6%2015.3%207%2023.4z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M336%20346.4c-1.2.4-6.2%2012.4-9.7%2018.2l3.7%201c13.6%204.8%2020.4%209.2%2026.2%2017.5a7.9%207.9%200%200%200%2010.2.7s2.8-1%206.4-5c3-4.5%202.2-8-1.4-11.1-11-8-22.9-14-35.4-21.3z'/%3e%3cpath%20fill-rule='evenodd'%20d='M365.3%20372.8a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.6%200zm-21.4-13.6a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200zm10.9%207a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M324.5%20363.7c-42.6-24.3-87.3-50.5-130-74.8-18.7-11.7-19.6-33.4-7-49.9%201.2-2.3%202.8-1.8%203.4-.5%201.5%208%206%2016.3%2011.4%2021.5A5288%205288%200%200%201%20334%20345.6c-3.4%205.8-6%2012.3-9.5%2018z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m297.2%20305.5%2017.8%2016-16%2017.8-17.8-16z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='3'%20d='m331.5%20348.8-125-75.5m109.6%2058.1L274%20304.1m18.2%2042.7L249.3%20322'/%3e%3c/svg%3e")}.flag-icon-ao.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ao'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h512v259.8H0z'/%3e%3cpath%20d='M0%20252.2h512V512H0z'/%3e%3c/g%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='M228.7%20148.2c165.2%2043.3%2059%20255.6-71.3%20167.2l-8.8%2013.6c76.7%2054.6%20152.6%2010.6%20174-46.4%2022.2-58.8-7.6-141.5-92.6-150l-1.3%2015.6z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m170%20330.8%2021.7%2010.1-10.2%2021.8-21.7-10.2zm149-99.5h24v24h-24zm-11.7-38.9%2022.3-8.6%208.7%2022.3-22.3%208.7zm-26-29.1%2017.1-16.9%2016.9%2017-17%2016.9zm-26.2-39.8%2022.4%208.4-8.5%2022.4-22.4-8.4zM316%20270l22.3%208.9-9%2022.2-22.2-8.9zm-69.9%2070%2022-9.3%209.5%2022-22%209.4zm-39.5%202.8h24v24h-24zm41.3-116-20.3-15-20.3%2014.6%208-23-20.3-15h24.5l8.5-22.6%207.8%2022.7%2024.7-.3-19.6%2015.3%207%2023.4z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M336%20346.4c-1.2.4-6.2%2012.4-9.7%2018.2l3.7%201c13.6%204.8%2020.4%209.2%2026.2%2017.5a7.9%207.9%200%200%200%2010.2.7s2.8-1%206.4-5c3-4.5%202.2-8-1.4-11.1-11-8-22.9-14-35.4-21.3z'/%3e%3cpath%20fill-rule='evenodd'%20d='M365.3%20372.8a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.6%200zm-21.4-13.6a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200zm10.9%207a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M324.5%20363.7c-42.6-24.3-87.3-50.5-130-74.8-18.7-11.7-19.6-33.4-7-49.9%201.2-2.3%202.8-1.8%203.4-.5%201.5%208%206%2016.3%2011.4%2021.5A5288%205288%200%200%201%20334%20345.6c-3.4%205.8-6%2012.3-9.5%2018z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m297.2%20305.5%2017.8%2016-16%2017.8-17.8-16z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='3'%20d='m331.5%20348.8-125-75.5m109.6%2058.1L274%20304.1m18.2%2042.7L249.3%20322'/%3e%3c/svg%3e")}.flag-icon-aq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-aq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%233a7dce'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M157.7%20230.8c-3.5-7.8-3.5-7.8-3.5-15.6-1.8%200-2%20.3-3%200-1.1-.3-1.5%207.2-4.8%205.8-.5-.8%202.4-6.2-.7-8.5-1-.7.2-5.2-.2-7.2%200%200-4%202.4-7-5.8-1.5-2.2-3.5%202-3.5%202s.9%202.4-.7%203c-2.2-1.8-3.9-.8-6.7-3.4-2.8-2.5.6-5.4-4.8-7.5%203.5-9.8%203.5-7.9%2012.2-11.8-5.2-4-5.2-4-8.7-9.8-5.2-2-7-4-12.2-7.8-7-9.9-10.5-29.5-10.5-43.2%204.4-4.6%2010.5%2015.7%2019.2%2021.6l12.2%205.9c7%203.9%208.7%207.8%2014%2011.7l15.6%206c7%205.8%2010.5%2013.6%2015.7%2015.6%205.7%200%206.8-3.7%208.6-3.9%2010.3-.6%2015.5-2%2017.5-5.5%202.1-2.8%207%201.6%2021-4.3l-1.7-7.9s3.7-3.4%208.7-2c-.1-3.5-.5-13%204.5-17.4-3-3.5%201.8-9%202-10.7-1.4-8.6%201.4-8.7%202-11.3.6-2.5-2.4-1.7-1.6-5.2.9-3.5%206-4.3%206.6-7.2.7-2.9-1.1-14.3-1.3-16.8%209.4-2.8%2012.4-11.4%2015.7-7.8C264%2070%20265.8%2066%20276.3%2066c1.4-3.6-3.9-6.7-1.8-7.9%203.5-.5%206.1-.2%2010.2%205.7%201.3%202%201.6-2.7%202.9-3.2%201.3-.5%204.4-.5%204.9-2.8.5-2.4%201.2-5.6%203-9.5%201.4-3.2%202.5%201.3%203.8%207.5%207.4.3%2024%202.1%2031%204.3%205.2%201.5%208.7-1.5%2013.7-2.2%203.7%204.2%207.2%201%209.2%2010%202.7%204.8%207.3.4%208.3%201.8%205.8%2018.1%2025.8%205.9%2027.4%206.2%202.5%200%205.6%208%207.7%207.9%203.2-.6%202.3-3.1%205.2-2.1-.8%206.8%205.6%2014.6%205.6%2019.7%200%200%201.5.9%203-.6%201.4-1.6%202.7-5.4%204-5.3%203%20.5%2022%206%2025.8%207.9%201.7%203.5%203.3%205.3%206.8%204.7%202.8%202.1.8%205%202.4%205.1%203.5-2%204.7-4%208.2-2.1%203.5%202%207%205.9%208.7%209.8%200%202-1.8%209.8%200%2021.6.9%203.9%209.7%2032.3%209.7%2035.2%200%204-2.7%206-4.5%209.9%207%205.9%200%2015.7-3.5%2021.6%2026.2%205.9%2014%2017.6%2034.9%2011.7-5.2%2013.8-3.4%2012.7%201.8%2026.4-10.4%207.8-.2%2010.2-7.1%2020-.5.7%204.1%208.6%2010.5%208.6-1.7%2015.6-7%209.8-5.2%2033.3-13.7-.3-8.2%2017.6-17.4%2015.7.5%2011.2%205.2%2012.2%203.4%2023.5-7%202-7%202-10.4%207.9l-5.2-2c-1.8%209.8-5.3%2011.8%200%2021.6%200%200-6.8.2-8.8%200-.1%203.4%203%204.3%203.5%207.8-.2%201.4-9.9%207.6-17.4%207.9-2%204.8%205.2%2010%204.8%2012.4-8.2%201.8-11.8%2013-11.8%2013s4.2%202%203.5%204c-2.2-1.8-3.5-2-7-2-1.7.5-6%200-10%207.7-4.5%201.6-6.6%201-10%206-1.5-4.7-3.7.1-6.3%202-2.7%201.8-6.2%206.5-6.7%206.3.1-1.4%201.6-6.3%201.6-6.3L399%20437c-.7.1-.5-5.7-2.2-5.5-1.7.2-6.4%207.3-8%207.5-1.6.2-2.1-2.2-3.5-2-1.4.2-4%207.5-5%207.7-1%20.1-5-4.5-8.3-3.8-17.1%206.8-19.9-13.4-22.5-2-3.6-2.2-3-1-6.7.1-2.3.7-2.5-3.4-4.6-3.4-4.1.2-4%204.6-6.2%203.3-1.8-9.2-13-7.6-14-11.5-1-4%204.8-4%206.6-6.8%201.4-4-1.5-5.6%204.3-9.4%207.5-5.7%206.8-19.8%204.9-25.3%200%200-5.9-17.7-7-17.7-3.5-1-3.5%206.5-8.6%208.6-10.5%204-29-9.9-32.2-9.9-2.9%200-16.5%203.6-16-4-2%207.4-9.5%201.7-10%201.7-7%200-4.3%206.1-9%205.9-2.1-.8-23.6-2.3-23.6-2.3v4l-26.1-11.8c-10.5-4-5.3-13.7-22.7-7.8v-11.8h-8.7c3.5-23.6%200-11.8-1.8-33.4l-7%202c-7-10.6%209.8-8.6-5.2-15.7%200%200%20.3-11.7-3.5-7.8-.7.5%201.8%205.8%201.8%205.8-14-2-17.4-5.8-17.4-21.5%200%200%2011.4%201.8%2010.4%200-1.6-3-3.7-22-3.4-23.4-.1-2.6%2010.7-9%208.6-15.2%201.4-.6%205.3-.7%205.3-.7'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M595.5%20297.6c-.6%201.3-.5%202.6.1%203.6%201.1-1.7.2-2.4%200-3.6zm-476-149.4s-3-.4-2.4%202.3c1-2%202.3-2.2%202.4-2.3zm-.3-6.4c-1.7%200-3.8-.2-3%202.5%201-2.1%203-2.4%203-2.5zm12.7%2036.3s2.6-.2%202%202.5c-1-2-2-2.4-2-2.5z'%20transform='scale(.86021%20.96774)'/%3e%3c/svg%3e")}.flag-icon-aq.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-aq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%233a7dce'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M107.7%20240.9c-3.5-7.9-3.5-7.9-3.5-15.7-1.8%200-2.1.4-3.1%200-1-.3-1.4%207.3-4.7%205.8-.5-.7%202.4-6.2-.8-8.4-1-.8.3-5.3-.2-7.2%200%200-4%202.3-7-5.9-1.4-2.1-3.4%202-3.4%202s.9%202.5-.7%203c-2.3-1.8-3.9-.8-6.7-3.3-2.9-2.5.6-5.4-4.8-7.6%203.5-9.8%203.5-7.8%2012.2-11.8-5.2-3.9-5.2-3.9-8.7-9.8-5.3-2-7-3.9-12.2-7.8-7-9.8-10.5-29.4-10.5-43.2%204.4-4.6%2010.5%2015.7%2019.2%2021.6l12.2%205.9c7%204%208.7%207.8%2014%2011.8l15.6%205.9c7%205.8%2010.5%2013.7%2015.7%2015.6%205.7%200%206.8-3.6%208.6-3.9%2010.2-.5%2015.5-2%2017.5-5.5%202-2.8%207%201.6%2021-4.3l-1.8-7.8s3.8-3.5%208.8-2c-.2-3.6-.5-13.1%204.4-17.5-3-3.5-1-6-1-6s2.8-3%203.2-4.6c-1.5-8.7%201.2-8.8%201.9-11.3.6-2.6-2.4-1.7-1.6-5.2.9-3.5%206-4.4%206.6-7.3.7-2.8-1.5-4.3-1.3-5%201-2.7.1-9.2%200-11.7%209.3-2.9%2012.4-11.4%2015.7-7.9%201.7-11.8%203.5-15.7%2014-15.7%201.4-3.6-3.9-6.7-1.8-7.8%203.5-.5%206.1-.3%2010.2%205.7%201.3%201.9%201.5-2.8%202.8-3.3%201.4-.5%204.5-.5%205-2.8.4-2.4%201.1-5.5%202.9-9.4%201.5-3.2%202.6%201.2%204%207.4%207.3.3%2023.9%202.2%2030.9%204.3%205.2%201.6%208.7-1.5%2013.7-2.1%203.7%204.2%207.2%201%209.1%2010%202.8%204.7%207.3.3%208.3%201.8%205.9%2018%2026%205.8%2027.4%206.1%202.6%200%205.7%208.1%207.7%208%203.3-.7%202.4-3.2%205.2-2.2-.7%206.8%205.7%2014.7%205.7%2019.7%200%200%201.5.9%203-.6%201.4-1.5%202.7-5.4%204-5.3%203%20.5%204.3%201%207.8%201.6%209.4%203.7%2014.3%204.5%2018%206.3%201.6%203.6%203.3%205.4%206.8%204.7%202.8%202.2.7%205%202.4%205.2%203.5-2%204.7-4.1%208.1-2.2%203.5%202%207%206%208.8%209.8%200%202-1.8%209.8%200%2021.6.8%204%201.3%207%205%2013.8-1%206.9%204.7%2018.5%204.7%2021.5%200%203.9-2.8%206-4.5%209.8%207%206%200%2015.7-3.5%2021.6%2026.2%205.9%2014%2017.7%2034.9%2011.8-5.3%2013.7-3.4%2012.6%201.8%2026.3-10.4%207.9-.2%2010.3-7.2%2020-.4.7%204.2%208.6%2010.6%208.6-1.7%2015.7-7%209.8-5.2%2033.3-13.8-.3-8.2%2017.6-17.5%2015.7.6%2011.3%205.3%2012.2%203.5%2023.6-7%202-7%202-10.4%207.8l-5.3-2c-1.7%209.9-5.2%2011.8%200%2021.6%200%200-6.7.3-8.7%200-.1%203.4%203%204.3%203.5%207.9-.3%201.4-10%207.6-17.4%207.8-2%204.9%205.2%2010%204.8%2012.5-8.2%201.7-11.8%2013-11.8%2013s4.2%202%203.5%204c-2.3-1.9-3.5-2-7-2-1.7.5-6-.1-10%207.6-4.5%201.7-6.6%201-10%206.1-1.5-4.8-3.7%200-6.3%202-2.7%201.8-6.2%206.4-6.7%206.2.1-1.3%201.6-6.2%201.6-6.2l-8.7%202h-1c-.8.1-.6-5.7-2.2-5.5-1.7.3-6.4%207.3-8%207.6-1.6.2-2.1-2.3-3.5-2-1.4.1-4.1%207.4-5%207.6-1%20.2-5-4.4-8.3-3.8-17.2%206.8-19.9-13.4-22.6-2-3.6-2.1-3-.9-6.6.2-2.3.7-2.5-3.5-4.6-3.4-4.2.1-4%204.5-6.2%203.2-1.8-9.2-13-7.5-14.1-11.5-.9-4%204.8-4%206.7-6.8%201.4-4-1.5-5.5%204.3-9.4%207.4-5.7%203.1-7.8%204.4-12.1%202.4-6.2%202.4-7.7.4-13.2%200%200-5.8-17.6-7-17.6-3.4-1.1-3.4%206.5-8.5%208.6-10.5%203.9-29-10-32.2-10-3%20.1-16.5%203.7-16-4-2%207.5-9.6%201.8-10%201.8-7%200-4.3%206-9%205.8-2.1-.8-23.6-2.2-23.6-2.2v4l-14-8-12.2-3.9c-10.4-3.9-5.2-13.7-22.6-7.8v-11.8h-8.7c3.4-23.5%200-11.7-1.8-33.3l-7%202c-7-10.7%209.7-8.6-5.2-15.8%200%200%20.3-11.7-3.5-7.8-.7.5%201.8%205.9%201.8%205.9-14-2-17.5-5.9-17.5-21.6%200%200%2011.5%201.9%2010.5%200-1.6-3-3.8-22-3.4-23.3-.2-2.6%2010.7-9.1%208.6-15.3%201.3-.6%205.3-.6%205.3-.6'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M595.5%20297.6c-.6%201.3-.5%202.6.1%203.6%201.1-1.7.2-2.4%200-3.6zm-476-149.4s-3-.4-2.4%202.3c1-2%202.3-2.2%202.4-2.3zm-.3-6.4c-1.7%200-3.8-.2-3%202.5%201-2.1%203-2.4%203-2.5zm12.7%2036.3s2.6-.2%202%202.5c-1-2-2-2.4-2-2.5z'%20transform='matrix(.86021%200%200%20.96774%20-50%2010)'/%3e%3c/svg%3e")}.flag-icon-ar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ar'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2374acdf'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='c'%20transform='translate(-64)%20scale(.96)'%3e%3cpath%20id='a'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.1'%20d='m396.8%20251.3%2028.5%2062s.5%201.2%201.3.9c.8-.4.3-1.5.3-1.5l-23.7-64m-.7%2024.1c-.4%209.4%205.4%2014.6%204.7%2023-.8%208.5%203.8%2013.2%205%2016.5%201%203.3-1.3%205.2-.3%205.7s3-2.1%202.4-6.8c-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3cpath%20id='b'%20fill='%2385340a'%20d='M404.3%20274.4c.5%209%205.6%2013%204.6%2021.3%202.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8%2019.5%2042.6-16.3-43.9'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(90%20320%20240)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(180%20320%20240)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(-90%20320%20240)'/%3e%3ccircle%20cx='320'%20cy='240'%20r='26.7'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.4'/%3e%3cpath%20id='h'%20fill='%23843511'%20d='M329.1%20234.3c-1.8%200-3.6.8-4.6%202.4%202%201.9%206.6%202%209.7-.2a7%207%200%200%200-5.1-2.2zm0%20.4c1.7%200%203.4.8%203.6%201.6-2%202.3-5.3%202-7.4.4a4.3%204.3%200%200%201%203.8-2z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23f'%20width='100%25'%20height='100%25'%20transform='translate(18.1)'/%3e%3cuse%20xlink:href='%23g'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cpath%20fill='%2385340a'%20d='M316%20243.7a1.9%201.9%200%201%200%201.8%202.9%204%204%200%200%200%202.2.6h.2a3.9%203.9%200%200%200%202.3-.6%201.9%201.9%200%201%200%201.8-3c.5.3.8.7.8%201.3%200%20.6-.5%201.2-1.2%201.2a1.2%201.2%200%200%201-1.2-1.2%203%203%200%200%201-2.6%201.7%203%203%200%200%201-2.5-1.7%201.2%201.2%200%200%201-1.3%201.2c-.6%200-1.2-.6-1.2-1.2s.3-1%20.8-1.2zm2%205.5c-2.1%200-3%201.8-4.8%203%201-.4%201.9-1.2%203.3-2s2.7.2%203.5.2c.8%200%202-1%203.5-.2%201.4.8%202.3%201.6%203.3%202-1.9-1.2-2.7-3-4.8-3a5.5%205.5%200%200%200-2%20.6%205.5%205.5%200%200%200-2-.7z'/%3e%3cpath%20fill='%2385340a'%20d='M317.2%20251.6c-.8%200-1.8.2-3.4.6%203.7-.8%204.5.5%206.2.5%201.6%200%202.4-1.3%206.1-.5-4-1.2-4.9-.4-6.1-.4-.8%200-1.4-.3-2.8-.2z'/%3e%3cpath%20fill='%2385340a'%20d='M314%20252.2h-.8c4.3.5%202.3%203%206.8%203s2.5-2.5%206.8-3c-4.5-.4-3.1%202.3-6.8%202.3-3.5%200-2.4-2.3-6-2.3zm9.7%206.7a3.7%203.7%200%200%200-7.4%200%203.8%203.8%200%200%201%207.4%200z'/%3e%3cpath%20id='e'%20fill='%2385340a'%20d='M303.4%20234.3c4.7-4.1%2010.7-4.8%2014-1.7a8%208%200%200%201%201.5%203.5c.4%202.3-.3%204.8-2.1%207.4l.8.4a14.6%2014.6%200%200%200%201.6-9.4%2013.3%2013.3%200%200%200-.6-2.3c-4.5-3.7-10.7-4-15.2%202z'/%3e%3cpath%20id='d'%20fill='%2385340a'%20d='M310.8%20233c2.7%200%203.3.7%204.5%201.7%201.2%201%201.9.8%202%201%20.3.2%200%20.8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7%200-5.7%203-6.2%202.8-.3-.2%202.1-3.5%206.2-3.5z'/%3e%3cuse%20xlink:href='%23h'%20width='100%25'%20height='100%25'%20transform='translate(-18.4)'/%3e%3ccircle%20id='f'%20cx='310.9'%20cy='236.3'%20r='1.9'%20fill='%2385340a'/%3e%3cpath%20id='g'%20fill='%2385340a'%20d='M305.9%20237.5c3.5%202.7%207%202.5%209%201.3%202-1.3%202-1.7%201.6-1.7-.4%200-.8.4-2.4%201.3-1.7.8-4.1.8-8.2-.9z'/%3e%3c/svg%3e")}.flag-icon-ar.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ar'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2374acdf'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cg%20id='c'%20transform='translate(-153.6)%20scale(1.024)'%3e%3cpath%20id='a'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.1'%20d='m396.8%20251.3%2028.5%2062s.5%201.2%201.3.9c.8-.4.3-1.5.3-1.5l-23.7-64m-.7%2024.1c-.4%209.4%205.4%2014.6%204.7%2023-.8%208.5%203.8%2013.2%205%2016.5%201%203.3-1.3%205.2-.3%205.7s3-2.1%202.4-6.8c-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3cpath%20id='b'%20fill='%2385340a'%20d='M404.3%20274.4c.5%209%205.6%2013%204.6%2021.3%202.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8%2019.5%2042.6-16.3-43.9'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(90%20256%20256)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(180%20256%20256)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(-90%20256%20256)'/%3e%3ccircle%20cx='256'%20cy='256'%20r='28.4'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.5'/%3e%3cpath%20id='h'%20fill='%23843511'%20d='M265.7%20250c-2%200-3.8.8-4.9%202.5%202.2%202%207%202.2%2010.3-.2a7.5%207.5%200%200%200-5.4-2.4zm0%20.4c1.9%200%203.6.8%203.9%201.7-2.2%202.4-5.7%202.2-7.9.4a4.6%204.6%200%200%201%204-2.1z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cuse%20xlink:href='%23f'%20width='100%25'%20height='100%25'%20transform='translate(19.3)'/%3e%3cuse%20xlink:href='%23g'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cpath%20fill='%2385340a'%20d='M251.7%20260a2%202%200%201%200%202%203c.7.6%201.7.6%202.3.6h.3a4.2%204.2%200%200%200%202.3-.6%202%202%200%201%200%202-3c.5.1.9.6.9%201.2a1.3%201.3%200%200%201-1.3%201.3%201.3%201.3%200%200%201-1.3-1.3%203.3%203.3%200%200%201-2.8%201.8%203.3%203.3%200%200%201-2.7-1.8%201.3%201.3%200%200%201-1.3%201.3%201.3%201.3%200%200%201-1.3-1.3c0-.6.3-1%20.8-1.3zm2%205.8c-2.1%200-3%202-5%203.3%201.2-.5%202-1.3%203.6-2.2%201.5-.9%202.8.2%203.7.2.9%200%202.2-1.1%203.7-.2%201.5.9%202.4%201.7%203.5%202.2-2-1.4-2.8-3.3-5-3.3a6%206%200%200%200-2.2.6%205.8%205.8%200%200%200-2.2-.6z'/%3e%3cpath%20fill='%2385340a'%20d='M253%20268.4a15%2015%200%200%200-3.6.7c4-1%204.8.4%206.6.4%201.8%200%202.6-1.3%206.6-.5-4.4-1.2-5.3-.4-6.6-.4-.9%200-1.5-.3-3-.3z'/%3e%3cpath%20fill='%2385340a'%20d='M249.6%20269h-.8c4.6.5%202.3%203.1%207.2%203.1%204.8%200%202.6-2.6%207.2-3-4.8-.5-3.3%202.4-7.2%202.4-3.7%200-2.6-2.5-6.4-2.5zm10.3%207.1a4%204%200%200%200-3.9-4%204%204%200%200%200-4%204%204%204%200%200%201%204-3%204%204%200%200%201%204%203z'/%3e%3cpath%20id='e'%20fill='%2385340a'%20d='M238.3%20249.9c5-4.4%2011.4-5%2014.9-1.8a8.6%208.6%200%200%201%201.6%203.7c.5%202.5-.3%205.2-2.3%208%20.3%200%20.7.1%201%20.4%201.6-3.4%202.3-6.8%201.7-10a14.2%2014.2%200%200%200-.7-2.5c-4.8-4-11.4-4.4-16.2%202.2z'/%3e%3cpath%20id='d'%20fill='%2385340a'%20d='M246.2%20248.6c2.8%200%203.5.6%204.8%201.7%201.3%201.1%202%20.9%202.2%201.1.2.2%200%20.9-.5.7-.4-.3-1.2-.7-2.6-1.8-1.3-1-2.6-1-4-1-3.8%200-6%203.2-6.5%203-.4-.2%202.2-3.7%206.6-3.7z'/%3e%3cuse%20xlink:href='%23h'%20width='100%25'%20height='100%25'%20transform='translate(-19.6)'/%3e%3ccircle%20id='f'%20cx='246.3'%20cy='252.1'%20r='2'%20fill='%2385340a'/%3e%3cpath%20id='g'%20fill='%2385340a'%20d='M241%20253.4c3.7%202.8%207.4%202.6%209.6%201.3%202.2-1.3%202.2-1.8%201.7-1.8-.4%200-.9.5-2.6%201.3-1.8%201-4.4%201-8.8-.8z'/%3e%3c/svg%3e")}.flag-icon-as{background-image:url(/assets/as-7BgOK9e1.svg)}.flag-icon-as.flag-icon-squared{background-image:url(/assets/as-CyQUvbQo.svg)}.flag-icon-at{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-at'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23c8102e'%20d='M640%20480H0V320h640zm0-319.9H0V.1h640z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-at.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-at'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%23c8102e'%20d='M512%20512H0V341.3h512zm0-341.2H0V.1h512z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-au{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-au'%20viewBox='0%200%20640%20480'%3e%3cpath%20id='path617'%20fill='%23006'%20stroke-width='1.3'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='path625'%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='m299.8%20392.5-43.7%203.8%206%2043.4L232%20408l-30.1%2031.7%206-43.4-43.7-3.8%2037.7-22.3-24.3-36.5%2041%2015.5%2013.4-41.7%2013.5%2041.7%2041-15.5-24.3%2036.5m224.4%2062.3L476%20416.7l17.8%206.7%205.8-18.1%205.8%2018.1%2017.8-6.7-10.5%2015.8%2016.4%209.7-19%201.7%202.6%2018.9-13-13.9-13.2%2013.9%202.6-18.9-19-1.6m16.4-291.9L476%20134.6l17.8%206.7%205.8-18.1%205.8%2018.1%2017.8-6.7-10.5%2015.8%2016.4%209.8-19%201.6%202.6%2018.9-13-13.8-13.2%2013.7%202.6-18.8-19-1.6M380.8%20265l-10.5-15.8%2017.8%206.7%205.8-18.1%205.9%2018.1%2017.8-6.7L407%20265l16.4%209.7-19%201.7%202.7%2018.9-13.2-13.9-13%2013.9%202.5-18.9-19-1.6m216.3-38L570%20221l17.8%206.7%205.8-18.1%205.9%2018.1%2017.8-6.7-10.5%2015.8%2016.3%209.7-19%201.7%202.6%2018.8-13-13.8-13.2%2013.8%202.6-18.8-19-1.7M542%20320l-10.3%206.5%202.9-11.9-9.3-7.8%2012.1-1%204.6-11.2%204.7%2011.3%2012.1.9-9.3%207.8%202.9%2011.9'/%3e%3cpath%20id='path969'%20fill='%23006'%20stroke-width='.5'%20d='M0%200h320v240H0z'/%3e%3cpath%20id='path971'%20fill='%23fff'%20stroke-width='.5'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20id='path973'%20fill='%23c8102e'%20stroke-width='.5'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20id='path975'%20fill='%23fff'%20stroke-width='.5'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20id='path977'%20fill='%23c8102e'%20stroke-width='.5'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.flag-icon-au.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-au'%20viewBox='0%200%20512%20512'%3e%3cpath%20id='path598'%20fill='%23006'%20stroke-width='1.3'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path606'%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='M54.9%20368.6%2095.5%20384l13.4-41.4%2013.3%2041.4%2040.7-15.4-24.1%2036.3%2037.4%2022.2-43.3%203.7%206%2043.1-30-31.5-30%2031.5%206-43-43.4-3.8L79%20404.9m325%2071.5-19%201.6%202.7%2018.8-13-13.7-13%2013.7L364%20478l-18.8-1.6%2016.3-9.6L351%20451l17.7%206.7%205.8-18%205.7%2018L398%20451l-10.4%2015.8m16.2-270.4L385%20198l2.6%2018.8-13-13.7-13%2013.7L364%20198l-18.8-1.6%2016.3-9.6L351%20171l17.7%206.7%205.8-18%205.7%2018L398%20171l-10.4%2015.8m-88.8%20123.4-18.8%201.6%202.6%2018.7-13-13.7-13%2013.7%202.5-18.7-18.8-1.6%2016.3-9.7-10.5-15.7%2017.7%206.7%205.8-18%205.7%2018%2017.7-6.7-10.4%2015.7M497%20282.2l-18.8%201.6%202.6%2018.7-13-13.7-13%2013.7%202.5-18.7-18.8-1.6%2016.3-9.7-10.5-15.7%2017.7%206.7%205.8-18%205.8%2018%2017.6-6.7-10.4%2015.7M416.6%20355l-10.3%206.4%202.9-11.8-9.3-7.8%2012-.9%204.7-11.2L421%20341l12.1%201-9.2%207.7%202.9%2011.8'/%3e%3cg%20id='g1582'%20transform='scale(.5)'%3e%3cpath%20id='path1560'%20fill='%23006'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path1562'%20fill='%23fff'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20id='path1564'%20fill='%23c8102e'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20id='path1566'%20fill='%23fff'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20id='path1568'%20fill='%23c8102e'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-aw{background-image:url(/assets/aw-CsqKuH4N.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(/assets/aw-kMcMi5Rd.svg)}.flag-icon-ax{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ax'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ax-a'%3e%3cpath%20fill-opacity='.7'%20d='M106.3%200h1133.3v850H106.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ax-a)'%20transform='matrix(.56472%200%200%20.56482%20-60%20-.1)'%3e%3cpath%20fill='%230053a5'%20d='M0%200h1300v850H0z'/%3e%3cg%20fill='%23ffce00'%3e%3cpath%20d='M400%200h250v850H400z'/%3e%3cpath%20d='M0%20300h1300v250H0z'/%3e%3c/g%3e%3cg%20fill='%23d21034'%3e%3cpath%20d='M475%200h100v850H475z'/%3e%3cpath%20d='M0%20375h1300v100H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ax.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ax'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ax-a'%3e%3cpath%20fill-opacity='.7'%20d='M166%200h850v850H166z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ax-a)'%20transform='translate(-100)%20scale(.6024)'%3e%3cpath%20fill='%230053a5'%20d='M0%200h1300v850H0z'/%3e%3cg%20fill='%23ffce00'%3e%3cpath%20d='M400%200h250v850H400z'/%3e%3cpath%20d='M0%20300h1300v250H0z'/%3e%3c/g%3e%3cg%20fill='%23d21034'%3e%3cpath%20d='M475%200h100v850H475z'/%3e%3cpath%20d='M0%20375h1300v100H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-az{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-az'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%233f9c35'%20d='M.1%200h640v480H.1z'/%3e%3cpath%20fill='%23ed2939'%20d='M.1%200h640v320H.1z'/%3e%3cpath%20fill='%2300b9e4'%20d='M.1%200h640v160H.1z'/%3e%3ccircle%20cx='304'%20cy='240'%20r='72'%20fill='%23fff'/%3e%3ccircle%20cx='320'%20cy='240'%20r='60'%20fill='%23ed2939'/%3e%3cpath%20fill='%23fff'%20d='m384%20200%207.7%2021.5%2020.6-9.8-9.8%2020.7L424%20240l-21.5%207.7%209.8%2020.6-20.6-9.8L384%20280l-7.7-21.5-20.6%209.8%209.8-20.6L344%20240l21.5-7.7-9.8-20.6%2020.6%209.8L384%20200z'/%3e%3c/svg%3e")}.flag-icon-az.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-az'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%233f9c35'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%2300b9e4'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='238.8'%20cy='256'%20r='76.8'%20fill='%23fff'/%3e%3ccircle%20cx='255.9'%20cy='256'%20r='64'%20fill='%23ed2939'/%3e%3cpath%20fill='%23fff'%20d='m324.2%20213.3%208.1%2023%2022-10.5-10.4%2022%2023%208.2-23%208.2%2010.4%2022-22-10.5-8.1%2023-8.2-23-22%2010.5%2010.5-22-23-8.2%2023-8.2-10.5-22%2022%2010.5%208.2-23z'/%3e%3c/svg%3e")}.flag-icon-ba{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ba'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ba-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ba-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cpath%20fill='%23009'%20d='M-85.3%200h682.6v512H-85.3V0z'/%3e%3cpath%20fill='%23FC0'%20d='m56.5%200%20511%20512.3V.3L56.5%200z'/%3e%3cpath%20fill='%23FFF'%20d='M439.9%20481.5%20412%20461.2l-28.6%2020.2%2010.8-33.2-28.2-20.5h35l10.8-33.2%2010.7%2033.3h35l-28%2020.7%2010.4%2033zm81.3%2010.4-35-.1-10.7-33.3-10.8%2033.2h-35l28.2%2020.5-10.8%2033.2%2028.6-20.2%2028%2020.3-10.5-33%2028-20.6zM365.6%20384.7l28-20.7-35-.1-10.7-33.2-10.8%2033.2-35-.1%2028.2%2020.5-10.8%2033.3%2028.6-20.3%2028%2020.4-10.5-33zm-64.3-64.5%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9l28.2%2020.5-10.8%2033.2%2028.6-20.2%2027.9%2020.3-10.4-33zm-63.7-63.6%2028-20.7h-35L220%20202.5l-10.8%2033.2h-35l28.2%2020.4-10.8%2033.3%2028.6-20.3%2028%2020.4-10.5-33zm-64.4-64.3%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9L138%20192l-10.8%2033.2%2028.6-20.2%2027.9%2020.3-10.4-33zm-63.6-63.9%2027.9-20.7h-35L91.9%2074.3%2081%20107.6H46L74.4%20128l-10.9%2033.2L92.1%20141l27.8%2020.4-10.3-33zm-64-64%2027.9-20.7h-35L27.9%2010.3%2017%2043.6h-35L10.4%2064l-11%2033.3L28.1%2077l27.8%2020.4-10.3-33zm-64-64L9.4-20.3h-35l-10.7-33.3L-47-20.4h-35L-53.7%200l-10.8%2033.2L-35.9%2013l27.8%2020.4-10.3-33z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ba.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ba'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ba-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ba-a)'%3e%3cpath%20fill='%23009'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fc0'%20d='m77%200%20437%20437V0H77z'/%3e%3cpath%20fill='%23FFF'%20d='m461.4%20470.4-26.1-19.1-26.9%2019%2010.2-31.2-26.4-19.2h32.7l10.2-31%2010%2031.1%2032.8.1-26.2%2019.4%209.7%2030.9zm76.7%2010.4h-32.7l-10-31.2-10.2%2031.1h-32.8l26.4%2019.2-10.1%2031.2%2026.8-19%2026.2%2019-9.8-30.9%2026.2-19.4zM391.8%20379.6l26.2-19.4h-32.7L375.2%20329%20365%20360h-32.7l26.4%2019.3-10.1%2031.1%2026.8-19%2026.1%2019.1-9.7-31zm-60.3-60.4%2026.2-19.4-32.8-.1-10-31.2-10.2%2031.2-32.7-.1%2026.4%2019.2-10.2%2031.2%2026.9-19%2026.1%2019.1-9.7-31zm-59.7-59.7%2026.2-19.4h-32.7l-10.1-31.2L245%20240h-32.7l26.4%2019.2-10.1%2031.2%2026.8-19%2026.1%2019-9.7-30.9zm-60.4-60.3%2026.2-19.3-32.8-.1-10-31.2-10.2%2031.2-32.7-.1%2026.4%2019.2-10.2%2031.2%2026.9-19%2026.1%2019-9.7-30.8zm-59.7-59.9L178%20120l-32.7-.1-10-31.2-10.3%2031.1H92.2l26.4%2019.2-10.1%2031.2%2026.8-19%2026.1%2019-9.7-30.9zm-60-60L118%2060l-32.7-.1-10-31.2L65%2059.8H32.2L58.6%2079l-10.1%2031.2%2026.8-19%2026.2%2019-9.8-30.9zm-60-60L58%200%2025.2-.1l-10-31.2L4.8-.2h-32.7L-1.4%2019l-10.1%2031.2%2026.8-19%2026.1%2019-9.7-30.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bb'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300267f'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffc726'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20id='a'%20d='M319.8%20135.5c-7%2019-14%2038.6-29.2%2053.7%204.7-1.6%2013-3%2018.2-2.8v79.5l-22.4%203.3c-.8%200-1-1.3-1-3-2.2-24.7-8-45.5-14.8-67-.5-2.9-9-14-2.4-12%20.8%200%209.5%203.6%208.2%201.9a85%2085%200%200%200-46.4-24c-1.5-.3-2.4.5-1%202.2%2022.4%2034.6%2041.3%2075.5%2041.1%20124%208.8%200%2030-5.2%2038.7-5.2v56.1H320l2.5-156.7z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20639.5%200)'/%3e%3c/svg%3e")}.flag-icon-bb.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bb'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300267f'%20d='M0-.2h512V512H0z'/%3e%3cpath%20fill='%23ffc726'%20d='M170.7-.2h170.6V512H170.7z'/%3e%3cpath%20id='a'%20d='M256%20173.3c-5.5%2015.1-11.2%2030.9-23.3%2043a51.7%2051.7%200%200%201%2014.6-2.3v63.6l-18%202.7c-.7%200-.9-1-.9-2.4a243.6%20243.6%200%200%200-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7.7%200%207.7%203%206.6%201.6a68%2068%200%200%200-37.1-19.2c-1.2-.3-2%20.3-.9%201.7%2018%2027.7%2033.1%2060.4%2033%2099.2%207%200%2024-4.1%2031-4.1v44.9h8.8l2-125.4z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.flag-icon-bd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bd'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006a4e'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='280'%20cy='240'%20r='160'%20fill='%23f42a41'/%3e%3c/svg%3e")}.flag-icon-bd.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bd'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23006a4e'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='230'%20cy='256'%20r='170.7'%20fill='%23f42a41'/%3e%3c/svg%3e")}.flag-icon-be{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-be'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffd90c'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-be.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-be'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ffd90c'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bf'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23de0000'%20d='M640%20479.6H.4V0H640z'/%3e%3cpath%20fill='%2335a100'%20d='M639.6%20480H0V240.2h639.6z'/%3e%3cpath%20fill='%23fff300'%20d='m254.6%20276.2-106-72.4h131L320%2086.6%20360.4%20204l131-.1-106%2072.4%2040.5%20117.3-106-72.6L214%20393.4'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bf'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23de0000'%20d='M512%20511.6H.5V0H512z'/%3e%3cpath%20fill='%2335a100'%20d='M511.8%20512H0V256.2h511.7z'/%3e%3c/g%3e%3cpath%20fill='%23fff300'%20fill-rule='evenodd'%20d='m389%20223.8-82.9%2056.5%2031.7%2091.6-82.7-56.7-82.8%2056.7%2031.7-91.6-82.8-56.6%20102.3.2%2031.6-91.7%2031.5%2091.6'/%3e%3c/svg%3e")}.flag-icon-bg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bg'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23d62612'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%2300966e'%20d='M0%20160h640v160H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bg'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23d62612'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%2300966e'%20d='M0%20170.7h512v170.6H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bh'%20viewBox='0%200%20640%20480'%3e%3cdefs%20id='defs448'%3e%3cclipPath%20id='bh-a'%3e%3cpath%20id='path445'%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20id='path1077'%20fill='%23fff'%20stroke-width='4.8'%20d='M0%200h640v480H0'%20opacity='1'%20stop-opacity='1'/%3e%3cpath%20id='path1079'%20fill='%23ce1126'%20stroke-width='5.1'%20d='M640%200H96l110.7%2048L96%2096l110.7%2048L96%20192l110.7%2048L96%20288l110.7%2048L96%20384l110.7%2048L96%20480h544'%20opacity='1'%20stop-opacity='1'/%3e%3c/svg%3e")}.flag-icon-bh.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bh'%20viewBox='0%200%20512%20512'%3e%3cdefs%20id='defs448'%3e%3cclipPath%20id='bh-a'%3e%3cpath%20id='path445'%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20id='path1077'%20fill='%23fff'%20stroke-width='4.4'%20d='M0%200h512v512H0'%20opacity='1'%20stop-opacity='1'/%3e%3cpath%20id='path1079'%20fill='%23ce1126'%20stroke-width='4.5'%20d='M512%200H102.4l83.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2H512'%20opacity='1'%20stop-opacity='1'/%3e%3c/svg%3e")}.flag-icon-bi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bi'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bi-a'%3e%3cpath%20fill-opacity='.7'%20d='M-90.5%200H592v512H-90.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bi-a)'%20transform='translate(84.9)%20scale(.9375)'%3e%3cpath%20fill='%2318b637'%20d='m-178%200%20428.8%20256L-178%20512zm857.6%200L250.8%20256l428.8%20256z'/%3e%3cpath%20fill='%23cf0921'%20d='m-178%200%20428.8%20256L679.6%200zm0%20512%20428.8-256%20428.8%20256z'/%3e%3cpath%20fill='%23fff'%20d='M679.6%200h-79.9L-178%20464.3V512h79.9L679.6%2047.7z'/%3e%3cpath%20fill='%23fff'%20d='M398.9%20256a148%20148%200%201%201-296.1%200%20148%20148%200%200%201%20296%200z'/%3e%3cpath%20fill='%23fff'%20d='M-178%200v47.7L599.7%20512h79.9v-47.7L-98.1%200z'/%3e%3cpath%20fill='%23cf0921'%20stroke='%2318b637'%20stroke-width='3.9'%20d='m280%20200.2-19.3.3-10%2016.4-9.9-16.4-19.2-.4%209.3-16.9-9.2-16.8%2019.2-.4%2010-16.4%209.9%2016.5%2019.2.4-9.3%2016.8zm-64.6%20111.6-19.2.3-10%2016.4-9.9-16.4-19.2-.4%209.3-16.9-9.2-16.8%2019.2-.4%2010-16.4%209.9%2016.5%2019.2.4-9.3%2016.8zm130.6%200-19.2.3-10%2016.4-10-16.4-19.1-.4%209.3-16.9-9.3-16.8%2019.2-.4%2010-16.4%2010%2016.5%2019.2.4-9.4%2016.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bi.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bi'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bi-a'%3e%3cpath%20fill='gray'%20d='M60.8%20337h175v175h-175z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bi-a)'%20transform='translate(-178%20-986)%20scale(2.9257)'%3e%3cpath%20fill='%2318b637'%20d='m0%20337%20146.6%2087.5L0%20512zm293.1%200-146.5%2087.5L293%20512z'/%3e%3cpath%20fill='%23cf0921'%20d='m0%20337%20146.6%2087.5L293%20337zm0%20175%20146.6-87.5L293%20512z'/%3e%3cpath%20fill='%23fff'%20d='M293.1%20337h-27.3L0%20495.7V512h27.3l265.8-158.7z'/%3e%3cpath%20fill='%23fff'%20d='M197.2%20424.5a50.6%2050.6%200%201%201-101.2%200%2050.6%2050.6%200%200%201%20101.2%200z'/%3e%3cpath%20fill='%23fff'%20d='M0%20337v16.3L265.8%20512h27.3v-16.3L27.3%20337z'/%3e%3cpath%20fill='%23cf0921'%20stroke='%2318b637'%20stroke-width='1pt'%20d='m156.5%20405.4-6.6.1-3.4%205.6-3.4-5.6-6.5-.1%203.2-5.8-3.2-5.7%206.6-.2%203.4-5.6%203.4%205.7h6.5l-3.1%205.8zm-22%2038.2h-6.6l-3.4%205.7-3.4-5.6-6.6-.2%203.2-5.7-3.1-5.8%206.5-.1%203.4-5.6%203.4%205.6%206.6.2-3.2%205.7zm44.6%200h-6.6l-3.4%205.7-3.4-5.6-6.5-.2%203.1-5.7-3.1-5.8%206.6-.1%203.4-5.6%203.4%205.6%206.5.2-3.2%205.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bj'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bj-a'%3e%3cpath%20fill='gray'%20d='M67.6-154h666v666h-666z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23bj-a)'%20transform='matrix(.961%200%200%20.7207%20-65%20111)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23319400'%20d='M0-154h333v666H0z'/%3e%3cpath%20fill='%23ffd600'%20d='M333-154h666v333H333z'/%3e%3cpath%20fill='%23de2110'%20d='M333%20179h666v333H333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bj.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bj'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bj-a'%3e%3cpath%20fill='gray'%20d='M67.6-154h666v666h-666z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23bj-a)'%20transform='translate(-52%20118.4)%20scale(.7688)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23319400'%20d='M0-154h333v666H0z'/%3e%3cpath%20fill='%23ffd600'%20d='M333-154h666v333H333z'/%3e%3cpath%20fill='%23de2110'%20d='M333%20179h666v333H333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bl'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bm{background-image:url(/assets/bm-TAcIMpJ1.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(/assets/bm-DxSqbuX9.svg)}.flag-icon-bn{background-image:url(/assets/bn-KTU1FF32.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(/assets/bn-4XPSpXLE.svg)}.flag-icon-bo{background-image:url(/assets/bo-BYtAakr6.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(/assets/bo-BBUWrav-.svg)}.flag-icon-bq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2321468b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h640v160H0z'/%3e%3c/svg%3e")}.flag-icon-bq.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2321468b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h512v170.7H0z'/%3e%3c/svg%3e")}.flag-icon-br{background-image:url(/assets/br-yD1Bsfyi.svg)}.flag-icon-br.flag-icon-squared{background-image:url(/assets/br-BevDKjWV.svg)}.flag-icon-bs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bs'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bs-a'%3e%3cpath%20fill-opacity='.7'%20d='M-12%200h640v480H-12z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bs-a)'%20transform='translate(12)'%3e%3cpath%20fill='%23fff'%20d='M968.5%20480h-979V1.8h979z'/%3e%3cpath%20fill='%23ffe900'%20d='M968.5%20344.5h-979V143.3h979z'/%3e%3cpath%20fill='%2308ced6'%20d='M968.5%20480h-979V320.6h979zm0-318.7h-979V2h979z'/%3e%3cpath%20d='M-11%200c2.3%200%20391.8%20236.8%20391.8%20236.8L-12%20479.2-10.9%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bs.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bs'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bs-a'%3e%3cpath%20fill-opacity='.7'%20d='M56.6%2026.4H537v480.3H56.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bs-a)'%20transform='matrix(1.066%200%200%201.067%20-60.4%20-28.1)'%3e%3cpath%20fill='%23fff'%20d='M990%20506.2H9.4V27.6H990z'/%3e%3cpath%20fill='%23ffe900'%20d='M990%20370.6H9.4V169.2H990z'/%3e%3cpath%20fill='%2308ced6'%20d='M990%20506.2H9.4V346.7H990zm0-319H9.4V27.9H990z'/%3e%3cpath%20d='M9%2025.9c2.1%200%20392.3%20237%20392.3%20237L7.8%20505.3%209%2025.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bt{background-image:url(/assets/bt-COfv741Y.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(/assets/bt-BMyVy5ha.svg)}.flag-icon-bv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bv'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23bv-a)'%3e%3cpath%20fill='%23fff'%20d='M-28%200h699.7v512H-28z'/%3e%3cpath%20fill='%23d72828'%20d='M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6%20320h190.4v190.3H-27.6zm319.6%202.1h378.3v188.2H292z'/%3e%3cpath%20fill='%23003897'%20d='M196.7-25.4H261v535.7h-64.5z'/%3e%3cpath%20fill='%23003897'%20d='M-27.6%20224.8h698v63.5h-698z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bv.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bv'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23bv-a)'%3e%3cpath%20fill='%23fff'%20d='M-68%200h699.7v512H-68z'/%3e%3cpath%20fill='%23d72828'%20d='M-93-77.8h218.7v276.2H-93zM249.4-.6h381v199h-381zM-67.6%20320h190.4v190.3H-67.5zm319.6%202.1h378.3v188.2H252z'/%3e%3cpath%20fill='%23003897'%20d='M156.7-25.4H221v535.7h-64.5z'/%3e%3cpath%20fill='%23003897'%20d='M-67.5%20224.8h697.8v63.5H-67.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bw'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cbff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20d='M0%20186h640v108H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-bw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bw'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cbff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20d='M0%20212.7h512V299H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-by{background-image:url(/assets/by-oPm0zKcB.svg)}.flag-icon-by.flag-icon-squared{background-image:url(/assets/by-EkqhOCLw.svg)}.flag-icon-bz{background-image:url(/assets/bz-CY-aJurQ.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(/assets/bz-DAlR05u-.svg)}.flag-icon-ca{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ca'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M81.1%200h362.3v512H81.1z'%20transform='translate(74.1)%20scale(.9375)'/%3e%3cpath%20fill='%23d52b1e'%20d='M-100%200H81.1v512H-100zm543.4%200h181.1v512h-181zm-308%20247.4-14.2%204.8%2065.5%2057.5c5%2014.7-1.7%2019-6%2026.8l71-9L250%20399l14.8-.4-3.3-71%2071.2%208.5c-4.4-9.3-8.3-14.2-4.3-29l65.4-54.5-11.4-4.2c-9.4-7.2%204-34.7%206-52.1%200%200-38.1%2013.1-40.6%206.2l-9.8-18.7-34.7%2038.2c-3.8.9-5.4-.6-6.3-3.8l16-79.8-25.4%2014.3c-2.1%201-4.2.2-5.6-2.3l-24.5-49-25.2%2050.9c-1.9%201.8-3.8%202-5.4.8l-24.2-13.6%2014.6%2079.1c-1.2%203.2-4%204-7.2%202.3l-33.3-37.7c-4.3%207-7.2%2018.3-13%2020.9-5.7%202.4-25-4.8-37.9-7.6%204.4%2015.9%2018.2%2042.3%209.5%2051z'%20transform='translate(74.1)%20scale(.9375)'/%3e%3c/svg%3e")}.flag-icon-ca.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ca'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M81.3%203h362.3v512H81.3z'%20transform='translate(-.2%20-3)'/%3e%3cpath%20fill='%23d52b1e'%20d='M-99.8%203H81.3v512H-99.8zm543.4%200h181.1v512H443.6zM135.5%20250.4l-14%204.8%2065.4%2057.5c5%2014.8-1.7%2019.1-6%2026.9l71-9-1.8%2071.5%2014.8-.5-3.3-70.9%2071.2%208.4c-4.4-9.3-8.3-14.2-4.3-29l65.4-54.5-11.4-4.1c-9.4-7.3%204-34.8%206-52.2%200%200-38.1%2013.1-40.6%206.2L338%20187l-34.6%2038c-3.8%201-5.4-.6-6.3-3.8l16-79.7-25.4%2014.3c-2.1.9-4.2%200-5.6-2.4l-24.5-49-25.2%2050.9c-1.9%201.8-3.8%202-5.4.8l-24.2-13.6%2014.5%2079.2c-1.1%203-3.9%204-7.1%202.3l-33.3-37.8c-4.3%207-7.3%2018.4-13%2021-5.7%202.3-25-4.9-37.9-7.7%204.4%2015.9%2018.2%2042.3%209.5%2051z'%20transform='translate(-.2%20-3)'/%3e%3c/svg%3e")}.flag-icon-cc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cc'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='a'%20d='m0-360%2069.4%20215.8%20212-80.3L156-35.6%20351%2080.1%20125%2099.8l31.1%20224.6L0%20160l-156.2%20164.3%2031.1-224.5L-351%2080l195-115.7-125.5-188.9%20212%2080.3z'/%3e%3cpath%20id='b'%20d='M0-210%2054.9-75.5l144.8%2010.6-111%2093.8%2034.7%20141L0%2093.3-123.4%20170l34.6-141-111-93.8%20145-10.6z'/%3e%3c/defs%3e%3cpath%20fill='green'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='66.7'%20fill='%23ffe000'/%3e%3ccircle%20cx='340.8'%20cy='240'%20r='54.9'%20fill='green'/%3e%3ccircle%20cx='109.8'%20cy='173.3'%20r='69.8'%20fill='%23ffe000'/%3e%3cpath%20fill='%23802000'%20stroke='%237b3100'%20stroke-width='1.5'%20d='M105%20226h17.5s.7-1.6-.2-2.4c-1-.8-4.7-1-3.7-3.8%202-5.8%202.4-4%203.7-17.8a739%20739%200%200%200%202-35.5h-2.6s.5%206.7-1%2015.5c-1.4%208.8-1.9%209.5-3.5%2016.3a63.5%2063.5%200%200%201-3.3%2011.2c-1.4%204-1.6%204.1-3.8%207.8-2.3%203.6-1.5%202.2-2.7%204.4-.7%201.1-1.4.8-1.9%201.6-.4.8-.5%202.7-.5%202.7z'/%3e%3cpath%20fill='green'%20d='M118.3%20122.5a23%2023%200%200%201-1.2%209.2%2026.5%2026.5%200%200%200-2.3%209.8c-1.8.6-3.7-3.9-5.5-1.2%201.3%203.7%204.4%206.6%206.4%209.9.4%201%203.4%203.7%201.6%204.3-4.3-1.5-5.4-7-8-10.3a19%2019%200%200%200-15.5-10c-2.5.1-10.4-.5-8.4%203.7%203%202%206.8%203.4%209.8%205.7%202.3.2%206.3%204%206.1%205.4-4-1.6-5.8-3.5-10-5.2-5.8-2.2-13.7-.9-17%204.8-.5%201.5-1.4%205.8.5%206.3%202.2-3.4%205.3-7.3%209.9-6.2%203.6.3-4%206.7-1.1%205.4%201-.4%203-1.8%204.6-2%201.5%200%202.3%201%203.4%201.2%202.3.3%203%201.2%202.7%201.8-.2.6-1%200-3.3.8-1.1.4-1.7%201.4-3%201.9-1.4.4-4.2.5-5.2%200-3.7-1.5-9.7-1.3-10.8%203.3%200%202-1.8-.2-2.6.7-.7%202.2-.8%204.4-4%204.2-2%202-4%204.2-6.6%205.7%201.5%203.4%207.3-3.4%207-.5-2.5%203.5%201.4%204.2%203%201.5%202.9-3%206.5-6.7%2010.7-3.6%202%201.9%203.2-1%204.7-1%201%202.5%202.1.2%203.2-.5%201.7-.2%201.2%202.2%203.2.7%204.1-2.7%209.1-.4%2013.1-3%204.3-2%20.6%201.5-.5%202.9-1.9%203.6-.3%208.4-4.3%2010.6-1.7%204.3%201.9%2010-1.7%2013.2-.5%202%204.6%201.8%206%202.6%202.6%200%200-5.8%202.5-6.6%203.4%202%203.2-3.8%202.5-5.6.4-4%20.6-8.6%202.6-12.3%202.2-4.5%204.2%201.9%201.8%203.7-1.4%204.1-3.4%209.4-.3%2013.3%201%20.2%201.7%202.4%202.8%203%201.2.7%202.8-.1%203-2.1%201.6-6%20.8-12.4%203-18.3%201.5-1.8%203.6-.3%204.5%201.4%203%203.5%205.1%207.8%208.7%2010.7a15%2015%200%200%201%207.8%207.3c0%202.6%207.4%203%205.2%200-2.1-2.7-.7-5.6%201.4-7.5%201.2.3.9-1.8%200-1-1.5-.3-1.6-3%20.4-1.7%203.5%201.1-.2-2.5-1.5-2.6-2.9-1.8-6.2-3.8-7.6-7%203.8%200%207.7%202.1%2011.5.9%203.1-1.6%206.2%200%207.3%202.8%202.4-.4%201.4-2.8%200-3.6%201.7-.7%203-2.2.8-3.5-1-1.4%201.5-4-1.7-3.8.1-2.5-.8-4.7-3.5-5.6-2.7-2.2-10.6%203.4-10.3-1.7-.8-2.8%203.2-.4%204.3-1.8%201.1-3-5.5-2.6-3.3-5%201.4-.8%208.1-2.1%202.9-3.1a8.3%208.3%200%200%201-7-1.1c-1.9%203.1-7.2-1.8-6.3%203.8-.7%202.1-5.5%207.6-6.8%203.4%201-3.3%206.8-4.3%205-8.8-.3-2.7-2.6.5-3.6.3-.6-1.7%201.6-3.8%203.2-4.2%203%202.4%203-3%206-2.5%202.1-.5-.7-1.4-1.3-1.8.6-1.5%203.9-2.3.7-3.7-2.9-2-5%202.1-7.3%202.3-2.2-2.5%202-3.7%203.2-5%20.1-1-2.4-.3-1.7-1.2.7-1.1%205.2-1.2%203-3a14.7%2014.7%200%200%200-10.2.6c-2%20.6-2.5%205-4.2%204.8-.7-2%20.3-5.8-2.4-6.3zm15%2042.3c2.4-.4%200%203.7-1%203.6%200-1.4-3.6-1.3-1.3-2.6a7.3%207.3%200%200%201%202.3-1z'/%3e%3cg%20fill='%23ffe000'%20transform='translate(0%2080)%20scale(.0635)'%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='7560'%20y='4200'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='6300'%20y='2205'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='7560'%20y='840'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='8680'%20y='1869'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20x='8064'%20y='2730'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cc'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20d='m0-360%2069.4%20215.8%20212-80.3L156-35.6%20351%2080.1%20125%2099.8l31.1%20224.6L0%20160l-156.2%20164.3%2031.1-224.5L-351%2080l195-115.7-125.5-188.9%20212%2080.3z'/%3e%3cpath%20id='b'%20d='M0-210%2054.9-75.5l144.8%2010.6-111%2093.8%2034.7%20141L0%2093.3-123.4%20170l34.6-141-111-93.8%20145-10.6z'/%3e%3c/defs%3e%3cpath%20fill='green'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='268.2'%20cy='250.4'%20r='61.2'%20fill='%23ffe000'/%3e%3ccircle%20cx='287.3'%20cy='250.4'%20r='50.4'%20fill='green'/%3e%3ccircle%20cx='75.2'%20cy='189.2'%20r='64.2'%20fill='%23ffe000'/%3e%3cpath%20fill='%23802000'%20stroke='%237b3100'%20stroke-width='1.4'%20d='M70.7%20237.6h16s.8-1.5-.1-2.2c-.9-.8-4.3-1-3.4-3.5%202-5.4%202.2-3.7%203.4-16.4%201.2-12.7%201.7-32.6%201.7-32.6H86s.5%206.2-.9%2014.3c-1.3%208-1.7%208.7-3.2%2015-1.4%206.1-1.7%206.6-3%2010.3-1.3%203.6-1.5%203.7-3.5%207l-2.5%204.2c-.6%201-1.3.7-1.7%201.4-.4.8-.5%202.5-.5%202.5z'/%3e%3cpath%20fill='green'%20d='M83%20142.5c0%202.5-.2%205.7-1.2%208.4-1%203-2.2%206-2.1%209-1.7.7-3.4-3.5-5-1%201.2%203.3%204%206%205.9%209%20.3%201%203%203.5%201.5%204-4-1.3-5-6.4-7.5-9.5a17.5%2017.5%200%200%200-14.2-9c-2.3%200-9.6-.6-7.7%203.2%202.8%202%206.3%203.2%209%205.3%202.1.2%205.8%203.6%205.6%205-3.6-1.5-5.3-3.3-9.2-4.8-5.3-2-12.6-.9-15.5%204.4-.6%201.4-1.4%205.3.3%205.7%202-3.1%205-6.6%209.2-5.7%203.3.3-3.8%206.3-1%205%20.8-.3%202.8-1.6%204.1-1.7%201.4-.2%202.2.8%203.2%201%202.1.3%202.7%201.1%202.5%201.6-.2.6-1%20.1-3%20.8-1%20.3-1.6%201.3-2.9%201.7-1.2.4-3.8.4-4.7%200-3.4-1.4-8.9-1.1-10%203%200%202-1.6-.1-2.3.7-.6%202-.8%204-3.8%203.9-1.8%201.9-3.6%203.9-6%205.2%201.4%203.1%206.8-3.1%206.5-.5-2.3%203.2%201.2%203.9%202.8%201.4%202.6-2.8%205.9-6.1%209.8-3.3%201.9%201.7%203-1%204.3-.8.9%202.2%202%200%203-.5%201.5-.2%201%202%203%20.6%203.7-2.5%208.3-.4%2012-2.8%203.8-1.8.5%201.4-.6%202.7-1.7%203.3-.2%207.7-4%209.7-1.4%204%201.8%209.2-1.5%2012.1-.5%201.9%204.3%201.7%205.6%202.4%202.4.1%200-5.3%202.2-6%203.1%201.9%203-3.5%202.4-5.2.3-3.7.5-7.8%202.3-11.3%202-4.1%203.9%201.7%201.6%203.4-1.2%203.8-3%208.7-.2%2012.2.9.2%201.5%202.2%202.6%202.8%201%20.7%202.5-.1%202.8-2%201.4-5.4.7-11.4%202.7-16.7%201.3-1.7%203.3-.3%204.1%201.2%202.8%203.2%204.7%207.2%208%209.9a14%2014%200%200%201%207.2%206.7c0%202.4%206.8%202.7%204.8%200-2-2.5-.7-5.2%201.3-6.9%201%20.3.7-1.6%200-.9-1.4-.3-1.5-2.8.3-1.6%203.2%201-.2-2.3-1.3-2.4-2.7-1.6-5.7-3.5-7-6.4%203.4%200%207%202%2010.5.8%202.9-1.5%205.7.1%206.7%202.6%202.2-.4%201.3-2.5%200-3.3%201.6-.6%202.7-2%20.8-3.2-1-1.4%201.4-3.6-1.6-3.5.1-2.3-.8-4.3-3.2-5.1-2.5-2.1-9.7%203-9.5-1.7-.7-2.5%203-.3%204-1.6%201-2.7-5-2.4-3-4.5%201.2-.8%207.4-2%202.6-3a7.6%207.6%200%200%201-6.4-1c-1.7%203-6.7-1.6-5.8%203.6-.7%202-5%207-6.3%203.1%201-3%206.3-4%204.6-8-.2-2.6-2.3.4-3.3.2-.5-1.6%201.5-3.5%203-3.9%202.7%202.2%202.8-2.7%205.5-2.3%202-.4-.7-1.2-1.2-1.6.5-1.4%203.5-2.2.6-3.4-2.6-2-4.5%202-6.6%202.1-2-2.3%201.8-3.4%202.9-4.6%200-1-2.3-.3-1.6-1%20.6-1.2%204.8-1.3%202.8-2.9-2.9-1-6.6-.7-9.4.5-1.8.6-2.3%204.6-3.8%204.4-.8-1.7.2-5.2-2.2-5.8zm13.7%2038.9c2.3-.4%200%203.3-1%203.3.1-1.3-3.2-1.2-1.1-2.4a6.7%206.7%200%200%201%202.1-1z'/%3e%3cg%20fill='%23ffe000'%20transform='translate(-25.8%20103.5)%20scale(.05833)'%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='7560'%20y='4200'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='6300'%20y='2205'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='7560'%20y='840'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='8680'%20y='1869'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20x='8064'%20y='2730'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cd'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23007fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23f7d618'%20d='M28.8%2096H96l20.8-67.2L137.6%2096h67.2l-54.4%2041.6%2020.8%2067.2-54.4-41.6-54.4%2041.6%2020.8-67.2L28.8%2096zM600%200%200%20360v120h40l600-360V0h-40'/%3e%3cpath%20fill='%23ce1021'%20d='M640%200%200%20384v96L640%2096V0'/%3e%3c/svg%3e")}.flag-icon-cd.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cd-a'%3e%3cpath%20fill='%23fff'%20d='M0-88h600v600H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23cd-a)'%20transform='matrix(.853%200%200%20.853%200%2075.1)'%3e%3cpath%20fill='%23007fff'%20d='M0-88h800v600H0z'/%3e%3cpath%20fill='%23f7d618'%20d='M36%2032h84l26-84%2026%2084h84l-68%2052%2026%2084-68-52-68%2052%2026-84-68-52zM750-88%200%20362v150h50L800%2062V-88h-50'/%3e%3cpath%20fill='%23ce1021'%20d='M800-88%200%20392v120L800%2032V-88'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cf'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cf-a'%3e%3cpath%20fill-opacity='.7'%20d='M-12.4%2032h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cf-a)'%20transform='translate(12.4%20-32)'%3e%3cpath%20fill='%2300f'%20d='M-52%2032h719.3v119H-52z'/%3e%3cpath%20fill='%23ff0'%20d='M-52%20391.6h719.3V512H-52z'/%3e%3cpath%20fill='%23009a00'%20d='M-52%20271.3h719.3v120.3H-52z'/%3e%3cpath%20fill='%23fff'%20d='M-52%20151h719.3v120.3H-52z'/%3e%3cpath%20fill='red'%20d='M247.7%2032.5h119.9V512H247.7z'/%3e%3cpath%20fill='%23ff0'%20d='m99.3%20137.7-31.5-21.8-31.3%2022L47.4%20101%2016.9%2078l38.2-1%2012.5-36.3L80.3%2077l38.1.7L88.2%20101'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cf'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cf-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cf-a)'%3e%3cpath%20fill='%2300f'%20d='M-52-.5h768v127H-52z'/%3e%3cpath%20fill='%23ff0'%20d='M-52%20383.5h768V512H-52z'/%3e%3cpath%20fill='%23009a00'%20d='M-52%20255h768v128.5H-52z'/%3e%3cpath%20fill='%23fff'%20d='M-52%20126.5h768V255H-52z'/%3e%3cpath%20fill='red'%20d='M268%200h128v512H268z'/%3e%3cpath%20fill='%23ff0'%20d='M109.5%20112.3%2075.9%2089.1l-33.4%2023.4%2011.6-39.2-32.5-24.6%2040.7-1L75.7%208.8l13.5%2038.6%2040.8.8L97.6%2073'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cg-a'%3e%3cpath%20fill-opacity='.7'%20d='M-79.5%2032h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23cg-a)'%20transform='translate(79.5%20-32)'%3e%3cpath%20fill='%23ff0'%20d='M-119.5%2032h720v480h-720z'/%3e%3cpath%20fill='%2300ca00'%20d='M-119.5%2032v480l480-480h-480z'/%3e%3cpath%20fill='red'%20d='M120.5%20512h480V32l-480%20480z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cg-a'%3e%3cpath%20fill-opacity='.7'%20d='M115.7%200h496.1v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23cg-a)'%20transform='translate(-119.5)%20scale(1.032)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h744v496H0z'/%3e%3cpath%20fill='%2300ca00'%20d='M0%200v496L496%200H0z'/%3e%3cpath%20fill='red'%20d='M248%20496h496V0L248%20496z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ch{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ch'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23d52b1e'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M170%20195h300v90H170z'/%3e%3cpath%20d='M275%2090h90v300h-90z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ch.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ch'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23d52b1e'%20d='M0%200h512v512H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M96%20208h320v96H96z'/%3e%3cpath%20d='M208%2096h96v320h-96z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ci{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ci'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cd00'%20d='M426.8%200H640v480H426.8z'/%3e%3cpath%20fill='%23ff9a00'%20d='M0%200h212.9v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M212.9%200h214v480h-214z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ci.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ci'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cd00'%20d='M341.5%200H512v512H341.5z'/%3e%3cpath%20fill='%23ff9a00'%20d='M0%200h170.3v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M170.3%200h171.2v512H170.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ck{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ck'%20viewBox='0%200%20640%20480'%3e%3cpath%20id='path628'%20fill='%23006'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='path638'%20fill='%23fff'%20fill-rule='evenodd'%20d='m471.6%20213%205.2-16.7-14-10.6%2017.6-.2%206-16.5%205.6%2016.5%2017.7.5-14.1%2010.5%205%2016.7-14.5-10m27.1%2013%2010.4-13.9-9.7-14.8%2016.7%205.8%2011-13.5v17.6l16.4%206.4-16.8%205-.8%2017.5-10.2-14.4m-98.4%2015-.7-17.5-16.8-5.2L431%20198v-17.4l10.9%2013.5%2016.8-5.6-9.8%2014.7%2010.3%2014-17-4.5m-39.6%2040.9-7.4-15.8-17.4%201.8%2012.8-12.3L384%20211l15.2%208.2%2013.3-11.8-3.4%2017.4%2014.9%208.9-17.3%202.5M389%20291.8l-13.3-11.1-15%209.2%206.4-16.7-12.9-11.6%2017.3.7%207-16.4%204.3%2017.2%2017.2%201.5-14.6%209.8m3.2%2060.4-16.5-4.8-10.1%2014.5-.7-17.9-16.4-5.5%2016.1-6.2v-18l10.7%2014.1%2016.4-5.6-9.6%2015m29.5%2050.8-17%202.4-3.5%2017.4-7.8-16-17.1%201.6%2012.2-12.3-7.1-16.4%2015.3%208.5%2012.8-11.8L393%20362m45%2038-15.1%208.2%202.6%2017.6-12.7-12.4-15.6%207.6%207.3-15.9-12.3-12.9%2017.3%202.6%208-15.5%203.4%2017.4m53.8%209-8.3%2015.3%2011.7%2013.2-17.4-3.3-8.9%2015-2.4-17.3-17.2-4%2015.8-7.4-1.7-17.5%2012.2%2012.8m57.4-13.1-.5%2017.4%2016.3%206.4-17%205-1.2%2017.5-10-14.3-17%204.4%2010.8-13.9-9.4-14.7%2016.6%205.7M559%20209.8l12%2012.6%2015.9-7.4-8.3%2015.8%2011.5%2013.1-17-2.8-9%2015.5L562%20239l-17-3.5%2015.7-8m34.2%2021%205.5%2016.6%2017.5.3-14.2%2010.7%204.7%2016.8-14.1-10-14.6%2010.1%205.4-16.8-13.8-10.6%2017.6-.4m19.5%2033.2-2%2017.4%2015.7%207.7-17.3%203.6-2.7%2017.3-8.7-15.1-17.4%202.9%2012-13-8.1-15.5%2016%207.2m3%2039.8-7.8%2015.6L603%20379l-17.4-2.7-8.4%2015.3-3-17.3-17.4-3.3%2015.6-8-2.3-17.4%2012.6%2012.3m-9.8%2039.1-14.7%209.2%203.8%2017.3-13.5-11.5-15%208.6%206.3-16.3-13.1-12.1%2017.4%201.5%207-16%204.4%2017.2'/%3e%3cpath%20id='path1423'%20fill='%23006'%20stroke-width='.5'%20d='M0%200h320v240H0z'/%3e%3cpath%20id='path1425'%20fill='%23fff'%20stroke-width='.5'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20id='path1427'%20fill='%23c8102e'%20stroke-width='.5'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20id='path1429'%20fill='%23fff'%20stroke-width='.5'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20id='path1431'%20fill='%23c8102e'%20stroke-width='.5'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.flag-icon-ck.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ck'%20viewBox='0%200%20512%20512'%3e%3cpath%20id='path6059'%20fill='%23006'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path6069'%20fill='%23fff'%20fill-rule='evenodd'%20d='m344.8%20250.1%205.7-18.3-15.4-11.7%2019.4-.2%206.5-18.1%206.3%2018.1%2019.4.6-15.6%2011.4%205.6%2018.4-15.9-11m29.7%2014.4%2011.4-15.3-10.6-16.3%2018.4%206.4%2012-14.8V233l18%207.1-18.4%205.5-.9%2019.2-11.3-15.8m-108%2016.5-.8-19.2-18.4-5.7%2018.2-7v-19.1l12%2014.9%2018.4-6.2-10.8%2016.1%2011.4%2015.4-18.6-5m-43.6%2045-8-17.4-19.2%202%2014-13.5-7.2-17.7%2016.7%209%2014.6-13-3.7%2019.1%2016.3%209.7-19%202.8m-19.2%2061-14.6-12.1-16.5%2010%207-18.3-14-12.8%2018.9.9%207.7-18%204.7%2018.8%2018.9%201.7-16%2010.8m3.5%2066.3-18.2-5.3-11%2016-.8-19.7-18-6%2017.7-6.9v-19.7l11.7%2015.5%2018-6.1-10.5%2016.3m32.4%2055.9-18.7%202.6-3.8%2019.1L244%20428l-18.8%201.8%2013.5-13.5-7.9-18%2016.9%209.3%2014-13-3%2019.3m49.4%2041.7-16.7%209%203%2019.3-14.1-13.6-17%208.3%208-17.4-13.5-14.1%2019%202.8%208.7-17%203.7%2019m59.1%2010-9%2016.8%2012.8%2014.5-19.1-3.6-9.8%2016.4-2.7-19-18.9-4.4%2017.4-8.2-1.9-19%2013.5%2013.9m63-14.4-.7%2019.2%2018%207-18.6%205.6-1.3%2019.1-11-15.7-18.8%204.9%2011.9-15.4-10.3-16.1%2018.3%206.2m59.8-223.2%2013.1%2013.9%2017.5-8.1-9%2017.4L475%20284l-18.7-3-9.8%2017-2.5-19.3-18.6-4%2017.2-8.7m37.6%2023.1%206%2018.3%2019.1.3-15.5%2011.7L495%20338l-15.6-11-16%2011.1%206-18.5-15.2-11.6%2019.3-.5m21.4%2036.5-2.2%2019%2017.3%208.6-19%204-3%2019-9.5-16.7-19.1%203.2%2013-14.3-8.8-17%2017.7%207.9m3.2%2043.7-8.5%2017.1%2013.3%2014-19.1-2.8-9.3%2016.7-3.3-18.9-19-3.7%2017-8.8-2.5-19%2014%2013.5m-10.9%2043-16.1%2010%204.1%2019-14.8-12.6-16.5%209.4%207-18-14.4-13.2%2019.1%201.6%207.7-17.6%204.9%2019'/%3e%3cg%20id='g6703'%20transform='matrix(.5%200%200%20.5%200%20-.5)'%3e%3cpath%20id='path6681'%20fill='%23006'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path6683'%20fill='%23fff'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20id='path6685'%20fill='%23c8102e'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20id='path6687'%20fill='%23fff'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20id='path6689'%20fill='%23c8102e'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cl'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cl-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M256%200h512v256H256z'/%3e%3cpath%20fill='%230039a6'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M167.8%20191.7%20128.2%20162l-39.5%2030%2014.7-48.8L64%20113.1l48.7-.5L127.8%2064l15.5%2048.5%2048.7.1-39.2%2030.4%2015%2048.7z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20256h768v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h708.7v708.7H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cl-a)'%20transform='scale(.722)'%3e%3cpath%20fill='%23fff'%20d='M354.3%200H1063v354.3H354.3z'/%3e%3cpath%20fill='%230039a6'%20d='M0%200h354.3v354.3H0z'/%3e%3cpath%20fill='%23fff'%20d='m232.3%20265.3-55-41.1-54.5%2041.5%2020.3-67.5-54.5-41.7%2067.4-.6%2021-67.3%2021.3%2067.2h67.5L211.4%20198l20.8%2067.4z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20354.3h1063v354.4H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23007a5e'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23fcd116'%20d='M426.7%200H640v480H426.7z'/%3e%3cg%20fill='%23fcd116'%20transform='translate(320%20240)%20scale(7.1111)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-8-2.5-.4%201.3.9z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cm'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23007a5e'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23fcd116'%20d='M341.3%200H512v512H341.3z'/%3e%3cg%20fill='%23fcd116'%20transform='translate(256%20256)%20scale(5.6889)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-8-2.5-.4%201.3.9z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23ffde00'%20d='M-.6.8%200-1%20.6.8-1-.3h2z'/%3e%3c/defs%3e%3cpath%20fill='%23de2910'%20d='M0%200h640v480H0z'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(71.9991%200%200%2072%20120%20120)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(-12.33562%20-20.5871%2020.58684%20-12.33577%20240.3%2048)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(-3.38573%20-23.75998%2023.75968%20-3.38578%20288%2095.8)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(6.5991%20-23.0749%2023.0746%206.59919%20288%20168)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(14.9991%20-18.73557%2018.73533%2014.99929%20240%20216)'/%3e%3c/svg%3e")}.flag-icon-cn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23ffde00'%20d='M1-.3-.7.8%200-1%20.6.8-1-.3z'/%3e%3c/defs%3e%3cpath%20fill='%23de2910'%20d='M0%200h512v512H0z'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(76.8%200%200%2076.8%20128%20128)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='rotate(-121%20142.6%20-47)%20scale(25.5827)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='rotate(-98.1%20198%20-82)%20scale(25.6)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='rotate(-74%20272.4%20-114)%20scale(25.6137)'/%3e%3cuse%20xlink:href='%23a'%20width='30'%20height='20'%20transform='matrix(16%20-19.968%2019.968%2016%20256%20230.4)'/%3e%3c/svg%3e")}.flag-icon-co{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-co'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20360h640v120H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-co.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-co'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20384h512v128H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230000b4'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2075.4h640v322.3H0z'/%3e%3cpath%20fill='%23d90000'%20d='M0%20157.7h640v157.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230000b4'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2080.5h512v343.7H0z'/%3e%3cpath%20fill='%23d90000'%20d='M0%20168.2h512v168.2H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cu-a'%3e%3cpath%20fill-opacity='.7'%20d='M-32%200h682.7v512H-32z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cu-a)'%20transform='translate(30)%20scale(.94)'%3e%3cpath%20fill='%230050f0'%20d='M-32%200h768v512H-32z'/%3e%3cpath%20fill='%23fff'%20d='M-32%20102.4h768v102.4H-32zm0%20204.8h768v102.4H-32z'/%3e%3cpath%20fill='%23ed0000'%20d='m-32%200%20440.7%20255.7L-32%20511V0z'/%3e%3cpath%20fill='%23fff'%20d='M161.8%20325.5%20114.3%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3%2018%2058z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cu-a)'%3e%3cpath%20fill='%230050f0'%20d='M-32%200h768v512H-32z'/%3e%3cpath%20fill='%23fff'%20d='M-32%20102.4h768v102.4H-32zm0%20204.8h768v102.4H-32z'/%3e%3cpath%20fill='%23ed0000'%20d='m-32%200%20440.7%20255.7L-32%20511V0z'/%3e%3cpath%20fill='%23fff'%20d='M161.8%20325.5%20114.3%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3%2018%2058z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cv'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cv-a'%3e%3cpath%20fill-opacity='.7'%20d='M-123.4%200h682.6v512h-682.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cv-a)'%20transform='translate(115.7)%20scale(.94)'%3e%3cpath%20fill='%23fff'%20d='M-123.4%20233H723v206h-846.5z'/%3e%3cpath%20fill='%23081873'%20d='M-122.8%200h846v256.6h-846zm.3%20385.9h852.1V512h-852.1z'/%3e%3cpath%20fill='%23de3929'%20d='M-122.5%20302.6h846v39.6h-846z'/%3e%3cpath%20fill='%23ffce08'%20d='m131%20399.2%206.6%2020.4H159l-17.4%2012.7%206.6%2020.5L131%20440l-17.4%2012.7%206.7-20.5-17.4-12.7h21.5M317%20250.4l6.7%2020.5H345l-17.4%2012.6%206.6%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5-17.4-12.6h21.6m-222%2064.4%206.6%2020.5h21.5L99%20368.6l6.7%2020.4-17.4-12.6L70.9%20389l6.6-20.4-17.4-12.7h21.5M317%20329.5l6.7%2020.4H345l-17.4%2012.7%206.6%2020.4-17.4-12.6-17.4%2012.7%206.6-20.5-17.4-12.7h21.6m-40.5-161.7%206.7%2020.4H298l-17.4%2012.7%206.6%2020.5-17.4-12.7-17.4%2012.7%206.7-20.5-17.5-12.7h21.6m-64.5-45.2%206.7%2020.5h21.5l-17.4%2012.6%206.6%2020.5-17.4-12.6-17.4%2012.6%206.7-20.5-17.4-12.6H192m-64.5%202.9%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H121m-34.8%2043.2%206.6%2020.5h21.6l-17.5%2012.6%206.7%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5L58%20271h21.5m119.2%20149.4%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H192m82.2-41.7%206.6%2020.4h21.5L285%20432.3l6.7%2020.5-17.4-12.7-17.5%2012.7%206.7-20.5-17.4-12.7h21.5'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cv.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cv'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cv-a)'%3e%3cpath%20fill='%23fff'%20d='M-123.4%20233H723v206h-846.5z'/%3e%3cpath%20fill='%23081873'%20d='M-122.8%200h846v256.6h-846zm.3%20385.9h852.1V512h-852.1z'/%3e%3cpath%20fill='%23de3929'%20d='M-122.5%20302.6h846v39.6h-846z'/%3e%3cpath%20fill='%23ffce08'%20d='m131%20399.2%206.6%2020.4H159l-17.4%2012.7%206.6%2020.5L131%20440l-17.4%2012.7%206.7-20.5-17.4-12.7h21.5M317%20250.4l6.7%2020.5H345l-17.4%2012.6%206.6%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5-17.4-12.6h21.6m-222%2064.4%206.6%2020.5h21.5L99%20368.6l6.7%2020.4-17.4-12.6L70.9%20389l6.6-20.4-17.4-12.7h21.5M317%20329.5l6.7%2020.4H345l-17.4%2012.7%206.6%2020.4-17.4-12.6-17.4%2012.7%206.6-20.5-17.4-12.7h21.6m-40.5-161.7%206.7%2020.4H298l-17.4%2012.7%206.6%2020.5-17.4-12.7-17.4%2012.7%206.7-20.5-17.5-12.7h21.6m-64.5-45.2%206.7%2020.5h21.5l-17.4%2012.6%206.6%2020.5-17.4-12.6-17.4%2012.6%206.7-20.5-17.4-12.6H192m-64.5%202.9%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H121m-34.8%2043.2%206.6%2020.5h21.6l-17.5%2012.6%206.7%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5L58%20271h21.5m119.2%20149.4%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H192m82.2-41.7%206.6%2020.4h21.5L285%20432.3l6.7%2020.5-17.4-12.7-17.5%2012.7%206.7-20.5-17.4-12.7h21.5'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3cpath%20id='b'%20d='m0-1%20.2.7H1L.3%200l.2.7L0%20.4l-.6.4.2-.7-.5-.4h.7z'/%3e%3c/defs%3e%3cg%20clip-path='url(%23cw-a)'%20transform='scale(.94)'%3e%3cpath%20fill='%23002b7f'%20d='M0%200h768v512H0z'/%3e%3cpath%20fill='%23f9e814'%20d='M0%20320h768v64H0z'/%3e%3cuse%20xlink:href='%23b'%20width='13500'%20height='9000'%20x='2'%20y='2'%20fill='%23fff'%20transform='scale(42.67)'/%3e%3cuse%20xlink:href='%23b'%20width='13500'%20height='9000'%20x='3'%20y='3'%20fill='%23fff'%20transform='scale(56.9)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h9000v9000H0z'/%3e%3c/clipPath%3e%3cpath%20id='b'%20d='m0-1%20.2.7H1L.3%200l.2.7L0%20.4l-.6.4.2-.7-.5-.4h.7z'/%3e%3c/defs%3e%3cg%20clip-path='url(%23cw-a)'%20transform='scale(.057)'%3e%3cpath%20fill='%23002b7f'%20d='M0%200h13500v9000H0z'/%3e%3cpath%20fill='%23f9e814'%20d='M0%205625h13500v1125H0z'/%3e%3cuse%20xlink:href='%23b'%20width='13500'%20height='9000'%20x='2'%20y='2'%20fill='%23fff'%20transform='scale(750)'/%3e%3cuse%20xlink:href='%23b'%20width='13500'%20height='9000'%20x='3'%20y='3'%20fill='%23fff'%20transform='scale(1000)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cx'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230021ad'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%231c8a42'%20d='M0%200h640v480z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='57.8'%20fill='%23ffc639'/%3e%3cpath%20fill='%231c8a42'%20d='M284.7%20214c4%205.5%2010%2014.6%2014.8%2012.2%203.7%200%205.7.3%206.2%202.8a37%2037%200%200%200%2033-14.3s.8%200%20.5-4.5c0-2%202.8-1.6%202.8-1%20.4%201%20.4%201.7.9%201.8%201-.4%202.7-3%204-4.6.3-.7.1-1.5.2-2.4.7-1.7%202.4-1.3%202.8-.4l.6%201.6c1.8%201.2%205%200%205.2%200%20.3-1.4%201.2-1.2%201.2-1.2%201.2-.3.7-.2%201.5.2-.7%207.7%201.5%208%201.3%2012%20.1%204.4-1.3%205.6-1.3%207.3.4%202%207%202.1%204.6%203.9-2%201%200%203-3%203.8-8.8%204.5-10.4%208.3-10.4%208.3s-2.2%204.2-2.5%204.2c-1.5%202.8-3.3%201.2-4.4%202.6-.5%201.7-1%205.5%200%207.4.5%202.7%200%204.2-.7%206.9-.6%205.6-2.8%206.5-3.1%208.4-1%202.2.2%2012-.8%2012-6.5.2-11.5-1.2-14.1-1.7%202.5-10.9%201.5-20.4%201.5-21.4-.6-7.8-11.6-5.9-13.3-7-1.4-.2-2.3-1.3-2.7-1.8-1.6-.2-2.2-.6-3.7-.7-.8.4-.3.8-2%201.3-4.5.5-6.4-3.8-6.4-3.8.2-1.5-9.9.3-15.3-1-2.3%201.3-3.3%205-5.1%205.4%200%201.1-3-1-3.6-2-.2-3.4%202.8-4.8%202.8-4.8%202.4-1.7%203.8-2%205-3.1.5-2.9.2-5%201.5-7.1%201-1.7%202.5-1%203.5-1.6%201.1-.8%201.6-5.6.6-7l-4.7-4.2c-1.4-4.1%201.7-6.8%202.6-6.5z'/%3e%3cpath%20fill='%23ffc639'%20d='M561.9%20142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4%203%202.2%203.6%203.8%207.6%206%2011.3.6%202.5%201.8%204.2%202.4%206.6%200%200%20.2%204.2.6%204.6%205.4%206%206.2%2011.1%206.2%2011.1a49%2049%200%200%200%2011.5%2015.6c6.2%203.9%201.6%2016%201.8%2022.5%200%204-2.9%203.6-5.5%203-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7%202.6-4.7%204.4a129%20129%200%200%200%2039.1%2029.6l7.7%204.8%208.8%207.3c6.8%204.4%207.3%208.4%207.3%208.8.2%208.2-4.2%2014.6-5.5%2017.2-2.3%208.7-7%2010.2-7%2010.2-37.6%2025.4-57.4%2032-118.4%2024.1-1-.4-6.8.5%200%203%2015.5%205.2%2053.7%2013.5%2090.6-4%209-6.2%2014.8-4.2%2021.3-8a287.3%20287.3%200%200%201%2028.3-15.4c8.3-4.5%2031.3-9.4%2036.6-13.8%206.1-.5%2012.4-1.3%2012.8-6.5%202-1.3%205-.3%207.2-4.6%204.8-.9%204-2.6%204-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3%201.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z'/%3e%3cpath%20fill='%231c8a42'%20d='M588.6%20204.2a2.8%201.8%2016%201%201-5.4-1.7%202.8%201.8%2016%200%201%205.4%201.7z'/%3e%3cg%20fill='%23fff'%20transform='matrix(.64%200%200%20.64%200%2080)'%3e%3cpath%20id='a'%20d='m188.2%20191-12.8-12-12.9%2011.8%201.4-17.4-17.3-2.8%2014.5-9.8-8.6-15.2%2016.7%205.3%206.5-16.2L182%20151l16.7-5-8.8%2015%2014.4%2010-17.3%202.5%201.2%2017.4z'/%3e%3cpath%20d='m233.4%20335.5-13.8-9.1-13.4%209.6%204.8-15.5-13.6-9.5%2016.6-.4%205-15.5%205.6%2015.3%2016.7-.1L228%20320l5.3%2015.4z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='2.5'%20y='269.1'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='-112.1'%20y='123.2'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='108.4'%20y='85'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cx.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cx'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230021ad'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%231c8a42'%20d='M0%200h512v512z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='61.7'%20fill='%23ffc639'/%3e%3cpath%20fill='%231c8a42'%20d='M218.3%20228.3c4.3%205.8%2010.6%2015.5%2015.8%2013%204%200%206%20.3%206.6%203A39.5%2039.5%200%200%200%20276%20229s.8%200%20.5-4.8c0-2.2%203-1.7%203-1%20.4%201%20.3%201.8.9%201.8%201.2-.4%202.9-3.1%204.3-4.8.3-.8.1-1.6.2-2.6.8-1.8%202.6-1.4%203-.4.3.6.3%201%20.7%201.7%201.8%201.2%205.2%200%205.5%200%20.3-1.5%201.3-1.3%201.3-1.3%201.2-.3.7-.2%201.6.2-.8%208.2%201.6%208.6%201.4%2012.8%200%204.7-1.4%206-1.4%207.8.4%202.2%207.3%202.3%205%204.1-2.2%201.2%200%203.3-3.3%204.1-9.4%204.8-11.2%208.9-11.2%208.9s-2.3%204.4-2.6%204.4c-1.6%203-3.5%201.4-4.7%202.8-.5%201.8-1.1%205.9%200%208%20.5%202.8%200%204.4-.8%207.3-.6%206-3%206.9-3.3%209-1%202.2.3%2012.8-.8%2012.8-7%20.1-12.3-1.3-15-1.9%202.6-11.6%201.6-21.8%201.6-22.8-.7-8.3-12.4-6.3-14.2-7.4-1.5-.3-2.4-1.5-3-2-1.6-.2-2.2-.6-3.9-.8-.8.4-.3.9-2.2%201.4-4.6.6-6.7-4-6.7-4%20.2-1.6-10.5.3-16.4-1-2.4%201.3-3.4%205.2-5.4%205.7%200%201.2-3.2-1-3.9-2.2%200-3.5%203.1-5%203.1-5%202.5-1.9%204-2.2%205.3-3.4.6-3%20.3-5.3%201.6-7.6%201-1.7%202.7-1%203.8-1.7%201.2-.8%201.7-6%20.6-7.3l-5-4.5c-1.6-4.5%201.8-7.3%202.7-7z'/%3e%3cpath%20fill='%23ffc639'%20d='M452.3%2063.7c-2.8-11-27.9-34.8-46.6-50-4.5-3-7.4-1.2-6.9%203.1%202.4%204%204.1%208.2%206.5%2012.1.6%202.6%201.9%204.4%202.5%207%200%200%20.2%204.5.6%205a25%2025%200%200%201%206.6%2011.8%2052.4%2052.4%200%200%200%2012.3%2016.6c6.6%204.2%201.8%2017.1%202%2024%200%204.3-3.2%203.8-5.9%203.3-21.5-19.8-42.8-19.8-61.6-25.5-7.4-.8-7.5%202.7-5.1%204.6%2013.1%2014%2025.5%2023.6%2041.7%2031.6l8.2%205.1%209.4%207.8c7.2%204.7%207.8%209%207.8%209.4.2%208.8-4.5%2015.6-5.8%2018.3-2.5%209.3-7.5%2011-7.5%2011-40.1%2027-61.2%2034-126.4%2025.7-1-.5-7.2.5%200%203.1%2016.6%205.5%2057.3%2014.4%2096.7-4.3%209.5-6.6%2015.9-4.4%2022.7-8.4%2011.3-7%2027.3-15.6%2030.3-16.5%208.7-4.7%2033.3-10%2039-14.7%206.5-.5%2013.2-1.4%2013.7-7%202.1-1.3%205.2-.3%207.5-4.9%205.2-.9%204.3-2.7%204.3-2.7-1.3-3.7-6-5.2-9.5-7.8-5.1-1.7-8.6-2.2-12.3-.4l-3.5%201.6s-5.5-.8-5.5-1.2c-12.1-.7-11-41-15.2-57.7z'/%3e%3cpath%20fill='%231c8a42'%20d='M542.5%20217.8a3%201.9%2016%201%201-5.8-1.8%203%201.9%2016%200%201%205.8%201.8z'/%3e%3cg%20fill='%23fff'%20transform='translate(-11.8%20182.4)%20scale(.68267)'%3e%3cpath%20id='a'%20d='m188.2%20191-12.8-12-12.9%2011.8%201.4-17.4-17.3-2.8%2014.5-9.8-8.6-15.2%2016.7%205.3%206.5-16.2L182%20151l16.7-5-8.8%2015%2014.4%2010-17.3%202.5%201.2%2017.4z'/%3e%3cpath%20d='m233.4%20335.5-13.8-9.1-13.4%209.6%204.8-15.5-13.6-9.5%2016.6-.4%205-15.5%205.6%2015.3%2016.7-.1L228%20320l5.3%2015.4z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='2.5'%20y='269.1'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='-112.1'%20y='123.2'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='108.4'%20y='85'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cy{background-image:url(/assets/cy-D3KppCKJ.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(/assets/cy-b_QUXiYZ.svg)}.flag-icon-cz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23d7141a'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%2311457e'%20d='M360%20240%200%200v480z'/%3e%3c/svg%3e")}.flag-icon-cz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23d7141a'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%2311457e'%20d='M300%20256%200%2056v400z'/%3e%3c/svg%3e")}.flag-icon-de{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-de'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ffce00'%20d='M0%20320h640v160H0z'/%3e%3cpath%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23d00'%20d='M0%20160h640v160H0z'/%3e%3c/svg%3e")}.flag-icon-de.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-de'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ffce00'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23d00'%20d='M0%20170.7h512v170.6H0z'/%3e%3c/svg%3e")}.flag-icon-dj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dj'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='dj-a'%3e%3cpath%20fill-opacity='.7'%20d='M-40%200h682.7v512H-40z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23dj-a)'%20transform='translate(37.5)%20scale(.94)'%3e%3cpath%20fill='%230c0'%20d='M-40%200h768v512H-40z'/%3e%3cpath%20fill='%2369f'%20d='M-40%200h768v256H-40z'/%3e%3cpath%20fill='%23fffefe'%20d='m-40%200%20382.7%20255.7L-40%20511V0z'/%3e%3cpath%20fill='red'%20d='M119.8%20292%2089%20270l-30.7%2022.4L69.7%20256l-30.6-22.5%2037.9-.3%2011.7-36.3%2012%2036.2h37.9l-30.5%2022.7%2011.7%2036.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-dj.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dj'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='dj-a'%3e%3cpath%20fill-opacity='.7'%20d='M55.4%200H764v708.7H55.4z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23dj-a)'%20transform='translate(-40)%20scale(.722)'%3e%3cpath%20fill='%230c0'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%2369f'%20d='M0%200h1063v354.3H0z'/%3e%3cpath%20fill='%23fffefe'%20d='m0%200%20529.7%20353.9L0%20707.3V0z'/%3e%3cpath%20fill='red'%20d='m221.2%20404.3-42.7-30.8-42.4%2031%2015.8-50.3-42.4-31.2%2052.4-.4%2016.3-50.2%2016.6%2050%2052.4.2-42.1%2031.4%2016%2050.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-dk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c8102e'%20d='M0%200h640.1v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M205.7%200h68.6v480h-68.6z'/%3e%3cpath%20fill='%23fff'%20d='M0%20205.7h640.1v68.6H0z'/%3e%3c/svg%3e")}.flag-icon-dk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23c8102e'%20d='M0%200h512.1v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M144%200h73.1v512H144z'/%3e%3cpath%20fill='%23fff'%20d='M0%20219.4h512.1v73.2H0z'/%3e%3c/svg%3e")}.flag-icon-dm{background-image:url(/assets/dm-BI22d2Bd.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(/assets/dm-HUkgUhvr.svg)}.flag-icon-do{background-image:url(/assets/do-4qaamCBi.svg)}.flag-icon-do.flag-icon-squared{background-image:url(/assets/do-DRMH632y.svg)}.flag-icon-dz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M320%200h320v480H320z'/%3e%3cpath%20fill='%23006233'%20d='M0%200h320v480H0z'/%3e%3cpath%20fill='%23d21034'%20d='M424%20180a120%20120%200%201%200%200%20120%2096%2096%200%201%201%200-120m4%2060-108-35.2%2067.2%2092V183.2l-67.2%2092z'/%3e%3c/svg%3e")}.flag-icon-dz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M256%200h256v512H256z'/%3e%3cpath%20fill='%23006233'%20d='M0%200h256v512H0z'/%3e%3cpath%20fill='%23d21034'%20d='M367%20192a128%20128%200%201%200%200%20128%20102.4%20102.4%200%201%201%200-128m4.2%2064L256%20218.4l71.7%2098.2V195.4L256%20293.6z'/%3e%3c/svg%3e")}.flag-icon-ec{background-image:url(/assets/ec-gBBifr0j.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(/assets/ec-4yhEjDNG.svg)}.flag-icon-ee{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ee'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3crect%20width='640'%20height='477.9'%20rx='0'%20ry='0'/%3e%3crect%20width='640'%20height='159.3'%20y='320.7'%20fill='%23fff'%20rx='0'%20ry='0'/%3e%3cpath%20fill='%231291ff'%20d='M0%200h640v159.3H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ee.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ee'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.482%20.72)'%3e%3crect%20width='1063'%20height='708.7'%20rx='0'%20ry='0'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23fff'%20rx='0'%20ry='0'/%3e%3cpath%20fill='%231291ff'%20d='M0%200h1063v236.2H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-eg{background-image:url(/assets/eg-DqzBhm8U.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(/assets/eg-DDHs6Djq.svg)}.flag-icon-eh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-eh'%20viewBox='0%200%20640%20480'%3e%3cdefs%20id='defs13030'%3e%3cclipPath%20id='eh-a'%3e%3cpath%20id='path13027'%20fill-opacity='.7'%20d='M-158.7%200H524v512h-682.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='g13044'%20fill-rule='evenodd'%20clip-path='url(%23eh-a)'%20transform='translate(148.8)%20scale(.94)'%3e%3cpath%20id='rect13190'%20fill='%23000'%20d='M-158.3%200h680.9v255.3h-680.9z'%20style='stroke-width:1.38978'/%3e%3cpath%20id='rect13192'%20fill='%23007a3d'%20d='M-158.3%20255.3h680.9v255.3h-680.9z'%20style='stroke-width:1.38978'/%3e%3cpath%20id='rect13194'%20fill='%23fff'%20d='M-158.3%20148.9h680.9v212.8h-680.9z'%20style='stroke-width:1.55382'/%3e%3cpath%20id='path13196'%20fill='%23c4111b'%20d='m-158.3%200%20340.4%20255.3-340.4%20255.3Z'%20style='stroke-width:1.70213'/%3e%3ccircle%20id='circle13198'%20cx='352.3'%20cy='255.3'%20r='68.1'%20fill='%23c4111b'%20style='stroke-width:1.70213'/%3e%3ccircle%20id='circle13200'%20cx='377.9'%20cy='255.3'%20r='68.1'%20fill='%23fff'%20style='stroke-width:1.70213'/%3e%3cpath%20id='path13202'%20fill='%23c4111b'%20d='m334%20296.5%2029.1-20.7%2028.8%2021-10.8-34%2029-20.9-35.7-.2-11-34-11.2%2033.9-35.7-.2%2028.7%2021.2-11.1%2034z'%20style='stroke-width:1.70213'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-eh.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-eh'%20viewBox='0%200%20512%20512'%3e%3cdefs%20id='defs13889'%3e%3cclipPath%20id='eh-a'%3e%3cpath%20id='path13886'%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20id='rect13190'%20fill='%23000'%20d='M0%200h512v256H0z'%20style='stroke-width:1.20679'/%3e%3cpath%20id='rect13192'%20fill='%23007a3d'%20d='M0%20256h512v256H0z'%20style='stroke-width:1.20679'/%3e%3cpath%20id='rect13194'%20fill='%23fff'%20d='M0%20149.3h512v213.3H0z'%20style='stroke-width:1.34923'/%3e%3cpath%20id='path13196'%20fill='%23c4111b'%20d='m0%200%20256%20256L0%20512Z'%20style='stroke-width:1.47802'/%3e%3cg%20id='g13957'%20transform='translate(-135%20-6.5)%20scale(1.02539)'%3e%3ccircle%20id='circle13198'%20cx='512'%20cy='256'%20r='68.3'%20fill='%23c4111b'%20style='stroke-width:1.70667'/%3e%3ccircle%20id='circle13200'%20cx='537.6'%20cy='256'%20r='68.3'%20fill='%23fff'%20style='stroke-width:1.70667'/%3e%3cpath%20id='path13202'%20fill='%23c4111b'%20d='m493.7%20297.3%2029-20.8%2029%2021.2-10.8-34.2%2029-21-35.8-.2-11-34-11.3%2033.9-35.7-.1%2028.7%2021.2-11.1%2034z'%20style='stroke-width:1.70667'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-er{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-er'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23be0027'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23b4d7f4'%20d='m0%20480%20640-.3V240L0%20480z'/%3e%3cpath%20fill='%23239e46'%20d='m0%200%20640%20.3V240L0%200z'/%3e%3cpath%20fill='%23f3e295'%20d='M186.2%20360.4c-10.7%203-16.8%2011.3-16.7%2019.1l52.8-.2c.4-8.4-6.5-16.2-17-19.3%2051.6-1%2096.4-20.4%20104.6-32.8-8-3.5-17.4%202.1-24%20.8%2015.7-7.3%2063-37.9%2055.3-70.7-6%2018.2-24%2033.3-31.8%2037.4%2017.7-26.8%2041.8-54.8%2020.9-76.4%201%2012.5-8%2026.3-12%2027.4%2010.3-28.4%2020-64-2.1-87.4%202.9%208.5%201.7%2032.4-2.3%2033.5-1.2-19.3-4.5-59.8-24.8-59.3%206.4%205.8%209.2%2021.4%209.4%2037.2a57.5%2057.5%200%200%200-21.1-27%20118.3%20118.3%200%200%200-41.5-42.2c1.8%2012.7%203.3%2022.7%2021%2035.9-9.2-.6-18.4-18.1-28.3-18.6-7.9-.4-14%207.1-26.9%202.8%201.4%204.2%207.4%206.1%208.7%209.2-2.8%202-9.3-.3-14.7-3%207.5%2010%2019%2016%2028.8%2014%2011.7-2.2%2024.2-1%2036.2%205.8a63%2063%200%200%201-22.5.6c6.9%207%2011.5%2011.7%2023.6%2011.6%2010.7%200%2016.4-5.8%2019.1-2.2%206.8%208%2011.3%2016%2017%2025.4-12.5%201.3-8.7-14.1-22.6-22-7.9%2016%209%2035.2%2020.3%2043.2a65%2065%200%200%200%207.1%2031.5c3.5%206.5%208%2013.2%206.3%2027.9-6.9-5-13.5-21.8-11-35.1-8.6%202.3-12%2017.4-8%2025%203%205.7%205%2016.8%201.6%2021.7-3.4%204.6-3.7%204-3.7%2014%20.1%205.8-3.2%2012.8-8.5%2017.7a35.5%2035.5%200%200%200%201.1-15.8c-4.2%207.2-14.9%2014.6-18.2%2022.4-3.3%207.7-4.1%2021.2-20%2024.3-20.6%204-27.7%207.6-40.8%2013-1.5-10%202.9-31%2011.3-29.7%208.1%201.4%2033-8.6%2024-29.5-1.7%206.6-7.5%2013-13.9%2013.3%206.9-8.8%2019-18%2013.1-32.8a42.6%2042.6%200%200%201-16.3%2018c8.4-16%201-21-9-7.6-3.8%205.1-6.1%2015.4-8.5%2028.5-4-10.6-3.7-24.6-8.4-36-4.8-12.3%206.5-15.5%2011.8-14.5%2013%203.5%2034.9%203.5%2033.3-18.1-5.7%207.3-15.5%209.5-26.2%207%2012-8.8%2021.4-25.3%208-34a31%2031%200%200%201-16.9%2024.1%2050.8%2050.8%200%200%201-.3-24.8c-5.2%205.6-9%2017-12.1%2030.2-.3-13%202.2-22.3%204-29.3%202.8-10.1%209.6-3.5%2020-2.8%2010.2.6%2024-5%2021.4-18.7-3.4%205.5-10.5%207.6-17.7%207%208.7-5.3%2023.8-14.6%2015.5-29-3.5%205.4-4.6%2010-14.7%2011.7%202.6-6%203-14.7%2011-18-14-2.9-22%206.3-26.2%2020.7-1.6-10-3.6-13.6-4-21%207.6-8.3%208.4-24.8-8-28.4a35%2035%200%200%200%201.2%2017.4c-7.7-4.6-18.5-7.1-25.8-.7%205%205.3%2012.5%2010%2024.2%204.2-2.8%209-10%207.5-19.8%204%206%2011.3%2013.6%2013.3%2022%2012%204.4%2011.6%204.6%2020.4-8.3%2037.2.6-10.4-.1-18.2-8.4-26.7-7.2-7-13%20.3-1.8%2015.8-6.8-5-14.4-15-16.7-25.1-2.2%2012.4-.2%2027.1%206.7%2035.4-3.3%203.5-7-.4-12.5-9%202%2027.4%2013.7%2032.7%2029.4%2026.6.4%2015%20.4%2028.9%201.3%2047-9.1-13.2-20.7-23-27.1-25.4-2%207.3%205.5%2017%209.8%2022.3-6.5-1.4-20.5-12-20.5-12-1.4%2012.1%2014.3%2023.4%2024.5%2028.4-12-.5-17.3-5-25-12.4.2%2033.8%2036.6%2027.9%2043.5%2022.7l3%2052.5c-10.3-1.8-9.5-5-18.3-5.7-24.5-1-43.9-29.4-50.3-50.3-1.9%203.4-.4%207-2.1%2011.3-4-10.3-9-23.6-15.9-29.8%201.8%206%202%2012.1%201.4%2023.3-2.4-7.2-4.5-9.5-4.7-18%20.1-6.5%206.3-11.3%206-20.5-.3-6.7-6.4-21.3-7.3-32.5-3%2011.6-4.8%2023.8-9.4%2031%202.3-12.4%201.6-21%205.4-29.3%204.4-8.7%208.1-16.6%205.2-25.4-2.8%203.4-1.9%206.5-9%2014.8-1.5-9%209.2-23.5%2019.6-29.3%207.3-3.8%2016.5-17.6%2010.5-27-6.9%205-10%2011.6-19.7%2023%207-27%2025-34.2%2046.5-34.3%204.7%200%2014.3-1.7%2017-8-6%202.3-13.2%202.6-19.6%201.4%204.7-6.9%2014.4-6%2023.6-6%207.1%200%2018.3-1%2022.8-11.2a50.8%2050.8%200%200%201-31%201.9c13.7-7%2035-7.8%2046-17.1-12.5-9.3-43.7%202.2-63.4%2015.7%205.5-5%2014.2-14%2019-21.2-10.8-5.2-38%2025-47.4%2043-9%205-12.5%2013-16%2018.5%204.7-16.1%205.2-27.8%209.2-41C80%20138%2092.6%20194.6%2086%20208.2c.8-15%20.1-34.1-6-44-9.4%207.2-10.2%2049.5-1.4%2084.7-3.2-9.4-9.2-18.2-11.1-29.7-14%2025.4%208.2%2055.5%2026.7%2079.2-14-7.3-27.7-22.9-36.8-36%202.5%2045.6%2050%2055%2057.4%2066.2-10-4.7-29.1-13.9-37.3-4.2a99%2099%200%200%201%2032.3%2012.1c12.4%2015.4%2035.7%2022.2%2076.4%2023.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-er.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-er'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='er-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23er-a)'%3e%3cpath%20fill='%23be0027'%20d='M-48%200h591.5v512H-48z'/%3e%3cpath%20fill='%23b4d7f4'%20d='m-48%20512%20591.5-.3V256L-48%20512z'/%3e%3cpath%20fill='%23239e46'%20d='m-48%200%20591.5.3V256L-48%200z'/%3e%3cpath%20fill='%23f3e295'%20d='M148.8%20351.4c-8.7%202.4-13.7%209.2-13.6%2015.6l42.8-.2c.4-6.9-5.2-13.2-13.8-15.7%2042-.8%2078.4-16.6%2085-26.6-6.5-2.9-14.1%201.7-19.5.6%2012.8-5.9%2051.2-30.8%2045-57.4a62.3%2062.3%200%200%201-25.8%2030.3c14.3-21.8%2034-44.5%2017-62%20.8%2010.2-6.6%2021.4-9.8%2022.2%208.3-23%2016.3-52-1.8-71%202.4%206.9%201.5%2026.3-1.8%2027.2-1-15.7-3.7-48.6-20.2-48.1%205.3%204.6%207.5%2017.4%207.7%2030.2-3.8-8.8-8-15.4-17.2-22a96.1%2096.1%200%200%200-33.7-34.3%2036.1%2036.1%200%200%200%2017.1%2029.2c-7.5-.5-15-14.7-23-15.1-6.4-.3-11.4%205.8-21.9%202.3%201.2%203.4%206%205%207%207.5-2.1%201.5-7.5-.2-11.9-2.5%206.1%208.2%2015.5%2013%2023.5%2011.4%209.5-1.8%2019.7-.8%2029.4%204.7a51.6%2051.6%200%200%201-18.4.5c5.7%205.7%209.4%209.5%2019.2%209.4%208.8%200%2013.4-4.6%2015.6-1.8%205.5%206.5%209.2%2013%2013.8%2020.6-10.2%201.2-7.1-11.4-18.4-17.9-6.3%2013.2%207.3%2028.7%2016.6%2035.2%200%209.9%201.5%2018%205.7%2025.6%202.8%205.3%206.5%2010.7%205.1%2022.7-5.5-4-11-17.7-9-28.5-7%201.9-9.6%2014-6.4%2020.2%202.5%204.7%204.1%2013.7%201.3%2017.7-2.8%203.7-3%203.3-3%2011.3%200%204.8-2.6%2010.5-7%2014.4%201-3.3%202-9.2%201-12.8-3.5%205.9-12.1%2011.9-14.8%2018.2-2.7%206.3-3.4%2017.2-16.3%2019.7-16.7%203.3-22.5%206.2-33.2%2010.6-1.2-8.1%202.4-25.1%209.2-24.1%206.7%201.2%2026.8-7%2019.6-24-1.4%205.4-6.2%2010.6-11.3%2010.9%205.5-7.2%2015.4-14.7%2010.6-26.7a34.5%2034.5%200%200%201-13.3%2014.7c6.9-13.1.8-17-7.3-6.3-3%204.2-5%2012.6-6.9%2023.2-3.2-8.6-3-20-6.8-29.2-4-10%205.3-12.7%209.6-11.9%2010.6%202.9%2028.4%202.9%2027-14.7-4.5%206-12.6%207.8-21.3%205.7%209.8-7.2%2017.5-20.5%206.6-27.5a25.2%2025.2%200%200%201-13.7%2019.5%2041%2041%200%200%201-.3-20.1c-4.3%204.5-7.4%2013.8-9.9%2024.5a81.8%2081.8%200%200%201%203.3-23.8c2.2-8.3%207.8-2.9%2016.3-2.3%208.2.5%2019.5-4%2017.4-15.2-2.8%204.4-8.6%206.1-14.5%205.7%207.1-4.3%2019.4-12%2012.7-23.6-2.9%204.4-3.8%208.2-12%209.6%202.1-5%202.5-12%208.9-14.7-11.4-2.3-17.9%205.2-21.2%2016.8-1.4-8-3-11-3.3-17%206.2-6.8%206.8-20.2-6.5-23.1-.8%206.8-.5%208.5%201%2014-6.3-3.6-15-5.7-21-.4%204%204.3%2010.2%208%2019.7%203.4-2.3%207.3-8.1%206-16.1%203.2%204.9%209.2%2011%2010.9%2017.9%209.8%203.5%209.4%203.7%2016.5-6.7%2030.2.4-8.5-.2-14.8-7-21.7-5.7-5.7-10.4.3-1.4%2012.9A38.7%2038.7%200%200%201%20127%20200c-1.8%2010.1-.2%2022%205.4%2028.8-2.7%202.8-5.7-.3-10.1-7.2%201.6%2022.2%2011.1%2026.4%2023.9%2021.5.3%2012.2.3%2023.5%201%2038.2a61.3%2061.3%200%200%200-22-20.6c-1.7%206%204.5%2013.7%208%2018-5.3-1-16.7-9.7-16.7-9.7-1.2%209.9%2011.6%2019%2019.9%2023.1-9.7-.4-14-4-20.3-10%20.1%2027.4%2029.7%2022.6%2035.3%2018.4l2.5%2042.6c-8.4-1.4-7.7-4-14.9-4.6-19.9-.8-35.7-23.9-40.9-40.9-1.5%202.8-.3%205.7-1.7%209.2-3.2-8.4-7.3-19.1-12.9-24.1%201.4%204.8%201.6%209.8%201.1%2018.8-1.9-5.9-3.7-7.7-3.8-14.6.1-5.3%205.1-9.2%204.9-16.7-.2-5.4-5.2-17.2-6-26.4-2.4%209.5-3.9%2019.4-7.6%2025.2%201.9-10%201.3-17%204.4-23.7%203.6-7.2%206.6-13.5%204.2-20.7-2.3%202.8-1.5%205.3-7.2%2012-1.3-7.3%207.4-19%2015.8-23.8%206-3%2013.4-14.3%208.6-22-5.6%204-8.1%209.5-16%2018.7%205.6-22%2020.2-27.7%2037.7-27.8%204%200%2011.7-1.4%2014-6.5-5%201.9-10.9%202.1-16%201%203.7-5.4%2011.7-4.7%2019.1-4.8%205.8%200%2014.9-.8%2018.6-9a42%2042%200%200%201-25.2%201.5c11.1-5.8%2028.5-6.4%2037.4-14-10.2-7.5-35.6%201.9-51.6%2012.9%204.5-4.1%2011.6-11.4%2015.5-17.3-8.8-4.2-31%2020.4-38.6%2035-7.2%204-10.1%2010.5-13%2015%204-13.1%204.3-22.6%207.5-33.3-24.8%208.5-14.5%2054.5-19.9%2065.5.6-12.2.1-27.8-4.9-35.8-7.6%205.8-8.3%2040.2-1%2068.9-2.7-7.7-7.6-14.9-9.1-24.2-11.4%2020.7%206.6%2045%2021.6%2064.3a95.7%2095.7%200%200%201-29.8-29.2c2%2037%2040.7%2044.7%2046.7%2053.8-8.2-3.8-23.7-11.3-30.4-3.4a80.2%2080.2%200%200%201%2026.3%209.9c10%2012.5%2029%2018%2062%2019.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-es{background-image:url(/assets/es-0FEoWnZP.svg)}.flag-icon-es.flag-icon-squared{background-image:url(/assets/es-FRDRb_m1.svg)}.flag-icon-et{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-et'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='et-a'%3e%3cpath%20fill-opacity='.7'%20d='M-61.3%200h682.7v512H-61.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23et-a)'%20transform='translate(57.5)%20scale(.94)'%3e%3cpath%20fill='%23ffc621'%20d='M-238%203.5H800v498H-238z'/%3e%3cpath%20fill='%23ef2118'%20d='M-240%20342.5H799.3V512H-240z'/%3e%3cpath%20fill='%23298c08'%20d='M-238%200H800v180H-238z'/%3e%3ccircle%20cx='534.2'%20cy='353'%20r='199.7'%20fill='%23006bc6'%20transform='matrix(.54%200%200%20.54%20-25.8%2074)'/%3e%3cpath%20fill='%23ffc621'%20d='m214.3%20188.2-6.5%204.5%2023.5%2033%206.3-4-23.4-33.5zm29.4%2078-9.7-6.8%204-12.7-48.1.7-14-10.7%2065.7-.7%2012.2-36.9%206.6%2015-16.7%2052zm76.5-70.7-6.3-4.8-24.3%2032.4%205.6%204.7%2025-32.3zM254.8%20247l3.5-11.2h13.3L256.4%20190l6-16.5%2020.5%2062.4%2038.8.5-12.2%2010.7-54.7-.2zm90.6%2051.2%202.7-7.4-38.3-13.3-2.8%207%2038.4%2013.7zm-69.1-46.4%2011.7-.1%204.1%2012.6%2038.8-28.5%2017.6.6-53.1%2038.7%2011.5%2037.2-14-8.4-16.6-52.1zm-19.8%20102%207.9.2.3-40.5-7.4-.5-.8%2040.9zm22-80.3%203.8%2011.1-10.7%208%2039.4%2027.7%205%2016.8-53.6-38-31.5%2022.7%203.5-16%2044-32.3zm-103.3%2013%202.3%207.5%2038.7-12.2-2-7.2-39%2011.9zm83.2-4-9.4%207.1-10.8-7.7-14.2%2046-14.4%2010%2019.5-62.7-31.4-23%2016.3-1.6%2044.4%2031.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-et.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-et'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='et-a'%3e%3cpath%20fill-opacity='.7'%20d='M229.3%206.3h489.3v489.3H229.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23et-a)'%20transform='translate(-240%20-6.6)%20scale(1.046)'%3e%3cpath%20fill='%23ffc621'%20d='M2%209.7h991.8v475.9H1.9z'/%3e%3cpath%20fill='%23ef2118'%20d='M0%20333.6h993.2v162H0z'/%3e%3cpath%20fill='%23298c08'%20d='M2%206.3h991.8v172H2z'/%3e%3ccircle%20cx='534.2'%20cy='353'%20r='199.7'%20fill='%23006bc6'%20transform='matrix(.515%200%200%20.515%20204.7%2077)'/%3e%3cpath%20fill='%23ffc621'%20d='m434%20186.2-6%204.3%2022.4%2031.6%206-3.9-22.3-32zm28.2%2074.5-9.2-6.5%203.8-12-46%20.6-13.3-10.2%2062.7-.7%2011.7-35.3L478%20211l-16%2049.8zm73.1-67.6-6-4.5-23.3%2031%205.5%204.5%2023.8-31zm-62.5%2049.3%203.3-10.7h12.7L474.3%20188l5.7-15.8%2019.6%2059.7%2037.2.4-11.7%2010.3-52.3-.2zm86.6%2049%202.5-7.2-36.6-12.6-2.6%206.5%2036.7%2013.2zm-66-44.4%2011.2-.2%204%2012.1%2037-27.2%2016.7.6-50.7%2037%2011%2035.5-13.4-8-15.9-49.8zm-19%2097.5%207.6.1.3-38.7-7-.4-.8%2039zm21-76.8%203.7%2010.6L489%20286l37.6%2026.5%204.8%2016-51.2-36.2-30.1%2021.7%203.3-15.2%2042.1-31zm-98.7%2012.4%202.3%207.2%2036.9-11.7-1.8-6.8-37.4%2011.3zm79.6-3.8-9%206.8-10.4-7.4-13.5%2044-13.8%209.5%2018.7-60-30-21.8%2015.5-1.6%2042.5%2030.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fi'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23003580'%20d='M0%20174.5h640v131H0z'/%3e%3cpath%20fill='%23003580'%20d='M175.5%200h130.9v480h-131z'/%3e%3c/svg%3e")}.flag-icon-fi.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fi'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23003580'%20d='M0%20186.2h512v139.6H0z'/%3e%3cpath%20fill='%23003580'%20d='M123.2%200h139.6v512H123.1z'/%3e%3c/svg%3e")}.flag-icon-fj{background-image:url(/assets/fj-B_cM1pkT.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(/assets/fj-MfShqMxi.svg)}.flag-icon-fk{background-image:url(/assets/fk-zm6XUoaj.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(/assets/fk-CeFgG-uT.svg)}.flag-icon-fm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fm'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='fm-a'%3e%3cpath%20fill-opacity='.7'%20d='M-81.3%200h682.6v512H-81.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23fm-a)'%20transform='translate(76.3)%20scale(.94)'%3e%3cpath%20fill='%236797d6'%20d='M-252%200H772v512H-252z'/%3e%3cpath%20fill='%23fff'%20d='m259.8%20123-32.4%2022.2%2012.4-35.9-32.5-22.2h40.1l12.4-35.9%2012.4%2036h40l-32.4%2022.1%2012.4%2035.9M259.8%20390l-32.4-22.2%2012.4%2036-32.5%2022.1h40.1l12.4%2035.9%2012.4-36%2040%20.1-32.4-22.2%2012.4-35.9m-188.4-92.4L79.3%20306l1.4-38-37.5-11.7%2038.4-11.7%201.3-38%2022.3%2030.8%2038.4-11.8-24.6%2030.7%2022.4%2030.7m274.2-11.7%2024.6%2030.7-1.4-38%2037.5-11.7-38.4-11.7-1.3-38-22.3%2030.8-38.4-11.8%2024.6%2030.7-22.4%2030.7'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fm'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='fm-a'%3e%3cpath%20fill-opacity='.7'%20d='M244.2%200h496v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23fm-a)'%20transform='translate(-252)%20scale(1.032)'%3e%3cpath%20fill='%236797d6'%20d='M0%200h992.1v496H0z'/%3e%3cpath%20fill='%23fff'%20d='M507.9%2084.5h38.8l-31.5%2021.4%2012%2034.8-31.3-21.5-31.5%2021.5%2012-34.8L445%2084.4h39l12-34.7m12%20363h38.8l-31.5-21.5%2012-34.8-31.3%2021.5-31.5-21.5%2012%2034.8-31.4%2021.5H484l12%2034.7M346%20230.1l37.2-11.4-23.9%2029.8%2021.7%2029.7-36.3-11.4-23.8%2029.8%201.4-36.8-36.4-11.4%2037.2-11.3%201.3-36.8m321%2029.8-37.1-11.4%2023.8%2029.7-21.7%2029.8%2036.4-11.4%2023.7%2029.8-1.3-36.8%2036.4-11.4-37.2-11.3-1.3-36.8'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='fo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-78%2032h640v480H-78z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23fo-a)'%20transform='translate(78%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-78%2032h663.9v480H-78z'/%3e%3cpath%20fill='%23003897'%20d='M-76%20218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z'/%3e%3cpath%20fill='%23d72828'%20d='M-76%20245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fo.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fo'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='fo-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23fo-a)'%3e%3cpath%20fill='%23fff'%20d='M-78%200h708.2v512H-78z'/%3e%3cpath%20fill='%23003897'%20d='M-75.9%20199.1h198.3V0h113.3v199.1h396.6V313H235.7v199H122.4V312.9H-76V199z'/%3e%3cpath%20fill='%23d72828'%20d='M-75.9%20227.6h226.6V0h56.7v227.6h424.9v56.9h-425V512h-56.6V284.4H-75.9v-56.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-fr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ga{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ga'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ffe700'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%2336a100'%20d='M640%20160H0V0h640z'/%3e%3cpath%20fill='%23006dbc'%20d='M640%20480H0V320h640z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ga.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ga'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ffe700'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%2336a100'%20d='M512%20170.7H0V0h512z'/%3e%3cpath%20fill='%23006dbc'%20d='M512%20512H0V341.3h512z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23FFF'%20d='m75%200%20244%20181L562%200h78v62L400%20241l240%20178v61h-80L320%20301%2081%20480H0v-60l239-178L0%2064V0h75z'/%3e%3cpath%20fill='%23C8102E'%20d='m424%20281%20216%20159v40L369%20281h55zm-184%2020%206%2035L54%20480H0l240-179zM640%200v3L391%20191l2-44L590%200h50zM0%200l239%20176h-60L0%2042V0z'/%3e%3cpath%20fill='%23FFF'%20d='M241%200v480h160V0H241zM0%20160v160h640V160H0z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20193v96h640v-96H0zM273%200v480h96V0h-96z'/%3e%3c/svg%3e")}.flag-icon-gb.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23012169'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23FFF'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20fill='%23C8102E'%20d='m184%20324%2011%2034L42%20512H0v-3l184-185zm124-12%2054%208%20150%20147v45L308%20312zM512%200%20320%20196l-4-44L466%200h46zM0%201l193%20189-59-8L0%2049V1z'/%3e%3cpath%20fill='%23FFF'%20d='M176%200v512h160V0H176zM0%20176v160h512V176H0z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20208v96h512v-96H0zM208%200v512h96V0h-96z'/%3e%3c/svg%3e")}.flag-icon-gd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gd'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23fcd116'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20transform='rotate(216)'/%3e%3cuse%20xlink:href='%23b'%20transform='rotate(288)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23007a5e'%20d='M67.2%2067.2h505.6v345.6H67.2z'/%3e%3cpath%20fill='%23fcd116'%20d='M67.2%2067.3h505.6L67.2%20412.9h505.6z'/%3e%3ccircle%20cx='319.9'%20cy='240.1'%20r='57.6'%20fill='%23ce1126'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='matrix(52.8%200%200%2052.8%20320%20240)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-30.3)'/%3e%3cuse%20xlink:href='%23c'%20id='d'%20width='100%25'%20height='100%25'%20transform='matrix(31.2%200%200%2031.2%20320%2033.6)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(30.3)'/%3e%3cpath%20fill='%23ce1126'%20d='M102.3%20240.7a80.4%2080.4%200%200%200%2033.5%2033.2%20111%20111%200%200%200-11.3-45l-22.2%2011.8z'/%3e%3cpath%20fill='%23fcd116'%20d='M90.1%20194.7c10.4%2021.7-27.1%2073.7%2035.5%2085.9a63.2%2063.2%200%200%201-10.9-41.9%2070%2070%200%200%201%2032.5%2030.8c16.4-59.5-42-55.8-57.1-74.8z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-30.3%20414.6)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='matrix(31.2%200%200%2031.2%20320%20448.2)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(30.3%20414.6)'/%3e%3c/svg%3e")}.flag-icon-gd.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23fcd116'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23007a5e'%20d='M71.7%2071.7h368.6v368.6H71.7z'/%3e%3cpath%20fill='%23fcd116'%20d='M71.7%2071.7h368.6L71.7%20440.4h368.6z'/%3e%3ccircle%20cx='255.9'%20cy='256.1'%20r='61.4'%20fill='%23ce1126'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(256%20256)%20scale(56.32)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-16.4%20-.1)'/%3e%3cuse%20xlink:href='%23c'%20id='d'%20width='100%25'%20height='100%25'%20transform='translate(256%2035.9)%20scale(33.28)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(16.4)'/%3e%3cpath%20fill='%23ce1126'%20d='M99.8%20256.8c7.7%2014.3%2022.6%2029.8%2035.7%2035.3.2-14.5-5-33.2-12-48l-23.7%2012.7z'/%3e%3cpath%20fill='%23fcd116'%20d='M86.8%20207.6c11.1%2023.3-29%2078.7%2037.8%2091.7a67.5%2067.5%200%200%201-11.5-44.7%2075.5%2075.5%200%200%201%2034.6%2032.8c17.5-63.4-44.8-59.5-61-79.8z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-16.4%20442)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(256%20478)%20scale(33.28)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(16.4%20442.2)'/%3e%3c/svg%3e")}.flag-icon-ge{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ge'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='red'%20d='M272%200h96v480h-96z'/%3e%3cpath%20fill='red'%20d='M0%20192h640v96H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M146.8%20373.1c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.1%204zm368-288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.1c-16.9-1-31.2-3.9-31.2-3.9s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.1c16.9%201%2031.2%204%2031.2%204s-1-10-1-14.9%201-14.8%201-14.8-14.3%203-31.2%204zm-368%200c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.1%204zm368%20288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201c-4.9%200-14.8-1-14.8-1s3%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8c0-4.9%201-14.8%201-14.8s-14.3%203-31.2%204z'%20style='mix-blend-mode:multiply'/%3e%3c/svg%3e")}.flag-icon-ge.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ge'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='red'%20d='M205%200h102v512H205z'/%3e%3cpath%20fill='red'%20d='M0%20205h512v102H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M114.1%20397.9c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201c-5.3%200-15.9-1-15.9-1s3.2%2015.3%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1c8%200%2015.9%201%2015.9%201s-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.3%201-15.9%201-15.9s-15.3%203.2-33.4%204.3zm307-307c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201c-5.3%200-15.9-1-15.9-1s3.2%2015.4%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9c0%208-1%2015.9-1%2015.9s15.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.2%201-15.9%201-15.9s-15.4%203.2-33.4%204.3zm-307%200c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201c-5.3%200-15.9-1-15.9-1s3.2%2015.4%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9c0%208-1%2015.9-1%2015.9s15.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1c8%200%2015.9%201%2015.9%201s-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.2%201-15.9%201-15.9s-15.3%203.2-33.4%204.3zm307%20307c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201c-5.3%200-15.9-1-15.9-1s3.2%2015.3%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.3%201-15.9%201-15.9s-15.4%203.2-33.4%204.3z'%20style='mix-blend-mode:multiply'/%3e%3c/svg%3e")}.flag-icon-gf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gf'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gf'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gg'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e8112d'%20d='M256%200h128v480H256z'/%3e%3cpath%20fill='%23e8112d'%20d='M0%20176h640v128H0z'/%3e%3cpath%20id='a'%20fill='%23f9dd16'%20d='m110%20286.7%2023.3-23.4h210v-46.6h-210L110%20193.3z'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='rotate(90%20320%20240)'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='rotate(-90%20320%20240)'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='rotate(180%20320%20240)'/%3e%3c/svg%3e")}.flag-icon-gg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23e8112d'%20d='M192%200h128v512H192z'/%3e%3cpath%20fill='%23e8112d'%20d='M0%20187.7h512v136.6H0z'/%3e%3cpath%20id='a'%20fill='%23f9dd16'%20d='m46%20305.8%2023.3-25h210v-49.7h-210L46%20206.2z'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='matrix(0%201.06667%20-.9375%200%20496%20-17)'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='matrix(0%20-1.06667%20.9375%200%2016%20529)'/%3e%3cuse%20xlink:href='%23a'%20width='36'%20height='24'%20transform='rotate(180%20256%20256)'/%3e%3c/svg%3e")}.flag-icon-gh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006b3f'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cpath%20d='m320%20160%2052%20160-136.1-98.9H404L268%20320z'/%3e%3c/svg%3e")}.flag-icon-gh.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gh'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23006b3f'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20d='m256%20170.7%2055.5%20170.6L166.3%20236h179.4L200.6%20341.3z'/%3e%3c/svg%3e")}.flag-icon-gi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gi'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23da000c'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v321.6H0z'/%3e%3cg%20stroke='%23000'%20transform='translate(-160)%20scale(1.875)'%3e%3cg%20id='a'%20fill='%23da000c'%20stroke-linecap='square'%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M196.6%20116.3h64v44h-64z'/%3e%3cpath%20d='M229.8%20153.9h-39l-8.7%205.7v6h47.7m-16.3-37c5.6%200%2010.2%204.7%2010.2%2010.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6%204.5-10.5%2010.2-10.5z'/%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M204.5%2060h18.6v34h-18.6z'/%3e%3cpath%20d='M223%2088.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2%200h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6%202.5-6.6%206.1-6.8h.4a6.8%206.8%200%200%201%206.8%206.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182%20159.6h48m31-2.8h-32.4l-9.8%204.7v7H261'/%3e%3cpath%20stroke-linecap='butt'%20d='M218.8%20161.5H262'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20fill='%23f8d80e'%3e%3cg%20stroke-linecap='round'%3e%3cpath%20stroke-width='.8'%20d='M273.3%20150c-2.7%201-5%202.4-7.5%203.8a72.4%2072.4%200%200%200-8.9%206c-1%20.7-2%201.4-2.7%202.4-1%20.8-2%202-1.8%203.5%200%20.6.8-.8%201.4-.9a4.4%204.4%200%200%201%203.1-.4c1.3-1.4%203-2.3%204.4-3.4a77.4%2077.4%200%200%201%2013-7.6l-1-3.4z'/%3e%3cpath%20d='M260.4%20157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4'/%3e%3cpath%20stroke-width='.8'%20d='m238.9%20150.2-1.2%203.3a86.6%2086.6%200%200%201%2015.8%208c1.7%201.2%203.5%202.3%204.8%203.9.3.8-.5%201.5-1.3%201.2-.7-.2-1.5-.5-2.2%200-1.1.5-2.1%202.2-.5%202.7%202.4%201.6%206.1.9%207.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89.2%2089.2%200%200%200-14.7-7.2z'/%3e%3cpath%20d='m254%20158-.3%203.4m3.1-1.7-.8%203.3m3.8-1-1.8%202.6m2.7%203.6-2.6-1.4m3.4-1.4-3%20.3m-.8%204-.2-2.6m-1-.3-2.4%201.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3'/%3e%3c/g%3e%3cpath%20d='M235.8%20227.6v8h5v-4h6.9v4h5.4v-8zm0%2011v8H253v-8h-5.4v4h-6.9v-4z'/%3e%3cpath%20d='M253%20193.7h5v58h-5z'/%3e%3cpath%20d='M253%20198.7h5v50h-5zm2.6-19.3%2010.6%206.2-10.6%206.2-10.7-6.2zm-14.3%204h-2.7v4.4h2.7l14.3%208.3%2014.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z'/%3e%3cpath%20d='M255.3%20164.3a5%205%200%200%200-4%205.1v11.2a5%205%200%200%200%204.6%204.6%204.9%204.9%200%200%200%204.8-2.8l-1.7-1a2.9%202.9%200%200%201-3%201.8c-1.6%200-2.9-1.6-2.7-3.1v-11.2a2.9%202.9%200%200%201%203-2.6c.6-.2%201.5.7%201.9%200%20.6-.9-.4-1.5-1-2h-1.9zm5.8%203.9a5%205%200%200%201-1.9%201.6v7.5l2%201.1v-10.2z'/%3e%3c/g%3e%3cg%20fill='%23da000c'%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M240.8%2038.4h29.3v53.2h-29.3z'/%3e%3cpath%20d='M238.8%2038.4v44.5h9.3V69.7c0-3%202-7.3%207.9-7.3s8%204.3%208%207.3V83h9.2V38.4zm15.8%205h2.8v15.2h-2.8zm-8.3%203h3v11.1h-3zm16.5%200h2.9v11.1h-3zM235.6%2032v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9%2073.2v4.6h66.5v-4.6z'/%3e%3cpath%20d='M220%2082.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z'/%3e%3cpath%20stroke-linejoin='round'%20d='M228.7%20102.4v54.4h12.8v-20.4c0-9.5%206.4-14%2014.5-14%207.8%200%2014.5%204.5%2014.5%2014v20.4h12.8v-54.4z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gi.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gi'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23da000c'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v343H0z'/%3e%3cg%20stroke='%23000'%20transform='matrix(2%200%200%202%20-256%200)'%3e%3cg%20id='a'%20fill='%23da000c'%20stroke-linecap='square'%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M196.6%20116.3h64v44h-64z'/%3e%3cpath%20d='M229.8%20153.9h-39l-8.7%205.7v6h47.7m-16.3-37c5.6%200%2010.2%204.7%2010.2%2010.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6%204.5-10.5%2010.2-10.5z'/%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M204.5%2060h18.6v34h-18.6z'/%3e%3cpath%20d='M223%2088.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2%200h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6%202.5-6.6%206.1-6.8h.4a6.8%206.8%200%200%201%206.8%206.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182%20159.6h48m31-2.8h-32.4l-9.8%204.7v7H261'/%3e%3cpath%20stroke-linecap='butt'%20d='M218.8%20161.5H262'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20fill='%23f8d80e'%3e%3cg%20stroke-linecap='round'%3e%3cpath%20stroke-width='.8'%20d='M273.3%20150c-2.7%201-5%202.4-7.5%203.8a72.4%2072.4%200%200%200-8.9%206c-1%20.7-2%201.4-2.7%202.4-1%20.8-2%202-1.8%203.5%200%20.6.8-.8%201.4-.9a4.4%204.4%200%200%201%203.1-.4c1.3-1.4%203-2.3%204.4-3.4a77.4%2077.4%200%200%201%2013-7.6l-1-3.4z'/%3e%3cpath%20d='M260.4%20157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4'/%3e%3cpath%20stroke-width='.8'%20d='m238.9%20150.2-1.2%203.3a86.6%2086.6%200%200%201%2015.8%208c1.7%201.2%203.5%202.3%204.8%203.9.3.8-.5%201.5-1.3%201.2-.7-.2-1.5-.5-2.2%200-1.1.5-2.1%202.2-.5%202.7%202.4%201.6%206.1.9%207.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89.2%2089.2%200%200%200-14.7-7.2z'/%3e%3cpath%20d='m254%20158-.3%203.4m3.1-1.7-.8%203.3m3.8-1-1.8%202.6m2.7%203.6-2.6-1.4m3.4-1.4-3%20.3m-.8%204-.2-2.6m-1-.3-2.4%201.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3'/%3e%3c/g%3e%3cpath%20d='M235.8%20227.6v8h5v-4h6.9v4h5.4v-8zm0%2011v8H253v-8h-5.4v4h-6.9v-4z'/%3e%3cpath%20d='M253%20193.7h5v58h-5z'/%3e%3cpath%20d='M253%20198.7h5v50h-5zm2.6-19.3%2010.6%206.2-10.6%206.2-10.7-6.2zm-14.3%204h-2.7v4.4h2.7l14.3%208.3%2014.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z'/%3e%3cpath%20d='M255.3%20164.3a5%205%200%200%200-4%205.1v11.2a5%205%200%200%200%204.6%204.6%204.9%204.9%200%200%200%204.8-2.8l-1.7-1a2.9%202.9%200%200%201-3%201.8c-1.6%200-2.9-1.6-2.7-3.1v-11.2a2.9%202.9%200%200%201%203-2.6c.6-.2%201.5.7%201.9%200%20.6-.9-.4-1.5-1-2h-1.9zm5.8%203.9a5%205%200%200%201-1.9%201.6v7.5l2%201.1v-10.2z'/%3e%3c/g%3e%3cg%20fill='%23da000c'%3e%3cpath%20fill='%23000'%20stroke='none'%20d='M240.8%2038.4h29.3v53.2h-29.3z'/%3e%3cpath%20d='M238.8%2038.4v44.5h9.3V69.7c0-3%202-7.3%207.9-7.3s8%204.3%208%207.3V83h9.2V38.4zm15.8%205h2.8v15.2h-2.8zm-8.3%203h3v11.1h-3zm16.5%200h2.9v11.1h-3zM235.6%2032v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9%2073.2v4.6h66.5v-4.6z'/%3e%3cpath%20d='M220%2082.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z'/%3e%3cpath%20stroke-linejoin='round'%20d='M228.7%20102.4v54.4h12.8v-20.4c0-9.5%206.4-14%2014.5-14%207.8%200%2014.5%204.5%2014.5%2014v20.4h12.8v-54.4z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23d00c33'%20d='M0%20240h640v240H0zm80%200a160%20160%200%201%200%20320%200%20160%20160%200%200%200-320%200'/%3e%3c/svg%3e")}.flag-icon-gl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gl'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23d00c33'%20d='M0%20256h512v256H0zm53.3%200a170.7%20170.7%200%201%200%20341.4%200%20170.7%20170.7%200%200%200-341.4%200'/%3e%3c/svg%3e")}.flag-icon-gm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gm'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='gm-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-48h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23gm-a)'%20transform='translate(0%2048)'%3e%3cpath%20fill='red'%20d='M0-128h640V85.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2085.3h640V121H0z'/%3e%3cpath%20fill='%23009'%20d='M0%20120.9h640V263H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20263.1h640v35.6H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20298.7h640V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gm'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512V199H0z'/%3e%3cpath%20fill='%23009'%20d='M0%20199.1h512V313H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20312.9h512v28.4H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20341.3h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gn'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23090'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gn'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23090'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gp'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gp.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gp'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gq{background-image:url(/assets/gq-BbDDT8eO.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(/assets/gq-7TPEDItK.svg)}.flag-icon-gr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%200h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%2053.3h640v53.4H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20106.7h640V160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20160h640v53.3H0z'/%3e%3cpath%20fill='%23005bae'%20stroke-width='.9'%20d='M0%200h266.7v266.7H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20213.3h640v53.4H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20266.7h640V320H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20320h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='6.7'%20d='M0%20373.3h640v53.4H0z'/%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%3e%3cpath%20d='M20%200h10v50H20z'%20transform='scale(5.33333)'/%3e%3cpath%20d='M0%2020h50v10H0z'%20transform='scale(5.33333)'/%3e%3c/g%3e%3cpath%20fill='%23005bae'%20stroke-width='.6'%20d='M0%20426.7h640V480H0z'/%3e%3c/svg%3e")}.flag-icon-gr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%200h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%2057h512v57H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20114h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20171h512v57H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20228h512v56.9H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20284.9h512v57H0z'/%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20341.9h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20398.9h512v57H0z'/%3e%3cpath%20fill='%23005bae'%20stroke-width='3'%20d='M0%200h284.9v284.9H0z'/%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%3e%3cpath%20d='M148%200h74v370h-74z'%20transform='scale(.77)'/%3e%3cpath%20d='M0%20148h370v74H0z'%20transform='scale(.77)'/%3e%3c/g%3e%3cpath%20fill='%23005bae'%20fill-rule='evenodd'%20stroke-width='.8'%20d='M0%20455h512v57H0z'/%3e%3c/svg%3e")}.flag-icon-gs{background-image:url(/assets/gs-fe577OND.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(/assets/gs-C25O-4nt.svg)}.flag-icon-gt{background-image:url(/assets/gt-NrWy70Qo.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(/assets/gt-BaCm3ow7.svg)}.flag-icon-gu{background-image:url(/assets/gu-BqYbMM_a.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(/assets/gu-Dn0idiZF.svg)}.flag-icon-gw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gw'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h220v480H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M220%200h420v240H220z'/%3e%3cpath%20fill='%23009e49'%20d='M220%20240h420v240H220z'/%3e%3cg%20id='b'%20transform='matrix(80%200%200%2080%20110%20240)'%3e%3cpath%20id='a'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72%20110%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144%20110%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20110%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20110%20240)'/%3e%3c/svg%3e")}.flag-icon-gw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gw'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h160v512H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M160%200h352v256H160z'/%3e%3cpath%20fill='%23009e49'%20d='M160%20256h352v256H160z'/%3e%3cg%20transform='translate(-46.2%2072.8)%20scale(.7886)'%3e%3cg%20id='b'%20transform='matrix(80%200%200%2080%20160%20240)'%3e%3cpath%20id='a'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72%20160%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144%20160%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20160%20240)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20160%20240)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gy'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23399408'%20d='M2.4%200H640v480H2.4z'/%3e%3cpath%20fill='%23fff'%20d='M.2%200c-.9%200%20619.6%20241.5%20619.6%20241.5L0%20479.8.2%200z'/%3e%3cpath%20fill='%23ffde08'%20d='M.3%2020.2c3.4%200%20559%20217.9%20555.9%20220L1.9%20463.2.3%2020.3z'/%3e%3cpath%20d='M1.9.8c1.8%200%20290.9%20240.9%20290.9%20240.9L1.8%20477V.8z'/%3e%3cpath%20fill='%23de2110'%20d='M.3%2033.9c1.6-15%20260.9%20208.4%20260.9%20208.4L.2%20451.7V33.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gy.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gy'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23399408'%20d='M2%200h510v512H2z'/%3e%3cpath%20fill='%23fff'%20d='M.1%200c-.6%200%20495.7%20257.6%20495.7%20257.6L0%20511.7.1%200z'/%3e%3cpath%20fill='%23ffde08'%20d='M.2%2021.5C3%2021.5%20447.5%20254%20445%20256.2L1.5%20494.2.2%2021.4z'/%3e%3cpath%20d='M1.5.8c1.5%200%20232.8%20257%20232.8%20257L1.5%20508.8V.8z'/%3e%3cpath%20fill='%23de2110'%20d='M.2%2036.2C1.6%2020.2%20209%20258.5%20209%20258.5L.2%20481.8V36.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-hk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hk'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='hk-a'%3e%3cpath%20fill-opacity='.7'%20d='M-89%200h682.6v512H-89z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23hk-a)'%20transform='translate(83.5)%20scale(.94)'%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='M618%20512h-731.4V0H618z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M241.9%20247.8s-51.6-22.2-44.2-79.8c7.1-27.7%2019.8-46.6%2042.7-56.9%2010.8-3.3%2021.8-4.8%2033-5.7-3%202.8-5.4%205.6-6.7%209-2.4%206.4-.6%2012.4%202.7%2018.5%204.1%207%206.6%2014.2%207.4%2023.6a36.6%2036.6%200%200%201-14.6%2033.7c-6.6%205.1-14.4%206.9-20.8%2012.7-5%204.8-8%209.7-9%2018.1-.2%2016.1%204.1%2018.4%209.5%2026.8z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='2.1'%20d='M232%20164.5v-.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='2.1'%20d='M235.3%20241.8c-20-17.7-18.3-62.4-3-77.3'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m244.6%20154.5%203.3%205.5-6-2.5-4.7%205%20.8-6.5-6-2.5%206.5-1.5.8-6.4%203.3%205.5%206.6-1.5'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M246.3%20244s6-55.9%2063.3-65.7c28.6-1.2%2050.4%205.3%2067%2024.3%206.3%209.3%2010.9%2019.4%2015%2029.8-3.5-2-6.8-3.5-10.6-3.7-6.7-.5-12%203-16.8%207.9a53.2%2053.2%200%200%201-20.4%2014%2036.6%2036.6%200%200%201-36.5-4c-6.8-4.9-10.8-11.8-18.2-16.2a28.2%2028.2%200%200%200-20-3.4c-15.5%204.6-16.3%209.4-22.8%2017z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='2.1'%20d='M323%20210.2h.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='2.1'%20d='M250%20236c11.2-24.4%2054.4-35.8%2073.1-25.6'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='M336.3%20219.3%20332%20224l.6-6.5-6-3%206.3-1%20.6-6.7%203.4%206%206.4-1.2-4.3%204.7%203.3%206'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M250.1%20248s55-12%2082.4%2039.3c10.3%2026.7%2011%2049.4-1.7%2071.1-6.8%209-15%2016.5-23.5%2023.8.8-4%201.1-7.6.1-11.2-1.6-6.6-6.6-10.5-12.8-13.5a53.1%2053.1%200%200%201-19.8-15%2036.6%2036.6%200%200%201-7.7-35.8c2.4-8%207.7-14%209.5-22.4a28%2028%200%200%200-3.1-20c-9.3-13.2-14.1-12.5-23.4-16.3z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='2.1'%20d='m306.5%20310.1.2.2'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='2.1'%20d='M259%20249c26.6%202.9%2051.1%2040.2%2047.4%2061.3'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m302.1%20325.6-5.9-2.6%206.5-1.5.8-6.7%203.1%205.7%206.5-1.5-4.5%205%203%205.7-5.8-2.6-4.5%205.1'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M248.9%20253.7s26.9%2049.4-14.5%2090c-22.8%2017.4-44.4%2024.5-68.8%2018.4-10.5-4-20-9.7-29.5-15.9%204-.3%207.7-1%2010.9-3%205.8-3.4%208.1-9.3%209.3-16a53%2053%200%200%201%208.8-23.3%2036.6%2036.6%200%200%201%2032.2-17.5c8.4.1%2015.6%203.6%2024.2%203%206.9-.9%2012.3-2.8%2018.4-8.8%2010-12.5%208-17%209-27z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='2.1'%20d='m205.1%20325.3-.1.2'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='2.1'%20d='M250.3%20262.4c4.9%2026.4-24.1%2060.5-45.4%2062.7'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m189%20325.4.9-6.4%203.3%205.7%206.6-1-4.6%204.6%203.3%205.7-6.1-2.9-4.6%204.6.8-6.4-6.1-2.9'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M242.8%20252.6S205.2%20294.4%20153%20269c-24-15.7-37.8-33.8-40.1-58.8.3-11.3%202.4-22.1%205.1-33%201.7%203.6%203.6%206.8%206.5%209.2%205.1%204.3%2011.5%204.5%2018.3%203.4a52%2052%200%200%201%2024.7.6%2036.6%2036.6%200%200%201%2027.3%2024.6c2.7%207.9%201.8%2015.9%205.3%2023.8%203%206.2%206.6%2010.6%2014.3%2014.4%2015.2%205.3%2018.7%201.9%2028.4-.5z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='2.1'%20d='m160.7%20235.2-.2-.1'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='2.1'%20d='M235%20256.9c-23.2%2013.3-65-2.7-74.2-22'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m155.3%20220%206.3-1.3-4.3%205%203.1%205.9-5.8-2.8-4.3%205%20.7-6.8-5.9-2.8%206.3-1.3.7-6.8'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-hk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hk'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='hk-a'%3e%3cpath%20fill-opacity='.7'%20d='M164.8%200H909v744H165z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23hk-a)'%20transform='matrix(.7%200%200%20.7%20-113.4%200)'%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='M1063%20744.1H0V0h1063z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M516.4%20360.1s-75-32.3-64.3-116c10.4-40.3%2028.8-67.7%2062.2-82.6a223%20223%200%200%201%2048-8.4c-4.4%204-8%208.1-9.8%2013.2-3.6%209.2-1%2018%203.8%2026.8a78%2078%200%200%201%2010.8%2034.4%2053.2%2053.2%200%200%201-21.2%2049c-9.6%207.3-21%209.9-30.2%2018.3a41.1%2041.1%200%200%200-13.2%2026.4c-.3%2023.4%206.1%2026.7%2013.9%2039z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='3.1'%20d='M502.1%20239v-.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='3.1'%20d='M506.9%20351.4c-29.2-25.8-26.7-90.7-4.4-112.4'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m501.9%20223%209.6-2.1%201.1-9.4%204.8%208%209.6-2.1-6.6%207.1%204.8%208-9-3.6-6.6%207.1%201.2-9.3'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M522.8%20354.6s8.9-81.2%2092-95.4c41.6-1.9%2073.2%207.7%2097.3%2035.2a223.4%20223.4%200%200%201%2022%2043.4c-5.1-3-10-5.2-15.5-5.5-9.8-.7-17.4%204.4-24.4%2011.5-8%208.8-17%2015.3-29.8%2020.4a53.3%2053.3%200%200%201-53-5.9c-9.9-7-15.6-17.1-26.4-23.5a41%2041%200%200%200-29.1-4.9c-22.5%206.7-23.7%2013.7-33.2%2024.7z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='3.1'%20d='m634.4%20305.5.3-.1'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='3.1'%20d='M528.3%20343c16.1-35.5%2079-52%20106.2-37.2'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m649.6%20300.6%204.8%208.6%209.3-1.7-6.2%207%204.9%208.5-8.8-4.3-6.3%207%20.9-9.6-8.8-4.3%209.3-1.6'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M528.4%20360.5s79.8-17.4%20119.7%2057c15%2038.8%2016%2071.8-2.5%20103.4-10%2013-21.7%2024-34.2%2034.6%201.2-5.8%201.7-11.2.3-16.4-2.4-9.5-9.7-15.1-18.7-19.5a77.2%2077.2%200%200%201-28.7-21.7%2053.3%2053.3%200%200%201-11.3-52.2c3.5-11.6%2011.3-20.3%2013.9-32.5a41%2041%200%200%200-4.6-29.2c-13.4-19.1-20.5-18-34-23.5z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='3.1'%20d='m610.4%20450.7.2.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='3.1'%20d='M541.1%20362c38.8%204%2074.5%2058.4%2069%2088.9'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m619.8%20463.6-6.5%207.3%204.5%208.3-8.6-3.8-6.5%207.4%201.3-9.7-8.6-3.7%209.3-2.2%201.3-9.7%204.5%208.3'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M526.6%20368.7s39%2071.7-21.1%20131c-33.1%2025.2-64.5%2035.4-100%2026.5-15.3-5.8-29.1-14-42.8-23%205.8-.5%2011.2-1.5%2015.8-4.4%208.4-5%2011.8-13.5%2013.5-23.4a77.2%2077.2%200%200%201%2012.7-33.7%2053.2%2053.2%200%200%201%2047-25.4c12%20.1%2022.6%205.1%2035%204.2a41%2041%200%200%200%2026.8-12.6c14.6-18.3%2011.6-24.8%2013-39.2z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='3.1'%20d='m463%20472.7-.2.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='3.1'%20d='M528.7%20381.4c7%2038.3-35.1%2087.8-66%2091.1'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m453.3%20485.4-8.9-4.2-6.7%206.7%201.2-9.3-8.9-4.2%209.7-1.5%201.1-9.3%204.8%208.4%209.6-1.5-6.7%206.6'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M517.7%20367.1s-54.7%2060.7-130.5%2023.6c-34.8-22.8-54.9-49-58.3-85.4.4-16.3%203.6-32.1%207.5-48%202.5%205.3%205.1%2010%209.4%2013.4%207.5%206.3%2016.7%206.7%2026.5%205a77.2%2077.2%200%200%201%2036%20.8%2053.3%2053.3%200%200%201%2039.6%2035.8c4%2011.5%202.7%2023%207.7%2034.5a41%2041%200%200%200%2020.8%2021c22%207.7%2027.2%202.8%2041.3-.7z'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='3.1'%20d='M398.4%20341.7h-.3'/%3e%3cpath%20fill='none'%20stroke='%23ba0000'%20stroke-width='3.1'%20d='M506.4%20373.4c-33.8%2019.3-94.5-4-107.8-32'/%3e%3cpath%20fill='%23ba0000'%20fill-rule='evenodd'%20d='m383.2%20336.8%201-9.8-8.4-4%209.1-2%201-9.8%204.7%208.6%209-2-6.2%207.3%204.6%208.6-8.5-4.1'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-hm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hm'%20viewBox='0%200%20640%20480'%3e%3cpath%20id='path617'%20fill='%23006'%20stroke-width='1.3'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='path625'%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='m299.8%20392.5-43.7%203.8%206%2043.4L232%20408l-30.1%2031.7%206-43.4-43.7-3.8%2037.7-22.3-24.3-36.5%2041%2015.5%2013.4-41.7%2013.5%2041.7%2041-15.5-24.3%2036.5m224.4%2062.3L476%20416.7l17.8%206.7%205.8-18.1%205.8%2018.1%2017.8-6.7-10.5%2015.8%2016.4%209.7-19%201.7%202.6%2018.9-13-13.9-13.2%2013.9%202.6-18.9-19-1.6m16.4-291.9L476%20134.6l17.8%206.7%205.8-18.1%205.8%2018.1%2017.8-6.7-10.5%2015.8%2016.4%209.8-19%201.6%202.6%2018.9-13-13.8-13.2%2013.7%202.6-18.8-19-1.6M380.8%20265l-10.5-15.8%2017.8%206.7%205.8-18.1%205.9%2018.1%2017.8-6.7L407%20265l16.4%209.7-19%201.7%202.7%2018.9-13.2-13.9-13%2013.9%202.5-18.9-19-1.6m216.3-38L570%20221l17.8%206.7%205.8-18.1%205.9%2018.1%2017.8-6.7-10.5%2015.8%2016.3%209.7-19%201.7%202.6%2018.8-13-13.8-13.2%2013.8%202.6-18.8-19-1.7M542%20320l-10.3%206.5%202.9-11.9-9.3-7.8%2012.1-1%204.6-11.2%204.7%2011.3%2012.1.9-9.3%207.8%202.9%2011.9'/%3e%3cpath%20id='path969'%20fill='%23006'%20stroke-width='.5'%20d='M0%200h320v240H0z'/%3e%3cpath%20id='path971'%20fill='%23fff'%20stroke-width='.5'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20id='path973'%20fill='%23c8102e'%20stroke-width='.5'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20id='path975'%20fill='%23fff'%20stroke-width='.5'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20id='path977'%20fill='%23c8102e'%20stroke-width='.5'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.flag-icon-hm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hm'%20viewBox='0%200%20512%20512'%3e%3cpath%20id='path598'%20fill='%23006'%20stroke-width='1.3'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path606'%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%20d='M54.9%20368.6%2095.5%20384l13.4-41.4%2013.3%2041.4%2040.7-15.4-24.1%2036.3%2037.4%2022.2-43.3%203.7%206%2043.1-30-31.5-30%2031.5%206-43-43.4-3.8L79%20404.9m325%2071.5-19%201.6%202.7%2018.8-13-13.7-13%2013.7L364%20478l-18.8-1.6%2016.3-9.6L351%20451l17.7%206.7%205.8-18%205.7%2018L398%20451l-10.4%2015.8m16.2-270.4L385%20198l2.6%2018.8-13-13.7-13%2013.7L364%20198l-18.8-1.6%2016.3-9.6L351%20171l17.7%206.7%205.8-18%205.7%2018L398%20171l-10.4%2015.8m-88.8%20123.4-18.8%201.6%202.6%2018.7-13-13.7-13%2013.7%202.5-18.7-18.8-1.6%2016.3-9.7-10.5-15.7%2017.7%206.7%205.8-18%205.7%2018%2017.7-6.7-10.4%2015.7M497%20282.2l-18.8%201.6%202.6%2018.7-13-13.7-13%2013.7%202.5-18.7-18.8-1.6%2016.3-9.7-10.5-15.7%2017.7%206.7%205.8-18%205.8%2018%2017.6-6.7-10.4%2015.7M416.6%20355l-10.3%206.4%202.9-11.8-9.3-7.8%2012-.9%204.7-11.2L421%20341l12.1%201-9.2%207.7%202.9%2011.8'/%3e%3cg%20id='g1582'%20transform='scale(.5)'%3e%3cpath%20id='path1560'%20fill='%23006'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path1562'%20fill='%23fff'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20id='path1564'%20fill='%23c8102e'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20id='path1566'%20fill='%23fff'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20id='path1568'%20fill='%23c8102e'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-hn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230073cf'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='c'%20fill='%230073cf'%20transform='translate(320%20240)%20scale(26.66665)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='m-.3%200%20.5.1L0-1z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%2037.3)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%2037.3)'/%3e%3c/svg%3e")}.flag-icon-hn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hn'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230073cf'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cg%20id='c'%20fill='%230073cf'%20transform='translate(256%20256)%20scale(28.44446)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(142.2%20-45.5)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(142.2%2039.8)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-142.2%20-45.5)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-142.2%2039.8)'/%3e%3c/svg%3e")}.flag-icon-hr{background-image:url(/assets/hr-DvDNwiyO.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(/assets/hr-DKOqx_KX.svg)}.flag-icon-ht{background-image:url(/assets/ht-C22zesNs.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(/assets/ht-CJQ6cFWH.svg)}.flag-icon-hu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hu'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23388d00'%20d='M640%20480H0V320h640z'/%3e%3cpath%20fill='%23d43516'%20d='M640%20160.1H0V.1h640z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-hu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hu'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%23388d00'%20d='M512%20512H0V341.3h512z'/%3e%3cpath%20fill='%23d43516'%20d='M512%20170.8H0V.1h512z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-id{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-id'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23e70011'%20d='M0%200h640v249H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-id.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-id'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23e70011'%20d='M0%200h512v265.5H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20256h512v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ie{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ie'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009A49'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23FF7900'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ie.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ie'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009A49'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23FF7900'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-il{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-il'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='il-a'%3e%3cpath%20fill-opacity='.7'%20d='M-87.6%200H595v512H-87.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23il-a)'%20transform='translate(82.1)%20scale(.94)'%3e%3cpath%20fill='%23fff'%20d='M619.4%20512H-112V0h731.4z'/%3e%3cpath%20fill='%2300c'%20d='M619.4%20115.2H-112V48h731.4zm0%20350.5H-112v-67.2h731.4zm-483-275%20110.1%20191.6L359%20191.6l-222.6-.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20317.8%2020.9%2035.5%2021.4-35.3-42.4-.2z'/%3e%3cpath%20fill='%2300c'%20d='M136%20320.6%20246.2%20129l112.4%20190.8-222.6.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20191.6%2020.9-35.5%2021.4%2035.4-42.4.1zM182%20271.1l-21.7%2036%2041-.1-19.3-36zm-21.3-66.5%2041.2.3-19.8%2036.3-21.4-36.6zm151.2%2067%2020.9%2035.5-41.7-.5%2020.8-35zm20.5-67-41.2.3%2019.8%2036.3%2021.4-36.6zm-114.3%200L189.7%20256l28.8%2050.3%2052.8%201.2%2032-51.5-29.6-52-55.6.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-il.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-il'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='il-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23il-a)'%3e%3cpath%20fill='%23fff'%20d='M619.4%20512H-112V0h731.4z'/%3e%3cpath%20fill='%2300c'%20d='M619.4%20115.2H-112V48h731.4zm0%20350.5H-112v-67.2h731.4zm-483-275%20110.1%20191.6L359%20191.6l-222.6-.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20317.8%2020.9%2035.5%2021.4-35.3-42.4-.2z'/%3e%3cpath%20fill='%2300c'%20d='M136%20320.6%20246.2%20129l112.4%20190.8-222.6.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20191.6%2020.9-35.5%2021.4%2035.4-42.4.1zM182%20271.1l-21.7%2036%2041-.1-19.3-36zm-21.3-66.5%2041.2.3-19.8%2036.3-21.4-36.6zm151.2%2067%2020.9%2035.5-41.7-.5%2020.8-35zm20.5-67-41.2.3%2019.8%2036.3%2021.4-36.6zm-114.3%200L189.7%20256l28.8%2050.3%2052.8%201.2%2032-51.5-29.6-52-55.6.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-im{background-image:url(/assets/im-_N1bxZqi.svg)}.flag-icon-im.flag-icon-squared{background-image:url(/assets/im-DLl8iWtB.svg)}.flag-icon-in{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-in'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23f93'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23128807'%20d='M0%20320h640v160H0z'/%3e%3cg%20transform='matrix(3.2%200%200%203.2%20320%20240)'%3e%3ccircle%20r='20'%20fill='%23008'/%3e%3ccircle%20r='17.5'%20fill='%23fff'/%3e%3ccircle%20r='3.5'%20fill='%23008'/%3e%3cg%20id='d'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cg%20id='a'%20fill='%23008'%3e%3ccircle%20r='.9'%20transform='rotate(7.5%20-8.8%20133.5)'/%3e%3cpath%20d='M0%2017.5.6%207%200%202l-.6%205L0%2017.5z'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(15)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(60)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(120)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-in.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-in'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23f93'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23128807'%20d='M0%20341.3h512V512H0z'/%3e%3cg%20transform='translate(256%20256)%20scale(3.41333)'%3e%3ccircle%20r='20'%20fill='%23008'/%3e%3ccircle%20r='17.5'%20fill='%23fff'/%3e%3ccircle%20r='3.5'%20fill='%23008'/%3e%3cg%20id='d'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cg%20id='a'%20fill='%23008'%3e%3ccircle%20r='.9'%20transform='rotate(7.5%20-8.8%20133.5)'/%3e%3cpath%20d='M0%2017.5.6%207%200%202l-.6%205L0%2017.5z'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(15)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(60)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(120)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-io{background-image:url(/assets/io-CVMB4Z_M.svg)}.flag-icon-io.flag-icon-squared{background-image:url(/assets/io-BvZtPJas.svg)}.flag-icon-iq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-iq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cpath%20d='M0%20320h640v160H0z'/%3e%3cg%20fill='%23007a3d'%20transform='translate(-179.3%20-92.8)%20scale(1.75182)'%3e%3cpath%20d='M325.5%20173.2a5%205%200%200%201-1.4-1c-.3-.5-.1-.5%201.2-.2%202.3.7%203.8.4%205.3-.8l1.3-1.1%201.5.7c.9.5%201.8.8%202%20.7.7-.2%202.1-2%202-2.6%200-.7.6-.5%201%20.3.6%201.6-.3%203.5-2%203.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4%200a5.4%205.4%200%200%201-5.9.4zm5.8-5.3a8%208%200%200%201-1-4c.1-.6.3-.8.8-.6%201%20.3%201.2%201%201%203%200%201.8-.3%202.3-.8%201.6zm-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2-.8.3-1.7.2-2.4.5-4%204-18.4%2018-21%2021.4%207.8.2%2016.4-.1%2023.7-.4%200-5.3%205-5.6%208.4-7.5%201.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7%201-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1.2-2.4.1-5.2-1.7-5.6%202.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8%201-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3.4%204.3%203.2%208.5%203%2012h-14.5v-43.7zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7%201.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9v-18.8zm-12.6%2018.6c.7%201%203.2%201%203-.8-.3-1.5-3.5-1-3%20.8z'/%3e%3ccircle%20cx='224'%20cy='214.4'%20r='2'/%3e%3cpath%20d='M287%20165.8c2.5%201.3%204.5%203.2%207.6%204-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3.5%204.3%203.2%208.6%203.1%2012H287v-43.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-iq.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-iq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20d='M0%20341.3h512V512H0z'/%3e%3cg%20fill='%23007a3d'%20transform='translate(-276.6%20-99)%20scale(1.8686)'%3e%3cpath%20d='M325.5%20173.2a5%205%200%200%201-1.4-1c-.3-.5-.1-.5%201.2-.2%202.3.7%203.8.4%205.3-.8l1.3-1.1%201.5.7c.9.5%201.8.8%202%20.7.7-.2%202.1-2%202-2.6%200-.7.6-.5%201%20.3.6%201.6-.3%203.5-2%203.9-.7.2-1.4.1-2.6-.3-1.4-.5-1.7-.5-2.4%200a5.4%205.4%200%200%201-5.9.4zm5.8-5.3a8%208%200%200%201-1-4c.1-.6.3-.8.8-.6%201%20.3%201.2%201%201%203%200%201.8-.3%202.3-.8%201.6zm-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2-.8.3-1.7.2-2.4.5-4%204-18.4%2018-21%2021.4%207.8.2%2016.4-.1%2023.7-.4%200-5.3%205-5.6%208.4-7.5%201.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7%201-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1.2-2.4.1-5.2-1.7-5.6%202.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8%201-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3.4%204.3%203.2%208.5%203%2012h-14.5v-43.7zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7%201.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9v-18.8zm-12.6%2018.6c.7%201%203.2%201%203-.8-.3-1.5-3.5-1-3%20.8z'/%3e%3ccircle%20cx='224'%20cy='214.4'%20r='2'/%3e%3cpath%20d='M287%20165.8c2.5%201.3%204.5%203.2%207.6%204-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3.5%204.3%203.2%208.6%203.1%2012H287v-43.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ir{background-image:url(/assets/ir-CNFgxkqQ.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(/assets/ir-dKe8z2_5.svg)}.flag-icon-is{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-is'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='is-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23is-a)'%3e%3cpath%20fill='%23003897'%20d='M0%200h666.7v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z'/%3e%3cpath%20fill='%23d72828'%20d='M0%20213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-is.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-is'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='is-a'%3e%3cpath%20fill-opacity='.7'%20d='M85.4%200h486v486h-486z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23is-a)'%20transform='translate(-90)%20scale(1.0535)'%3e%3cpath%20fill='%23003897'%20d='M0%200h675v486H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20189h189V0h108v189h378v108H297v189H189V297H0V189z'/%3e%3cpath%20fill='%23d72828'%20d='M0%20216h216V0h54v216h405v54H270v216h-54V270H0v-54z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-it{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-it'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009246'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ce2b37'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-it.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-it'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009246'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ce2b37'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-je{background-image:url(/assets/je-BYWm56R_.svg)}.flag-icon-je.flag-icon-squared{background-image:url(/assets/je-BKYA9HPe.svg)}.flag-icon-jm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jm'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m0%200%20320%20240L0%20480zm640%200L320%20240l320%20240z'/%3e%3cpath%20fill='%23090'%20d='m0%200%20320%20240L640%200zm0%20480%20320-240%20320%20240z'/%3e%3cpath%20fill='%23fc0'%20d='M640%200h-59.6L0%20435.3V480h59.6L640%2044.7z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200v44.7L580.4%20480H640v-44.7L59.6%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-jm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jm'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m0%200%20256%20256L0%20512zm512%200L256%20256l256%20256z'/%3e%3cpath%20fill='%23090'%20d='m0%200%20256%20256L512%200zm0%20512%20256-256%20256%20256z'/%3e%3cpath%20fill='%23fc0'%20d='M512%200h-47.7L0%20464.3V512h47.7L512%2047.7z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200v47.7L464.3%20512H512v-47.7L47.7%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-jo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-117.8%200h682.6v512h-682.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23jo-a)'%20transform='translate(110.5)%20scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M-117.8%200h1024v170.7h-1024z'/%3e%3cpath%20fill='%23fff'%20d='M-117.8%20170.7h1024v170.6h-1024z'/%3e%3cpath%20fill='%23090'%20d='M-117.8%20341.3h1024V512h-1024z'/%3e%3cpath%20fill='red'%20d='m-117.8%20512%20512-256-512-256v512z'/%3e%3cpath%20fill='%23fff'%20d='m24.5%20289%205.7-24.9H4.7l23-11-15.9-19.9%2023%2011%205.6-24.8%205.7%2024.9L69%20233.2l-16%2019.9%2023%2011H50.6l5.7%2024.9-15.9-20z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-jo.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jo'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='jo-a'%3e%3cpath%20fill-opacity='.7'%20d='M113.6%200H607v493.5H113.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23jo-a)'%20transform='translate(-117.8)%20scale(1.0375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M0%200h987v164.5H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20164.5h987V329H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20329h987v164.5H0z'/%3e%3cpath%20fill='red'%20d='m0%20493.5%20493.5-246.8L0%200v493.5z'/%3e%3cpath%20fill='%23fff'%20d='m164.8%20244%2022%2010.6h-24.5l5.5%2024-15.3-19.3-15.3%2019.2%205.5-23.9H118l22.1-10.7-15.3-19.1%2022.1%2010.6%205.5-23.9%205.5%2024%2022-10.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-jp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jp'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jp-a'%3e%3cpath%20fill-opacity='.7'%20d='M-88%2032h640v480H-88z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23jp-a)'%20transform='translate(88%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-128%2032h720v480h-720z'/%3e%3ccircle%20cx='523.1'%20cy='344.1'%20r='194.9'%20fill='%23d30000'%20transform='translate(-168.4%208.6)%20scale(.76554)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-jp.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jp'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='jp-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23jp-a)'%20transform='translate(-128)%20scale(.72249)'%3e%3cpath%20fill='%23fff'%20d='M0%200h1063v708.7H0z'/%3e%3ccircle%20cx='523.1'%20cy='344.1'%20r='194.9'%20fill='%23d30000'%20transform='translate(-59.7%20-34.5)%20scale(1.1302)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ke{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ke'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='a'%20stroke-miterlimit='10'%20d='m-28.6%2047.5%201.8%201%2046.7-81c2.7-.6%204.2-3.2%205.7-5.8%201-1.8%205-8.7%206.7-17.7a58%2058%200%200%200-11.9%2014.7c-1.5%202.6-3%205.2-2.3%207.9z'/%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20d='M0%200h640v144H0z'/%3e%3cpath%20fill='%23060'%20d='M0%20336h640v144H0z'/%3e%3cg%20id='b'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20stroke='%23000'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20fill='%23fff'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cpath%20fill='%23b00'%20d='M640.5%20168H377c-9-24-39-72-57-72s-48%2048-57%2072H-.2v144H263c9%2024%2039%2072%2057%2072s48-48%2057-72h263.5V168z'/%3e%3cpath%20id='c'%20d='M377%20312c9-24%2015-48%2015-72s-6-48-15-72c-9%2024-15%2048-15%2072s6%2048%2015%2072'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cg%20fill='%23fff'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cellipse%20rx='4'%20ry='6'/%3e%3cpath%20id='d'%20d='M1%205.8s4%208%204%2021-4%2021-4%2021z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ke.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ke'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20stroke-miterlimit='10'%20d='m-28.6%2047.5%201.8%201%2046.7-81c2.7-.6%204.2-3.2%205.7-5.8%201-1.8%205-8.7%206.7-17.7a58%2058%200%200%200-11.9%2014.7c-1.5%202.6-3%205.2-2.3%207.9z'/%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20d='M0%200h512v153.6H0z'/%3e%3cpath%20fill='%23060'%20d='M0%20358.4h512V512H0z'/%3e%3cg%20id='b'%20transform='matrix(3.2%200%200%203.2%20255.8%20256)'%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20stroke='%23000'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20fill='%23fff'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20511.7%200)'/%3e%3cpath%20fill='%23b00'%20d='M255.8%20102.4c-19.2%200-51.2%2051.2-60.8%2076.8H0v153.6h195c9.7%2025.6%2041.7%2076.8%2060.9%2076.8%2019.2%200%2051.2-51.2%2060.8-76.8H512V179.2H316.6c-9.6-25.6-41.6-76.8-60.8-76.8z'/%3e%3cpath%20id='c'%20d='M316.6%20332.8a220%20220%200%200%200%2016-76.8%20220%20220%200%200%200-16-76.8%20220%20220%200%200%200-16%2076.8%20220%20220%200%200%200%2016%2076.8'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20511.7%200)'/%3e%3cg%20fill='%23fff'%20transform='matrix(3.2%200%200%203.2%20255.8%20256)'%3e%3cellipse%20rx='4'%20ry='6'/%3e%3cpath%20id='d'%20d='M1%205.8s4%208%204%2021-4%2021-4%2021z'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kg-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85%200h682.7v512H-85z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kg-a)'%20transform='translate(79.6)%20scale(.9375)'%3e%3cpath%20fill='%23be0027'%20d='M-128%200h768.8v512H-128z'/%3e%3cpath%20fill='%23ff0'%20d='M105.5%20261.1c13.6-16.6%2041.9-.4%2065-12.3-27.4%201.5-42.3-13.2-63.9-11.1%2022.4-13.8%2041.5%204.5%2066.5-2.8-33.1-2.8-31.7-17.7-61.9-19.8%2026.8-11.4%2040%2011.8%2066.3%206.5-31-7.1-35-25.3-58-29.2%2033.6-5%2031.4%2014.8%2064.3%2017.2-33.4-14.3-24.7-26.8-52.6-37.7%2031.3-.7%2029.2%2021%2061%2026.6-27.2-17.2-23.9-32.9-46.2-45.2%2026.5.5%2029%2027.6%2056.1%2036-24.1-19.1-17.8-35.3-38.6-52.4%2026.4%206.2%2022.5%2029.6%2050%2044.6-20.4-22.6-12.6-38.8-30.3-57.3%2025.4%208.1%2015.7%2030.4%2042%2051.6-15-24.9-5.7-40.8-20.6-61.7%2023.6%2012.1%2012.2%2034.9%2034%2057.5-10.3-25.5%200-41.3-10.5-63.9%2020.2%2015%208.2%2039.3%2024.5%2062.5-6-32%207.8-37.2%203.5-65.2%2015.3%2018.8-1.8%2037.6%2010%2065.3-1.5-31.5%2015.3-38.8%2012.4-64%2015.1%2022.6-8.5%2042.3%201.4%2066.5%202.5-29.8%2022.1-37.6%2022.4-60.8%2012%2021.3-14%2036.7-9.8%2065%208.5-31.2%2029.4-35%2032-56%207.1%2024.6-21.4%2036-19.7%2063.4%208.5-27.7%2034.6-31%2040-51.4%203.3%2026-22.4%2030.7-29.7%2059.5%2013.5-23.5%2037.2-25.4%2047.8-44-.8%2025.8-29.8%2029.2-38.7%2053.3%2016.7-20.5%2037.7-17%2054.4-35.1-1.8%2023.3-31.3%2022-47%2046.1%2018.1-16.7%2045.4-11.7%2059.3-26.1-.7%2020.6-36.9%2019-54%2037.5%2021-11.6%2047.8-4.8%2063.2-15.5-2.8%2018-41%2013.8-59.3%2028%2025.2-7%2044.7%203.7%2065-4-9.9%2017.5-44.6%206.4-63%2017.8%2022-3.7%2045.2%209.6%2065.1%205.3-6.5%2015.2-44.6-1-65%208.5%2024.4-.2%2040.3%2015.5%2063%2014.4-12.3%2013.8-45.7-5.1-65.2-1.9%2023.8%205%2042%2024.6%2060%2025.6-14.9%2011.3-42.5-14.5-65-11.3%2023.2%206.2%2042.6%2032.5%2055.8%2033.1-14.3%209.8-42.5-22.5-61.8-21.3%2023.5%2010.6%2034.2%2037.5%2049.7%2041.3-19.1%206.1-37.9-29.2-58.4-30.5%2023.8%2015%2025.1%2038%2043.4%2048.2-19.3%204.7-33-35.2-53.3-38.6%2019.5%2014.3%2022.5%2045%2035.4%2054.6-19.6%201-26.7-40.7-46.8-46.7%2017.2%2014.4%2013.1%2045.6%2026.5%2059-20.4-4.3-17.8-40.6-39.1-52.9%2015.3%2019.4%207.5%2046.9%2017.5%2062.4-19.9-8-11.3-40.6-30.2-59%2010.3%2020.6-.8%2044.6%207.4%2064.5-18.2-8.9-6-47.4-19.9-62.7%206.4%2023.8-5.4%2043.5-.6%2064.8-18.6-21.5%202.8-43.2-13.3-65.1%204.2%2025.1-13.4%2042.7-10.6%2063.7-14.7-17.2%208-44.7-3.5-66.4%202.4%2024.7-20.3%2046.4-18.7%2062-12-20%2013.3-43.6%206.5-66.3-1.4%2023.6-24.4%2036.4-28.7%2057.9-7.7-23.7%2019.6-40.8%2017.2-64.1-7.8%2022.1-30%2031-37.8%2052.5-6.4-23.7%2026-36.2%2026.8-61-10%2023.2-36.5%2028.4-45.3%2046.2-3.3-23.5%2033.8-34%2035.2-56.3-12%2021.4-41%2022.3-51%2039.3-1.5-23.4%2037.6-26.3%2043.7-50.8-11.9%2018.2-43.7%2015.9-57%2030.7%202.1-21.7%2044.4-23%2051.2-42.6-15.8%2015.2-45%209-61.5%2021%209.2-21.4%2048.9-16.9%2057.8-32.3-17.5%209.1-48.6.2-64%209.4%2014-20.2%2044.8-8.1%2062.3-22-28.4%204.1-45.5-7.2-65.2-2z'/%3e%3cpath%20fill='%23ff0'%20d='M356%20256.1a99.2%2099.2%200%201%201-198.5%200%2099.2%2099.2%200%200%201%20198.4%200z'/%3e%3cpath%20fill='%23be0027'%20d='M343.2%20256.3a86.3%2086.3%200%201%201-172.6%200%2086.3%2086.3%200%200%201%20172.6%200z'/%3e%3cpath%20fill='%23ff0'%20d='M331.2%20256.5a74%2074%200%201%201-148.2%200%2074%2074%200%200%201%20148.2%200z'/%3e%3cpath%20fill='%23be0027'%20d='M194%20208c20.5-.5%2046%201.4%2062.9%2014.8a97.1%2097.1%200%200%201%2060.5-14.3l11%2020.1a101%20101%200%200%200-50%208.2%2085.3%2085.3%200%200%201%2034.6%2072.1c-2.7%203.4-7%207.1-9.7%2010.5%204-28.5-11-60.3-32.9-77%2017.8%2025.6%2028.3%2048.6%2025.4%2080.4l-10%206.4c4.6-28-2-61-22.7-80%2012%2017.5%2023.8%2049%2016.4%2081-3.2%201-8.2%203.7-11.4%204.6a96%2096%200%200%200-10.8-78.7c-13.8%2019.8-18.3%2050-10.5%2078-3.8-1-6.7-2.2-10.6-3.1-5.7-30%202.2-64%2015.9-81.7-14%208.1-27.1%2042.7-23.4%2078l-9.3-4.3c-4.5-26.3%207.4-60.6%2024.5-80.4-19.4%2012.2-35.2%2042.3-32.5%2074.6-3-2.6-5.7-3.9-8.7-6.6-3.4-28.2%2013-56.6%2032.1-73.6-16.1-7.3-30-8.7-50-8.4%203.1-6.5%206-14.1%209.2-20.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kg-a'%3e%3cpath%20fill-opacity='.7'%20d='M104%200h416.3v416.3H104.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kg-a)'%20transform='translate(-128)%20scale(1.23)'%3e%3cpath%20fill='%23be0027'%20d='M0%200h625v416.3H0z'/%3e%3cpath%20fill='%23ff0'%20d='M189.8%20212.3c11.1-13.5%2034.1-.3%2052.9-10-22.3%201.2-34.4-10.7-52-9%2018.2-11.2%2033.7%203.6%2054.1-2.4-27-2.2-25.8-14.3-50.3-16%2021.8-9.3%2032.5%209.6%2053.9%205.3-25.2-5.8-28.5-20.6-47.2-23.8%2027.3-4.1%2025.5%2012%2052.3%2014-27.2-11.6-20-21.8-42.8-30.6%2025.5-.6%2023.8%2017%2049.5%2021.6-22-14-19.3-26.8-37.5-36.8%2021.6.4%2023.7%2022.5%2045.7%2029.3-19.6-15.5-14.5-28.7-31.4-42.6%2021.4%205%2018.3%2024.1%2040.6%2036.2-16.5-18.3-10.2-31.5-24.6-46.6%2020.6%206.7%2012.8%2024.8%2034.2%2042-12.3-20.2-4.7-33.1-16.8-50.2%2019.2%2010%209.9%2028.4%2027.7%2046.8-8.4-20.7%200-33.6-8.6-52%2016.4%2012.3%206.7%2032%2019.9%2050.9-4.8-26%206.4-30.3%202.9-53%2012.4%2015.3-1.5%2030.6%208%2053-1-25.5%2012.5-31.5%2010.1-52%2012.4%2018.4-6.9%2034.4%201.2%2054.1%202-24.3%2018-30.5%2018.3-49.4%209.7%2017.3-11.5%2029.8-8%2052.8%206.9-25.4%2023.9-28.5%2026-45.6%205.8%2020-17.4%2029.4-16%2051.6%206.9-22.5%2028.1-25.2%2032.5-41.8%202.6%2021.2-18.3%2025-24.1%2048.4%2011-19%2030.2-20.7%2038.8-35.8-.7%2021-24.3%2023.7-31.5%2043.4%2013.6-16.7%2030.6-13.8%2044.2-28.6-1.4%2019-25.4%2017.9-38.2%2037.5%2014.8-13.6%2037-9.5%2048.3-21.2-.6%2016.7-30%2015.5-44%2030.4%2017.2-9.3%2038.9-3.8%2051.5-12.6C427%20184.3%20396%20181%20381%20192.4c20.5-5.7%2036.3%203%2053-3.3-8.1%2014.3-36.3%205.3-51.3%2014.6%2017.8-3%2036.7%207.7%2052.9%204.3-5.3%2012.3-36.2-.8-53%207%2020-.3%2033%2012.5%2051.4%2011.6-10%2011.2-37.2-4.2-53-1.6%2019.3%204%2034%2020%2048.7%2020.8-12%209.2-34.5-11.8-52.8-9.1%2018.8%205%2034.6%2026.4%2045.4%2026.9-11.6%208-34.6-18.3-50.3-17.4%2019%208.7%2027.8%2030.5%2040.4%2033.6-15.5%205-30.8-23.7-47.5-24.7%2019.3%2012.2%2020.4%2030.8%2035.3%2039-15.6%204-26.8-28.5-43.3-31.2%2015.9%2011.6%2018.2%2036.5%2028.8%2044.4-16%20.8-21.7-33.1-38-38%2014%2011.7%2010.6%2037%2021.4%2047.9-16.5-3.4-14.4-33-31.7-43%2012.4%2015.8%206%2038.1%2014.2%2050.7-16.2-6.5-9.1-33-24.6-48%208.4%2016.8-.6%2036.3%206%2052.5-14.7-7.2-4.8-38.5-16.1-51%205.2%2019.4-4.4%2035.4-.5%2052.7-15.1-17.5%202.3-35-10.8-53%203.4%2020.6-10.9%2034.8-8.6%2052-12-14%206.4-36.5-2.9-54.1%202%2020.1-16.5%2037.7-15.2%2050.4-9.7-16.2%2010.8-35.4%205.3-53.9-1.2%2019.2-19.8%2029.6-23.3%2047-6.3-19.2%2015.9-33.1%2014-52-6.4%2018-24.4%2025.2-30.8%2042.6-5.2-19.2%2021.1-29.4%2021.8-49.6-8.1%2019-29.7%2023.1-36.8%2037.6-2.7-19%2027.5-27.6%2028.6-45.7-9.7%2017.4-33.3%2018-41.5%2031.9-1.2-19%2030.6-21.4%2035.6-41.3-9.7%2014.8-35.6%2013-46.3%2025%201.7-17.7%2036-18.8%2041.5-34.6-12.8%2012.3-36.5%207.2-50%2017%207.5-17.4%2039.8-13.7%2047-26.3-14.2%207.5-39.5.3-52%207.7%2011.4-16.4%2036.5-6.6%2050.7-18-23.1%203.4-37-5.8-53-1.5z'/%3e%3cpath%20fill='%23ff0'%20d='M393.4%20208.2a80.7%2080.7%200%201%201-161.3%200%2080.7%2080.7%200%200%201%20161.3%200z'/%3e%3cpath%20fill='%23be0027'%20d='M383%20208.4a70.1%2070.1%200%201%201-140.2%200%2070.1%2070.1%200%200%201%20140.3%200z'/%3e%3cpath%20fill='%23ff0'%20d='M373.3%20208.5a60.2%2060.2%200%201%201-120.5%200%2060.2%2060.2%200%200%201%20120.5%200z'/%3e%3cpath%20fill='%23be0027'%20d='M261.8%20169c16.7-.3%2037.4%201.2%2051.1%2012.2a79%2079%200%200%201%2049.2-11.7l9%2016.4c-13-1.3-25.7.5-40.7%206.6a69.3%2069.3%200%200%201%2028.1%2058.6c-2.2%202.8-5.6%205.8-7.8%208.5%203.2-23.1-9-49-26.8-62.6%2014.4%2020.9%2023%2039.6%2020.6%2065.5l-8.2%205.1c3.8-22.8-1.5-49.5-18.4-65a87.5%2087.5%200%200%201%2013.4%2065.8c-2.6.8-6.6%203-9.3%203.8a78%2078%200%200%200-8.8-64%2077.6%2077.6%200%200%200-8.5%2063.4l-8.6-2.5c-4.6-24.5%201.8-52%2012.9-66.4-11.3%206.6-22%2034.7-19%2063.4l-7.6-3.5c-3.7-21.4%206-49.3%2020-65.4-15.8%2010-28.7%2034.4-26.4%2060.7-2.4-2.1-4.7-3.2-7.1-5.3-2.8-23%2010.5-46.1%2026-60a87.6%2087.6%200%200%200-40.6-6.7c2.5-5.3%205-11.5%207.5-16.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kh{background-image:url(/assets/kh-sTuCeT9V.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(/assets/kh-BVOcSw0F.svg)}.flag-icon-ki{background-image:url(/assets/ki-Dd_BcMUB.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(/assets/ki-C9jvDaoa.svg)}.flag-icon-km{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-km'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='km-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23km-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h768.8v128H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20128h768.8v128H0z'/%3e%3cpath%20fill='%23be0027'%20d='M0%20256h768.8v128H0z'/%3e%3cpath%20fill='%233b5aa3'%20d='M0%20384h768.8v128H0z'/%3e%3cpath%20fill='%23239e46'%20d='M0%200v512l381.9-255.3L0%200z'/%3e%3cpath%20fill='%23fff'%20d='M157.2%20141.4c-85-4.3-123.9%2063.5-123.8%20115.9-.2%2062%2058.6%20113%20112.8%20110C117%20353.5%2081.2%20314.6%2081%20257c-.3-52.1%2029.5-97.5%2076.3-115.6z'/%3e%3cpath%20fill='%23fff'%20d='m156%20197-12-9.3-14.6%204.6%205.2-14.4-8.8-12.4%2015.2.6%209-12.3%204.3%2014.7%2014.4%204.8-12.6%208.5zm-.3%2052.1-12-9.4-14.6%204.6%205.3-14.3-8.9-12.4%2015.3.5%209-12.2%204.2%2014.6%2014.5%204.9-12.7%208.5zm.2%2052.6-12-9.4-14.5%204.6%205.2-14.3-8.8-12.4%2015.2.5%209-12.2%204.3%2014.6%2014.4%204.8-12.6%208.6zm-.2%2053-12-9.3L129%20350l5.3-14.4-8.9-12.4%2015.3.6%209-12.3%204.2%2014.7%2014.5%204.8-12.7%208.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-km.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-km'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='km-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h416.3v416.3H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23km-a)'%20transform='scale(1.23)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h625v104H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20104h625v104.1H0z'/%3e%3cpath%20fill='%23be0027'%20d='M0%20208.1h625v104H0z'/%3e%3cpath%20fill='%233b5aa3'%20d='M0%20312.2h625v104H0z'/%3e%3cpath%20fill='%23239e46'%20d='M0%200v416.2l310.4-207.5L0%200z'/%3e%3cpath%20fill='%23fff'%20d='M127.8%20115c-69.2-3.5-100.7%2051.6-100.6%2094.2-.2%2050.4%2047.6%2092%2091.7%2089.4A100%20100%200%200%201%2065.8%20209a98.3%2098.3%200%200%201%2062-94z'/%3e%3cpath%20fill='%23fff'%20d='m126.8%20160.2-9.8-7.6-11.8%203.7%204.2-11.6-7.1-10.1%2012.3.4%207.4-10%203.4%2012%2011.8%203.9-10.3%207zm-.2%2042.3-9.8-7.6-11.8%203.7%204.2-11.6-7.2-10.1%2012.4.4%207.4-10%203.4%2012%2011.8%204-10.3%206.9zm.2%2042.8-9.8-7.6-11.8%203.7%204.2-11.7-7.1-10%2012.3.4%207.4-10%203.4%2012%2011.8%203.9-10.3%206.9zm-.2%2043.1-9.8-7.6-11.8%203.7%204.2-11.6-7.2-10.1%2012.4.4%207.4-10%203.4%2012%2011.8%204-10.3%206.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-80.1%200h682.7v512H-80.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kn-a)'%20transform='translate(75.1)%20scale(.9375)'%3e%3cpath%20fill='%23ffe900'%20d='M-107.8.2h737.6v511.3h-737.6z'/%3e%3cpath%20fill='%2335a100'%20d='m-108.2.2.8%20368.6L466.6%200l-574.8.2z'/%3e%3cpath%20fill='%23c70000'%20d='m630.7%20511.5-1.4-383.2-579%20383.5%20580.4-.3z'/%3e%3cpath%20d='m-107.9%20396.6.5%20115.4%20125.3-.2%20611.7-410.1L629%201.4%20505.2.2l-613%20396.4z'/%3e%3cpath%20fill='%23fff'%20d='m380.4%20156.6-9.8-42.2%2033.3%2027%2038-24.6-17.4%2041.3%2033.4%2027-44.2-1.5-17.3%2041.3-9.9-42.2-44.1-1.5zm-275.2%20179-9.9-42.3%2033.3%2027%2038-24.6-17.4%2041.3%2033.4%2027-44.1-1.5-17.4%2041.3-9.8-42.2-44.1-1.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kn-a'%3e%3cpath%20fill-opacity='.7'%20d='M151.7-.3h745.1v745H151.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kn-a)'%20transform='translate(-104.2%20.2)%20scale(.68714)'%3e%3cpath%20fill='%23ffe900'%20d='M-5.3%200h1073.5v744H-5.3z'/%3e%3cpath%20fill='%2335a100'%20d='m-5.8%200%201.2%20536.4L830.7-.4-5.8%200z'/%3e%3cpath%20fill='%23c70000'%20d='m1069.5%20744-1.9-557.7L225%20744.5l844.5-.4z'/%3e%3cpath%20d='m-5.3%20576.9.7%20167.9%20182.3-.3L1068%20147.6l-1-146L886.9%200-5.4%20576.9z'/%3e%3cpath%20fill='%23fff'%20d='m818%20269-64.2-2.2-25.3%2060.2-14.3-61.5-64.2-2.2%2055.4-35.7L691%20166l48.5%2039.4%2055.3-35.9-25.4%2060.2zM417.5%20529.6l-64.3-2.3-25.2%2060.2-14.3-61.5-64.3-2.2%2055.4-35.8-14.4-61.4%2048.5%2039.4%2055.3-35.9-25.3%2060.1z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kp'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kp-a'%3e%3cpath%20fill-opacity='.7'%20d='M5%20.1h682.6V512H5.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kp-a)'%20transform='translate(-4.8%20-.1)%20scale(.93768)'%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20d='M776%20511.5H-76V.5h852z'/%3e%3cpath%20fill='%233e5698'%20d='M776%20419H-76v92.5h852z'/%3e%3cpath%20fill='%23c60000'%20d='M776%20397.6H-76V114.4h852z'/%3e%3cpath%20fill='%233e5698'%20d='M776%20.6H-76V93h852z'/%3e%3cpath%20fill='%23fff'%20d='M328.5%20256c0%2063.5-53%20115-118.6%20115S91.3%20319.5%2091.3%20256s53-114.8%20118.6-114.8c65.5%200%20118.6%2051.4%20118.6%20114.9z'/%3e%3cpath%20fill='%23c40000'%20d='m175.8%20270.6-57-40.7%2071-.2%2022.7-66.4%2021.1%2066.1%2071-.4-57.9%2041.2%2021.3%2066.1-57-40.7-58%2041.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kp.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kp'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kp-a'%3e%3cpath%20fill-opacity='.7'%20d='M92.2%207.8h593.6v485.5H92.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kp-a)'%20transform='matrix(.86254%200%200%201.0546%20-79.5%20-8.3)'%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='1.1'%20d='M991.8%20492.9H4.2V8.4h987.6z'/%3e%3cpath%20fill='%233e5698'%20d='M991.8%20405.2H4.2V493h987.6z'/%3e%3cpath%20fill='%23c60000'%20d='M991.8%20384.9H4.2V116.4h987.6z'/%3e%3cpath%20fill='%233e5698'%20d='M991.8%208.4H4.2V96h987.6z'/%3e%3cpath%20fill='%23fff'%20d='M473%20250.7c0%2060.1-61.5%20108.9-137.4%20108.9-76%200-137.6-48.8-137.6-109%200-60.1%2061.6-108.9%20137.6-108.9S473%20190.5%20473%20250.7z'/%3e%3cpath%20fill='%23c40000'%20d='m402.9%20326.8-66.1-38.6-67.1%2039%2026.3-62.8-66.1-38.5%2082.4-.3%2026.2-63%2024.5%2062.8%2082.4-.4-67.2%2039z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-95.8-.4h682.7v512H-95.8z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kr-a)'%20transform='translate(89.8%20.4)%20scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M610.6%20511.6h-730.2V-.4h730.2z'/%3e%3cpath%20fill='%23fff'%20d='M251.9%20256a112.5%20112.5%200%201%201-225%200%20112.5%20112.5%200%200%201%20225%200z'/%3e%3cpath%20fill='%23c70000'%20d='M393%20262.6c0%2081-65%20146.8-145.3%20146.8s-145.2-65.8-145.2-146.8%2065-146.9%20145.3-146.9S393%20181.6%20393%20262.6z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm27.4%2023.7%2083.6-96.7%2019.9%2017-83.7%2096.9z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm55.4%2048%2083.6-96.9%2019.9%2017.2-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm508.8-96.8%2083%2097.4-20%2017-83-97.4zm-55.7%2047.5%2083%2097.4-20%2017-83-97.4z'/%3e%3cpath%20fill='%23fff'%20d='M417.6%20133.2%20496%2065.4l14.7%2017-84%2075.4-9.3-24.6z'/%3e%3cpath%20d='m514.2%20372-80.4%2095.8-19.7-16.4%2080.4-95.8zM431.8%2053.1l83%2097.4-19.9%2017L412%2070zm109.7%20341.6L461%20490.5l-19.8-16.4%2080.5-95.8zm-55.1-45.8L406%20444.7l-19.7-16.4%2080.4-95.8z'/%3e%3cpath%20fill='%233d5897'%20d='M104.6%20236.7c4.6%2037%2011.3%2078.2%2068.2%2082.4%2021.3%201.3%2062.8-5%2077-63.2%2018.8-55.8%2075-71.8%20113.3-41.6C385%20228.5%20391%20251%20392.4%20268c-1.7%2054-32.9%20101-72.8%20122-46%2027.3-109.6%2027.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z'/%3e%3cpath%20fill='%23fff'%20d='m436%20370.6%2078.6%2067.6-14.6%2017-87.1-71.8%2023-12.8z'/%3e%3cpath%20d='m-1.9%20357.2%2083%2097.3-20%2017-83-97.3z'/%3e%3cpath%20fill='%23fff'%20d='m-16.2%20437.3%2078.6-67.9%2014.7%2017-84%2075.5-9.3-24.7z'/%3e%3cpath%20d='m25.7%20333.7%2083%2097.3-20%2017-83-97.3zM-30%20381.2l83%2097.3-20%2017-83-97.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kr-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kr-a)'%3e%3cpath%20fill='%23fff'%20d='M610.6%20511.6h-730.2V-.4h730.2z'/%3e%3cpath%20fill='%23fff'%20d='M251.9%20256a112.5%20112.5%200%201%201-225%200%20112.5%20112.5%200%201%201%20225%200z'/%3e%3cpath%20fill='%23c70000'%20d='M393%20262.6a145.3%20146.8%200%201%201-290.5%200%20145.3%20146.8%200%201%201%20290.5%200z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm27.4%2023.7%2083.6-96.7%2019.9%2017-83.7%2096.9z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm55.4%2048%2083.6-96.9%2019.9%2017.2-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8z'/%3e%3cpath%20d='m-49.4%20126.4%2083.6-96.7%2019.9%2017.1-83.7%2096.8zm508.8-96.8%2083%2097.4-20%2017-83-97.4zm-55.7%2047.5%2083%2097.4-20%2017-83-97.4z'/%3e%3cpath%20fill='%23fff'%20d='M417.6%20133.2%20496%2065.4l14.7%2017-84%2075.4-9.3-24.6z'/%3e%3cpath%20d='m514.2%20372-80.4%2095.8-19.7-16.4%2080.4-95.8zM431.8%2053.1l83%2097.4-19.9%2017L412%2070zm109.7%20341.6L461%20490.5l-19.8-16.4%2080.5-95.8zm-55.1-45.8L406%20444.7l-19.7-16.4%2080.4-95.8z'/%3e%3cpath%20fill='%233d5897'%20d='M104.6%20236.7c4.6%2037%2011.3%2078.2%2068.2%2082.4%2021.3%201.3%2062.8-5%2077-63.2%2018.8-55.8%2075-71.8%20113.3-41.6C385%20228.5%20391%20251%20392.4%20268c-1.7%2054-32.9%20101-72.8%20122-46%2027.3-109.6%2027.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z'/%3e%3cpath%20fill='%23fff'%20d='m436%20370.6%2078.6%2067.6-14.6%2017-87.1-71.8%2023-12.8z'/%3e%3cpath%20d='m-1.9%20357.2%2083%2097.3-20%2017-83-97.3z'/%3e%3cpath%20fill='%23fff'%20d='m-16.2%20437.3%2078.6-67.9%2014.7%2017-84%2075.5-9.3-24.7z'/%3e%3cpath%20d='m25.7%20333.7%2083%2097.3-20%2017-83-97.3zM-30%20381.2l83%2097.3-20%2017-83-97.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23kw-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M0%20170.6h1024v170.7H0z'/%3e%3cpath%20fill='%23f31830'%20d='M0%20341.3h1024V512H0z'/%3e%3cpath%20fill='%2300d941'%20d='M0%200h1024v170.7H0z'/%3e%3cpath%20d='M0%200v512l255.4-170.7.6-170.8L0%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-kw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23kw-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23fff'%20d='M0%20165.3h992.1v165.4H0z'/%3e%3cpath%20fill='%23f31830'%20d='M0%20330.7h992.1v165.4H0z'/%3e%3cpath%20fill='%2300d941'%20d='M0%200h992.1v165.4H0z'/%3e%3cpath%20d='M0%200v496l247.5-165.3.5-165.5L0%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ky{background-image:url(/assets/ky-Di5N9KnD.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(/assets/ky-D4HmYi9k.svg)}.flag-icon-kz{background-image:url(/assets/kz-pBGs4ebN.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(/assets/kz-ZD98Pz4l.svg)}.flag-icon-la{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-la'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='la-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23la-a)'%3e%3cpath%20fill='%23ce1126'%20d='M-40%200h720v480H-40z'/%3e%3cpath%20fill='%23002868'%20d='M-40%20119.3h720v241.4H-40z'/%3e%3cpath%20fill='%23fff'%20d='M423.4%20240a103.4%20103.4%200%201%201-206.8%200%20103.4%20103.4%200%201%201%20206.8%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-la.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-la'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='la-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23la-a)'%20transform='translate(-128)%20scale(.72249)'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23002868'%20d='M0%20176h1063v356.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M684.2%20354.3a152.7%20152.7%200%201%201-305.4%200%20152.7%20152.7%200%200%201%20305.4%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lb'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='lb-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23lb-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M-128%20384h768v128h-768zm0-384h768v128h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-128%20128h768v256h-768z'/%3e%3c/g%3e%3cpath%20fill='%23007900'%20d='M252.1%20130c-7.8%2015.5-13%2015.5-26%2026-5.2%205.1-13%207.7-2.6%2013-10.5%205.1-15.7%207.7-20.9%2018.1l2.6%202.6s10-4.8%2010.4-2.6c1.8%202.1-13%2010-14.9%2011.3l-11%207c-13.1%2010.3-21%207.7-28.7%2023.3l26-2.6c5.2%2018.2-13%2020.8-26%2028.6l-20.9%2013c5.3%2018.2%2020.9%207.8%2033.9%202.6l2.6%202.6v5.2l-26%2013s-30.8%2017.6-31.3%2018.2c-.2%201%200%205.2%200%205.2%2010.4%202.6%2026%205.2%2036.5%200%2013-5.2%2015.6-10.4%2031.2-10.4a100.6%20100.6%200%200%201-52%2020.8v10.4c15.6%200%2026%200%2039-2.6l33.8-10.4c7.8%200%2015.7%207.8%2013%2015.6-7.7%2028.6-39%2023.4-49.4%2046.8L213%20369c10.4-5.2%2020.8-10.3%2033.8-7.7%2015.6%205.2%2015.6%2015.6%2036.4%2020.8l-5.2-13c5.2%202.6%2010.4%202.6%2015.7%205.2%2013%205.2%2015.6%2010.4%2031.2%207.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39%200-41.6l18.2%205.2c18.2%202.6%2018.2-2.6%2044.2%207.8%2015.7%205.2%2020.9%2013%2039%207.8-7.7-18.2-36.3-31.2-54.6-36.4%2020.9-13%2015.6%205.2%2044.3-2.6v-5.2C369.3%20278%20361.4%20265%20332.8%20265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3%201.4-3.3%204.3-4.5%208.3%205.4%2033.3%204.8%2034.8%204.7-.8-6.4-12.7-11.7-23-16.9%200%200-44.7-27.5-44.9-29.9.9-7%2018.3%201.1%2037%206.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3.2'%20d='M224%20303c1.9-6.1%204.4-11.6-7.2-16.9-11.6-5.3%205.8%2021.1%207.2%2017zm13.7-12.3c-2.3.3-3.6%208.8%201.1%2011.2%205.2.8%201-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5%2012.8%206%2010.6%208.6-2.1%200-11.5-6-10.5zM267%20259c1.8-3-.1-15-7.4-10-7.4%205.1%205%2010.8%207.4%2010zm-16-10c2.3-.9%202.5-8.3-4-6.3-6.3%201.9%202.3%207.8%204%206.3zm-14.4%202.9s-4.5-6.2-8-4.9c-4.3%204.2%208.3%205%208%204.9zM187%20271.7c1.9.2%2016-2.3%2020.9-7.8%204.9-5.5-25.1%202.3-25.1%202.4%200%20.1%202.8%204.9%204.2%205.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3%204.3%2012.4%205.7%2012.4%204.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2%205%2010.7%209.8%2013.7%206.3zm-32.1-5.3s2.5-8.2%208.6-6.6c7%205.3-8.3%206.9-8.6%206.6zm-6-6.2c-1-2.3-7.3-1-14.6%203.9-7.4%204.7%2016.8%201.4%2014.6-4zm18.7-22.1s6.5-3%208.5%200c2.7%204.3-8.6%200-8.5%200zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3%201-1.2%203%209.4%202.4%208.3-1zm-17.2%200c-.7-1.5-11%200-14%206.2%205%202.4%2016.3-2.3%2014-6.2zm-22%206.3s-13.4%208.3-14.3%2014.3c.4%205.2%2016.8-9.4%2016.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7%206.7-5.6%207.2-5.3.5%201.7-5.1%206.3-7.2%205.3zm4.3%2031.6c.3-2.5-16-2.3-9.9%205.2%205.2%206.3%2011-4.1%209.9-5.2zm-15%2010.7c-.8-1.6-2-6-4.2-6.4-1.9%200-11.7%202-12.5%203.6-.4%201.3%204.1%209.4%205.6%209.6%201.8.7%2010.9-6%2011.2-6.8zm88.4%2055.2c.5-1.8%2017.3-7.5%2023-2%206.8%209.3-23.4%205-23%202zm46%2010.9c3.7-6.2-11.3-13.6-17.6-6.5%202.2%208.5%2014.6%2011.6%2017.6%206.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lb.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lb'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='lb-a'%3e%3cpath%20fill-opacity='.7'%20d='M124%200h496v496H124z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23lb-a)'%20transform='translate(-128)%20scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%20372h744v124H0zM0%200h744v124H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20124h744v248H0z'/%3e%3c/g%3e%3cpath%20fill='%23007900'%20d='M368.3%20125.9c-7.6%2015.1-12.7%2015.1-25.3%2025.2-5%205-12.6%207.5-2.5%2012.6-10%205-15.1%207.5-20.2%2017.6l2.6%202.5s9.5-4.7%2010-2.5c1.7%202-12.6%209.7-14.4%2011s-10.8%206.6-10.8%206.6c-12.6%2010.1-20.2%207.6-27.7%2022.7l25.2-2.5c5%2017.6-12.6%2020.1-25.2%2027.7l-20.2%2012.6c5%2017.6%2020.2%207.5%2032.8%202.5l2.5%202.5v5L270%20282s-29.8%2017-30.3%2017.6c-.2%201%200%205%200%205%2010.1%202.6%2025.2%205.1%2035.3%200%2012.6-5%2015.2-10%2030.3-10a97.4%2097.4%200%200%201-50.5%2020.2v10c15.2%200%2025.3%200%2037.9-2.5l32.8-10c7.5%200%2015.1%207.5%2012.6%2015-7.6%2027.7-37.8%2022.7-48%2045.4l40.4-15.1c10.1-5%2020.2-10.1%2032.8-7.6%2015.1%205%2015.1%2015.1%2035.3%2020.1l-5-12.5c5%202.5%2010%202.5%2015.1%205%2012.6%205%2015.1%2010%2030.3%207.5-12.6-15-15.2-12.5-25.2-22.6-10.1-15.1-15.2-37.8%200-40.3l17.6%205c17.7%202.6%2017.7-2.5%2042.9%207.6%2015.1%205%2020.2%2012.6%2037.8%207.5-7.5-17.6-35.3-30.2-53-35.2%2020.2-12.6%2015.2%205%2043-2.5v-5c-20.2-15.2-27.8-27.8-55.6-27.8l43-5v-5S447%20235.7%20446%20235.3a6.3%206.3%200%200%201%204.1-4.4c8%205.2%2032.3%204.6%2033.7%204.5-.7-6.2-12.2-11.3-22.3-16.3%200%200-43.2-26.7-43.4-29%20.8-6.8%2017.7%201%2035.8%206.3-5-10-15.1-15.1-25.2-17.6l15.1-2.5c-10-22.7-35.3-20.2-50.4-30.3-10.1-7.5-10.1-12.6-25.2-20.1z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3.1'%20d='M341%20293.6c1.9-6%204.3-11.3-6.9-16.4-11.2-5.1%205.6%2020.5%207%2016.4zm13.3-12c-2.3.3-3.4%208.6%201%2010.8%205.1.8%201-10.7-1-10.8zm13.1-.9c-2.3.7-2.4%2012.4%205.8%2010.3%208.3-2%200-11.2-5.8-10.2zm15.3-29.8c1.8-2.8-.1-14.5-7.2-9.6-7.1%205%205%2010.4%207.2%209.6zm-15.5-9.7c2.2-.8%202.4-8-3.8-6-6.2%201.8%202.2%207.5%203.8%206zm-14%202.9s-4.3-6-7.7-4.8c-4.2%204%208%204.9%207.7%204.8zm-48%2019.1c1.8.2%2015.5-2.2%2020.2-7.5%204.8-5.3-24.3%202.2-24.3%202.3s2.7%204.7%204%205.2zm136.7-33.8c.7-1.3-7.3-7-12-4.7-1.2%204.2%2012%205.5%2012%204.7zM415%20215.8c1.5-2.1-3.5-11-13.3-6s10.3%209.5%2013.3%206zm-31.1-5.2s2.4-8%208.4-6.4c6.6%205.1-8.1%206.7-8.4%206.4zm-5.8-6c-1-2.2-7.1-.9-14.2%203.8-7.1%204.6%2016.3%201.3%2014.2-3.8zm18-21.4s6.4-2.9%208.3%200c2.6%204.2-8.3%200-8.2%200zm-5.2-2.8c-1.3-2.5-8.3-2.8-8.1%201-1.2%202.8%209%202.3%208-1zm-16.7%200c-.7-1.5-10.6%200-13.6%206%204.8%202.3%2015.8-2.2%2013.6-6zm-21.3%206.1s-13%208-13.9%2013.9c.4%205%2016.3-9.2%2016.3-9.2s1.4-5.6-2.4-4.7zm-14.5-7.3c.4-1.6%206.5-5.4%207-5%20.5%201.6-5%206-7%205zm4.2%2030.6c.3-2.3-15.6-2.1-9.6%205.1%205%206.1%2010.7-4%209.6-5zM328%20220.3c-.8-1.6-2-5.9-4.2-6.3-1.7%200-11.3%202-12%203.5-.4%201.3%204%209.2%205.4%209.4%201.7.6%2010.5-5.8%2010.8-6.6zm85.6%2053.4c.5-1.7%2016.7-7.3%2022.3-2%206.6%209-22.7%204.8-22.3%202zm44.6%2010.6c3.5-6-11-13.2-17-6.3%202%208.2%2014.1%2011.2%2017%206.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2365cfff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='m318.9%2042%20162.7%20395.3-322.6.9L318.9%2042z'/%3e%3cpath%20d='m319%2096.5%20140.8%20340-279%20.8L319%2096.5z'/%3e%3cpath%20fill='%23ffce00'%20d='m318.9%20240.1%20162.7%20197.6-322.6.5%20159.9-198.1z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2365cfff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='m254.8%2044.8%20173.5%20421.6-344%201L254.7%2044.8z'/%3e%3cpath%20d='m255%20103%20150%20362.6-297.5.8L255%20103z'/%3e%3cpath%20fill='%23ffce00'%20d='m254.8%20256.1%20173.5%20210.8-344%20.5%20170.5-211.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-li{background-image:url(/assets/li-DxuPlCf7.svg)}.flag-icon-li.flag-icon-squared{background-image:url(/assets/li-ButdGxKa.svg)}.flag-icon-lk{background-image:url(/assets/lk-DqlNm1Iu.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(/assets/lk-CqZzcQbX.svg)}.flag-icon-lr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='lr-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23lr-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M0%200h767.9v512H0z'/%3e%3cpath%20fill='%23006'%20d='M0%200h232.7v232.8H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20464.9h767.9V512H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7%200h535.1v46.5H232.7zm0%20186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z'/%3e%3cpath%20fill='%23fff'%20d='m166.3%20177.5-50.7-31-50.4%2031.3%2018.7-50.9-50.3-31.4%2062.3-.4%2019.3-50.7L135%2095h62.3l-50.1%2031.7%2019.1%2050.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='lr-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23lr-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h767.9v512H0z'/%3e%3cpath%20fill='%23006'%20d='M0%200h232.7v232.8H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20464.9h767.9V512H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7%200h535.1v46.5H232.7zm0%20186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z'/%3e%3cpath%20fill='%23fff'%20d='m166.3%20177.5-50.7-31-50.4%2031.3%2018.7-50.9-50.3-31.4%2062.3-.4%2019.3-50.7L135%2095h62.3l-50.1%2031.7%2019.1%2050.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ls{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ls'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009543'%20d='M0%20336h640v144H0z'/%3e%3cpath%20fill='%2300209f'%20d='M0%200h640v144H0z'/%3e%3cpath%20stroke='%23000'%20stroke-width='1.6'%20d='M319.6%20153c-2.7%200-5.4%203-5.4%203l.3%2032.4-10.3%2010.7h8.3v18.5l-49%2066-7.2-2.6-12.7%2027s31.3%2019.6%2076.7%2019c49.8-.5%2076.9-19.9%2076.9-19.9l-13-26.6-6.5%202.8-49.6-65.6v-19.1h8.2L325.1%20188v-32.2s-2.7-3-5.5-2.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='8'%20d='M336.7%20230.4h-33.9s-12.2-25.9-10.3-44c2-18.4%2012.6-27.1%2026.6-27.3%2016.6-.1%2025.2%208.1%2027.8%2026.6%202.6%2018.3-10.2%2044.7-10.2%2044.7z'/%3e%3cpath%20fill='%23fff'%20d='M260.5%20292.1c-.6.7-4.7%208.9-4.7%208.9l7-1.5-2.3-7.4zm4%2010.5-7.4%202.4%208.9%203.5-1.5-5.9zm3.3-10.3%203.7%2010.9%209-2.6-2.3-5.2-10.4-3.1zm5.8%2014.8%201.2%204.4%2012%203-4.8-10.2-8.4%202.8zm13.2-9.3%204.3%2010.2%209-3.5-3-4.5-10.3-2.2zm6%2013.9%201.4%203.8%2014%202-5.9-9.2-9.6%203.4zm13.4-11%205.2%209.1%2013-4.8-1.4-3.5-16.8-.7zm7.6%2012.4%202.7%204.8%2016.2-.5-6-9-13%204.7zm17.1-12%204.4%207.6%2010.4-5-2.8-4-12%201.4zm17%205.8-10.3%205.1%202.7%204.5%2013.8-2.2-6.2-7.4zm3.3-8%205.3%206.7%208.7-6.9-3-3-11%203.2zm15.9%203.5-8.3%206.3%202.2%203.9%2011.4-3-5.3-7.2zm11.4-13%202%202.9-5.7%208.5-5.9-7.6%209.6-3.8zm3.9%207.3%203.5%207-7%202.4-.6-3.3%204-6z'/%3e%3c/svg%3e")}.flag-icon-ls.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ls'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009543'%20d='M0%20358.4h512V512H0z'/%3e%3cpath%20fill='%2300209f'%20d='M0%200h512v153.6H0z'/%3e%3cpath%20stroke='%23000'%20stroke-width='1.7'%20d='M257.6%20163.1c-3%200-5.8%203.3-5.8%203.3l.3%2034.5-11%2011.5h9l-.2%2019.7-52.2%2070.4-7.7-2.7-13.5%2028.8s33.4%2020.9%2081.8%2020.3c53.2-.7%2082-21.3%2082-21.3l-13.9-28.4-6.8%203-53-70v-20.4h8.8l-12-11.3.1-34.4s-3-3-5.9-3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='8.5'%20d='M275.8%20245.8h-36.1s-13.1-27.6-11-47c2.2-19.6%2013.4-28.9%2028.4-29%2017.6-.3%2026.8%208.6%2029.6%2028.3%202.8%2019.5-10.9%2047.7-10.9%2047.7z'/%3e%3cpath%20fill='%23fff'%20d='M194.5%20311.6c-.6.8-5%209.4-5%209.4l7.5-1.6-2.5-7.8zm4.3%2011.2-7.9%202.6%209.5%203.7-1.6-6.3zm3.6-11%203.9%2011.6%209.6-2.8-2.5-5.5-11-3.3zm6%2015.7%201.4%204.7%2012.8%203.2-5-10.8-9.1%203zm14.2-9.8%204.5%2010.8%209.7-3.7-3.2-4.8-11-2.3zm6.3%2014.7%201.6%204.2%2015%202.1-6.4-9.8-10.2%203.5zm14.4-11.6%205.5%209.7%2014-5.1-1.6-3.8-18-.8zm8%2013.2%203%205.1%2017.3-.6-6.5-9.6-13.8%205.1zm18.3-12.8%204.8%208%2011-5.2-3-4.3-12.8%201.5zm18.1%206.1-11%205.5%203%204.8%2014.7-2.4-6.7-7.9zm3.6-8.4%205.7%207%209.2-7.2-3.1-3.4-11.8%203.6zm16.9%203.7-8.9%206.7%202.4%204.1%2012.2-3.1-5.7-7.7zm12.2-14%202.2%203.2-6.1%209-6.3-8%2010.2-4.2zm4.1%207.9%203.8%207.5-7.5%202.5-.6-3.5%204.3-6.5z'/%3e%3c/svg%3e")}.flag-icon-lt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lt'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.64143%20.96773)'%3e%3crect%20width='1063'%20height='708.7'%20fill='%23006a44'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23c1272d'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3cpath%20fill='%23fdb913'%20d='M0%200h997.8v164.6H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lt.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lt'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.51314%201.0322)'%3e%3crect%20width='1063'%20height='708.7'%20fill='%23006a44'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23c1272d'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3cpath%20fill='%23fdb913'%20d='M0%200h997.8v164.6H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lu'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300a1de'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3c/svg%3e")}.flag-icon-lu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lu'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300a1de'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3c/svg%3e")}.flag-icon-lv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lv'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23981e32'%20d='M0%200h640v192H0zm0%20288h640v192H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-lv.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lv'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23981e32'%20d='M0%200h512v204.8H0zm0%20307.2h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ly{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ly'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ly-a'%3e%3cpath%20d='M166.7-20h666.6v500H166.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ly-a)'%20transform='matrix(.96%200%200%20.96%20-160%2019.2)'%3e%3cpath%20fill='%23239e46'%20d='M0-20h1000v500H0z'/%3e%3cpath%20d='M0-20h1000v375H0z'/%3e%3cpath%20fill='%23e70013'%20d='M0-20h1000v125H0z'/%3e%3cpath%20fill='%23fff'%20d='M544.2%20185.8a54.3%2054.3%200%201%200%200%2088.4%2062.5%2062.5%200%201%201%200-88.4M530.4%20230l84.1-27.3-52%2071.5v-88.4l52%2071.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ly.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ly'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ly-a'%3e%3cpath%20d='M250%2012h500v500H250z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ly-a)'%20transform='translate(-256%20-12.3)%20scale(1.024)'%3e%3cpath%20fill='%23239e46'%20d='M0%2012h1000v500H0z'/%3e%3cpath%20d='M0%2012h1000v375H0z'/%3e%3cpath%20fill='%23e70013'%20d='M0%2012h1000v125H0z'/%3e%3cpath%20fill='%23fff'%20d='M544.2%20217.8a54.3%2054.3%200%201%200%200%2088.4%2062.5%2062.5%200%201%201%200-88.4M530.4%20262l84.1-27.3-52%2071.5v-88.4l52%2071.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ma{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ma'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c1272d'%20d='M640%200H0v480h640z'/%3e%3cpath%20fill='none'%20stroke='%23006233'%20stroke-width='11.7'%20d='M320%20179.4%20284.4%20289l93.2-67.6H262.4l93.2%2067.6z'/%3e%3c/svg%3e")}.flag-icon-ma.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ma'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23c1272d'%20d='M512%200H0v512h512z'/%3e%3cpath%20fill='none'%20stroke='%23006233'%20stroke-width='12.5'%20d='m256%20191.4-38%20116.8%2099.4-72.2H194.6l99.3%2072.2z'/%3e%3c/svg%3e")}.flag-icon-mc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f31830'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f31830'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20256h512v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-md{background-image:url(/assets/md-HmhRr1LF.svg)}.flag-icon-md.flag-icon-squared{background-image:url(/assets/md-Cz-vcLfl.svg)}.flag-icon-me{background-image:url(/assets/me-Bh3GE2Mw.svg)}.flag-icon-me.flag-icon-squared{background-image:url(/assets/me-CRPx6jfh.svg)}.flag-icon-mf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mf'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mf'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mg'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ff3319'%20d='M213.3%200H640v240H213.3z'/%3e%3cpath%20fill='%2300cc28'%20d='M213.3%20240H640v240H213.3z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h213.3v480H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mg'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ff3319'%20d='M170.7%200H512v256H170.7z'/%3e%3cpath%20fill='%2300cc28'%20d='M170.7%20256H512v256H170.7z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h170.7v512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mh'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%233b5aa3'%20d='M0%200h639.9v480H0z'/%3e%3cpath%20fill='%23e2ae57'%20d='M0%20467%20639.9%200v87L0%20480v-13z'/%3e%3cpath%20fill='%23fff'%20d='M22.4%20480%20640%20179.2l-.1-95.5L0%20480h22.4zm153-464.8L169%20118l-27-65.6%2010.4%2069.8-41.9-56.4%2027.5%2064.3-55-42.6%2042.8%2053.6-62.1-27.6%2054.4%2041.2-67.7-9%2064%2025.4L14%20180.3l100.6%206.7-63.7%2026.2%2067-9-54.3%2040%2063-27.6-43%2054%2054.6-41.3-27%2062.9%2043.6-54.7-11.8%2068.1%2027.5-63.7%206.2%20100.7%209.7-100.4%2023.7%2064-9-69%2043.4%2054.8-28.6-64%2054.6%2044-43.4-54.9%2064.9%2027-57.4-41.9%2069.9%2011.8-67-25.7%20104.1-6.5-104-9.7%2068.5-22.8-71%209%2058.6-41-66%2026.5%2045.6-55.3-55.6%2043.4%2026.7-66.4-43.1%2056.4%209.3-70.4-25.7%2066.5-9.6-102.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mh.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mh'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%233b5aa3'%20d='M0%200h511.9v512H0z'/%3e%3cpath%20fill='%23fff'%20d='m139%201.2-5.3%2088-23.2-56.1%209%2059.7-35.9-48.2%2023.5%2055-47-36.5L96.7%20109%2043.5%2085.4l46.6%2035.3-58-7.7L87%20134.7l-86%207.9%2086%205.7-54.5%2022.4L90%20163l-46.4%2034.2%2053.8-23.6-36.7%2046.2%2046.7-35.4-23.4%2054%2037.4-46.8-10%2058.3%2023.4-54.5%205.4%2086.1%208.2-85.9%2020.3%2054.9-7.7-59.1%2037.2%2046.8-24.5-54.7%2046.7%2037.6-37-47%2055.4%2023.1-49.1-35.8%2059.8%2010-57.3-22%2089-5.5-89-8.3L251%20116l-60.7%207.6%2050.2-35-56.6%2022.7%2039-47.3-47.5%2037.1%2023-56.8-37%2048.3%208-60.3-22%2056.9-8.2-88z'/%3e%3cpath%20fill='%23e2ae57'%20d='M0%20498.2%20512%200v92.7L0%20512v-13.8z'/%3e%3cpath%20fill='%23fff'%20d='m18%20512%20494-320.8-.1-101.9L-.1%20512h18z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d20000'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffe600'%20d='M0%200h96l224%20231.4L544%200h96L0%20480h96l224-231.4L544%20480h96zm640%20192v96L0%20192v96zM280%200l40%20205.7L360%200zm0%20480%2040-205.7L360%20480z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='77.1'%20fill='%23ffe600'%20stroke='%23d20000'%20stroke-width='17.1'/%3e%3c/svg%3e")}.flag-icon-mk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d20000'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ffe600'%20d='M0%200h86.8L256%20246.9%20425.2%200H512L0%20512h86.8L256%20265.1%20425.2%20512H512zm512%20204.8v102.4L0%20204.8v102.4zM204.8%200%20256%20219.4%20307.2%200zm0%20512L256%20292.6%20307.2%20512z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='82.3'%20fill='%23ffe600'%20stroke='%23d20000'%20stroke-width='18.3'/%3e%3c/svg%3e")}.flag-icon-ml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ml'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='red'%20d='M425.8%200H640v480H425.7z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200h212.9v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M212.9%200h214v480h-214z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ml.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ml'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='red'%20d='M340.6%200H512v512H340.6z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200h170.3v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.3%200h171.2v512H170.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mm'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23fff'%20d='m0-.5.2.5h-.4z'%20transform='scale(8.844)'/%3e%3cg%20id='b'%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23fecb00'%20d='M0-.1h640V160H0z'/%3e%3cpath%20fill='%23ea2839'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%2334b233'%20d='M0%20160h640v160H0z'/%3e%3cuse%20xlink:href='%23b'%20width='18'%20height='12'%20x='9'%20y='6.4'%20transform='matrix(40%200%200%2040%20-40%200)'/%3e%3c/svg%3e")}.flag-icon-mm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mm'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23fff'%20d='M.2%200h-.4L0-.5z'%20transform='scale(8.844)'/%3e%3cg%20id='b'%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23a'%20width='18'%20height='12'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23fecb00'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23ea2839'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='%2334b233'%20d='M0%20170.7h512v170.6H0z'/%3e%3cuse%20xlink:href='%23b'%20width='18'%20height='12'%20x='9'%20y='6.4'%20transform='translate(-127.7)%20scale(42.66667)'/%3e%3c/svg%3e")}.flag-icon-mn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c4272f'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23015197'%20d='M213.3%200h213.4v480H213.3z'/%3e%3ccircle%20cx='107'%20cy='189.1'%20r='35'%20fill='%23f9cf02'/%3e%3ccircle%20cx='107'%20cy='173.2'%20r='38.2'%20fill='%23c4272f'/%3e%3cpath%20fill='%23f9cf02'%20fill-rule='evenodd'%20d='M91.1%20131.8a15.9%2015.9%200%200%200%2031.8%200c0-6.3-4-7.2-4-9.5%200-2.4%202.4-5.6-2.4-9.6%202.4%204-1.6%204.8-1.6%208.8%200%204%201.6%204%201.6%207.1a3.2%203.2%200%200%201-6.3%200c0-3.1%203.1-6.3%203.1-11%200-4.9-.7-6.5-3.1-10.4-2.4-4-6.4-7.2-3.2-10.4-4.8%201.6-2.4%208-2.4%2012s-3.2%206.3-3.2%2011%202.4%205.7%202.4%208.8a3.2%203.2%200%200%201-6.3%200c0-3.1%201.6-3.1%201.6-7.1s-4-4.8-1.6-8.8c-4.8%204-2.4%207.2-2.4%209.6%200%202.4-4%203.1-4%209.5z'/%3e%3ccircle%20cx='107'%20cy='179.5'%20r='25.4'%20fill='%23f9cf02'/%3e%3cpath%20fill='%23f9cf02'%20d='M37%20230.4v152.7h31.8V230.4zm108.2%200v152.7H177V230.4zm-70%2025.5v12.7h63.6v-12.7zm0%2089v12.8h63.6V345zm0-114.5h63.6L107%20249.5zm0%20133.7h63.6L107%20383z'/%3e%3ccircle%20cx='107'%20cy='306.8'%20r='33.7'%20fill='%23f9cf02'%20stroke='%23c4272f'%20stroke-width='3.8'/%3e%3cpath%20fill='none'%20stroke='%23c4272f'%20stroke-width='3.8'%20d='M107%20273a16.9%2016.9%200%200%201%200%2033.8%2016.9%2016.9%200%201%200%200%2033.7'/%3e%3ccircle%20cx='107'%20cy='289.9'%20r='6.4'%20fill='%23c4272f'/%3e%3ccircle%20cx='107'%20cy='323.6'%20r='6.4'%20fill='%23c4272f'/%3e%3c/svg%3e")}.flag-icon-mn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mn'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23c4272f'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23015197'%20d='M170.7%200h170.6v512H170.7z'/%3e%3ccircle%20cx='85.6'%20cy='215.3'%20r='28'%20fill='%23f9cf02'/%3e%3ccircle%20cx='85.6'%20cy='202.5'%20r='30.5'%20fill='%23c4272f'/%3e%3cpath%20fill='%23f9cf02'%20fill-rule='evenodd'%20d='M73%20169.5a12.7%2012.7%200%200%200%2025.3%200c0-5.1-3.1-5.8-3.1-7.7%200-1.9%201.9-4.4-2-7.6%202%203.2-1.2%203.8-1.2%207s1.2%203.2%201.2%205.7a2.5%202.5%200%200%201-5%200c0-2.5%202.5-5%202.5-8.9%200-3.8-.6-5-2.5-8.2-2-3.2-5.1-5.8-2.6-8.3-3.8%201.3-1.9%206.4-1.9%209.5%200%203.2-2.5%205.1-2.5%209%200%203.7%201.9%204.4%201.9%207a2.5%202.5%200%200%201-5.1%200c0-2.6%201.3-2.6%201.3-5.8%200-3.2-3.2-3.8-1.3-7-3.8%203.2-1.9%205.7-1.9%207.6%200%202-3.2%202.6-3.2%207.7z'/%3e%3ccircle%20cx='85.6'%20cy='207.6'%20r='20.4'%20fill='%23f9cf02'/%3e%3cpath%20fill='%23f9cf02'%20d='M29.6%20248.3v122.2h25.5V248.3zm86.6%200v122.2h25.4V248.3zm-56%2020.4v10.2H111v-10.2zm0%2071.3v10H111v-10zm0-91.7H111l-25.5%2015.3zm0%20107H111l-25.5%2015.2z'/%3e%3ccircle%20cx='85.6'%20cy='309.4'%20r='27'%20fill='%23f9cf02'%20stroke='%23c4272f'%20stroke-width='3'/%3e%3cpath%20fill='none'%20stroke='%23c4272f'%20stroke-width='3'%20d='M85.6%20282.4a13.5%2013.5%200%200%201%200%2027%2013.5%2013.5%200%201%200%200%2027'/%3e%3ccircle%20cx='85.6'%20cy='295.9'%20r='5.1'%20fill='%23c4272f'/%3e%3ccircle%20cx='85.6'%20cy='322.9'%20r='5.1'%20fill='%23c4272f'/%3e%3c/svg%3e")}.flag-icon-mo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mo'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300785e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fbd116'%20d='m295%20108.7%2040.5%2029.5L320%2090.5l-15.5%2047.7%2040.6-29.5z'/%3e%3cg%20id='mo'%3e%3cpath%20fill='%23fff'%20d='M320%20331.6H217.5a146.3%20146.3%200%200%201-3.8-4H320a2.1%202.1%200%200%201%201.4%202c0%20.8-.5%201.7-1.4%202zm0-31.3a13%2013%200%200%200%201.2-7.6%2012.4%2012.4%200%200%200-1.2-3.8%2082%2082%200%200%201-32.5%2019%2081%2081%200%200%201-23.5%203.5h-63.1a144.4%20144.4%200%200%200%205.8%208h61c20%200%2038.2-7.2%2052.3-19.1zm-109.6-24.7a32.3%2032.3%200%200%201-9.7%202%2081%2081%200%200%200%2060.8%2027.5%2080.9%2080.9%200%200%200%2058.5-25%20441%20441%200%200%200%204.5-58.8%20441%20441%200%200%200-4.5-67.7c-6.6%206-19%2018.7-24.8%2038.3A81%2081%200%200%200%20292%20215a80.7%2080.7%200%200%200%2013.7%2045%2080.7%2080.7%200%200%201-17-49.5c0-12.4%202.8-24.2%207.8-34.7a32.5%2032.5%200%200%201-7.5-13%2080.7%2080.7%200%200%200-10.5%2040c0%2018%205.9%2034.7%2015.9%2048.1a95%2095%200%200%200-73.4-29.4%2032.6%2032.6%200%200%201%206.8%208.9%2095%2095%200%200%201%2068.6%2029.4%2095%2095%200%200%200-61-22.2%2095%2095%200%200%200-36.7%207.3%2081.2%2081.2%200%200%200%2082.6%2052.2c-4.7.8-9.5%201.3-14.4%201.3a80.8%2080.8%200%200%201-56.4-22.8zM320%20364.4h-53.1a143.5%20143.5%200%200%200%2053.1%2010.1%2011%2011%200%200%200%201.3-5%2011%2011%200%200%200-1.3-5.1zm0-24.5h-93.6a143.8%20143.8%200%200%200%207.8%206.2H320a4.6%204.6%200%200%200%201.3-3.1%204%204%200%200%200-1.3-3.1zm0%2012.5h-76.7a143.6%20143.6%200%200%200%2014.4%208H320a7.6%207.6%200%200%200%201.2-4.2%207.5%207.5%200%200%200-1.2-3.8z'/%3e%3cpath%20fill='%23fbd116'%20d='m200.5%20174.8%2025.4%2023.6-6.7-34-14.6%2031.4%2030.3-16.8zm36.9-32%2034.7.6-27.7-21%2010.1%2033.3%2011.3-32.9z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mo'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.flag-icon-mo.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mo'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300785e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fbd116'%20d='M272.5%20147.4%20256%2096.5l-16.5%2051%2043.3-31.5h-53.6z'/%3e%3cg%20id='mo'%3e%3cpath%20fill='%23fff'%20d='M256%20353.7H146.7a156%20156%200%200%201-4-4.2H256a2.3%202.3%200%200%201%201.5%202c0%201-.6%201.9-1.5%202.2zm0-33.4c.6-1.3%201.9-4.3%201.3-8a13.2%2013.2%200%200%200-1.3-4.1%2087.4%2087.4%200%200%201-34.7%2020.2%2086.4%2086.4%200%200%201-25%203.7h-67.4a154%20154%200%200%200%206.3%208.6h65a86.2%2086.2%200%200%200%2055.8-20.4zM139.1%20294a34.4%2034.4%200%200%201-10.3%202.2%2086.3%2086.3%200%200%200%2064.8%2029.3%2086.3%2086.3%200%200%200%2062.4-26.6%20470.3%20470.3%200%200%200%204.8-62.9%20470.3%20470.3%200%200%200-4.8-72.2c-7%206.3-20.2%2020-26.4%2040.9a86.5%2086.5%200%200%200-3.6%2024.6%2086.1%2086.1%200%200%200%2014.6%2048.1%2086.1%2086.1%200%200%201-18-52.9%2086.1%2086.1%200%200%201%208.2-37%2034.7%2034.7%200%200%201-8-13.8%2086%2086%200%200%200-11.2%2042.6%2086.1%2086.1%200%200%200%2017%2051.4%20101.4%20101.4%200%200%200-78.3-31.5%2034.8%2034.8%200%200%201%207.2%209.5%20101.4%20101.4%200%200%201%2073.3%2031.4%20101.3%20101.3%200%200%200-65.2-23.6c-13.8%200-27%202.7-39%207.8a86.6%2086.6%200%200%200%2088%2055.6%2087%2087%200%200%201-15.4%201.4%2086.2%2086.2%200%200%201-60.1-24.3zM256%20388.7h-56.6a153%20153%200%200%200%2056.6%2010.8%2011.6%2011.6%200%200%200%201.3-5.3%2011.7%2011.7%200%200%200-1.3-5.5zm0-26.2h-99.9a154%20154%200%200%200%208.4%206.7H256a4.9%204.9%200%200%200%201.4-3.3c0-2-1.2-3.1-1.4-3.4zm0%2013.4h-81.8a153.2%20153.2%200%200%200%2015.4%208.5H256a8%208%200%200%200%201.2-4.5%208%208%200%200%200-1.2-4z'/%3e%3cpath%20fill='%23fbd116'%20d='m155.6%20211.7-7-36.4-15.7%2033.6%2032.4-18-36.8-4.5zm49.3-58.8-29.6-22.3%2010.8%2035.4%2012.1-35-30.3%2021.3z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mo'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.flag-icon-mp{background-image:url(/assets/mp-xeCllHrB.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(/assets/mp-5RL--N-m.svg)}.flag-icon-mq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mq'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mq.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mq'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23cd2a3e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23006233'%20d='M0%2072h640v336H0z'/%3e%3cpath%20fill='%23ffc400'%20d='M470%20154.6a150%20150%200%200%201-300%200%20154.9%20154.9%200%200%200-5%2039.2%20155%20155%200%201%200%20310%200%20154.4%20154.4%200%200%200-5-39.2z'%20class='st1'/%3e%3cpath%20fill='%23ffc400'%20d='m320%2093.8-13.5%2041.5H263l35.3%2025.6-13.5%2041.4%2035.3-25.6%2035.3%2025.6-13.5-41.4%2035.3-25.6h-43.6z'/%3e%3c/svg%3e")}.flag-icon-mr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23cd2a3e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23006233'%20d='M0%2076.8h512v358.4H0z'/%3e%3cpath%20fill='%23ffc400'%20d='M416%20164.9a160%20160%200%200%201-320%200%20165.2%20165.2%200%200%200-5.4%2041.8A165.4%20165.4%200%201%200%20416%20165z'%20class='st1'/%3e%3cpath%20fill='%23ffc400'%20d='m256%20100-14.4%2044.3h-46.5l37.6%2027.3-14.3%2044.2%2037.6-27.3%2037.6%2027.3-14.4-44.2%2037.7-27.3h-46.5z'/%3e%3c/svg%3e")}.flag-icon-ms{background-image:url(/assets/ms-CDicg3BZ.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(/assets/ms-FTeSsA88.svg)}.flag-icon-mt{background-image:url(/assets/mt-k997NCJP.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(/assets/mt-8i8lIqCl.svg)}.flag-icon-mu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mu'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300a04d'%20d='M0%20360h640v120H0z'/%3e%3cpath%20fill='%23151f6d'%20d='M0%20120h640v120H0z'/%3e%3cpath%20fill='%23ee2737'%20d='M0%200h640v120H0z'/%3e%3cpath%20fill='%23ffcd00'%20d='M0%20240h640v120H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mu'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23009f4d'%20d='M0%20384h512v128H0z'/%3e%3cpath%20fill='%23151f6d'%20d='M0%20128h512v128H0z'/%3e%3cpath%20fill='%23ee2737'%20d='M0%200h512v128H0z'/%3e%3cpath%20fill='%23ffcd00'%20d='M0%20256h512v128H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d21034'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23007e3a'%20d='M120%20120h400v240H120z'/%3e%3ccircle%20cx='350'%20cy='240'%20r='80'%20fill='%23fff'/%3e%3ccircle%20cx='380'%20cy='240'%20r='80'%20fill='%23007e3a'/%3e%3c/svg%3e")}.flag-icon-mv.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mv'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d21034'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23007e3a'%20d='M128%20128h256v256H128z'/%3e%3ccircle%20cx='288'%20cy='256'%20r='85.3'%20fill='%23fff'/%3e%3cellipse%20cx='308.6'%20cy='256'%20fill='%23007e3a'%20rx='73.9'%20ry='85.3'/%3e%3c/svg%3e")}.flag-icon-mw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mw'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f41408'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2321873b'%20d='M0%20320h640v160H0z'/%3e%3cpath%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23f31509'%20d='M220.5%20141c22.3-49.2%2084.5-72.8%20138.8-52.5a98.4%2098.4%200%200%201%2058%2052.5H220.5zm-26%206.4a332.3%20332.3%200%200%201-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3.5-1.7%203.1-3.6%206.2-3%205.6%201.4%2028.8%207%2050%2016.1zm124.6-85.9c-4.2-21-5.2-44-4.8-48C314.7%209.6%20317%209%20319%209s4.7%201.8%204.7%204.7c0%205.3-.1%2027-4.6%2048zm11.6.5a249%20249%200%200%201-.3-48.2c.8-3.9%203.2-4.4%205.1-4.2%202%20.1%204.5%202.1%204.2%205-.5%205.3-2.6%2026.9-9%2047.4zm10.4%201.3c-.2-21.3%203-44.3%204.1-48%201.1-3.9%203.6-4.2%205.5-3.9%202%20.3%204.3%202.5%203.8%205.3-1%205.3-5.2%2026.6-13.4%2046.6zm11%202.2c1.8-21.2%207.3-43.8%208.8-47.5%201.5-3.7%204-3.8%205.8-3.4%202%20.5%204%202.8%203.3%205.6-1.6%205.1-7.7%2026-17.8%2045.3zm10.9%203.2c3.9-21%2011.5-43.1%2013.3-46.7%201.9-3.5%204.3-3.5%206.2-2.9%201.8.6%203.7%203.2%202.7%205.8A264%20264%200%200%201%20363%2068.7zm10.1%203.8c5.8-20.7%2015.5-42%2017.7-45.5%202.2-3.4%204.6-3.1%206.4-2.3%201.8.7%203.4%203.4%202.1%206-2.5%204.8-12.5%2024.4-26.2%2041.8zm10%204.7a262.9%20262.9%200%200%201%2022-43.9c2.4-3.2%204.9-2.7%206.6-1.8a4.4%204.4%200%200%201%201.5%206.1c-3%204.6-14.9%2023.4-30.1%2039.6zm9.4%205.5c9.7-19.4%2023.3-39%2026.1-42%202.8-3%205.2-2.3%206.8-1.3a4.4%204.4%200%200%201%201%206.2c-3.5%204.4-17.2%2022.1-34%2037zm8.8%206.2c11.6-18.6%2027-37%2030.1-39.7%203-2.8%205.4-2%206.9-.8a4.3%204.3%200%200%201%20.3%206.2c-3.8%204.1-19.1%2020.7-37.3%2034.3zm8.3%206.9a284%20284%200%200%201%2033.8-37.2c3.3-2.5%205.5-1.5%206.9-.3a4.3%204.3%200%200%201-.3%206.3c-4.1%203.8-21%2019.1-40.4%2031.2zm7.6%207.5A278.4%20278.4%200%200%201%20454.4%2069c3.6-2.3%205.7-1.1%207%20.3%201.2%201.3%201.5%204.4-1%206.2a306%20306%200%200%201-43.2%2027.8zm6.5%207.8A297.1%20297.1%200%200%201%20464%2079.6c3.7-2%205.7-.6%206.8.9%201.2%201.4%201.1%204.5-1.4%206.1-4.8%203-24.3%2015.6-45.7%2024.5zm5.9%208.3a307%20307%200%200%201%2043-28.1c4-1.7%205.9-.2%206.9%201.3%201%201.6.6%204.6-2%206a320.8%20320.8%200%200%201-48%2020.8zm5.4%209.6a313.4%20313.4%200%200%201%2045.8-24.4c4.1-1.4%205.8.3%206.6%201.9.9%201.6.3%204.6-2.6%205.8-5.3%202.2-27%2011.4-49.8%2016.7zm4.2%209.2a320%20320%200%200%201%2048-20.8c4.2-1%205.7.8%206.4%202.5.6%201.6-.3%204.6-3.2%205.5-5.5%201.9-28%209.3-51.2%2012.8zm3.4%209.8a324.5%20324.5%200%200%201%2049.8-16.9c4.2-.6%205.6%201.2%206.1%203%20.5%201.7-.7%204.5-3.7%205.3-5.7%201.3-28.8%207-52.2%208.6zM307.8%2062a252.4%20252.4%200%200%201-9.7-47.4c0-3.9%202.3-4.8%204.2-5%202-.1%205%201.5%205.2%204.3.5%205.3%202.6%2026.9.4%2048.1zm-11%201.3a251%20251%200%200%201-14.3-46.4c-.4-4%201.8-5%203.7-5.3%202-.3%205%201%205.6%203.8a263%20263%200%200%201%205%2047.9zm-11%202.2A259%20259%200%200%201%20267%2020.3c-.8-3.9%201.3-5.1%203.2-5.6%201.9-.4%205%20.6%205.9%203.4%201.5%205.1%207.7%2026%209.6%2047.3zm-10.5%203A264%20264%200%200%201%20252.5%2025c-1.1-3.8.8-5.2%202.6-5.8%201.9-.6%205.1.2%206.2%202.8%202%205%2010.2%2025.4%2014%2046.4zM265.2%2072a270.4%20270.4%200%200%201-27-41.5c-1.4-3.7.4-5.3%202.2-6%201.8-.8%205-.2%206.4%202.4%202.5%204.8%2012.5%2024.5%2018.4%2045.1zm-10.3%205a275.6%20275.6%200%200%201-31-39.2c-1.7-3.5-.1-5.2%201.6-6.1%201.7-.9%205-.6%206.6%201.9%203%204.6%2015%2023.3%2022.8%2043.4zm-9.4%205.4A285.2%20285.2%200%200%201%20211%2045.7c-2.1-3.4-.7-5.2%201-6.3%201.5-1%205-1%206.7%201.4%203.4%204.3%2017.1%2022%2026.8%2041.5zm-8.7%206a292.2%20292.2%200%200%201-37.9-33.9c-2.4-3.2-1.1-5%20.4-6.2a5.5%205.5%200%200%201%206.8.8c3.8%204%2019.2%2020.7%2030.7%2039.3zm-8.5%207a299%20299%200%200%201-41-30.7c-2.8-3-1.7-5-.3-6.3a5.5%205.5%200%200%201%206.9.3c4.2%203.7%2021%2019%2034.4%2036.6zm-7.4%207A306.6%20306.6%200%200%201%20177.2%2075c-3-2.8-2.1-4.8-.8-6.2%201.2-1.4%204.5-2.1%206.9-.3a292%20292%200%200%201%2037.6%2034zm-7%208.2a313%20313%200%200%201-46.2-23.8c-3.3-2.5-2.6-4.7-1.5-6.1%201.1-1.5%204.3-2.5%206.9-.9%204.8%203.1%2024.3%2015.5%2040.8%2030.8zm-6.3%208.8c-22.2-7-44.9-17.6-48.4-19.9-3.6-2.2-3-4.4-2.1-6s4-2.8%206.8-1.4c5%202.7%2025.8%2013.5%2043.7%2027.3zm-5.3%209c-22.8-5.3-46.3-14-50.1-16-3.7-2-3.5-4.2-2.6-5.8.8-1.6%203.7-3.1%206.6-2%205.3%202.3%2027%2011.4%2046.1%2023.8zm-4.2%209a328.5%20328.5%200%200%201-51.4-12.2c-4-1.6-3.8-3.9-3.2-5.5.7-1.7%203.5-3.4%206.4-2.5%205.6%201.9%2028%209.3%2048.2%2020.2z'/%3e%3cpath%20fill='%23f31509'%20d='M194.5%20147.4a332.4%20332.4%200%200%201-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3.5-1.7%203.1-3.6%206.2-3%205.6%201.4%2028.8%207%2050%2016.1z'/%3e%3cpath%20d='M129.4%20141.5h381.2v12.6H129.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='mw-a'%3e%3cpath%20fill-opacity='.7'%20d='M179.7%200h708.7v708.7H179.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23mw-a)'%20transform='translate(-129.8)%20scale(.72249)'%3e%3cpath%20fill='%23f41408'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%2321873b'%20d='M0%20472.4h1063v236.3H0z'/%3e%3cpath%20d='M0%200h1063v236.2H0z'/%3e%3cpath%20fill='%23f31509'%20d='M401.4%20214a147.3%20147.3%200%200%201%20192.2-80.3%20142%20142%200%200%201%2080.2%2080.3H401.4zm-36%209.8a419.9%20419.9%200%200%201-72.5-12c-5.6-2-5.9-5.4-5.2-8a7%207%200%200%201%208.5-4.5c7.9%202%2039.9%2010.5%2069.3%2024.5zM538%2092.6c-5.8-32-7.3-67.3-6.7-73.2.5-6%203.8-7%206.5-7a7%207%200%200%201%206.5%207c0%208.2-.2%2041.3-6.3%2073.2zm16%20.8a427.9%20427.9%200%200%201-.5-73.6c1.1-5.9%204.4-6.7%207.1-6.4%202.7.2%206.3%203.3%205.9%207.6-.7%208-3.7%2041-12.5%2072.4zm14.4%202c-.4-32.6%204-67.6%205.7-73.4%201.5-5.8%204.9-6.3%207.6-5.8a7%207%200%200%201%205.2%208c-1.4%208-7.1%2040.6-18.5%2071.1zm15.3%203.3c2.5-32.4%2010-66.9%2012-72.5%202-5.6%205.5-5.8%208.1-5.1a7%207%200%200%201%204.5%208.4c-2.1%207.9-10.6%2039.9-24.6%2069.2zm15%204.8A421.6%20421.6%200%200%201%20617%2032.3c2.6-5.4%206-5.3%208.6-4.4a7%207%200%200%201%203.7%208.9c-2.8%207.6-14.2%2038.7-30.7%2066.7zm14%205.9c8-31.6%2021.4-64.2%2024.5-69.4%203-5.2%206.4-4.8%208.8-3.6a7%207%200%200%201%203%209c-3.5%207.5-17.4%2037.5-36.3%2064zm13.8%207.2a432%20432%200%200%201%2030.4-67c3.4-4.9%206.8-4.2%209.2-2.8a7%207%200%200%201%202%209.3c-4%207-20.5%2035.7-41.6%2060.5zm13%208.3a419.9%20419.9%200%200%201%2036.2-64c3.8-4.6%207.1-3.6%209.3-2a7%207%200%200%201%201.3%209.4c-4.7%206.7-23.6%2033.8-46.8%2056.6zm12.2%209.5c16-28.4%2037.4-56.4%2041.7-60.7%204.2-4.2%207.4-3%209.5-1.2%202%201.8%203.2%206.3.4%209.6-5.2%206.2-26.4%2031.6-51.6%2052.3zm11.5%2010.5a424%20424%200%200%201%2046.7-56.8c4.6-3.8%207.7-2.3%209.6-.4a7%207%200%200%201-.4%209.6%20410%20410%200%200%201-56%2047.6zm10.4%2011.5c20.7-25.1%2046.7-49%2051.6-52.4%205-3.4%207.8-1.6%209.6.4a7%207%200%200%201-1.2%209.5%20421.5%20421.5%200%200%201-60%2042.5zm9%2011.8a422%20422%200%200%201%2055.8-48c5.2-3%208-.9%209.5%201.4%201.6%202.2%201.6%206.8-2%209.3a415.9%20415.9%200%200%201-63.2%2037.3zm8.2%2012.8a421.7%20421.7%200%200%201%2059.7-43c5.4-2.5%208-.2%209.4%202.1%201.3%202.3%201%207-2.8%209.2-7%204-35.6%2020.8-66.3%2031.7zm7.6%2014.6a431.5%20431.5%200%200%201%2063.4-37.3c5.6-2%208%20.5%209.1%203a7%207%200%200%201-3.6%208.8%20417.9%20417.9%200%200%201-68.9%2025.5zm5.8%2014.1a413%20413%200%200%201%2066.3-31.7c5.8-1.5%208%201.2%208.9%203.7%201%202.5-.3%207-4.4%208.5a412.8%20412.8%200%200%201-70.8%2019.5zm4.6%2015a421%20421%200%200%201%2069-25.8c5.8-1%207.7%201.8%208.4%204.5a7%207%200%200%201-5%208c-8%202.2-39.9%2010.7-72.4%2013.2zM522.4%2093.1A421.2%20421.2%200%200%201%20508.9%2021c0-6%203.1-7.3%205.8-7.6a7%207%200%200%201%207.1%206.5c.8%208%203.7%2041%20.6%2073.4zm-15.4%202a418.8%20418.8%200%200%201-19.7-70.8c-.5-6%202.5-7.6%205.1-8.1a7%207%200%200%201%207.7%205.8c1.4%208%207.2%2040.6%206.9%2073.1zm-15.3%203.4a421.5%20421.5%200%200%201-25.9-68.9c-1-5.9%201.9-7.8%204.5-8.5a7%207%200%200%201%208%205.1c2.2%207.9%2010.8%2039.8%2013.4%2072.3zm-14.4%204.5a420.4%20420.4%200%200%201-31.6-66.4c-1.5-5.8%201.2-8%203.7-8.9a7%207%200%200%201%208.5%204.4c2.8%207.7%2014.1%2038.7%2019.4%2070.9zm-14%205.7A419.8%20419.8%200%200%201%20426%2045.4c-2-5.7.4-8%202.9-9.1a7%207%200%200%201%208.9%203.6c3.4%207.4%2017.3%2037.4%2025.4%2069zm-14.2%207.4a420%20420%200%200%201-42.8-59.9c-2.5-5.4-.3-8%202-9.3a7%207%200%200%201%209.2%202.8c4.1%207%2020.7%2035.7%2031.6%2066.4zm-13%208.2a422%20422%200%200%201-47.8-56c-3-5.2-1-8%201.3-9.5a7.2%207.2%200%200%201%209.4%202c4.7%206.7%2023.6%2033.8%2037.1%2063.5zm-12.1%209a419.3%20419.3%200%200%201-52.4-51.6c-3.4-4.9-1.6-7.8.5-9.5a7%207%200%200%201%209.5%201.2c5.2%206.2%2026.4%2031.6%2042.4%2060zM412.2%20144a421.6%20421.6%200%200%201-56.8-46.8c-3.8-4.6-2.3-7.7-.4-9.6a7%207%200%200%201%209.6.4c5.8%205.8%2029.2%2029.1%2047.6%2056zM402%20154.9a421%20421%200%200%201-60.5-41.8c-4.2-4.2-2.9-7.4-1.1-9.5a7%207%200%200%201%209.5-.4c6.3%205.2%2031.5%2026.5%2052.1%2051.7zm-9.7%2012.5a421.4%20421.4%200%200%201-64-36.3c-4.6-3.9-3.6-7.2-2-9.4a7%207%200%200%201%209.5-1.3%20423%20423%200%200%201%2056.5%2047zm-8.7%2013.4a420.5%20420.5%200%200%201-67-30.3c-5-3.5-4.3-6.8-2.9-9.2a7%207%200%200%201%209.3-2.1c7.1%204%2035.8%2020.5%2060.6%2041.6zm-7.3%2013.7c-31.5-8-64.2-21.4-69.4-24.4-5.1-3-4.8-6.4-3.6-8.8a7.1%207.1%200%200%201%209.1-3c7.4%203.4%2037.4%2017.4%2064%2036.2zm-5.8%2013.8a415%20415%200%200%201-71.2-18.6c-5.4-2.5-5.3-6-4.4-8.5%201-2.5%204.8-5.2%208.9-3.7%207.6%202.8%2038.7%2014.2%2066.7%2030.8z'/%3e%3cpath%20fill='%23f31509'%20d='M365.5%20223.8c-32.5-2.5-67-9.9-72.6-12-5.6-2-5.9-5.4-5.2-8a7%207%200%200%201%208.5-4.5c7.9%202%2039.9%2010.5%2069.3%2024.5z'/%3e%3cpath%20d='M275.3%20214.7H803V234H275.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mx{background-image:url(/assets/mx-kGyu2tLI.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(/assets/mx-Cpx-deh0.svg)}.flag-icon-my{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-my'%20viewBox='0%200%20640%20480'%3e%3cpath%20id='rect2186'%20d='M0%200h640v480H0z'%20style='fill:%23c00;fill-opacity:1;stroke:none;stroke-width:1'/%3e%3cpath%20id='rect2188-1'%20d='M.5%2039.9h639v38.4H.5z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3cpath%20id='rect2188-1-9'%20d='M.5%20118.6h639V157H.5z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3cpath%20id='rect2188-1-9-1'%20d='M.5%20197.4h639v38.4H.5z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3cpath%20id='path837'%20fill='%23006'%20d='M0%20.5h320v280H0Z'%20style='stroke-width:.0571662'/%3e%3cpath%20id='path841'%20fill='%23fc0'%20d='m207.5%2073.8%206%2040.7%2023-34-12.4%2039.2%2035.5-20.8-28.1%2030%2041-3.2-38.3%2014.8%2038.3%2014.8-41-3.2%2028.1%2030-35.5-20.8%2012.3%2039.3-23-34.1-6%2040.7-5.9-40.7-23%2034%2012.4-39.2-35.5%2020.8%2028-30-41%203.2%2038.4-14.8-38.3-14.8%2041%203.2-28.1-30%2035.5%2020.8-12.4-39.3%2023%2034.1zm-33.3%201.7a71.1%2071.1%200%201%200%200%20130%2080%2080%200%201%201%200-130z'%20style='stroke-width:.0555556'/%3e%3cpath%20id='rect2188-1-9-1-4'%20d='M.5%20276.2h639v38.4H.5z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3cpath%20id='rect2188-1-9-1-4-4'%20d='M.5%20354.4h639v38.4H.5z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3cpath%20id='rect2188-1-9-1-4-4-6'%20d='M0%20441.6h639V480H0z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.979059'/%3e%3c/svg%3e")}.flag-icon-my.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-my'%20viewBox='0%200%20512%20512'%3e%3cpath%20id='rect2186'%20d='M0%200h512v512H0z'%20style='fill:%23c00;fill-opacity:1;stroke:none;stroke-width:.92376'/%3e%3cpath%20id='rect2188-1'%20d='M.4%2042.5h511.2v41H.4z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3cpath%20id='rect2188-1-9'%20d='M.4%20126.5h511.2v41H.4z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3cpath%20id='rect2188-1-9-1'%20d='M.4%20210.6h511.2v41H.4z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3cpath%20id='path837'%20fill='%23006'%20d='M0%200h256v298.7H0Z'%20style='stroke-width:.0528079'/%3e%3cpath%20id='path841'%20fill='%23fc0'%20d='m172.5%2086.8%205.6%2038.2%2021.6-32-11.6%2036.8%2033.3-19.4-26.4%2028.1%2038.5-3-36%2013.8%2036%2014-38.5-3.1%2026.4%2028L188%20169l11.6%2036.7-21.6-31.9-5.6%2038.1-5.6-38-21.5%2031.8%2011.5-36.7-33.2%2019.4%2026.3-28.1-38.4%203%2036-13.9-36-13.9%2038.4%203.1-26.3-28.1%2033.2%2019.4L145.4%2093l21.5%2032zm-31.2%201.6a66.7%2066.7%200%201%200%200%20121.9%2075%2075%200%201%201%200-121.9z'%20style='stroke-width:.0520834'/%3e%3cpath%20id='rect2188-1-9-1-4'%20d='M.4%20294.6h511.2v41H.4z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3cpath%20id='rect2188-1-9-1-4-4'%20d='M.4%20378.1h511.2v41H.4z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3cpath%20id='rect2188-1-9-1-4-4-6'%20d='M0%20471h511.2v41H0z'%20style='fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.904416'/%3e%3c/svg%3e")}.flag-icon-mz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='mz-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23mz-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23009a00'%20fill-rule='evenodd'%20d='M0%200h768v160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20160h768v16H0z'/%3e%3cpath%20fill-rule='evenodd'%20d='M0%20176h768v160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20336h768v16H0z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='M0%20352h768v160H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200v512l336-256L0%200z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='m198.5%20333-51.2-37.5L96.1%20333l19.9-60.3-51.5-37.1%2063.5.2%2019.3-60.4%2019.4%2060.5%2063.5-.3-51.5%2037.1z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M102.8%20290.9h37c3%203.3%209.5%204.7%2015.8%200%2011.6-6.4%2034%200%2034%200l4.4-4.7-10.7-35.2-3.9-4.2s-8.3-5-24-3.3c-15.7%201.7-21.2-.5-21.2-.5s-13.7%201.6-17.6%203.6l-4.4%204.4-9.4%2039.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M110.3%20281.8s35.2-4.4%2045.4%209.1c-5.7%204-10.8%204.3-16.2.3.8-1.5%2012.6-13.8%2042.7-9.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.2'%20d='m148%20246.6-.3%2038.8m31.7-38.3L186%20278'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m117%20246.6-3.7%2016'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m78.9%20295.1%208.6%2010.2c1%20.6%202%20.6%202.9%200l12.8-15.4%205.4-6.7c.9-1%201.1-2.1%201-3l10.4-9.3%202.2.2c-1-.2-1.7-.7-1-1.8l2.4-1.8%201.8%202.3s-2.6%203.4-2.9%203.4h-2.8l-5.4%204.9%202.4%202%203.5%209.8%204.4-3.1-2.8-10%206.1-6.7-2.3-3.6%201.6-2s21.3%2013.4%2029.6%209.8c.2%200%20.5-9.6.5-9.6s-22.2-2.3-22.7-6.7%205-5%205-5l-2.4-3.2.5-1.8%203.9%204.8%208.7-7.4%2051.5%2058.6c2.8-1.1%203.4-1.8%203.6-4.6L155%20241.5l3.8-4.1c.8-.9%201-1.2%201-2.6l6-5.1a7.3%207.3%200%200%201%203.8%203L186%20219c.4.4%201.7.8%202.6.4l26.9-25.9-29.3%2020.7-1-.7c0-.9%201-1%200-2.6-1.2-1.4-2.9%201.3-3.1%201.3-.3%200-4.3-1.4-5.2-3.2l-.2%204.7-7.5%207-5.7-.3-8.2%208-1%203%201.3%202.7s-4.4%203.8-4.4%203.6c0-.3-.9-1.2-1-1.3l3.8-3.4.5-2.3-1.2-2c-.4.3-5.2%205.4-5.5%204.8l-14-15.5.8-2.9-8.7-9.5c-3.2-1.1-8.3-1.3-9.3%205.7-.8%201.6-7.4.2-7.4.2l-3.6.8L85.2%20241l11.3%2013.6%2023.2-29.3.7-8.3%204.8%205.4c1.7.2%203.2.3%204.7-.5l13.7%2015.3-2.3%202.3%202%202.2%202.4-1.6.9%201.3c-1.1.6-2%201.5-3.1%202.1-1.8-1.2-3.6-2.7-3.5-5l-7.7%206.4-.3%201.2-22.9%2019-2%20.3-.5%206%2014.9-12.4v-1.8l1.5%201.3%2011.6-9.3s.8%201%20.5%201-10.3%209.3-10.3%209.3l-.2%201-1.8%201.6-1-.8-14%2012.4h-2l-7.7%207.7c-2%20.2-3.7.4-5.4%201.5l-13.8%2012.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-mz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mz'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='mz-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23mz-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23009a00'%20fill-rule='evenodd'%20d='M0%200h744v155H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20155h744v15.5H0z'/%3e%3cpath%20fill-rule='evenodd'%20d='M0%20170.5h744v155H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20325.5h744V341H0z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='M0%20341h744v155H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200v496l325.6-248L0%200z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='m192.3%20322.6-49.6-36.3-49.5%2036.3%2019.2-58.4-50-36%2061.6.3%2018.7-58.5%2018.8%2058.5%2061.5-.3-50%2036z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M99.6%20281.9h35.8c2.9%203.2%209.3%204.5%2015.4%200%2011.2-6.2%2032.9%200%2032.9%200l4.3-4.6-10.4-34.1-3.8-4s-8-4.8-23.2-3.2c-15.2%201.6-20.5-.6-20.5-.6S116.7%20237%20113%20239l-4.3%204.3-9%2038.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M106.8%20273s34.2-4.2%2044%208.9c-5.5%203.8-10.4%204-15.7.2.9-1.4%2012.3-13.3%2041.4-9.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.1'%20d='m143.4%20238.9-.3%2037.6m30.7-37%206.4%2029.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m113.3%20239-3.5%2015.4'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m76.4%20286%208.4%209.8c1%20.6%201.9.6%202.8%200l12.4-15%205.3-6.4a4.1%204.1%200%200%200%201-3l10-9c.8.2%201.3.3%202%20.3-.9-.3-1.6-.7-.8-1.8l2.2-1.7%201.8%202.2s-2.5%203.3-2.8%203.3H116l-5.3%204.7%202.3%202%203.5%209.5%204.2-3-2.7-9.7%206-6.5-2.3-3.5%201.5-2s20.7%2013%2028.7%209.5c.2.1.5-9.3.5-9.3s-21.5-2.2-22-6.4c-.5-4.3%204.8-4.8%204.8-4.8l-2.3-3.2.5-1.8%203.8%204.8%208.4-7.3%2049.9%2056.9c2.7-1.1%203.3-1.8%203.5-4.5L150%20234l3.8-4c.7-.8%201-1.2%201-2.5l5.7-5a7.1%207.1%200%200%201%203.7%203l15.8-13.3c.4.4%201.7.8%202.5.3l26-25-28.3%2020-1-.7c0-.8%201-1%200-2.5-1.1-1.3-2.8%201.3-3%201.3s-4.1-1.4-5-3.1l-.2%204.6-7.3%206.7-5.5-.2-8%207.7-1%203%201.3%202.5s-4.2%203.7-4.2%203.5c0-.3-.9-1.1-1-1.3l3.7-3.2.5-2.3-1.2-1.9c-.4.3-5%205.2-5.3%204.7L129.7%20211l.7-2.8-8.5-9.2c-3-1-8-1.2-9%205.5-.7%201.6-7.2.2-7.2.2l-3.4.8-19.7%2027.9%2011%2013.2%2022.4-28.4.6-8%204.7%205.2c1.6.2%203.1.2%204.5-.5l13.3%2014.8-2.2%202.2%202%202.2%202.2-1.6%201%201.3c-1.2.6-2%201.4-3%202-1.9-1.1-3.6-2.6-3.4-4.9l-7.5%206.2-.3%201.3-22.2%2018.4-2%20.3-.5%205.7%2014.5-12v-1.7l1.5%201.2%2011.2-9s.8%201%20.5%201-10%209-10%209l-.2%201-1.7%201.5-1-.7-13.5%2012h-2l-7.5%207.4c-1.9.2-3.6.4-5.2%201.5l-13.4%2012z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-na{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-na'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='na-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23na-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%233662a2'%20d='m-26.4.2.8%20345.6L512.5%200-26.4.2z'/%3e%3cpath%20fill='%2338a100'%20d='M666.4%20479.6%20665%20120.3%20122.3%20479.8l544-.2z'/%3e%3cpath%20fill='%23c70000'%20d='m-26%20371.8.4%20108.2%20117.5-.1L665.4%2095.4l-.7-94.1-116-1L-26%20371.7z'/%3e%3cpath%20fill='%23ffe700'%20d='m219.6%20172-21.8-13.2-12.6%2022.1-12.2-22.2-22%2012.9.6-25.4-25.4.2%2013.2-21.8-22.1-12.5%2022.2-12.3-12.8-22%2025.4.6-.1-25.5%2021.7%2013.2L186.3%2044l12.2%2022.2%2022-12.9-.6%2025.4%2025.4-.2-13.2%2021.8%2022.1%2012.5-22.2%2012.3%2012.8%2022-25.4-.6z'/%3e%3cpath%20fill='%233662a2'%20d='M232.4%20112.4c0%2025.6-20.9%2046.3-46.6%2046.3s-46.6-20.7-46.6-46.3%2020.8-46.2%2046.6-46.2%2046.6%2020.7%2046.6%2046.2z'/%3e%3cpath%20fill='%23ffe700'%20d='M222.3%20112.4a36.5%2036.5%200%201%201-73%200%2036.5%2036.5%200%200%201%2073%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-na.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-na'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='na-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23na-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%233662a2'%20d='m-108.2.2.8%20368.6L466.6%200l-574.8.2z'/%3e%3cpath%20fill='%2338a100'%20d='m630.7%20511.5-1.4-383.2-579%20383.5%20580.4-.3z'/%3e%3cpath%20fill='%23c70000'%20d='m-107.9%20396.6.5%20115.4%20125.3-.2%20611.7-410.1L629%201.4%20505.2.2l-613%20396.4z'/%3e%3cpath%20fill='%23ffe700'%20d='m154%20183.4-23.1-14-13.4%2023.6-13-23.8L81%20183l.6-27.1-27%20.2%2014-23.2L45%20119.5l23.8-13L55%2083l27%20.6-.1-27.1%2023.2%2014%2013.4-23.6%2013%2023.7L155.2%2057l-.6%2027%2027-.1-14%2023.2%2023.6%2013.3-23.8%2013.1%2013.7%2023.4-27-.5z'/%3e%3cpath%20fill='%233662a2'%20d='M167.8%20120c0%2027.2-22.3%2049.3-49.8%2049.3s-49.7-22.1-49.7-49.4%2022.3-49.3%2049.8-49.3%2049.7%2022%2049.7%2049.3z'/%3e%3cpath%20fill='%23ffe700'%20d='M157%20120a39%2039%200%201%201-77.9%200%2039%2039%200%200%201%2077.9%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nc'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23009543'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ed4135'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%230035ad'%20d='M0%200h640v160H0z'/%3e%3ccircle%20cx='240'%20cy='240'%20r='157.3'%20fill='%23fae600'%20stroke='%23000'%20stroke-width='5.3'/%3e%3cpath%20stroke='%23000'%20stroke-width='6.4'%20d='M213.3%20263.5h53.3M213.3%20224h53.3M240%2083.2V352'/%3e%3cpath%20d='M176.6%20384.4c64.2%2026.3%20124.4%201.7%20124.4%201.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2%200a488.7%20488.7%200%200%200-33.9%2032.5z'/%3e%3cellipse%20cx='240'%20cy='312.5'%20rx='17.6'%20ry='25.6'/%3e%3cellipse%20cx='240'%20cy='243.7'%20rx='21.3'%20ry='13.5'/%3e%3ccircle%20cx='240'%20cy='181.3'%20r='21.3'/%3e%3cpath%20d='M265.6%20101.9s1.8%203-2%2010c-18.6%2033.5-37.3%2034.2-40.8%2037.1-4%203.2-5.6%203-5.6%203%20.3-2.9.5-14.6.7-15.7%202.9-15.7%2026.5-15.5%2045-31.5%202.9-2.5%202.7-3%202.7-3zm-62.4%2072s4.3%2012%204.8%2024c1%2019.2%2019.4%2019.7%2032%2019.7v-10.7c-9.5%200-17.7-1.4-24.5-15.4a122.7%20122.7%200%200%200-12.3-17.6zm-.5%20154.6s6.7-8.3%2014.6-27.7c4-10.1%2013.8-16%2022.7-16v-15c-20.3%200-30%207.5-31%2018.6a329%20329%200%200%201-6.3%2040.1z'/%3e%3cuse%20xlink:href='%23leaf'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20480%200)'/%3e%3cpath%20d='M276.8%20173.9s-4.3%2012-4.8%2024c-1%2019.2-19.4%2019.7-32%2019.7V207c9.5%200%2017.7-1.4%2024.5-15.5%203.6-6.2%207.7-12.1%2012.3-17.6zm.5%20154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3%200%2030%207.5%2031%2018.6a329%20329%200%200%200%206.3%2040z'/%3e%3c/svg%3e")}.flag-icon-nc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nc'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23009543'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ed4135'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%230035ad'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='225.6'%20cy='256'%20r='167.8'%20fill='%23fae600'%20stroke='%23000'%20stroke-width='5.7'/%3e%3cpath%20stroke='%23000'%20stroke-width='6.8'%20d='M197.2%20281h56.9m-56.9-42h56.9M225.6%2088.6v286.8'/%3e%3cpath%20d='M158%20410c68.6%2028%20132.8%201.8%20132.8%201.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60%200-10%208-39.2%2037.5-36%2034.8z'/%3e%3cellipse%20cx='225.6'%20cy='333.4'%20rx='18.8'%20ry='27.3'/%3e%3cellipse%20cx='225.6'%20cy='260'%20rx='22.8'%20ry='14.4'/%3e%3ccircle%20cx='225.6'%20cy='193.4'%20r='22.8'/%3e%3cpath%20d='M253%20108.7s2%203.2-2.2%2010.7c-19.9%2035.7-39.7%2036.5-43.5%2039.5-4.2%203.4-6%203.2-6%203.2.4-3%20.6-15.6.8-16.8%203-16.6%2028.3-16.4%2048-33.5%203-2.7%202.8-3.2%202.8-3.2zm-66.6%2076.8s4.5%2012.7%205.1%2025.6c1.1%2020.4%2020.7%2021%2034.1%2021v-11.4c-10%200-18.9-1.4-26.1-16.5a130.8%20130.8%200%200%200-13.1-18.7zm-.6%20165s7.2-9%2015.6-29.6a27%2027%200%200%201%2024.2-17.1v-16c-21.6%200-32%208-33%2019.9-2.4%2024-6.8%2042.7-6.8%2042.7z'/%3e%3cuse%20xlink:href='%23leaf'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20451.3%200)'/%3e%3cpath%20d='M265%20185.5s-4.6%2012.7-5.2%2025.6c-1.1%2020.5-20.7%2021-34.1%2021v-11.3c10.1%200%2018.9-1.5%2026.2-16.5%203.8-6.7%208.2-13%2013-18.8zm.5%20165s-7.1-8.9-15.6-29.6a27%2027%200%200%200-24.2-17v-16c21.6%200%2032%208%2033.1%2019.8a351%20351%200%200%200%206.7%2042.8z'/%3e%3c/svg%3e")}.flag-icon-ne{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ne'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230db02b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23e05206'%20d='M0%200h640v160H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='68'%20fill='%23e05206'/%3e%3c/svg%3e")}.flag-icon-ne.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ne'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230db02b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23e05206'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='72.5'%20fill='%23e05206'/%3e%3c/svg%3e")}.flag-icon-nf{background-image:url(/assets/nf-BIinStC1.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(/assets/nf-CV85_wcL.svg)}.flag-icon-ng{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ng'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23008753'%20d='M426.6%200H640v480H426.6zM0%200h213.3v480H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ng.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ng'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23008753'%20d='M341.3%200H512v512H341.3zM0%200h170.7v512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ni{background-image:url(/assets/ni-D3RBBArJ.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(/assets/ni-C1uTo3gv.svg)}.flag-icon-nl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2321468b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h640v160H0z'/%3e%3c/svg%3e")}.flag-icon-nl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nl'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2321468b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h512v170.7H0z'/%3e%3c/svg%3e")}.flag-icon-no{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-no'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M180%200h120v480H180z'/%3e%3cpath%20fill='%23fff'%20d='M0%20180h640v120H0z'/%3e%3cpath%20fill='%23002664'%20d='M210%200h60v480h-60z'/%3e%3cpath%20fill='%23002664'%20d='M0%20210h640v60H0z'/%3e%3c/svg%3e")}.flag-icon-no.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-no'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M128%200h128v512H128z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20fill='%23002664'%20d='M160%200h64v512h-64z'/%3e%3cpath%20fill='%23002664'%20d='M0%20224h512v64H0z'/%3e%3c/svg%3e")}.flag-icon-np{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-np'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='np-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-16h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cg%20clip-path='url(%23np-a)'%20transform='translate(0%2015)%20scale(.9375)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ce0000'%20stroke='%23000063'%20stroke-width='13.8'%20d='M6.5%20489.5h378.8L137.4%20238.1l257.3.3L6.6-9.5v499z'/%3e%3cpath%20fill='%23fff'%20d='m180.7%20355.8-27%209%2021.2%2019.8-28.5-1.8%2011.7%2026.2-25.5-12.3.5%2028.6-18.8-20.9-10.7%2026.6-9.2-26.3-20.3%2020.6%201.8-27.7L49%20409l12.6-25-29.3.6%2021.5-18.3-27.3-10.5%2027-9L32.2%20327l28.4%201.8L49%20302.6l25.6%2012.3-.5-28.6%2018.8%2020.9%2010.7-26.6%209.1%2026.3%2020.4-20.6-1.9%2027.7%2027-11.4-12.7%2025%2029.4-.6-21.5%2018.3zm-32.4-184.7-11.3%208.4%205.6%204.6a93.8%2093.8%200%200%200%2030.7-36c1.8%2021.3-17.7%2069-68.7%2069.5a70.6%2070.6%200%200%201-71.5-70.3c10%2018.2%2016.2%2027%2032%2036.5l4.7-4.4-10.6-8.9%2013.7-3.6-7.4-12.4%2014.4%201-1.8-14.4%2012.6%207.4%204-13.5%209%2010.8%208.5-10.3%204.6%2014%2011.8-8.2-1.5%2014.3%2014.2-1.7-6.7%2013.2%2013.7%204z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-np.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-np'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='np-b'%3e%3cpath%20fill-opacity='.7'%20d='M0-16h512v512H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='np-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23np-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'%20style='width:0'/%3e%3cg%20clip-path='url(%23np-b)'%20transform='translate(0%2016)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ce0000'%20stroke='%23000063'%20stroke-width='13'%20d='M6.5%20489.5h378.8L137.4%20238.1l257.3.3L6.6-9.5v499z'/%3e%3cpath%20fill='%23fff'%20d='m180.7%20355.8-27%209%2021.2%2019.8-28.5-1.8%2011.7%2026.2-25.5-12.3.5%2028.6-18.8-20.9-10.7%2026.6-9.2-26.3-20.3%2020.6%201.8-27.7L49%20409l12.6-25-29.3.6%2021.5-18.3-27.3-10.5%2027-9L32.2%20327l28.4%201.8L49%20302.6l25.6%2012.3-.5-28.6%2018.8%2020.9%2010.7-26.6%209.1%2026.3%2020.4-20.6-1.9%2027.7%2027-11.4-12.7%2025%2029.4-.6-21.5%2018.3zm-32.4-184.7-11.3%208.4%205.6%204.6a93.8%2093.8%200%200%200%2030.7-36c1.8%2021.3-17.7%2069-68.7%2069.5a70.6%2070.6%200%200%201-71.5-70.3c10%2018.2%2016.2%2027%2032%2036.5l4.7-4.4-10.6-8.9%2013.7-3.6-7.4-12.4%2014.4%201-1.8-14.4%2012.6%207.4%204-13.5%209%2010.8%208.5-10.3%204.6%2014%2011.8-8.2-1.5%2014.3%2014.2-1.7-6.7%2013.2%2013.7%204z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='nr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-54.7%200H628v512H-54.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23nr-a)'%20transform='translate(51.3)%20scale(.9375)'%3e%3cpath%20fill='%23002170'%20d='M-140%200H884v512H-140z'/%3e%3cpath%20fill='%23ffb20d'%20d='M-140%20234.1H884V278H-140z'/%3e%3cpath%20fill='%23fff'%20d='m161.8%20438-33-33-10.5%2045.4-12-45-31.9%2034%2012.1-45L42%20407.9l33-33-45.4-10.6%2045-12-34-31.8%2045%2012L72%20288l33%2033%2010.6-45.4%2012%2045%2031.8-34-12%2045%2044.5-13.5-33%2033%2045.4%2010.5-45%2012%2034%2032-45-12.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='nr-a'%3e%3cpath%20fill-opacity='.7'%20d='M135.6%200h496.1v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23nr-a)'%20transform='translate(-140)%20scale(1.0321)'%3e%3cpath%20fill='%23002170'%20d='M0%200h992.1v496H0z'/%3e%3cpath%20fill='%23ffb20d'%20d='M0%20226.8h992.1v42.4H0z'/%3e%3cpath%20fill='%23fff'%20d='m292.4%20424.4-31.9-32-10.2%2044-11.7-43.7-30.9%2033%2011.8-43.6-43.2%2013%2032-31.8-44-10.3%2043.6-11.6-33-31%2043.6%2011.8-13-43.2%2031.8%2032%2010.3-44%2011.7%2043.6%2030.8-32.9-11.7%2043.6%2043.2-13-32%2031.8%2044%2010.3L290%20362l33%2030.9-43.7-11.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='nu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v372H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23nu-a)'%20transform='scale(1.2902)'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%200h499.6v248.1H0z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%200v18.6L119.2%2080l44.9%201.3L0%200z'/%3e%3cpath%20fill='%23012169'%20d='m51%200%20144.6%2075.5V0H51z'/%3e%3cpath%20fill='%23c8102e'%20d='M214.9%200v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z'/%3e%3cpath%20fill='%23012169'%20d='M300.2%200v71.1L441.6.6%20300.2%200z'/%3e%3cpath%20fill='%23c8102e'%20d='m304.7%2078.9%2039.8-.3L498.9.6l-41%20.6L304.8%2079z'/%3e%3cpath%20fill='%23012169'%20d='M0%20167.5v52.8L99.2%20168%200%20167.6z'/%3e%3cpath%20fill='%23c8102e'%20d='m381.9%20169.7-41.4-.3%20155.8%2077.5-1-17.7-113.5-59.5zM38.7%20248.3l146.1-76.8-38.3.3L0%20248.1'/%3e%3cpath%20fill='%23012169'%20d='m497.9%2021.8-118%2058.5%20116.4.5v87.1h-99.1l98.2%2053.3%201.4%2027-52.4-.6-143.6-70.5v71.2H196V177L61.3%20248l-60.9.2V496H992V.4L499%200M.6%2028%200%2079.4l104.4%201.3L.5%2028z'/%3e%3cg%20fill='%23fedd00'%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M496%200h496.1v496h-496z'/%3e%3cpath%20d='M0%20248h523.5v248H0z'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23012169'%20d='M290.9%20125.3a42.8%2042.8%200%201%201-85.5%200%2042.8%2042.8%200%200%201%2085.5%200z'/%3e%3cpath%20fill='%23fedd00'%20d='m240.2%20114.3%208.2-24.6%208.2%2024.6h26.7l-21.6%2015.2L270%20154l-21.6-15.3-21.6%2015.2%208.3-24.5-21.6-15.2zm148.5%204%204.1-11.5%204%2011.6h13.3l-10.7%207%204.1%2011.5-10.7-7-10.7%207%204.1-11.5-10.7-7zM244.1%20204l4-11.5%204.1%2011.5h13.2l-10.7%207%204.1%2011.6-10.7-7.1-10.7%207%204.1-11.4-10.7-7.1zm0-167%204-11.6%204.1%2011.5h13.2L254.7%2044l4.1%2011.5-10.7-7-10.7%207%204.1-11.5-10.7-7zM98.9%20118.2l4.1-11.5%204%2011.5h13.3l-10.7%207.1%204.1%2011.5-10.7-7-10.7%207%204.1-11.5-10.7-7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='nu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23nu-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%200h499.6v248.1H0z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%200v18.6L119.2%2080l44.9%201.3L0%200z'/%3e%3cpath%20fill='%23012169'%20d='m51%200%20144.6%2075.5V0H51z'/%3e%3cpath%20fill='%23c8102e'%20d='M214.9%200v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z'/%3e%3cpath%20fill='%23012169'%20d='M300.2%200v71.1L441.6.6%20300.2%200z'/%3e%3cpath%20fill='%23c8102e'%20d='m304.7%2078.9%2039.8-.3L498.9.6l-41%20.6L304.8%2079z'/%3e%3cpath%20fill='%23012169'%20d='M0%20167.5v52.8L99.2%20168%200%20167.6z'/%3e%3cpath%20fill='%23c8102e'%20d='m381.9%20169.7-41.4-.3%20155.8%2077.5-1-17.7-113.5-59.5zM38.7%20248.3l146.1-76.8-38.3.3L0%20248.1'/%3e%3cpath%20fill='%23012169'%20d='m497.9%2021.8-118%2058.5%20116.4.5v87.1h-99.1l98.2%2053.3%201.4%2027-52.4-.6-143.6-70.5v71.2H196V177L61.3%20248l-60.9.2V496H992V.4L499%200M.6%2028%200%2079.4l104.4%201.3L.5%2028z'/%3e%3cg%20fill='%23ffd900'%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M496%200h496.1v496h-496z'/%3e%3cpath%20d='M0%20248h523.5v248H0z'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23012169'%20d='M290.9%20125.3a42.8%2042.8%200%201%201-85.5%200%2042.8%2042.8%200%200%201%2085.5%200z'/%3e%3cpath%20fill='%23fedd00'%20d='m226.8%20154%208.3-24.5-21.6-15.2h26.7l8.2-24.6%208.2%2024.6h26.7l-21.6%2015.2L270%20154l-21.6-15.3zm155.3-17%204.1-11.5-10.7-7.2h13.2l4.1-11.5%204%2011.6h13.3l-10.7%207%204.1%2011.5-10.7-7zm-144.7%2085.5%204.1-11.5-10.7-7.1h13.3l4-11.5%204.1%2011.5h13.2l-10.7%207%204.1%2011.6-10.7-7.1zm0-167%204.1-11.6-10.7-7h13.3l4-11.6%204.1%2011.5h13.2L254.7%2044l4.1%2011.5-10.7-7zM92.3%20136.8l4.1-11.5-10.7-7h13.2l4.1-11.6%204%2011.5h13.3l-10.7%207.1%204%2011.5-10.6-7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-nz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nz'%20viewBox='0%200%20640%20480'%3e%3cdefs%20id='defs30'%3e%3cclipPath%20id='nz-c'%3e%3cpath%20id='path10'%20d='M0%200h600v300H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='nz-d'%3e%3cpath%20id='path13'%20d='m0%200%20300%20150H0zm300%200h300L300%20150zm0%20150h300v150zm0%200v150H0z'/%3e%3c/clipPath%3e%3cg%20id='b'%3e%3cg%20id='a'%3e%3cpath%20id='path16'%20d='M0%200v.5L1%200z'%20transform='translate(0%20-.3)'/%3e%3cpath%20id='path18'%20d='M0%200v-.5L1%200z'%20transform='rotate(-36%20.5%20-.2)'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20id='use21'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23a'%20id='use23'%20transform='rotate(72%200%200)'/%3e%3cuse%20xlink:href='%23a'%20id='use25'%20transform='rotate(-72%200%200)'/%3e%3cuse%20xlink:href='%23a'%20id='use27'%20transform='scale(-1%201)%20rotate(72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20id='path32'%20fill='%2300247d'%20fill-rule='evenodd'%20d='M0%200h640v480H0z'/%3e%3cg%20id='g38'%20transform='translate(-111%2036.1)%20scale(.66825)'%3e%3cuse%20xlink:href='%23b'%20id='use34'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='matrix(45.4%200%200%2045.4%20900%20120)'/%3e%3cuse%20xlink:href='%23b'%20id='use36'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='matrix(30%200%200%2030%20900%20120)'/%3e%3c/g%3e%3cg%20id='g44'%20transform='rotate(82%20525.2%20114.6)%20scale(.66825)'%3e%3cuse%20xlink:href='%23b'%20id='use40'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='rotate(-82%20519%20-457.7)%20scale(40.4)'/%3e%3cuse%20xlink:href='%23b'%20id='use42'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='rotate(-82%20519%20-457.7)%20scale(25)'/%3e%3c/g%3e%3cg%20id='g50'%20transform='rotate(82%20525.2%20114.6)%20scale(.66825)'%3e%3cuse%20xlink:href='%23b'%20id='use46'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='rotate(-82%20668.6%20-327.7)%20scale(45.4)'/%3e%3cuse%20xlink:href='%23b'%20id='use48'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='rotate(-82%20668.6%20-327.7)%20scale(30)'/%3e%3c/g%3e%3cg%20id='g56'%20transform='translate(-111%2036.1)%20scale(.66825)'%3e%3cuse%20xlink:href='%23b'%20id='use52'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='matrix(50.4%200%200%2050.4%20900%20480)'/%3e%3cuse%20xlink:href='%23b'%20id='use54'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='matrix(35%200%200%2035%20900%20480)'/%3e%3c/g%3e%3cpath%20id='path1592'%20fill='%23012169'%20stroke-width='.5'%20d='M0%200h320v240H0z'/%3e%3cpath%20id='path1594'%20fill='%23fff'%20stroke-width='.5'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20id='path1596'%20fill='%23c8102e'%20stroke-width='.5'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20id='path1598'%20fill='%23fff'%20stroke-width='.5'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20id='path1600'%20fill='%23c8102e'%20stroke-width='.5'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.flag-icon-nz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nz'%20viewBox='0%200%20512%20512'%3e%3cdefs%20id='defs482'%3e%3cclipPath%20id='nz-c'%3e%3cpath%20id='path462'%20d='M0%200h600v300H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='nz-d'%3e%3cpath%20id='path465'%20d='m0%200%20300%20150H0zm300%200h300L300%20150zm0%20150h300v150zm0%200v150H0z'/%3e%3c/clipPath%3e%3cg%20id='b'%3e%3cg%20id='a'%3e%3cpath%20id='path468'%20d='M0%200v.5L1%200z'%20transform='translate(0%20-.3)'/%3e%3cpath%20id='path470'%20d='M0%200v-.5L1%200z'%20transform='rotate(-36%20.5%20-.2)'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20id='use473'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23a'%20id='use475'%20transform='rotate(72%200%200)'/%3e%3cuse%20xlink:href='%23a'%20id='use477'%20transform='rotate(-72%200%200)'/%3e%3cuse%20xlink:href='%23a'%20id='use479'%20transform='scale(-1%201)%20rotate(72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20id='path484'%20fill='%2300247d'%20fill-rule='evenodd'%20d='M0%200h512v512H0z'/%3e%3cg%20id='g490'%20transform='translate(-148.7%2090.5)%20scale(.60566)'%3e%3cuse%20xlink:href='%23b'%20id='use486'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='matrix(45.4%200%200%2045.4%20900%20120)'/%3e%3cuse%20xlink:href='%23b'%20id='use488'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='matrix(30%200%200%2030%20900%20120)'/%3e%3c/g%3e%3cg%20id='g496'%20transform='rotate(82%20418.7%20105.1)%20scale(.60566)'%3e%3cuse%20xlink:href='%23b'%20id='use492'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='rotate(-82%20519%20-457.7)%20scale(40.4)'/%3e%3cuse%20xlink:href='%23b'%20id='use494'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='rotate(-82%20519%20-457.7)%20scale(25)'/%3e%3c/g%3e%3cg%20id='g502'%20transform='rotate(82%20418.7%20105.1)%20scale(.60566)'%3e%3cuse%20xlink:href='%23b'%20id='use498'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='rotate(-82%20668.6%20-327.7)%20scale(45.4)'/%3e%3cuse%20xlink:href='%23b'%20id='use500'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='rotate(-82%20668.6%20-327.7)%20scale(30)'/%3e%3c/g%3e%3cg%20id='g508'%20transform='translate(-148.7%2090.5)%20scale(.60566)'%3e%3cuse%20xlink:href='%23b'%20id='use504'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23fff'%20transform='matrix(50.4%200%200%2050.4%20900%20480)'/%3e%3cuse%20xlink:href='%23b'%20id='use506'%20width='100%25'%20height='100%25'%20x='0'%20y='0'%20fill='%23cc142b'%20transform='matrix(35%200%200%2035%20900%20480)'/%3e%3c/g%3e%3cpath%20id='path864'%20fill='%23012169'%20stroke-width='.5'%20d='M0%200h256v256H0z'/%3e%3cpath%20id='path866'%20fill='%23fff'%20stroke-width='.5'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20id='path868'%20fill='%23c8102e'%20stroke-width='.5'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20id='path870'%20fill='%23fff'%20stroke-width='.5'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20id='path872'%20fill='%23c8102e'%20stroke-width='.5'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3c/svg%3e")}.flag-icon-om{background-image:url(/assets/om-D76v1TyB.svg)}.flag-icon-om.flag-icon-squared{background-image:url(/assets/om-CLlua2I8.svg)}.flag-icon-pa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pa'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pa-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pa-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M92.5%200h477.2v480H92.4z'/%3e%3cpath%20fill='%23db0000'%20fill-rule='evenodd'%20d='M323%203.6h358v221.7H323z'/%3e%3cpath%20fill='%230000ab'%20fill-rule='evenodd'%20d='M3.2%20225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7%2029.6%2015.5-48L105%20100l51.6-.4%2016-48%2016.3%2047.9h51.6l-41.5%2030%2015.9%2048z'/%3e%3cpath%20fill='%23d80000'%20fill-rule='evenodd'%20d='m516.9%20413.9-42.4-27.7-42.1%2028%2015.6-45.6-42-28%2052-.5%2016.2-45.4%2016.4%2045.3h52l-41.8%2028.5%2016%2045.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pa.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pa'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pa-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pa-a)'%3e%3cpath%20fill='%23fff'%20d='M-26-25h592.5v596H-26z'/%3e%3cpath%20fill='%23db0000'%20d='M255.3-20.4h312.1v275.2h-312z'/%3e%3cpath%20fill='%230000ab'%20d='M-54.5%20254.8h309.9V571H-54.5zM179%20181.6l-46.5-29.2-46.2%2029.5%2017.2-48-46.2-29.6%2057.1-.4%2017.7-47.8%2018.1%2047.7h57.1l-45.9%2030%2017.6%2047.8z'/%3e%3cpath%20fill='%23d80000'%20d='m435.2%20449-46.4-29.2-46.3%2029.5%2017.2-48-46.2-29.5%2057.2-.4%2017.7-47.8%2018%2047.7h57.2l-46%2030%2017.6%2047.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pe{background-image:url(/assets/pe-CPL3X_tE.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(/assets/pe-MCkS2C3O.svg)}.flag-icon-pf{background-image:url(/assets/pf-BdRIwrkd.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(/assets/pf-TYGgZSsu.svg)}.flag-icon-pg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pg'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m1.6%200-.5%20480h640L1.6%200z'/%3e%3cpath%20fill='red'%20d='m640.6%20480%20.5-480H1.1l639.5%20480z'/%3e%3c/g%3e%3cpath%20fill='%23fc0'%20stroke='%23fc0'%20stroke-width='1.1'%20d='m178%2054-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6A333%20333%200%200%201%20156%2051l7.1%203.1C165%2059%20171%2060%20171%2060c-.6%208.8-8.9-1.1-15.9%203.9-5%203-5%206.5-7.7%2012.3-.9%201.6-4.4%205.8-4.4%205.8l5.9-.5L147%2084l7-1-1.5%201.4c1%20.2%208-1.7%208-1.7L160%2085l8-2.9s1.6%201.3%203%201.9l1-4%204%201%201-4c6%208%208%2016%2019%2018l-1-4a262.2%20262.2%200%200%201%208.7%204l.9-1.7c4.8%203.4%208.7%203.3%2011.4%203.7l-2-5%202%201-3-8%203%201-4-6%201.5-1-.5-3c6%202%2014%205%2015%2012%201%2011-11%2014-19%2013%206%205%2017%203%2022-2%202-2%203-5%204-8%201%203%203%207%203%2011-1%209-13%2012-21%2013%209%205%2025-1%2026-14%200-11-7-16-10-21l-1-5.4%203%201.4s-1.8-3.3-2-4c0%200-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3%202.3-.2S215.6%2044%20213%2043l3-1c-6-3-13-1-19%203l1-3-1.8.2v-3.5L198%2036l-3-1%202-5-3%201%201-5s-2.2%201-3.6.9a51.7%2051.7%200%200%200%201.6-3.4c-1-1.5%200-4.5%200-4.5-7%201-8%202-12%208-6%2011-4%2016-3%2027z'%20transform='matrix(2.21989%200%200%202.21194%201.1%200)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='red'%20stroke-width='1.4'%20d='M215.8%2070.4c.5.9%206.2%203.6%2010.4%206-1.1-4.6-9.4-5.6-10.4-6z'%20transform='matrix(2.21989%200%200%202.21194%201.1%200)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m175%20399-14.2-9-19%209.1%204.3-16.2-14.5-15.1%2016.7-1%2010-18.4%206.1%2015.5%2020.7%203.8-13%2010.6zm36.2-79-6.6-3-6.3%203.6%201-7.2-5.4-4.9%207.1-1.3%203-6.6%203.5%206.4%207.2.8-5%205.2zm32-45.2-14.5-7-13.9%207.8%202.3-15.7-11.8-10.8%2015.7-2.8%206.6-14.4%207.6%2014%2015.8%201.8-11%2011.5zm-65.8-63-17-8.5-16.5%209.1%202.8-18.6-13.8-13%2018.7-3%208-17%208.7%2016.7%2018.8%202.3-13.3%2013.4zm-60.8%2065.4-17-10-17%2010.3%204.3-19.3-15.1-13%2019.7-1.8%207.7-18.3%207.9%2018.2%2019.8%201.6-14.9%2013z'/%3e%3c/svg%3e")}.flag-icon-pg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pg-a'%3e%3cpath%20fill-opacity='.7'%20d='M81.4%200h496v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pg-a)'%20transform='translate(-84)%20scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='M.5%200%200%20496h659L.5%200z'/%3e%3cpath%20fill='red'%20d='M658.5%20496%20659%200H0l658.5%20496z'/%3e%3c/g%3e%3cpath%20fill='%23fc0'%20stroke='%23fc0'%20stroke-width='2.3'%20d='m406.9%20123.4-8.8-.4c-2.7-6.4-10.3-8.8-15-6-4.2.3-26.5-.4-26.5-.4l16.3%207.1c4%2010.9%2018%2013.5%2018%2013.5-1.2%2020-20.3-2.6-36.3%208.8-11.4%206.9-11.6%2015-17.8%2028.3a119%20119%200%200%201-10%2013.1l13.5-1-4.3%205.6%2016-2.3s-2.1%201.8-3.4%203.2c2.4.5%2018.3-3.7%2018.3-3.7l-1.1%205.1c8.1-3.3%2018.2-6.6%2018.2-6.6s3.6%203%206.9%204.3l2.3-9.1%209.1%202.3%202.3-9.2c13.7%2018.3%2018.3%2036.6%2043.4%2041.2l-2.3-9.2c7%203%2020%209.4%2020%209.4l2-4.2c10.9%207.8%2020%207.7%2026%208.5l-4.5-11.4%204.6%202.3-6.9-18.3%206.9%202.3-9.2-13.7%203.4-2.3-1-6.9c13.6%204.6%2032%2011.5%2034.2%2027.5%202.3%2025.1-25.2%2032-43.4%2029.7%2013.7%2011.4%2038.8%206.8%2050.3-4.6a47%2047%200%200%200%209.1-18.3c2.3%206.9%206.9%2016%206.9%2025.2-2.3%2020.5-29.8%2027.4-48%2029.7%2020.5%2011.4%2057.1-2.3%2059.4-32%200-25.2-16-36.6-22.9-48a231%20231%200%200%201-2.3-12.3c1%20.2%206.9%203.2%206.9%203.2s-4-7.6-4.6-9.2c0%200-7.1-19.4-9.7-23.7.4-.3%205.2.8%205.2.8l-18.8-23.5%205.3-.6S493%20100.5%20487%2098.3l6.9-2.3c-13.8-6.8-29.8-2.3-43.5%206.9l2.3-6.9-4.2.4v-7.8l4.2-6.3-6.8-2.3%204.5-11.4-6.8%202.3%202.3-11.5s-5.2%202.4-8.3%202c.1.3%203.7-7.7%203.7-7.7-2.2-3.4%200-10.3%200-10.3-16%202.3-18.3%204.6-27.4%2018.3-13.8%2025.2-9.2%2036.6-6.9%2061.7z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='red'%20stroke-width='3'%20d='M493.3%20161c1.2%202%2014.1%208.2%2023.9%2013.8-2.6-10.6-21.7-12.9-24-13.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m179%20412.4-14.6-9.3-19.5%209.4%204.4-16.7-15-15.7%2017.3-1%2010.3-19%206.3%2016%2021.2%203.9-13.3%2011zm37.3-81.6-6.8-3.2-6.4%203.7%201-7.4-5.6-5%207.4-1.4%203-6.8%203.6%206.6%207.4.8-5.2%205.4zm32.9-46.8-14.8-7.2-14.4%208%202.3-16.2-12.1-11.2%2016.2-2.8%206.8-15%207.8%2014.6%2016.3%201.8-11.3%2012zm-67.7-65-17.4-8.8-17%209.4%202.8-19.2-14.2-13.4%2019.2-3.1%208.3-17.7%209%2017.3%2019.3%202.4-13.7%2014zM119%20286.5l-17.6-10.4-17.5%2010.7%204.5-20-15.6-13.3%2020.4-2%207.9-18.9%208%2018.8%2020.5%201.7-15.3%2013.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ph{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ph'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230038a8'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M415.7%20240%200%20480V0'/%3e%3cg%20fill='%23fcd116'%3e%3cpath%20stroke-width='1pt'%20d='M26.7%2042.4%2041%2055l16.6-9.2-7.4%2017.5%2014%2013-19-1.6-8.1%2017.2-4.3-18.5L14%2071l16.3-10zm323.8%20172.3.4%2019%2018%206.3-18%206.2-.4%2019-11.5-15.1-18.2%205.5%2010.8-15.6-10.8-15.6%2018.2%205.5zM37.2%20388.1l8%2017.2%2019-1.6-13.9%2013%207.4%2017.5-16.6-9.1-14.4%2012.4%203.6-18.7L14%20409l18.9-2.4z'/%3e%3cpath%20stroke-width='5.3'%20d='m151.4%20139.1-6.2%206.2%203.1%2047-3%20.3-5.7-42.9-5.1%205%207.6%2038.4a47.5%2047.5%200%200%200-17.2%207.1l-21.7-32.4H96l26.4%2034.3a48%2048%200%200%200-2.4%202l-31.1-35.5h-8.8v8.8l35.4%2031-2%202.5-34.3-26.3v7.1l32.5%2021.7c-3.4%205.2-5.9%2011-7.1%2017.2L66.3%20223l-5.1%205%2042.9%205.7c-.2%201-.3%202.1-.3%203.1l-47-3-6.2%206.2%206.2%206.2%2047-3.1.3%203.1-42.9%205.7%205%205%2038.4-7.6a47.5%2047.5%200%200%200%207.1%2017.2l-32.5%2021.7v7.2l34.3-26.3a48%2048%200%200%200%202%202.4l-35.4%2031v8.8H89l31-35.4%202.5%202L96%20312.2h7.2l21.7-32.5c5.1%203.4%2011%205.9%2017.2%207.1l-7.6%2038.4%205%205%205.7-42.9c1%20.2%202%20.3%203.1.3l-3%2047%206.1%206.2%206.3-6.2-3.1-47%203-.3%205.7%2043%205.1-5.1-7.6-38.4a47.5%2047.5%200%200%200%2017.2-7.1l21.7%2032.5h7.2l-26.4-34.3a48%2048%200%200%200%202.4-2l31.1%2035.4h8.8v-8.8l-35.4-31%202-2.4%2034.3%2026.3v-7.2l-32.5-21.7c3.4-5.1%205.9-11%207.1-17.2l38.3%207.6%205.1-5-42.9-5.7c.2-1%20.3-2%20.3-3.1l47%203%206.2-6.1-6.2-6.2-47%203-.3-3%2042.9-5.7-5-5-38.4%207.5a47.5%2047.5%200%200%200-7.1-17.2l32.5-21.7v-7.1l-34.3%2026.3a48%2048%200%200%200-2-2.4l35.4-31v-8.9H214l-31%2035.5a48%2048%200%200%200-2.5-2l26.4-34.3h-7.2L178%20200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7%2042.8-3.1-.3%203-47z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ph.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ph'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230038a8'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M443.4%20256%200%20512V0'/%3e%3cg%20fill='%23fcd116'%3e%3cpath%20stroke-width='1.1'%20d='m25.2%2044.4%2015.4%2013.3%2017.9-9.8-8%2018.7%2015%2014L45%2078.9l-8.6%2018.4-4.7-19.8-20.2-2.6L29%2064.4zM372.1%20229l.4%2020.3%2019.3%206.7-19.3%206.7-.4%2020.3-12.3-16.2-19.5%206L352%20256l-11.7-16.7%2019.5%205.9zM36.5%20414.7l8.6%2018.4%2020.3-1.7-14.8%2014%207.9%2018.7-17.9-9.8-15.4%2013.3%203.9-20-17.5-10.5%2020.2-2.6z'/%3e%3cpath%20stroke-width='5.7'%20d='m158.9%20148-6.6%206.6%203.2%2050.3-3.3.3-6-45.9-5.5%205.4%208.2%2041a51%2051%200%200%200-18.4%207.7l-23.3-34.8h-7.7l28.2%2036.8-2.5%202.1-33.3-38h-9.4v9.5l38%2033.3-2.2%202.5-36.8-28.2v7.7l34.8%2023.3a50.9%2050.9%200%200%200-7.6%2018.4l-41-8.2-5.5%205.5%2046%206-.4%203.4-50.3-3.3-6.7%206.6%206.7%206.6%2050.3-3.2.3%203.3-45.9%206%205.4%205.5%2041-8.2a51%2051%200%200%200%207.7%2018.4l-34.8%2023.3v7.7l36.8-28.2%202.1%202.5-38%2033.3v9.4H92l33.3-38%202.5%202.2-28.2%2036.8h7.7l23.3-34.8a50.8%2050.8%200%200%200%2018.4%207.6l-8.2%2041%205.5%205.5%206-46%203.3.4-3.2%2050.3%206.6%206.7%206.6-6.7-3.2-50.3%203.3-.3%206%2045.9%205.5-5.4-8.2-41a51%2051%200%200%200%2018.4-7.7l23.3%2034.8h7.7L190%20296.6l2.5-2.1%2033.3%2038h9.4V323l-38-33.3%202.2-2.5%2036.8%2028.2v-7.7l-34.8-23.3A50.9%2050.9%200%200%200%20209%20266l41%208.2%205.5-5.5-46-6%20.4-3.3%2050.3%203.2%206.7-6.6-6.7-6.6-50.3%203.3c0-1.2-.2-2.3-.3-3.4l45.9-6-5.4-5.5-41%208.2a51%2051%200%200%200-7.7-18.4l34.8-23.3v-7.7l-36.8%2028.2-2.1-2.5%2038-33.3v-9.4h-9.5l-33.3%2038-2.5-2.2%2028.2-36.8h-7.7l-23.3%2034.8a50.9%2050.9%200%200%200-18.4-7.6l8.2-41-5.5-5.5-6%2046-3.3-.4%203.2-50.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pk'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pk-a'%3e%3cpath%20fill-opacity='.7'%20d='M-52.3%200h682.6v512H-52.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pk-a)'%20transform='translate(49)%20scale(.9375)'%3e%3cpath%20fill='%230c590b'%20d='M-95%200h768v512H-95z'/%3e%3cpath%20fill='%23fff'%20d='M-95%200H97.5v512H-95z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m403.7%20225.4-31.2-6.6-16.4%2027.3-3.4-31.6-31-7.2%2029-13-2.7-31.7%2021.4%2023.6%2029.3-12.4-15.9%2027.6%2021%2024z'/%3e%3cpath%20d='M415.4%20306a121.2%20121.2%200%200%201-161.3%2059.4%20122.1%20122.1%200%200%201-59.5-162.1A118.6%20118.6%200%200%201%20266%20139a156.2%20156.2%200%200%200-11.8%2010.9A112.3%20112.3%200%200%200%20415.5%20306z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pk'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pk-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pk-a)'%3e%3cpath%20fill='%230c590b'%20d='M-95%200h768v512H-95z'/%3e%3cpath%20fill='%23fff'%20d='M-95%200H97.5v512H-95z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m403.7%20225.4-31.2-6.6-16.4%2027.3-3.4-31.6-31-7.2%2029-13-2.7-31.7%2021.4%2023.6%2029.3-12.4-15.9%2027.6%2021%2024z'/%3e%3cpath%20d='M415.4%20306a121.2%20121.2%200%200%201-161.3%2059.4%20122.1%20122.1%200%200%201-59.5-162.1A118.6%20118.6%200%200%201%20266%20139a156.2%20156.2%200%200%200-11.8%2010.9A112.3%20112.3%200%200%200%20415.5%20306z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23dc143c'%20d='M640%20480H0V240h640z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pl'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%23dc143c'%20d='M512%20512H0V256h512z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pm'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pm.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pm'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pn{background-image:url(/assets/pn-BXgcOF7Z.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(/assets/pn-CjgswdY5.svg)}.flag-icon-pr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-37.3%200h682.7v512H-37.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pr-a)'%20transform='translate(35)%20scale(.9375)'%3e%3cpath%20fill='%23ed0000'%20d='M-37.3%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-37.3%20102.4h768v102.4h-768zm0%20204.8h768v102.4h-768z'/%3e%3cpath%20fill='%230050f0'%20d='m-37.3%200%20440.7%20255.7L-37.3%20511V0z'/%3e%3cpath%20fill='%23fff'%20d='M156.4%20325.5%20109%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3%2018%2058z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pr-a'%3e%3cpath%20fill-opacity='.7'%20d='M51.6%200h708.7v708.7H51.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pr-a)'%20transform='translate(-37.3)%20scale(.72249)'%3e%3cpath%20fill='%23ed0000'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20141.7h1063v141.8H0zm0%20283.5h1063v141.7H0z'/%3e%3cpath%20fill='%230050f0'%20d='m0%200%20610%20353.9L0%20707.3V0z'/%3e%3cpath%20fill='%23fff'%20d='m268.2%20450.5-65.7-49-65.3%2049.5%2024.3-80.5-65.3-49.7%2080.7-.7%2025-80.2%2025.6%2080%2080.7.1-64.9%2050.2%2024.9%2080.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ps'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ps-a'%3e%3cpath%20fill-opacity='.7'%20d='M-118%200h682.7v512H-118z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ps-a)'%20transform='translate(110.6)%20scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M-246%200H778v170.7H-246z'/%3e%3cpath%20fill='%23fff'%20d='M-246%20170.7H778v170.6H-246z'/%3e%3cpath%20fill='%23090'%20d='M-246%20341.3H778V512H-246z'/%3e%3cpath%20fill='red'%20d='m-246%20512%20512-256L-246%200v512z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ps.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ps'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ps-a'%3e%3cpath%20fill-opacity='.7'%20d='M237.1%200h493.5v493.5H237.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ps-a)'%20transform='translate(-246)%20scale(1.0375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M0%200h987v164.5H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20164.5h987V329H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20329h987v164.5H0z'/%3e%3cpath%20fill='red'%20d='m0%20493.5%20493.5-246.8L0%200v493.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pt{background-image:url(/assets/pt-BaJczKgU.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(/assets/pt-B42nLpIC.svg)}.flag-icon-pw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pw-a'%3e%3cpath%20fill-opacity='.7'%20d='M-70.3%200h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pw-a)'%20transform='translate(70.3)'%3e%3cpath%20fill='%234aadd6'%20d='M-173.4%200h846.3v480h-846.3z'/%3e%3cpath%20fill='%23ffde00'%20d='M335.6%20232.1a135.9%20130.1%200%201%201-271.7%200%20135.9%20130.1%200%201%201%20271.7%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-pw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pw-a'%3e%3cpath%20fill-opacity='.7'%20d='M61.7%204.2h170.8V175H61.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pw-a)'%20transform='translate(-185%20-12.5)%20scale(2.9973)'%3e%3cpath%20fill='%234aadd6'%20d='M0%204.2h301.2V175H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M185.9%2086.8a52%2052%200%200%201-53%2050.8%2052%2052%200%200%201-53.2-50.8c0-28%2023.8-50.8%2053.1-50.8s53%2022.7%2053%2050.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-py{background-image:url(/assets/py-QUX0HpIo.svg)}.flag-icon-py.flag-icon-squared{background-image:url(/assets/py-R1rCMiBw.svg)}.flag-icon-qa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-qa'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%238d1b3d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v480h158.4l97.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6L256.1%2080l-97.7-26.7%2097.8-26.6L158.3%200H0z'/%3e%3c/svg%3e")}.flag-icon-qa.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-qa'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%238d1b3d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v512h113l104.2-28.4L113%20455l104.2-28.4L113%20398.2l104.2-28.4L113%20341.3%20217.2%20313%20113%20284.4%20217.2%20256%20113%20227.6%20217.2%20199%20113%20170.7l104.2-28.5L113%20113.8l104.2-28.5L113%2057l104.2-28.4L113%200H0z'/%3e%3c/svg%3e")}.flag-icon-re{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-re'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-re.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-re'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ro{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ro'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2300319c'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23de2110'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ro.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ro'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2300319c'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23de2110'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-rs{background-image:url(/assets/rs-DcDCkuzJ.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(/assets/rs-BtMhQU9K.svg)}.flag-icon-ru{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ru'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230039a6'%20d='M0%20160h640v320H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20320h640v160H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ru.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ru'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230039a6'%20d='M0%20170.7h512V512H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20341.3h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-rw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-rw'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2320603d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fad201'%20d='M0%200h640v360H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%200h640v240H0z'/%3e%3cg%20transform='translate(511%20125.4)%20scale(.66667)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23e5be01'%20d='M116.1%200%2035.7%204.7l76.4%2025.4-78.8-16.3L100.6%2058l-72-36.2L82%2082.1%2021.9%2028.6l36.2%2072-44.3-67.3L30%20112%204.7%2035.7%200%20116.1-1-1z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3ccircle%20r='34.3'%20fill='%23e5be01'%20stroke='%2300a1de'%20stroke-width='3.4'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-rw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-rw'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2320603d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fad201'%20d='M0%200h512v384H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%200h512v256H0z'/%3e%3cg%20transform='translate(374.4%20133.8)%20scale(.7111)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23e5be01'%20d='M116.1%200%2035.7%204.7l76.4%2025.4-78.8-16.3L100.6%2058l-72-36.2L82%2082.1%2021.9%2028.6l36.2%2072-44.3-67.3L30%20112%204.7%2035.7%200%20116.1-1-1z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3ccircle%20r='34.3'%20fill='%23e5be01'%20stroke='%2300a1de'%20stroke-width='3.4'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sa{background-image:url(/assets/sa-CMTybmCK.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(/assets/sa-Daancj8Q.svg)}.flag-icon-sb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sb'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sb-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sb-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%230000d6'%20d='M0%20507.2%20987.4%200H0v507.2z'/%3e%3cpath%20fill='%23006000'%20d='M1024%200%2027.2%20512H1024V0z'/%3e%3cpath%20fill='%23fc0'%20d='M1024%200h-54.9L0%20485.4V512h54.9L1024%2027.6V0z'/%3e%3cpath%20fill='%23fff'%20d='m71.4%209.1%2011.8%2034.5h38.5L90.6%2064.7l11.9%2034.4L71.4%2078%2040.3%2099.2l11.9-34.4-31.1-21.3h38.4zm191.1%200%2011.9%2034.5h38.5l-31.2%2021.2%2012%2034.4L262.4%2078l-31%2021.3%2011.9-34.4-31.2-21.3h38.5zm0%20144.5%2011.9%2034.5h38.5l-31.2%2021.2%2012%2034.4-31.2-21.3-31%2021.3%2011.9-34.4-31.2-21.3h38.5zm-95-71.4%2011.9%2034.4h38.4l-31%2021.3%2011.8%2034.4-31-21.3-31.2%2021.3%2012-34.4-31.2-21.3h38.5zm-96.1%2071.4%2011.8%2034.5h38.5l-31.1%2021.2%2011.9%2034.4-31.1-21.3-31.1%2021.3%2012-34.4L21%20188h38.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sb.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sb'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sb-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sb-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%230000d6'%20d='M0%20491.4%20956.7%200H0v491.4z'/%3e%3cpath%20fill='%23006000'%20d='M992.1%200%2026.3%20496h965.8V0z'/%3e%3cpath%20fill='%23fc0'%20d='M992.2%200H939L0%20470.3V496h53.1l939-469.4V0z'/%3e%3cpath%20fill='%23fff'%20d='m39%2096.1%2011.6-33.3-30.2-20.6h37.3L69.2%208.8l11.5%2033.4h37.2L87.8%2062.8%2099.3%2096%2069.2%2075.5zm185.2%200%2011.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4H303l-30%2020.6L284.5%2096l-30.1-20.6zm0%20140%2011.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4H303l-30%2020.6%2011.6%2033.3-30.1-20.6zm-92-69.2%2011.5-33.3-30.1-20.6h37.2l11.5-33.3%2011.5%2033.3h37.3l-30.2%2020.6%2011.5%2033.3-30-20.6zM39%20236.1l11.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4h37.2l-30.1%2020.6L99.3%20236l-30.1-20.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sc'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sc-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sc-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='red'%20d='M0%200h992.1v512H0z'/%3e%3cpath%20fill='%23090'%20d='m0%20512%20992.1-170.7V512H0z'/%3e%3cpath%20fill='%23fff'%20d='m0%20512%20992.1-341.3v170.6L0%20512z'/%3e%3cpath%20fill='%23009'%20d='M0%20512V0h330.7L0%20512z'/%3e%3cpath%20fill='%23ff0'%20d='M0%20512%20330.7%200h330.7L0%20512z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sc'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sc-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sc-a)'%20transform='scale(1%201.0321)'%3e%3cpath%20fill='red'%20d='M0%200h992.1v496H0z'/%3e%3cpath%20fill='%23090'%20d='m0%20496%20992.1-165.3v165.4H0z'/%3e%3cpath%20fill='%23fff'%20d='m0%20496%20992.1-330.6v165.3L0%20496.1z'/%3e%3cpath%20fill='%23009'%20d='M0%20496V0h330.7L0%20496z'/%3e%3cpath%20fill='%23ff0'%20d='M0%20496%20330.7%200h330.7L0%20496z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sd'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sd-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sd-a)'%20transform='scale(.9375)'%3e%3cpath%20d='M0%20341.3h1024V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.6h1024v170.7H0z'/%3e%3cpath%20fill='red'%20d='M0%200h1024.8v170.7H0z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200v512l341.3-256L0%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sd.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sd-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sd-a)'%20transform='scale(1.0321)'%3e%3cpath%20d='M0%20330.7h992.1v165.4H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20165.3h992.1v165.4H0z'/%3e%3cpath%20fill='red'%20d='M0%200h992.9v165.4H0z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200v496l330.7-248L0%200z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-se{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-se'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23066aa7'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fecc00'%20d='M0%20192h640v96H0z'/%3e%3cpath%20fill='%23fecc00'%20d='M176%200h96v480h-96z'/%3e%3c/svg%3e")}.flag-icon-se.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-se'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23066aa7'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fecc00'%20d='M0%20204.8h512v102.4H0z'/%3e%3cpath%20fill='%23fecc00'%20d='M134%200h102.4v512H134z'/%3e%3c/svg%3e")}.flag-icon-sg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sg-a)'%3e%3cpath%20fill='%23fff'%20d='M-20%200h720v480H-20z'/%3e%3cpath%20fill='%23df0000'%20d='M-20%200h720v240H-20z'/%3e%3cpath%20fill='%23fff'%20d='M146%2040.2a84.4%2084.4%200%200%200%20.8%20165.2%2086%2086%200%200%201-106.6-59%2086%2086%200%200%201%2059-106c16-4.6%2030.8-4.7%2046.9-.2z'/%3e%3cpath%20fill='%23fff'%20d='m133%20110%204.9%2015-13-9.2-12.8%209.4%204.7-15.2-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.5%2052%205%2015.1-13-9.2-12.9%209.3%204.8-15.1-12.8-9.4%2015.9-.1%204.9-15.1%205%2015h16zm58.5-.4%204.9%2015.2-13-9.3-12.8%209.3%204.7-15.1-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.4-51.6%204.9%2015.1-13-9.2-12.8%209.3%204.8-15.1-12.9-9.4%2016-.1%204.8-15.1%205%2015h16zm-46.3-34.3%205%2015.2-13-9.3-12.9%209.4%204.8-15.2-12.8-9.4%2015.8-.1%205-15.1%205%2015h16z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sg-a'%3e%3cpath%20fill-opacity='.7'%20d='M27.7%200h708.6v708.7H27.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sg-a)'%20transform='translate(-20)%20scale(.72249)'%3e%3cpath%20fill='%23fff'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23df0000'%20d='M0%200h1063v354.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M245.2%2059.4a124.6%20124.6%200%200%200%201.1%20243.9%20126.9%20126.9%200%201%201-1.1-243.9z'/%3e%3cpath%20fill='%23fff'%20d='m202%20162.4-18.9-13.8%2023.5-.2%207.2-22.3%207.5%2022.3h23.4l-18.8%2014%207.2%2022.3L214%20171l-19%2013.8zm26%2076.9-19-13.8%2023.5-.2%207.3-22.3%207.4%2022.2h23.5l-19%2014%207.3%2022.3-19-13.6-19%2013.8zm86.3-.6-19-13.8%2023.4-.2%207.3-22.3%207.4%2022.3H357l-18.9%2014%207.3%2022.3-19.1-13.7-19%2013.8zm25.7-76.2-19-13.8%2023.5-.2%207.2-22.3%207.5%2022.2h23.4l-18.8%2014%207.2%2022.3-19.1-13.6-19%2013.8zM271.7%20112l-19-13.8%2023.5-.2%207.3-22.3%207.4%2022.3h23.5l-19%2014%207.3%2022.2-19-13.6-19%2013.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sh{background-image:url(/assets/sh-Cyzz3q0N.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(/assets/sh-DqbScpwX.svg)}.flag-icon-si{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-si'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='si-a'%3e%3cpath%20fill-opacity='.7'%20d='M-15%200h682.6v512H-15.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23si-a)'%20transform='translate(14.1)%20scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-62%200H962v512H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M-62%20341.3H962V512H-62z'/%3e%3cpath%20fill='%230000bf'%20d='M-62%20170.7H962v170.6H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M228.4%2093c-4%2061.6-6.4%2095.4-15.7%20111-10.2%2016.8-20%2029.1-59.7%2044-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6%2020.6-6.5%2027.1-7.8%209.3-2%2017.3-4.2%2042.3-4.7%2025%20.4%2033%202.8%2042.3%204.8%206.4%201.4%2015.6%204%2027.3%207.7l5.9%202z'/%3e%3cpath%20fill='%230000bf'%20d='M222.6%2091c-3.8%2061.5-7%2089.7-12%20103.2-9.6%2023.2-24.8%2035.9-57.6%2048-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3%2011.6-3.6%2020.6-6.4%2027.1-7.7%209.3-2%2017.3-4.3%2042.3-4.7%2025%20.4%2033%202.7%2042.3%204.7a284%20284%200%200%201%2027.4%207.7z'/%3e%3cpath%20fill='%23ffdf00'%20d='m153%20109.8%201.5%203.7%207%201-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.7-1%201.5-3.7z'/%3e%3cpath%20fill='%23fff'%20d='m208.3%20179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5%204.3-2.6%204.7-3.3%203-3.7-2.9-2.7-4.8-10.3-18.3-10.3%2018.3-2.7%204.8-3.7%202.9-3.3-3-2.7-4.7-4.9-4.3-1.9%201.8-2.9%202.4-2.6%204.7-5.4%204.9-2.9%204.7-5.4%204.7-2.7%204.6-3.9%203a65.8%2065.8%200%200%200%2018.6%2036.3%20107%20107%200%200%200%2036.6%2020.5%20104.1%20104.1%200%200%200%2036.8-20.5c5.8-6%2016.6-19.3%2018.6-36.3z'/%3e%3cpath%20fill='%23ffdf00'%20d='m169.4%2083.9%201.6%203.7%207%201-4.6%202.7%204.4%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.6-1%201.6-3.7zm-33%200%201.6%203.7%207%20.9-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.4-6-.9%204-3-4.2-2.7%206.7-1%201.5-3.7z'/%3e%3cpath%20fill='%230000bf'%20d='M199.7%20203h-7.4l-7-.5-8.3-4h-9.4l-8.1%204-6.5.6-6.4-.6-8.1-4H129l-8.4%204-6.9.6-7.6-.1-3.6-6.2.1-.2%2011.2%201.9%206.9-.5%208.3-4.1h9.4l8.2%204%206.4.6%206.5-.6%208.1-4h9.4l8.4%204%206.9.6%2010.8-2%20.2.4-3.7%206.1zm-86.4%209.5%207.4-.5%208.3-4h9.4l8.2%204%206.4.5%206.4-.5%208.2-4h9.4l8.3%204%207.5.5%204.8-6h-.1l-5.2%201.4-6.9-.5-8.3-4h-9.4l-8.2%204-6.4.6-6.5-.6-8.1-4H129l-8.4%204-6.9.6-5-1.3v.2l4.5%205.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-si.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-si'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='si-a'%3e%3cpath%20fill-opacity='.7'%20d='M60.2%200h497.3v497.3H60.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23si-a)'%20transform='translate(-62)%20scale(1.0295)'%3e%3cpath%20fill='%23fff'%20d='M0%200h994.7v497.3H0z'/%3e%3cpath%20fill='%23d50000'%20d='M0%20331.6h994.7v165.7H0z'/%3e%3cpath%20fill='%230000bf'%20d='M0%20165.8h994.7v165.8H0z'/%3e%3cpath%20fill='%23d50000'%20d='M282%2090.3c-3.9%2059.9-6.1%2092.7-15.2%20107.9-9.9%2016.3-19.5%2028.2-58%2042.6-38.4-14.4-48-26.3-57.9-42.6-9-15.2-11.3-48-15.2-107.9l5.7-1.9c11.4-3.5%2020-6.3%2026.3-7.5%209-2%2016.7-4.1%2041-4.6%2024.3.4%2032%202.7%2041%204.6%206.4%201.3%2015.3%204%2026.6%207.5l5.7%202z'/%3e%3cpath%20fill='%230000bf'%20d='M276.4%2088.3c-3.7%2059.8-6.7%2087.2-11.6%20100.3-9.3%2022.6-24.1%2035-56%2046.7-31.8-11.8-46.6-24.1-56-46.7-4.8-13.1-7.9-40.4-11.4-100.3%2011.2-3.5%2020-6.2%2026.3-7.5%209-1.9%2016.7-4.2%2041-4.6%2024.3.4%2032.1%202.7%2041.1%204.6%206.4%201.3%2015.3%204%2026.6%207.5z'/%3e%3cpath%20fill='%23ffdf00'%20d='m208.8%20106.6%201.5%203.7%206.7.9-4.3%202.6%204.2%202.8-6.1%201-1.9%203.3-2-3.4-6-.8%204-2.9-4-2.6%206.4-1%201.5-3.6z'/%3e%3cpath%20fill='%23fff'%20d='m262.5%20174.5-3.7-3-2.7-4.4-5.2-4.6-2.8-4.6-5.2-4.7-2.6-4.6-2.8-2.3-1.9-1.7-4.7%204.1-2.6%204.6-3.3%202.9-3.5-2.8-2.7-4.7-10-17.7-10%2017.7-2.6%204.7-3.6%202.8-3.2-3-2.6-4.5-4.7-4.1-1.9%201.7-2.8%202.3-2.6%204.6-5.2%204.7-2.8%204.6-5.3%204.6-2.6%204.4-3.7%203a64%2064%200%200%200%2018%2035.2c6.4%206.1%2019.5%2014.4%2035.5%2019.9a101%20101%200%200%200%2035.7-20%2064%2064%200%200%200%2018.1-35.1z'/%3e%3cpath%20fill='%23ffdf00'%20d='m224.8%2081.5%201.5%203.6%206.7%201-4.3%202.5%204.2%202.9-6.1%201-1.9%203.3-2-3.4-5.9-.8%204-3-4.1-2.5%206.4-1%201.5-3.6zm-32%200%201.5%203.5%206.7%201-4.3%202.6%204.2%202.8-6.1%201-1.9%203.3-2.1-3.4-5.8-.8%204-2.9-4.1-2.6%206.4-1%201.5-3.6z'/%3e%3cpath%20fill='%230000bf'%20d='M254.2%20197.2H247l-6.7-.5-8.1-4-9.2.1-7.9%203.9-6.2.5-6.3-.5-7.9-3.9h-9.1l-8.1%204-6.7.4h-7.4l-3.5-6%20.1-.2%2010.9%201.8%206.6-.5%208.1-4h9.2l8%204%206.2.5%206.2-.6%208-3.8h9l8.2%203.9%206.7.5%2010.5-1.9.2.3-3.6%206zm-84%209.3%207.2-.5%208.1-4h9.1l8%203.9%206.2.6%206.2-.6%208-3.9h9.1l8.1%204%207.3.5%204.7-5.8-.2-.2-5%201.5-6.7-.5-8.1-4h-9.1l-8%204-6.2.5-6.2-.5-8-4h-9.1l-8.1%204-6.7.5-5-1.2v.2l4.4%205.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sj'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ef2b2d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M180%200h120v480H180z'/%3e%3cpath%20fill='%23fff'%20d='M0%20180h640v120H0z'/%3e%3cpath%20fill='%23002868'%20d='M210%200h60v480h-60z'/%3e%3cpath%20fill='%23002868'%20d='M0%20210h640v60H0z'/%3e%3c/svg%3e")}.flag-icon-sj.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sj'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ef2b2d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M128%200h128v512H128z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20fill='%23002868'%20d='M160%200h64v512h-64z'/%3e%3cpath%20fill='%23002868'%20d='M0%20224h512v64H0z'/%3e%3c/svg%3e")}.flag-icon-sk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230b4ea2'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M233%20370.8c-43-20.7-104.6-61.9-104.6-143.2%200-81.4%204-118.4%204-118.4h201.3s3.9%2037%203.9%20118.4S276%20350%20233%20370.8z'/%3e%3cpath%20fill='%23ee1c25'%20d='M233%20360c-39.5-19-96-56.8-96-131.4s3.6-108.6%203.6-108.6h184.8s3.5%2034%203.5%20108.6C329%20303.3%20272.5%20341%20233%20360z'/%3e%3cpath%20fill='%23fff'%20d='M241.4%20209c10.7.2%2031.6.6%2050.1-5.6%200%200-.4%206.7-.4%2014.4s.5%2014.4.5%2014.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1%200-50.1%205.7%200%200%20.5-6.7.5-14.4%200-7.8-.5-14.4-.5-14.4%2018.5%206.2%2039.4%205.8%2050%205.6v-25.9c-9.7%200-23.7.4-39.6%205.7%200%200%20.5-6.6.5-14.4%200-7.7-.5-14.4-.5-14.4%2015.9%205.3%2029.9%205.8%2039.6%205.7-.5-16.4-5.3-37-5.3-37s9.9.7%2013.8.7c4%200%2013.8-.7%2013.8-.7s-4.8%2020.6-5.3%2037c9.7.1%2023.7-.4%2039.6-5.7%200%200-.5%206.7-.5%2014.4%200%207.8.5%2014.4.5%2014.4a119%20119%200%200%200-39.7-5.7v26z'/%3e%3cpath%20fill='%230b4ea2'%20d='M233%20263.3c-19.9%200-30.5%2027.5-30.5%2027.5s-6-13-22.2-13c-11%200-19%209.7-24.2%2018.8%2020%2031.7%2051.9%2051.3%2076.9%2063.4%2025-12%2057-31.7%2076.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2%200-22.2%2013-22.2%2013S253%20263.3%20233%20263.3z'/%3e%3c/svg%3e")}.flag-icon-sk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230b4ea2'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M203.2%20395.5c-45.9-22-111.5-66-111.5-152.8s4.1-126.2%204.1-126.2h214.8s4.2%2039.4%204.2%20126.2S249%20373.4%20203.2%20395.5z'/%3e%3cpath%20fill='%23ee1c25'%20d='M203.2%20384c-42.1-20.3-102.3-60.5-102.3-140.2s3.8-115.8%203.8-115.8h197s3.8%2036.2%203.8%20115.8-60.2%20120-102.3%20140.2z'/%3e%3cpath%20fill='%23fff'%20d='M212.2%20223c11.4.2%2033.7.6%2053.5-6%200%200-.6%207-.6%2015.3s.6%2015.3.6%2015.3a172%20172%200%200%200-53.5-6v44h-18v-44a172%20172%200%200%200-53.5%206s.6-7%20.6-15.3-.6-15.3-.6-15.3c19.9%206.6%2042.1%206.2%2053.5%206v-27.7a128%20128%200%200%200-42.3%206.1s.5-7%20.5-15.3-.5-15.4-.5-15.4c17%205.7%2031.9%206.2%2042.2%206-.5-17.4-5.6-39.4-5.6-39.4s10.5.8%2014.7.8c4.2%200%2014.7-.8%2014.7-.8s-5.1%2022-5.7%2039.5a126%20126%200%200%200%2042.3-6s-.5%207-.5%2015.3.5%2015.3.5%2015.3c-17-5.7-31.9-6.1-42.3-6V223z'/%3e%3cpath%20fill='%230b4ea2'%20d='M203.2%20280.8c-21.2%200-32.6%2029.4-32.6%2029.4s-6.3-14-23.6-14c-11.7%200-20.3%2010.5-25.8%2020.2%2021.3%2033.8%2055.3%2054.7%2082%2067.6%2026.7-12.9%2060.7-33.8%2082-67.7-5.5-9.6-14.1-20-25.8-20-17.3%200-23.6%2014-23.6%2014s-11.4-29.5-32.6-29.5z'/%3e%3c/svg%3e")}.flag-icon-sl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%230000cd'%20d='M0%20320.3h640V480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160.7h640v159.6H0z'/%3e%3cpath%20fill='%2300cd00'%20d='M0%200h640v160.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sl-a'%3e%3crect%20width='384'%20height='512'%20rx='4.6'%20ry='7.6'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sl-a)'%20transform='scale(1.33333%201)'%3e%3cpath%20fill='%230000cd'%20d='M0%20341.7h512V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20171.4h512v170.3H0z'/%3e%3cpath%20fill='%2300cd00'%20d='M0%200h512v171.4H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sm{background-image:url(/assets/sm-Cl6VKQBY.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(/assets/sm-B0BY9bO6.svg)}.flag-icon-sn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sn'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230b7226'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M213.3%200h213.3v480H213.3z'/%3e%3cpath%20fill='%23bc0000'%20d='M426.6%200H640v480H426.6z'/%3e%3c/g%3e%3cpath%20fill='%230b7226'%20d='M342%20218.8h71.8l-56.6%2043.6%2020.7%2069.3-56.6-43.6-56.6%2041.6%2020.7-67.3-56.6-43.6h69.8l22.7-71.3z'/%3e%3c/svg%3e")}.flag-icon-sn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sn'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230b7226'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23bc0000'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3cpath%20fill='%230b7226'%20d='m197%20351.7%2022-71.7-60.4-46.5h74.5l24.2-76%2022.1%2076H356L295.6%20280l22.1%2074-60.3-46.5z'/%3e%3c/svg%3e")}.flag-icon-so{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-so'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='so-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23so-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cpath%20fill='%2340a6ff'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M336.5%20381.2%20254%20327.7l-82.1%2054%2030.5-87.7-82-54.2L222%20239l31.4-87.5%2032.1%2087.3%20101.4.1-81.5%2054.7%2031.2%2087.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-so.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-so'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='so-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23so-a)'%20transform='translate(-128)%20scale(.72249)'%3e%3cpath%20fill='%2340a6ff'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23fff'%20d='m643%20527.6-114.3-74-113.6%2074.8%2042.3-121.5-113.5-75%20140.4-1%2043.5-121.1%2044.5%20120.8%20140.3.1-112.9%2075.7L643%20527.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-sr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23377e3f'%20d='M.1%200h640v480H.1z'/%3e%3cpath%20fill='%23fff'%20d='M.1%2096h640v288H.1z'/%3e%3cpath%20fill='%23b40a2d'%20d='M.1%20144h640v192H.1z'/%3e%3cpath%20fill='%23ecc81d'%20d='m320%20153.2%2056.4%20173.6-147.7-107.3h182.6L263.6%20326.8z'/%3e%3c/svg%3e")}.flag-icon-sr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23377e3f'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20102.4h512v307.2H0z'/%3e%3cpath%20fill='%23b40a2d'%20d='M0%20153.6h512v204.8H0z'/%3e%3cpath%20fill='%23ecc81d'%20d='m255.9%20163.4%2060.2%20185.2-157.6-114.5h194.8L195.7%20348.6z'/%3e%3c/svg%3e")}.flag-icon-ss{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ss'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23078930'%20d='M0%20336h640v144H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20144h640v192H0z'/%3e%3cpath%20d='M0%200h640v144H0z'/%3e%3cpath%20fill='%23da121a'%20d='M0%20168h640v144H0z'/%3e%3cpath%20fill='%230f47af'%20d='m0%200%20415.7%20240L0%20480z'/%3e%3cpath%20fill='%23fcdd09'%20d='M200.7%20194.8%2061.7%20240l139%2045.1L114.9%20167v146z'/%3e%3c/svg%3e")}.flag-icon-ss.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ss'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23078930'%20d='M0%20358.4h512V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20153.6h512v204.8H0z'/%3e%3cpath%20d='M0%200h512v153.6H0z'/%3e%3cpath%20fill='%23da121a'%20d='M0%20179.2h512v153.6H0z'/%3e%3cpath%20fill='%230f47af'%20d='m0%200%20433%20256L0%20512z'/%3e%3cpath%20fill='%23fcdd09'%20d='M209%20207.8%2064.4%20256l144.8%2048.1-89.5-126v155.8z'/%3e%3c/svg%3e")}.flag-icon-st{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-st'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2312ad2b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffce00'%20d='M0%20137.1h640V343H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200v480l240-240'/%3e%3cg%20id='c'%20transform='translate(351.6%20240)%20scale(.34286)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-200V0h100'%20transform='rotate(18%200%20-200)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20x='700'%20transform='translate(-523.2)'/%3e%3c/svg%3e")}.flag-icon-st.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-st'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2312ad2b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ffce00'%20d='M0%20146.3h512v219.4H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200v512l192-256'/%3e%3cg%20id='c'%20transform='translate(276.9%20261.5)%20scale(.33167)'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-200V0h100'%20transform='rotate(18%200%20-200)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20x='700'%20transform='translate(-550.9)'/%3e%3c/svg%3e")}.flag-icon-sv{background-image:url(/assets/sv-86_GreRA.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(/assets/sv-DY7qdIK2.svg)}.flag-icon-sx{background-image:url(/assets/sx-Cums8IXB.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(/assets/sx-DJPuB9xo.svg)}.flag-icon-sy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sy'%20viewBox='0%200%20640%20480'%3e%3crect%20width='640'%20height='160'%20y='160'%20fill='%23fff'%20fill-rule='evenodd'%20rx='0'%20ry='0'/%3e%3crect%20width='640'%20height='160'%20y='320'%20fill-rule='evenodd'%20rx='0'%20ry='0'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23090'%20fill-rule='evenodd'%20d='m201.9%20281-28.8-20.9-28.7%2021.1%2010.7-34.2-28.7-21.2%2035.4-.3%2011-34.1%2011.3%2034h35.4L191%20246.9l10.9%2034.2zm307.6%200-28.8-20.9-28.7%2021.1%2010.7-34.2-28.6-21.2%2035.4-.3%2011-34.1%2011.2%2034h35.4l-28.5%2021.4%2011%2034.2z'/%3e%3c/svg%3e")}.flag-icon-sy.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sy'%20viewBox='0%200%20512%20512'%3e%3crect%20width='512'%20height='170.7'%20y='170.7'%20fill='%23fff'%20fill-rule='evenodd'%20rx='0'%20ry='0'/%3e%3crect%20width='512'%20height='170.7'%20y='341.3'%20fill-rule='evenodd'%20rx='0'%20ry='0'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23090'%20fill-rule='evenodd'%20d='m151.4%20299.7-30.8-22.2L90%20300l11.4-36.6L70.9%20241l37.8-.3%2011.7-36.5%2012%2036.4H170l-30.4%2022.8%2011.7%2036.4zm285.4%200-30.7-22.2-30.6%2022.5%2011.4-36.6-30.5-22.5%2037.7-.3%2011.7-36.5%2012%2036.4h37.8l-30.4%2022.8%2011.6%2036.4z'/%3e%3c/svg%3e")}.flag-icon-sz{background-image:url(/assets/sz-BkCngZmV.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(/assets/sz-D-HGu_Jk.svg)}.flag-icon-tc{background-image:url(/assets/tc-BtlW8P8O.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(/assets/tc-C_mkWUjr.svg)}.flag-icon-td{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-td'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000067'%20d='M0%200h214v480H0z'/%3e%3cpath%20fill='red'%20d='M426%200h214v480H426z'/%3e%3cpath%20fill='%23ff0'%20d='M214%200h212v480H214z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-td.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-td'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000067'%20d='M0%200h171.2v512H0z'/%3e%3cpath%20fill='red'%20d='M340.8%200H512v512H340.8z'/%3e%3cpath%20fill='%23ff0'%20d='M171.2%200h169.6v512H171.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tf'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23fff'%20d='m0-21%2012.3%2038L-20-6.5h40L-12.3%2017z'/%3e%3c/defs%3e%3cpath%20fill='%23002395'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h292.8v196.8H0z'/%3e%3cpath%20fill='%23002395'%20d='M0%200h96v192H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M192%200h96v192h-96z'/%3e%3cpath%20fill='%23fff'%20d='m426%20219.6%2015.4%2024.6h44V330l-33-51.6-44.4%2070.8h21.6l22.8-40.8%2046.8%2084%2046.8-84%2022.8%2040.8h21.6L546%20278.4%20513%20330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6%20105h-48v16.8h48zm91.2%200h-48v16.8h48z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='416'%20y='362'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='371'%20y='328'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='461'%20y='328'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='333'%20y='227'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='499'%20y='227'%20transform='scale(1.2)'/%3e%3c/svg%3e")}.flag-icon-tf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tf'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20fill='%23fff'%20d='m0-21%2012.3%2038L-20-6.5h40L-12.3%2017z'/%3e%3c/defs%3e%3cpath%20fill='%23002395'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h312.3v210H0z'/%3e%3cpath%20fill='%23002395'%20d='M0%200h102.4v204.8H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M204.8%200h102.4v204.8H204.8z'/%3e%3cpath%20fill='%23fff'%20d='m282.4%20234.2%2016.5%2026.3h46.9V352l-35.3-55-47.3%2075.5h23l24.4-43.5%2049.9%2089.6%2049.9-89.6%2024.3%2043.5h23L410.5%20297l-35.2%2055v-50.6h21.1l15.7-25h-36.8v-16h46.9l16.5-26.2H282.4zm55%20112h-51.2v18h51.2zm97.3%200h-51.2v18h51.2z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='416'%20y='362'%20transform='translate(-172)%20scale(1.28)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='371'%20y='328'%20transform='translate(-172)%20scale(1.28)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='461'%20y='328'%20transform='translate(-172)%20scale(1.28)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='333'%20y='227'%20transform='translate(-172)%20scale(1.28)'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20x='499'%20y='227'%20transform='translate(-172)%20scale(1.28)'/%3e%3c/svg%3e")}.flag-icon-tg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tg-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23ffe300'%20d='M0%200h767.6v512H0z'/%3e%3cpath%20fill='%23118600'%20d='M0%20208.1h767.6V311H0zM0%20.2h767.6v102.9H0z'/%3e%3cpath%20fill='%23d80000'%20d='M0%20.3h306.5v310.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M134.4%20128.4c0-.8%2018.9-53%2018.9-53l17%2052.2s57.4%201.7%2057.4.8-45.3%2034.3-45.3%2034.3%2021.4%2060%2020.5%2058.2c-.8-1.7-49.6-36-49.6-36s-49.7%2034.3-48.8%2034.3c.8%200%2018.8-56.5%2018.8-56.5l-44.5-33.4%2055.6-.9z'/%3e%3cpath%20fill='%23118600'%20d='M0%20409.2h767.6V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tg.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-.2h496.3V496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tg-a)'%20transform='translate(0%20.3)%20scale(1.0316)'%3e%3cpath%20fill='%23ffe300'%20d='M0-.2h744V496H0z'/%3e%3cpath%20fill='%23118600'%20d='M0%20201.5h744v99.7H0zM0%200h744v99.7H0z'/%3e%3cpath%20fill='%23d80000'%20d='M0%200h297.1v301.2H0z'/%3e%3cpath%20fill='%23fff'%20d='M130.3%20124.3c0-.9%2018.3-51.5%2018.3-51.5l16.6%2050.6s55.6%201.7%2055.6.8-44%2033.2-44%2033.2%2020.7%2058.1%2019.9%2056.5c-.8-1.7-48.1-34.9-48.1-34.9s-48.2%2033.2-47.3%2033.2%2018.2-54.7%2018.2-54.7L76.4%20125l53.9-.8z'/%3e%3cpath%20fill='%23118600'%20d='M0%20396.4h744v99.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-th{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-th'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f5f8'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%232d2a4a'%20d='M0%20162.5h640v160H0z'/%3e%3cpath%20fill='%23a51931'%20d='M0%200h640v82.5H0zm0%20400h640v80H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-th.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-th'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f5f8'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%232d2a4a'%20d='M0%20173.4h512V344H0z'/%3e%3cpath%20fill='%23a51931'%20d='M0%200h512v88H0zm0%20426.7h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tj'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23060'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v342.9H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%200h640v137.1H0z'/%3e%3cpath%20fill='%23f8c300'%20d='M300.8%20233.6a8.6%208.6%200%200%201%2016%204V272h6.4v-34.3a8.6%208.6%200%200%201%2016-4%2020.2%2020.2%200%201%200-38.4%200'/%3e%3cpath%20fill='%23fff'%20d='M305.4%20224.7a13.7%2013.7%200%200%201%2014.6%206.5%2013.7%2013.7%200%200%201%2014.6-6.5%2014.7%2014.7%200%200%200-29.2%200'/%3e%3cpath%20id='a'%20fill='%23f8c300'%20d='M316.8%20258.3a26%2026%200%200%201-43.8%2016.6%2027%2027%200%200%201-41%2012c2.5%2025%2040%2019.9%2042.8-4.4%2011.7%2020.7%2037.6%2014.7%2045.2-10.6z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cpath%20id='b'%20fill='%23f8c300'%20d='M291.8%20302.6c-5.3%2011.3-15.7%2013.2-24.8%204.1%200%200%203.6-2.6%207.6-3.3-.8-3.1.7-7.5%202.9-9.8a15%2015%200%200%201%206.1%208.1c5.5-.7%208.2%201%208.2%201z'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='rotate(9.4%20320%20551.3)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='rotate(18.7%20320%20551.3)'/%3e%3cpath%20fill='none'%20stroke='%23f8c300'%20stroke-width='11'%20d='M253.5%20327.8a233.1%20233.1%200%200%201%20133%200'/%3e%3cg%20fill='%23f8c300'%20transform='translate(320%20164.6)%20scale(.68571)'%3e%3cpath%20id='c'%20d='m301930%20415571-790463-574305h977066l-790463%20574305L0-513674z'%20transform='scale(.00005)'/%3e%3c/g%3e%3cg%20id='d'%20fill='%23f8c300'%20transform='translate(320%20260.6)%20scale(.68571)'%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-70%20-121.2)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-121.2%20-70)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-140)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.flag-icon-tj.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tj'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23060'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v365.7H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%200h512v146.3H0z'/%3e%3cg%20fill='%23f8c300'%20transform='translate(-256)%20scale(.73143)'%3e%3cpath%20d='M672%20340.7a12.5%2012.5%200%200%201%2023.3%205.9v50h9.4v-50a12.5%2012.5%200%200%201%2023.3-5.9%2029.5%2029.5%200%201%200-56%200'/%3e%3cpath%20fill='%23fff'%20d='M678.7%20327.6a20%2020%200%200%201%2021.3%209.6%2020%2020%200%200%201%2021.3-9.6%2021.5%2021.5%200%200%200-42.6%200'/%3e%3cpath%20id='a'%20d='M695.3%20376.6a38%2038%200%200%201-63.8%2024.3%2039.5%2039.5%200%200%201-59.8%2017.5c3.7%2036.4%2058.3%2029%2062.3-6.4%2017.2%2030.1%2055%2021.5%2066-15.4z'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201400%200)'/%3e%3cpath%20id='b'%20d='M658.8%20441.3c-7.6%2016.5-22.8%2019.3-36.1%206%200%200%205.3-3.8%2011-4.8a18%2018%200%200%201%204.3-14.3%2022%2022%200%200%201%209%2011.8c8-1%2011.8%201.3%2011.8%201.3z'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(9.4%20700%20804)'/%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(18.7%20700%20804)'/%3e%3cpath%20fill='none'%20stroke='%23f8c300'%20stroke-width='16'%20d='M603%20478a340%20340%200%200%201%20194%200'/%3e%3cg%20transform='translate(700%20380)'%3e%3cg%20transform='translate(0%20-140)'%3e%3cpath%20id='c'%20d='m488533-158734-790463%20574305L0-513674l301930%20929245-790463-574305z'%20transform='scale(.00005)'/%3e%3c/g%3e%3cg%20id='d'%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-70%20-121.2)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-121.2%20-70)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='translate(-140)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300247d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fed100'%20d='M108.1%20354.6c-6.7-.1%2062.8-37%20120.9-84.4%2076.2-62.1%20240.3-161.4%20288.6-177.6%205-1.7-10.3%208.6-12.3%2011.9-51.5%2061-10.4%20176%2054%20233.9%2019.4%2014.8%2018.4%2015.6%2054.3%2017v3.4l-505.5-4.2zm-4.2%206.7s-4.9%203.5-4.9%206.1c0%202.9%205.5%206.7%205.5%206.7l498.5%205.5%209.2-6.1-12.8-7.9-495.5-4.3z'/%3e%3cpath%20fill='%23fff'%20d='m106.8%20109.1-4%2012.2%2010.4-7.5%2010.3%207.5-3.9-12.2%2010.3-7.5h-12.8l-3.9-12.2-4%2012.2H96.4zm78.1%2057.4%208.6-6.3h-10.7l-3.3-10.1-3.3%2010.1h-10.6l8.6%206.3-3.3%2010.1%208.6-6.3%208.7%206.3zm-145.2%2013-4-12.2-3.9%2012.2H19l10.3%207.5-3.9%2012.2%2010.3-7.5%2010.4%207.5-4-12.2%2010.4-7.5zm78.1%20122.3-4.6-14.2-4.6%2014.2h-15l12.1%208.7-4.6%2014.3%2012.1-8.8%2012.1%208.8-4.7-14.3%2012.1-8.7z'/%3e%3c/svg%3e")}.flag-icon-tk.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300247d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fed100'%20d='M90.7%20384.2c-5.3%200%2050-29.5%2096.4-67.2%2060.7-49.5%20191.5-128.7%20230-141.5%204-1.3-8.2%206.8-9.8%209.5-41.1%2048.6-8.3%20140.3%2043%20186.4%2015.4%2011.8%2014.6%2012.4%2043.2%2013.6v2.7l-402.8-3.5zm-3.3%205.4s-3.9%202.8-3.9%204.9c0%202.3%204.4%205.4%204.4%205.4l397.3%204.4%207.3-4.9-10.2-6.3-394.9-3.5z'/%3e%3cpath%20fill='%23fff'%20d='m105.5%20116.6-4%2012.1%2010.4-7.5%2010.3%207.5-4-12.1%2010.4-7.5h-12.8l-3.9-12.2-4%2012.2H95.2zm77.8%2057.1%208.6-6.2h-10.6l-3.3-10.1-3.3%2010.1h-10.6l8.6%206.2-3.3%2010.1%208.6-6.2%208.6%206.2zm-144.7%2013-3.9-12.1-4%2012.1H18l10.3%207.5-4%2012.1%2010.4-7.5%2010.3%207.5-3.9-12.1%2010.3-7.5zm77.9%20121.9-4.6-14.2-4.6%2014.2H92.4l12%208.7-4.6%2014.2%2012.1-8.8%2012%208.8-4.6-14.2%2012-8.7z'/%3e%3c/svg%3e")}.flag-icon-tl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tl'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tl-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23cb000f'%20d='M0%200h1031.2v512H0z'/%3e%3cpath%20fill='%23f8c00c'%20d='M0%200c3.2%200%20512%20256.7%20512%20256.7L0%20512V0z'/%3e%3cpath%20d='M0%200c2.1%200%20340.6%20256.7%20340.6%20256.7L0%20512V0z'/%3e%3cpath%20fill='%23fff'%20d='M187.7%20298.2%20127%20284.7l-31%2052.8-5-59.7-60.7-13.3%2054.9-24.9-3.3-59.3%2040.2%2043.4%2055.4-25.3-28.9%2054%2039.2%2045.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tl.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tl-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23cb000f'%20d='M0%200h999v496H0z'/%3e%3cpath%20fill='%23f8c00c'%20d='M0%200c3.1%200%20496%20248.7%20496%20248.7L0%20496.1V0z'/%3e%3cpath%20d='M0%200c2%200%20330%20248.7%20330%20248.7L0%20496.1V0z'/%3e%3cpath%20fill='%23fff'%20d='m181.9%20288.9-59-13L93%20327l-5-57.8-58.8-13%2053.1-24-3.2-57.5%2039%2042%2053.6-24.4-28%2052.2%2038%2044.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tm{background-image:url(/assets/tm-B6TvRGWH.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(/assets/tm-DyJM7JiO.svg)}.flag-icon-tn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tn-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cpath%20fill='%23e70013'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M385.8%20255.8a129.1%20129.1%200%201%201-258.2%200%20129.1%20129.1%200%200%201%20258.2%200z'/%3e%3cpath%20fill='%23e70013'%20d='M256.7%20341.4a85.7%2085.7%200%200%201%200-171.3c11.8%200%2025.3%202.8%2034.4%209.5-62.6%202.3-78.5%2055.5-78.5%2076.9s10.1%2069.1%2078.5%2076.2c-7.8%205-22.6%208.7-34.4%208.7z'/%3e%3cpath%20fill='%23e70013'%20d='m332.1%20291.8-38.9-14.2-25.7%2032.4%201.5-41.3-38.8-14.5%2039.8-11.4%201.7-41.3%2023.2%2034.3%2039.8-11-25.5%2032.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tn-a'%3e%3cpath%20fill-opacity='.7'%20d='M124%200h496v496H124z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tn-a)'%20transform='translate(-128)%20scale(1.0321)'%3e%3cpath%20fill='%23e70013'%20d='M0%200h744v496H0z'/%3e%3cpath%20fill='%23fff'%20d='M497.8%20247.8a125.1%20125.1%200%201%201-250.2%200%20125.1%20125.1%200%200%201%20250.2%200z'/%3e%3cpath%20fill='%23e70013'%20d='M372.7%20330.8a83%2083%200%200%201-83-83%2083%2083%200%200%201%2083-83c11.4%200%2024.5%202.7%2033.3%209.2-60.6%202.3-76%2053.7-76%2074.5s9.8%2067%2076%2073.8a70.4%2070.4%200%200%201-33.3%208.5z'/%3e%3cpath%20fill='%23e70013'%20d='M445.8%20282.7%20408.1%20269l-24.9%2031.4%201.4-40-37.6-14%2038.6-11.1%201.7-40%2022.4%2033.2%2038.6-10.8-24.7%2031.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-to{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-to'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23c10000'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h250v200.3H0z'/%3e%3cg%20fill='%23c10000'%3e%3cpath%20d='M102.8%2031.2h39.9v139.6h-39.8z'/%3e%3cpath%20d='M192.6%2081v40H53V81z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-to.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-to'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23c10000'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h218.3v175H0z'/%3e%3cg%20fill='%23c10000'%3e%3cpath%20d='M89.8%2027.3h34.8v121.9H89.8z'/%3e%3cpath%20d='M168.2%2070.8v34.8H46.3V70.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e30a17'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M407%20247.5c0%2066.2-54.6%20119.9-122%20119.9s-122-53.7-122-120%2054.6-119.8%20122-119.8%20122%2053.7%20122%20119.9z'/%3e%3cpath%20fill='%23e30a17'%20d='M413%20247.5c0%2053-43.6%2095.9-97.5%2095.9s-97.6-43-97.6-96%2043.7-95.8%2097.6-95.8%2097.6%2042.9%2097.6%2095.9z'/%3e%3cpath%20fill='%23fff'%20d='m430.7%20191.5-1%2044.3-41.3%2011.2%2040.8%2014.5-1%2040.7%2026.5-31.8%2040.2%2014-23.2-34.1%2028.3-33.9-43.5%2012-25.8-37z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tr.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e30a17'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M348.8%20264c0%2070.6-58.3%20127.9-130.1%20127.9s-130.1-57.3-130.1-128%2058.2-127.8%20130-127.8S348.9%20193.3%20348.9%20264z'/%3e%3cpath%20fill='%23e30a17'%20d='M355.3%20264c0%2056.5-46.6%20102.3-104.1%20102.3s-104-45.8-104-102.3%2046.5-102.3%20104-102.3%20104%2045.8%20104%20102.3z'/%3e%3cpath%20fill='%23fff'%20d='m374.1%20204.2-1%2047.3-44.2%2012%2043.5%2015.5-1%2043.3%2028.3-33.8%2042.9%2014.8-24.8-36.3%2030.2-36.1-46.4%2012.8-27.5-39.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e00000'%20fill-rule='evenodd'%20d='M463.7%20480%200%201v478.8l463.7.2zM176.3%200%20640%20479V.2L176.3%200z'/%3e%3cpath%20fill-rule='evenodd'%20d='M27.7.2h118.6l468.2%20479.3H492.2L27.7.2z'/%3e%3c/svg%3e")}.flag-icon-tt.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tt'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'%20style='width:0'/%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e00000'%20d='M371%20512%200%201v510.7l371%20.3zM141%200l371%20511V.2L141%200z'/%3e%3cpath%20d='M22.2.2h94.9l374.5%20511.3h-97.9L22.2.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tv'%20viewBox='0%200%20640%20480'%3e%3cdefs%20id='defs830'%3e%3cclipPath%20id='tv-a'%3e%3cpath%20id='path827'%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20id='rect891'%20fill='%23009fca'%20fill-opacity='1'%20stroke-width='11.8'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='path862'%20fill='%23fff40d'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='M593.3%20122.7H621l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.2%2015.3%208.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2%20196.8h27.6l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.3%2015.3%208.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.2%2015.3%208.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8%20417.7h27.6L301%20432.8l8.6%2024.6-22.3-15.2-22.3%2015.2%208.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6%2022.3%2015.2%2022.3-15.2-8.6%2024.6%2022.3%2015.3h-27.5l-8.5%2024.6zm81.3-112.5H412l22.3-15.2-8.5-24.7%2022.3%2015.3%2022.3-15.3-8.6%2024.7%2022.3%2015.2h-27.5l-8.5%2024.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6%2022.3%2015.2%2022.3-15.2-8.6%2024.6%2022.4%2015.3H525l-8.5%2024.6zM439.7%20400H412l22.3-15.2L426%20360l22.3%2015.2%2022.3-15.2-8.6%2024.7%2022.3%2015.2h-27.5l-8.5%2024.7zm-81.3%2019.9h-27.6l22.3-15.2-8.5-24.7%2022.3%2015.2%2022.3-15.2-8.6%2024.6L403%20420h-27.5l-8.5%2024.7z'%20opacity='1'%20stop-opacity='1'/%3e%3cg%20id='g1551'%20transform='scale(.5)'%3e%3cpath%20id='path1529'%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='path1531'%20fill='%23FFF'%20d='m75%200%20244%20181L562%200h78v62L400%20241l240%20178v61h-80L320%20301%2081%20480H0v-60l239-178L0%2064V0z'/%3e%3cpath%20id='path1533'%20fill='%23C8102E'%20d='m424%20281%20216%20159v40L369%20281zm-184%2020%206%2035L54%20480H0zM640%200v3L391%20191l2-44L590%200zM0%200l239%20176h-60L0%2042z'/%3e%3cpath%20id='path1535'%20fill='%23FFF'%20d='M241%200v480h160V0zM0%20160v160h640V160z'/%3e%3cpath%20id='path1537'%20fill='%23C8102E'%20d='M0%20193v96h640v-96zM273%200v480h96V0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tv.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tv'%20viewBox='0%200%20512%20512'%3e%3cdefs%20id='defs540'%3e%3cclipPath%20id='tv-a'%3e%3cpath%20id='path537'%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20id='rect597'%20fill='%23009fca'%20fill-opacity='1'%20stroke-width='4.9'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path572'%20fill='%23fff40d'%20fill-rule='evenodd'%20stroke-width='1pt'%20d='m478%20226.3%207.1%2020.4-18.4-12.6-18.5%2012.6%207.1-20.4-18.5-12.6h22.9l7-20.4%207%2020.4h22.8zm-57.2%20162.8%207%2020.4-18.4-12.7-18.4%2012.7%207-20.4-18.4-12.7h22.8l7-20.4%207%2020.5h22.9zm57.3-36.9%207%2020.4-18.4-12.6-18.5%2012.6%207.1-20.4-18.5-12.6h22.9l7-20.4%207%2020.4h22.8zm-246.2%20118%207.1%2020.5-18.4-12.7-18.5%2012.7%207.1-20.4-18.5-12.6h22.8l7-20.4%207.1%2020.4h22.8zm43.1-88.4-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.8zm67.3-93-7.1-20.4%2018.4%2012.6%2018.5-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zm56.5-19.3-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zm-56.5%20161-7.1-20.4%2018.4%2012.6%2018.5-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zM275%20446.9l-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.8z'%20opacity='1'%20stop-opacity='1'/%3e%3cg%20id='g947'%20transform='scale(.5)'%3e%3cpath%20id='path925'%20fill='%23012169'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='path927'%20fill='%23FFF'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20id='path929'%20fill='%23C8102E'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20id='path931'%20fill='%23FFF'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20id='path933'%20fill='%23C8102E'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tw'%20viewBox='0%200%20640%20480'%3e%3cclipPath%20id='tw-a'%3e%3cpath%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23tw-a)'%3e%3cpath%20fill='red'%20d='M0%200h720v480H0z'/%3e%3cpath%20fill='%23000095'%20d='M0%200h360v240H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m154%20126.9-2.5%209.6%209.4%202.6-1.8-7.1zm46.9%205.1-1.8%207.1%209.4-2.6-2.5-9.6zm-41.8-24-5.1%205.1%201.9%206.9z'/%3e%3cpath%20d='m155.9%20120-1.9%206.9%205.1%205.1z'/%3e%3cpath%20d='m154%20113.1-6.9%206.9%206.9%206.9%201.9-6.9zm14%2027.8%205.1%205.1%206.9-1.9zm18.9%205.1%209.6%202.5%202.6-9.4-7.1%201.8z'/%3e%3cpath%20d='m192%20140.9%207.1-1.8%201.8-7.1zm-31.1-1.8%202.6%209.4%209.6-2.5-5.1-5.1zm19.1%205%206.9%201.9%205.1-5.1z'/%3e%3cpath%20d='m173.1%20146%206.9%206.9%206.9-6.9-6.9-1.9zm-12.2-45.1-9.4%202.6%202.5%209.6%205.1-5.1zm-1.8%2031.1%201.8%207.1%207.1%201.8zm45-12%201.9-6.9-5.1-5.1z'/%3e%3cpath%20d='m168%2099.1-7.1%201.8-1.8%207.1zm32.9%208.9-1.8-7.1-7.1-1.8zm5.1%2018.9%206.9-6.9-6.9-6.9-1.9%206.9z'/%3e%3cpath%20d='m200.9%20108-8.9-8.9-12-3.2-12%203.2-8.9%208.9-3.2%2012%203.2%2012%208.9%208.9%2012%203.2%2012-3.2%208.9-8.9%203.2-12z'/%3e%3cpath%20d='m200.9%20132%205.1-5.1-1.9-6.9zm5.1-18.9%202.5-9.6-9.4-2.6%201.8%207.1zm-6.9-12.2-2.6-9.4-9.6%202.5%205.1%205.1zm-26-6.9-9.6-2.5-2.6%209.4%207.1-1.8zm6.9%201.9-6.9-1.9-5.1%205.1z'/%3e%3cpath%20d='m186.9%2094-6.9-6.9-6.9%206.9%206.9%201.9z'/%3e%3cpath%20d='m192%2099.1-5.1-5.1-6.9%201.9zM173.1%20146l-9.6%202.5%204.5%2016.6%2012-12.2zm-5.1%2019.1%2012%2044.9%2012-44.9-12-12.2zm-7.1-26-9.4-2.6-4.4%2016.4%2016.4-4.4z'/%3e%3cpath%20d='m147.1%20152.9-12%2045.1%2032.9-32.9-4.5-16.6zm-12-20.9L102%20165.1l45.1-12.2%204.4-16.4z'/%3e%3cpath%20d='m154%20126.9-6.9-6.9-12%2012%2016.4%204.5zm0-13.8-2.5-9.6-16.4%204.5%2012%2012z'/%3e%3cpath%20d='M135.1%20108%2090%20120l45.1%2012%2012-12zm90%2024-16.6%204.5%204.4%2016.4%2045.1%2012.2z'/%3e%3cpath%20d='m199.1%20139.1-2.6%209.4%2016.4%204.4-4.4-16.4zm-12.2%206.9-6.9%206.9%2012%2012.2%204.5-16.6zm19.1-19.1%202.5%209.6%2016.6-4.5-12.2-12z'/%3e%3cpath%20d='m192%20165.1%2033.1%2032.9-12.2-45.1-16.4-4.4zm7.1-64.2%209.4%202.6%204.4-16.4-16.4%204.4z'/%3e%3cpath%20d='M225.1%20108%20258%2075.1l-45.1%2012-4.4%2016.4zm-12.2-20.9L225.1%2042%20192%2075.1l4.5%2016.4zm12.2%2044.9%2044.9-12-44.9-12-12.2%2012z'/%3e%3cpath%20d='m206%20113.1%206.9%206.9%2012.2-12-16.6-4.5zm-38-38L135.1%2042l12%2045.1%2016.4%204.4z'/%3e%3cpath%20d='m160.9%20100.9%202.6-9.4-16.4-4.4%204.4%2016.4z'/%3e%3cpath%20d='m147.1%2087.1-45.1-12%2033.1%2032.9%2016.4-4.5zm39.8%206.9%209.6-2.5-4.5-16.4-12%2012z'/%3e%3cpath%20d='M192%2075.1%20180%2030l-12%2045.1%2012%2012z'/%3e%3cpath%20d='m173.1%2094%206.9-6.9-12-12-4.5%2016.4z'/%3e%3c/g%3e%3ccircle%20cx='180'%20cy='120'%20r='51.1'%20fill='%23000095'/%3e%3ccircle%20cx='180'%20cy='120'%20r='45.1'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tw.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tw'%20viewBox='0%200%20512%20512'%3e%3cclipPath%20id='tw-a'%3e%3cpath%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23tw-a)'%3e%3cpath%20fill='red'%20d='M0%200h768v512H0z'/%3e%3cpath%20fill='%23000095'%20d='M0%200h384v256H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m164.3%20135.4-2.7%2010.2%2010.1%202.7-2-7.4zm50%205.5-2%207.4%2010.1-2.7-2.7-10.2zm-44.6-25.8-5.4%205.5%202%207.4z'/%3e%3cpath%20d='m166.3%20128-2%207.4%205.4%205.5z'/%3e%3cpath%20d='m164.3%20120.6-7.4%207.4%207.4%207.4%202-7.4zm14.8%2029.7%205.5%205.4%207.4-2zm20.3%205.4%2010.2%202.7%202.7-10.1-7.4%202z'/%3e%3cpath%20d='m204.9%20150.3%207.4-2%202-7.4zm-33.2-2%202.7%2010.1%2010.2-2.7-5.5-5.4zm20.3%205.4%207.4%202%205.5-5.4z'/%3e%3cpath%20d='m184.6%20155.7%207.4%207.4%207.4-7.4-7.4-2zm-12.9-48-10.1%202.7%202.7%2010.2%205.4-5.5zm-2%2033.2%202%207.4%207.4%202zm48-12.9%202-7.4-5.4-5.5z'/%3e%3cpath%20d='m179.1%20105.7-7.4%202-2%207.4zm35.2%209.4-2-7.4-7.4-2zm5.4%2020.3%207.4-7.4-7.4-7.4-2%207.4z'/%3e%3cpath%20d='m214.3%20115.1-9.4-9.4-12.9-3.4-12.9%203.4-9.4%209.4-3.4%2012.9%203.4%2012.9%209.4%209.4%2012.9%203.4%2012.9-3.4%209.4-9.4%203.4-12.9z'/%3e%3cpath%20d='m214.3%20140.9%205.4-5.5-2-7.4zm5.4-20.3%202.7-10.2-10.1-2.7%202%207.4zm-7.4-12.9-2.7-10.1-10.2%202.7%205.5%205.4zm-27.7-7.4-10.2-2.7-2.7%2010.1%207.4-2z'/%3e%3cpath%20d='m192%20102.3-7.4-2-5.5%205.4z'/%3e%3cpath%20d='m199.4%20100.3-7.4-7.4-7.4%207.4%207.4%202z'/%3e%3cpath%20d='m204.9%20105.7-5.5-5.4-7.4%202zm-20.3%2050-10.2%202.7%204.7%2017.6%2012.9-12.9zm-5.5%2020.3%2012.9%2048%2012.9-48-12.9-12.9zm-7.4-27.7-10.1-2.7-4.7%2017.5%2017.5-4.7z'/%3e%3cpath%20d='m156.9%20163.1-12.9%2048%2035.1-35.1-4.7-17.6zM144%20140.9%20108.9%20176l48-12.9%204.7-17.5z'/%3e%3cpath%20d='m164.3%20135.4-7.4-7.4-12.9%2012.9%2017.6%204.7zm0-14.8-2.7-10.2-17.6%204.7%2012.9%2012.9z'/%3e%3cpath%20d='M144%20115.1%2096%20128l48%2012.9%2012.9-12.9zm96%2025.8-17.6%204.7%204.7%2017.5%2048%2012.9z'/%3e%3cpath%20d='m212.3%20148.3-2.7%2010.1%2017.5%204.7-4.7-17.5zm-12.9%207.4-7.4%207.4%2012.9%2012.9%204.7-17.6zm20.3-20.3%202.7%2010.2%2017.6-4.7-12.9-12.9zM204.9%20176l35.1%2035.1-12.9-48-17.5-4.7zm7.4-68.3%2010.1%202.7%204.7-17.5-17.5%204.7zm27.7%207.4L275.1%2080l-48%2012.9-4.7%2017.5zm-12.9-22.2%2012.9-48L204.9%2080l4.7%2017.6zm12.9%2048%2048-12.9-48-12.9-12.9%2012.9z'/%3e%3cpath%20d='m219.7%20120.6%207.4%207.4%2012.9-12.9-17.6-4.7zM179.1%2080%20144%2044.9l12.9%2048%2017.5%204.7zm-7.4%2027.7%202.7-10.1-17.5-4.7%204.7%2017.5z'/%3e%3cpath%20d='m156.9%2092.9-48-12.9%2035.1%2035.1%2017.6-4.7zm42.5%207.4%2010.2-2.7-4.7-17.6L192%2092.9z'/%3e%3cpath%20d='M204.9%2080%20192%2032l-12.9%2048L192%2092.9z'/%3e%3cpath%20d='m184.6%20100.3%207.4-7.4L179.1%2080l-4.7%2017.6z'/%3e%3c/g%3e%3ccircle%20cx='192'%20cy='128'%20r='54.4'%20fill='%23000095'/%3e%3ccircle%20cx='192'%20cy='128'%20r='48'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tz-a'%3e%3cpath%20fill-opacity='.7'%20d='M10%200h160v120H10z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23tz-a)'%20transform='matrix(4%200%200%204%20-40%200)'%3e%3cpath%20fill='%2309f'%20d='M0%200h180v120H0z'/%3e%3cpath%20fill='%23090'%20d='M0%200h180L0%20120V0z'/%3e%3cpath%20d='M0%20120h40l140-95V0h-40L0%2095v25z'/%3e%3cpath%20fill='%23ff0'%20d='M0%2091.5%20137.2%200h13.5L0%20100.5v-9zM29.3%20120%20180%2019.5v9L42.8%20120H29.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-tz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tz'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tz-a'%3e%3cpath%20fill-opacity='.7'%20d='M102.9%200h496v496H103z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23tz-a)'%20transform='translate(-106.2)%20scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2309f'%20d='M0%200h744.1v496H0z'/%3e%3cpath%20fill='%23090'%20d='M0%200h744.1L0%20496V0z'/%3e%3cpath%20d='M0%20496h165.4L744%20103.4V0H578.7L0%20392.7v103.4z'/%3e%3cpath%20fill='%23ff0'%20d='M0%20378%20567%200h56L0%20415.3v-37.2zm121.1%20118%20623-415.3V118L177%20496h-55.9z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ua{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ua'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffd500'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23005bbb'%20d='M0%200h640v240H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ua.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ua'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffd500'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23005bbb'%20d='M0%200h512v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ug{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ug'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ug-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ug-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M-128%20341.4h768v85.3h-768z'/%3e%3cpath%20fill-rule='evenodd'%20d='M-128%20256h768v85.3h-768z'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M-128%20170.7h768V256h-768z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M-128%2085.4h768v85.3h-768z'/%3e%3cpath%20fill-rule='evenodd'%20d='M-128%200h768v85.3h-768z'/%3e%3cpath%20fill='%23fffdff'%20fill-rule='evenodd'%20stroke='%23000'%20d='M335.7%20256a79.7%2079.7%200%201%201-159.4%200%2079.7%2079.7%200%200%201%20159.4%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='m242%20194.9-5.2-9.5c2-2%205.3-3.6%2010.7-3.6l-.6%2010.5-5%202.6z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20stroke='%23000'%20d='m247%20192.3.7-10.5s10.7-.6%2016.5%206.4l-5.7%208.2-11.6-4z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='m258.6%20196.3%205.3-8.2c3.5%203.7%205%206.3%205.5%2010.3.1.1-8.3%202.1-8.3%202l-2.5-4.1z'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M244.6%20331.1s9.9-11.3%2029.1-8.9c-2.9-4.7-12.3-4.1-12.3-4.1s-2.8-22-.6-23.2%2012%20.1%2012%20.1c1.2%200%203.4-3.4%201.6-5.6-1.7-2.2-6.8-10.5-4.7-12.2%202.1-1.6%2013.4%201%2013.4%201l-32-41s-3.3-15.5%203.3-23c7.9-6.5%207-13.6%206.8-13.5-1.1-7.2-12-12.3-19.4-5.7-4.3%205.2-1.4%209.2-1.4%209.2s-11.5%203.1-11.9%205.1c-.5%202%2012.9-.3%2012.9-.3l-1.3%209.1s-26%2023.6-6%2044l.6-.8s7%208.6%2014.3%2010.5c7%207%206.3%206%206.3%206s1.3%2011.1%200%2013.3c-1.7-.5-19.3-1.2-21.9-.2-2.4.8-11.4.3-9.2%2015.1l3.3-7.5s-.3%205.3%201.9%207.2c-.4-5.6%202.1-9.4%202.1-9.4s.4%206.2%201.8%207c1.4%201%201.4-10%209-9%207.4.9%2012.9.6%2012.9.6s2.5%2021.4%201.7%2023.4c-5.4-1.3-18.4.5-19.2%203.8%207.6-.5%2011.1.4%2011.1.4s-6.1%205.5-4.2%208.6z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M247.6%20214.8s-18.9%2020.8-10.7%2036.7c.4-2.2.2-3.6.5-3.5-.5-.3%202.3%201.9%202.1%201.5%200-1.2-.8-3.7-.8-3.7l2.5.7-1.5-2.8%203.7.4s-1.3-3.4-.9-3.4l3%20.2c-5.4-9.6-.3-17.6%202.1-26.2z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20d='M254.2%20196.9s1%207.2-3%209.2c-.5.5-3%201.3-2.6%202.8.4%202%201.5%201.6%203%201.2%204.1-.7%208.9-9.4%202.6-13.2z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M247.2%20203a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='M241.1%20209c-1%20.9-6.2%206.3-1%208.3%205.3-1.4%203.8-2.4%205-3.6%200-2.5-2.6-3.1-4-4.6z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M252.6%20260.5c-.3%201.2-1.5%205.6.1%209%204.6-2%206.7-1.4%208.2-.4-3.7-3-5.2-4.3-8.3-8.6z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='m260.4%20281.1.2%2010.2s3.6.6%205.2%200%200-7-5.4-10.2z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%23000'%20d='M286%20282.4s-6.5-15.8-23.2-19.8-14.5-21.8-13.2-22.9c.8-1.5%201.3-3.9%206.1-1.6s27%2013.4%2030.2%2014%20.4%2030.7.2%2030.3z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M270.2%20262.5c-.3.2%2022.3%2013.4%2015.5%2024.7%206.4-4.3%204.4-11.7%204.4-11.7s5.2%2013.7-7.6%2020.4c1.4%201.2%202.3%201%202.3%201l-2.2%202.1s-1%201.7%207.6-2.5c-2.3%201.9-2.5%203.3-2.5%203.3s.6%201.8%206.2-3.1c-4.5%204.9-5.5%207.4-5.5%207.3%2012.3-1%2039-41-8.4-52.7l2.1%202.2-12%209z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M271.2%20258.6c3%202.2%204.1%203%204.5%204-2.8-.6-5.3-.4-5.3-.4s-6.1-5.8-7.2-6.3c-.8%200-5.6-3-5.6-3-2.3-1.2-4.5-9.3%204.2-7a93%2093%200%200%200%2010.3%204.6l10.7%203.4%206.2%206.9s-11-5.4-12.4-5.5c3%202.4%204.7%205.8%204.7%205.8-3.5-1-6.5-2-10.1-2.5z'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-width='.9'%20d='M228.4%20209.9s10.5-2.6%2011.8-2.2'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M-128%20426.7h768V512h-768z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ug.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ug'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ug-a'%3e%3cpath%20fill-opacity='.7'%20d='M124%200h496v496H124z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ug-a)'%20transform='translate(-128)%20scale(1.0321)'%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M0%20330.7h744v82.7H0z'/%3e%3cpath%20fill-rule='evenodd'%20d='M0%20248h744v82.7H0z'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M0%20165.4h744V248H0z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M0%2082.7h744v82.7H0z'/%3e%3cpath%20fill-rule='evenodd'%20d='M0%200h744v82.7H0z'/%3e%3cpath%20fill='%23fffdff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M449.3%20248a77.2%2077.2%200%201%201-154.5%200%2077.2%2077.2%200%200%201%20154.5%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m358.4%20188.8-5-9.2c2-2%205.2-3.4%2010.4-3.4l-.5%2010-4.9%202.6z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m363.3%20186.4.6-10.2s10.4-.6%2016%206.1l-5.5%208-11.2-4z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m374.6%20190.2%205.1-8c3.4%203.6%204.8%206.2%205.4%2010%200%20.2-8.1%202-8.1%202l-2.4-4z'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M361%20320.9s9.6-11%2028.2-8.7c-2.8-4.5-11.9-4-11.9-4s-2.8-21.4-.6-22.4%2011.5%200%2011.5%200c1.3%200%203.4-3.3%201.7-5.4s-6.6-10.2-4.6-11.8c2-1.6%2013%20.9%2013%20.9l-31-39.8s-3.2-15%203.2-22.1c7.6-6.4%206.8-13.2%206.6-13.1-1-7-11.6-12-18.8-5.6-4.2%205.1-1.4%209-1.4%209s-11%203-11.5%205c-.4%201.8%2012.5-.4%2012.5-.4l-1.2%208.8s-25.2%2023-6%2042.7c.3%200%20.7-.9.7-.9s6.8%208.4%2013.9%2010.2c6.7%206.9%206%205.8%206%205.8s1.4%2010.8.1%2013a93.4%2093.4%200%200%200-21.2-.2c-2.3.7-11.1.3-9%2014.6l3.2-7.3s-.2%205.2%201.9%207c-.4-5.4%202-9.1%202-9.1s.4%206%201.8%206.8c1.3%201%201.3-9.6%208.6-8.8%207.3%201%2012.6.7%2012.6.7s2.4%2020.6%201.6%2022.6c-5.2-1.3-17.8.5-18.6%203.7%207.4-.5%2010.8.4%2010.8.4s-6%205.3-4.1%208.4z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M364%20208s-18.4%2020.2-10.5%2035.7c.5-2.2.3-3.5.5-3.4-.4-.3%202.3%201.8%202%201.4.2-1.1-.7-3.5-.7-3.5l2.4.6-1.4-2.7%203.5.5s-1.2-3.4-.8-3.4a94%2094%200%200%201%202.9.2c-5.2-9.3-.3-17%202-25.3z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-width='.9'%20d='M370.3%20190.8s1%207-2.8%209c-.6.4-3%201.2-2.7%202.6.5%201.9%201.5%201.5%203%201.2%204-.7%208.6-9.2%202.5-12.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M363.5%20196.7a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M357.6%20202.5c-1%20.8-6%206.1-1%208%205.2-1.4%203.7-2.3%204.9-3.5%200-2.3-2.6-3-3.9-4.5z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M368.7%20252.4c-.3%201.2-1.4%205.4.2%208.6%204.4-1.8%206.4-1.3%207.9-.3-3.6-3-5-4.1-8.1-8.3z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='m376.3%20272.4.2%209.8s3.5.7%205%200c1.6-.6%200-6.8-5.2-9.8z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M401.2%20273.6s-6.4-15.3-22.5-19.2-14.1-21-12.8-22.1c.7-1.5%201.2-3.8%205.9-1.6%204.7%202.2%2026.1%2013%2029.2%2013.5s.4%2029.8.2%2029.4z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M385.8%20254.4c-.3.1%2021.6%2012.9%2015%2023.9%206.3-4.1%204.2-11.4%204.2-11.4s5.1%2013.3-7.3%2019.8c1.4%201.2%202.2.9%202.2.9l-2%202.1s-1%201.6%207.3-2.4c-2.3%201.8-2.5%203.1-2.5%203.1s.7%201.8%206.1-3a30.1%2030.1%200%200%200-5.4%207.2c12-1.1%2037.8-39.7-8.1-51.1l2%202.2-11.5%208.7z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M386.7%20250.6c3%202%204%202.8%204.4%203.8-2.7-.6-5.2-.4-5.2-.4s-5.8-5.6-6.9-6c-.8%200-5.4-3-5.4-3-2.3-1.1-4.4-9%204-6.7%208.8%204.1%2010%204.4%2010%204.4L398%20246l6%206.7s-10.7-5.3-12-5.4c3%202.4%204.6%205.6%204.6%205.6-3.4-1-6.3-1.8-9.9-2.3z'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-width='.8'%20d='M345.3%20203.3s10.2-2.4%2011.4-2'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M0%20413.4h744v82.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-um{background-image:url(/assets/um-DqZpNiIm.svg)}.flag-icon-um.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-um'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='um-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h130v130H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23um-a)'%20transform='scale(3.9385)'%3e%3cg%20stroke-width='1pt'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2010h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0z'/%3e%3c/g%3e%3cpath%20fill='%23192f5d'%20d='M0%200h98.8v70H0z'/%3e%3cpath%20fill='%23fff'%20d='m8.2%203%201%202.8H12L9.7%207.5l.9%202.7-2.4-1.7L6%2010.2l.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7L74%208.5l-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%207.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2024.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2021.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2038.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2035.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2052.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2049.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2066.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2063.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-us{background-image:url(/assets/us-B6R3X7cJ.svg)}.flag-icon-us.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-us'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cg%20stroke-width='1pt'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0z'%20transform='scale(3.9385)'/%3e%3cpath%20fill='%23fff'%20d='M0%2010h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0zm0%2020h247v10H0z'%20transform='scale(3.9385)'/%3e%3c/g%3e%3cpath%20fill='%23192f5d'%20d='M0%200h98.8v70H0z'%20transform='scale(3.9385)'/%3e%3cpath%20fill='%23fff'%20d='m8.2%203%201%202.8H12L9.7%207.5l.9%202.7-2.4-1.7L6%2010.2l.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7L74%208.5l-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%207.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2024.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2021.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2038.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2035.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2052.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2049.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm-74.1%207%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7H65zm16.4%200%201%202.8H86l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm-74%207%20.8%202.8h3l-2.4%201.7.9%202.7-2.4-1.7L6%2066.2l.9-2.7-2.4-1.7h3zm16.4%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8H45l-2.4%201.7%201%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9zm16.4%200%201%202.8h2.8l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h3zm16.5%200%20.9%202.8h2.9l-2.3%201.7.9%202.7-2.4-1.7-2.3%201.7.9-2.7-2.4-1.7h2.9zm16.5%200%20.9%202.8h2.9L92%2063.5l1%202.7-2.4-1.7-2.4%201.7%201-2.7-2.4-1.7h2.9z'%20transform='scale(3.9385)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-uy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uy'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230038a8'%20d='M266%2053.3h374v53.4H266zm0%20106.7h374v53.3H266zM0%20266.7h640V320H0zm0%20106.6h640v53.4H0z'/%3e%3cg%20fill='%23fcd116'%20stroke='%23000'%20stroke-miterlimit='20'%20stroke-width='.6'%20transform='translate(133.3%20133.3)%20scale(2.93333)'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cg%20id='a'%3e%3cpath%20stroke-linecap='square'%20d='M1.5%209%206%2012c-8%2013%201%2015-6%2021%203-7-3-5-3-17'%20transform='rotate(22.5)'/%3e%3cpath%20fill='none'%20d='M0%2011c-2%2013%204.5%2017%200%2022'%20transform='rotate(22.5)'/%3e%3cpath%20d='M0%200h6L0%2033-6%200h6v33'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3ccircle%20r='11'/%3e%3c/g%3e%3cg%20transform='translate(133.3%20133.3)%20scale(.29333)'%3e%3cg%20id='d'%3e%3cpath%20d='M81-44c-7%208-11-6-36-6S16-35%2012-38s21-21%2029-22%2031%207%2040%2016m-29%209c7%206%201%2019-6%2019S26-28%2032-36'/%3e%3cpath%20d='M19-26c1-12%2011-14%2027-14s23%2012%2029%2015c-7%200-13-10-29-10s-16%200-27%2010m3%202c4-6%209%206%2020%206s17-3%2024-8-10%2012-21%2012-26-6-23-10'/%3e%3cpath%20d='M56-17c13-7%205-17%200-19%202%202%2010%2012%200%2019M0%2043c6%200%208-2%2016-2s27%2011%2038%207c-23%209-14%203-54%203h-5m63%206c-4-7-3-5-11-16%208%206%2010%209%2011%2016M0%2067c25%200%2021-5%2054-19-24%203-29%2011-54%2011h-5m5-29c7%200%209-5%2017-5s19%203%2024%207c1%201-3-8-11-9S25%209%2016%207c0%204%203%203%204%209%200%205-9%205-11%200%202%208-4%208-9%208'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cpath%20d='M0%2076c-5%200-18%203%200%203s5-3%200-3'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-uy.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uy'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230038a8'%20d='M284%2056.9h228v56.9H284zm0%20113.8h228v56.9H284zM0%20284.4h512v57H0zm0%20113.8h512v57H0z'/%3e%3cg%20fill='%23fcd116'%20stroke='%23000'%20stroke-miterlimit='20'%20stroke-width='.6'%20transform='translate(142.2%20142.2)%20scale(3.12889)'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cg%20id='a'%3e%3cpath%20stroke-linecap='square'%20d='M1.5%209%206%2012c-8%2013%201%2015-6%2021%203-7-3-5-3-17'%20transform='rotate(22.5)'/%3e%3cpath%20fill='none'%20d='M0%2011c-2%2013%204.5%2017%200%2022'%20transform='rotate(22.5)'/%3e%3cpath%20d='M0%200h6L0%2033-6%200h6v33'/%3e%3c/g%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3ccircle%20r='11'/%3e%3c/g%3e%3cg%20transform='translate(142.2%20142.2)%20scale(.31289)'%3e%3cg%20id='d'%3e%3cpath%20d='M81-44c-7%208-11-6-36-6S16-35%2012-38s21-21%2029-22%2031%207%2040%2016m-29%209c7%206%201%2019-6%2019S26-28%2032-36'/%3e%3cpath%20d='M19-26c1-12%2011-14%2027-14s23%2012%2029%2015c-7%200-13-10-29-10s-16%200-27%2010m3%202c4-6%209%206%2020%206s17-3%2024-8-10%2012-21%2012-26-6-23-10'/%3e%3cpath%20d='M56-17c13-7%205-17%200-19%202%202%2010%2012%200%2019M0%2043c6%200%208-2%2016-2s27%2011%2038%207c-23%209-14%203-54%203h-5m63%206c-4-7-3-5-11-16%208%206%2010%209%2011%2016M0%2067c25%200%2021-5%2054-19-24%203-29%2011-54%2011h-5m5-29c7%200%209-5%2017-5s19%203%2024%207c1%201-3-8-11-9S25%209%2016%207c0%204%203%203%204%209%200%205-9%205-11%200%202%208-4%208-9%208'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cpath%20d='M0%2076c-5%200-18%203%200%203s5-3%200-3'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-uz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%231eb53a'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%230099b5'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20153.6h640v172.8H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20163.2h640v153.6H0z'/%3e%3ccircle%20cx='134.4'%20cy='76.8'%20r='57.6'%20fill='%23fff'/%3e%3ccircle%20cx='153.6'%20cy='76.8'%20r='57.6'%20fill='%230099b5'/%3e%3cg%20fill='%23fff'%20transform='matrix(1.92%200%200%201.92%20261.1%20122.9)'%3e%3cg%20id='e'%3e%3cg%20id='d'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-6-1.9-.3%201%20.7'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-24'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-48'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20x='24'/%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20x='48'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-48'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-24'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-24'%20y='-24'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-uz.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%231eb53a'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='%230099b5'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20163.8h512v184.4H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20174h512v164H0z'/%3e%3ccircle%20cx='143.4'%20cy='81.9'%20r='61.4'%20fill='%23fff'/%3e%3ccircle%20cx='163.8'%20cy='81.9'%20r='61.4'%20fill='%230099b5'/%3e%3cg%20fill='%23fff'%20transform='translate(278.5%20131)%20scale(2.048)'%3e%3cg%20id='e'%3e%3cg%20id='d'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='M0-6-1.9-.3%201%20.7'/%3e%3cuse%20xlink:href='%23a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23c'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-24'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-48'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20x='24'/%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20x='48'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-48'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-24'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-24'%20y='-24'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-va{background-image:url(/assets/va-EM6_HUy8.svg)}.flag-icon-va.flag-icon-squared{background-image:url(/assets/va-DFO3k8dN.svg)}.flag-icon-vc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f100'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23199a00'%20d='M490%200h150v480H490z'/%3e%3cpath%20fill='%230058aa'%20d='M0%200h150v480H0z'/%3e%3cpath%20fill='%23199a00'%20d='m259.3%20130-46.4%2071.3%2044.7%2074.4%2043.8-73.7-42.1-72zm121.2%200-46.3%2071.3%2044.7%2074.4%2043.8-73.7-42.2-72zm-61.2%2097.3-46.4%2071.4%2044.8%2074.4%2043.8-73.7-42.2-72z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-vc.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f4f100'%20d='M0%200h510.4v512H0z'/%3e%3cpath%20fill='%23199a00'%20d='M385.6%200H512v512H385.6z'/%3e%3cpath%20fill='%230058aa'%20d='M0%200h126.4v512H0z'/%3e%3c/g%3e%3cpath%20fill='%23199a00'%20fill-rule='evenodd'%20d='m191.2%20138.6-49.5%2076.2%2047.8%2079.3%2046.7-78.6-45-76.9zm129.4%200L271%20214.8l47.7%2079.3%2046.8-78.6-45-76.9zm-65.4%20103.9-49.4%2076.1%2047.7%2079.4%2046.7-78.7-45-76.8z'/%3e%3c/svg%3e")}.flag-icon-ve{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ve'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='d'%20transform='translate(0%20-36)'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23fff'%20d='M0-5-1.5-.2l2.8.9z'/%3e%3cuse%20xlink:href='%23a'%20width='180'%20height='120'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='180'%20height='120'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='180'%20height='120'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23c'%20width='180'%20height='120'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23cf142b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300247d'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200h640v160H0z'/%3e%3cg%20id='f'%20transform='matrix(4%200%200%204%20320%20336)'%3e%3cg%20id='e'%3e%3cuse%20xlink:href='%23d'%20width='180'%20height='120'%20transform='rotate(10)'/%3e%3cuse%20xlink:href='%23d'%20width='180'%20height='120'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='180'%20height='120'%20transform='rotate(40)'/%3e%3c/g%3e%3cuse%20xlink:href='%23f'%20width='180'%20height='120'%20transform='rotate(-80%20320%20336)'/%3e%3c/svg%3e")}.flag-icon-ve.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ve'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='d'%20transform='translate(0%20-36)'%3e%3cg%20id='c'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20fill='%23fff'%20d='M0-5-1.5-.2l2.8.9z'/%3e%3cuse%20xlink:href='%23a'%20width='180'%20height='120'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='180'%20height='120'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23b'%20width='180'%20height='120'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23c'%20width='180'%20height='120'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23cf142b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300247d'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200h512v170.7H0z'/%3e%3cg%20id='f'%20transform='translate(256.3%20358.4)%20scale(4.265)'%3e%3cg%20id='e'%3e%3cuse%20xlink:href='%23d'%20width='180'%20height='120'%20transform='rotate(10)'/%3e%3cuse%20xlink:href='%23d'%20width='180'%20height='120'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='180'%20height='120'%20transform='rotate(40)'/%3e%3c/g%3e%3cuse%20xlink:href='%23f'%20width='180'%20height='120'%20transform='rotate(-80%20256.3%20358.4)'/%3e%3c/svg%3e")}.flag-icon-vg{background-image:url(/assets/vg-BKKRc3cn.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(/assets/vg-BCZ7qO2m.svg)}.flag-icon-vi{background-image:url(/assets/vi-DyUk2aaf.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(/assets/vi-5Sso8kL9.svg)}.flag-icon-vn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='vn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23vn-a)'%20transform='translate(80)%20scale(.9375)'%3e%3cpath%20fill='%23ec0015'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23ff0'%20d='M349.6%20381%20260%20314.3l-89%2067.3L204%20272l-89-67.7%20110.1-1%2034.2-109.4L294%20203l110.1.1-88.5%2068.4%2033.9%20109.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-vn.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='vn-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23vn-a)'%20transform='translate(-128)%20scale(.72249)'%3e%3cpath%20fill='%23ec0015'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23ff0'%20d='m661%20527.5-124-92.6-123.3%2093.5%2045.9-152-123.2-93.8%20152.4-1.3L536%20129.8%20584.3%20281l152.4.2-122.5%2094.7L661%20527.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-vu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='vu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23vu-a)'%20transform='scale(.9375)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m0%200%20347.4%20219.4H768v73.2H347.4L0%20512V0z'/%3e%3cpath%20fill='%23ff0'%20d='M0%20493.7%20354.7%20267H768v-22H354.7L0%2018.3v32.9L332.8%20256%200%20460.8v32.9z'/%3e%3cpath%20fill='%2340aa40'%20d='m0%20512%20354.7-226.7H768V512H0z'/%3e%3cpath%20fill='%23ce0000'%20d='m0%200%20354.7%20226.7H768V0H0z'/%3e%3cpath%20fill='%23ff0'%20d='M95.8%20266.6c1.2.3%201.6.6%202.8-1.1.2-1%201-2.2%201.7-3.3.8-1.5%201.2-2%202-1%20.6.7%202.8-.5%203.6.1%201.4%201%20.6.8%201.7-.2.9-1.8.1-1.6-1-2.4-1-.6-3.1.6-4%200%20.3-1.8.9-2%202-2.4.8.5%203.1-.4%203.8-.4%201%20.2%202%20.3%202.3-1.2.5-1%20.3-.3-.2-1-.8-.7-3%20.5-3.9%200-1-.9-.9-1.2-.2-2.6.8-.5%201.5-.3%202.6.4%201%20.8%202.8-.7%203.8-.8.9-1%201.9-1.3%201.2-2.5-.3-1-.6-1-1.8-1.3-1.2-.8-2.8.7-3.3-.5%201-1.4%201.3-1.1%202.5-.3.8.2%203-1.1%203.8-1.2%201.1-.3.6%201%201.4-1.8-.3-1.2-2.3.7-3.4.4-1%20.2-2-.2-2-1.4%200-1.5.8-1.6%201.9-1.4%201%20.2%203.1-1%204-1%201%20.6%201.5.4%202.4-1%20.6-1.7-.1-1-1.3-2-.8-.5-3%20.7-3.9.1.2-.6.5-1.4%201-1.7.9.2%201.6.2%202.7.8%201%20.5%202.8-1.5%203.7-2.2-.2-1-2%20.4-3-.3-.6-.5-1.5-1-1.7-1.5.6-1.7.3-1.6%202-1%20.8-.3%202.3-.3%201.3-1.9-.2-.2-1-.2-1.8-.5-.9-.6-1.7-1.3-2.7-1.5-.7-.1-1.7-.4-2.2-.2%200%201%20.2%201.6.1%202.8.5.7%201.3.7%201.5%201-.9.8-1.4.4-2.3.4-1.2-.7-.5-3.1-1.9-2.6.3.7.2%203.4.8%204%20.6.4%201.4.8%201.5%201.3-1%201.5-1.3%201.4-2.5.7-1-.6-.6-2.8-1.5-2.7-1%20.8-1%20.7-.8%201.8%200%201.4-.5%203.4.7%204.2%201.3%201%201.5.8.4%202.7-.7.9-1.1.7-2%20.3-.9-.6-.7-3-1.4-3.7-1.4-.8-.6-.8-1.7.2-.3%201.3%200%201.6.5%202.7.4.7.4%203%201.2%203.2%201.2.7%201.3.6-.2%202-1%200-1.6.3-2.4-.7-1-.8-.4-3.2-1.7-3.2-1.2.1-1.5.1-1.4%201.8.3%201.5-.3%203.8.9%204.7%201.1.5%201.8.4%202.2%201.1-.4.3-1%201.3-1.4%201.5-.8%200-1.6-.5-2.5-.7-1-.5-.5-1.4-1.4-2-1%20.3-1-1-1.5.3.2%201.2-.2%202.6%201%203.4.8.5%201.5%201.7%202.4%202.3%201%201.2.6%201.4%200%203-.9.1-1.8-.5-2.7-1-.9-.7-.7-3-1.6-3.5-.7-.8-.5-1.4-1.7.2%200%201%20.1%201.2.4%202%200%201-.2%203.2.8%203.9%201%20.2%202.2.7%203%201%20.8%201%20.1.8-.8%202.2-.5%201.4-.5%201.7-1.4%202.4-.8%201-1%201.5-.4%202.8z'/%3e%3cpath%20fill='%23ff0'%20d='M121%20267.9c.7-1.2%201.1-1.4%200-3.4-.8-.7-1.6-2-2.4-3.1-1-1.6-1.3-2.2%200-2.7.8-.3.6-3%201.5-3.7%201.4-1.1%201-.3.5-1.9-1.4-1.7-1.5-.8-2.7.2-1%20.7-.7%203.5-1.5%204.2-1.6-1-1.6-1.8-1.5-3%20.9-.7.9-3.6%201.2-4.3.6-1%201-2-.2-2.9-.8-1-.2-.4-1-.3-1%20.7-.7%203.5-1.6%204.2-1.2.8-1.4.5-2.4-.8-.1-1%20.3-1.7%201.4-2.6%201.1-.8.5-3.3.8-4.3-.6-1.4-.5-2.6-1.8-2.4-1%200-1.2.3-2%201.5-1.2%201-.4%203.2-1.8%203.2-.9-1.6-.4-1.8.8-2.8.5-.7.2-3.7.4-4.5.2-1.2%201-.2-1.1-2-1.2-.3-.2%202.6-1%203.6-.3%201.2-1%202-2%201.6-1.5-.6-1.2-1.5-.6-2.5s.3-3.8.7-4.7c1-1%201-1.4%200-3-1.3-1.4-1-.3-2.2.6-1%20.7-.7%203.5-1.6%204.2-.5-.5-1-1-1.1-1.8.5-.8.7-1.6%201.8-2.5.8-.9-.4-3.5-.6-4.8-1-.2-.4%202.2-1.5%203-.7.5-1.4%201.2-2%201.2-1.3-1.3-1.4-1-.2-2.5.1-1%20.7-2.5-1.2-2-.3%200-.5%201-1.1%201.6-1%20.7-1.9%201.3-2.5%202.2-.4.7-1%201.7-1%202.3.8.5%201.5.5%202.6%201%20.8-.2%201.2-1%201.5-1.1.3%201.2-.2%201.6-.5%202.6-1.2%201-3.2-.7-3.2%201%20.8-.1%203.2%201%204%20.7.6-.5%201.3-1.2%201.8-1%201%201.5.8%201.9-.3%202.8-1%20.8-3-.4-3.1.5.3%201.4.2%201.4%201.3%201.6%201.3.5%202.9%201.9%204%201%201.5-1%201.5-1.3%202.7.6.6%201.1.3%201.5-.5%202.2-.9.8-3-.4-4%200-1.2%201.2-.9.4-.4%202%201%20.8%201.4.7%202.7.5.8-.2%203%20.8%203.4%200%201.1-1%201-1.1%201.7%201-.4%201.2-.3%201.8-1.6%202.3-1.1.8-3-.9-3.6.5-.4%201.4-.5%201.7%201.1%202.2%201.5.3%203.4%201.8%204.7%201%20.9-1%201-1.8%201.9-2%20.1.6.7%201.6.7%202.1-.2.9-1%201.5-1.6%202.4-.8.9-1.5%200-2.3.7-.1%201.1-1.4.6-.3%201.7%201%20.2%202.3%201.2%203.4.4.9-.7%202.3-1%203.1-1.7%201.5-.6%201.5%200%202.8%201.2-.3%201-1.2%201.7-2%202.4-1%20.7-3-.4-3.9.3-1%20.5-1.4%200-.5%201.9%201%20.5%201.2.3%202%20.3%201%20.5%202.8%201.6%203.9.8.6-1%201.6-2%202.2-2.8%201.1-.4.7.2%201.6%201.7%201.1%201.2%201.4%201.3%201.7%202.5.6%201.2%201%201.7%202.4%201.5z'/%3e%3cpath%20fill='%23ff0'%20d='M98%20314.5c0-5.3-.8-10.6%200-10.6%2046.8%200%2058.5-32%2058.5-53.2S140.3%20208%20109.7%20208c-35%200-46.8%2020.8-46.8%2042.6A37%2037%200%200%200%2098%20287.9c23.4%200%2029.3-5.3%2046.8-26.6-5.8%2026.6-35%2037.2-46.8%2037.2-23.4%200-46.8-16-46.8-47.8%200-26.6%2017.5-53.2%2058.5-53.2%2035.1%200%2058.5%2026.6%2058.5%2053.2%200%2037.2-29.2%2063.8-70.2%2063.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-vu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='vu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23vu-a)'%20transform='scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20d='m0%200%20336.6%20212.6h407.5v70.9H336.6L0%20496V0z'/%3e%3cpath%20fill='%23ff0'%20d='m0%20478.4%20343.7-219.7h400.4v-21.3H343.7L0%2017.7v32L322.4%20248%200%20446.5v31.8z'/%3e%3cpath%20fill='%2340aa40'%20d='m0%20496%20343.7-219.6h400.4V496H0z'/%3e%3cpath%20fill='%23ce0000'%20d='m0%200%20343.7%20219.7h400.4V0H0z'/%3e%3cpath%20fill='%23ff0'%20d='M92.8%20258.3c1.2.3%201.5.6%202.7-1.1.3-.9%201-2%201.6-3.2.9-1.4%201.3-2%202-.9.6.6%202.7-.5%203.6.1%201.3%201%20.5.8%201.6-.2.8-1.8%200-1.6-1.1-2.4-.8-.5-3%20.6-3.8%200%20.3-1.7.9-2%201.9-2.3.8.6%203-.4%203.8-.4%201%20.2%201.8.3%202.1-1.1.5-1%20.3-.3%200-1-1-.6-3%20.5-3.9%200-1-.9-.9-1.2-.2-2.5.8-.5%201.4-.3%202.5.4%201%20.7%202.7-.7%203.7-.8.8-1%201.8-1.3%201.2-2.4-.3-1-.6-1-1.8-1.3-1.2-.8-2.7.7-3.2-.5%201-1.3%201.3-1%202.5-.3.7.3%203-1%203.6-1.1%201.1-.3.6.9%201.3-1.8-.2-1-2.1.7-3.2.4-1%20.2-1.9-.2-2-1.3%200-1.5.8-1.6%201.8-1.4%201%20.2%203.1-1%203.9-1%201.1.6%201.5.4%202.4-1%20.6-1.6-.1-1-1.2-1.8-.9-.5-3%20.6-3.8%200%20.1-.5.4-1.3%201-1.6.8.2%201.5.1%202.5.8%201%20.4%202.7-1.5%203.6-2.2-.2-1-1.9.4-2.9-.3-.6-.4-1.4-.9-1.6-1.4.6-1.7.3-1.6%201.9-1%20.8-.3%202.2-.3%201.3-1.8-.2-.3-1-.2-1.7-.5-1-.6-1.8-1.2-2.7-1.5-.6-.1-1.6-.3-2.1-.2-.1%201%20.2%201.6%200%202.8.5.7%201.3.7%201.5%201-.9.7-1.3.3-2.2.4-1.1-.8-.5-3.1-1.8-2.6.3.7.2%203.3.7%203.8.6.4%201.4.8%201.5%201.4-1%201.4-1.3%201.3-2.4.6-1-.6-.6-2.7-1.4-2.6-1%20.7-1%20.7-.8%201.8%200%201.3-.5%203.2.6%204%201.3%201%201.5.8.4%202.6-.7.9-1.1.7-2%20.3-.8-.6-.6-2.8-1.3-3.6-1.3-.7-.6-.7-1.6.2-.4%201.3-.1%201.6.4%202.7.4.6.4%203%201.2%203%201.2.8%201.2.6-.2%202-1%200-1.5.3-2.3-.7-1-.7-.4-3-1.7-3.1-1.2.1-1.4.1-1.3%201.7.2%201.5-.3%203.7.8%204.6%201.1.5%201.8.4%202.1%201l-1.3%201.5c-.7%200-1.5-.5-2.4-.7-1-.4-.5-1.3-1.3-1.9-1%20.3-1-1-1.5.3.2%201.1-.2%202.5.9%203.2.8.6%201.5%201.8%202.4%202.3%201%201.2.5%201.4%200%203-.8%200-1.8-.5-2.6-1.1-.9-.6-.7-2.8-1.6-3.4-.7-.7-.5-1.3-1.6.2%200%201.1.1%201.2.4%202%200%201-.3%203%20.7%203.7l3%201c.7%201%200%20.8-.8%202.2-.6%201.4-.6%201.6-1.4%202.3-.8%201-1%201.4-.4%202.7z'/%3e%3cpath%20fill='%23ff0'%20d='M117.2%20259.5c.7-1.1%201.1-1.3%200-3.3-.7-.6-1.5-1.9-2.3-3-1-1.5-1.3-2%200-2.5.8-.3.6-3%201.5-3.7%201.3-1%20.9-.2.4-1.8-1.3-1.6-1.4-.7-2.6.2-.9.7-.6%203.4-1.5%204-1.5-1-1.4-1.6-1.4-2.9.8-.6.9-3.4%201.2-4.1.6-1%201-1.9-.2-2.8-.8-1-.2-.4-1-.3-.9.7-.6%203.4-1.5%204-1.2.9-1.4.5-2.4-.7%200-1%20.4-1.6%201.4-2.5%201-.8.4-3.2.8-4.2-.6-1.3-.5-2.5-1.8-2.3-1%200-1.2.3-1.8%201.4-1.3%201-.5%203.2-1.8%203.2-.9-1.6-.5-1.8.7-2.7.5-.7.2-3.6.4-4.4.2-1.2%201-.2-1-2-1.2-.2-.3%202.6-1%203.6-.3%201.1-1%201.9-2%201.5-1.4-.6-1.2-1.4-.5-2.5.5-.9.3-3.6.6-4.5%201-.9%201-1.4%200-2.9-1.2-1.3-.9-.3-2.1.6-.9.6-.6%203.4-1.5%204-.5-.4-1-1-1.1-1.7.5-.8.7-1.6%201.7-2.4.8-.9-.3-3.5-.6-4.6-.9-.2-.3%202-1.4%202.9-.6.5-1.4%201.1-2%201.1-1.2-1.2-1.3-1-.2-2.4.2-1%20.7-2.5-1-2-.4%200-.6%201-1.2%201.6-.9.6-1.8%201.3-2.4%202.2-.4.6-1%201.6-1%202.2.8.4%201.5.4%202.5%201%20.9-.2%201.2-1%201.5-1.2.4%201.3-.2%201.6-.5%202.6-1.1.9-3-.7-3%20.8.7%200%203%201.2%203.8.8.6-.5%201.2-1.1%201.8-1%201%201.5.7%201.9-.4%202.8-1%20.7-2.8-.4-3%20.4.3%201.4.3%201.4%201.3%201.6%201.3.5%202.8%201.8%204%201%201.4-1%201.3-1.3%202.6.5.5%201.1.2%201.5-.5%202.2-1%20.7-3-.4-3.9%200-1.2%201.1-.9.3-.4%201.9%201%20.8%201.3.7%202.5.5.8-.2%203%20.8%203.4%200%201-1%201-1%201.7%201-.4%201.1-.4%201.7-1.6%202.2-1%20.8-3-.8-3.5.5-.4%201.3-.5%201.6%201%202%201.5.4%203.3%201.9%204.6%201%20.8-1%201-1.6%201.8-1.8l.8%202c-.3.8-1%201.4-1.6%202.3-.8.9-1.5%200-2.3.7%200%201-1.3.6-.3%201.6%201.1.3%202.3%201.2%203.3.4.9-.6%202.2-1%203-1.6%201.5-.6%201.5%200%202.8%201.2a7%207%200%200%201-2%202.3c-1%20.6-2.9-.4-3.7.3-1%20.4-1.4%200-.5%201.8%201%20.5%201.1.3%201.9.3%201%20.4%202.7%201.6%203.8.8.6-1%201.5-2%202-2.7%201.2-.5.8.2%201.7%201.6%201%201.2%201.3%201.3%201.6%202.4.6%201.2.9%201.7%202.4%201.5z'/%3e%3cpath%20fill='%23ff0'%20d='M95%20304.7c0-5.1-.8-10.3%200-10.3%2045.3%200%2056.6-31%2056.6-51.5%200-20.6-15.7-41.3-45.3-41.3-34%200-45.4%2020.2-45.4%2041.3%200%2020.6%2017%2036%2034%2036%2022.7%200%2028.4-5.1%2045.4-25.7-5.7%2025.7-34%2036-45.3%2036A44%2044%200%200%201%2049.6%20243c0-25.8%2017-51.6%2056.7-51.6%2034%200%2056.7%2025.8%2056.7%2051.6%200%2036-28.4%2061.8-68%2061.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-wf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-wf'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-wf.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-wf'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ws{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ws'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23002b7f'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m180%20229.3-20.7-14-19.9%2014.1%206.5-24.9-19-15.2%2024.5-1.5%208.1-23.6%208.8%2024%2024%20.7-19%2016.3zm-3.6-165.6L159.8%2053l-16%2010.4%204.4-20-14.6-12.7%2019.4-1.6%207.2-18.6%207.4%2018.7%2019.1%201.7L172%2044.3zm-73%2059.5-16-11-16.7%2011%205.2-19.4L60.8%2091%2080%2090l7-19%206.8%2018.9%2019.6%201.1-15%2012.5zM250%20110l-15.4-10-15%2010%204.4-18.3-14-11.8%2018.3-1.5%206.3-17.2%207%2017.4%2017.7%201-13.7%2012.3zm-43.1%2043.4-10.3-6.4-10.3%206.6%202.7-12.3-9.2-8.3%2012-1%204.6-11.6%204.9%2011.6%2011.9%201-9.1%208.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ws.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ws'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23002b7f'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='m147%20231.4-19.6-13.3-18.9%2013.5%206-23.5-18-14.7%2023.2-1.3%207.7-22.4%208.5%2022.8%2022.8.5-18.2%2015.5zm-3.4-156.8-15.6-10-15.4%2010%204.2-19-13.7-12.1%2018.3-1.6%206.8-17.5%207.1%2017.7%2018%201.4-14%2012.5zM74.3%20131l-15.2-10.8-15.4%2010.4%204.6-18.3L34%20100.2l18.2-.8%206.7-18.1%206.6%2017.8%2018.3%201.1-14.3%2012zm139-12.7-14.7-9.5-14.3%209.7%204-17.4-13-11.2%2017.3-1.4%206-16.4%206.6%2016.6%2016.8%201-13.2%2011.6zm-41.1%2041.3-9.7-6.2-9.6%206.2%202.5-11.6-8.7-7.7%2011.4-1%204.4-11%204.5%2011%2011.2%201-8.5%207.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ye{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ye'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v472.8H0z'/%3e%3cpath%20fill='%23f10600'%20d='M0%200h640v157.4H0z'/%3e%3cpath%20d='M0%20322.6h640V480H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ye.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ye'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v504.3H0z'/%3e%3cpath%20fill='%23f10600'%20d='M0%200h512v167.9H0z'/%3e%3cpath%20d='M0%20344.1h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-yt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-yt'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-yt.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-yt'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-za{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-za'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='za-a'%3e%3cpath%20fill-opacity='.7'%20d='M-71.9%200h682.7v512H-71.9z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23za-a)'%20transform='translate(67.4)%20scale(.93748)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M-71.9%20407.8V104.4L154%20256.1-72%20407.8z'/%3e%3cpath%20fill='%2300c'%20d='m82.2%20512.1%20253.6-170.6H696V512H82.2z'/%3e%3cpath%20fill='red'%20d='M66%200h630v170.8H335.7S69.3-1.7%2066%200z'/%3e%3cpath%20fill='%23fc0'%20d='M-71.9%2064v40.4L154%20256-72%20407.8v40.3l284.5-192L-72%2064z'/%3e%3cpath%20fill='%23093'%20d='M-71.9%2064V0h95l301.2%20204h371.8v104.2H324.3L23%20512h-94.9v-63.9l284.4-192L-71.8%2064z'/%3e%3cpath%20fill='%23fff'%20d='M23%200h59.2l253.6%20170.7H696V204H324.3L23%20.1zm0%20512.1h59.2l253.6-170.6H696v-33.2H324.3L23%20512z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-za.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-za'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='za-a'%3e%3cpath%20fill-opacity='.7'%20d='M70.1%200h499.6v499.6H70.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23za-a)'%20transform='translate(-71.9)%20scale(1.0248)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20d='M0%20397.9v-296l220.4%20147.9L0%20397.9z'/%3e%3cpath%20fill='%2300c'%20d='m150.4%20499.7%20247.4-166.5h351.6v166.5h-599z'/%3e%3cpath%20fill='red'%20d='M134.5%200h615v166.6H397.7S137.8-1.6%20134.5%200z'/%3e%3cpath%20fill='%23fc0'%20d='M0%2062.5v39.3l220.4%20148L0%20397.8v39.4l277.6-187.4L0%2062.5z'/%3e%3cpath%20fill='%23093'%20d='M0%2062.5V0h92.6l294%20199h362.8v101.7H386.6l-294%20198.9H0v-62.4l277.6-187.4L0%2062.5z'/%3e%3cpath%20fill='%23fff'%20d='M92.6%200h57.8l247.4%20166.6h351.6V199H386.6L92.6%200zm0%20499.7h57.8l247.4-166.5h351.6v-32.4H386.6l-294%20198.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.flag-icon-zm{background-image:url(/assets/zm-BVtsuZ3D.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(/assets/zm-CjlkK5GW.svg)}.flag-icon-zw{background-image:url(/assets/zw-C-hTA7Xb.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(/assets/zw-D2kscXAY.svg)}.flag-icon-ac{background-image:url(/assets/ac-vHnChdte.svg)}.flag-icon-ac.flag-icon-squared{background-image:url(/assets/ac-5VipjUL8.svg)}.flag-icon-cp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cp'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-cp.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cp'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-dg{background-image:url(/assets/dg-Pl_Fl7CJ.svg)}.flag-icon-dg.flag-icon-squared{background-image:url(/assets/dg-DvAZZORl.svg)}.flag-icon-ea{background-image:url(/assets/ea-DxO04zEA.svg)}.flag-icon-ea.flag-icon-squared{background-image:url(/assets/ea-D8gJcpyj.svg)}.flag-icon-es-ct{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ct'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fcdd09'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23da121a'%20stroke-width='60'%20d='M0%2090h810m0%20120H0m0%20120h810m0%20120H0'%20transform='scale(.79012%20.88889)'/%3e%3c/svg%3e")}.flag-icon-es-ct.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ct'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fcdd09'%20d='M0%200h512v512H0z'/%3e%3cpath%20stroke='%23da121a'%20stroke-width='60'%20d='M0%2090h810m0%20120H0m0%20120h810m0%20120H0'%20transform='scale(.6321%20.94815)'/%3e%3c/svg%3e")}.flag-icon-es-ga{background-image:url(/assets/es-ga-D0ANQaj6.svg)}.flag-icon-es-ga.flag-icon-squared{background-image:url(/assets/es-ga-Bi-R-Swf.svg)}.flag-icon-eu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-eu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='d'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cg%20id='c'%3e%3cuse%20xlink:href='%23b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23039'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23fc0'%20transform='translate(320%20242.3)%20scale(23.7037)'%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-6'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='6'/%3e%3cg%20id='e'%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-6'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20-2.3%20-2.1)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(144%20-2.1%20-2.3)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-4.7%20-2)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-5%20.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-eu.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-eu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='d'%3e%3cg%20id='b'%3e%3cpath%20id='a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cg%20id='c'%3e%3cuse%20xlink:href='%23b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23b'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23c'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23039'%20d='M0%200h512v512H0z'/%3e%3cg%20fill='%23fc0'%20transform='translate(256%20258.4)%20scale(25.28395)'%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='-6'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20y='6'/%3e%3cg%20id='e'%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20x='-6'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20-2.3%20-2.1)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(144%20-2.1%20-2.3)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-4.7%20-2)'/%3e%3cuse%20xlink:href='%23d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-5%20.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23e'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-gb-eng{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-eng'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ce1124'%20d='M281.6%200h76.8v480h-76.8z'/%3e%3cpath%20fill='%23ce1124'%20d='M0%20201.6h640v76.8H0z'/%3e%3c/svg%3e")}.flag-icon-gb-eng.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-eng'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ce1124'%20d='M215%200h82v512h-82z'/%3e%3cpath%20fill='%23ce1124'%20d='M0%20215h512v82H0z'/%3e%3c/svg%3e")}.flag-icon-gb-nir{background-image:url(/assets/gb-nir-uB_ybMs-.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(/assets/gb-nir-CVdQfiR8.svg)}.flag-icon-gb-sct{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-sct'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230065bd'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.6'%20d='m0%200%205%203M0%203l5-3'%20transform='scale(128%20160)'/%3e%3c/svg%3e")}.flag-icon-gb-sct.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-sct'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230065bd'%20d='M0%200h512v512H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.6'%20d='m0%200%205%203M0%203l5-3'%20transform='scale(102.4%20170.66667)'/%3e%3c/svg%3e")}.flag-icon-gb-wls{background-image:url(/assets/gb-wls-C4LdH8Nd.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(/assets/gb-wls-lLp_JivI.svg)}.flag-icon-ic{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ic'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230768a9'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23fc0'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ic.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ic'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230768a9'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23fc0'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag-icon-ta{background-image:url(/assets/ta-QA0ai5Y4.svg)}.flag-icon-ta.flag-icon-squared{background-image:url(/assets/ta-DN_WVPgk.svg)}.flag-icon-un{background-image:url(/assets/un-DFVlSAGL.svg)}.flag-icon-un.flag-icon-squared{background-image:url(/assets/un-A3rCgucu.svg)}.flag-icon-xk{background-image:url(/assets/xk-BXdS2Xf9.svg)}.flag-icon-xk.flag-icon-squared{background-image:url(/assets/xk-DUG45RrK.svg)}.flag-icon-xx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-xx'%20viewBox='0%200%20640%20480'%3e%3cpath%20id='rect27'%20d='M.5.5h638.9v478.9H.5z'%20style='fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:%23adb5bd;stroke-width:1.0804;stroke-opacity:1'/%3e%3cpath%20id='path2797'%20d='m.5.5%20639%20479'%20style='fill:none;stroke:%23adb5bd;stroke-width:1.0804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'/%3e%3cpath%20id='path2799'%20d='m639.5.5-639%20479'%20style='fill:none;stroke:%23adb5bd;stroke-width:1.0804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'/%3e%3c/svg%3e")}.flag-icon-xx.flag-icon-squared{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-xx'%20viewBox='0%200%20512%20512'%3e%3cpath%20id='rect27'%20d='M.5.5h511v511H.5z'%20style='fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:%23adb5bd;stroke-width:.998051;stroke-opacity:1'/%3e%3cpath%20id='path2797'%20d='m.5.5%20511%20511'%20style='fill:none;stroke:%23adb5bd;stroke-width:.998051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'/%3e%3cpath%20id='path2799'%20d='m511.5.5-511%20511'%20style='fill:none;stroke:%23adb5bd;stroke-width:.998051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'/%3e%3c/svg%3e")}.border-box{box-sizing:border-box}.mt-1{margin-top:4px}.mr-1{margin-right:4px}.mb-1{margin-bottom:4px}.ml-1{margin-left:4px}.mx-1{margin-left:4px;margin-right:4px}.my-1{margin-top:4px;margin-bottom:4px}.pt-1{padding-top:4px}.pr-1{padding-right:4px}.pb-1{padding-bottom:4px}.pl-1{padding-left:4px}.py-1{padding-top:4px;padding-bottom:4px}.px-1{padding-left:4px;padding-right:4px}.mt-2{margin-top:8px}.mr-2{margin-right:8px}.mb-2{margin-bottom:8px}.ml-2{margin-left:8px}.mx-2{margin-left:8px;margin-right:8px}.my-2{margin-top:8px;margin-bottom:8px}.pt-2{padding-top:8px}.pr-2{padding-right:8px}.pb-2{padding-bottom:8px}.pl-2{padding-left:8px}.py-2{padding-top:8px;padding-bottom:8px}.px-2{padding-left:8px;padding-right:8px}.mt-3{margin-top:12px}.mr-3{margin-right:12px}.mb-3{margin-bottom:12px}.ml-3{margin-left:12px}.mx-3{margin-left:12px;margin-right:12px}.my-3{margin-top:12px;margin-bottom:12px}.pt-3{padding-top:12px}.pr-3{padding-right:12px}.pb-3{padding-bottom:12px}.pl-3{padding-left:12px}.py-3{padding-top:12px;padding-bottom:12px}.px-3{padding-left:12px;padding-right:12px}.mt-4{margin-top:16px}.mr-4{margin-right:16px}.mb-4{margin-bottom:16px}.ml-4{margin-left:16px}.mx-4{margin-left:16px;margin-right:16px}.my-4{margin-top:16px;margin-bottom:16px}.pt-4{padding-top:16px}.pr-4{padding-right:16px}.pb-4{padding-bottom:16px}.pl-4{padding-left:16px}.py-4{padding-top:16px;padding-bottom:16px}.px-4{padding-left:16px;padding-right:16px}.mt-5{margin-top:20px}.mr-5{margin-right:20px}.mb-5{margin-bottom:20px}.ml-5{margin-left:20px}.mx-5{margin-left:20px;margin-right:20px}.my-5{margin-top:20px;margin-bottom:20px}.pt-5{padding-top:20px}.pr-5{padding-right:20px}.pb-5{padding-bottom:20px}.pl-5{padding-left:20px}.py-5{padding-top:20px;padding-bottom:20px}.px-5{padding-left:20px;padding-right:20px}.mt-6{margin-top:24px}.mr-6{margin-right:24px}.mb-6{margin-bottom:24px}.ml-6{margin-left:24px}.mx-6{margin-left:24px;margin-right:24px}.my-6{margin-top:24px;margin-bottom:24px}.pt-6{padding-top:24px}.pr-6{padding-right:24px}.pb-6{padding-bottom:24px}.pl-6{padding-left:24px}.py-6{padding-top:24px;padding-bottom:24px}.px-6{padding-left:24px;padding-right:24px}.mt-7{margin-top:28px}.mr-7{margin-right:28px}.mb-7{margin-bottom:28px}.ml-7{margin-left:28px}.mx-7{margin-left:28px;margin-right:28px}.my-7{margin-top:28px;margin-bottom:28px}.pt-7{padding-top:28px}.pr-7{padding-right:28px}.pb-7{padding-bottom:28px}.pl-7{padding-left:28px}.py-7{padding-top:28px;padding-bottom:28px}.px-7{padding-left:28px;padding-right:28px}.mt-8{margin-top:32px}.mr-8{margin-right:32px}.mb-8{margin-bottom:32px}.ml-8{margin-left:32px}.mx-8{margin-left:32px;margin-right:32px}.my-8{margin-top:32px;margin-bottom:32px}.pt-8{padding-top:32px}.pr-8{padding-right:32px}.pb-8{padding-bottom:32px}.pl-8{padding-left:32px}.py-8{padding-top:32px;padding-bottom:32px}.px-8{padding-left:32px;padding-right:32px}.mt-9{margin-top:36px}.mr-9{margin-right:36px}.mb-9{margin-bottom:36px}.ml-9{margin-left:36px}.mx-9{margin-left:36px;margin-right:36px}.my-9{margin-top:36px;margin-bottom:36px}.pt-9{padding-top:36px}.pr-9{padding-right:36px}.pb-9{padding-bottom:36px}.pl-9{padding-left:36px}.py-9{padding-top:36px;padding-bottom:36px}.px-9{padding-left:36px;padding-right:36px}.mt-10{margin-top:40px}.mr-10{margin-right:40px}.mb-10{margin-bottom:40px}.ml-10{margin-left:40px}.mx-10{margin-left:40px;margin-right:40px}.my-10{margin-top:40px;margin-bottom:40px}.pt-10{padding-top:40px}.pr-10{padding-right:40px}.pb-10{padding-bottom:40px}.pl-10{padding-left:40px}.py-10{padding-top:40px;padding-bottom:40px}.px-10{padding-left:40px;padding-right:40px}.mt-11{margin-top:44px}.mr-11{margin-right:44px}.mb-11{margin-bottom:44px}.ml-11{margin-left:44px}.mx-11{margin-left:44px;margin-right:44px}.my-11{margin-top:44px;margin-bottom:44px}.pt-11{padding-top:44px}.pr-11{padding-right:44px}.pb-11{padding-bottom:44px}.pl-11{padding-left:44px}.py-11{padding-top:44px;padding-bottom:44px}.px-11{padding-left:44px;padding-right:44px}.mt-12{margin-top:48px}.mr-12{margin-right:48px}.mb-12{margin-bottom:48px}.ml-12{margin-left:48px}.mx-12{margin-left:48px;margin-right:48px}.my-12{margin-top:48px;margin-bottom:48px}.pt-12{padding-top:48px}.pr-12{padding-right:48px}.pb-12{padding-bottom:48px}.pl-12{padding-left:48px}.py-12{padding-top:48px;padding-bottom:48px}.px-12{padding-left:48px;padding-right:48px}.mt-13{margin-top:52px}.mr-13{margin-right:52px}.mb-13{margin-bottom:52px}.ml-13{margin-left:52px}.mx-13{margin-left:52px;margin-right:52px}.my-13{margin-top:52px;margin-bottom:52px}.pt-13{padding-top:52px}.pr-13{padding-right:52px}.pb-13{padding-bottom:52px}.pl-13{padding-left:52px}.py-13{padding-top:52px;padding-bottom:52px}.px-13{padding-left:52px;padding-right:52px}.mt-14{margin-top:56px}.mr-14{margin-right:56px}.mb-14{margin-bottom:56px}.ml-14{margin-left:56px}.mx-14{margin-left:56px;margin-right:56px}.my-14{margin-top:56px;margin-bottom:56px}.pt-14{padding-top:56px}.pr-14{padding-right:56px}.pb-14{padding-bottom:56px}.pl-14{padding-left:56px}.py-14{padding-top:56px;padding-bottom:56px}.px-14{padding-left:56px;padding-right:56px}.mt-15{margin-top:60px}.mr-15{margin-right:60px}.mb-15{margin-bottom:60px}.ml-15{margin-left:60px}.mx-15{margin-left:60px;margin-right:60px}.my-15{margin-top:60px;margin-bottom:60px}.pt-15{padding-top:60px}.pr-15{padding-right:60px}.pb-15{padding-bottom:60px}.pl-15{padding-left:60px}.py-15{padding-top:60px;padding-bottom:60px}.px-15{padding-left:60px;padding-right:60px}.mt-16{margin-top:64px}.mr-16{margin-right:64px}.mb-16{margin-bottom:64px}.ml-16{margin-left:64px}.mx-16{margin-left:64px;margin-right:64px}.my-16{margin-top:64px;margin-bottom:64px}.pt-16{padding-top:64px}.pr-16{padding-right:64px}.pb-16{padding-bottom:64px}.pl-16{padding-left:64px}.py-16{padding-top:64px;padding-bottom:64px}.px-16{padding-left:64px;padding-right:64px}.mt-17{margin-top:68px}.mr-17{margin-right:68px}.mb-17{margin-bottom:68px}.ml-17{margin-left:68px}.mx-17{margin-left:68px;margin-right:68px}.my-17{margin-top:68px;margin-bottom:68px}.pt-17{padding-top:68px}.pr-17{padding-right:68px}.pb-17{padding-bottom:68px}.pl-17{padding-left:68px}.py-17{padding-top:68px;padding-bottom:68px}.px-17{padding-left:68px;padding-right:68px}.mt-18{margin-top:72px}.mr-18{margin-right:72px}.mb-18{margin-bottom:72px}.ml-18{margin-left:72px}.mx-18{margin-left:72px;margin-right:72px}.my-18{margin-top:72px;margin-bottom:72px}.pt-18{padding-top:72px}.pr-18{padding-right:72px}.pb-18{padding-bottom:72px}.pl-18{padding-left:72px}.py-18{padding-top:72px;padding-bottom:72px}.px-18{padding-left:72px;padding-right:72px}.mt-19{margin-top:76px}.mr-19{margin-right:76px}.mb-19{margin-bottom:76px}.ml-19{margin-left:76px}.mx-19{margin-left:76px;margin-right:76px}.my-19{margin-top:76px;margin-bottom:76px}.pt-19{padding-top:76px}.pr-19{padding-right:76px}.pb-19{padding-bottom:76px}.pl-19{padding-left:76px}.py-19{padding-top:76px;padding-bottom:76px}.px-19{padding-left:76px;padding-right:76px}.mt-20{margin-top:80px}.mr-20{margin-right:80px}.mb-20{margin-bottom:80px}.ml-20{margin-left:80px}.mx-20{margin-left:80px;margin-right:80px}.my-20{margin-top:80px;margin-bottom:80px}.pt-20{padding-top:80px}.pr-20{padding-right:80px}.pb-20{padding-bottom:80px}.pl-20{padding-left:80px}.py-20{padding-top:80px;padding-bottom:80px}.px-20{padding-left:80px;padding-right:80px}.text-uppercase{text-transform:uppercase}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-green{color:#00a551}.text-yellow{color:#ffc400}.text-red{color:#fe0e0e}.text-grey{color:#616474}.text-grey-300{color:#a2a2a2}.text-yellow-500{color:#ffcc02}.text-orange-200{color:#ffc400}.text-green-200{color:#acf439}.text-green-600{color:#76af2d}.text-green-700{color:#8ec53f}.text-green-800{color:#97de3c}.text-red-400{color:#ff4702}.text-orange-800{color:#f5a623}.text-black-400{color:#303030}.text-inputs-form{color:#607187}.bg-grey{background-color:#616474}.bg-black{background-color:#2b2b2b}.bg-black-0{background-color:#000}.bg-black-400{background-color:#303030}.bg-black-500{background-color:#2b2b2b}.bg-black-700{background-color:#1f1f1f}.bg-grey-800{background-color:#454545}.bg-green{background-color:#00a551}.bg-green-700{background-color:#8ec53f}.text-extra-strong{font-weight:700}.text-strong,.text-bold{font-weight:600}.heading-l{font-family:DM Sans;font-size:20px;-webkit-font-smoothing:auto}.heading-m{font-family:DM Sans;font-size:18px;-webkit-font-smoothing:auto}.sb-heading{font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto}.sb-heading-xl{font-family:DM Sans;font-size:28px;-webkit-font-smoothing:auto}.sb-heading-large{font-family:DM Sans;font-size:20px;-webkit-font-smoothing:auto}.heading-xl{font-family:DM Sans;font-size:28px;-webkit-font-smoothing:auto}.heading-regular{font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto}.text-regular,.sb-text-regular{font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.text-sb-heading{font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto}.text-small,.sb-text-small{font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.text-sb-extra-small,.text-extra-small{font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.text-super-small{font-family:DM Sans;font-size:8px;-webkit-font-smoothing:auto}.text-underline{text-decoration:underline}.text-capitalize{text-transform:capitalize}.visible-mobile-up{display:none!important}@media (min-width: 768px){.visible-mobile-up{display:flex!important}}@media (min-width: 768px){.visible-mobile-down{display:none!important}}@media (min-width: 992px){.visible-tablet-down{display:none!important}}.visible-tablet-up{display:none!important}@media (min-width: 992px){.visible-tablet-up{display:flex!important}}@media (min-width: 1200px){.visible-desktop-down{display:none!important}}.visible-desktop-up{display:none!important}@media (min-width: 1200px){.visible-desktop-up{display:flex!important}}.fixed-size-list{overflow-y:overlay!important;overflow-x:hidden!important}@media (max-width: 768px){.fixed-size-list__view__mobile{height:calc(100vh - 160px)!important}}@-moz-document url-prefix(){.fixed-size-list{width:calc(100% + 6px)!important;scrollbar-color:#00a551 transparent;scrollbar-width:thin}}@-moz-document url-prefix(){html{scrollbar-color:#a2a2a2 #505360;scrollbar-width:thin}html>body{scrollbar-color:#a2a2a2 transparent;scrollbar-width:thin}}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);box-shadow:inset 0 0 6px #0000001a;background-color:transparent;border-radius:2px}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#a2a2a2}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.App{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;background-color:#010101;height:100%;overflow-x:hidden;overflow-y:hidden;position:absolute;top:.2px;left:0;right:0;bottom:.2px}.drawer-content-wrapper{position:fixed!important}.Toastify__toast{background-color:#acf439}.Toastify__toast-theme--light{text-align:center;color:#1f1f1f;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto;font-weight:600}.Toastify__toast svg{fill:#1f1f1f}.Toastify__toast--error{background-color:#fe0e0e}.Toastify__toast--info{background-color:#acf439}.react-tiny-popover-container{z-index:9999}.monri-lightbox-button-el{padding:0!important;border-radius:2px!important}.monri-lightbox-button-el>span{background-color:#76af2d!important;font-weight:400!important;padding:6px 12px!important;font-size:10px!important;height:auto!important;line-height:16px!important;text-transform:uppercase;border-radius:2px!important}.liveAnimation{-webkit-animation:liveAnimation 2.2s;-moz-animation:liveAnimation 2.2s;-o-animation:liveAnimation 2.2s;animation:liveAnimation 2.2s;animation-iteration-count:infinite}.cash-drop-btn{border:unset;width:155px;height:45px;background-image:url(/assets/cash_drop_web-CoE3KciY.png);background-color:transparent;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:4px;cursor:pointer}.cash-drop-mobile-btn{border:unset;background-color:#2b2b2b;width:20px;height:20px;background-image:url(/assets/cash-drop-mobile-button-pHOlBDqb.png);background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-black-2{background-color:#1f1f1f}.bg-black-3{background-color:#1f1f20}.bg-black-10{background-color:#1e1e1e}.bg-gray-6{background-color:#1e2125}.bg-gray-7{background-color:#353739}.bg-green-3{background-color:#8dc63f}.bg-gradient-1{background:linear-gradient(90deg,#292e22,#202020)}.bg-gradient-2{background:linear-gradient(154.96deg,#1f1f1f .7%,#1f2631 99.29%)}.bg-gradient-3{background:linear-gradient(116.93deg,#1f1f1f .29%,#2d343d 99.71%)}.bg-gradient-4{background:linear-gradient(141.07deg,#1e1e1e .99%,#1f2630 99.01%)}.bg-gradient-5{background:linear-gradient(154.6deg,#1e1e1e,#2c333c 99.28%)}.text-white{color:#fff}.text-white>svg>path{stroke:#fff}.text-gray-1{color:#eaecef}.text-gray-1>svg>path{stroke:#eaecef}.text-gray-2{color:#858e9d}.text-gray-2>svg>path{stroke:#858e9d}.text-gray-3{color:#606060}.text-gray-3>svg>path{stroke:#606060}.text-green-1{color:#79b12d}.text-green-1>svg>path{stroke:#79b12d}.text-gray-3{color:#606060;fill:#606060}.text-green-2{color:#8fc045}.text-green-2>svg>path{stroke:#8fc045}.text-green-3{color:#8dc63f}.text-green-3>svg>path{stroke:#8dc63f}.text-yellow-1{color:#fdd334}.text-yellow-1>svg>path{stroke:#fdd334}.text-yellow-2{color:#fed438}.text-yellow-2>svg>path{stroke:#fed438}.text-yellow-3{color:#ffb144}.text-yellow-3>svg>path{stroke:#ffb144}.d-block{display:block}.d-none{display:none}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}.flex-wrap{flex-wrap:wrap}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.gap-10{gap:10px}.gap-30{gap:30px}.ms-auto{margin-left:auto}.me-auto{margin-right:auto}.xy-center{display:flex;align-items:center;justify-content:center}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-6{flex:6}.flex-7{flex:7}.flex-8{flex:8}.flex-9{flex:9}.flex-10{flex:10}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.w-1{width:1%!important}.w-2{width:2%!important}.w-3{width:3%!important}.w-4{width:4%!important}.w-5{width:5%!important}.w-6{width:6%!important}.w-7{width:7%!important}.w-8{width:8%!important}.w-9{width:9%!important}.w-10{width:10%!important}.w-11{width:11%!important}.w-12{width:12%!important}.w-13{width:13%!important}.w-14{width:14%!important}.w-15{width:15%!important}.w-16{width:16%!important}.w-17{width:17%!important}.w-18{width:18%!important}.w-19{width:19%!important}.w-20{width:20%!important}.w-21{width:21%!important}.w-22{width:22%!important}.w-23{width:23%!important}.w-24{width:24%!important}.w-25{width:25%!important}.w-26{width:26%!important}.w-27{width:27%!important}.w-28{width:28%!important}.w-29{width:29%!important}.w-30{width:30%!important}.w-31{width:31%!important}.w-32{width:32%!important}.w-33{width:33%!important}.w-34{width:34%!important}.w-35{width:35%!important}.w-36{width:36%!important}.w-37{width:37%!important}.w-38{width:38%!important}.w-39{width:39%!important}.w-40{width:40%!important}.w-41{width:41%!important}.w-42{width:42%!important}.w-43{width:43%!important}.w-44{width:44%!important}.w-45{width:45%!important}.w-46{width:46%!important}.w-47{width:47%!important}.w-48{width:48%!important}.w-49{width:49%!important}.w-50{width:50%!important}.w-51{width:51%!important}.w-52{width:52%!important}.w-53{width:53%!important}.w-54{width:54%!important}.w-55{width:55%!important}.w-56{width:56%!important}.w-57{width:57%!important}.w-58{width:58%!important}.w-59{width:59%!important}.w-60{width:60%!important}.w-61{width:61%!important}.w-62{width:62%!important}.w-63{width:63%!important}.w-64{width:64%!important}.w-65{width:65%!important}.w-66{width:66%!important}.w-67{width:67%!important}.w-68{width:68%!important}.w-69{width:69%!important}.w-70{width:70%!important}.w-71{width:71%!important}.w-72{width:72%!important}.w-73{width:73%!important}.w-74{width:74%!important}.w-75{width:75%!important}.w-76{width:76%!important}.w-77{width:77%!important}.w-78{width:78%!important}.w-79{width:79%!important}.w-80{width:80%!important}.w-81{width:81%!important}.w-82{width:82%!important}.w-83{width:83%!important}.w-84{width:84%!important}.w-85{width:85%!important}.w-86{width:86%!important}.w-87{width:87%!important}.w-88{width:88%!important}.w-89{width:89%!important}.w-90{width:90%!important}.w-91{width:91%!important}.w-92{width:92%!important}.w-93{width:93%!important}.w-94{width:94%!important}.w-95{width:95%!important}.w-96{width:96%!important}.w-97{width:97%!important}.w-98{width:98%!important}.w-99{width:99%!important}.w-100{width:100%!important}.h-1{height:1%!important}.h-2{height:2%!important}.h-3{height:3%!important}.h-4{height:4%!important}.h-5{height:5%!important}.h-6{height:6%!important}.h-7{height:7%!important}.h-8{height:8%!important}.h-9{height:9%!important}.h-10{height:10%!important}.h-11{height:11%!important}.h-12{height:12%!important}.h-13{height:13%!important}.h-14{height:14%!important}.h-15{height:15%!important}.h-16{height:16%!important}.h-17{height:17%!important}.h-18{height:18%!important}.h-19{height:19%!important}.h-20{height:20%!important}.h-21{height:21%!important}.h-22{height:22%!important}.h-23{height:23%!important}.h-24{height:24%!important}.h-25{height:25%!important}.h-26{height:26%!important}.h-27{height:27%!important}.h-28{height:28%!important}.h-29{height:29%!important}.h-30{height:30%!important}.h-31{height:31%!important}.h-32{height:32%!important}.h-33{height:33%!important}.h-34{height:34%!important}.h-35{height:35%!important}.h-36{height:36%!important}.h-37{height:37%!important}.h-38{height:38%!important}.h-39{height:39%!important}.h-40{height:40%!important}.h-41{height:41%!important}.h-42{height:42%!important}.h-43{height:43%!important}.h-44{height:44%!important}.h-45{height:45%!important}.h-46{height:46%!important}.h-47{height:47%!important}.h-48{height:48%!important}.h-49{height:49%!important}.h-50{height:50%!important}.h-51{height:51%!important}.h-52{height:52%!important}.h-53{height:53%!important}.h-54{height:54%!important}.h-55{height:55%!important}.h-56{height:56%!important}.h-57{height:57%!important}.h-58{height:58%!important}.h-59{height:59%!important}.h-60{height:60%!important}.h-61{height:61%!important}.h-62{height:62%!important}.h-63{height:63%!important}.h-64{height:64%!important}.h-65{height:65%!important}.h-66{height:66%!important}.h-67{height:67%!important}.h-68{height:68%!important}.h-69{height:69%!important}.h-70{height:70%!important}.h-71{height:71%!important}.h-72{height:72%!important}.h-73{height:73%!important}.h-74{height:74%!important}.h-75{height:75%!important}.h-76{height:76%!important}.h-77{height:77%!important}.h-78{height:78%!important}.h-79{height:79%!important}.h-80{height:80%!important}.h-81{height:81%!important}.h-82{height:82%!important}.h-83{height:83%!important}.h-84{height:84%!important}.h-85{height:85%!important}.h-86{height:86%!important}.h-87{height:87%!important}.h-88{height:88%!important}.h-89{height:89%!important}.h-90{height:90%!important}.h-91{height:91%!important}.h-92{height:92%!important}.h-93{height:93%!important}.h-94{height:94%!important}.h-95{height:95%!important}.h-96{height:96%!important}.h-97{height:97%!important}.h-98{height:98%!important}.h-99{height:99%!important}.h-100{height:100%!important}.max-height{height:100%;display:flex;flex-direction:column;flex-grow:1}.mx-auto{margin-right:auto;margin-left:auto}.invisible{visibility:hidden!important}.text-wrap{white-space:normal}.ff-1{font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.ff-2{font-family:DIN Condensed}.fs-0{font-size:0px!important}.fs-1{font-size:1px!important}.fs-2{font-size:2px!important}.fs-3{font-size:3px!important}.fs-4{font-size:4px!important}.fs-5{font-size:5px!important}.fs-6{font-size:6px!important}.fs-7{font-size:7px!important}.fs-8{font-size:8px!important}.fs-9{font-size:9px!important}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-19{font-size:19px!important}.fs-20{font-size:20px!important}.fs-21{font-size:21px!important}.fs-22{font-size:22px!important}.fs-23{font-size:23px!important}.fs-24{font-size:24px!important}.fs-25{font-size:25px!important}.fs-26{font-size:26px!important}.fs-27{font-size:27px!important}.fs-28{font-size:28px!important}.fs-29{font-size:29px!important}.fs-30{font-size:30px!important}.fs-31{font-size:31px!important}.fs-32{font-size:32px!important}.fs-33{font-size:33px!important}.fs-34{font-size:34px!important}.fs-35{font-size:35px!important}.fs-36{font-size:36px!important}.fs-37{font-size:37px!important}.fs-38{font-size:38px!important}.fs-39{font-size:39px!important}.fs-40{font-size:40px!important}.fs-41{font-size:41px!important}.fs-42{font-size:42px!important}.fs-43{font-size:43px!important}.fs-44{font-size:44px!important}.fs-45{font-size:45px!important}.fs-46{font-size:46px!important}.fs-47{font-size:47px!important}.fs-48{font-size:48px!important}.fs-49{font-size:49px!important}.fs-50{font-size:50px!important}.fs-51{font-size:51px!important}.fs-52{font-size:52px!important}.fs-53{font-size:53px!important}.fs-54{font-size:54px!important}.fs-55{font-size:55px!important}.fs-56{font-size:56px!important}.fs-57{font-size:57px!important}.fs-58{font-size:58px!important}.fs-59{font-size:59px!important}.fs-60{font-size:60px!important}.fs-61{font-size:61px!important}.fs-62{font-size:62px!important}.fs-63{font-size:63px!important}.fs-64{font-size:64px!important}.fs-65{font-size:65px!important}.fs-66{font-size:66px!important}.fs-67{font-size:67px!important}.fs-68{font-size:68px!important}.fs-69{font-size:69px!important}.fs-70{font-size:70px!important}.fs-71{font-size:71px!important}.fs-72{font-size:72px!important}.fs-73{font-size:73px!important}.fs-74{font-size:74px!important}.fs-75{font-size:75px!important}.fs-76{font-size:76px!important}.fs-77{font-size:77px!important}.fs-78{font-size:78px!important}.fs-79{font-size:79px!important}.fs-80{font-size:80px!important}.fs-81{font-size:81px!important}.fs-82{font-size:82px!important}.fs-83{font-size:83px!important}.fs-84{font-size:84px!important}.fs-85{font-size:85px!important}.fs-86{font-size:86px!important}.fs-87{font-size:87px!important}.fs-88{font-size:88px!important}.fs-89{font-size:89px!important}.fs-90{font-size:90px!important}.fs-91{font-size:91px!important}.fs-92{font-size:92px!important}.fs-93{font-size:93px!important}.fs-94{font-size:94px!important}.fs-95{font-size:95px!important}.fs-96{font-size:96px!important}.fs-97{font-size:97px!important}.fs-98{font-size:98px!important}.fs-99{font-size:99px!important}.fs-100{font-size:100px!important}.fw-bold{font-weight:700}.fw-semibold{font-weight:600}.fw-medium{font-weight:500}.fw-normal{font-weight:400}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.input{position:relative;width:100%;box-sizing:border-box;outline:none;border:.4px solid transparent}.input::placeholder{font-size:16px;color:#727272}.input.input-rounded{border-radius:5px}.input.input-default{color:#fff;background-color:#1e1e1e}.input.input-dark{background-color:#616474;color:#fff}.input.input-casino-dark{background-color:#242424}.input.input-black{background-color:#1e1e1e}.input.input-transparent{background-color:transparent;color:#fff}.input.input-light{background-color:#a2a2a2;color:#30323a}.input.input-white{background-color:#fff;color:#30323a}.input.input-regular{height:48px;font-size:16px;padding:10px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.input-form{box-sizing:border-box;outline:none;width:100%}.input-form.input-error-msg{transition:all .3s ease;border:1px solid #ff4702}.input-search{background-color:inherit;width:100%;outline:none;border:none}.input-search-small{padding:12px;background-color:transparent;border:1px solid #454545;box-shadow:0 1px 3px #00000052}.input-search-small::placeholder{font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;color:#a2a2a2;text-align:center}.input__addon{position:absolute;right:10px;color:#303030;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.input__error{color:#ff4702;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.input-wrapper{position:relative;display:flex;flex-direction:column;align-items:start;gap:6px;width:100%}.input-wrapper label{color:#607187}.input-wrapper .input-icon{position:absolute;top:10px;right:10px}:-webkit-autofill,:-webkit-autofill:hover,:-webkit-autofill:focus{filter:none;-webkit-text-fill-color:rgb(255,255,255);-webkit-box-shadow:0 0 0px 40rem rgb(30,30,30) inset}.icon{cursor:pointer;display:flex;align-items:center}.icon.disabled{cursor:not-allowed;opacity:.5}.icon.icon-light{color:#fff;fill:#fff}.icon.icon-lightgreen{color:#00ea73}.icon.icon-sbgreen{color:#76af2d;fill:#76af2d}.icon.icon-sbgreen-800{color:#97de3c}.icon.icon-lightgrey{color:#a9acbe}.icon.icon-black-400{color:#303030;fill:#303030}.icon.icon-dark{color:#2b2b2b}.icon.icon-success{color:#00a551}.icon.icon-warning{color:#ffc400}.icon.icon-danger{color:#fe0e0e;fill:#fe0e0e}.icon.icon-large{display:flex;align-items:center}.icon.icon-large svg{height:24px;width:24px}.icon.icon-large .icon-container{width:40px;height:40px;border-radius:2px}.icon.icon-extra-large svg{height:32px}.icon.icon-extra-large .icon-container{width:46px;height:46px;border-radius:2px}.icon.icon-2-extra-large svg{height:194px}.icon.icon-2-extra-large .icon-container{width:100px;height:200px;border-radius:2px}.icon.icon-medium{display:flex;align-items:center}.icon.icon-medium svg{height:24px}.icon.icon-medium .icon-container{min-width:40px;min-height:40px;border-radius:2px}.icon.icon-regular{display:flex;align-items:center}.icon.icon-regular svg{height:16px}.icon.icon-regular .icon-container{min-width:30px;min-height:30px;border-radius:2px}.icon.icon-extra-small svg{height:8px}.icon.icon-extra-small .icon-container{min-width:12px;min-height:12px;border-radius:2px}.icon.icon-small svg{height:12px}.icon.icon-small .icon-container{min-width:20px;min-height:20px;border-radius:2px}.icon .icon-container{display:flex;align-items:center;justify-content:center}.icon .icon-container.bg-dark{background-color:#616474}.icon .icon-container.bg-success{background-color:#00a551}.icon .icon-container.bg-warning{background-color:#ffc400}.icon .icon-container.bg-danger{background-color:#fe0e0e}.icon .icon-container.bg-grey{background-color:#a9acbe}.icon .icon-container.bg-sbgrey{background-color:#303030;border-radius:4px;min-width:29px;min-height:29px}.icon .icon-container.bg-silver{background-color:#454545;border:1px solid #76af2d}.icon .icon-container.bg-promo{background-color:#2b2b2b;border-radius:50%}.icon .icon-container.bg-casino{min-width:24px;min-height:24px}.icon .icon-container.bg-circle-gray{background-color:#444;border-radius:50%}.btn{position:relative;cursor:pointer;transition:all .3s;box-sizing:border-box;outline:none;border:none;width:100%;height:100%}.btn.rounded{border-radius:8px}.btn.pressed{opacity:7%}.btn.bordered{border:1px solid transparent}.btn.btn-small{font-size:14px;padding:5px 10px;width:110px;height:32px}.btn.btn-regular{padding:5px 10px;width:100%;height:100%}.btn.btn-medium{font-size:20px;padding:5px 10px;width:176px;height:48px}.btn.btn-large{font-size:25px;border:3px solid;padding:5px 10px;width:258px;height:48px}.btn.btn-default{background-color:#616474}.btn.btn-default:hover{background-color:#30323a}.btn.btn-primary{line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#fff;border-radius:4px;z-index:1;background:linear-gradient(90deg,#41b300,#8dc63f);font-family:DIN Condensed}.btn.btn-primary:disabled{cursor:not-allowed;color:#434242;background:#3e3f4196}.btn.btn-primary:disabled:before{border:none;background:#3e3f4196}.btn.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#b9fc93,#8dc63f)}.btn.btn-primary:hover:not(:disabled):before{background:linear-gradient(103.15deg,#c4f875 -18.92%,#4dad33 113.16%)}.btn.btn-primary:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:3px;z-index:-1;background:linear-gradient(107.68deg,#8fc045 2.7%,#4dad33 97.32%)}.btn.btn-secondary{line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#1e1e1e;z-index:1;border-radius:4px;background:linear-gradient(107.68deg,#ffb144 2.7%,#f9883b 97.32%);font-family:DIN Condensed}.btn.btn-secondary:disabled{cursor:not-allowed;color:#434242;background:#3e3f4196}.btn.btn-secondary:disabled:before{border:none;background:#3e3f4196}.btn.btn-secondary:hover:not(:disabled),.btn.btn-secondary.pressed{background:linear-gradient(107.68deg,#ffa96e 2.7%,#fca84d 97.32%)}.btn.btn-secondary:hover:not(:disabled):before,.btn.btn-secondary.pressed:before{background:linear-gradient(96.8deg,#ffc08d -37.56%,#ff9c54 83.42%,#ff8632 154.13%)}.btn.btn-secondary:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:3px;z-index:-1;background:linear-gradient(90deg,#ff9146,#fbbb37 100.01%)}.btn.btn-ghost-primary{line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#8dc63f;z-index:1;border-radius:4px;background:linear-gradient(90deg,#4dad33,#84bd42 84%,#8fc045);font-family:DIN Condensed}.btn.btn-ghost-primary:hover{color:#bdec7c;background:linear-gradient(90deg,#83ed67 -29.54%,#c3e997 35.45%,#dcffa6)}.btn.btn-ghost-primary:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:3px;z-index:-1;background:#47484a}.btn.btn-ghost-grey{line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#858e9d;border:none;border-radius:4px;background:#383f4b;font-family:DIN Condensed}.btn.btn-ghost-grey:hover{color:#383f4b}.btn.btn-gold{line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#1e1e1e;z-index:1;background:linear-gradient(107.68deg,#fbbb37 2.7%,#f18439 97.32%);font-family:DIN Condensed}.btn.btn-gold:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:6px;z-index:-1;background:linear-gradient(90deg,#f18439,#fab638 100.01%)}.btn.btn-bordergrey{background-color:#373944}.btn.btn-bordergrey.bordered{border:1px solid #aeaeae}.btn.btn-dark{background-color:#303030;border:none;box-shadow:0 2px 4px #00000036}.btn.btn-dark:hover{background-color:#454545}.btn.btn-ultra-black{background-color:#242424;border:none;box-shadow:0 2px 4px #00000036}.btn.btn-ultra-black:hover{background-color:#303030}.btn.btn-grey{background-color:#727272;border:none;box-shadow:0 2px 4px #00000036}.btn.btn-grey:hover{background-color:#454545}.btn.btn-success{border:1px solid rgb(119,176,45);background-color:#76af2d}.btn.btn-success:hover{background-color:#354e16}.btn.btn-warning{border:2px solid;border-image-source:linear-gradient(107.68deg,rgb(251,187,55) 2.7%,rgb(241,132,57) 97.32%);background:linear-gradient(90deg,#f18439,#fab638 100.01%)}.btn.btn-warning:hover{background-color:#ffcc02}.btn.btn-green{background-color:#76af2d;box-shadow:0 2px 4px #00000036}.btn.btn-green:hover{background-color:#354e16}.btn.btn-orange{background-color:#ff6931}.btn.btn-orange:hover{background-color:#bf3502}.btn.btn-silver{background-color:#454545}.btn.btn-silver:hover{color:#00a551}.btn.btn-silver:hover svg{color:#00a551}.btn.btn-transparent{background-color:transparent}.btn.btn-transparent:hover{color:#00a551}.btn.btn-transparent:hover svg{color:#00a551}.reset-password-modal-wrap .modal{width:95%;border-radius:0}@media (min-width: 768px){.reset-password-modal-wrap .modal{width:auto}}.reset-password{border-radius:10px}.reset-password__header{min-height:75px}.reset-password__content{padding:24px 58px 0}.reset-password__input{margin-top:16px}.verification-modal{background:linear-gradient(141.21deg,#1f2631 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.verification-modal__header{text-align:center;color:#8dc63f;padding:20px 10px}.login-modal.modal{max-width:500px}.login-modal__content{border-radius:10px}.login-modal__content .loader{background-color:transparent}.login-modal__header{min-height:75px}.login-modal__form-content{padding:14px 0}@media (min-width: 992px){.login-modal__form-content{padding:0}}.login-form{padding:16px}.login-form.inline-form{width:auto;padding:0;flex-direction:row}@media (min-width: 992px){.login-form.inline-form{max-width:370px}}.login-form.inline-form input{border-radius:2px;padding:4px!important}.login-form.inline-form input[id=login-password]{padding-inline-end:28px!important}.login-form>input:last-of-type{margin-top:16px}.login-form .login-button-inline{min-width:110px;padding-block:3px;padding-inline:0}.login-form.inline{width:400px;padding:12px 4px;justify-content:flex-end}.login-form__inline-inputs{display:flex;margin-bottom:4px}.login-form__inline-bottom{display:flex;justify-content:flex-end}.login-form__inline-input::placeholder{color:#30323a}.login-form__inline-submit{border-radius:3px;padding:4px 6px;display:flex;justify-content:center;align-items:center;background-color:#616474;cursor:pointer}.login-form__inline-submit:hover{background-color:#30323a}.login-form.modal{box-sizing:border-box}@media (max-width: 992px){.login-form.modal{margin:0}}@media (max-width: 576px){.login-form.modal{width:100%;margin:0 auto}}@media (min-width: 576px){.login-form{padding:12px 32px}}@media (min-width: 992px){.login-form{width:210px}.login-form.modal{width:auto;padding:24px 24px 0}}.loader{width:100%;height:100%;position:absolute;z-index:1}.loader .loader-indicator{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAKRUExURf///43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP43GP////3sr02UAAADZdFJOUwAAIXCpxsrJw2oPQffcRgT7XIGzoPKCWEij8BAD4rE1aRo/Ohd/KI3uYBb66+z41QKvrnYH/d5kMh4dIxwUJESHnsyLX9qSTmxXEzxjmNQ4qKpdFbovdbX518C2fCV6zoq3bwogne3zKuGXnBhC0FoS3eWVU9sMq6S+LNkBkHQm6gstN8FJMTlMaH2GeUpSazaUBkDLTYXW9dg9k6IuDrRyfkPfCISmwlBi/u/89PHn6eCA6OP2uLzExb1Up4zREbIJH9OlVXPSjgVxzzNlGZFLj3vNO0e7Ub+lnrtPAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+kDHA4fLFXsPWoAAAABb3JOVAHPoneaAAAFLklEQVR42u3b/1sURRwHcAZBOTzxFAk9vhxKBXnHl8hVCYEoTVPEhAO5EMOyo1TIDkExJBMEs6ysFCjMEozYuwNTScuywLLs+/ea/6ZZ7uC527293dud248/8H58Hh+8ufm8nJmdXZ5nJyICPCjERM6Kip6tNHNionSxvr2FDpirxyozL04NYP48tfUxNkSqACxQXx/jhSoA8TQAi5QDYhNoAO5SDkikUR8vVg5YQqO+MUkxIDmFBiAVKQaYqMxAmgCwdFn63bIA91AB3MsHZBgxzky9b7k0YLac/s2WLDPG2ZkGkc9zkD8g937vB1l5D8xdEbR+JCNZfeWq1fmxSQ8WFKwpLCpOe6gk/mELv8kjPMBa3w/XPbq+UBywQfq//5jgSxs3lW4u822yhQd4nNeFZWt5hQjAKg2oDPjF3C1V26q9LWyIB3hC2IulZnugjipk3AhrRYevaMeTky3q+ICYgB0xO59Kf5rXhYxtMHtXsDW07Bk7rn9Wxgh489zudL/Ge6QB9o1BVzHa21CE5ANIGnc/v2+68QvSgJTgl9FkkkMBkDia9nvUDdL1cXOyVPmWA7aDiUW5IQBIqlvTDu0qflEGYF2bFCCNa2a25R1uf0k+YPI7slo1SwJSp9seeTkkgLw4pKagxWdjPBoGAFMrAVjv07gjDADceayyq/v4Kydefa30ZMPrb8xKNOX7XRibfdq+GQ6AMPqVNafaj3tv92/5ruQubQCe2Je8zQGW+/5bpJYAkncOn0bzz/T0Tv3cl6wxgORdUjI/TnfmvT39izLOhrYPUEmc4KrQFmB/HxhwDgEDPgAGBNomNQV0ImDAh9CA88CAgUFgwAUEDDgGDfgIGoCHPm6DBZDfzC9054ICSMoyzreAAkhSoobzwQAsO/mX07rDBAJgWZZxmau533Lc1g2FmgNYImAMhmp974iTPBvmbAKYAoYAzPreBKdl1ME0F2g/BQzj4kbAbbRfdHyCL2kLYLm4XAZztt494rRcvsJu1RTAehchGYLsMbcx0zLKboO4CjyTMFY/4szCnwLsA9wqcJFJ0LsTnNgKMAKedWjmZqEeXwXYir2zQAT6MdwKcS9gsWcdEALuhFgD3P3AsxCqcQzI3ZBzMNxEGMAA3rXI4GtQI+BRMPgzsCnw/gEDTDFAAdyzEfAI3AGA6BnADGAGcCcAhqABn0MCuJ2wH3oEVkEDkuqBAeg6NAB1nAMGIHRI98UAKIBksOHLG6AALl3tWu9KPADJWd1BByiA5Kvhr2EBJKXQADQKDBi/DAzo1qi+KGA7NECz7UAEMCHvlZnwAYa1qi8GKIEG3AQG1Eq/uRlegIw3N8ML0PBBPSCgQLsZCAzQaVc/MOAbYMAg9BPRtxrWDwg4AAwYtwMDiql07Ki7deo7ZYDvadQfmeC6Sq/rk2o4RwDIlfH2snT6vb3dNv1Q0xus4Y8CQAeN+niBT48T5SXiz9g3BYCFNOqb1/h3WlHeFB24ZY4AQOVR4KrwBocq2+MzhS1v8AE/0aiPf0YB84uulX9CwcoHVNGob9yHxBJ5/Ve/V9Sr+AAZhzikE4WCZcVvvzdOtbySxAPsVX2akUsakorpj51HSMM/j/JPWu2nUR+vlgSQFKYv7m4THPXKoFF/QPKQg094gB4agKYQ6vMAf1GZgb+VA+po1LeMKwdcU1+enb4RKQHIOcYimdMqAP9QqH9RxkkjUcBJCoATIdXnX4aXVNcfGlcFQP/mNfbY+pTFllP2363bodVH0Ef/IyL+B0APZa7YWhUIAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI1LTAzLTI4VDE0OjI5OjA1KzAwOjAw6JsuXwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNS0wMy0yOFQxNDoyOTowNSswMDowMJnGluMAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjUtMDMtMjhUMTQ6MzE6NDQrMDA6MDA+ty1GAAAAAElFTkSuQmCC);background-size:cover;position:relative;overflow:hidden}.loader .loader-indicator:after{content:"";width:200%;height:200%;position:absolute;top:-50%;left:-50%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(30deg);animation:shine 2s infinite}@keyframes shine{0%{transform:translate(-100%) rotate(30deg)}to{transform:translate(100%) rotate(30deg)}}.loader-wrapper{width:100%;height:100%;position:relative}.loader-wrapper.active{min-height:150px}.custom-checkbox{display:flex;flex-direction:column}.custom-checkbox__container{display:flex;align-items:center}.custom-checkbox__input .ant-checkbox .ant-checkbox-inner{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.custom-checkbox__input .ant-checkbox:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4_450)'%3e%3cmask%20id='path-1-inside-1_4_450'%20fill='white'%3e%3cpath%20d='M0%203.5C0%202.39543%200.895431%201.5%202%201.5H11C12.1046%201.5%2013%202.39543%2013%203.5V12.5C13%2013.6046%2012.1046%2014.5%2011%2014.5H2C0.89543%2014.5%200%2013.6046%200%2012.5V3.5Z'/%3e%3c/mask%3e%3cpath%20d='M2%202.5H11V0.5H2V2.5ZM12%203.5V12.5H14V3.5H12ZM11%2013.5H2V15.5H11V13.5ZM1%2012.5V3.5H-1V12.5H1ZM2%2013.5C1.44772%2013.5%201%2013.0523%201%2012.5H-1C-1%2014.1569%200.343146%2015.5%202%2015.5V13.5ZM12%2012.5C12%2013.0523%2011.5523%2013.5%2011%2013.5V15.5C12.6569%2015.5%2014%2014.1569%2014%2012.5H12ZM11%202.5C11.5523%202.5%2012%202.94772%2012%203.5H14C14%201.84315%2012.6569%200.5%2011%200.5V2.5ZM2%200.5C0.343146%200.5%20-1%201.84315%20-1%203.5H1C1%202.94772%201.44772%202.5%202%202.5V0.5Z'%20fill='%23454652'%20mask='url(%23path-1-inside-1_4_450)'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4_450'%3e%3crect%20width='14'%20height='14'%20fill='white'%20transform='translate(0%200.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s}.custom-checkbox__input .ant-checkbox.ant-checkbox-checked:before{background-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.25%205.91667L6%207.66667L11.8333%201.83333M11.25%206.5V10.5833C11.25%2010.8928%2011.1271%2011.1895%2010.9083%2011.4083C10.6895%2011.6271%2010.3928%2011.75%2010.0833%2011.75H1.91667C1.60725%2011.75%201.3105%2011.6271%201.09171%2011.4083C0.872916%2011.1895%200.75%2010.8928%200.75%2010.5833V2.41667C0.75%202.10725%200.872916%201.8105%201.09171%201.59171C1.3105%201.37292%201.60725%201.25%201.91667%201.25H8.33333'%20stroke='%2375AF2D'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.custom-checkbox__input .ant-checkbox.ant-checkbox-disabled:before{opacity:.5;cursor:not-allowed}.custom-checkbox__label{font-size:14px;line-height:1.5}.custom-checkbox__label--left{margin-right:8px;order:-1}.custom-checkbox__label--right{margin-left:8px}.custom-checkbox__label--indented.custom-checkbox__label--left{margin-right:8px}.custom-checkbox__label--indented.custom-checkbox__label--right{margin-left:8px}.custom-checkbox__label--truncate{max-width:250px}.custom-checkbox__label--checked{font-weight:500}.custom-checkbox__label--disabled{color:#00000040;cursor:not-allowed}.custom-checkbox__error{color:#ff4d4f;font-size:12px;margin-top:4px}.custom-checkbox--has-error .custom-checkbox__input .ant-checkbox:before{border-color:#ff4d4f}.custom-checkbox--disabled{cursor:not-allowed}.select-wrapper{position:relative;display:flex;flex-direction:column;align-items:start;gap:6px;width:100%}.select-wrapper label{color:#607187}.select-wrapper.select-regular{width:100%;height:48px}.select{height:inherit;width:100%;box-sizing:border-box;outline:none;border:.4px solid transparent;margin:auto;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.select div:first-of-type{border:none;box-shadow:none;cursor:pointer;padding:0}.select.select-rounded{border-radius:5px}.select.select-squared{border-radius:3px}.select .select__option{background-color:#00a551}.select .select__option:hover{background-color:#61d077}.select.select-dark>div{background-color:#30323a;color:#fff}.select.select-grey>div{background-color:#a2a2a2}.select.select-grey svg{height:12px}.select.select-sb-dark>div{background-color:#303030;color:#fff;border:1px solid #454545;box-shadow:0 1px 3px #00000052}.select.select-default>div{color:#fff;background-color:#1e1e1e}.select.select-default>div div:first-child{padding:10px}.select.select-regular>div{font-size:16px;width:100%;height:48px}.select.select-sb-small{width:90px;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.select.select-sb-small .icon.icon-regular svg{height:8px}.select.select-sb-market{font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto;max-width:210px}.select.select-sb-market .icon.icon-regular svg{height:8px}.select.select-sb-language{width:80%;background-color:#a2a2a227}.select.select-sb-language>div{background-color:#a2a2a227}@media (min-width: 1200px){.select.select-sb-language{width:100px;background:transparent;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.select.select-sb-language>div{background-color:transparent}}.select.select-small{height:10px;padding:12px;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.select.select-error>div:first-of-type{border:1px solid #fe0e0e}.MuiInputBase-colorPrimary{height:48px;color:#fff!important}.MuiInputBase-colorPrimary.Mui-disabled input{color:#fff!important;opacity:1;-webkit-text-fill-color:#ffffff!important}.MuiInputBase-colorPrimary .MuiIconButton-root{color:#fff!important}.activation-sent{background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.activation-sent__header{color:#8dc63f;padding:10px;display:flex;align-items:center;justify-content:center}.activation-sent .icon svg{height:80px}.activation-sent__desc{color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:center}.activation-sent__content{padding:10px;display:flex;align-items:center;justify-content:center}.register-modal .register-modal-wrap{height:80%;overflow:hidden}.register-modal__content{border-radius:10px}.register-modal__header{min-height:75px}.register-modal__title{width:85%;text-align:center}.register-modal__step{text-align:right}@media (min-width: 576px){.register-modal__step{padding:12px 40px 0}}.register-modal__step>span:not(:first-child){margin-left:10px}.register-modal .register-form-wrapper{max-height:calc(95vh - 180px);margin:0;overflow-y:auto}.register-modal .register-form{padding:16px;display:flex;flex-direction:column;word-wrap:break}.register-modal .register-form svg{cursor:default}.register-modal .register-form .select-error{margin-bottom:8px}@media (min-width: 576px){.register-modal .register-form{padding:12px 40px 30px}}.register-modal .register-form__date-picker{width:100%;height:16px;margin-bottom:12px;border:0;border-radius:3px;outline:none;padding:8px 0;text-align:center}.register-modal .register-form__radio-row{width:90%;max-width:inherit;margin-top:4px;margin-right:auto;display:flex}.register-modal .register-form__radio-row .checkbox{white-space:wrap}.register-modal .register-form__label{position:absolute;top:-16px;left:2px}.register-modal .register-form__successful{text-align:center}.register-modal .register-form__row{height:70px;position:relative;display:flex;flex-direction:column}.register-modal .register-form__row .input__error{margin-top:2px;margin-left:2px;-webkit-animation:fadeIn .3s;-moz-animation:fadeIn .3s;-o-animation:fadeIn .3s;animation:fadeIn .3s}.register-modal .register-form__row select{margin-bottom:12px}.register-modal .register-form__row .select>div{height:40px;border-radius:0}.register-modal .register-form__row.short-row{height:60px}.register-modal .register-form__actions .checkbox{margin-bottom:10px}.register-modal .register-form__actions p{margin-bottom:6px}.register-modal .register-form__button-row{display:flex;justify-content:space-evenly}.register-modal .register-form__errors{margin-bottom:6px}.register-modal .register-form__errors p{color:#fe0e0e}.register-modal .register-form .input-squared{border-radius:3px}.single-drop{height:55px;display:flex;align-items:center;justify-content:space-between;background-color:#242424;padding:0 16px;border-radius:4px;background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 0 115px 7px #000c inset;-webkit-box-shadow:0px 0px 115px 7px rgba(0,0,0,.8) inset;-moz-box-shadow:0px 0px 115px 7px rgba(0,0,0,.8) inset}.single-drop__collected{border:1px solid #acf439}.single-drop__not-active{background-color:#24242460;color:#ffffff60;box-shadow:-1px 1px 79px 25px #000000eb inset;-webkit-box-shadow:-1px 1px 79px 25px rgba(0,0,0,.92) inset;-moz-box-shadow:-1px 1px 79px 25px rgba(0,0,0,.92) inset}.single-drop__not-active-time{color:#ffffff60}.shadow{box-shadow:1px 3px 13px 2px #000c;-webkit-box-shadow:1px 3px 13px 2px rgba(0,0,0,.8);-moz-box-shadow:1px 3px 13px 2px rgba(0,0,0,.8)}.cash-drop-modal .modal__header{min-height:50px;display:flex;align-items:center;justify-content:center}.cash-drop-modal .cash-drop__content{height:500px;padding:32px 20px;overflow-y:auto}@media (min-width: 992px){.cash-drop-modal .cash-drop__content{padding:32px 40px}}.country-icon.flag-icon-squared{width:14px;height:14px;border-radius:100%}.country-icon.original{border-radius:4px}.country-icon.original.regular{width:20px;height:20px}.country-icon.large{width:20px;height:20px;border-radius:100%}.country-icon.large.original{border-radius:4px}.country-icon.extra-large{width:28px;height:24px;border-radius:100%}.country-icon.extra-large.original{border-radius:2px}.language-select-container{flex-direction:column}.language-select-container .language-label{margin-bottom:8px;font-size:14px;color:#fff}.language-select-container .language-flag{width:20px;height:20px;border-radius:50%;object-fit:cover}.language-select-container .language-option{display:flex;align-items:center;gap:10px}.language-select-container .language-option__text,.language-select-container .language-option span{color:#fff}.language-select-container .language-option .country-code{font-size:12px;font-weight:500;color:#fff;margin-left:4px}.language-select-container .language-select-desktop{height:28px!important}.language-select-container .language-select-desktop .ant-select-selector{height:28px!important;border:.4px solid rgb(99,99,99)!important;border-radius:5px!important;padding:0 4px!important;display:flex;align-items:center;justify-content:center;background-color:#3c3636!important}.language-select-container .language-select-desktop .ant-select-selector .ant-select-selection-item{padding-inline-end:12px}.language-select-container .language-select-desktop .ant-select-selector .ant-select-selection-item .country-code{color:#8fc045}.language-select-container .language-select-desktop .ant-select-arrow{right:4px;color:#fff}.language-select-container .language-select-mobile .ant-select-selector{height:40px!important;border:.4px solid rgb(99,99,99)!important;border-radius:5px!important;padding:0 11px!important;display:flex;align-items:center;justify-content:center;background-color:#3c3636!important}.language-select-container .language-select-mobile .ant-select-arrow{color:#fff}.language-select-dropdown .ant-select-item{display:flex;align-items:center;justify-content:center;background-color:#3c3636!important;color:#fff}.language-select-dropdown .ant-select-item:hover,.language-select-dropdown .ant-select-item.ant-select-item-option-selected{background-color:#63636380!important}.language-select-dropdown .ant-select-item:hover .language-option__text,.language-select-dropdown .ant-select-item.ant-select-item-option-selected .language-option__text{color:#fed438}.language-select-dropdown .ant-select-item:hover .country-code,.language-select-dropdown .ant-select-item.ant-select-item-option-selected .country-code{color:#8fc045}.language-select-dropdown .language-dropdown-option{display:flex;align-items:center;justify-content:center;gap:8px}.language-select-dropdown .language-dropdown-option .country-code{font-size:12px;font-weight:500;color:#fff}.language-select-dropdown-mobile .ant-select-item{display:flex;align-items:center;background-color:#3c3636!important;color:#fff}.language-select-dropdown-mobile .ant-select-item .language-option-mobile{width:100%;display:flex;align-items:center;gap:10px}.language-select-dropdown-mobile .ant-select-item .language-option-mobile.selected{background-color:#63636380!important}.language-select-dropdown-mobile .ant-select-item .language-option-mobile.selected .language-option__text{color:#fed438}.language-select-dropdown-mobile .ant-select-item .language-option-mobile .language-option__text{color:#fff}.language-select-dropdown-mobile .ant-select-item .language-option-mobile .country-code{font-size:12px;font-weight:500;color:#fff;margin-left:4px}.language-select-dropdown-mobile .ant-select-item:hover{background-color:#6363634d!important}.language-select-dropdown-mobile .ant-select-item.ant-select-item-option-selected{background-color:#63636380!important}.language-select-dropdown-mobile .ant-select-item.ant-select-item-option-selected .language-option__text{color:#fed438}@media (min-width: 1024px){.language-dropdown{display:flex;align-items:center;justify-content:center}}.country-icon{display:flex;align-items:center;justify-content:center}.circle-flag{display:flex;align-items:center;gap:4px}.circle-flag .country-code{font-size:12px;font-weight:500;color:#fff}.ant-menu-overflow-item.ant-menu-overflow-item-rest,.ant-menu-submenu-popup{background:#1f1f1f!important}.ant-menu-item.ant-menu-item-only-child{background:#1f1f1f!important;color:#666768!important}.ant-menu-item.ant-menu-item-only-child:hover{background:transparent!important;color:#fff!important}.ant-menu-item.ant-menu-item-only-child.ant-menu-item-selected{background:#79b12d!important;color:#fff!important}.ant-menu-submenu-popup>.ant-menu{background:#1f1f1f!important}.ant-menu-overflow-item.ant-menu-overflow-item-rest .anticon{color:#666768!important}.ant-menu-overflow-item.ant-menu-overflow-item-rest:hover .anticon{color:#fff!important}.ant-layout-header{height:70px!important;max-width:100vw!important;border-bottom:1px solid rgb(121,177,45)!important;padding:0 20px!important;position:sticky!important;top:0!important;z-index:1000!important;display:flex!important;align-items:center!important;overflow:hidden!important;box-sizing:border-box!important;line-height:normal!important;background:#1f1f1f!important}@media (max-width: 1024px){.ant-menu-overflow{display:none}.ant-layout-header{padding:0 15px!important}}.ant-drawer-body{padding:0;background:#1f1f1f}.ant-drawer-body .ant-menu-item{height:70px;margin:0;padding-left:20px;display:flex!important;align-items:center!important;background:transparent!important}.ant-menu-horizontal{background:transparent!important}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{height:70px;display:flex!important;align-items:center!important;background:transparent!important;color:#666768!important}.ant-drawer-header{background:#1f1f1f!important;color:#fff!important}.ant-drawer-title,.ant-drawer-close{color:#fff!important}.ant-menu-horizontal>.ant-menu-item-selected,.ant-menu-horizontal>.ant-menu-submenu-selected{border-bottom:4px solid rgb(121,177,45)!important;background:transparent!important;color:#fff!important}.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu:hover{background:transparent!important;color:#fff!important}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{margin:0!important;border-bottom:4px solid transparent}.ant-menu-horizontal{border-bottom:none!important}.ant-menu-vertical>.ant-menu-item{height:70px!important;display:flex!important;align-items:center!important;background:transparent!important;color:#666768!important}.ant-menu-vertical>.ant-menu-item-selected{background:#79b12d!important;color:#fff!important}.ant-menu-vertical>.ant-menu-item:hover{color:#fff!important}.ant-menu{background:transparent!important}.ant-menu-item{display:flex!important;align-items:center!important;background:transparent!important}.ant-menu-vertical>.ant-menu-item-selected{background:#79b12d!important}.ant-menu-title-content{height:100%!important;display:flex!important;align-items:center!important;line-height:normal!important}.ant-menu-item a{width:100%!important;height:100%!important;padding-top:4px;display:flex!important;align-items:center!important;text-decoration:none!important;color:inherit!important}.logo a{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.logo img{margin:0 auto!important;display:block!important}.user-profile-icon svg{height:30px!important}.rc-drawer{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1050;pointer-events:none}.rc-drawer-inline{position:absolute}.rc-drawer-mask{top:0;right:0;bottom:0;left:0;position:absolute;z-index:1050;background:#00000080;pointer-events:auto}.rc-drawer-content-wrapper{position:absolute;z-index:1050;overflow:hidden;transition:transform .3s}.rc-drawer-content-wrapper-hidden{display:none}.rc-drawer-left .rc-drawer-content-wrapper{top:0;bottom:0;left:0}.rc-drawer-right .rc-drawer-content-wrapper{top:0;right:0;bottom:0}.rc-drawer-content{width:100%;height:100%;overflow:auto;background:#fff;pointer-events:auto}.app-drawer{z-index:500}.app-drawer .drawer-content{background-color:#303030;color:#fff}.app-drawer .drawer-content-wrapper{position:fixed!important}.new-password{width:400px;height:max-content;border-radius:10px}.new-password__header{min-height:75px}.new-password__content{padding:24px 58px 0}.ant-modal-content{border-radius:10px!important;padding:0!important;background:linear-gradient(154.6deg,#1e1e1e,#2c333c 99.28%)}.ant-modal .ant-modal-header{background:transparent}.ant-modal .ant-modal-close{color:#ffffff73}.ant-modal .ant-modal-close:hover{background-color:transparent;color:#ffffffe0}.sidebar{min-width:250px;max-width:250px;height:100%;overflow-y:auto}.sidebar__bordered-left{border-left:1px solid rgb(0,0,0)}.sidebar__bordered-right{border-right:1px solid rgb(0,0,0)}.btn-group-wrapper{position:relative;margin-left:auto;margin-right:4px}@media (min-width: 768px){.btn-group-wrapper{margin-left:unset}}.btn-group{display:flex;align-items:center;box-shadow:0 2px 4px #00000080}@media (min-width: 992px){.btn-group{box-shadow:none}}.btn-group.regular button{color:#fff;cursor:pointer;outline:none;border:none;border-right:1px solid #30323a;transition:all .3s;background-color:#616474;padding:4px 12px;min-width:50px;display:flex;align-items:center;justify-content:center}.btn-group button{color:#fff;cursor:pointer;outline:none;border:none;border-right:1px solid #30323a;border-radius:4px;transition:all .3s;background-color:#616474;padding:10px 24px;min-width:50px;display:flex;align-items:center;justify-content:center}.btn-group button:hover{background-color:#30323a}.btn-group button:first-child{border-bottom-left-radius:18px;border-top-left-radius:18px;padding-left:12px}@media (min-width: 992px){.btn-group button:first-child{padding-left:32px}}.btn-group button:last-child{border-bottom-right-radius:18px;border-top-right-radius:18px;padding-right:12px;border-right:none}@media (min-width: 992px){.btn-group button:last-child{padding-right:32px}}.btn-group__icon{border-radius:30px;z-index:1000}.btn-group__icon>button{background-color:#373944;width:50px;height:50px;border-radius:4px!important;padding:10px 20px!important}.btn-group__icon>button:first-child{border-right:none}.btn-group__icon.regular{border-radius:4px}.btn-group__icon.regular>button{background-color:#303030;transition:all .3s;min-width:25px;height:20px;width:30px;padding:14px!important}.btn-group__icon.regular>button.active{background-color:#76af2d}@media (min-width: 992px){.btn-group__icon.regular>button{background-color:#242424;min-width:25px;height:25px;width:45px;padding:12px!important}}.btn-group__active-icon{margin-right:20px}@media (min-width: 992px){.btn-group__active-icon{margin-right:32px}}.btn-group__active{z-index:0;height:28px;width:9px;border-radius:4px;padding-left:20px;position:absolute;top:0}@media (min-width: 992px){.btn-group__active{padding-left:30px;width:14px;height:25px;top:0}}.btn-group__active-left{left:0;animation:slideLeft .6s}.btn-group__active-right{animation:slideRight .6s;right:0}.casino-modal-wrap{overflow:hidden;z-index:9999}.casino-modal-wrap .modal{margin:0;display:block}@supports (-webkit-touch-callout: none){.casino-modal{height:calc(100vh - 55px)}}@supports not (-webkit-touch-callout: none){.casino-modal{height:calc(100vh - 40px)}}@media (min-width: 1200px){.casino-modal{height:calc(100vh + 15px)}}.casino-modal__title{min-height:50px;border-radius:8px 8px 0 0}.casino-modal iframe{width:100%;height:calc(100% - 50px);border:transparent}._single-promo_l9lbh_3{margin:0 auto!important;display:flex;justify-content:center;cursor:pointer}._single-promo__content_l9lbh_9{width:90%;height:300px}@media only screen and (max-width: 1360px){._single-promo__content_l9lbh_9{width:80%}}._single-promo__image_l9lbh_18{width:240px;height:288px;border-radius:8px;margin-top:20px;position:relative;margin-bottom:8px;background-repeat:no-repeat;background-size:100% 100%;background-position:center;cursor:pointer;overflow:hidden}._single-promo__image_l9lbh_18 a{display:block;width:100%;height:100%}._single-promo__text_l9lbh_37{height:20%;padding-top:10px;width:100%;color:#fcb916;bottom:-1px;position:absolute;text-align:center;background-color:#000000b3;border-radius:0 0 3px 3px}@media screen and (max-width: 1440px){._single-promo__text_l9lbh_37{height:15%}}._single-promo__text_l9lbh_37>span{font-size:12px;position:relative;bottom:6px}@media screen and (max-width: 1440px){._single-promo__text_l9lbh_37>span{font-size:10px;position:relative;bottom:8px}}._single-promo__status_l9lbh_65{font-size:9px;background:#ffc400;width:20%;text-align:center;padding:2px 4px;border-radius:3px;position:relative;top:10%;left:5%;text-transform:uppercase}@media screen and (max-width: 1600px){._single-promo__status_l9lbh_65{width:30%}}._single-promo__title_l9lbh_82{color:#fff;font-size:14px;text-align:left}._single-promo__collapsed_l9lbh_87{height:100%;white-space:nowrap}._single-promo__collapsed__title_l9lbh_92{font-size:12px;font-weight:400;text-align:left;color:#eaecef}._single-promo__collapsed__text_l9lbh_98{color:#ffcc02;font-size:11px}._single-promo__collapsed__status_l9lbh_102{display:flex}._single-promo__collapsed__status__text_l9lbh_105{margin-bottom:3px;font-size:12px;font-weight:500;text-align:left;color:#fdd334}._single-promo__collapsed__promo-text-wrapper_l9lbh_116{display:flex;margin-top:5px}._single-promo__collapsed__promo-text_l9lbh_116{background-color:#76af2d;padding:0 4px;color:#000;font-size:9px;font-weight:700}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.carousel-wrapper{width:100%;position:relative}.carousel-wrapper .slick-slider{margin-inline:30px}.carousel-wrapper .slick-slide,.carousel-wrapper .slick-track{outline:none!important}._promo-banner-wrapper_1ehcr_3{width:calc(100vw - 10px);height:100%;margin:5px;display:none;position:relative;background-size:cover;background-image:url(/assets/promo-banner-background-DWugP2mq.png);border-bottom:1px solid rgb(0,0,0)}@media (min-width: 1200px){._promo-banner-wrapper_1ehcr_3{display:flex}}._promo-banner-wrapper__view--open_1ehcr_18{height:350px;max-height:350px}._promo-banner-wrapper__view--closed_1ehcr_22{max-height:52px}._promo-banner_1ehcr_3{width:100%;max-height:350px;display:flex;position:relative}._promo-banner__controls_1ehcr_32{width:100%;height:100%;position:absolute;display:flex;justify-content:space-between;align-items:flex-start}._promo-banner__controls_1ehcr_32 .promo-arrow{z-index:2;height:320px;display:flex;align-items:center;justify-content:center;width:5%}._promo-banner__content_1ehcr_48{width:100%;margin:0 auto;max-height:350px}._promo-banner__content_1ehcr_48 .carousel-wrapper{height:100%}._promo-banner__content_1ehcr_48 .slick-slider{width:90%;height:100%;margin:0 auto}._promo-banner__content_1ehcr_48 .slick-list{height:100%}._promo-banner__hidden_1ehcr_64 ._promo-banner__content_1ehcr_48{opacity:0;visibility:hidden}._promo-banner__hidden_1ehcr_64 ._promo-banner__content_1ehcr_48 div,._promo-banner__hidden_1ehcr_64 ._promo-banner__toggle_1ehcr_71{visibility:hidden}._promo-banner__visible_1ehcr_74{height:350px}._promo-banner__visible_1ehcr_74 ._promo-banner__toggle_1ehcr_71{visibility:visible}._promo-banner__toggle_1ehcr_71{position:absolute;right:0;bottom:5px}@-moz-document url-prefix(){._promo-banner__toggle_1ehcr_71{bottom:5px}}._promo-banner__toggle-promo_1ehcr_90{background-color:#454545;color:#fff;margin-right:2px;display:inline;font-size:10px;font-weight:700;padding:8px 16px;border-radius:10px 0 0}._promo-banner__toggle-icon_1ehcr_100{background-color:#454545;display:inline;font-size:10px;font-weight:700;padding:8px 12px;cursor:pointer}._promo-banner__toggle-icon_1ehcr_100>.icon{display:inline;vertical-align:middle}._promo-banner__view-collapsed_1ehcr_112{width:100%;height:100%;border-radius:8px;display:none;visibility:hidden;position:absolute;top:0;background:#1f1f1f}@media (min-width: 1200px){._promo-banner__view-collapsed_1ehcr_112{display:flex}}._promo-banner__view-collapsed__toggle_1ehcr_132{position:absolute;right:0}._promo-banner__view-collapsed__toggle-icon_1ehcr_143{padding:8px 16px;color:#fff;z-index:4}._promo-banner__view-collapsed__content_1ehcr_148{width:95%;margin:0;display:flex;flex-direction:row;justify-content:space-around;text-align:center}._promo-banner__view-collapsed__content_1ehcr_148 .slick-slider{width:100%}._promo-banner__view-collapsed__content_1ehcr_148 .slick-slider .slick-slide{display:flex;justify-content:center}._promo-banner__view-collapsed__content_1ehcr_148 .slick-slider .single-promo{width:100%!important;margin:0 auto!important}._promo-banner__view-collapsed__visible_1ehcr_167{visibility:visible}.event-details-odd{width:calc(33% - 4px);height:35px;margin:0 4px 8px 0;border:1px solid rgb(52,59,70);padding:8px 12px;display:flex;justify-content:space-between;box-sizing:border-box;cursor:pointer}@media (min-width: 768px){.event-details-odd{height:30px;border-radius:2px}}.event-details-odd.not-suspended:not(.active)>div:first-child{color:#fdd334}.event-details-odd.not-suspended:hover{border-radius:2px;background-color:#fdd334;color:#1f1f1f!important}.event-details-odd.not-suspended:hover>div:first-child{color:#1f1f1f}.event-details-odd.active{color:#1f1f1f;background-color:#ffc400;border-radius:2px}.event-details-odd.suspended{background-color:#1e1e1e;opacity:.6;cursor:default}.event-details-odd.suspended .icon:hover{cursor:default}@media (min-width: 768px){.event-details-odd.suspended{background-color:#a2a2a227}}.event-details-odd:first-of-type{margin-left:2px}.event-details-odd.disabled{opacity:.2}.event-details-odd.down{color:#ff4702;border:1px solid #ff4702}.event-details-odd.up{color:#97de3c;border:1px solid #97de3c}.event-details-odd__value{display:flex;width:100%;justify-content:center;font-weight:600}.event-details-odd__odd{width:40px;display:flex;align-items:center}.event-details-odd__odd-value{width:30px;display:flex;justify-content:flex-end}.event-details-odd__odd-caret{position:relative;top:1px;left:3px}.event-details-odd__odd.down{color:#ed1c3b}.event-details-odd__odd.up{color:#8fc045}.event-details{width:100%;border-radius:0 0 14px 14px;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;overflow-y:auto}.event-details .event-mobile__odd-title{margin:4px;padding:4px;display:flex;flex-direction:column;text-align:center}.event-details .event-mobile__market{margin-bottom:8px;text-align:left}.event-details .event-mobile__odd-wrapper{width:100%;overflow-x:hidden;display:flex;flex-wrap:wrap;justify-content:flex-start}.event-details .event-mobile__odd-limit{width:calc(33% - 4px);height:35px;margin:0 4px 8px 0;padding:10px 22px 10px 10px;background-color:transparent;border:1px solid #a2a2a2;box-sizing:border-box;display:flex;align-items:center}@media (min-width: 768px){.event-details .event-mobile__odd-limit{height:30px;border-radius:2px}}.event-details .align-col{display:flex;color:#fff;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.event-details .align-col__center{text-align:center}.event-details .align-col__left{text-align:left}.event-details__header{background-color:#303030;padding:10px 0 4px}.event-details__rows{border-top:1px solid #454545;border-bottom:1px solid #454545}.event-details__row{border-left:4px solid}.event-details__row div{box-sizing:border-box;background-color:#262626;height:24px;display:flex;align-items:center;justify-content:center}.event-details__row.live{border-color:#76af2d}.event-details__row.upcoming{border-color:#ffc400}.event-details__row.antepost{border-color:#c924fb}.event-details__row.player{border-color:#00bfff}.event-details__result{text-align:center;display:inline-block;width:15px}.event-details__odd-title{outline:none;background-color:#202020;width:100%;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;text-align:center;color:#fff}.event-details__market{padding:5px 0}.event-details__odd-wrapper{display:flex}.event-details__odd-limit{display:flex;justify-content:center;align-items:center;width:100px;margin-right:2px;border:1px solid #444444;border-left:none;color:#76af2d;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.event-details__disabled{display:flex;align-items:center;justify-content:center;min-height:50px;background-color:#454545;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.dropdown{display:flex;align-items:center;justify-content:center}.dropdown__trigger{display:flex;cursor:pointer}.dropdown__content{width:auto;min-width:180px;margin-top:8px;border-radius:8px;display:flex;flex-direction:column;color:#fff;-webkit-animation:fadeIn .2s;-moz-animation:fadeIn .2s;-o-animation:fadeIn .2s;animation:fadeIn .2s}.dropdown__title{border-top-left-radius:3px;border-top-right-radius:3px;padding:8px 0;text-align:center;background:#505360;color:#fff}.dropdown__option{padding:8px 16px;display:flex;justify-content:space-between;cursor:pointer}.dropdown__option:last-of-type{border-bottom:0}.dropdown__option:hover{background-color:#353739;color:#fed438}.dropdown__option:hover:first-child{border-radius:8px 8px 0 0}.dropdown__option:hover:last-child{border-radius:0 0 8px 8px}.result{overflow-x:auto}.result__header{padding-top:4px}@media (min-width: 992px){.result__header{padding-top:0}}.result__body{padding-top:8px}@media (min-width: 992px){.result__body{padding-top:0}}.result__score{min-width:14px}.result::-webkit-scrollbar{display:none}.result{-ms-overflow-style:none;scrollbar-width:none}.event-header__background-fudbal{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/fudbal-OjsNUoGv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-virtuelni_fudbal{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/virtuelni_fudbal-BufWYUfi.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-efudbal{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/virtuelni_fudbal-BufWYUfi.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-americki_fudbal{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-ragbi_liga{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-ragbi{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-košarka{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/kosarka-D6pGszJB.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-speciali_basket{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/speciali_basket-DKBGJXgD.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-rukomet{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/rukomet-B7n3hIow.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-futsal{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/rukomet-B7n3hIow.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-odbojka{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/odbojka-DJYxyzb0.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-tenis{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/tenis-CNGaBFfs.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-hokej{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/hokej-LjJUB_V-.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-zimski_sportovi{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/zimski_sportovi-LN6LPEFa.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-snuker{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/snuker-d1C2A3pA.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-badminton{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/badminton-D4QkiZJy.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-vaterpolo{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/vaterpolo-yY0PQGxh.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-golf{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/golf-CHrpxZE0.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-bejzbol{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/bejzbol-CImqMEDP.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-esport{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/esport-dkA3aA5K.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-trke_konja{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/trke_konja-uu9hejvK.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-mma{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/mma-dBGNJRXm.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-boks{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/mma-dBGNJRXm.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-pikado{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/pikado-DxtwM9BQ.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-atletika{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/athletics-F3NiGr1u.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-stoni_tenis{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/TableTennis-D8UF5W6Y.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header__background-biciklizam{background-image:linear-gradient(90deg,#0009,#0000004f 28.5%,#00000026 50%,#0009 75.5%),url(/assets/Cycling-C1mqlIAs.png);background-size:cover;background-position:center;background-repeat:no-repeat}.event-header{display:flex;margin-bottom:10px;border-radius:10px;padding:8px 20px}@media (min-width: 1200px){.event-header{padding-left:40px}}.event-header__row{margin-top:6px;display:flex;align-items:center}.event-header__row.home{margin-top:6px}@media (min-width: 1200px){.event-header__row.home{margin-top:14px}}.event-header__row>div{text-shadow:0px 2px 4px rgba(0,0,0,.5019607843)}.event-header__result{width:20px;margin-left:8px;display:flex;align-items:flex-start;justify-content:center}@media (min-width: 1200px){.event-header__result{width:40px;margin-right:20px}}.event-header__full-result{margin-top:0}@media (min-width: 992px){.event-header__full-result{margin-top:8px}}.event-header__full-result div>div>div{text-shadow:0px 2px 4px rgba(0,0,0,.5019607843)}.event-header__time{margin-top:4px}.event-header__time-live{color:#acf439}.event-header__time>div>span{text-shadow:0px 2px 4px rgba(0,0,0,.5019607843)}@media (min-width: 1200px){.event-header__time{line-height:1.8}.event-header__time-live{font-size:20px;font-weight:700;text-shadow:0px 2px 4px rgba(0,0,0,.5019607843);color:#acf439}}.custom-tabs.green-small .custom-tabs-tab{min-width:60px;color:#fff;padding:0;height:48px;text-align:center}.custom-tabs.green-small .custom-tabs-tab-active{color:#acf439}.custom-tabs.green-small .custom-tabs-nav-list{border-bottom:1px solid #adadad}@media (max-width: 384px){.custom-tabs.green-small .custom-tabs-tab{font-size:9px}}.custom-tabs.event-stats .custom-tabs-tab{min-width:60px;color:#a2a2a2;background-color:#373737;padding:0;height:24px;text-align:center}.custom-tabs.event-stats .custom-tabs-tab-active{color:#fff;background-color:#454545}@media (max-width: 384px){.custom-tabs.event-stats .custom-tabs-tab{font-size:9px}}.custom-tabs.yellow-big .custom-tabs-tab{height:40px;border-radius:10px 10px 0 0;padding:0;background-color:#1e1e1e;color:#fff}.custom-tabs.yellow-big .custom-tabs-tab-active{font-weight:700;background-color:#fdd334;color:#1e1e1e}.custom-tabs.yellow-big .custom-tabs-nav-list{border-bottom:2.81px solid rgb(253,211,52)}.custom-tabs.transparent .custom-tabs-tab{min-width:unset;width:100%;display:flex;align-items:center;justify-content:center;padding:20px 0;color:#fff;font-weight:400}.custom-tabs.transparent .custom-tabs-tab-active{background-color:transparent;color:#ffc400}.custom-tabs.transparent .custom-tabs-nav-list{border-bottom:none}.custom-tabs.transparent .custom-tabs-tab-wrapper{height:300px;overflow:overlay}.custom-tabs.transparent-grey-border .custom-tabs-tab{padding:8px 0;color:#fff;font-weight:400}.custom-tabs.transparent-grey-border .custom-tabs-tab-active{background-color:transparent}.custom-tabs.transparent-grey-border .custom-tabs-nav-list{border-bottom:1px solid #adadad}.custom-tabs .custom-tabs-nav-list{display:flex;align-items:center;justify-content:space-between;width:100%}.custom-tabs .custom-tabs-tab{min-width:100px;width:100%;display:flex;align-items:center;justify-content:center;padding:16px 0;cursor:pointer}.custom-tabs .custom-tabs-ink-bar{left:0!important;width:0!important}.custom-tabs .custom-tabs-nav-operations,.custom-tabs .custom-tabs-ink-bar{height:0}.custom-tabs .custom-tabs-tab-btn,.custom-tabs .custom-tabs-tabpane{outline:none;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-tabs .custom-tabs-content-holder{height:inherit}.custom-tabs .custom-tabs-nav-operations{display:none}.all-odds-overlay{width:100%;height:inherit;border:1px solid rgb(141,198,63);padding:10px;position:absolute;right:0;top:0;z-index:10;overflow:hidden;display:flex;color:#fff;transform:translate(110%);transition:transform .1s ease-in}@media (max-width: 992px){.all-odds-overlay{height:100%}}@media (min-width: 992px){.all-odds-overlay{width:calc(100% - 320px)}}@media (max-width: 576px){.all-odds-overlay{top:0;overflow:hidden}}.all-odds-overlay>.close-triangle{position:absolute;top:0;right:0;z-index:1}.all-odds-overlay>.close-triangle svg{height:61px}.all-odds-overlay .stats-button-mobile{width:100%;height:20px;display:flex;align-items:center;justify-content:center}.all-odds-overlay.visible{transform:translate(0)}.all-odds-overlay__filters{height:33px;width:100%;margin:auto;display:flex;align-items:center;background-color:#242424;border-top:1px solid rgb(0,0,0)}.all-odds-overlay__filters__options{width:80%;display:flex;justify-content:center;align-items:center}@media (min-width: 1200px){.all-odds-overlay__filters__options{width:92%}}.all-odds-overlay__choice{width:80%;flex:1;white-space:nowrap;outline:none;cursor:pointer;text-align:center;text-overflow:ellipsis;overflow:hidden}.all-odds-overlay__choice.choice-width{width:100%!important}.all-odds-overlay__choice.active{color:#97de3c}.all-odds-overlay__choice:after{content:"";display:block;clear:both}.all-odds-overlay__body{height:100%;margin-bottom:20px;display:flex;overflow-x:hidden}.all-odds-overlay__markets-wrapper{overflow-y:auto;overflow-x:hidden;width:100%;height:100%;transition:all .3s;position:relative}@media (min-width: 1200px){.all-odds-overlay__markets-wrapper.half{width:50%}}.all-odds-overlay__markets-filter-header{border-radius:14px 14px 0 0;padding:7px 15px}.all-odds-overlay__frame-tabs{width:50%;margin-left:10px;transition:all .3s;overflow-y:hidden}.all-odds-overlay__frame-tabs .custom-tabs.event-stats{font-family:IBM Plex Sans;-webkit-font-smoothing:auto;font-size:12px}.all-odds-overlay__frame-tabs .custom-tabs.event-stats .custom-tabs-tab{border-radius:14px 14px 0 0;padding-block:2px;background:linear-gradient(154.6deg,#1e1e1e,#2c333c 99.28%)}.all-odds-overlay__frame-tabs .custom-tabs.event-stats .custom-tabs-tab.custom-tabs-tab-active{font-weight:700;background:linear-gradient(90deg,#292e22,#202020);color:#8dc63f}.all-odds-overlay__stats{width:100%;transition:all .3s}.all-odds-overlay__stats__iframe-wrapper{border:1px solid transparent}.all-odds-overlay__stats.hidden{width:0px;height:0px;visibility:hidden;display:none}.all-odds-overlay__stats__iframe,.all-odds-overlay__stats--iframe-wrapper{width:100%}.all-odds-overlay__stats--iframe-wrapper iframe{border:none;width:95%;height:100%}@media (max-width: 1200px){.all-odds-overlay__stats--iframe-wrapper iframe{width:100%}}.all-odds-overlay__stats-button{background-color:#454545;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:4px 12px;display:flex;align-items:center;cursor:pointer;position:absolute;top:0;right:0}.all-odds-overlay__odds-markets{border-radius:0 0 14px 14px;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;overflow-y:auto}.all-odds-overlay__market{margin:4px;padding:4px;display:flex;flex-direction:column;text-align:center}.all-odds-overlay__market-name{margin-bottom:8px;text-align:left}.all-odds-overlay__no-data{font-style:italic;display:flex;justify-content:flex-start}.all-odds-overlay__odds{width:100%;overflow-x:hidden;display:flex;flex-wrap:wrap;justify-content:flex-start}.all-odds-overlay__odd-limit-wrapper{width:calc(33% - 4px);height:35px;margin:0 4px 8px 0;padding:10px 22px 10px 10px;background-color:transparent;border:1px solid #a2a2a2;box-sizing:border-box;display:flex;align-items:center}@media (min-width: 768px){.all-odds-overlay__odd-limit-wrapper{height:30px;border-radius:2px}}.all-odds-overlay__odd-wrapper{width:calc(33% - 4px);height:35px;margin:0 4px 8px 0;border:1px solid rgb(52,59,70);padding:8px 12px;display:flex;justify-content:space-between;box-sizing:border-box;cursor:pointer}@media (min-width: 768px){.all-odds-overlay__odd-wrapper{height:30px;border-radius:2px}}.all-odds-overlay__odd-wrapper.not-suspended:not(.active)>div:first-child{color:#fdd334}.all-odds-overlay__odd-wrapper.not-suspended:hover{border-radius:2px;background-color:#fdd334;color:#1f1f1f!important}.all-odds-overlay__odd-wrapper.not-suspended:hover>div:first-child{color:#1f1f1f}.all-odds-overlay__odd-wrapper.active{color:#1f1f1f;background-color:#ffc400;border-radius:2px}.all-odds-overlay__odd-wrapper.suspended{background-color:#1e1e1e;opacity:.6;cursor:default}.all-odds-overlay__odd-wrapper.suspended .icon:hover{cursor:default}@media (min-width: 768px){.all-odds-overlay__odd-wrapper.suspended{background-color:#a2a2a227}}.all-odds-overlay__odd{width:40px;display:flex;align-items:center}.all-odds-overlay__odd-value{width:30px;display:flex;justify-content:flex-end}.all-odds-overlay__odd-caret{position:relative;top:1px;left:3px}.all-odds-overlay__odd.down{color:#ed1c3b}.all-odds-overlay__odd.up{color:#8fc045}@media (min-width: 576px){.responsive .from-mobile.flex{display:flex}.responsive .from-mobile.block{display:block}}.responsive .to-mobile.flex{display:flex}.responsive .to-mobile.block{display:block}@media (min-width: 768px){.responsive .to-mobile.flex,.responsive .to-mobile.block{display:none}}.responsive .from-tablet{display:none}@media (min-width: 768px){.responsive .from-tablet.flex{display:flex}.responsive .from-tablet.block{display:block}}.responsive .to-tablet.flex{display:flex}.responsive .to-tablet.block{display:block}@media (min-width: 992px){.responsive .to-tablet.flex,.responsive .to-tablet.block{display:none}}.responsive .from-laptop{display:none}@media (min-width: 992px){.responsive .from-laptop.flex{display:flex}.responsive .from-laptop.block{display:block}}.responsive .to-laptop.flex{display:flex}.responsive .to-laptop.block{display:block}@media (min-width: 1200px){.responsive .to-laptop.flex,.responsive .to-laptop.block{display:none}}.responsive .from-desktop{display:none}@media (min-width: 1200px){.responsive .from-desktop.flex{display:flex}.responsive .from-desktop.block{display:block}}.responsive .to-desktop.flex{display:flex}.responsive .to-desktop.block{display:block}@media (min-width: 1440px){.responsive .to-desktop.flex,.responsive .to-desktop.block{display:none}}.pill{border:1px solid;border-radius:2px;min-width:40px;color:#fff;display:flex;justify-content:center;height:20px;align-items:center;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.pill.small{min-width:20px;border-radius:4px}.pill.pill-default{background-color:#616474;border-color:#a9acbe}.pill.pill-success{background-color:#2b2b2b;border-color:#6f6f6f}.pill.pill-dark{min-width:38px;background-color:#2b2b2b;box-shadow:0 1px 4px #0006;border:none}.pill.text-strong{font-weight:600}.pill.pill-yellow{border-radius:0;border-color:transparent;background-color:#fdd334;color:#1e1e1e}.pill.pill-transparent{border:none;background-color:transparent}.accordion__header{width:inherit;border-right:none;border-bottom:1px solid #303030;padding:16px 12px;position:relative;display:flex;align-items:center;outline:none!important;color:#858e9d;cursor:pointer}.accordion__header>.title{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.accordion__header__icon{height:20px;display:flex;align-items:center;justify-content:center}.accordion__header.bg-transparent{background-color:transparent}.accordion__header.bg-black-4{background-color:#0003}.accordion__header.bg-primary-grey{background-color:#474954}.accordion__header.bg-matgrey{background-color:#23242b}.accordion__header.bg-dark{background-color:#262626}.accordion__header.bg-medium-grey{background-color:#373944}.accordion__header.bg-medium-grey-active{background-color:#565865}.accordion__header.bg-sbdark{background-color:#0003;border-bottom:1px solid rgb(0,0,0)}.accordion__header.bg-green{background-color:#00a551;border-bottom:1px solid rgb(255,255,255)}.accordion__header.small{padding:6px 14px}.accordion__content{width:inherit;height:fit-content;overflow:hidden;transition:height .13s ease-in}.accordion__content.active{overflow:auto}.sports-time-filter{height:40px;border-radius:8px 8px 0 0;padding:0 16px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.sports-time-filter span{cursor:pointer}.ticket-status-body{max-height:395px;overflow-y:auto;overflow-x:hidden;color:#fff}.ticket-status-body__table{overflow-y:auto;flex-direction:column}.ticket-status-body__table__row:not(:last-child){margin-bottom:10px}.ticket-status-body__table__header{border-radius:8px 8px 0 0;display:flex}.ticket-status-body__table__header.border-none{border-top:none}.ticket-status-body__table-col{padding:4px 0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ticket-status-body__table-col .competition-cell{padding:0 6px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ticket-status-body__table-col .competition-cell img{width:28px;height:24px}.ticket-status-body__table-col .result-cell{width:14px;margin:0 4px;text-align:center;justify-content:center}.ticket-status-body__table-col.time-cell{justify-content:flex-start}.ticket-status-body__table-col.space-around{justify-content:space-around}.ticket-status-body__table-col.space-between{justify-content:space-between}.ticket-status-body__table-col.flex-start{justify-content:flex-start}.ticket-status-body__table-col.flex-end{justify-content:flex-end}@media (min-width: 768px){.ticket-status-body__table-col{border-bottom:none}}.ticket-status-body__market{width:60%}.ticket-status-body__outcome{width:30%}.ticket-status-body__display-value{width:10%;display:flex;flex-direction:row-reverse}@media only screen and (max-width: 370px){.ticket-status-body__market,.ticket-status-body__outcome,.ticket-status-body__display-value{font-size:10px}}.ticket-status-body__event-data{margin-bottom:0;display:flex}.ticket-status-body__event-data:last-child{border-top:1px solid rgb(52,59,70);border-radius:0 0 8px 8px}.ticket-status-body__event-odds{width:100%;display:flex;padding:8px 0;justify-content:space-between}@media (min-width: 768px){.ticket-status-body__event-odds{width:50%}}.ticket-status-body__event-result{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.ticket-status-body__event-result--row{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 4px 0}.ticket-preview-modal-wrap{max-height:92vh;margin:auto;z-index:1500}.ticket-preview-modal-wrap .modal{width:100vw;height:100vh;margin:0;border-radius:0;display:flex;align-items:center;overflow-y:hidden}.ticket-status{padding:10px;display:flex;flex-direction:column;justify-content:space-between;z-index:1200;color:#fff}.ticket-status .quick-ticket-wrap .ticket-status-body{max-height:395px}.ticket-status__header{width:100%;min-height:75px;padding:0 10px 10px;display:flex;flex-direction:column;justify-content:space-around;box-sizing:border-box}.ticket-status__title{margin-bottom:10px}.ticket-status__creation-info{display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 576px){.ticket-status__creation-info{flex-direction:row}}.ticket-status__creation-info span:first-child{margin-bottom:10px}@media (min-width: 576px){.ticket-status__creation-info span:first-child{margin-bottom:0}}.ticket-status__info{margin-top:10px;border-radius:8px;padding:10px;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.ticket-status__info{display:block}}.ticket-status__info--wrapper{max-height:170px;display:flex;align-items:flex-start;flex-direction:column;overflow:auto}@media (min-width: 768px){.ticket-status__info--wrapper{flex-direction:row;justify-content:space-between}}.ticket-status__info--row{width:100%;display:flex;flex-direction:column;justify-content:space-evenly}@media (min-width: 768px){.ticket-status__info--row{width:40%}}.ticket-status__info--pair{margin:4px;display:flex;justify-content:space-between}.ticket-status__info button{margin-top:6px}.ticket-status__code--spacer{margin-top:10px}.ticket-status__code--row{width:100%;height:32px;margin-top:10px;box-sizing:border-box}@media (min-width: 576px){.ticket-status__code--row{height:42px}}.ticket-status__actions{margin-top:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (min-width: 576px){.ticket-status__actions{flex-direction:row}}.ticket-status__timer{width:24px;height:24px;position:absolute;right:-32px}@media (min-width: 576px){.ticket-status__timer{left:-32px}}.ticket-status__errors{padding:4px 4px 0}.ticket-status__errors>p{white-space:pre-line;word-break:break-word}.ticket-status__buttons{padding:8px 0 8px 8px;display:flex;white-space:nowrap;height:fit-content}@media (min-width: 576px){.ticket-status__buttons{padding:12px 0 12px 12px}}.ticket-status__buttons button{width:auto}.ticket-status__buttons button.cashout-btn{width:200px;display:none;flex-direction:column;justify-content:center}@media (min-width: 768px){.ticket-status__buttons button.cashout-btn{display:flex}}.cashout-btn__text{display:flex;margin:0 auto;justify-content:space-between}.top-ticket{width:100%;max-height:230px;margin-top:5px;border-radius:8px 8px 0 0;flex:1}.top-ticket__title{height:40px;border-radius:8px 8px 0 0;display:flex;align-items:center;flex-shrink:0;z-index:5}.top-ticket__row{height:45px;margin-left:10px;margin-right:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:.4px solid rgb(52,59,70)}.sports-sidebar__checkbox_wrapper{width:60%}.sports-sidebar__sports-wrapper{flex:1;border-radius:0 0 8px 8px}.sports-sidebar__sports-wrapper .loader{height:40vh}@-moz-document url-prefix(){.sports-sidebar__sports-wrapper{overflow-y:auto}}.sports-sidebar__no-events{margin:16px;display:flex;align-items:center;justify-content:center;color:#a9acbe}.sports-sidebar__competition{border-bottom:.4px solid rgb(52,59,70);padding-block:6px;padding-left:14px;display:flex;background-color:#0003;cursor:pointer;transition:all .3s}.sports-sidebar__competition_count{width:33%}.sports-sidebar .accordion .accordion__header{border-bottom:.4px solid rgb(52,59,70)}.sports-sidebar .accordion .active-sport{color:#8fc045;transition:all .1s ease}.filter-mobile{display:flex;padding:4px 0}.filter-mobile__btn{height:inherit;width:fit-content;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.filter-mobile__header{padding:8px 16px;width:inherit;display:flex;justify-content:space-between;align-items:center;height:32px}.filter-mobile__body{display:flex;overflow:hidden}.filter-mobile__back{display:flex;cursor:pointer;padding:4px;border-radius:3px}.filter-mobile__back:hover{background-color:#61d077}.sports-filter-mobile{display:flex}.sports-filter-mobile .btn.btn-small{border-radius:4px;padding:5px 8px;max-width:160px}.sports-filter-mobile__btn{height:inherit;width:fit-content;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.sports-filter-mobile__header{padding:8px 16px;width:inherit;display:flex;justify-content:space-between;align-items:center;height:32px}.sports-filter-mobile__body{display:flex;overflow:hidden;background-color:#202020;height:100%}.sports-filter-mobile__back{display:flex;cursor:pointer;padding:4px;border-radius:3px}.sports-filter-mobile__back:hover{background-color:#61d077}.sports-filter-mobile__time-filter{display:flex;align-items:center;padding-top:28px;padding-bottom:12px;background-color:#2b2b2b;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.sports-filter-mobile__time-filter .filter-option{box-sizing:border-box;text-align:center;padding:2px 8px;margin-left:20px}.sports-filter-mobile__time-filter .selected{border-bottom:1px solid #adff9e}.sports-filter-mobile__records{min-width:100vw;height:calc(100% - 65px);overflow-y:auto;overflow-x:hidden}.sports-filter-mobile__record{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff;border-bottom:1px solid #181717;background-color:#454545;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.sports-filter-mobile__record.inactive{cursor:not-allowed;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sports-filter-mobile__record.inactive>div{opacity:.2}.event-filter{display:flex;justify-content:space-between;text-transform:uppercase;width:100%;height:22px;overflow-x:auto;scrollbar-width:none}.event-filter::-webkit-scrollbar{display:none}@media (min-width: 768px){.event-filter{height:28px}}@media (min-width: 992px){.event-filter{width:auto}}.event-filter__choice{padding:2px 6px;border:1px solid transparent}@media (min-width: 768px){.event-filter__choice{border:none}}@media (min-width: 992px){.event-filter__choice{padding:4px 16px;margin-left:4px;border-radius:2px}.event-filter__choice:first-of-type{margin-left:4px}}.event-filter__active{border:1px solid #76af2d;transition:all .15s;border-radius:4px}.event-filter__active.green{border-color:#8dc63f}.event-filter__active.yellow{border-color:#ffc400}.event-filter__active.blue{border-color:#00bfff}.event-filter__active.pink{border-color:#c924fb}@media (min-width: 768px){.event-filter__active{color:#8dc63f;border:none}}@media (min-width: 768px){.event-filter__active.pink .event-filter__count,.event-filter__active.blue .event-filter__count,.event-filter__active.yellow .event-filter__count,.event-filter__active.green .event-filter__count{color:#8dc63f}}.event-filter__live-disabled{cursor:not-allowed;pointer-events:none;color:#636363}.event-filter__live-disabled>span{color:#636363}.search-modal{width:100%;min-height:250px;max-height:100%;padding-bottom:35px}.search-modal__input{width:90%}.search-modal__list{height:250px;margin-inline:10px;overflow-y:scroll}.search-modal__list-item{border-radius:10px;cursor:pointer}.search-modal__list-item:not(:last-child){margin-bottom:10px}.ticket{border-radius:0 0 10px 10px;padding:16px 13px}.ticket-content{height:60vh;overflow-y:auto}.ticket__type{height:29px;border-color:#606060}.ticket__type>div{border-width:1px;border-style:solid}.ticket__type>div:nth-child(1){border-radius:6px 0 0 6px}.ticket__type>div:nth-child(2){border-radius:0 6px 6px 0}.ticket__type .active{border-color:#8dc63f}.ticket .regular__header,.ticket .system__header{max-width:230px;margin:4px auto;display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px){.ticket .regular__header,.ticket .system__header{max-width:unset;margin:12px}}.ticket .regular__body,.ticket .system__body{margin-bottom:0;padding-right:2px}@media (min-width: 768px){.ticket .regular__body,.ticket .system__body{height:unset;margin-bottom:20px}}.ticket .regular__body .ticket-records,.ticket .system__body .ticket-records{overflow-y:auto}.ticket .regular__body .ticket-records__empty,.ticket .system__body .ticket-records__empty{padding:20px;text-align:center}.ticket .regular__body .ticket-records__single,.ticket .system__body .ticket-records__single{min-height:50px;border-top:1px solid rgb(52,59,70);padding:12px;display:flex;flex-direction:column;justify-content:center}.ticket .regular__body .ticket-records__single:last-child,.ticket .system__body .ticket-records__single:last-child{border-bottom:1px solid rgb(52,59,70)}.ticket .regular__body .ticket-records__single .ticket-event__odd,.ticket .system__body .ticket-records__single .ticket-event__odd{min-width:36px;max-width:55px;height:28px;padding:0 2px}.ticket .regular__body .ticket-records__single .ticket-event__odd--descending,.ticket .system__body .ticket-records__single .ticket-event__odd--descending{color:#ed1c3b}.ticket .regular__body .ticket-records__single .ticket-event__odd--ascending,.ticket .system__body .ticket-records__single .ticket-event__odd--ascending{color:#77b02d}.ticket .regular__body .ticket-records__single .ticket-event__outcome,.ticket .system__body .ticket-records__single .ticket-event__outcome{width:65%;display:flex;align-items:center;justify-content:flex-start;text-transform:capitalize}.ticket .regular__body .ticket-records__single .ticket-event__outcome--name,.ticket .system__body .ticket-records__single .ticket-event__outcome--name{max-width:55%}.ticket .regular__body .ticket-records__system,.ticket .system__body .ticket-records__system{display:flex;flex-wrap:wrap;padding:4px 8px}.ticket .regular__body .ticket-records__system .checkbox-wrapper,.ticket .system__body .ticket-records__system .checkbox-wrapper{margin-top:2px;width:33.33%}.ticket .regular__body .ticket-records__system>.checkbox,.ticket .system__body .ticket-records__system>.checkbox{margin-right:12px}.ticket .regular__body .ticket-info-wrapper,.ticket .system__body .ticket-info-wrapper{height:160px;width:100%;padding-top:10px;position:absolute;bottom:80px}@media (min-width: 768px){.ticket .regular__body .ticket-info-wrapper,.ticket .system__body .ticket-info-wrapper{position:unset;height:unset}}.ticket .regular__body .ticket-total,.ticket .system__body .ticket-total{max-width:230px;margin:4px auto 0;padding:0 8px;color:#fff}.ticket .regular__body .ticket-total.system-total,.ticket .system__body .ticket-total.system-total{max-width:340px}.ticket .regular__body .ticket-total.system-total .mobile-wrapper,.ticket .system__body .ticket-total.system-total .mobile-wrapper{display:flex;justify-content:space-between}@media (min-width: 768px){.ticket .regular__body .ticket-total.system-total .mobile-wrapper,.ticket .system__body .ticket-total.system-total .mobile-wrapper{display:block}}.ticket .regular__body .ticket-total.system-total .mobile-wrapper__item,.ticket .system__body .ticket-total.system-total .mobile-wrapper__item{width:50%;padding:0 8px}@media (min-width: 768px){.ticket .regular__body .ticket-total.system-total .mobile-wrapper__item,.ticket .system__body .ticket-total.system-total .mobile-wrapper__item{padding:0;width:unset}}@media (min-width: 768px){.ticket .regular__body .ticket-total,.ticket .system__body .ticket-total{margin:4px 0;max-width:unset;height:unset}}.ticket .regular__body .account,.ticket .system__body .account{margin:6px 0;display:flex;justify-content:center}@media (min-width: 768px){.ticket .regular__body .account,.ticket .system__body .account{margin:8px 0}}.ticket .regular__body .input-amount-wrapper input,.ticket .system__body .input-amount-wrapper input{max-height:29px;font-weight:600;font-size:15px;background-color:#e5e5e5;color:#2e312a}.ticket .regular__body .input-amount-wrapper input::-webkit-outer-spin-button,.ticket .regular__body .input-amount-wrapper input::-webkit-inner-spin-button,.ticket .system__body .input-amount-wrapper input::-webkit-outer-spin-button,.ticket .system__body .input-amount-wrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.ticket .regular__body .input-amount-wrapper input[type=number],.ticket .system__body .input-amount-wrapper input[type=number]{-moz-appearance:textfield}.ticket .regular__body .input-amount-wrapper .input__addon,.ticket .system__body .input-amount-wrapper .input__addon{top:7px;color:#22211d}.ticket__actions--buttons{display:flex;justify-content:space-between;align-items:center}.ticket__actions--buttons .ticket-actions-icon svg{height:30px}.ticket__actions--buttons .place-bet{height:30px;margin:0 10px}.ticket-switch .modal__header{min-height:50px;display:flex;align-items:center;justify-content:center}.ticket-switch__content{padding:16px 24px;display:flex;flex-direction:column}.status-accordion{border-bottom:.4px solid rgb(52,59,70)}.status-accordion__header{padding:10px;display:flex;justify-content:space-between;align-items:center;background-color:transparent!important}.status-accordion__icon{padding:0 0 0 24px;width:20px;text-align:center}.status-accordion__section{display:flex;flex-direction:column;width:35%}.status-accordion__body{padding:10px}.status-accordion__record{width:85%;margin-left:6px;display:flex;justify-content:space-between;font-weight:400;color:#fff}.status-accordion__record:first-child{margin-bottom:8px}.status-accordion__record div:first-child{width:48%}.status{margin-top:10px;border-radius:10px;padding-inline:10px}.status__count{border-radius:8px 8px 0 0;padding:8px;display:flex;justify-content:flex-start;align-items:center}.status__empty{height:225px;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;color:#fff;text-align:center}.status .status-tab-wrapper{height:300px;overflow:auto}.status .status-tab-wrapper__tickets div:nth-of-type(odd) .status-accordion__header{background:#242424}.status .status-tab-wrapper__tickets div:nth-of-type(2n) .status-accordion__header{background:#303030}.status__search{width:100%;box-sizing:border-box}.status__search--half{width:50%;padding:8px}.status__search input{box-sizing:border-box}.ticket-sidebar{max-height:calc(100vh - 63px);border-radius:8px 8px 0 0;overflow:hidden;z-index:0}@media (min-width: 768px){.ticket-sidebar{overflow-y:auto}}@media (min-width: 1200px){.ticket-sidebar{max-height:calc(100vh - 139px)}}.ticket-sidebar__header{height:45px;background-color:#0909094d;display:flex;align-items:center;justify-content:flex-end;padding:0 12px;border-bottom:1px solid rgb(0,0,0);font-weight:600;font-size:28px}.ticket-sidebar__ticket-wrapper{max-height:92vh;margin-bottom:5px}@media (min-width: 768px){.ticket-sidebar__ticket-wrapper{max-height:unset}}@media (max-width: 768px){.ticket-sidebar__ticket-wrapper{box-shadow:none;margin-bottom:0}}.ticket-sidebar__promo{overflow:hidden}.ticket-sidebar__promo a img{width:100%;border-radius:8px}.ticket-sidebar__promo a:not(:first-child) img{margin-top:5px}@media (max-width: 768px){.ticket-sidebar__promo{display:none}}.top-match__background-fudbal{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/fudbal-OjsNUoGv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-virtuelni_fudbal{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/virtuelni_fudbal-BufWYUfi.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-efudbal{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/virtuelni_fudbal-BufWYUfi.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-americki_fudbal{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-ragbi_liga{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-ragbi{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/americki_fudbal-DiIERCXv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-košarka{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/kosarka-D6pGszJB.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-speciali_basket{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/speciali_basket-DKBGJXgD.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-rukomet{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/rukomet-B7n3hIow.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-futsal{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/rukomet-B7n3hIow.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-odbojka{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/odbojka-DJYxyzb0.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-tenis{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/tenis-CNGaBFfs.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-hokej{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/hokej-LjJUB_V-.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-zimski_sportovi{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/zimski_sportovi-LN6LPEFa.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-snuker{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/snuker-d1C2A3pA.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-badminton{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/badminton-D4QkiZJy.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-vaterpolo{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/vaterpolo-yY0PQGxh.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-golf{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/golf-CHrpxZE0.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-bejzbol{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/bejzbol-CImqMEDP.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-esport{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/esport-dkA3aA5K.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-trke_konja{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/trke_konja-uu9hejvK.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-mma{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/mma-dBGNJRXm.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-boks{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/mma-dBGNJRXm.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-pikado{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/pikado-DxtwM9BQ.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-atletika{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/athletics-F3NiGr1u.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-stoni_tenis{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/TableTennis-D8UF5W6Y.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match__background-biciklizam{background-image:linear-gradient(90deg,#0009,#00000059 28.5%,#00000026 50%,#00000059 75.5%),url(/assets/Cycling-C1mqlIAs.png);background-size:cover;background-position:center;background-repeat:no-repeat}.top-match{position:relative;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;height:100%;cursor:pointer;border-radius:6px}.top-match:hover{box-sizing:border-box;transition:border .1s ease-in;border:.4px solid rgb(143,192,69)}.top-match:hover .top-match-overview-box{display:block}.top-match .top-match-overview-box{display:none;position:absolute;width:100%;height:100%;box-sizing:border-box;border-radius:inherit;pointer-events:none;background:linear-gradient(0deg,#00000094,#00000094)}.top-match__view{position:absolute;display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;border-radius:inherit;padding:4px}.top-match__view.no-outcomes{gap:5px}.top-match__name{display:flex;flex-direction:row;align-items:center;gap:10px;height:24px;box-sizing:border-box;border-radius:4px;background:linear-gradient(90deg,#1e1d1db8,#1c1d1eb8);background-blend-mode:multiply;padding:0 10px}.top-match__result{padding:0 9px}.top-match__odds{display:flex;flex-direction:row;width:100%;height:24px;box-sizing:border-box;border-radius:4px;background:linear-gradient(90deg,#1e1d1de6,#1c1d1ee6);padding:0 10px}.top-match__odds .odd{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%}.top-match__odds .odd.active{background-color:#ffc400}.top-match__odds .odd.active span{color:#1f1f1f!important}.top-match__odds .odd.not-suspended:hover{z-index:1;background-color:#fdd334}.top-match__odds .odd.not-suspended:hover span{color:#1f1f1f!important}.top-match__odds .odd.suspended{background-color:#1e1e1e;opacity:.6;cursor:default}.top-match__odds .odd.suspended .icon:hover{cursor:default}.top-match__odds .odd .odd-label{color:#fdd334}.top-match__odds .odd .odd-value{color:#eaecef}.top-match__odds .odd:not(:last-child){border-right:.4px solid rgb(61,61,61)}.top-match .time-live{color:#fff2f2}.top-match .event-name{max-width:40%;gap:10px}.top-match .upcoming-event{color:#fff2f2}.top-match .event-result{max-width:60%}.top-matches__wrapper{position:relative;display:flex;flex-direction:column;max-height:174px;height:100%;width:100%;box-sizing:border-box;border-radius:8px;background:#25282d;margin-bottom:10px}.top-matches__header{width:100%;max-height:36px;box-sizing:border-box;background:linear-gradient(90deg,#282d21,#1f1f1f);padding:10px 10px 10px 13px}.top-matches__header span{font-family:IBM Plex Sans;-webkit-font-smoothing:auto;line-height:100%;letter-spacing:0;color:#8dc63f}.top-matches__content{position:relative;height:100%;max-height:138px}.top-matches__content .controls{position:absolute;display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:100%;box-sizing:border-box;padding:5px 0}.top-matches__content .controls .arrow{height:100%;display:flex;align-items:center;justify-content:center;z-index:2}.top-matches__content .controls .arrow__prev{padding-left:6px}.top-matches__content .controls .arrow__next{padding-right:2px}.top-matches__content .carousel-wrapper{height:100%;box-sizing:border-box;padding:5px 0}.top-matches__content .carousel-wrapper .slick-slider,.top-matches__content .carousel-wrapper .slick-slider .slick-list{height:inherit}.top-matches__content .carousel-wrapper .slick-slider .slick-list .slick-slide>div{height:inherit;padding:0 5px}.top-matches__content .carousel-wrapper .slick-slider .slick-list .slick-track{height:inherit}.offer-mobile{background-color:#303030;color:#fff;overflow:hidden;height:100%;width:100%;display:block}@supports (-webkit-touch-callout: none){.offer-mobile{padding-bottom:135px}}@media (min-width: 576px){.offer-mobile{padding-bottom:60px}}@media (min-width: 768px){.offer-mobile{padding-bottom:0;height:100%}}.offer-mobile__overflow{overflow-y:visible}.offer-mobile__overflow .accordion__content.active{-ms-overflow-style:auto;overflow-x:hidden}.offer-mobile__overflow::-webkit-scrollbar{display:none}.offer-mobile__render-events{height:100%}.offer-mobile__render-events>div::-webkit-scrollbar{display:none}.offer-mobile__wrapper{background-color:#30323a}.offer-mobile__wrapper-header{color:#fff;background-color:#1f1f1f;display:flex;align-items:center;padding:8px 12px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;font-weight:600}.offer-mobile__no-data{min-height:100px;display:flex;align-items:center;justify-content:center;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;font-weight:600}.offer-mobile__group-header{background-color:#a2a2a227;display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid #181717;cursor:pointer;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.offer-mobile__group-header.active{background-color:#76af2d}.offer-mobile__wrapper-body{border-top:1px solid #181717}.market-cell .dropdown__trigger{width:55%}.market-cell__switcher{margin-top:0}.market-cell__switcher li{width:100%;padding:8px 28px;box-sizing:border-box}.market-cell__switcher-trigger{width:100%;padding:4px 0;display:flex;justify-content:center}.odd-cell{border-width:1px;border-style:solid;border-color:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer}.odd-cell.suspended{background-color:#d8d8d820;color:#727272;cursor:not-allowed}.odd-cell.suspended__active{cursor:pointer}.odd-cell__antepost.cell{width:50px;padding-left:2px;padding-right:2px}.odd-cell.active{background-color:#fdd334;color:#1e1e1e}.odd-cell.down{border-color:#ed1c3b;color:#ed1c3b}.odd-cell.up{border-color:#77b02d;color:#77b02d}.footer{border-radius:10px;padding-top:32px;color:#fff;overflow:hidden}.footer .site-map{display:flex;align-items:center;justify-content:center}.footer .site-map__inner{width:594px}.footer .site-map .item{line-height:28px}.footer .site-map .item:hover{color:#ffc400}.footer .social{width:100%;display:flex;align-items:center;justify-content:center}.footer .social__icon{display:flex;justify-content:center;align-items:center;margin:4px}.footer .description{text-align:justify;line-height:1.5;display:flex;align-items:center;justify-content:center;width:100%}.footer .description p{width:594px}.footer__payments{display:flex;align-items:center;justify-content:center}.footer__payments--inner{max-width:594px}.footer__payment-thumbnails{height:38px}.footer .footer-bar{height:51px;margin:0 10px 10px;border-radius:10px;display:flex}.footer .footer-bar .logo-wrapper{display:flex;align-items:center}@media (min-width: 992px){.footer .footer-bar .logo-wrapper{width:50%}.footer .footer-bar .logo-wrapper+div{margin-left:auto}}@media (min-width: 1200px){.footer .footer-bar .logo-wrapper{width:60%}.footer .footer-bar .logo-wrapper+div{margin-left:auto}}@media (min-width: 1440px){.footer .footer-bar .logo-wrapper{width:33%}.footer .footer-bar .logo-wrapper+div{width:33%;justify-content:center;margin-left:0}}.footer .footer-bar .logo-wrapper .logo{height:25px}.footer .footer-bar__icon{margin-top:5px;width:70px;height:70px}.footer .footer-bar .play-responsibly{width:35px;height:35px;border:2px solid #ff0202;border-radius:50%;display:flex;justify-content:center;align-items:center;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.noEvents{min-height:600px;margin-bottom:10px;border-radius:0 0 10px 10px}.offer{width:100%;min-height:100%;border-radius:0 0 10px 10px}.offer div[data-testid=virtuoso-item-list]{margin-bottom:5px;border-radius:0 0 10px 10px;background:linear-gradient(116.93deg,#1f1f1f .29%,#2d343d 99.71%)}.offer div[data-testid=virtuoso-item-list]>div:last-child>.event-wrapper{border-radius:0 0 10px 10px}.offer div[data-testid=virtuoso-item-list]>div:last-child>.event-wrapper>.row{border-bottom:transparent}.offer>div{overflow-x:hidden}.offer .cell{width:100%;height:100%}.offer .cell__limit{width:100%}.offer .cell__frame{width:35px;padding:6px;display:flex;justify-content:center;align-items:center;border-radius:2px}.offer .cell__empty{cursor:default}.offer__header{max-height:44px;border-bottom:1px solid rgb(52,59,70);display:flex}.offer__header__market{min-width:151px;border-left:1px solid rgb(52,59,70);display:flex;flex-direction:column;flex:1;text-align:center;white-space:nowrap}.offer__header__periods{width:70px;padding-right:6px}.offer__header__period-name{min-width:14px;display:flex;justify-content:center}.offer__header__outcomes{display:flex;justify-content:space-evenly;align-items:end}.offer .row{border-bottom:1px solid rgb(52,59,70);position:relative;display:flex}.offer .row .suspended-mask{width:100%;height:100%;position:absolute}.offer .row .suspended-mask .icon,.offer .row__disabled .icon{cursor:default}.offer .row__disabled>div{background-color:#b8b8b80a;opacity:.3}.offer .separator-row{border-bottom:1px solid rgb(52,59,70)}.offer .all-odds-dropdown{display:none;background-color:#454545}.offer .all-odds-dropdown.visible{display:block}.offer .column{min-width:151px;border-left:.4px solid rgb(52,59,70);padding-block:1px;display:flex;flex:1;justify-content:space-evenly;align-items:center}.offer .column>.dropdown__trigger{width:100%}.offer .highlighted{background-color:#373737}.offer .event-cell .suspended-lock{position:relative;left:10px}.offer .event-cell .suspended-lock.tennis-lock{left:0}.offer .event-cell .flag-icon{position:initial}.stream-loader{height:140px;border-bottom:1px solid;border-bottom-color:#727272}.sport{overflow-y:hidden}@media (min-width: 768px){.sport{flex-direction:row}}@media (max-width: 768px){.sport{display:flex;overflow-x:hidden}}.sport__sort{justify-content:flex-end}.sport__content{border-radius:12px 12px 0 0;display:flex;flex-grow:1;flex-direction:column;overflow:hidden}.sport__ticket-burger{box-sizing:border-box;cursor:pointer;right:0;padding:8px 16px;width:100%;background-color:#ffc400;color:#30323a;border-top:1px solid #616474;text-align:center;z-index:10}.sport__ticket-drawer{background-color:transparent;color:#fff}.sport__ticket-drawer .drawer-content{overflow:hidden}.sport__filter-bar{color:#fff;padding:0 12px;display:flex;height:60px;flex-direction:column;margin-bottom:45px}@media (min-width: 1200px){.sport__filter-bar{height:38px;margin-bottom:0;padding:0}}.sport__filter-bar-items{margin-top:10px;margin-bottom:20px}@supports (-webkit-touch-callout: none){.sport__filter-bar-items{margin-bottom:10px}}.sport__filter-wrapper{min-height:38px;width:100%;overflow-x:auto;scrollbar-width:none}.sport__filter-wrapper::-webkit-scrollbar{display:none}.sport__table-wrapper{height:calc(100vh - 150px);display:flex;flex-direction:column;flex-grow:1;width:inherit;position:relative;z-index:1}.sport__table-wrapper>.loader-wrapper.active{background:linear-gradient(116.93deg,#1f1f1f .29%,#2d343d 99.71%)}.sport__search{margin-left:auto;display:none}@media (min-width: 992px){.sport__search{display:block}}.wallet{display:flex;flex-direction:column;justify-content:center;gap:8px;width:auto;margin:auto}.wallet__box{position:relative;gap:6px}.wallet.inline{flex-direction:row}.wallet.inline{align-items:center}.wallet__balance{width:100%}.wallet__amount{position:relative;display:flex;align-items:center;justify-content:center;height:48px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0;color:#93ff18;border:1px solid rgb(133,142,157);border-radius:5px;background-color:transparent;padding:10px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.wallet__amount .logo{position:absolute;left:10px}.wallet__amount .currency{position:absolute;right:10px}.wallet__amount.inline{padding:2px 20px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;margin-left:8px;min-width:50px}@media (min-width: 992px){.wallet__amount.inline{display:flex;justify-content:center;align-items:center;border-radius:0}}.wallet__render-balance{width:80%;margin:auto}.wallet .balance-label{vertical-align:bottom}.wallet .balance-icon{position:absolute;right:0}.wallet .text-message{font-weight:300;color:#fab138}.logout{border-radius:10px;background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);padding:20px 10px}.logout__header{color:#8dc63f;padding:0 10px}.logout__body{padding:10px;display:flex;align-items:center;justify-content:center}.wrapper{border-radius:10px}.user-overlay{overflow-x:hidden}.user-overlay .drawer-content-wrapper{min-height:100%}.user-overlay .drawer-content{background-color:#2b2b2b}.user-overlay__border-b{border-bottom:1px solid #acf439}.user-overlay__wallets{display:flex;flex-direction:column;gap:10px;padding:10px;margin:auto}.user-overlay__wallets .collapse-icon{transform:rotate(180deg)}.user-overlay__content{color:#fff;border-radius:8px}.user-overlay__nav-links>:first-child{border-top:.4px solid rgb(52,59,70)}.user-overlay__nav-link{height:34px;border-bottom:.4px solid rgb(52,59,70);padding:9px 14px}.user-overlay__nav-link .title{height:16px;gap:5px}.user-overlay__nav-link .title span{font-weight:400;line-height:20px;letter-spacing:0;vertical-align:middle;text-transform:uppercase;color:#ddd;font-family:DIN Condensed}.user-overlay__nav-link.no-border{border:none}.user-overlay__nav-sublink{display:flex;align-items:center;justify-content:space-between;height:34px;color:#ddd;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;vertical-align:middle;border-bottom:.4px solid rgb(52,59,70);background-color:#0003;padding:9px 34px;font-family:DIN Condensed}.user-overlay__auth{height:calc(100vh - 70px);overflow-y:hidden}.user-overlay__auth-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #acf439;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.active-item-sublink>.user-overlay__nav-sublink{color:#8fc045;background:linear-gradient(90deg,#2f3724,#2b3222);border-bottom:.4px solid rgb(52,59,70)}.loyalty-balance{display:flex;flex-direction:column;justify-content:center;gap:6px;width:auto}.loyalty-balance.inline{flex-direction:row}.loyalty-balance.inline .balance-label{font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.loyalty-balance.inline{align-items:center}.loyalty-balance__balance{width:100%}.loyalty-balance__amount{position:relative;display:flex;align-items:center;justify-content:center;height:48px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0;color:#93ff18;border:1px solid rgb(133,142,157);border-radius:5px;background-color:transparent;padding:10px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.loyalty-balance__amount.inline{padding:2px 20px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;margin-left:8px;min-width:50px}@media (min-width: 992px){.loyalty-balance__amount.inline{display:flex;justify-content:center;align-items:center;border-radius:0}}.loyalty-balance__render-balance{width:80%;margin:auto}.loyalty-balance .balance-label{font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:bottom;color:#858e9d;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.user-profile{height:100%;padding-inline:5px;display:flex;flex-direction:column;gap:5px;overflow-y:auto;background-color:#010101}.user-profile__main-container{height:calc(100vh - 80px);margin-top:5px;display:flex;gap:5px}.user-profile__promo-sidebar{max-height:calc(100vh - 80px);overflow-y:auto}.user-profile__promo-sidebar a img{width:100%;border-radius:8px}.user-profile__promo-sidebar a:not(:first-child) img{margin-top:5px}@media (max-width: 768px){.user-profile__promo-sidebar{display:none}}@media (max-width: 1440px){.user-profile__promo-sidebar-wrapper{display:none}}.user-profile__content{overflow-y:auto;overflow-x:hidden;border-radius:10px}.casino-search{margin-bottom:5px;border-radius:8px;padding:10px}.casino-search input{max-height:30px;font-size:12px!important;border-radius:9px;color:#fff}.casino-search input::placeholder{font-size:12px;text-transform:uppercase;color:#846f6f}.casino-bet-amount{background-color:#000;padding:0 20px;color:#97de3c;height:30px;display:flex;align-items:center;font-weight:500;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.casino-filters{display:grid;grid-template-columns:10fr 1fr 10fr 1fr;gap:2px;align-items:center;padding:10px 20px}.casino-filters__filter{display:grid;grid-template-rows:2fr}.casino-filters__filter input{color:#fff}.casino-filters__filter input::placeholder{font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto;color:#acf439}.casino-filters__btn{margin-top:20px;border:1px solid #4f4f4f;border-radius:2px;height:26px}.casino-filters__min-max{border:1px solid #4f4f4f;border-radius:2px}.casino-menu-label{height:32px;border-radius:8px 8px 0 0;padding-inline:14px;display:flex;align-items:center}.casino-sidebar{overflow-y:auto}.casino-sidebar__filters-section:not(:first-child){margin-top:5px}.casino-sidebar__filters-list{border-radius:0 0 8px 8px}.casino-sidebar__filter,.casino-sidebar__featured{height:35px;padding-inline:15px;display:flex;align-items:center;justify-content:flex-start;text-transform:capitalize;color:#fff;transition:all .3s}.casino-sidebar__filter.active,.casino-sidebar__featured.active{color:#97de3c}.casino-sidebar__filter:not(:last-child),.casino-sidebar__featured:not(:last-child){border-bottom:.4px solid rgb(52,59,70)}.games-filter-mobile{padding:10px 4px;display:flex;position:fixed;bottom:60px;left:8px;background:transparent;z-index:5}.games-filter-mobile__wrapper .sports-filter-mobile__records{height:calc(100% - 40px)}.games-filter-mobile button{margin:0;border-radius:6px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;font-weight:700}.games-filter-mobile .filter-mobile{margin:0}.games-filter-mobile .category-filter-mobile__btn{margin-right:8px}.games-filter-mobile-app{padding:10px 4px;display:flex;position:fixed;bottom:16px;left:8px;background:transparent;z-index:5}.games-filter-mobile-app__wrapper .sports-filter-mobile__records{height:calc(100% - 40px)}.games-filter-mobile-app button{margin:0;border-radius:6px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;font-weight:700}.games-filter-mobile-app__close{box-shadow:0 2px 4px #0009;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:sticky;top:0}.games-filter-mobile-app .filter-mobile{margin:0}.games-filter-mobile-app .category-filter-mobile__btn{margin-right:8px}.category-filter-mobile__body,.provider-filter-mobile__body{display:flex;overflow:hidden;height:100%}.game-info-modal{width:80%;max-width:300px}.game-info-modal .rc-dialog-content{width:100%}.game-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:16px;padding-bottom:16px;font-family:Roboto;font-size:14px;position:relative}.game-info__top-bar{position:absolute;top:0;width:100%;display:flex;justify-content:space-between}.game-info__title{margin-bottom:16px;text-align:center}.game-info__title h3{font-size:20px;font-weight:900;margin-top:8px}.game-info__content{width:80%;justify-content:space-around}.game-info__thumbnail{display:flex;align-items:center;flex-direction:column}.game-info__image{width:200px;height:140px;background-size:cover;background-position:center;box-shadow:0 4px 7px #3a1d1dcc}.game-info__buttons{display:flex;flex-direction:column;justify-content:space-around;width:70%;margin:16px auto 0;max-width:120px}.game-info__buttons button{width:100%}.game-info__buttons button span{padding:0 6px}.game-info__buttons--try.btn{margin-top:12px;background:transparent}.game-info__buttons--try.btn:hover{color:#fff;background-color:#7dad01;border-color:transparent;box-shadow:none}.game-info__jackpot{margin-top:20px;font-size:20px;color:#ffcc02}.single-game__provider.provider-logo-nolimit{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-redtiger{background-image:url(/assets/_red_tiger-CDi4vGTq.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-novomatic{background-image:url(/assets/novomatic-C6K4hIvy.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-betsoft{background-image:url(/assets/betsoft-DkLlPKEw.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-bigtimegaming{background-image:url(/assets/bigtimegaming-BRze9sv_.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-caleta{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-evolution{background-image:url(/assets/evolution-_n3uFFcM.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-gameart{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-gamomat{background-image:url(/assets/gamomat-DEcPmOWF.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-greentube{background-image:url(/assets/greentube-DwvPY5if.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-indislots{background-image:url(/assets/indislots-fnWiCMzS.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-isoftbet{background-image:url(/assets/isoftbet-M_PH4L9v.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-konect{background-image:url(/assets/konect-B1x81KzW.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-leap{background-image:url(/assets/leap-BdgPWZYW.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-mad{background-image:url(/assets/mad-BECPG6uZ.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-merkur{background-image:url(/assets/merkur-D_ekH6LC.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-microgaming{background-image:url(/assets/microgaming-ClK-mlzz.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-net-ent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAACXCAMAAAAvQTlLAAAAbFBMVEX///8AAAAhISEXFxejo6P7+/sdHR2vr6+qqqrKysoaGhpVVVWamppfX1/b29vY2Njz8/Ph4eHr6+u+vr5aWlooKCguLi5PT0/ExMSPj4+1tbWFhYUQEBBkZGTR0dFqampHR0d5eXk/Pz82NjbeF1JNAAAD1ElEQVR4nO2YaZOrKhBAaRUjYhRc4r5l/v9/vC24ZN6k6t25E2fmQ5+qWGKrOSAgLWMEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQfwKtP5pg+dE3k8bPMcLftrgOeT1ObzL9/1X43mV3VOR5w1M43aHDQ+FjAVjsJcES7xgbT+eBUHGRHCQfdmrBHDt8E8BIGIVPMCih0LOLg+lmnm4tQ2o8CaStQ/R8steMnS6afVy0EuAs+F3LOr2Utej11GqWQCOX5gqqdx1r6w+olj6spfrOLbah9fRXvWy9e0RuXj5W6hdvBzoDy/TXo49d3qJV2iqvXtBxbgFuw5nSeiAtxxBL/+m9lBgJJrNi5tzYamkCb/Ay1b78Hrfa2N38VowXvtx4xXe090LsV6vwHiZav+TlwPzeV6d497Vu+f4l15+6DswnOTl9i3erT28/MLgjB+9tlgnjFcX4NiT6iSvXN3wrxO1j0ff0PVPvNYYWC/Q83IRP8mLVx1OT3r36uxUcH3itc0TmxfHWQR0f1J7sRHvV29e3Rwt1JcnXk5tY3r1Mk/zmocneSmsduj8Tb8/ZibrxfvOwd5/khe+7Myg/+Q8gV5Mg33znOPFr53zT+2Fq2s40ctWe/WKRGX56FVkayjevVQZnuhllgPreAxD19B98MJpwoag3r3YAKd4ddJ4qcl9P3/54eblf5i//EcvhpPY67261QurHRqvcMMF64U7m9ceM17u6pVOHWxe7ou8BiGGtS8LITRTlTgwh5U5vhC0wx7STGdVto7OuKoGey52v+9Pfr8z7/gMvzZPI69P8Vu9lPr/cwiCeA0mfTdJ/voN4Nh7OOHdFcxcYn5JVJ0zXmcpc52VUo5emcu2lrmcPSllG5SyT/CES1m2+PbGPClbcqXWS2Z+H5ge1ZCXV67Tr3+WeEYZ6XkMyiSJdQJBHGd+o9s5SfQ8x3PPWQyNaBh/w6Q2wBxAQC0mDsD1LYUoOe9bdVmLvr7IZMDHgdk9S2+aodfAZ48FkrNsWtojydtl7TXiarAWJYeiTt9i58zFjSznW3NxrxLXXUviaryKq8SkGhbPrEw7SOcoLlQg37ypNF5JF93jIr2DOMurrFgjI/tVYveqsTDXw/I5KXvjw13fixLiS9+ANxov3cAUg07vp3lN0wiRB+M4r16uZnMxjvVcs6XDq1spS89Xqr02E4tY3oq7goTNNyWLEU57lCLLhNIZwliD7cNx3CdYEknMdIV9K22yNMbkTWfp0jhDnFYcl9Kq4qq6JGdpEQRBEARBEARBEARBEARBEARBEARBEATxH/4Atzc/wEWltTgAAAAASUVORK5CYII=);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-oryx{background-image:url(/assets/oryx-D9JbPgxu.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-quickspin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAmCAYAAAAmy2KXAAAABmJLR0QA/wD/AP+gvaeTAAAM30lEQVR42u1cC3RdRRV9FPyLqPgXFbE07955rdWq+EfAD/4X1hYVoYhS26Z5974W0QJiQEV0iagFLf5A/KxSELVgWEuxqC0pK7ZKrQ3QpKZ5v37SKIrpJ7WJ59w7r5l35szcuS+FRNe7a93V1bz53Zk955zZ55zJZMgzOmfO0eU28fJS4H+0Gvj5Yui1loLs7Gqr95KMw1MqTHthJfC/UQ78FZWgpcVWtu/8E59YzvtzK4G3qL9N+FyZHWH2xFLeu64ciG/1F6af5DKGctuMEyqBWFwO/RvgvaUS+t8sBeIjg21Tn5ZYN/DOK4fi5nLoLRxtz0xJKl8MxDugzh1Q/qbtofd8Uzn8Db8T5wXeVTC/y8t579y+cObTk/oYbX/LMTCmJTAHK7EufWG+fwLf95VKwXsrlrW1NXBxy7Ew1iuh3o3FwHuz3ldmCo6zkvd/jBjIOD5YFuetEopWbd5KeXEmLPRD0Oko98IH3FUqiKnWCQj8B5Q6u2wTBwvyM6Xs8M6LZjxHA17g9yllitX5s55sm7QYhP5Bwzf8AyY1HM1kjmLHkxfz6r/X+5RtMqsF/004bqXOWloGvukp8J1fg98OcGOCBflnJe9dbAMxrMlVpjXRX/EgjPttRgCE/i/UOd9BNjRsyMvr2gPwJ4Iq9M+pqxP6yxRQeQH88ZDD4PdU8rnXs7s37+W08qH3bh6EmSl0souwUGQXnKItRFv2VFb6LRLPgw+633HyV26YP+txzK77OSnXaZrMGDB+jza+wglPOgy8pdOeBX/rchkT9t3TNvUJ/Ab0N7sDKxr3f1Bi03bwm8lG0DYP1N1A2tuaJLkB+LeSOl01UJ0F/xlJMfiBaiBerKsg77W6lPPONgDrGK3dvH8GGfAZLkDd0i4eD7+tSzn51+oLKH5NyvzFIvqXM+321KShlN6/TTcmf4UBWL9M2Q6+hyoF8V61nd2LxFMZQF+RAJLRUpj7gN188DtIne7aztvZwMBvmyzAktI27fhHQK2/phFggco8jduIYOfMHgOeuLCBMbESGb7vZBxLA+1VVAnqAiy005h2ulIDqxzmFjIN/RuNxeri6Vmc/MgIZhaGGucTASyUEPD3kjZhef8POElo8OMBgdhqtf5uTQssuRF7mfn4EZnsHqbMejT2dy5ueSmCkC8j7tQWbkl2Gv6Lh4/+hdOfQV9cJ6i7FN4hps9PpgGWHPtGWq5KzJREYIHh1aEBBhaEVgaAXK2BJu9fNNHAKhZyr9In07t3dE7maLXcriD3XLQPSdlHVLvGBVjw928zi1eFDfjMWpn+gi+YMhupXYd14EC0g5Tbh+AlffbFalVci+uAxrL5hKr125EGWDhPeIJm1mZ1KmDBhxXJH9dyleWgyGlL/HCigQWS9XxdWokz2QmIj9lkfGNSNwlY0NfprAoEG5VswrNd7RRYxM/o3yhmkoXrt0lactK+l7RXSmdjiS/gpoTftlGBgxsmDbAeIR/1ddOgoexfbSieEGAFokDL7Gib+mx+/OJ9envZ17kAC9WQtsDxeG5iTkkLNFVi4AFZmwYA3CiwJN2itjdcO1A4AQtAgTYdZ7eCefF9dxsr8NfUAYGcJKwnodC7dKKBBafTN7qe5GJ1KPaqHJLKs9mAVcmL73LGMdo4Gr+Vz84ikq23pvpoWawPv/9LKTtEN0YqYIXiy3ScNbPADVjiQSSjkS9kTIdhJJ+dgLULjVuYUBDJfwMxepmVKYdFQJY3+lAw6NUTxyQ4FfbC2H5vEtdEam1Gzqvalnu7i/EupQqnAt9l4XYWSON8Hao29GYgR8TxZ5K93xTzVbn3MAv3GAPL3xfxgoH4PLOeV7upQsVQx45N5Gdtgut4GiqyJ8h4V6UGuBTeQI1f14cCC+2fbZ8+6ThOBcJv33NtNzpghP72eD7E5enH5Q4s6U6rs41qBGcKYEV/R0+IKuFrUh7nxEUVHqztLKwEg77GYhhuirgROMqjuwbK/mbibSz/knJkJ4pO6U4aQcb7CABro2Sqf8BQAmVOBWqLDJtUsuYjdeqEGOdHElgMKVtJZbxLYME7GJVnqCaNDbAASx10ErDUspMFWPWG8viBtT+iDKAvllg1nDq1b4w5tg6GDtmE3oI0wIpNlYiBX4Uco1EygjuH9Hd3g8AajRz5wKHprj5RVsffBJYjsHBHShVY0vv3b0jTJkZ7QL2/M99xpfO4gOm3OsPB0EY6g+HE0A4MGgUWghlNHgDY7fpaiXlNYKUCluiMeBwMndFBtR1phzTSJrb7/AsYyXcQjPZXu9SX5C5KqwEJUvqaojkGVZWdFli19Yu8L3rbm2v2dhNYybFYd2AYCVIunAqMTm9RrJq74a6M81dMm90YGpQc6+T9tBG/IwI6tRNaA5a4XY5/relU3ARWkmRp819Rbs0ez6kUmPDr44iFKKxkuLIk96I0bRcXt7yAVYmB/0UHUHandmYD7WDwnqQCFm42I7kcePfIdVrdBFZj0qEvCiKERbAtnIOtNI9TiTTKwtE/aQxpQjeXxS3XELBQ7UHZLUz9U6Lo0SawrJGQ7+RUYBQmgySnEiTH8TlOUpEzhIEmoWQzBQSGV8dBgygxtbczDncWF9rGNB5gSR/oxxm785aY04x5uiaweON9JTPxy2U/X2V8ekvS9oGx72hUu6iusXnwzk17YHg0gIWRIMiL0WhVDFcnPttu9P8dkKi/M7ItkoHVLXXqNh5YYi+6VvA39IHZgRVxLl3SsN01DmANSAPyPtwoDQNLJwN7ayx+HGynhW6XOBeNg2Q8h7QzhCdS07glQbo/nn+xoRE1fCSAZYrGQMe3jFPbM+bSUYzQe0CkoZFpnHgAjkr+oX6lu1H14uNEmZIvRkczR+0Bjqf2f1yggQtajk0LrFIhO1114ZSC3AxbwoXt6Y/9puVaIgga80lqzBQblWzLyfj6UPzONudpmfdHG1hxlId4mG4MdJzjQeQwsPqXCl9KjUGUVqYMFnxk5Q7Z8CocqO5PjI7qGMtTBaLxY3YJEdktf5J9X8U4cp2c0NDP5+Ld4m1K4oaktCihTUBjpBCgaOtgdAL+S9PF0A/JsejcnMU7W+zGUCPO/xpxU5ARFRGxofigBE8Jg+wmM7DkulzDbLD22Lfo75OhySQJAT7SbHh637Gxx1HOWn0IyEEMw7Wonvutas4t0O90MukPJRz51cygITWUBVU8fmMcLSGux1Bixg7r1OxIEnGLMV6kTJEDH27UOJOnztG7n2brTDpgQegMk842iBtTYkQP9MPTh0UkP2DrVEogJ1UhXSYj1viuBgP9MOTDEAR3VqOBfookms3lWyYF+pmSbdlw4mXZ4yczsORa36wTsqIVfYsopVGNbKcB/2YgUAdnfWgy2msuaVZKjBM9FS5IDSyGGzIFK8IHf0lrTyYquAJL5kNu1doBRl4Z91zX0zGM/7O0bA9RwZMRWGjbUsFQ8y1GZg0gbzUTFvF+ZrdfZ3Nwjk262E0zfoptuZep5WQ4ynp9ccYOBylU4UwucYEezzEPUjc6xcPqqc41/UumyhtDlGVEAF3ALZSrioPptCjNoVUkEWQyAktu1LsY4TA3umrA4CA9gPYTnvowyhJJMC7blrOf0I/GscG4GNXQeyUazHx2sCjTjFvX9C8ZUkL7/DPai5GbBlKguNxJjIa1BfqZgCXDdgdo2K56wuZYanTcRokWsBkk2VjRxxT75v4XgKXZt7Fk/qNKehVTOzlBxxrsmJMt3naLw1S0NnoqbDA59JCqvtIASwLnClvYLsNVNZREO5mBJcd2HxNSc5qygFqAmO3dicdlS2eXpJzQNdwtKa7AknZPRzonrd+eEEFqBZZytFbL7z4cuh0H+d02XsfxZAcWl+qGN9VQI3jYcRJ6bYwzTioTe21615sYZ+SkNHcNZOWw5Gac7bLW9Y4E7qILBgjrUjL1h1SqQKaMud7fcKPpCiJ6KYgpDSvpkfdJUJpgKemry2YucG0ypsjdGcq/oI50moi8mJ8c4CY+zEZhyoxfZGptzld52YcaMrLVFr8UXXsUJ6UOme4ysF3LI4lKVbUtSmbq4ToCiySJv8G7rEzzNxXpj/aWHcDepfVXG5ivKUp2gkdZVjUJu5cerOJ7uBQHPJM1xLj6zquXvN4neCIxzipZFp0EkWXl72cquQSpoWTDAwCqHpQUKO4xzMLlwrHDbD+CBTJ0beqXUiPIYMtrAVaguMc4dRdHLqpalLYmekC3tXIzMMkX+TTTNUQ18hjuwfpQRHlg6hzaaNCXrY6qAVCjRFqAZEalfSKbGu4Ii9aV2JiqfYh90fQ4u0cDQqPxgruEm2k4cbyGsXcWZppP8xnPw7gpogvMmjPTfMYPLhKC2kjyZfNpPrwTF8I8IsMbSNNGM46bz///81+yIoq1Ckj6KgAAAABJRU5ErkJggg==);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-salsa{background-image:url(/assets/salsa-CrpKqz8a.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-tomhorn{background-image:url(/assets/tomhorn-Bh6SThlw.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-vivo{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-wazdan{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-fazi{background-image:url(data:image/png;base64,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);background-size:cover;background-position:center center;background-repeat:no-repeat}.single-game__provider.provider-logo-egt{background-image:url(/assets/egt-BNCjLNq_.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-CB{top:-1px;left:-1px;width:40px;height:40px;position:absolute;z-index:1;background-image:url(/assets/CB-Bwn1a1F7.svg);background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-CB.right{right:0}.casino-game-overlay-CB.bottom-1{top:43px}.casino-game-overlay-CB.bottom-2{top:95px}.casino-game-overlay-CB.center{left:50%;transform:translate(-50%)}.casino-game-overlay-EKS{top:-2px;width:60px;height:60px;position:absolute;z-index:1;background-image:url(/assets/EKS-C7s1f1uo.svg);background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-EKS.right{right:0}.casino-game-overlay-EKS.bottom-1{top:43px}.casino-game-overlay-EKS.bottom-2{top:95px}.casino-game-overlay-EKS.center{left:50%;transform:translate(-50%)}.casino-game-overlay-HOT{width:40px;height:40px;position:absolute;z-index:1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%201080%201080'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:url(%23linear-gradient);filter:url(%23drop-shadow-5);}%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='548'%20y1='1021.7'%20x2='526.1'%20y2='79.7'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23f26a21'/%3e%3cstop%20offset='1'%20stop-color='%23fbe200'/%3e%3c/linearGradient%3e%3cfilter%20id='drop-shadow-5'%20x='129.9'%20y='1.7'%20width='849.6'%20height='1108.1'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dx='14.6'%20dy='15.8'/%3e%3cfeGaussianBlur%20result='blur'%20stdDeviation='12.2'/%3e%3cfeFlood%20flood-color='%23231f20'%20flood-opacity='.8'/%3e%3cfeComposite%20in2='blur'%20operator='in'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M774.3,275.6c-5.8-6.5-16.5-1.3-15,7.3,9.1,50.6-13,86.5-29.3,105.3-6.1,7.1-17.7,4.3-19.9-4.8C657.1,161.8,483.9,58.3,411.3,23.8c-10.3-4.9-21,5.9-15.9,16.1,88.2,179.3-23,339-80.1,404.2-9.5,10.8-27.2,4.2-27.5-10.2-.5-29.2-5.8-58.2-15.6-73.6-5.1-8.1-17.7-4.8-18.4,4.8-2.8,38.1-19.6,71.7-50.6,128-49.8,90.4-50.2,147.6-51.3,200.4-.3,13.7-2.8,108.7,52.4,194.6,64.9,100.8,176.2,142.6,252.7,159.9,63.8,14.4,130.4,12.5,192.8-7,140.2-43.8,272.1-163,278.1-366,5.9-197.4-103.2-342.9-153.7-399.4ZM773.9,809.3c-7.1,68.5-43.5,113.8-85.6,143.6-72,51-165.3,59.8-246.9,26.1-22.5-9.3-45.4-21-64.2-35.3-54.5-41.4-152.3-196.5,1.9-335.6,88.2-79.6,110.5-133.3,113.5-164.8,1.2-12.8,16.3-19.1,26.3-10.9,109.1,89.1,104.1,205.2,98.1,246.6-1,7.1,6.2,12.6,12.7,9.7,73.8-33.1,61.4-112.6,61.4-112.6,39.5,30.1,94.9,115.6,82.8,233.1Z'/%3e%3c/svg%3e");background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-HOT.right{right:0}.casino-game-overlay-HOT.bottom-1{top:43px}.casino-game-overlay-HOT.bottom-2{top:95px}.casino-game-overlay-HOT.center{left:50%;transform:translate(-50%)}.casino-game-overlay-JP{top:-1px;right:-1px;width:40px;height:40px;position:absolute;z-index:1;background-image:url(/assets/JP-CSqesfOS.svg);background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-JP.right{right:0}.casino-game-overlay-JP.bottom-1{top:43px}.casino-game-overlay-JP.bottom-2{top:95px}.casino-game-overlay-JP.center{left:50%;transform:translate(-50%)}.casino-game-overlay-NOVO{top:-1px;left:-1px;width:40px;height:40px;position:absolute;z-index:1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%201080%201080'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23d7e02c;filter:url(%23drop-shadow-3);}.cls-2{fill:%23434342;}%3c/style%3e%3cfilter%20id='drop-shadow-3'%20x='5.1'%20y='5.9'%20width='1105.4'%20height='1105.4'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dx='17.1'%20dy='18.6'/%3e%3cfeGaussianBlur%20result='blur'%20stdDeviation='14.3'/%3e%3cfeFlood%20flood-color='%23231f20'%20flood-opacity='.8'/%3e%3cfeComposite%20in2='blur'%20operator='in'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M1050.1,214.3v-112.8c0-39.2-31.8-71-71-71H102c-39.2,0-71,31.8-71,71v877.1c0,39.2,31.8,71,71,71h110.1c30.8,0,61.1-7.2,88.7-21l327.2-164.1c116.7-58.5,210.3-154.6,265.8-272.8l137.7-293.4c12.3-26.3,18.7-55,18.7-84Z'/%3e%3cpath%20class='cls-2'%20d='M271,615.6c3.9-3.9,7.4-5.9,10.4-5.9,3,0,6.5,2,10.4,5.9l146.9,146.9c3.9,3.9,5.9,7.4,5.9,10.4,0,3-2,6.5-5.9,10.4l-33.8,33.8c-4.6,4.6-9.6,6.3-15.1,5.2l-69.2-15.8c-12.9-3.1-23-6.2-30.3-9.1-7.3-2.9-22-10.2-44-21.8l-1.9,1.9c22.8,14.6,38,24.8,45.5,30.6,7.5,5.7,18.1,15.5,32,29.4l21,21c3.9,3.9,5.9,7.4,5.9,10.4s-2,6.5-5.9,10.4l-30.2,30.2c-3.9,3.9-7.4,5.9-10.4,5.9-3,0-6.5-2-10.4-5.9l-146.9-146.9c-3.9-3.9-5.9-7.4-5.9-10.4,0-3,2-6.5,5.9-10.4l36.1-36.1c4.7-4.7,9.7-6.5,14.9-5.4l80.7,19.4c5.8,1.4,10.7,2.8,14.6,4,3.9,1.3,7,2.3,9.3,3.2,2.3.9,7.8,3.2,16.5,6.8,8.7,3.7,16.6,7,23.7,10l2.1-2.1c-27.5-14.6-45.1-24.4-52.7-29.3-7.6-4.9-16.9-12.9-28.1-24.1l-21.5-21.5c-3.9-3.9-5.9-7.4-5.9-10.4,0-3,2-6.5,5.9-10.4l30.2-30.2Z'/%3e%3cpath%20class='cls-2'%20d='M361.7,654.8c-21.4-21.4-31.6-44.7-30.6-70,1-25.3,13.5-49.9,37.4-73.8s48.5-36.4,73.8-37.4c25.3-1,48.6,9.2,70,30.6l37.8,37.8c21.4,21.4,31.6,44.7,30.6,70-1,25.3-13.5,49.9-37.4,73.8s-48.5,36.4-73.8,37.4c-25.3,1-48.6-9.2-70-30.6l-37.8-37.8ZM454.5,555.8c-12-12-24.8-11.1-38.5,2.6s-14.6,26.5-2.6,38.5l43.9,43.9c12,12,24.8,11.1,38.5-2.6s14.6-26.5,2.6-38.5l-43.9-43.9Z'/%3e%3cpath%20class='cls-2'%20d='M607,279.6c3.6-3.6,6.8-5.1,9.4-4.5,2.7.6,5.1,3.3,7.3,8l98.7,199.3c2.4,4.6,3.2,8.3,2.5,11.2-.7,2.9-3,6.3-6.7,10l-39.7,39.7c-3.6,3.6-7,5.8-10,6.5-3.1.7-6.7,0-11-2l-199.7-98.7c-9.1-4.4-10.1-10.2-2.8-17.5l35.4-35.4c6-6,11.1-9.4,15.3-10.4,4.2-.9,8.7.2,13.5,3.3l91.6,56.2c5.5,3.3,11.3,7.3,17.5,12,6.1,4.7,10.9,8.6,14.2,11.6l5.4,4.5,2.4-2.4c-11.5-11.5-21-23.5-28.6-36.1l-56.2-92.1c-3-4.9-4.1-9.4-3.3-13.5.8-4.1,3.9-8.9,9.4-14.4l35.4-35.4Z'/%3e%3cpath%20class='cls-2'%20d='M678.8,337.7c-21.4-21.4-31.6-44.7-30.6-70,1-25.3,13.5-49.9,37.4-73.8s48.5-36.4,73.8-37.4c25.3-1,48.6,9.2,70,30.6l37.8,37.8c21.4,21.4,31.6,44.7,30.6,70-1,25.3-13.5,49.9-37.4,73.8s-48.5,36.4-73.8,37.4c-25.3,1-48.6-9.2-70-30.6l-37.8-37.8ZM771.6,238.7c-12-12-24.8-11.1-38.5,2.6s-14.6,26.5-2.6,38.5l43.9,43.9c12,12,24.8,11.1,38.5-2.6s14.6-26.5,2.6-38.5l-43.9-43.9Z'/%3e%3c/svg%3e");background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-NOVO.right{right:0}.casino-game-overlay-NOVO.bottom-1{top:43px}.casino-game-overlay-NOVO.bottom-2{top:95px}.casino-game-overlay-NOVO.center{left:50%;transform:translate(-50%)}.casino-game-overlay-NOVO-2{top:-1px;left:-1px;width:60px;height:60px;position:absolute;z-index:1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.9.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='3413.2px'%20height='1507.6px'%20viewBox='0%200%203413.2%201507.6'%20style='enable-background:new%200%200%203413.2%201507.6;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23D7E02C;}%20.st1{fill:%23434342;}%20%3c/style%3e%3cg%20id='Layer_1_00000043454636892330146660000004093355362221686938_'%3e%3cg%3e%3cpath%20class='st0'%20d='M3090.4,1108.3l-1281.3,345.8c-67.4,18-138,18-205.4,0L322.3,1108.3C150.6,1061.9,31.2,906.2,31.2,728.2V40.3%20h3350v687.9c0,178-119.4,334-291.1,380.1H3090.4z'/%3e%3cpath%20class='st1'%20d='M976.2,284.7c16,0,27.2,2.9,33.4,9.2c6.2,6.2,9.2,17.3,9.2,33.4v600.9c0,16-2.9,27.2-9.2,33.4%20c-6.2,6.2-17.3,9.2-33.4,9.2h-138c-18.6,0-32.4-6.9-41.5-20.3l-109.3-174c-20-32.7-34.3-59.9-43.5-80.8s-24.2-65.8-45.5-134.8%20h-7.9c16.7,76.5,26.8,128.6,30.4,155.7c3.6,27.2,5.2,69,5.2,125.6v86c0,16-2.9,27.2-9.2,33.4c-6.2,6.2-17.3,9.2-33.4,9.2H460%20c-16,0-27.2-2.9-33.4-9.2c-6.2-6.2-9.2-17.3-9.2-33.4V327.2c0-16,2.9-27.2,9.2-33.4c6.2-6.2,17.3-9.2,33.4-9.2h147.9%20c19.3,0,33,6.5,41.5,19.3L775,508.7c9.2,14.7,16.4,27.5,21.6,38.3c5.6,10.5,9.8,19.3,12.4,25.5c2.9,6.5,9.5,22.2,20,47.8%20c10.1,25.5,19.6,48.4,28.1,69h8.8c-26.5-86.4-42.5-142.3-47.8-167.5c-5.6-25.5-8.2-61.2-8.2-106.6v-88c0-16,2.9-27.2,9.2-33.4%20s17.3-9.2,33.4-9.2L976.2,284.7L976.2,284.7z'/%3e%3cpath%20class='st1'%20d='M1081.6,550.3c0-87.7,26.8-156,80.8-205.8c53.6-49.7,129.5-74.3,227.7-74.3c97.8,0,173.7,24.9,227.7,74.3%20c53.6,49.7,80.8,118.1,80.8,205.8V705c0,87.7-26.8,156.4-80.8,205.8c-53.6,49.7-129.5,74.3-227.7,74.3s-173.7-24.9-227.7-74.3%20c-53.6-49.7-80.8-118.1-80.8-205.8V550.3z%20M1473.8,537.8c0-49.1-28.1-73.3-84.1-73.3s-84.1,24.5-84.1,73.3v179.6%20c0,49.1,28.1,73.3,84.1,73.3s84.1-24.5,84.1-73.3V537.8z'/%3e%3cpath%20class='st1'%20d='M2351.1,284.7c14.7,0,24.2,3.3,28.5,10.1c4.3,6.9,3.6,17.3-1.3,31.4L2172.5,936c-4.6,14.1-10.5,23.6-18,28.1%20c-7.5,4.6-19,6.9-34.3,6.9h-162.3c-14.7,0-26.2-2.3-33.7-7.2c-7.9-4.9-13.7-13.7-18.3-26.5l-206.7-610.7%20c-9.8-27.8,0-41.5,30.1-41.5h144.9c24.5,0,41.9,3.3,52.7,10.1c10.5,6.9,17.7,18.3,20.9,34.3l72.6,302.3c4.6,18,8.2,38.3,11.1,60.5%20c2.9,22.2,4.6,39.9,5.2,52.7l2,20.3h9.8c0-47.1,5.2-91.3,15.4-132.5l73.3-303.2c3.9-16,10.8-27.5,20.9-34.3s26.2-10.1,48.7-10.1%20h144.9L2351.1,284.7z'/%3e%3cpath%20class='st1'%20d='M2378.9,550.3c0-87.7,26.8-156,80.8-205.8c53.6-49.7,129.5-74.3,227.7-74.3s173.7,24.9,227.7,74.3%20c53.6,49.7,80.8,118.1,80.8,205.8V705c0,87.7-26.8,156.4-80.8,205.8c-53.6,49.7-129.5,74.3-227.7,74.3s-173.7-24.9-227.7-74.3%20c-53.6-49.7-80.8-118.1-80.8-205.8V550.3z%20M2771.1,537.8c0-49.1-28.1-73.3-84.1-73.3s-84.1,24.5-84.1,73.3v179.6%20c0,49.1,28.1,73.3,84.1,73.3s84.1-24.5,84.1-73.3V537.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.casino-game-overlay-NOVO-2.right{right:0}.casino-game-overlay-NOVO-2.bottom-1{top:43px}.casino-game-overlay-NOVO-2.bottom-2{top:95px}.casino-game-overlay-NOVO-2.center{left:50%;transform:translate(-50%)}.casino-game-overlay-TURNIR{width:40px;height:40px;position:absolute;z-index:1;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%201080%201080'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:url(%23linear-gradient);filter:url(%23drop-shadow-1);}%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='392.9'%20y1='25.3'%20x2='844.2'%20y2='958.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%238559a5'/%3e%3cstop%20offset='1'%20stop-color='%23d18bbc'/%3e%3c/linearGradient%3e%3cfilter%20id='drop-shadow-1'%20x='31'%20y='4.2'%20width='1048.3'%20height='1104.2'%20filterUnits='userSpaceOnUse'%3e%3cfeOffset%20dx='15.1'%20dy='16.4'/%3e%3cfeGaussianBlur%20result='blur'%20stdDeviation='12.6'/%3e%3cfeFlood%20flood-color='%23231f20'%20flood-opacity='.8'/%3e%3cfeComposite%20in2='blur'%20operator='in'/%3e%3cfeComposite%20in='SourceGraphic'/%3e%3c/filter%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M1004.6,143.6c-15-16-36.3-25.2-58.2-25.2h-114.4v-42.6c0-27.6-22.4-49.9-49.9-49.9h-484c-27.6,0-49.9,22.4-49.9,49.9v42.6h-114.4c-22,0-43.2,9.2-58.2,25.2-15,16-22.9,37.8-21.4,59.8,3.5,54.9,14.1,160.6,44.7,252.1,17.5,52.3,39.6,94.3,65.8,124.6,34.1,39.6,75.2,60.6,122,62.2,20.3,40.3,50.2,67.6,93.2,82.5,81.6,28.4,82.7,101.1,79.4,131.5-.8,7.6-7,13.6-14.6,14-112.8,7.3-122.2,114.5-120.8,161.7.4,12.3,10.4,22,22.6,22h387.7c12.3,0,22.3-9.8,22.6-22,1.4-47.2-8-154.4-120.8-161.7-7.6-.5-13.8-6.4-14.6-14-3.4-30.4-2.2-103.1,79.4-131.5,43-15,72.9-42.3,93.2-82.5,46.8-1.6,87.8-22.6,122-62.2,26.2-30.4,48.3-72.3,65.8-124.6,30.6-91.5,41.2-197.2,44.7-252.1,1.4-22-6.4-43.7-21.4-59.8ZM128.1,198.6c-.1-2,.7-3.4,1.5-4.2.7-.8,2-1.7,4-1.7h114.4v196.5c0,67.7,3.4,125.1,12.6,172.6-82-34.5-122.2-204.3-132.5-363.2ZM819.4,561.8c9.1-47.5,12.6-104.9,12.6-172.6v-196.5h114.4c2,0,3.3.9,4,1.7.7.8,1.6,2.2,1.5,4.2-10.3,158.9-50.5,328.7-132.5,363.2Z'/%3e%3c/svg%3e");background-size:cover;background-position:center center;background-repeat:no-repeat}.casino-game-overlay-TURNIR.right{right:0}.casino-game-overlay-TURNIR.bottom-1{top:43px}.casino-game-overlay-TURNIR.bottom-2{top:95px}.casino-game-overlay-TURNIR.center{left:50%;transform:translate(-50%)}.single-game{width:100%;height:100%;border-radius:4px;position:relative;overflow:hidden;text-align:center;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;background-position:center center}.single-game>.AsyncImage-root{position:static!important}.single-game__favourite{position:absolute;right:0;top:0;width:20px;height:20px}@media (min-width: 992px){.single-game__favourite{display:none}}.single-game img{position:absolute}.single-game:hover{border:.4px solid rgb(254,212,56);box-sizing:border-box;transition:border .1s ease-in}.single-game__view{width:100%;height:100%;padding:8px 0;position:absolute;box-sizing:border-box;background-color:#00000080;-webkit-animation:fadeIn .2s;-moz-animation:fadeIn .2s;-o-animation:fadeIn .2s;animation:fadeIn .2s}.single-game__view.open{display:flex;align-items:center;justify-content:center}.single-game__view.closed{display:none}.single-game__top-bar{width:100%;height:28px;position:absolute;bottom:0}@media (min-width: 1200px){.single-game__top-bar{justify-content:space-between}}.single-game__top-bar.mobile{height:16px;position:absolute;top:unset;bottom:0;background-color:#0b0b0be6;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto}.single-game__use-free-casino-btn{position:absolute;left:8px;bottom:4px}.single-game__buttons{width:100%;height:60%;display:flex;flex-direction:column;align-items:center;justify-content:center}.single-game__buttons button{width:70%;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto;font-weight:600;margin:6px;max-width:110px}.single-game__buttons .btn.btn-small{padding-top:6px;padding-bottom:6px}.single-game__buttons--demo button{background-color:#2b2b2b}.single-game__name-wrapper--name{max-width:90%;margin:8px auto 0;text-align:center}.single-game__jackpot{display:none;width:100%;margin-top:6px;text-align:center}@media (min-width: 768px){.single-game__jackpot{display:block}}.single-game__jackpot.small{margin-top:4px}.single-game__jackpot.extra-small{font-size:12px;margin-top:4px}.single-game__wrapper{width:100%;height:100%}.games-carousel{max-width:100vw;height:80%;border-radius:0 0 8px 8px;padding-top:6px;padding-bottom:2px;position:relative}.games-carousel.most-played .carousel-wrapper .slick-slider{margin-inline:0}@media (min-width: 992px){.games-carousel{max-width:calc(100vw - 250px)}}.games-carousel__controls{width:100%;height:100%;position:absolute;display:flex;justify-content:space-between;align-items:flex-start}.games-carousel__controls .arrow{z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.games-carousel__controls .arrow__prev{padding-left:6px}.games-carousel__controls .arrow__next{padding-right:2px}.games-carousel__wrapper{width:80%;outline:none}.games-carousel .single-game__wrapper{margin:0 auto}.games-header{width:100%;margin-top:5px;border-radius:8px 8px 0 0;display:flex;align-items:center;gap:10px}.games-header__title{height:32px;margin-left:12px;display:flex;align-items:center}@media (min-width: 576px){.games-header__title{height:40px}}@media (min-width: 1200px){.games-header__title{margin-left:20px}}.games-header__actions,.games-header__arrows{width:90px;margin-right:12px;display:flex}@media (min-width: 1200px){.games-header__actions,.games-header__arrows{margin-right:18px}}.games-header__actions button,.games-header__arrows button{width:100%}.games-header__show-all span{font-size:16px;color:#ababab}.games-header__show-all:hover{color:#00ea73}.games-header__arrow-right,.games-header__arrow-left{border:1px solid #1f1f1f}.games-header__arrow-right .icon,.games-header__arrow-left .icon{display:flex;flex-direction:column;justify-content:center}.games-header__arrow-right svg,.games-header__arrow-left svg{color:#00ea73}.leaderboard-popup__title{height:75px}.leaderboard-popup__body{height:390px;padding:16px;overflow-y:scroll}@media (min-width: 992px){.leaderboard-popup__body{padding:28px}}.leaderboard-popup__list__item{border-bottom:.4px solid rgb(52,59,70);padding:10px 0;display:flex;justify-content:space-around;align-items:center;color:#8dc63f}.leaderboard-popup__list__item div{width:33.3%}.leaderboard-popup__list__item:first-child{color:#fff}.leaderboard-popup__list__last-item{border:.4px solid rgb(253,211,52);padding:10px 0;color:#fff}.leaderboard-popup__list__last-item div{width:33.3%}.leaderboard-popup__list__user{border:.4px solid rgb(253,211,52);padding:10px 0;display:flex;justify-content:space-around;align-items:center;color:#fdd334}.leaderboard-popup__list__user div{width:33.3%}.leaderboard-popup__list__user:nth-child(2){color:#fdd334}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-BL6NZHjI.woff2);font-weight:400;font-display:block}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold-DpOO1aj7.woff2);font-weight:600;font-display:block}@font-face{font-family:Quartzo;src:url(/assets/Quartzo-Bold-DHUgkiWE.woff2);font-weight:700;font-display:block}@font-face{font-family:Oswald;src:url(/assets/Oswald-Regular-WWshG-mM.woff2);font-weight:400;font-display:block}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-x4TXtDm9.woff2);font-weight:400;font-display:block}@font-face{font-family:IBM Plex Sans;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;src:url(/assets/IBMPlexSans-Regular-rHdpeWlo.ttf)}@font-face{font-family:IBM Plex Sans;font-optical-sizing:auto;font-weight:500;font-style:normal;font-variation-settings:"wdth" 100;src:url(/assets/IBMPlexSans-Medium-ustMcSxC.ttf)}@font-face{font-family:IBM Plex Sans;font-optical-sizing:auto;font-weight:600;font-style:normal;font-variation-settings:"wdth" 100;src:url(/assets/IBMPlexSans-SemiBold-DaHFhWfZ.ttf)}@font-face{font-family:IBM Plex Sans;font-optical-sizing:auto;font-weight:700;font-style:normal;font-variation-settings:"wdth" 100;src:url(/assets/IBMPlexSans-Bold-DfEv2__I.ttf)}@font-face{font-family:DIN Condensed;font-optical-sizing:auto;font-weight:700;font-style:normal;font-variation-settings:"wdth" 100;src:url(/assets/DINCondensed-Regular-hD4s09Tq.ttf)}.leaderboard{height:50px;padding-left:10px;position:relative}@media (min-width: 992px){.leaderboard{padding-left:20px}}.leaderboard__content{width:calc(100% - 115px);height:100%;gap:20px}.leaderboard__content__list{height:100%;padding-right:32px;gap:45px;overflow-x:scroll}.leaderboard__content__list p{white-space:nowrap;color:#fff}.leaderboard__content__list::-webkit-scrollbar{display:none}.leaderboard__content__user{height:100%;margin-right:24px;color:#fff}.leaderboard__content__user p{white-space:nowrap}.leaderboard__content:after{content:"";width:100%;height:50px;position:absolute;right:115px;bottom:0;z-index:1;pointer-events:none;background-image:linear-gradient(to right,#2b2b2b00 70%,#2b2b2b)}.leaderboard__actions{width:110px;height:100%;padding-right:20px;display:flex;justify-content:end;align-items:center;background-color:#2b2b2b;opacity:1}.leaderboard__actions p:hover{color:#ffcc02;transition:.5s ease-out all}.games-list__slider{width:100%;margin:auto;overflow:hidden;box-sizing:border-box}.horizontal.games-carousel{min-height:70px}.horizontal .single-game{height:90px}@media (min-width: 768px){.horizontal .single-game{height:144px}}.horizontal .slick-list .slick-slide>div{padding:0 5px}.single-banner{width:100%;max-height:520px;border-radius:8px}.games-sections__section .slick-track{margin-left:0}.games-sections .games-banner{position:relative;display:flex;width:100%;max-height:520px;margin:0 auto}.games-sections .games-banner__controls{width:100%;height:100%;position:absolute;display:flex;justify-content:space-between;align-items:flex-start}.games-sections .games-banner__controls .promo-arrow{display:flex;align-items:center;justify-content:center;height:100%;width:5%;z-index:2}.games-sections .games-banner .carousel-wrapper,.games-sections .games-banner .carousel-wrapper .slick-track{height:100%}.games-sections .games-banner .slick-slider{width:100%;height:100%;margin:0 auto}.games-sections .games-banner .slick-slide>div{height:100%}.games-sections .games-banner .slick-list{height:100%}.games-grid__header{padding:0 16px}.games-grid__banner{margin-bottom:24px}.games-grid__mobile{padding:20px;justify-content:space-evenly;gap:10px;flex-wrap:wrap}.games-grid__mobile .single-game__wrapper{margin-bottom:16px}@media (min-width: 576px){.games-grid__mobile .single-game__wrapper{margin-bottom:36px}}.games-grid__content{width:100%;height:100%;box-sizing:border-box}@media (max-width: 576px){.games-grid__content{max-width:100vw;overflow-x:hidden}}.games-grid .footer{margin-top:5px}.games-grid__scrollable{height:calc(100% - 1px);overflow-y:auto}@media (min-width: 768px){.games-grid__scrollable{height:calc(100% - 65px)}}@media (min-width: 992px){.games-grid__scrollable{height:calc(100% - 1px)}}.games-grid__grid-container{border-radius:0 0 8px 8px;padding:6px;box-sizing:border-box;display:grid;place-items:center;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px}.games-grid__grid-container .single-game{width:100%;height:100%;padding-bottom:68.75%}@media (max-width: 576px){.games-grid__grid-container{padding:0 8px 40px;gap:12px 6px}}@media only screen and (max-width: 1389px){.games-grid__grid-container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media only screen and (max-width: 830px){.games-grid__grid-container{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media only screen and (max-width: 522px){.games-grid__grid-container{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media only screen and (max-width: 452px){.games-grid__grid-container{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media only screen and (max-width: 393px){.games-grid__grid-container{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.-risl-sentinel{position:relative;bottom:150px}.casino-banner{position:relative;display:flex;width:100%;max-height:520px;margin:0 auto}.casino-banner__controls{width:100%;height:100%;position:absolute;display:flex;justify-content:space-between;align-items:flex-start}.casino-banner__controls .promo-arrow{display:flex;align-items:center;justify-content:center;height:100%;width:5%;z-index:2}.casino-banner .carousel-wrapper,.casino-banner .carousel-wrapper .slick-track{height:100%}.casino-banner .slick-slider{width:100%;height:100%;margin:0 auto}.casino-banner .slick-slide>div{height:100%}.casino-banner .slick-list{height:100%}.casino-homepage{padding:16px 0;width:100%;box-sizing:border-box;flex-direction:column}@media (min-width: 992px){.casino-homepage{width:calc(100vw - 500px)}}.casino-homepage-mobile{width:100%;height:100%}.casino-homepage-mobile__sliders{box-sizing:border-box;padding:10px}.casino-homepage-mobile__leaderboard{border-top:1px solid #00ffce;border-bottom:1px solid #00ffce}.casino-homepage-mobile__leaderboard .rank-slide{text-align:center;padding:4px;color:#fff}.casino-homepage-mobile__leaderboard .rank-slide__rank{color:#00ea73;font-size:12px}.casino-homepage-mobile__leaderboard .rank-slide__username{font-size:12px}.casino-homepage-mobile__slot-race .games-carousel{width:95%;margin:0 auto}.casino-homepage-mobile__filters{align-items:center;max-height:50px;min-height:50px;justify-content:center}.casino-homepage-mobile__filters .games-search__button{background-color:#373944;border:1px solid #ababab;height:25px;width:25px;border-radius:50%;display:flex;align-items:center;justify-content:center}.casino-homepage-mobile__filters .games-search__button.visible{display:flex}.casino-homepage-mobile__filters .games-search__button.hidden{display:none}.casino-homepage-mobile__filters .games-search__button:hover svg{color:#00ea73}.casino-homepage-mobile__filters .games-search__input{border-bottom:1px solid #00ffce}.casino-homepage-mobile__filters .games-search__input.visible{display:block;width:100%}.casino-homepage-mobile__filters .games-search__input.hidden{display:none}.casino-homepage-mobile__filters .games-search__input input{box-sizing:border-box;height:100%;font-size:16px}.casino-homepage-mobile__filters .slick-slider{width:95%}.games-carousel{width:100%}.promo-carousel{height:calc(70% - 245px);position:relative;text-align:center}.promo-carousel>span{height:30px;border-radius:9px 9px 0 0;padding-inline:10px}.promo-carousel__controls{width:100%;height:calc(100% - 30px);border-radius:0 0 9px 9px;position:absolute;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.promo-carousel__controls .icon svg{height:10px}.promo-carousel__previous{display:flex;align-items:center;justify-content:center;z-index:2;width:100%;padding-top:6px}.promo-carousel__next{display:flex;align-items:center;justify-content:center;z-index:2;width:100%;padding-bottom:6px}.promo-carousel .games-carousel{height:100%}.promo-carousel .games-carousel__wrapper{display:flex!important;flex-direction:column;justify-content:center;outline:none;height:95%}.promo-carousel .games-carousel__wrapper .single-game__wrapper{margin-bottom:16px}.promo-carousel .games-carousel .carousel-wrapper{width:80%;margin:0 auto}.promo-carousel .games-carousel .carousel-wrapper .slick-list{height:100%!important}.promo-carousel.most-played .carousel-wrapper{height:100%}.promo-carousel.most-played .carousel-wrapper .single-game__wrapper .single-game{width:190px;height:140px}.promo-carousel.most-played .carousel-wrapper .single-game__wrapper .single-game__jackpot{font-size:16px}.promo-carousel.biggest-win{height:30%;border-radius:0 0 9px 9px;overflow:hidden}.promo-carousel.biggest-win .single-game{border:none;background-color:transparent;box-shadow:none}.promo-carousel.biggest-win .single-game:hover{border:none}.promo-carousel.biggest-win .single-game__wrapper{width:100%;height:90px;margin:0 auto;border-bottom:.4px solid rgb(52,59,70);padding:0 10px;display:flex;align-items:center}.promo-carousel.biggest-win .single-game__view{display:none}.promo-carousel.biggest-win .carousel-wrapper{width:100%;height:100%}.promo-carousel.biggest-win .single-game{width:90px;height:60px}.promo-carousel.biggest-win .single-game__name-wrapper{max-width:50%}.promo-carousel.biggest-win .single-game__name-wrapper--name{max-width:100%;text-align:left;margin-top:0;margin-left:12px}.promo-carousel.biggest-win .single-game__name-wrapper .single-game__jackpot{margin-left:12px;text-align:left}.promo-sidebar{height:100%;overflow:hidden}.promo-sidebar .game-of-day{height:245px;margin-block:5px;border-radius:9px}.promo-sidebar .game-of-day__header{height:30px;border-radius:9px 9px 0 0;padding-inline:10px}.promo-sidebar .game-of-day__game{width:100%;height:150px;padding-top:24px;display:flex;flex-direction:column;align-items:center}.promo-sidebar .game-of-day__game .single-game{border:.4px solid rgb(254,212,56)}.promo-sidebar .game-of-day__game .single-game__wrapper{width:210px}.promo-sidebar .game-of-day__game .single-game__jackpot{font-size:16px;color:#ffcc02}.casino{position:relative;overflow:hidden}.casino__mobile{position:relative}@media (min-width: 768px){.casino{display:flex}}@media (max-width: 768px){.casino{display:flex}}.casino__sidebar{margin:5px}.casino__content{width:100%;margin-block:5px;box-sizing:border-box;overflow:hidden}.casino__content-mobile{width:100%;box-sizing:border-box;overflow:hidden}.casino__mobile-promo-slider{height:115px;margin-bottom:16px}.casino__mobile-single-promo{height:115px;background-size:cover}.casino__right-sidebar{position:relative}.casino__right-sidebar .sidebar{border:none}.game-info-modal-wrap .modal{width:100%;border-radius:0}.casino-game-mobile{background-color:#1f1f1f;position:absolute;left:0;top:0;width:100%;height:100%;z-index:6000}.casino-game-mobile__error{color:#fff;display:flex;align-items:center;justify-content:center;height:100%}.number-games{width:calc(100% - 10px);padding:5px;display:flex;overflow-y:auto}.number-games__content{margin-right:5px;overflow-y:auto}@media (min-width: 992px){.number-games__content{height:100%}}.number-games__content .quick-games-banner{position:relative;display:flex;width:100%;max-height:520px;margin:0 auto}.number-games__content .quick-games-banner__controls{width:100%;height:100%;position:absolute;display:flex;justify-content:space-between;align-items:flex-start}.number-games__content .quick-games-banner__controls .promo-arrow{display:flex;align-items:center;justify-content:center;height:100%;width:5%;z-index:2}.number-games__content .quick-games-banner .carousel-wrapper,.number-games__content .quick-games-banner .carousel-wrapper .slick-track{height:100%}.number-games__content .quick-games-banner .slick-slider{width:100%;height:100%;margin:0 auto}.number-games__content .quick-games-banner .slick-slide>div{height:100%}.number-games__content .quick-games-banner .slick-list{height:100%}.number-games__content-mobile-app{height:100%;overflow-y:auto}@media (min-width: 992px){.number-games__content-mobile-app{height:100%}}.number-games__container{border-radius:8px;padding:10px;display:grid;place-items:center;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:1fr;gap:10px;box-sizing:border-box}@media only screen and (max-width: 1210px){.number-games__container{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media only screen and (max-width: 474px){.number-games__container{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media only screen and (max-width: 370px){.number-games__container{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}.number-games__game{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;color:#ffc400;cursor:pointer}.number-games__game img{max-width:100%;max-height:100%;border-radius:8px}.number-games__game--label{position:absolute;max-width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;bottom:-25px}.number-games__content{width:100%;overflow-y:auto}.number-games iframe{width:100%;height:100%;border:none}.number-games.selected-game{width:100%;padding:0}.number-games.selected-game .number-games__content{margin-right:0}.quick-game-mobile{position:absolute;top:0;left:0;background-color:#1f1f1f}.quick-game-mobile>iframe{border:none}.promo{display:flex;overflow-y:auto;padding:0;margin:0;width:100%;height:100%}.promo__content{overflow-y:auto;padding:0;margin:0;width:100%;height:100%}.promo__content iframe{border:none;width:100%;height:100%}.user-bonus{background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.user-bonus__header{color:#8dc63f;padding:10px;display:flex;align-items:center;justify-content:center}.user-bonus__desc{color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:center}.user-bonus__content{padding:10px;display:flex;align-items:center;justify-content:center}.mobile-footer{box-sizing:border-box;position:fixed;bottom:0;width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;background-color:#2b2b2b;border-top:1px solid #1f1f1f;overflow:hidden;color:#fff;font-family:DM Sans;font-size:10px;-webkit-font-smoothing:auto;font-weight:600;font-family:Oswald;z-index:100}.mobile-footer__routes{display:flex;align-items:center;justify-content:space-between;padding:0 8px;width:100%}.mobile-footer__item{position:relative;display:flex;flex-direction:column;align-items:center;width:18%;cursor:pointer}.mobile-footer__item span{margin-top:6px}.mobile-footer__item:last-child{border-left:1px solid rgb(255,255,255)}.mobile-footer__counter{position:absolute;left:calc(50% + 16px);height:calc(100% - 20px);display:flex;align-items:center;justify-content:center}.mobile-footer__counter span{color:#2b2b2b;text-align:center;font-size:8px;margin-top:0;width:12px;height:12px;background-color:#ffc400;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-footer .ticket-sidebar-open{z-index:0!important}.mobile-footer__active{transition:all .1s ease;color:#76af2d}.mobile-footer__active path,.mobile-footer__active tspan{fill:#76af2d}.mobile-footer__active ellipse{stroke:#76af2d}.mobile-footer__active--ticket{transition:all .1s ease;color:#ffc400}.mobile-footer__active--ticket path,.mobile-footer__active--ticket tspan{fill:#ffc400}.mobile-footer__active--ticket ellipse{stroke:#ffc400}.verification-success-modal{background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.verification-success-modal__header{color:#8dc63f;padding:10px;display:flex;align-items:center;justify-content:center}.verification-success-modal .icon svg{height:80px}.verification-success-modal__desc{color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:center}.verification-success-modal__content{padding:10px;display:flex;align-items:center;justify-content:center}.monri-components-form{width:35%;background-color:#fff;border-radius:2px}@media (max-width: 768px){.monri-components-form{width:90%}}.monri-payment-mobile{width:100%;height:100%;z-index:1000;position:absolute;top:0;left:0;background-color:#1f1f1f;display:flex;align-items:center;justify-content:center}.monri-payment-mobile__error{display:flex;align-items:center;justify-content:center;height:100%;font-family:DM Sans;text-align:center;color:#fe0e0e}.monri-payment-mobile__response-text{font-family:DM Sans;font-size:20px;-webkit-font-smoothing:auto;color:#00a551;text-align:center}.info-bar{width:100%;overflow-x:hidden;border:1px solid rgb(52,59,70);border-top-left-radius:10px;border-top-right-radius:10px}.info-bar .description{height:28px;background-color:#191a1e}.info-bar .description__item{font-weight:500;font-size:14px;line-height:18.2px;letter-spacing:0;color:#8fc045;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.info-bar .description__item:not(:last-child){border-right:1px solid rgb(52,59,70)}.info-bar .value{height:28px}.info-bar .value__item{font-family:IBM Plex Sans;font-weight:400;font-size:14px;line-height:18.2px;letter-spacing:0;color:#fff}.info-bar .value__item:not(:last-child){border-right:1px solid #343b46}.info-bar .wrapper{height:100%}@media (min-width: 1200px){.info-bar .wrapper{width:85%;margin:auto}}.cancel-withdrawal{background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.cancel-withdrawal__header{color:#8dc63f;padding:10px;display:flex;align-items:center;justify-content:center}.cancel-withdrawal__desc{color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:center}.cancel-withdrawal__content{padding:10px;display:flex;align-items:center;justify-content:center}.credit__amount__title{color:#fab138}.credit__amount__box{position:relative;height:48px;gap:10px;text-align:center;color:#fefffb;background:#2a2a2a;border:1px solid rgb(248,170,56);border-radius:5px}.credit__amount__box .currency{position:absolute;right:5px;color:#8da765}.credit__bank-form{width:100%}.credit__bank-form input::-webkit-input-placeholder{color:#30323a}.credit__bank-form input::-moz-placeholder{color:#30323a}.credit__bank-form input:-ms-input-placeholder{color:#30323a}.credit__bank-form input::-ms-input-placeholder{color:#30323a}.credit__bank-form input::placeholder{color:#30323a}@media (max-width: 768px){.credit__bank-form .form-item{flex-direction:column}}.payments-container{background:linear-gradient(141.21deg,#1f2631 .63%,#1e1e1e 99.37%);border-radius:10px;padding:20px 10px}.payments-container .header{text-align:center;color:#8dc63f;padding:20px 10px}.payments-container h5{text-align:center;color:#fff}.payments-container .section-body{width:100%;max-width:310px;padding:20px 10px;margin:auto}.withdraw .header{color:#fdfff9}.withdraw .withdraw-box{width:100%;font-weight:400;font-size:14px;line-height:18.2px;letter-spacing:0;color:#fff;font-family:IBM Plex Sans;-webkit-font-smoothing:auto;border:1px solid rgb(52,59,70)}.withdraw .withdraw-box .yellow-item{color:#fdd334}.withdraw .withdraw-box .description{height:28px;background:linear-gradient(89.95deg,#0a0a0a87 .03%,#0a0a0a87 50.47%,#272b3373 68.75%,#272b3396 99.97%)}.withdraw .withdraw-box .description__item:not(:last-child){border-right:1px solid rgb(52,59,70)}.withdraw .withdraw-box .value{height:24px}.withdraw .withdraw-box .value__item{line-height:100%}.withdraw .withdraw-box .value__item:not(:last-child){border-right:1px solid rgb(52,59,70)}.bank-credit-placeholder{background-color:#303030;position:absolute;left:0;top:0;width:100%;height:100%}.bank-credit-placeholder__error{color:#fff;display:flex;align-items:center;justify-content:center;height:100%}.cookies-banner{width:100%;padding:20px 0;position:fixed;bottom:0;z-index:1000;-webkit-animation:slideToTop .6s;-moz-animation:slideToTop .6s;-o-animation:slideToTop .6s;animation:slideToTop .6s}.cookies-banner__description{width:90%;margin:auto;text-align:center;color:#fff}@media (min-width: 992px){.cookies-banner__description{width:70%}}.cookies-banner__btn{margin:18px auto auto}.app-idle-content{padding:20px}.logate-chat{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;z-index:101;background-color:#8dc63f}.home-carousel{position:relative;margin-block:3rem 5rem}.home-carousel>img{width:100%;height:auto;border-radius:8px}.page-card{flex-grow:1;flex-basis:0;min-width:0;border:2px solid rgb(141,198,63);border-radius:8px}.page-card>.title{font-size:1.6rem;color:#8dc63f}.page-card>.description{flex-grow:1}.page-card>.description>p{font-size:1.4vw}.home-footer{position:relative;padding-block:2.5rem;padding-inline:6.5rem}.home-footer>.web-address-container{position:absolute;top:-36px;width:calc(100% - 8rem)}.home-footer>.web-address-container>.web-address{border:2px solid rgb(141,198,63);border-radius:36px;padding-block:8px;background-color:#1f1f1f;font-size:2rem}.home-footer>.web-address-container>.established{position:relative;right:32px;margin-block:12px;border:1px solid rgb(141,198,63);border-radius:8px;padding-inline:8px}.home-footer>.footer-content>.follow-us{font-size:3rem;color:#1f1f1f}.home-footer>.footer-content>.follow-us .social-network-icon{margin-inline-start:16px;border-radius:50%;padding:8px;background-color:#1f1f1f}.home-footer>.footer-content .call-center-icon>svg{height:70px;fill:#1f1f1f}.home-footer>.footer-content .call-center{position:relative;border-radius:10px;padding-block:8px;padding-inline:20px;font-size:1.5rem;background-color:#1f1f1f;color:#8dc63f}.home{overflow:auto;font-family:Oswald;-webkit-font-smoothing:auto;line-height:1;color:#fff}.home .cards{gap:1rem}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.date-picker-wrapper{width:100%;box-sizing:border-box;outline:none;border:.4px solid transparent}.date-picker-wrapper.date-picker-rounded{border-radius:5px}.date-picker-wrapper.date-picker-default{background:#1e1e1e}.date-picker-wrapper.date-picker-regular{height:48px;padding:10px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.date-picker-wrapper .logo{width:18.75px;height:18.75px}.react-datepicker{border-color:transparent}.react-datepicker-wrapper{width:100%}.react-datepicker__input-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.react-datepicker__input-container input{font-size:14px;font-weight:400;color:#fff;background-color:transparent;border:none;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.react-datepicker__input-container input:focus-visible{outline:none;border:none}.react-datepicker__header{background-color:transparent;border-bottom-color:transparent;padding:12px 0 4px}.react-datepicker__current-month,.react-datepicker-year-header{font-weight:400}h2.react-datepicker__current-month{margin-bottom:16px}.react-datepicker__day-name,.react-datepicker__day{color:#000000de;width:2.13rem;line-height:2.13rem}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:50%;background-color:#fff}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:400;border:1px solid rgba(0,0,0,.6);border-radius:50%}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:50%;background-color:#97de3c}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#97de3c}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:50%;background-color:#97de3c80;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#97de3c80}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#97de3c80}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#00000061}.react-datepicker__close-icon{position:relative;display:flex;align-items:center;justify-content:center;padding:0;margin-right:6px}.react-datepicker__close-icon:hover{border-radius:50%;background-color:#353739}.react-datepicker__close-icon:after{background-color:transparent}.ticket-status-filter{gap:32px}.ticket-status-filter__item{padding:4px 24px;margin-left:12px;color:#fff;cursor:pointer}.ticket-status-filter__item:first-child{margin-left:0}.ticket-status-filter__item.active{border:1px solid;border-color:#2a78d4;border-radius:16px}@media (min-width: 1200px){.ticket-status-filter__item.active{border-color:#fff;box-shadow:0 2px 4px #00713e}}.ticket-status-filter__datepicker{min-width:160px;background-color:#303030;border:1px solid #454545;color:#fff;padding:6px 16px;outline:none;border-radius:2px}@keyframes roll{to{transform:rotate(360deg)}}@keyframes bounce{50%{transform:translateY(100px)}}@keyframes shadowScale{50%{transform:scaleX(1);opacity:.8}}@keyframes slideRight{0%{transform:translate(100%);right:100%}to{right:0;transform:translate(0)}}@keyframes slideLeft{0%{transform:translate(-100%);left:-100%}to{left:0;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideToTop{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes liveAnimation{0%{fill:#fff}50%{fill:#76af2d}to{fill:#fff}}@keyframes bumpAnimation{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.section-header{height:30px;gap:8px;border-top-left-radius:10px;border-top-right-radius:10px;padding-inline:10px;border-top-width:1px;border-right-width:1px;border-left-width:1px;background:#8fc045;line-height:19.5px;letter-spacing:0%;background:linear-gradient(88.71deg,#1f3400 -44.56%,#1f2021 60.3%);width:inherit;display:flex;align-items:center;justify-content:center;color:#fff}@media (min-width: 992px){.section-header{justify-content:space-between;color:#acf439;border:0 1px 1px 1px solid rgb(0,0,0);border-left:none;border-right:none}}@media (max-width: 576px){.section-header{padding:8px 16px}}.section-header__cart-icon{position:relative}.section-header__cart-icon-count{width:15px;height:15px;position:absolute;top:-10px;right:-8px;display:flex;justify-content:center;align-items:center;background-color:#ff4702;color:#fff;border-radius:50%;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.section-header .bumpAnimation{-webkit-animation:bumpAnimation .3s;-moz-animation:bumpAnimation .3s;-o-animation:bumpAnimation .3s;animation:bumpAnimation .3s;animation-iteration-count:1}.user-ticket-mobile{color:#fff}.user-ticket-mobile .border-b{border-bottom:1px solid #a2a2a2}.main-content{overflow-y:auto;overflow-x:hidden;height:100%;display:flex;flex-direction:column;flex-grow:1}.main-content__body{position:relative;flex-direction:column;overflow-y:auto;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.main-content__content{gap:30px;width:100%;max-width:755px;background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border:1px solid rgb(52,59,70);border-radius:10px;padding:30px 47px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.main-content__content{padding:10px 10px 60px;box-sizing:border-box}}.main-content__content.has-header{border-top-left-radius:0}.user-ticket-overview{height:100%;display:flex;flex-direction:column;flex-grow:1}.user-ticket-overview__count{display:flex;justify-content:flex-end;padding:10px;color:#fff;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.user-ticket-overview__body{overflow-y:auto;height:calc(100vh - 310px)}@media (min-width: 576px){.user-ticket-overview__body{height:calc(100vh - 340px)}}.user-ticket-overview__body td{padding:12px 0}@media (min-width: 768px){.user-ticket-overview__body{height:calc(100vh - 220px)}}.user-ticket-overview .table{border-spacing:0;color:#fff;width:100%;overflow-x:hidden;border:1px solid rgb(52,59,70);border-radius:10px}.user-ticket-overview .table .thead{height:28px;text-align:center;background-color:#191a1e}.user-ticket-overview .table .tr{height:100%}.user-ticket-overview .table .td{display:flex;text-align:center;align-items:center;justify-content:center;width:100%;height:38px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.user-ticket-overview .table .th{height:100%;font-weight:500;font-size:14px;line-height:18.2px;letter-spacing:0;color:#8fc045;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.user-ticket-overview .table .th:not(:last-child){border-right:1px solid rgb(52,59,70)}.user-ticket-overview .table .tbody .even{border-top:1px solid rgb(52,59,70);border-bottom:1px solid rgb(52,59,70)}.user-ticket-overview .table .tbody .even .td:not(:last-child){border-right:1px solid rgb(52,59,70)}.user-ticket-overview .select{min-width:75px}@media (min-width: 768px){.user-ticket-overview .select{min-width:120px}}@media (min-width: 992px){.user-ticket-overview .select{min-width:100px}}@media (min-width: 1200px){.user-ticket-overview .select{min-width:135px}}.user-ticket-overview .select::placeholder{color:#a9acbe;font-style:italic}.promo-code{gap:15px;padding:108px 0}.promo-code .button-wrapper{max-width:135px;width:100%;height:48px}.transactions-filter{display:flex;align-items:center;gap:9px}.transactions-filter .select{min-width:100%}@media (min-width: 768px){.transactions-filter .select{min-width:120px}}@media (min-width: 992px){.transactions-filter .select{min-width:100px}}@media (min-width: 1200px){.transactions-filter .select{min-width:135px}}@media (max-width: 576px){.transactions-filter{padding:16px}}.transactions-table .table{width:100%;border-spacing:0;color:#fff}.transactions-table .table .thead{height:28px;text-align:center;background-color:#191a1e}.transactions-table .table .tr{width:100%}.transactions-table .table .td{display:flex;text-align:center;align-items:center;justify-content:center;width:100%;height:28px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.transactions-table .table .th{height:100%;font-weight:500;font-size:14px;line-height:18.2px;letter-spacing:0;color:#8fc045;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.transactions-table .table .th:not(:last-child){border-right:1px solid rgb(52,59,70)}.transactions-table .table .tbody .even{border-top:1px solid rgb(52,59,70);border-bottom:1px solid rgb(52,59,70)}.transactions-table .table .tbody .even .td:not(:last-child){border-right:1px solid rgb(52,59,70)}.transactions-mobile{min-height:100%;overflow-y:auto}.transactions-mobile__header{height:40px}.transactions-mobile__body{padding:8px 0;border-bottom:1px solid #454545}.account-details .__wrapper{padding:50px 0;width:100%;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}@media (min-width: 992px){.account-details .__wrapper{width:80%;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}}@media (min-width: 1200px){.account-details .__wrapper{width:50%;font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto}}.account-details .input{min-height:38px;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}@media (min-width: 992px){.account-details .input{font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}}@media (min-width: 1200px){.account-details .input{font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto}}@media (max-width: 576px){.account-details{max-height:calc(100vh - 130px)}}.account-details .first-section{display:grid;grid-template-columns:2fr 2fr}.account-details .display-info .__value{background-color:#a2a2a2;min-height:38px;display:flex;align-items:center;padding:0 10px}.account-details .submit-btn{margin-left:60px}.account-details .save-changes-wrapper{width:65%;margin-left:60px;padding:16px 0;color:#fff;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}@media (max-width: 576px){.account-details .save-changes-wrapper{width:auto;margin-left:0;padding:16px}}.user-settings .mobile-item{border:1px solid #00ffce;padding:4px 16px;border-radius:24px;color:#fff;margin-bottom:8px;display:flex;align-items:center;background-color:#00a551}.item-mobile{height:95px;display:flex;align-items:start;padding:10px;margin:24px 10px;background-color:#2b2b2b;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,.5);box-shadow:0 0 4px #00000080;border-radius:4px}.item-mobile-expanded{height:100%;display:flex;align-items:start;padding:10px;margin:24px 10px;background-color:#2b2b2b;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,.5);box-shadow:0 0 4px #00000080;border-radius:4px}@media (min-width: 768px){.item-mobile{height:120px}}@media (min-width: 992px){.item-mobile{display:none}}.item-mobile-image{width:95px;height:95px;border-radius:4px}@media (min-width: 768px){.item-mobile-image{width:110px;height:110px}}.item-mobile-content{width:100%;height:100%;margin-left:14px;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.item-mobile-content-title{width:100%;display:flex;justify-content:space-between;padding-bottom:2px;border-bottom:1px solid #454652}.item-mobile-content-description{display:flex;height:74%;min-height:70px;position:relative}.item-mobile-content-description-main{width:45%;overflow:hidden;line-height:1.2}.item-mobile-content-description-actions{width:55%;display:flex;justify-content:end;align-items:end}.single-order-modal{border-radius:10px;background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);padding:20px 10px}.single-order-modal .header{color:#8dc63f;padding:10px}.single-order-modal .point{color:#8dc63f}.single-order-modal__item{display:none}@media (min-width: 992px){.single-order-modal__item{display:flex;flex-direction:row;gap:10px;min-height:181px;height:100%;border-radius:9px;background:#272b30;padding:10px}}.single-order-modal__item-image{border-radius:9px;width:161px;height:170px}.single-order-modal__item-content{width:100%;height:100%;font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto}.single-order-modal__item-content .title{color:#fed438}.single-order-modal__item-content .price{font-weight:600;color:#7db436}.single-order-modal__items::-webkit-scrollbar{display:none}.market-history-mobile{color:#fff}.market-history-mobile .border-b{border-bottom:1px solid #a2a2a2}.market-history{height:100%;display:flex;flex-direction:column;flex-grow:1}.market-history__count{display:flex;justify-content:flex-end;padding:10px;color:#fff;font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.market-history__body{overflow-y:auto;height:calc(100vh - 150px)}@media (min-width: 576px){.market-history__body{height:calc(100vh - 340px)}}.market-history__body td{padding:12px 0}@media (min-width: 768px){.market-history__body{height:calc(100vh - 220px)}}.market-history .table{width:100%;border-spacing:0;color:#fff}.market-history .table .tr{background-color:#303030}.market-history .table .tr :last-child td{border-bottom:0}.market-history .table .th,.market-history .table .td{text-align:left;padding:8px}.market-history .table .th:first-child,.market-history .table .td:first-child{padding-left:28px}.market-history .table .td{font-family:DM Sans;font-size:12px;-webkit-font-smoothing:auto}.market-history .table .th{font-family:DM Sans;font-size:14px;-webkit-font-smoothing:auto;font-weight:600;background-color:#2b2b2b}.market-history .table .tbody .even{background-color:#454545}.market-history .select{min-width:75px}@media (min-width: 768px){.market-history .select{min-width:120px}}@media (min-width: 992px){.market-history .select{min-width:100px}}@media (min-width: 1200px){.market-history .select{min-width:135px}}.market-history .select::placeholder{color:#a9acbe;font-style:italic}.market-item-box{box-sizing:border-box;height:30px;color:#fff;border:1px solid rgb(52,59,70);padding:5px 10px;margin-bottom:10px}.market-item-box.selected{background:linear-gradient(88.48deg,#45730052 -44.8%,#1f20219e 120.52%)}.wrap-modal-class{height:90vh;margin:auto}.wrap-inside-class{height:100vh}.order-history-table .table{border-spacing:0;color:#fff;width:100%;overflow-x:hidden;border:1px solid rgb(52,59,70);border-radius:10px}.order-history-table .table .thead{height:28px;text-align:center;background:linear-gradient(89.95deg,#0a0a0a .03%,#2c2c2c 50.47%,#2d2d2d 68.75%,#2d2d2d 99.97%)}.order-history-table .table .tr{height:100%}.order-history-table .table .td{display:flex;text-align:center;align-items:center;justify-content:center;font-size:14px;width:100%;height:28px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.order-history-table .table .th{height:100%;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;color:#8fc045;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.order-history-table .table .th:not(:last-child){border-right:1px solid rgb(52,59,70)}.order-history-table .table .tbody .even{border-top:1px solid rgb(52,59,70);border-bottom:1px solid rgb(52,59,70)}.order-history-table .table .tbody .even .td:not(:last-child){border-right:1px solid rgb(52,59,70)}.market{padding:60px 0 120px;margin:auto}.market__content{grid-row-gap:10px;grid-column-gap:30px;max-width:815px;width:100%;padding:10px;margin:auto}.market__item-desktop{display:none;position:relative;border-radius:16px;background:#10181c}@media (min-width: 992px){.market__item-desktop{width:225px;margin:auto;display:block}}@media (min-width: 1200px){.market__item-desktop{width:225px}}.market__item-desktop .market-container{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:180px}.market__item-desktop .market-container img{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:100%}.market__item-desktop .info{padding:10px}.market__item-desktop .info .info-name{color:#fed438}.market__item-desktop .info .info-price{line-height:100%;letter-spacing:0}.market__item-desktop .info .info-price .price{color:#7db436}.market__item-desktop .info .description:hover{z-index:1}.market__item-desktop-flag{position:absolute;top:7px;right:7px}.market__item-desktop-image{width:100%;height:180px}.market__item-desktop-hover{position:absolute;height:100%;width:100%;border-radius:16px;background-color:#000000a3;border:.4px solid rgb(254,212,56);box-sizing:border-box}.market__item-desktop-hover .custom-button{width:190px}.market .tooltip{width:200px;z-index:3}.rc-tooltip{z-index:3}.cart-wrapper{height:100%;padding-bottom:72px;position:relative}.cart-wrapper .cart{max-height:410px;overflow-y:auto}.cart-wrapper .cart__item{display:none}@media (min-width: 992px){.cart-wrapper .cart__item{display:flex;flex-direction:row;gap:10px;height:181px;border-radius:9px;background:#272b30;padding:10px}}.cart-wrapper .cart__item-image{border-radius:9px;width:161px;height:170px}.cart-wrapper .cart__item-content,.cart-wrapper .cart__item-content .header{gap:17px}.cart-wrapper .cart__item-content .title{color:#fed438}.cart-wrapper .cart__item-content .price{font-weight:600;color:#7db436}.cart-wrapper .cart__item-content .custom-button{width:134px;height:48px;color:#8dc63f;z-index:1;border-radius:4px;background:linear-gradient(90deg,#4dad33,#84bd42 84%,#8fc045)}.cart-wrapper .cart__item-content .custom-button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:3px;z-index:-1;background:#272b30}.cart-wrapper .cart::-webkit-scrollbar{display:none}.cart-wrapper .cart{-ms-overflow-style:none;scrollbar-width:none}.cart-wrapper .actions{width:100%}.cart-wrapper .actions .price{font-weight:600;color:#7db436}.cart-wrapper .actions .custom-button{width:230px}.change-password{max-width:720px}.change-password__button{font-size:20px;width:129px;height:48px}.responsible-gambling-form{padding:56px 0}.responsible-gambling-form .item{background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);border-radius:10px;border:1px solid rgb(52,59,70)}.responsible-gambling-form .item .header{height:15px;color:#8fc045;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#191a1e;padding:5px 10px;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.responsible-gambling-form .item .limits{gap:5px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%);padding:10px}.responsible-gambling-form .item .limits .limit{gap:2px}.responsible-gambling-form .item .limits .limit .spending-container{gap:6px;padding:7px 10px}.responsible-gambling-form .new-limits-box{width:max-content;border-radius:10px;background:#323232;padding:10px}.responsible-gambling-form .new-limits-box p{font-weight:600;line-height:100%;letter-spacing:0;vertical-align:bottom;color:#fdd334}.responsible-gambling-form .limit-message{font-weight:300;font-size:14px;color:#fdd334;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.responsible-gambling-form .pause-message{color:#fdd334}.button-wrapper{max-width:129px;width:100%;height:48px}.debit-filter{max-width:850px;height:36px}.debit-filter__item{font-family:IBM Plex Sans;font-weight:700;font-size:16px;line-height:100%;letter-spacing:0;text-transform:capitalize;color:#9e9f9d;max-width:216px;width:100%;height:100%;gap:10px;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-bottom-width:0;border-style:solid;border-color:#343b46;background:linear-gradient(141.21deg,#1f2630 .63%,#1e1e1e 99.37%)}.debit-filter__item__active{color:#8fc045}.debit-filter__item:first-child{border-top-left-radius:13px}.debit-filter__item:last-child{border-top-right-radius:13px}.amount-container{gap:30px}.amount-input{width:100%;height:68px;color:#fff}.amount-input .amount-input-title{font-family:IBM Plex Sans;font-weight:500;font-size:14px;line-height:18.2px;letter-spacing:0;color:#607187}.amount-input .custom_amount{gap:20px}.amount-input .custom_amount__input{border-radius:10px}.amount-input .custom_amount__button{height:48px;max-width:129px;font-size:18px}.amount-picker{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;width:100%}.amount-picker__button{position:relative;box-sizing:border-box;height:48px;max-width:245px;font-family:DIN Condensed;font-weight:700;font-size:20px;line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;z-index:1;color:#fff;cursor:pointer;transition:all .3s;border:1px solid rgb(119,176,45);outline:none;border-radius:8px;background:transparent}.amount-picker__button:hover{border:none;background:linear-gradient(90deg,#b9fc93,#8dc63f)}.amount-picker__button:hover:before{background:linear-gradient(103.15deg,#c4f875 -18.92%,#4dad33 113.16%)}.amount-picker__button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:7px;z-index:-1}.amount-picker__selected{border:none;background:linear-gradient(90deg,#41b300,#8dc63f)}.amount-picker__selected:before{background:linear-gradient(107.68deg,#8fc045 2.7%,#4dad33 97.32%)}.balance{gap:6px;width:100%;overflow-x:hidden}.balance .status-wrapper{width:100%;max-width:244px}.balance .status-wrapper .status-title{line-height:18.2px;letter-spacing:0;color:#fab138}.balance .status-wrapper .status-amount{position:relative;height:48px;border-radius:5px;border:1px solid rgb(248,170,56);background:#1e1e1e}.balance .status-wrapper .status-amount p{padding:0;font-weight:700;font-size:16px;line-height:20.8px;letter-spacing:0;text-align:center;color:#fff;font-family:IBM Plex Sans;-webkit-font-smoothing:auto}.balance .status-wrapper .status-amount p.currency{position:absolute;right:10px;font-size:12px;line-height:100%;color:#8da765}.credit-payments-note{position:relative;padding:5px 10px;border-radius:4px;border:1px solid rgb(141,198,63);width:131px;height:38px}.credit-payments-note span{font-family:DIN Condensed;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#8dc63f;font-family:DIN Condensed}.verification{display:flex;flex-direction:column;align-items:center;width:100%;overflow-y:auto;background-color:#303030}.verification__in-progress{min-height:40vh;color:#fff;font-family:DM Sans;font-size:16px;-webkit-font-smoothing:auto;font-weight:600;font-size:20px;display:flex;align-items:center;justify-content:center}.verification .custom-button{width:max-content}.verification iframe{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;z-index:10;border:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:overlay!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p,h1,h2,h3,h4,h5,h6,ul,li{padding:0;margin:0;font-size:100%}ul{list-style:none}a{text-decoration:none;color:inherit}
