:root{--plyr-color-main:#336341}.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,html{font-size:1.5rem;line-height:2rem;text-transform:none;letter-spacing:normal;font-weight:400;color:#212b36}@media(min-width:40em){body,html{font-size:1.4rem}}body,button,html{font-family:Sofia Pro,Helvetica,Arial,sans-serif}html{position:relative;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;text-rendering:optimizeLegibility}body{min-height:100%;margin:0;padding:0;background-color:#f4f6f8}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:1em;font-weight:400}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none}body,html{height:unset;min-height:unset;max-width:100%;width:100%}body{background-color:#f4f2f0;color:#000;font-family:Sofia Pro,Helvetica,Arial,sans-serif;font-size:16px;min-width:320px}#root,.app{display:flex;flex-direction:column;min-height:100vh}li{list-style:none}.link{color:#28c382;display:inline-block;text-decoration:underline}.link:hover{opacity:.7}img.size-full{height:auto!important;width:100%!important}.cross-fade-leave{opacity:1}.cross-fade-leave.cross-fade-leave-active{opacity:0;transition:opacity .5s ease-in}.cross-fade-enter{opacity:0}.cross-fade-enter.cross-fade-enter-active{opacity:1;transition:opacity .5s ease-in}.cross-fade-height{transition:height .5s ease-in-out}.grecaptcha-badge{visibility:hidden}[data-country=AR]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23338af3;%7D.cls-3%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect class='cls-2' y='133.33' width='300' height='66.67'/%3E%3Cpolygon class='cls-3' points='173.91 100 164.14 104.6 169.34 114.06 158.73 112.03 157.39 122.75 150 114.86 142.61 122.75 141.27 112.03 130.66 114.06 135.86 104.59 126.09 100 135.86 95.4 130.66 85.94 141.26 87.97 142.61 77.25 150 85.14 157.39 77.25 158.73 87.97 169.34 85.94 164.14 95.4 173.91 100'/%3E%3C/svg%3E")}[data-country=AU]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23fff;%7D.cls-3%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M130.9,100l.47-.54-.48.54Z'/%3E%3Cpolygon class='cls-2' points='110.87 124.56 117.29 137.99 131.79 134.64 125.3 148.03 136.96 157.28 122.44 160.55 122.48 175.43 110.87 166.12 99.26 175.43 99.3 160.55 84.78 157.28 96.44 148.03 89.95 134.64 104.45 137.99 110.87 124.56'/%3E%3Cpolygon class='cls-2' points='226.8 141.24 229.87 147.65 236.78 146.05 233.68 152.43 239.25 156.84 232.32 158.41 232.34 165.5 226.8 161.06 221.26 165.5 221.28 158.41 214.36 156.84 219.92 152.43 216.82 146.05 223.74 147.65 226.8 141.24'/%3E%3Cpolygon class='cls-2' points='198.31 73.31 201.38 79.71 208.29 78.11 205.19 84.5 210.75 88.91 203.83 90.47 203.85 97.57 198.31 93.13 192.78 97.57 192.79 90.47 185.87 88.91 191.43 84.5 188.33 78.11 195.25 79.71 198.31 73.31'/%3E%3Cpolygon class='cls-2' points='226.8 34.49 229.87 40.9 236.78 39.3 233.68 45.69 239.25 50.09 232.32 51.66 232.34 58.75 226.8 54.31 221.26 58.75 221.28 51.66 214.36 50.09 219.92 45.69 216.82 39.3 223.74 40.9 226.8 34.49'/%3E%3Cpolygon class='cls-2' points='251.69 63.61 254.75 70.01 261.67 68.41 258.57 74.8 264.13 79.21 257.21 80.77 257.23 87.87 251.69 83.43 246.15 87.87 246.17 80.77 239.25 79.21 244.81 74.8 241.71 68.41 248.63 70.01 251.69 63.61'/%3E%3Cpolygon class='cls-2' points='233.89 97.57 236.3 104.98 244.1 104.98 237.79 109.57 240.2 116.98 233.89 112.4 227.59 116.98 230 109.57 223.69 104.98 231.49 104.98 233.89 97.57'/%3E%3Cpolygon class='cls-2' points='150 0 150 17.9 123.53 32.61 150 32.61 150 67.39 115.37 67.39 150 86.63 150 100 134.37 100 91.3 76.08 91.3 100 58.7 100 58.7 71.54 7.47 100 0 100 0 82.1 26.46 67.39 0 67.39 0 32.61 34.63 32.61 0 13.36 0 0 15.63 0 58.7 23.92 58.7 0 91.3 0 91.3 28.46 142.53 0 150 0'/%3E%3Cpolygon class='cls-3' points='84.38 0 65.63 0 65.63 40.62 0 40.62 0 59.37 65.63 59.37 65.63 100 84.38 100 84.38 59.37 150 59.37 150 40.62 84.38 40.62 84.38 0'/%3E%3Cpolygon class='cls-1' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-2' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-3' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-3' points='42.1 67.39 0 90.78 0 100 0 100 58.7 67.39 42.1 67.39'/%3E%3Cpolygon class='cls-1' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-2' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-3' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-3' points='107.9 32.61 150 9.22 150 0 150 0 91.3 32.61 107.9 32.61'/%3E%3C/svg%3E")}[data-country=AT]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect class='cls-2' y='133.33' width='300' height='66.67'/%3E%3C/svg%3E")}[data-country=BB]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffda44;%7D.cls-2%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='100' height='200'/%3E%3Crect class='cls-2' x='200' width='100' height='200'/%3E%3Cpath d='M180.43,60.87l5.84,2.91-5.84-2.91L174.6,58c-.35.7-8,16.2-9.21,39.87h-8.87V60.87L150,52.17l-6.52,8.7V97.82h-8.87c-1.24-23.67-8.86-39.17-9.21-39.87l-11.67,5.83c.08.16,8,16.3,8,40.57v6.52h21.74v36.95h13V110.87h21.74v-6.52a109.66,109.66,0,0,1,4-29.36,72.33,72.33,0,0,1,4-11.22Z'/%3E%3C/svg%3E")}[data-country=BE]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffda44;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='199.99'/%3E%3Crect width='100' height='200'/%3E%3Crect class='cls-2' x='200' width='100' height='200'/%3E%3C/svg%3E")}[data-country=BR]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236da544;%7D.cls-2%7Bfill:%23ffda44;%7D.cls-3%7Bfill:%23fff;%7D.cls-4%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='150 44.73 225 100 150 155.26 75 100 150 44.73'/%3E%3Ccircle class='cls-3' cx='150' cy='100' r='31.58' transform='translate(49.52 249.67) rotate(-89.81)'/%3E%3Cpath class='cls-4' d='M134.21,98a53.12,53.12,0,0,0-15.78,2.39,31.57,31.57,0,0,0,57.43,17.7A53.23,53.23,0,0,0,134.21,98Z'/%3E%3Cpath class='cls-4' d='M181,106.05a31.58,31.58,0,0,0-60-18.52,65.1,65.1,0,0,1,60,18.52Z'/%3E%3C/svg%3E")}[data-country=CA]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='199.99'/%3E%3Crect class='cls-2' width='100' height='200'/%3E%3Crect class='cls-2' x='200' width='100' height='200'/%3E%3Cpolygon class='cls-2' points='168.75 113.89 187.5 104.51 178.13 99.83 178.13 90.45 159.38 99.83 168.75 81.08 159.38 81.08 150 67.02 140.63 81.08 131.25 81.08 140.63 99.83 121.88 90.45 121.88 99.83 112.5 104.51 131.25 113.89 126.56 123.26 145.31 123.26 145.31 137.33 154.69 137.33 154.69 123.26 173.44 123.26 168.75 113.89'/%3E%3C/svg%3E")}[data-country=CN]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='104.84 61.08 113.42 87.5 141.22 87.5 118.73 103.84 127.32 130.27 104.84 113.94 82.36 130.27 90.94 103.84 68.46 87.5 96.25 87.5 104.84 61.08'/%3E%3Cpolygon class='cls-2' points='158.97 148.98 150.53 142.85 142.1 148.98 145.32 139.07 136.89 132.94 147.31 132.94 150.53 123.03 153.75 132.94 164.18 132.94 155.75 139.07 158.97 148.98'/%3E%3Cpolygon class='cls-2' points='180.96 118.71 170.54 118.71 167.32 128.62 164.1 118.71 153.68 118.71 162.11 112.58 158.89 102.67 167.32 108.8 175.75 102.67 172.53 112.58 180.96 118.71'/%3E%3Cpolygon class='cls-2' points='180.96 81.29 172.53 87.41 175.75 97.32 167.32 91.2 158.89 97.33 162.11 87.41 153.68 81.29 164.1 81.29 167.32 71.38 170.54 81.29 180.96 81.29'/%3E%3Cpolygon class='cls-2' points='158.97 51.02 155.75 60.93 164.18 67.05 153.75 67.05 150.53 76.96 147.31 67.05 136.89 67.05 145.32 60.93 142.1 51.01 150.53 57.14 158.97 51.02'/%3E%3C/svg%3E")}[data-country=CY]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fcfcfc;%7D.cls-2%7Bfill:%236da544;%7D.cls-3%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M206.25,87h-13a43.27,43.27,0,0,1-86.54,0h-13a56.28,56.28,0,0,0,40.89,54.13,14.39,14.39,0,0,0,1.5,15.71l14.15-11.33,14.14,11.33A14.39,14.39,0,0,0,165.86,141,56.28,56.28,0,0,0,206.25,87Z'/%3E%3Cpath class='cls-3' d='M115.38,82.71s0,21.64,21.64,21.64l4.33,4.33H150s4.33-13,13-13c0,0,0-8.65,8.65-8.65h13s-4.33-17.31,17.3-30.29l-8.65-4.32S163,74.06,141.35,69.73v8.66h-8.66l-4.32-4.33Z'/%3E%3C/svg%3E")}[data-country=CZ]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='300 100 300 200 0 200 126.08 100 300 100'/%3E%3Cpolygon class='cls-3' points='300 0 300 100 126.08 100 0 0 300 0'/%3E%3C/svg%3E")}[data-country=DK]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='112.5 0 75 0 75 81.25 0 81.25 0 118.75 75 118.75 75 200 112.5 200 112.5 118.75 300 118.75 300 81.25 112.5 81.25 112.5 0'/%3E%3C/svg%3E")}[data-country=EG]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%23ff9811;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect y='133.33' width='300' height='66.67'/%3E%3Cpath class='cls-3' d='M187.5,88.45H159.38a9.38,9.38,0,0,0-18.76,0H112.5a9.65,9.65,0,0,0,9.69,9.38h-.31a9.37,9.37,0,0,0,9.37,9.37,9.38,9.38,0,0,0,9.37,9.38h18.76a9.38,9.38,0,0,0,9.37-9.38,9.37,9.37,0,0,0,9.37-9.37h-.31A9.65,9.65,0,0,0,187.5,88.45Z'/%3E%3C/svg%3E")}[data-country=EU]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='1.74' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='151.74 43.75 154.73 52.95 164.41 52.95 156.58 58.65 159.57 67.85 151.74 62.16 143.9 67.85 146.9 58.65 139.06 52.95 148.74 52.95 151.74 43.75'/%3E%3Cpolygon class='cls-2' points='111.96 60.22 120.59 64.62 127.43 57.77 125.92 67.33 134.55 71.73 124.98 73.25 123.47 82.81 119.07 74.18 109.51 75.69 116.36 68.85 111.96 60.22'/%3E%3Cpolygon class='cls-2' points='95.49 100 104.69 97 104.69 87.32 110.39 95.16 119.59 92.17 113.9 100 119.59 107.83 110.39 104.84 104.69 112.67 104.69 102.99 95.49 100'/%3E%3Cpolygon class='cls-2' points='111.96 139.77 116.36 131.14 109.51 124.3 119.07 125.81 123.47 117.19 124.98 126.75 134.55 128.26 125.92 132.66 127.43 142.22 120.59 135.38 111.96 139.77'/%3E%3Cpolygon class='cls-2' points='151.74 156.25 148.74 147.04 139.06 147.04 146.9 141.35 143.9 132.14 151.74 137.83 159.57 132.14 156.58 141.35 164.41 147.04 154.73 147.04 151.74 156.25'/%3E%3Cpolygon class='cls-2' points='191.51 139.77 182.88 135.38 176.04 142.22 177.55 132.66 168.93 128.26 178.49 126.75 180 117.19 184.4 125.81 193.96 124.3 187.12 131.15 191.51 139.77'/%3E%3Cpolygon class='cls-2' points='207.99 100 198.78 102.99 198.78 112.67 193.09 104.84 183.88 107.83 189.57 100 183.88 92.17 193.09 95.16 198.78 87.32 198.78 97.01 207.99 100'/%3E%3Cpolygon class='cls-2' points='191.51 60.22 187.12 68.85 193.96 75.69 184.4 74.18 180 82.81 178.49 73.25 168.93 71.73 177.55 67.33 176.04 57.77 182.88 64.62 191.51 60.22'/%3E%3C/svg%3E")}[data-country=FI]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%232e52b2;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='300 87.5 300 112.5 107.61 112.5 107.61 200 82.6 200 82.6 112.5 0 112.5 0 87.5 82.6 87.5 82.6 0 107.61 0 107.61 87.5 300 87.5'/%3E%3C/svg%3E")}[data-country=FR]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%230052b4;%7D.cls-3%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='100' height='200'/%3E%3Crect class='cls-3' x='200' width='100' height='200'/%3E%3C/svg%3E")}[data-country=DE]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect width='300' height='66.66'/%3E%3Crect class='cls-2' y='133.33' width='300' height='66.66'/%3E%3C/svg%3E")}[data-country=HK]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M160.32,75.65C158.05,85.1,154,83.3,152,91.54A21.74,21.74,0,1,1,162.2,49.27C158.23,65.76,162.36,67.19,160.32,75.65Z'/%3E%3Cpath class='cls-2' d='M130,82.65c8.29,5.09,5.33,8.37,12.56,12.8a21.74,21.74,0,0,1-37.07-22.73C120,81.59,122.62,78.11,130,82.65Z'/%3E%3Cpath class='cls-2' d='M127.33,113.63c7.4-6.32,9.61-2.48,16.06-8a21.74,21.74,0,0,1-33.07,28.23C123.21,122.86,120.72,119.27,127.33,113.63Z'/%3E%3Cpath class='cls-2' d='M156,125.76c-3.72-9,.61-9.89-2.63-17.73A21.74,21.74,0,0,1,170,148.21C163.47,132.54,159.28,133.8,156,125.76Z'/%3E%3Cpath class='cls-2' d='M176.35,102.29c-9.69.76-9.23-3.64-17.68-3A21.74,21.74,0,1,1,202,95.92C185.11,97.24,185,101.61,176.35,102.29Z'/%3E%3C/svg%3E")}[data-country=HU]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%236da544;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect class='cls-3' y='133.33' width='300' height='66.67'/%3E%3C/svg%3E")}[data-country=IN]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23ff9811;%7D.cls-3%7Bfill:%236da544;%7D.cls-4%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect class='cls-3' y='133.33' width='300' height='66.67'/%3E%3Ccircle class='cls-4' cx='150' cy='100' r='25.72'/%3E%3Ccircle class='cls-1' cx='150' cy='100' r='16.07' transform='translate(49.52 249.68) rotate(-89.81)'/%3E%3Cpolygon class='cls-4' points='150 80.16 154.96 91.41 167.18 90.08 159.92 100 167.18 109.92 154.96 108.59 150 119.84 145.04 108.59 132.82 109.92 140.08 100 132.82 90.08 145.04 91.41 150 80.16'/%3E%3C/svg%3E")}[data-country=ID]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23a2001d;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='100'/%3E%3C/svg%3E")}[data-country=IE]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%236da544;%7D.cls-3%7Bfill:%23ff9811;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='199.99'/%3E%3Crect class='cls-2' width='100' height='200'/%3E%3Crect class='cls-3' x='200' width='100' height='200'/%3E%3C/svg%3E")}[data-country=IL]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%232e52b2;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M187.5,78.35h-25L150,56.7,137.5,78.35h-25L125,100l-12.5,21.65h25L150,143.3l12.5-21.65h25L175,100ZM165.36,100l-7.68,13.3H142.32L134.64,100l7.68-13.3h15.36ZM150,73.4l2.86,4.95h-5.72ZM127,86.7h5.72l-2.86,5Zm0,26.6,2.86-5,2.86,5Zm23,13.3-2.86-4.95h5.72Zm23-13.3h-5.72l2.86-5Zm-5.72-26.6H173l-2.86,5Z'/%3E%3Crect class='cls-2' y='12.5' width='300' height='25'/%3E%3Crect class='cls-2' y='162.49' width='300' height='25'/%3E%3C/svg%3E")}[data-country=IT]{background-image:url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cpath fill='%23fff' d='M0 0h300v199.99H0z'/%3E%3Cpath fill='%236da544' d='M0 0h100v200H0z'/%3E%3Cpath fill='%23d80027' d='M200 0h100v200H200z'/%3E%3C/svg%3E")}[data-country=JP]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Ccircle class='cls-2' cx='150' cy='100' r='56.25'/%3E%3C/svg%3E")}[data-country=MY]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%230052b4;%7D.cls-4%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' y='25' width='300' height='25'/%3E%3Crect class='cls-2' y='75' width='300' height='25'/%3E%3Crect class='cls-2' y='124.99' width='300' height='25'/%3E%3Crect class='cls-2' y='175' width='300' height='25'/%3E%3Crect class='cls-3' width='150' height='107.69'/%3E%3Cpath class='cls-4' d='M82.57,78.57A24.73,24.73,0,1,1,94.33,32.09a30.44,30.44,0,1,0,0,43.51A24.55,24.55,0,0,1,82.57,78.57Z'/%3E%3Cpolygon class='cls-4' points='89.54 36.45 93.93 45.63 103.84 43.34 99.4 52.5 107.38 58.82 97.45 61.06 97.48 71.23 89.54 64.87 81.6 71.23 81.63 61.06 71.7 58.82 79.67 52.5 75.23 43.34 85.15 45.63 89.54 36.45'/%3E%3C/svg%3E")}[data-country=MX]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%236da544;%7D.cls-3%7Bfill:%23fff;%7D.cls-4%7Bfill:%23ff9811;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='200 0 100 0 0 0 0 200 100 200 200 200 300 200 300 0 200 0'/%3E%3Crect class='cls-2' width='100' height='200'/%3E%3Crect class='cls-3' x='100' width='100' height='200'/%3E%3Cpath class='cls-2' d='M121.88,100a28.12,28.12,0,0,0,56.24,0V90.62H121.88Z'/%3E%3Cpath class='cls-4' d='M187.5,81.25H159.38a9.38,9.38,0,0,0-18.76,0H112.5a9.64,9.64,0,0,0,9.69,9.37h-.31a9.37,9.37,0,0,0,9.37,9.38,9.38,9.38,0,0,0,9.37,9.37h18.76a9.38,9.38,0,0,0,9.37-9.37,9.37,9.37,0,0,0,9.37-9.38h-.31A9.64,9.64,0,0,0,187.5,81.25Z'/%3E%3C/svg%3E")}[data-country=NL]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23a2001d;%7D.cls-3%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.67'/%3E%3Crect class='cls-3' y='133.33' width='300' height='66.67'/%3E%3C/svg%3E")}[data-country=NZ]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='249.2 86.96 251.19 93.07 257.61 93.07 252.41 96.85 254.4 102.95 249.2 99.18 244 102.95 245.99 96.85 240.79 93.07 247.21 93.07 249.2 86.96'/%3E%3Cpolygon class='cls-2' points='226.24 130.95 229.21 140.11 238.85 140.11 231.05 145.78 234.03 154.94 226.24 149.28 218.44 154.94 221.42 145.78 213.62 140.11 223.26 140.11 226.24 130.95'/%3E%3Cpolygon class='cls-2' points='227.1 58.97 229.58 66.61 237.61 66.61 231.12 71.33 233.6 78.96 227.1 74.24 220.6 78.96 223.09 71.33 216.59 66.61 224.62 66.61 227.1 58.97'/%3E%3Cpolygon class='cls-2' points='205 86.69 207.98 95.86 217.62 95.86 209.82 101.52 212.8 110.69 205 105.02 197.21 110.69 200.19 101.52 192.39 95.86 202.03 95.86 205 86.69'/%3E%3Cpolygon class='cls-3' points='150 0 150 17.91 123.53 32.61 150 32.61 150 67.39 115.36 67.39 150 86.63 150 100 134.36 100 91.31 76.07 91.31 100 58.7 100 58.7 71.53 7.47 100 0 100 0 82.09 26.47 67.39 0 67.39 0 32.61 34.63 32.61 0 13.37 0 0 15.63 0 58.7 23.93 58.7 0 91.31 0 91.31 28.46 142.53 0 150 0'/%3E%3Cpolygon class='cls-2' points='84.38 0 65.63 0 65.63 40.63 0 40.63 0 59.37 65.63 59.37 65.63 100 84.38 100 84.38 59.37 150 59.37 150 40.63 84.38 40.63 84.38 0'/%3E%3Cpolygon class='cls-1' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-3' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-2' points='91.3 67.39 150 100 150 90.78 107.9 67.39 91.3 67.39'/%3E%3Cpolygon class='cls-2' points='42.1 67.39 0 90.78 0 100 0 100 58.7 67.39 42.1 67.39'/%3E%3Cpolygon class='cls-1' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-3' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-2' points='58.7 32.61 0 0 0 9.22 42.1 32.61 58.7 32.61'/%3E%3Cpolygon class='cls-2' points='107.9 32.61 150 9.22 150 0 150 0 91.3 32.61 107.9 32.61'/%3E%3C/svg%3E")}[data-country=NO]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23fff;%7D.cls-3%7Bfill:%232e52b2;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='300 123.37 118.47 123.37 118.47 200 107.61 200 82.6 200 71.74 200 71.74 123.37 0 123.37 0 112.5 0 87.5 0 76.63 71.74 76.63 71.74 0 82.6 0 107.61 0 118.47 0 118.47 76.63 300 76.63 300 87.5 300 112.5 300 123.37'/%3E%3Cpolygon class='cls-3' points='300 87.5 300 112.5 107.61 112.5 107.61 200 82.6 200 82.6 112.5 0 112.5 0 87.5 82.6 87.5 82.6 0 107.61 0 107.61 87.5 300 87.5'/%3E%3C/svg%3E")}[data-country=PL]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-1' width='300' height='100'/%3E%3Crect class='cls-2' y='100' width='300' height='100'/%3E%3C/svg%3E")}[data-country=PT]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%236da544;%7D.cls-3%7Bfill:%23ffda44;%7D.cls-4%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='0.16' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='115.22 0.15 115.22 103.42 115.22 200.16 0 200.16 0 0.15 115.22 0.15'/%3E%3Ccircle class='cls-3' cx='115.22' cy='100.16' r='37.5' transform='translate(14.91 215.24) rotate(-89.92)'/%3E%3Cpath class='cls-1' d='M94.12,81.41v23.43a21.1,21.1,0,1,0,42.19,0V81.41Z'/%3E%3Cpath class='cls-4' d='M115.22,111.87a7,7,0,0,1-7-7V95.47h14.06v9.37A7,7,0,0,1,115.22,111.87Z'/%3E%3C/svg%3E")}[data-country=SA]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236da544;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M107.55,119.56a12.89,12.89,0,0,0,12.73,13.05h38.21a10.75,10.75,0,0,0,10.62,10.87h12.73a10.74,10.74,0,0,0,10.61-10.87V119.56Z'/%3E%3Cpath class='cls-2' d='M193.51,56.52V87a8.6,8.6,0,0,1-8.49,8.7v13c11.71,0,21.23-9.75,21.23-21.74V56.52Z'/%3E%3Cpath class='cls-2' d='M102.24,87a8.61,8.61,0,0,1-8.49,8.7v13c11.7,0,21.23-9.75,21.23-21.74V56.52H102.24V87Z'/%3E%3Crect class='cls-2' x='174.41' y='56.52' width='12.74' height='30.43'/%3E%3Cpath class='cls-2' d='M155.31,73.91a2.13,2.13,0,1,1-4.25,0V56.52H138.33V73.91a2.13,2.13,0,1,1-4.25,0V56.52H121.34V73.91A15.06,15.06,0,0,0,136.2,89.13a14.55,14.55,0,0,0,8.49-2.74A14.37,14.37,0,0,0,155.06,89a8.54,8.54,0,0,1-8.24,6.65v13c11.7,0,21.22-9.75,21.22-21.74V56.52H155.31V73.91Z'/%3E%3Crect class='cls-2' x='121.34' y='95.65' width='19.1' height='13.04'/%3E%3C/svg%3E")}[data-country=RS]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%23fff;%7D.cls-4%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.66'/%3E%3Crect class='cls-3' y='133.33' width='300' height='66.66'/%3E%3Cpath class='cls-2' d='M75.86,56.52V106.4c0,28.38,37.07,37.07,37.07,37.07S150,134.78,150,106.4V56.52Z'/%3E%3Cpolygon class='cls-4' points='91.19 65.22 134.67 65.22 134.67 47.83 125.97 52.17 112.93 39.13 99.89 52.17 91.19 47.83 91.19 65.22'/%3E%3Cpolygon class='cls-4' points='141.31 113.35 113.04 85.09 84.78 113.35 94.01 122.57 113.04 103.53 132.08 122.57 141.31 113.35'/%3E%3Cpath class='cls-3' d='M141.3,87H128.12a8.69,8.69,0,1,0-15.19-8.45A8.69,8.69,0,1,0,97.74,87h-13a9,9,0,0,0,9,8.7h-.29a8.69,8.69,0,0,0,8.69,8.69,8.69,8.69,0,0,0,7.09,8.54l-6.85,15.47a28.23,28.23,0,0,0,21.27,0l-6.85-15.47a8.68,8.68,0,0,0,7.08-8.54,8.7,8.7,0,0,0,8.7-8.69h-.29A8.94,8.94,0,0,0,141.3,87Z'/%3E%3C/svg%3E")}[data-country=SG]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='100'/%3E%3Cpath class='cls-1' d='M48.91,50A30.45,30.45,0,0,1,72.83,20.27,30.43,30.43,0,1,0,66.3,80.43a31.25,31.25,0,0,0,6.53-.7A30.45,30.45,0,0,1,48.91,50Z'/%3E%3Cpolygon class='cls-1' points='88.04 21.74 90.2 28.38 97.19 28.38 91.54 32.49 93.69 39.13 88.04 35.02 82.39 39.13 84.55 32.49 78.9 28.38 85.89 28.38 88.04 21.74'/%3E%3Cpolygon class='cls-1' points='71.1 34.78 73.26 41.42 80.24 41.42 74.59 45.53 76.75 52.17 71.1 48.07 65.45 52.17 67.61 45.53 61.96 41.42 68.94 41.42 71.1 34.78'/%3E%3Cpolygon class='cls-1' points='104.99 34.78 107.15 41.42 114.13 41.42 108.48 45.53 110.64 52.17 104.99 48.07 99.34 52.17 101.5 45.53 95.84 41.42 102.83 41.42 104.99 34.78'/%3E%3Cpolygon class='cls-1' points='98.47 54.35 100.62 60.99 107.61 60.99 101.96 65.1 104.12 71.74 98.47 67.63 92.81 71.74 94.97 65.1 89.32 60.99 96.31 60.99 98.47 54.35'/%3E%3Cpolygon class='cls-1' points='77.62 54.35 79.78 60.99 86.76 60.99 81.11 65.1 83.27 71.74 77.62 67.63 71.97 71.74 74.13 65.1 68.48 60.99 75.46 60.99 77.62 54.35'/%3E%3C/svg%3E")}[data-country=ZA]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23ffda44;%7D.cls-3%7Bfill:%236da544;%7D.cls-4%7Bfill:%230052b4;%7D.cls-5%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon points='66.81 100 0 33.16 0 166.85 66.81 100'/%3E%3Cpolygon class='cls-2' points='94.45 100 0 5.49 0 33.16 66.81 100 0 166.85 0 194.47 94.45 100'/%3E%3Cpath class='cls-3' d='M298.73,119.57h0c0-.26.47-.52,1.27-.78V80.43H130.43L50,0H0V5.49L94.45,100,0,194.48V200H50l80.43-80.43Z'/%3E%3Cpolygon class='cls-4' points='294.83 139.13 138.53 139.13 77.67 200 300 200 300 139.13 294.83 139.13'/%3E%3Cpolygon class='cls-5' points='294.83 60.87 300 60.87 300 0 77.67 0 138.53 60.87 294.83 60.87'/%3E%3C/svg%3E")}[data-country=KR]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpath class='cls-2' d='M186.52,100c0,9.13-16.35,31.95-36.52,31.95S113.48,109.13,113.48,100a36.52,36.52,0,0,1,73,0Z'/%3E%3Cpath class='cls-3' d='M186.52,100a36.52,36.52,0,0,1-73,0'/%3E%3Crect x='189.96' y='126.1' width='13.7' height='9.13' transform='translate(-34.75 177.44) rotate(-45)'/%3E%3Crect x='173.82' y='142.24' width='13.7' height='9.13' transform='translate(-50.89 170.75) rotate(-45)'/%3E%3Crect x='209.33' y='145.46' width='13.7' height='9.13' transform='translate(-42.77 196.8) rotate(-45)'/%3E%3Crect x='193.19' y='161.61' width='13.7' height='9.13' transform='translate(-58.91 190.12) rotate(-45)'/%3E%3Crect x='199.65' y='135.78' width='13.7' height='9.13' transform='translate(-38.76 187.12) rotate(-45)'/%3E%3Crect x='183.5' y='151.92' width='13.7' height='9.13' transform='translate(-54.9 180.43) rotate(-45)'/%3E%3Crect x='193.86' y='33.31' width='9.13' height='36.52' transform='translate(21.65 155.42) rotate(-45)'/%3E%3Crect x='176.11' y='46.34' width='9.13' height='13.7' transform='translate(15.31 143.33) rotate(-45)'/%3E%3Crect x='192.24' y='62.48' width='9.13' height='13.7' transform='translate(8.62 159.47) rotate(-45)'/%3E%3Crect x='195.46' y='26.97' width='9.13' height='13.7' transform='translate(34.67 151.35) rotate(-45)'/%3E%3Crect x='211.61' y='43.11' width='9.13' height='13.7' transform='translate(27.99 167.49) rotate(-45)'/%3E%3Crect x='87.33' y='139.84' width='9.13' height='36.52' transform='translate(-84.88 111.29) rotate(-45)'/%3E%3Crect x='105.08' y='149.64' width='9.13' height='13.7' transform='translate(-78.54 123.36) rotate(-45)'/%3E%3Crect x='88.94' y='133.5' width='9.13' height='13.7' transform='translate(-71.85 107.23) rotate(-45)'/%3E%3Crect x='106.7' y='120.48' width='9.13' height='36.52' transform='translate(-65.51 119.31) rotate(-45)'/%3E%3Crect x='73.64' y='37.32' width='36.52' height='9.13' transform='translate(-2.7 77.25) rotate(-45)'/%3E%3Crect x='83.31' y='47.01' width='36.52' height='9.13' transform='translate(-6.72 86.93) rotate(-45)'/%3E%3Crect x='93' y='56.69' width='36.52' height='9.13' transform='translate(-10.73 96.61) rotate(-45)'/%3E%3C/svg%3E")}[data-country=ES]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffda44;%7D.cls-2%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.66'/%3E%3Crect class='cls-2' y='133.33' width='300' height='66.66'/%3E%3C/svg%3E")}[data-country=SE]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230052b4;%7D.cls-2%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='112.5 0 75 0 75 81.25 0 81.25 0 118.75 75 118.75 75 200 112.5 200 112.5 118.75 300 118.75 300 81.25 112.5 81.25 112.5 0'/%3E%3C/svg%3E")}[data-country=CH]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='208.7 80.44 169.56 80.44 169.56 41.3 130.44 41.3 130.44 80.44 91.3 80.44 91.3 119.56 130.44 119.56 130.44 158.7 169.56 158.7 169.56 119.56 208.7 119.56 208.7 80.44'/%3E%3C/svg%3E")}[data-country=TW]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%230052b4;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='150' height='100'/%3E%3Cpolygon class='cls-3' points='109.24 50 95.25 56.58 102.7 70.13 87.51 67.22 85.58 82.57 75 71.28 64.42 82.57 62.49 67.22 47.3 70.13 54.75 56.58 40.76 50 54.75 43.42 47.3 29.87 62.49 32.78 64.42 17.43 75 28.72 85.58 17.43 87.51 32.78 102.7 29.87 95.25 43.42 109.24 50'/%3E%3Ccircle class='cls-2' cx='75' cy='50' r='17'/%3E%3Cpath class='cls-3' d='M75,61.36A11.36,11.36,0,1,1,86.36,50,11.38,11.38,0,0,1,75,61.36Z'/%3E%3C/svg%3E")}[data-country=TH]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%230052b4;%7D.cls-3%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' y='63.7' width='300' height='72.59'/%3E%3Crect class='cls-3' width='300' height='31.95'/%3E%3Crect class='cls-3' y='168.05' width='300' height='31.95'/%3E%3C/svg%3E")}[data-country=TR]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='144.85 77.02 155.16 91.23 171.85 85.82 161.53 100.01 171.84 114.22 155.15 108.78 144.82 122.98 144.83 105.42 128.15 99.99 144.84 94.58 144.85 77.02'/%3E%3Cpath class='cls-2' d='M116.72,135.51a35.51,35.51,0,1,1,16.89-66.75,43.7,43.7,0,1,0,0,62.48A35.37,35.37,0,0,1,116.72,135.51Z'/%3E%3C/svg%3E")}[data-country=AE]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%236da544;%7D.cls-3%7Bfill:%23a2001d;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' width='300' height='66.66'/%3E%3Crect y='133.33' width='300' height='66.66'/%3E%3Crect class='cls-3' width='100' height='200'/%3E%3C/svg%3E")}[data-country=GB]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f0f0f0;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%230052b4;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Cpolygon class='cls-2' points='168.75 0 131.25 0 131.25 81.25 0 81.25 0 118.75 131.25 118.75 131.25 200 168.75 200 168.75 118.75 300 118.75 300 81.25 168.75 81.25 168.75 0'/%3E%3Cpolygon class='cls-3' points='230.73 134.78 300 173.26 300 134.78 230.73 134.78'/%3E%3Cpolygon class='cls-3' points='182.61 134.78 300 200 300 181.55 215.81 134.78 182.61 134.78'/%3E%3Cpolygon class='cls-3' points='268.73 200 182.61 152.15 182.61 200 268.73 200'/%3E%3Cpolygon class='cls-1' points='182.61 134.78 300 200 300 181.55 215.81 134.78 182.61 134.78'/%3E%3Cpolygon class='cls-2' points='182.61 134.78 300 200 300 181.55 215.81 134.78 182.61 134.78'/%3E%3Cpolygon class='cls-3' points='52.93 134.78 0 164.19 0 134.78 52.93 134.78'/%3E%3Cpolygon class='cls-3' points='117.39 143.07 117.39 200 14.94 200 117.39 143.07'/%3E%3Cpolygon class='cls-2' points='84.19 134.78 0 181.55 0 200 0 200 117.39 134.78 84.19 134.78'/%3E%3Cpolygon class='cls-3' points='69.27 65.22 0 26.73 0 65.22 69.27 65.22'/%3E%3Cpolygon class='cls-3' points='117.39 65.22 0 0 0 18.44 84.19 65.22 117.39 65.22'/%3E%3Cpolygon class='cls-3' points='31.27 0 117.39 47.85 117.39 0 31.27 0'/%3E%3Cpolygon class='cls-1' points='117.39 65.22 0 0 0 18.44 84.19 65.22 117.39 65.22'/%3E%3Cpolygon class='cls-2' points='117.39 65.22 0 0 0 18.44 84.19 65.22 117.39 65.22'/%3E%3Cpolygon class='cls-3' points='247.07 65.22 300 35.81 300 65.22 247.07 65.22'/%3E%3Cpolygon class='cls-3' points='182.61 56.92 182.61 0 285.06 0 182.61 56.92'/%3E%3Cpolygon class='cls-2' points='215.81 65.22 300 18.44 300 0 300 0 182.61 65.22 215.81 65.22'/%3E%3C/svg%3E")}[data-country=US]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23d80027;%7D.cls-3%7Bfill:%232e52b2;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='300' height='200'/%3E%3Crect class='cls-2' y='25' width='300' height='25'/%3E%3Crect class='cls-2' y='75' width='300' height='25'/%3E%3Crect class='cls-2' y='124.99' width='300' height='25'/%3E%3Crect class='cls-2' y='175' width='300' height='25'/%3E%3Crect class='cls-3' width='150' height='107.69'/%3E%3Cpolygon class='cls-1' points='58.49 44.12 56.07 51.55 48.26 51.55 54.58 56.14 52.17 63.57 58.49 58.98 64.81 63.57 62.39 56.14 68.72 51.55 60.9 51.55 58.49 44.12'/%3E%3Cpolygon class='cls-1' points='60.9 78.37 58.49 70.94 56.07 78.37 48.26 78.37 54.58 82.96 52.17 90.39 58.49 85.8 64.81 90.39 62.39 82.96 68.72 78.37 60.9 78.37'/%3E%3Cpolygon class='cls-1' points='27.88 78.37 25.46 70.94 23.05 78.37 15.23 78.37 21.56 82.96 19.14 90.39 25.46 85.8 31.78 90.39 29.37 82.96 35.69 78.37 27.88 78.37'/%3E%3Cpolygon class='cls-1' points='25.46 44.12 23.05 51.55 15.23 51.55 21.56 56.14 19.14 63.57 25.46 58.98 31.78 63.57 29.37 56.14 35.69 51.55 27.88 51.55 25.46 44.12'/%3E%3Cpolygon class='cls-1' points='58.49 17.3 56.07 24.73 48.26 24.73 54.58 29.32 52.17 36.75 58.49 32.16 64.81 36.75 62.39 29.32 68.72 24.73 60.9 24.73 58.49 17.3'/%3E%3Cpolygon class='cls-1' points='25.46 17.3 23.05 24.73 15.23 24.73 21.56 29.32 19.14 36.75 25.46 32.16 31.78 36.75 29.37 29.32 35.69 24.73 27.88 24.73 25.46 17.3'/%3E%3Cpolygon class='cls-1' points='91.51 44.12 89.1 51.55 81.28 51.55 87.61 56.14 85.19 63.57 91.51 58.98 97.83 63.57 95.42 56.14 101.74 51.55 93.93 51.55 91.51 44.12'/%3E%3Cpolygon class='cls-1' points='93.93 78.37 91.51 70.94 89.1 78.37 81.28 78.37 87.61 82.96 85.19 90.39 91.51 85.8 97.83 90.39 95.42 82.96 101.74 78.37 93.93 78.37'/%3E%3Cpolygon class='cls-1' points='126.95 78.37 124.54 70.94 122.12 78.37 114.31 78.37 120.63 82.96 118.22 90.39 124.54 85.8 130.86 90.39 128.44 82.96 134.76 78.37 126.95 78.37'/%3E%3Cpolygon class='cls-1' points='124.54 44.12 122.12 51.55 114.31 51.55 120.63 56.14 118.22 63.57 124.54 58.98 130.86 63.57 128.44 56.14 134.76 51.55 126.95 51.55 124.54 44.12'/%3E%3Cpolygon class='cls-1' points='91.51 17.3 89.1 24.73 81.28 24.73 87.61 29.32 85.19 36.75 91.51 32.16 97.83 36.75 95.42 29.32 101.74 24.73 93.93 24.73 91.51 17.3'/%3E%3Cpolygon class='cls-1' points='124.54 17.3 122.12 24.73 114.31 24.73 120.63 29.32 118.22 36.75 124.54 32.16 130.86 36.75 128.44 29.32 134.76 24.73 126.95 24.73 124.54 17.3'/%3E%3C/svg%3E")}[data-country=VN]{background-image:url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d80027;%7D.cls-2%7Bfill:%23ffda44;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='115.22 0 0 0 0 200 115.22 200 300 200 300 0 115.22 0'/%3E%3Cpolygon class='cls-2' points='150 42.15 163.28 83.02 206.25 83.02 171.49 108.28 184.76 149.15 150 123.89 115.23 149.15 128.51 108.28 93.75 83.02 136.72 83.02 150 42.15'/%3E%3C/svg%3E")}[data-country=BG]{background-image:url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cpath fill='%23fff' d='M0 0h300v200H0z'/%3E%3Cpath fill='%236da544' d='M0 66.5h300v67H0z'/%3E%3Cpath fill='%23d80027' d='M0 133h300v67H0z'/%3E%3C/svg%3E")}[data-country=RO]{background-image:url("data:image/svg+xml,%3Csvg data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3E%3Cpath fill='%23ffda44' d='M0 0h300v200H0z'/%3E%3Cpath fill='%230052b4' d='M0 0h100v200H0z'/%3E%3Cpath fill='%23d80027' d='M200 0h100v200H200z'/%3E%3C/svg%3E")}[data-reach-dialog-overlay]{z-index:9999;display:flex;justify-content:center}[data-reach-dialog-content]{margin:auto!important;max-height:100vh!important}@media only screen and (min-width:480px){[data-reach-dialog-content]{max-height:calc(100vh - 60px)!important}}.bodyLogin{min-height:940px;position:relative}@media only screen and (max-width:725px){.bodyLogin{min-height:1030px}}@media only screen and (max-width:567px){.bodyLogin{min-height:1060px}}@media only screen and (max-width:440px){.bodyLogin{min-height:1100px}}@media only screen and (max-width:380px){.bodyLogin{min-height:1190px}}.bodyMountains{min-height:800px;position:relative}@media only screen and (min-width:768px){.bodyMountains{min-height:900px}}.bodyMountainsTall{min-height:980px;position:relative}@media only screen and (min-width:768px){.bodyMountainsTall{min-height:1000px}}.bodyDefaultProfile{background:#9ad7dc;background:linear-gradient(180deg,#12abdb,#e9e3dc 790px)}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress .bar{background:#28c382}#nprogress .peg{box-shadow:0 0 10px #28c382,0 0 5px #28c382}#nprogress .spinner{top:10px;right:10px}#nprogress .spinner-icon{border-left-color:#28c382;border-top-color:#28c382;border-width:3px;height:20px;width:20px}.Toastify__toast-container--bottom-center{margin-left:auto;text-align:center;transform:translateX(-50%);width:unset;z-index:9999999999999}@media only screen and (max-width:600px){.Toastify__toast-container--bottom-center{margin-bottom:20px;transform:translateX(20px);width:calc(100% - 40px)}}.Toastify__toast{border-radius:99px;font-family:inherit;min-height:unset;padding:15px 35px}.Toastify__toast--success{background:#28c382}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{overflow:hidden;margin:0;padding:0!important}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0);transition:height .2s ease}.slick-track{align-items:center;display:flex;left:0;top:0}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.forest-slider .slick-cloned{opacity:0}.forest-slider .slick-track{align-items:flex-start}.forest-slider .slick-list{overflow:visible}.StripeElement{background:#fff;border:.1rem solid #c4cdd5;box-shadow:inset 0 1px 0 0 rgba(99,115,129,.05);color:#000;display:block;font-family:Sofia Pro;margin:4px 0 0;outline:0;padding:14px 16px;position:relative;transition:all .15s ease}.StripeElement:after{border:.2rem solid #4bceeb;bottom:-.2rem;content:"";left:-.2rem;opacity:0;pointer-events:none;position:absolute;right:-.2rem;top:-.2rem;transition:opacity .2s cubic-bezier(.64,0,.35,1)}.StripeElement--focus:after{opacity:1}.Wrapper_wrapper__TlrIR{margin:0 auto;max-width:800px;padding:0 16px;position:relative;width:100%}.Wrapper_wrapperExtraSmall__rPUUv{max-width:582px}.Wrapper_wrapperSmall__Iaua1{max-width:700px}.Wrapper_wrapperLarge__zDt_q{max-width:1000px}.Wrapper_wrapperExtraLarge__kLj6p{max-width:1180px}.Wrapper_newWrapperExtraLarge__dh7wL{max-width:1224px}.Wrapper_wrapperNoPadding__iQR7e{padding:0}.CountryChangeModal_selectedText__wCC3W{font-size:14px;position:relative;top:-2px}.Text_text__WEwXc{font-size:18px;line-height:1.3}.Text_textHeading__t0GPS{font-size:36px;font-weight:700}.Text_textSubeading__U_rue{font-size:28px;font-weight:400}.Text_textCenter__U3ckY{text-align:center}.Text_marginBottom__gh_Rp{margin-bottom:20px}.CountryChangeButton_locationButton__OdJRn{background:#f7f7f7;border:none;border-bottom:1px solid #e6e6e6;border-radius:0;cursor:pointer;display:block;padding:10px;text-align:left;width:100%}.CountryChangeButton_locationButton__OdJRn:hover{background:rgba(32,191,133,.1)}.CountryChangeButton_locationButton__OdJRn[data-is-selected=true]{background:rgba(32,191,133,.15);border:none;box-shadow:none;pointer-events:none}.CountryChangeButton_locationButton__OdJRn .CountryChangeButton_flag__Sxqyb{background-repeat:no-repeat;background-size:cover;display:inline-block;height:16px;margin:0 8px 0 4px;position:relative;top:2px;width:24px}.CountryChangeButton_locationButton__OdJRn .CountryChangeButton_currency__7nf28{opacity:.4}.EmailPopup_background__9jMtI{align-items:center;background:rgba(34,34,34,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999998;max-height:0;opacity:0}.EmailPopup_background__9jMtI.EmailPopup_show__dcp6i{max-height:unset;opacity:1;transition:opacity .4s}.EmailPopup_wrapper__MThZ3{background:#fff;border-radius:8px;display:none;flex:1 0;max-width:90vw;position:relative}.EmailPopup_background__9jMtI.EmailPopup_show__dcp6i .EmailPopup_wrapper__MThZ3{display:block}@media only screen and (min-width:480px){.EmailPopup_wrapper__MThZ3{max-width:460px}}@media only screen and (min-width:768px){.EmailPopup_wrapper__MThZ3{border-bottom-right-radius:0;border-top-right-radius:0;left:-140px}.EmailPopup_wrapper__MThZ3:after{background-image:url(/images/app/tree-planter.jpg);background-size:cover;background-position:100%;border-bottom-right-radius:8px;border-top-right-radius:8px;bottom:0;content:"";display:block;position:absolute;right:-280px;top:0;width:280px}}.EmailPopup_content__uC520{padding:30px}@media only screen and (min-width:480px){.EmailPopup_content__uC520{padding:40px}}.EmailPopup_title__YxmkT{font-size:24px;font-weight:700;margin-bottom:14px}@media only screen and (min-width:480px){.EmailPopup_title__YxmkT{font-size:30px;margin-bottom:17px}}.EmailPopup_text__XA0HV{font-size:15px;font-weight:300;margin-bottom:16px;line-height:1.5em}@media only screen and (min-width:768px){.EmailPopup_text__XA0HV{font-size:17px;max-width:340px}}.EmailPopup_form__CD7nv{max-width:300px}.EmailPopup_treePlanted__GAOMt{background:#f2f2f2;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;padding:20px 18px;align-items:center;width:100%}.EmailPopup_treePlanted__GAOMt:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.553 125.92'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c3d0cc;%7D.cls-2%7Bfill:%23009245;%7D.cls-3%7Bfill:%2339b54a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Epopup-tree%3C/title%3E%3Cellipse class='cls-1' cx='63.776' cy='112.89' rx='63.776' ry='13.031'/%3E%3Cpath class='cls-2' d='M97.348,75.676s10.341-49.695,56.875-31.06C154.223,44.616,143.882,100.523,97.348,75.676Z' transform='translate(-36.224 -40.435)'/%3E%3Cpath class='cls-2' d='M53.4,41.51S89.592,53.934,94.763,72.57c0,0-15.512,12.424-31.023,0S53.4,41.51,53.4,41.51Z' transform='translate(-36.224 -40.435)'/%3E%3Cpath class='cls-3' d='M94.763,153.325V91.206s0-12.424-10.341-18.636S58.57,53.934,58.57,53.934L94.763,72.57s20.681-12.424,36.193-18.636l15.511-6.212L110.274,72.57l-5.17,6.212v74.543Z' transform='translate(-36.224 -40.435)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:40px;width:40px}@media only screen and (min-width:480px){.EmailPopup_treePlanted__GAOMt{padding:30px 40px}}.EmailPopup_treePlantedText__3CWsv{font-size:13px;opacity:.7;width:calc(100% - 40px);padding-left:20px}.EmailPopup_closeButton__7SeTy{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_1'%3E%3Cg id='svg_6'%3E%3Cellipse ry='6.981029' rx='7.169705' id='svg_3' cy='12.280067' cx='12.094338' stroke-opacity='null' stroke-width='null' stroke='null' fill='%23000000'/%3E%3Cpath fill='%23e6e6e6' id='svg_2' d='m12.000002,2.56603c-5.5,0 -10,4.5 -10,10c0,5.5 4.5,10 10,10s10,-4.5 10,-10c0,-5.5 -4.5,-10 -10,-10zm4.9,13.5l-1.4,1.4l-3.5,-3.5l-3.5,3.5l-1.4,-1.4l3.5,-3.5l-3.5,-3.5l1.4,-1.4l3.5,3.5l3.5,-3.5l1.4,1.4l-3.5,3.5l3.5,3.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-size:110%;border-radius:99px;border:none;cursor:pointer;height:30px;position:absolute;right:-15px;top:-15px;width:30px;z-index:9999999}@media only screen and (min-width:768px){.EmailPopup_closeButton__7SeTy{right:-295px}}.Button_button__7kVlL{background:#000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Sofia Pro,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;padding:10px 24px;min-height:48px;position:relative;text-decoration:none;z-index:1;align-items:center;justify-content:center}.Button_button__7kVlL:focus-visible{outline:2px solid #035f48;outline-offset:2px}.Button_button__7kVlL:hover{background-color:#000}.Button_invert__UpZs2{color:#000;border:1px solid #000;background:#fff}.Button_invert__UpZs2:hover{background-color:#f7f7f7}.Button_buttonWhite__eusNY{color:#222;background-color:#fff}.Button_buttonWhite__eusNY:hover{background-color:#ecf4f4}.Button_icon__hGAFN{fill:#fff;width:19px;height:19px;margin-right:7px;margin-top:1px}.Button_copyIcon__2dWkB{margin-left:8px}.Button_fullWidth__epmT6{width:100%}.Button_buttonPrimary__ke18g{background-color:#f73a54}.Button_buttonPrimary__ke18g:hover{background-color:#b92b3f}.Button_buttonGreen__xo8Mk{background-color:#28c382}.Button_buttonGreen2__LanXi,.Button_buttonGreen__xo8Mk:hover{background-color:#23a971}.Button_buttonGreen2__LanXi:hover{background-color:#209c69}.Button_buttonLightGreen__MVtL6{background-color:#107d61}.Button_buttonLightGreen__MVtL6:hover{background-color:#0e6f56}.Button_buttonDarkGreen__SYPJr{background-color:#035f48}.Button_buttonDarkGreen__SYPJr:hover{background-color:#04513e}.Button_buttonDarkBlue__HqGvo{background-color:#345b68}.Button_buttonDarkBlue__HqGvo:hover{background-color:#24373d}.Button_buttonRegular__acQxx{font-size:16px;padding:9px 17px 11px}.Button_buttonBorder__bHb88{border:1px solid #fff}.Button_buttonTextOnly__qsBGp,.Button_buttonTextWithUnderline__X2xL_{background:none;box-shadow:none;color:#000;outline:none}.Button_buttonTextOnly__qsBGp:hover,.Button_buttonTextWithUnderline__X2xL_:hover{background:none;opacity:.6}.Button_buttonPrimary__ke18g.Button_buttonTextWithUnderline__X2xL_,.Button_buttonTextOnly__qsBGp.Button_buttonPrimary__ke18g{color:#f73a54}.Button_buttonGreen__xo8Mk.Button_buttonTextWithUnderline__X2xL_,.Button_buttonTextOnly__qsBGp.Button_buttonGreen__xo8Mk{color:#28c382}.Button_buttonBorder__bHb88.Button_buttonTextWithUnderline__X2xL_,.Button_buttonTextOnly__qsBGp.Button_buttonBorder__bHb88{border:1px solid #000}.Button_buttonTextWithUnderline__X2xL_{padding:0;min-height:unset;font-weight:400;display:inline-block;font-size:14px;text-decoration:underline;cursor:pointer}.Button_buttonTextWithUnderline__X2xL_:hover{background:none;opacity:.6}@media only screen and (max-width:480px){.Button_buttonTextWithUnderline__X2xL_{font-size:12px}}.Button_buttonTextWithUnderline__X2xL_:focus-visible{outline:2px solid #035f48;outline-offset:2px}.Button_buttonTextWithUnderline__X2xL_:hover:enabled{opacity:80%}.Button_buttonTextOnlyWithArrow__V85LP{background:none;box-shadow:none;color:#28c382}.Button_buttonTextOnlyWithArrow__V85LP:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg height='512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2320BF85' d='M298.3 256L131.1 81.9c-4.2-4.3-4.1-11.4.2-15.8l29.9-30.6c4.3-4.4 11.3-4.5 15.5-.2L380.9 248c2.2 2.2 3.2 5.2 3 8.1.1 3-.9 5.9-3 8.1L176.7 476.8c-4.2 4.3-11.2 4.2-15.5-.2L131.3 446c-4.3-4.4-4.4-11.5-.2-15.8L298.3 256z'/%3E%3C/svg%3E");background-size:contain;bottom:-.2em;content:"";display:inline-block;height:1em;left:.2em;position:relative;width:1em}.Button_buttonTextOnlyWithArrow__V85LP:hover{background:none;opacity:.6}.Button_buttonDisabled__bCFUq{cursor:not-allowed;opacity:.5;pointer-events:none}.Button_buttonSpruce__SW_dr{background-color:#024232}.Button_buttonSpruce__SW_dr:hover{background-color:#024736}.Button_buttonSmall__gqLOo{font-size:14px;padding:9px 17px 11px}.Button_buttonLoading__Y9wWN{padding-bottom:11px;padding-top:16px}.Button_buttonSmall__gqLOo.Button_buttonLoading__Y9wWN{padding-top:10px;padding-bottom:6px}.Button_buttonBlockOnMobile__fWKYN,.Button_buttonBlock__QDD4K{display:block;text-align:center;width:100%}@media only screen and (min-width:480px){.Button_buttonBlockOnMobile__fWKYN{display:inline-block;width:auto}}.Button_buttonUnderline__Y2WBa{text-decoration:underline}.Button_buttonIconCircle__7pG8X{height:48px;width:48px;border-radius:50%}.Button_buttonIconCircle__7pG8X svg{position:absolute;margin:unset}.Modal_modalScrim__KxCWk{background:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999999}.Modal_modalHeaderSection__nxAFv{padding-top:40px;background:#f4f2f0}.Modal_closeButton__msKtX{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M10.41 9l7.3-7.29A1 1 0 1016.29.29L9 7.59 1.71.29A1 1 0 00.29 1.71L7.59 9l-7.3 7.29a1 1 0 000 1.42 1 1 0 001.42 0L9 10.41l7.29 7.3a1 1 0 001.42 0 1 1 0 000-1.42z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;height:20px;transition:opacity .3s ease;width:20px}.Modal_closeButton__msKtX:hover{opacity:.5}.Modal_closeButtonText__SqS_t{font-family:Sofia Pro;font-style:normal;font-weight:400;font-size:16px}.Modal_content__vhVEq{margin:0 auto;max-width:600px;padding:0 20px;position:relative;z-index:1}.Modal_contentCentered__FYIgd{display:flex;justify-content:center;align-items:center;flex-direction:column}
/*# sourceMappingURL=1409d8f97eff386f.css.map*/