/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2018, 3:29:32 PM
    Author     : mv
*/
@import '/style/fonts/moderna/stylesheet.css';
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
.trans {
  background: transparent;
  border: 0;
}
button {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .invisible-md {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}
.d-flex {
  display: flex;
}
.w-full {
  width: 100%;
  display: block;
}
.h-full {
  height: 100%;
}
/*** FLEX ***/
.flex {
  display: flex;
  width: 100%;
}
.flex .flex-grow {
  flex-grow: 1;
}
.vm,
.vertical-middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.vm-column {
  flex-direction: column;
  justify-content: center;
}
.fl-r {
  display: flex;
  flex-direction: row;
}
.fl-r-cen {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fli-r {
  display: inline-flex;
  flex-direction: row;
}
.fli-r-cen {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.fl-c {
  display: flex;
  flex-direction: column;
}
.fli-c {
  display: inline-flex;
  flex-direction: column;
}
.g-4 {
  gap: 4px;
}
.g-8 {
  gap: 8px;
}
.g-16 {
  gap: 16px;
}
.g-24 {
  gap: 24px;
}
.rg-8 {
  row-gap: 8px;
}
.rg-16 {
  row-gap: 16px;
}
.rg-24 {
  row-gap: 24px;
}
.jc-space-bet {
  justify-content: space-between;
}
.jc-end {
  justify-content: end;
}
.flg-1 {
  flex-grow: 1;
}
.flw-wrap {
  flex-wrap: wrap;
}
.ai-end {
  align-items: end;
}
/*** FLOATS ***/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*** TEXT ***/
.uppercase,
.text-uppercase {
  text-transform: uppercase;
}
.lowercase,
.text-lowercase {
  text-transform: lowercase;
}
.bold,
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ws-nowrap {
  white-space: nowrap;
}
.ff-special {
  font-family: 'Roboto Condensed';
}
.ff-sans {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
/*** SIZES ***/
.w-300 {
  width: 300px;
}
/*** BORDER ***/
.bb {
  border-bottom: 1px solid #dddddd;
}
.bt {
  border-top: 1px solid #dddddd;
}
.br-8 {
  border-radius: 8px;
}
/*** PADDING AND MARGINS ***/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx {
  margin-left: 8px;
  margin-right: 8px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px {
  padding-left: 8px;
  padding-right: 8px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mb-half {
  margin-bottom: 4px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-4 {
  padding: 32px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 32px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-4 {
  padding-left: 32px;
}
.ma {
  margin: 8px;
}
.ma-2 {
  margin: 16px;
}
.ma-4 {
  margin: 32px;
}
.mt {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mr {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 32px;
}
.ml {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 32px;
}
@media only screen and (min-width: 769px) {
  .pa-md {
    padding: 8px;
  }
  .pa-2-md {
    padding: 16px;
  }
  .pa-4-md {
    padding: 32px;
  }
  .pt-md {
    padding-top: 8px;
  }
  .pt-2-md {
    padding-top: 16px;
  }
  .pt-4-md {
    padding-top: 32px;
  }
  .pb-md {
    padding-bottom: 8px;
  }
  .pb-2-md {
    padding-bottom: 16px;
  }
  .pb-4-md {
    padding-bottom: 32px;
  }
  .pr-md {
    padding-right: 8px;
  }
  .pr-2-md {
    padding-right: 16px;
  }
  .pr-4-md {
    padding-right: 32px;
  }
  .pl-md {
    padding-left: 8px;
  }
  .pl-2-md {
    padding-left: 16px;
  }
  .pl-4-md {
    padding-left: 32px;
  }
  .ma-md {
    margin: 8px;
  }
  .ma-2-md {
    margin: 16px;
  }
  .ma-4-md {
    margin: 32px;
  }
  .mt-md {
    margin-top: 8px;
  }
  .mt-2-md {
    margin-top: 16px;
  }
  .mt-4-md {
    margin-top: 32px;
  }
  .mb-md {
    margin-bottom: 8px;
  }
  .mb-2-md {
    margin-bottom: 16px;
  }
  .mb-4-md {
    margin-bottom: 32px;
  }
  .mr-md {
    margin-right: 8px;
  }
  .mr-2-md {
    margin-right: 16px;
  }
  .mr-4-md {
    margin-right: 32px;
  }
  .ml-md {
    margin-left: 8px;
  }
  .ml-2-md {
    margin-left: 16px;
  }
  .ml-4-md {
    margin-left: 32px;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-900 {
  font-weight: 900;
}
.fw-bold {
  font-weight: bold;
}
.fa {
  font-weight: 900 !important;
}
/*** COLORS ***/
.c-white,
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.c-black,
.color-black {
  color: black;
}
.bg-black {
  background-color: black;
}
.c-main,
.color-main {
  color: #3e5368;
}
.bg-main {
  background-color: #3e5368;
}
.c-live,
.color-live {
  color: #fff251;
}
.bg-live {
  background-color: #fff251;
}
.c-success,
.color-success {
  color: #7ed321;
}
.bg-success {
  background-color: #7ed321;
}
.c-error,
.color-error {
  color: #ff5d30;
}
.bg-error {
  background-color: #ff5d30;
}
.c-999,
.color-999 {
  color: #999;
}
.bg-999 {
  background-color: #999;
}
.c-444,
.color-444 {
  color: #444;
}
.bg-444 {
  background-color: #444;
}
.c-696,
.color-696 {
  color: #696;
}
.bg-696 {
  background-color: #696;
}
.c-dark-gray,
.color-dark-gray {
  color: #3c4453;
}
.bg-dark-gray {
  background-color: #3c4453;
}
.c-gray,
.color-gray {
  color: #8790a1;
}
.bg-gray {
  background-color: #8790a1;
}
.c-zzblue,
.color-zzblue {
  color: var(--color-zz-blue);
}
.bg-zzblue {
  background-color: var(--color-zz-blue);
}
.d-none {
  display: none !important;
}
.d-block {
  display: block;
}
/** Positions **/
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.t-0 {
  top: 0;
}
.t-8 {
  top: 8px;
}
.r-0 {
  right: 0;
}
.r-8 {
  right: 8px;
}
.link-container {
  position: relative;
}
.link-stretched:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.img-block,
.img-cover {
  display: block;
  object-fit: cover;
}
.img-contain {
  display: block;
  object-fit: contain;
}
.img-contain {
  display: block;
  object-fit: contain;
}
.crowd_faded_logo path {
  transition: fill 0.5s;
}
.crowd_faded_logo:hover path {
  fill: #ff000058;
}
.squad_builder_logo_pub {
  width: 50px;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.a-primary {
  color: #02679a;
}
.zz-sticky {
  position: sticky;
  top: 8px;
}
:root {
  --color-zz-blue-light: #d6eaf9;
  --color-zz-blue: #2277AA;
}
iframe[name="__cmpLocator"] {
  display: none;
}
.zz-img-grid img {
  object-fit: cover;
}
.zz-img-grid.w-100 img {
  width: 100px;
  height: 100px;
}
.zz-img-grid.w-140 img {
  width: 140px;
  height: 140px;
}
.zzembed_video iframe {
  width: 100%;
}
#highlights.multimedia_zztv .zz-prev-arrow,
#highlights.multimedia_zztv .zz-next-arrow {
  top: 50%;
  margin-top: -16px;
  transform: none;
  position: absolute;
  background: url(/style/new/plugins/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
  border: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  opacity: 0.5;
  transition: opacity ease-in-out 300ms;
  cursor: pointer;
}
#highlights.multimedia_zztv .zz-prev-arrow:hover,
#highlights.multimedia_zztv .zz-next-arrow:hover {
  opacity: 1;
}
#highlights.multimedia_zztv .zz-prev-arrow {
  left: 0;
  background-position: 0 0;
}
#highlights.multimedia_zztv .zz-next-arrow {
  right: 0;
  background-position: -43px 0px;
}
#highlights.multimedia_zztv .items-row {
  height: 100px;
  overflow: hidden;
  margin: 0 -5px;
}
#highlights.multimedia_zztv .items-row .item {
  float: left;
}
#highlights.multimedia_zztv .item {
  padding: 0 5px;
  position: relative;
  box-sizing: border-box;
  width: 190px;
}
#highlights.multimedia_zztv .item a {
  display: block;
  position: relative;
}
#highlights.multimedia_zztv .item .item-img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#highlights.multimedia_zztv .item .item-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-title {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #fff !important;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  max-height: 42px;
  overflow: hidden;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-stamp {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  opacity: 0.4;
  transition: all ease-in-out 300ms;
}
#highlights.multimedia_zztv .item .item-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: linear-gradient(to top, #131a20 20%, rgba(19, 26, 32, 0) 100%);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 20, 2018, 11:51:08 AM
    Author     : mv
*/
.zz-container {
  margin: 0 auto;
  max-width: 960px;
}
.zz-tpl-container,
.zz-tpl-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.zz-tpl-container {
  /*max-width: calc(@tpl-max-width + @tpl-spacer-outer + @tpl-spacer-outer);*/
  max-width: 960px;
}
.zz-tpl {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.zz-tpl-row {
  display: flex;
  flex-wrap: wrap;
}
.zz-tpl-row.is-centered {
  align-items: center;
  justify-content: center;
}
.zz-tpl-row.is-centered-x {
  justify-content: center;
}
.zz-tpl-row.is-centered-y {
  align-items: center;
}
.zz-tpl-row {
  margin-left: -8px;
  margin-right: -8px;
}
.zz-tpl-col {
  margin-left: 8px;
  margin-right: 8px;
  /*	
	.responsive-xxl({
		each(range(0, @tpl-n-cols), {
			.tpl-col-width(@value, @tpl-n-cols, @tpl-spacer-inner, '-xxl');
		});
	});
	*/
}
.zz-tpl-col.is-1 {
  width: calc(8.333333333333332% - 16px);
}
.zz-tpl-col.is-offset-1 {
  margin-left: calc(8.333333333333332% + 16px / 2);
}
.zz-tpl-col.is-2 {
  width: calc(16.666666666666664% - 16px);
}
.zz-tpl-col.is-offset-2 {
  margin-left: calc(16.666666666666664% + 16px / 2);
}
.zz-tpl-col.is-3 {
  width: calc(25% - 16px);
}
.zz-tpl-col.is-offset-3 {
  margin-left: calc(25% + 16px / 2);
}
.zz-tpl-col.is-4 {
  width: calc(33.33333333333333% - 16px);
}
.zz-tpl-col.is-offset-4 {
  margin-left: calc(33.33333333333333% + 16px / 2);
}
.zz-tpl-col.is-5 {
  width: calc(41.66666666666667% - 16px);
}
.zz-tpl-col.is-offset-5 {
  margin-left: calc(41.66666666666667% + 16px / 2);
}
.zz-tpl-col.is-6 {
  width: calc(50% - 16px);
}
.zz-tpl-col.is-offset-6 {
  margin-left: calc(50% + 16px / 2);
}
.zz-tpl-col.is-7 {
  width: calc(58.333333333333336% - 16px);
}
.zz-tpl-col.is-offset-7 {
  margin-left: calc(58.333333333333336% + 16px / 2);
}
.zz-tpl-col.is-8 {
  width: calc(66.66666666666666% - 16px);
}
.zz-tpl-col.is-offset-8 {
  margin-left: calc(66.66666666666666% + 16px / 2);
}
.zz-tpl-col.is-9 {
  width: calc(75% - 16px);
}
.zz-tpl-col.is-offset-9 {
  margin-left: calc(75% + 16px / 2);
}
.zz-tpl-col.is-10 {
  width: calc(83.33333333333334% - 16px);
}
.zz-tpl-col.is-offset-10 {
  margin-left: calc(83.33333333333334% + 16px / 2);
}
.zz-tpl-col.is-11 {
  width: calc(91.66666666666666% - 16px);
}
.zz-tpl-col.is-offset-11 {
  margin-left: calc(91.66666666666666% + 16px / 2);
}
.zz-tpl-col.is-12 {
  width: calc(100% - 16px);
}
.zz-tpl-col.is-offset-12 {
  margin-left: calc(100% + 16px / 2);
}
@media only screen and (min-width: 577px) {
  .zz-tpl-col.is-sm-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-sm-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-sm-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-sm-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-sm-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-sm-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-sm-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-sm-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-sm-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-sm-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-sm-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-sm-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-sm-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-sm-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-sm-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-sm-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-sm-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-sm-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-sm-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-sm-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-sm-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-sm-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-sm-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-sm-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-sm-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-sm-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 769px) {
  .zz-tpl-col.is-md-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-md-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-md-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-md-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-md-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-md-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-md-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-md-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-md-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-md-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-md-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-md-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-md-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-md-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-md-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-md-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-md-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-md-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-md-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-md-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-md-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-md-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-md-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-md-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-md-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-md-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1025px) {
  .zz-tpl-col.is-lg-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-lg-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-lg-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-lg-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-lg-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-lg-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-lg-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-lg-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-lg-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-lg-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-lg-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-lg-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-lg-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-lg-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-lg-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-lg-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-lg-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-lg-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-lg-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-lg-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-lg-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-lg-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-lg-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-lg-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-lg-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-lg-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
@media only screen and (min-width: 1281px) {
  .zz-tpl-col.is-xl-0 {
    width: calc(0% - 16px);
  }
  .zz-tpl-col.is-xl-offset-0 {
    margin-left: calc(0% + 16px / 2);
  }
  .zz-tpl-col.is-xl-1 {
    width: calc(8.333333333333332% - 16px);
  }
  .zz-tpl-col.is-xl-offset-1 {
    margin-left: calc(8.333333333333332% + 16px / 2);
  }
  .zz-tpl-col.is-xl-2 {
    width: calc(16.666666666666664% - 16px);
  }
  .zz-tpl-col.is-xl-offset-2 {
    margin-left: calc(16.666666666666664% + 16px / 2);
  }
  .zz-tpl-col.is-xl-3 {
    width: calc(25% - 16px);
  }
  .zz-tpl-col.is-xl-offset-3 {
    margin-left: calc(25% + 16px / 2);
  }
  .zz-tpl-col.is-xl-4 {
    width: calc(33.33333333333333% - 16px);
  }
  .zz-tpl-col.is-xl-offset-4 {
    margin-left: calc(33.33333333333333% + 16px / 2);
  }
  .zz-tpl-col.is-xl-5 {
    width: calc(41.66666666666667% - 16px);
  }
  .zz-tpl-col.is-xl-offset-5 {
    margin-left: calc(41.66666666666667% + 16px / 2);
  }
  .zz-tpl-col.is-xl-6 {
    width: calc(50% - 16px);
  }
  .zz-tpl-col.is-xl-offset-6 {
    margin-left: calc(50% + 16px / 2);
  }
  .zz-tpl-col.is-xl-7 {
    width: calc(58.333333333333336% - 16px);
  }
  .zz-tpl-col.is-xl-offset-7 {
    margin-left: calc(58.333333333333336% + 16px / 2);
  }
  .zz-tpl-col.is-xl-8 {
    width: calc(66.66666666666666% - 16px);
  }
  .zz-tpl-col.is-xl-offset-8 {
    margin-left: calc(66.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-xl-9 {
    width: calc(75% - 16px);
  }
  .zz-tpl-col.is-xl-offset-9 {
    margin-left: calc(75% + 16px / 2);
  }
  .zz-tpl-col.is-xl-10 {
    width: calc(83.33333333333334% - 16px);
  }
  .zz-tpl-col.is-xl-offset-10 {
    margin-left: calc(83.33333333333334% + 16px / 2);
  }
  .zz-tpl-col.is-xl-11 {
    width: calc(91.66666666666666% - 16px);
  }
  .zz-tpl-col.is-xl-offset-11 {
    margin-left: calc(91.66666666666666% + 16px / 2);
  }
  .zz-tpl-col.is-xl-12 {
    width: calc(100% - 16px);
  }
  .zz-tpl-col.is-xl-offset-12 {
    margin-left: calc(100% + 16px / 2);
  }
}
.zz-tpl-pub,
.zz-tpl-rb,
.zz-tpl-rightbar {
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .zz-tpl {
    flex-direction: row;
  }
  .zz-tpl-pub,
  .zz-tpl-rb,
  .zz-tpl-rightbar {
    flex-grow: 0;
    flex-basis: 300px;
    width: 300px;
  }
  .zz-tpl-main {
    flex-grow: 1;
  }
}
.zz-grid {
  display: grid;
}
.zz-grid.gap-10 {
  grid-gap: 10px;
}
.zz-grid.gap-20 {
  grid-gap: 20px;
}
@media only screen and (min-width: 769px) {
  .zz-grid.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .zz-grid.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .zz-grid.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .zz-grid.column-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .zz-grid.column-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*
    Created on : 18/10/2024, 16:37:16
    Author     : ferna
*/
:root {
  --font-main: 'Roboto';
  --font-condensed: 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  --font-monospaced: monospace;
}
.zz-ty-page-main {
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: flex;
  gap: 4px;
}
.zz-ty-page-main span {
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  margin: 0;
  display: inline;
  padding: 0;
}
h2.zz-ty-page-main {
  display: block;
  margin: 0;
  color: inherit;
  padding: 0;
}
.zz-ty-page-sub {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.zz-ty-code-comment {
  font-family: var(--font-monospaced);
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.zz-ty-code-comment:before {
  content: "/**";
  display: block;
}
.zz-ty-code-comment:after {
  content: "*/";
  display: block;
}
.zz-ty-section-title {
  --ty-color-rgb: 51,153,204;
  font-family: var(--font-condensed);
  font-size: 22px;
  font-weight: 400;
  color: rgb(var(--ty-color-rgb));
  border-bottom: 1px solid rgba(var(--ty-color-rgb), 0.4);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 4px 8px;
}
.zz-ty-text {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
}
.zz-ty-text p {
  margin: 8px 0;
}
.zz-ty-text p:first-child {
  margin-top: 0;
}
.zz-ty-text p:last-child {
  margin-bottom: 0;
}
[class*=' flag:'],
[class^='flag:'] {
  display: inline-block;
  background-size: cover;
  height: 1em;
  width: 1.5em;
  --CountryFlagIcon-height: 1em;
  height: var(--CountryFlagIcon-height);
  width: calc(var(--CountryFlagIcon-height)*3/2);
}
.flag\:AC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M440.1 181.1c-.1 39.2-6.4 81.4-57.4 101.5-51.1-20.1-57.3-62.3-57.4-101.5h114.8z'/%3e%3cpath fill='%2329DBFF' d='M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9'/%3e%3cpath fill='white' d='M437.8 214.1c-3.2 24.3-16.7 53.5-55.1 68.6-38.4-15.1-50.5-42.5-55.1-68.4'/%3e%3cpath fill='%2329DBFF' d='M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53'/%3e%3cpath fill='white' d='M426.7 246.9c-6.5 11.3-17.7 25.4-44 35.9-27.5-11.5-37.4-25.3-44-36.1'/%3e%3cpath fill='%2329DBFF' d='M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5'/%3e%3cpath fill='%235CC85C' d='M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z'/%3e%3cellipse transform='rotate(-82.3 291.431 225.686)' fill='%23F7A226' cx='291.4' cy='225.7' rx='48.7' ry='15.7'/%3e%3cellipse transform='rotate(-68.099 303.087 164.67)' fill='%23DDC7AB' cx='303.1' cy='164.7' rx='11.7' ry='7.2'/%3e%3cellipse transform='rotate(-81.738 291.697 271.697)' fill='%23DDC7AB' cx='291.7' cy='271.7' rx='11.4' ry='3.3'/%3e%3cellipse transform='matrix(.9986 -.05353 .05353 .9986 -13.992 16.424)' fill='%23DDC7AB' cx='299.6' cy='269.4' rx='3.3' ry='11'/%3e%3cellipse transform='rotate(-21.518 314.54 201.06)' fill='%23DDC7AB' cx='314.5' cy='201.1' rx='4.1' ry='13.7'/%3e%3cellipse transform='rotate(-21.518 317.511 178.077)' fill='%23DDC7AB' cx='317.5' cy='178.1' rx='13.7' ry='4.1'/%3e%3cellipse transform='rotate(-7.7 473.781 225.857)' fill='%23F7A226' cx='473.6' cy='225.9' rx='15.7' ry='48.7'/%3e%3cellipse transform='rotate(-21.901 462.057 164.866)' fill='%23DDC7AB' cx='462' cy='164.9' rx='7.2' ry='11.7'/%3e%3cellipse transform='rotate(-8.27 473.27 271.908)' fill='%23DDC7AB' cx='473.4' cy='271.9' rx='3.3' ry='11.4'/%3e%3cellipse transform='matrix(.05353 -.9986 .9986 .05353 171.34 719.998)' fill='%23DDC7AB' cx='465.5' cy='269.6' rx='11' ry='3.3'/%3e%3cellipse transform='rotate(-68.482 450.552 201.247)' fill='%23DDC7AB' cx='450.6' cy='201.2' rx='13.7' ry='4.1'/%3e%3cellipse transform='rotate(-68.482 447.58 178.265)' fill='%23DDC7AB' cx='447.6' cy='178.3' rx='4.1' ry='13.7'/%3e%3cpath fill='%23B0C6CC' d='M373.3 130.3L356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cg%3e%3cpath fill='%23D80027' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3c/svg%3e");
}
.flag\:AD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342zM198.92 113.58H256v64.8h-57.08zM309.16 228.68L256 243.18v-64.8h57.08z'/%3e%3cpath fill='%23BC8B00' d='M182.24 95.92v92.2c0 34.32 27.26 54.17 48.63 64.46-.8 1.37 25.13 8.26 25.13 8.26s25.93-6.9 25.13-8.26c21.38-10.29 48.63-30.14 48.63-64.46v-92.2H182.24zm129.86 92.2c0 16.88-10 29.43-32.76 43.9-8.62 5.48-17.54 9.03-23.34 11.01-5.8-1.98-14.72-5.53-23.34-11.01-22.76-14.47-32.76-28.02-32.76-43.9v-74.54h112.2v74.54z'/%3e%3c/svg%3e");
}
.flag\:AE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath fill='%23dd0d12' d='M0 0h171v342H0z'/%3e%3c/svg%3e");
}
.flag\:AF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23DB3E00' d='M0 0h513v342H0z'/%3e%3cpath fill='%23479900' d='M331 0h182v342H331z'/%3e%3cpath d='M0 0h181.8v342H0z'/%3e%3cpath fill='white' d='M256 126.7c-19.4 0-35.2 15.8-35.2 35.2v52.8h70.4v-52.8c0-19.5-15.8-35.2-35.2-35.2z'/%3e%3cpath fill='white' d='M256 84.3c-47.7 0-86.4 38.7-86.4 86.4S208.3 257 256 257s86.4-38.7 86.4-86.4-38.7-86.3-86.4-86.3zm0 157.7c-39.4 0-71.4-32-71.4-71.4 0-39.4 32-71.4 71.4-71.4 39.4 0 71.4 32 71.4 71.4 0 39.5-32 71.4-71.4 71.4z'/%3e%3c/svg%3e");
}
.flag\:AG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z'/%3e%3cpath fill='%23186DD2' d='M88.8 136.5c-2.2 12.9-3.4 26.2-3.4 39.8 0 13.6 1.2 27 3.4 39.8L256 228.3l167.2-12.1c2.2-12.9 3.4-26.2 3.4-39.8s-1.2-27-3.4-39.8'/%3e%3cpath fill='white' d='M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z'/%3e%3cpath fill='%23FFDA44' d='M365.9 136.5H146.1l44.9-21.1-23.9-43.5 48.8 9.4L222 32l34 36.2L290 32l6.1 49.3 48.8-9.4-23.9 43.5z'/%3e%3cg fill='%23C32500'%3e%3cpath d='M256.5 342L0 0v342z'/%3e%3cpath d='M513 342V0L256 342z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:AI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 01-36.02 12.01c-19.64 0-37.07-9.43-48.03-24.01-10.95 14.58-28.39 24.01-48.03 24.01-13.52 0-25.99-4.47-36.02-12v120.06c0 16.16 5.3 29.5 13.24 40.42H454.8z'/%3e%3cpath fill='%238DCCFF' d='M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z'/%3e%3cpath fill='%23D87B00' d='M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z'/%3e%3cpath fill='%23D87B00' d='M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z'/%3e%3cpath fill='%23D87B00' d='M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z'/%3e%3cpath fill='white' d='M256.5 0h-23.1L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1V171h22.6L96 121.8V171h64v-49.2l73.4 49.2h23.1v-22.9l-46.6-30.7h46.6v-64h-46.6l46.6-30.7z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112V171h32v-69.6h112.5v-32H144z'/%3e%3cpath fill='%23D80027' d='M0 171v-11.3l62.5-42.3h22.6L7.3 171zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256.5.1v11l-63 42.3h-22.6L248.7.1zM248.7 171l-77.8-53.6h22.6l63 42.3V171z'/%3e%3c/svg%3e");
}
.flag\:AL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23ED2024' d='M0 0h90v60H0z'/%3e%3cpath fill='%23212121' d='M32.5 12.2v16l7.1 2.5-5 4.9 2.4 3 5.3-5.5 1.2 2.3-3 4.9 3.6 5.6-1.8 2.6 2.8 3.6 2.7-3.7-1.5-2.6 3-5.8-2.7-4.6 1.2-2.3 5.2 5.5 2.5-2.9-5.2-5.1 7.2-2.6V12.2l-5.2 1.9-.1 3.8-3.3.3v-2.6l1.7-2.3 5.6-2.2-2.3-.4 1.4-1.2.9.4-.8-1.4L54 9l-1-1.1L47.5 9l1.4 1.1-3.8 4.9-3.8-4.8 1.3-1.1-5-1.2L36.2 9l-1.5-.4-.8 1.4.9-.6 1.6 1.1-2.3.5 5.5 2 1.6 2.3v2.9l-3.3-.3v-3.6z'/%3e%3cg fill='%23212121'%3e%3cpath d='M26.2 25h6.4v2.5h-6.4zM26.2 20.9h6.4v2.7h-6.4zM26.2 16.7h6.4v2.6h-6.4zM26.2 12.7h6.4v2.5h-6.4z'/%3e%3c/g%3e%3cg fill='%23212121'%3e%3cpath d='M57.4 25h6.4v2.5h-6.4zM57.4 20.9h6.4v2.7h-6.4zM57.4 16.7h6.4v2.6h-6.4zM57.4 12.7h6.4v2.5h-6.4z'/%3e%3c/g%3e%3cpath fill='%23212121' d='M53.4 36.1h6.4V38h-6.4zM30.2 36.1h6.4V38h-6.4z'/%3e%3c/svg%3e");
}
.flag\:AM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23FF9811' d='M0 228h513v114H0z'/%3e%3c/svg%3e");
}
.flag\:AO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 171h513v171H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v171H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M197.01 139.81c-9.32 12.37-9 27.81 3.37 37.12 0 0 162.62 122.13 164.64 123.93 2.02 1.8 6.3 2.38 11-3.27 4.46-5.36 3.31-9.78 1.04-11.63S197.01 139.81 197.01 139.81zM264.42 79.12l11.72 24.03 26.45 3.96-19.23 18.58 4.4 26.38-23.61-12.55-23.73 12.33 4.64-26.33L226 106.77l26.47-3.73z'/%3e%3cpath d='M268.67 39.2l-3.2 22.04c51.81 3.9 92.64 47.18 92.64 99.99 0 55.38-44.9 100.28-100.28 100.28-40.82 0-75.94-24.39-91.59-59.4l-18.4 13.11c19.96 40.59 61.71 68.52 110 68.52 67.66 0 122.51-54.85 122.51-122.51-.01-64.01-49.1-116.54-111.68-122.03z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:AQ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 744 496'%3e%3cpath fill='%233A7DCE' d='M0 0h744v496H0V0z'/%3e%3cpath fill='white' d='M120 125l90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z'/%3e%3c/svg%3e");
}
.flag\:AR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%23338AF3' d='M0 0h512v114H0zM0 228h512v114H0z'/%3e%3ccircle fill='%23FFDA44' stroke='%23d6ab00' stroke-width='5' cx='256.5' cy='171' r='40'/%3e%3c/svg%3e");
}
.flag\:AS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M513 33L95.3 171 513 310.76v30.57L0 171 513 0z'/%3e%3cpath fill='white' d='M513 287.18v24.58L81.72 171 513 30v24.16'/%3e%3cpath fill='%23A2001D' d='M476.98 140.21l-21.89 10.68-3.18-15.32 31.19-29.77s-9.42-40.65-13.75-44.98l-112.32 55.82-6.84 36.76-31.9 28.59-.4 34.2 34.29-22.76 67.23-2.66-1.51 38.11h22.23l11.9-44.64 31.55-24.61-6.6-19.42z'/%3e%3cpath fill='%23EFC100' stroke='%23231F20' stroke-miterlimit='10' d='M317.89 238.41l-22.24-11.11 22.24-11.11h144.46v22.22z'/%3e%3c/svg%3e");
}
.flag\:AT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 114h513v114H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0zM0 228h513v114H0z'/%3e%3c/svg%3e");
}
.flag\:AU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cg fill='white'%3e%3cpath d='M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zM385.9 241.1l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM337.3 125.1l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zM385.9 58.9l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zM428.4 108.6l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z'/%3e%3cpath d='M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M142.8 0h-32v69.3h-112v32h112v69.4h32v-69.4h112v-32h-112z'/%3e%3cpath fill='%230052B4' d='M154.6 115l100.2 55.7v-15.8L183 115z'/%3e%3cpath fill='white' d='M154.6 115l100.2 55.7v-15.8L183 115z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M154.6 115l100.2 55.7v-15.8L183 115zM70.7 115l-71.9 39.9v15.8L99 115z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M99 55.7L-1.2 0v15.7l71.9 40z'/%3e%3cpath fill='white' d='M99 55.7L-1.2 0v15.7l71.9 40z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M99 55.7L-1.2 0v15.7l71.9 40zM183 55.7l71.8-40V0L154.6 55.7z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:AW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 363 242'%3e%3cpath fill='%23338AF3' d='M0 0h363v242H0z'/%3e%3cpath fill='white' d='M57 96.9L14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z'/%3e%3cpath fill='%23D80027' d='M75.6 40.6l11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M0 152.2h363v15.7H0zM0 183.6h363v15.7H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:AX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M513 210.9H202.2V342h-79.8V210.9H0V131.1h122.4V0h79.8v131.1H513v61.2z'/%3e%3cpath fill='%23D80027' d='M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z'/%3e%3c/svg%3e");
}
.flag\:AZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%23338AF3' d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 228h513v114H0z'/%3e%3cg fill='white'%3e%3cpath d='M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z'/%3e%3cpath d='M297.6 142.2l5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='%23FFDA44' d='M99.905 85.329h341.333v341.334'/%3e%3cg fill='white'%3e%3cpath d='M36.561 100.645l14.843-10.807 14.867 10.794-4.979-15.302H41.525z'/%3e%3cpath d='M88.332 103.632L82.649 86.16l-5.672 17.472-18.365.012 14.867 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.684-17.474 14.854-10.795z'/%3e%3cpath d='M119.59 134.89l-5.684-17.474-5.673 17.474-18.365.011 14.867 10.795-5.661 17.462 14.844-10.807 14.866 10.796-5.685-17.474 14.856-10.794z'/%3e%3cpath d='M150.846 166.146l-5.683-17.473-5.673 17.473-18.364.011 14.866 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.683-17.474 14.855-10.794z'/%3e%3cpath d='M182.103 197.403l-5.683-17.474-5.672 17.474-18.366.011 14.866 10.795-5.66 17.462 14.843-10.807 14.866 10.796-5.684-17.473 14.855-10.795z'/%3e%3cpath d='M213.359 228.659l-5.683-17.472-5.672 17.472-18.365.012 14.866 10.795-5.66 17.462 14.842-10.806 14.866 10.794-5.683-17.473 14.855-10.795z'/%3e%3cpath d='M244.616 259.916l-5.683-17.473-5.672 17.473-18.366.012 14.867 10.795-5.661 17.462 14.844-10.807 14.866 10.794-5.685-17.472 14.855-10.794z'/%3e%3cpath d='M275.872 291.173L270.19 273.7l-5.673 17.473-18.365.011 14.867 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.683-17.474 14.853-10.794z'/%3e%3cpath d='M307.13 322.43l-5.683-17.474-5.674 17.474-18.364.011 14.866 10.795-5.661 17.462 14.844-10.807 14.866 10.796-5.684-17.474 14.855-10.794z'/%3e%3cpath d='M338.386 353.686l-5.683-17.472-5.672 17.472-18.365.012 14.866 10.795-5.661 17.462 14.843-10.807 14.866 10.795-5.683-17.472 14.855-10.796z'/%3e%3cpath d='M369.643 384.943l-5.683-17.473-5.672 17.473-18.366.012 14.866 10.794-5.66 17.463 14.843-10.807 14.866 10.795-5.684-17.473 14.855-10.795z'/%3e%3cpath d='M395.216 398.727l-5.672 17.472-18.365.012 14.394 10.453h19.278l14.414-10.476-18.366.011z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BB {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%23FFDA44' d='M0 0h512v341.34H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 0h170.66v341.34H0zM341.34 0H512v341.34H341.34z'/%3e%3c/g%3e%3cpath d='M325.74 101.02l-31.97 12.4c-.68 1.35-5.79 7.54-8.18 53.06h-17.05v-60.42L256 78.68l-12.54 27v60.8H226.4c-2.39-45.53-7.8-52.48-8.47-53.84l-31.68-11.63c.15.31 15.4 31.34 15.4 78.01v12.54h41.81v71.07h25.08v-71.07h41.81v-12.54c0-24.13 4.17-44.02 7.68-56.46 3.82-13.57 7.7-21.49 7.74-21.57l-.03.03z'/%3e%3c/svg%3e");
}
.flag\:BD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='%23F40B32' cx='218.902' cy='255.994' r='115'/%3e%3c/svg%3e");
}
.flag\:BE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:BF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%236DA544' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 0h512v170.7H0z'/%3e%3cpath fill='%23FFDA44' d='M256 66.9l25.8 79.3h83.3l-67.4 49 25.7 79.3-67.4-49-67.4 49 25.7-79.3-67.4-49h83.3z'/%3e%3c/svg%3e");
}
.flag\:BG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:BH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M2.216 86.076H512v339.848H2.216z'/%3e%3cpath fill='white' d='M209.455 154.969l-50.236 25.267 50.236 25.257-50.236 25.267 50.236 25.257-50.236 25.266 50.236 25.257-50.236 25.268 50.236 25.257-50.236 25.267 50.236 25.268-36.45 18.33H0V86.07h172.939l36.516 18.364-50.236 25.267z'/%3e%3c/svg%3e");
}
.flag\:BI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M215.9 170.7L0 314.6V26.8zM512 26.8v287.8L296.1 170.7z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M512 26.8L296.1 170.7 512 314.6v26.7h-40.1L256 197.4 40.1 341.3H0v-26.7l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H512z'/%3e%3cpath fill='white' d='M512 26.8L296.1 170.7 512 314.6v26.7h-40.1L256 197.4 40.1 341.3H0v-26.7l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H512z'/%3e%3ccircle fill='white' cx='251.6' cy='170.7' r='100.2'/%3e%3cg fill='%23D80027'%3e%3cpath d='M251.6 93.3l10.1 17.5h20.2l-10.1 17.5 10.1 17.5h-20.2l-10.1 17.5-10.1-17.5h-20.2l10.1-17.5-10.1-17.5h20.2zM210.3 163.4l10.1 17.5h20.3l-10.1 17.5 10.1 17.5h-20.3l-10.1 17.5-10.1-17.5H180l10.1-17.5-10.1-17.5h20.2zM292.8 163.4l10.1 17.5h20.2L313 198.4l10.1 17.5h-20.2l-10.1 17.5-10.1-17.5h-20.2l10.1-17.5-10.1-17.5h20.2z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BJ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M196.641 85.337H512V256H196.641z'/%3e%3cpath fill='%23D80027' d='M196.641 256H512v170.663H196.641z'/%3e%3c/svg%3e");
}
.flag\:BL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='white' d='M0 0h512v341.33H0z'/%3e%3cpath fill='%23E6BC00' d='M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z'/%3e%3cpath fill='%23ADADAD' d='M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z'/%3e%3cpath fill='%23E6BC00' d='M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z'/%3e%3cpath fill='%23125ECC' d='M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z'/%3e%3cpath fill='%23FFE600' d='M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z'/%3e%3cpath fill='%23D60537' d='M157.31 175.36H359.1v57.65H157.31v-57.65z'/%3e%3cpath fill='%23EACE00' d='M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z'/%3e%3cpath fill='%237A6920' d='M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z'/%3e%3cpath fill='%23ADADAD' d='M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z'/%3e%3ccircle fill='white' cx='258.2' cy='204.19' r='16.93'/%3e%3c/svg%3e");
}
.flag\:BM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%23D80027' d='M0 0h512v341.34H0z'/%3e%3cpath fill='%230052B4' d='M0 .1h256v170.6H0z'/%3e%3cpath fill='white' d='M256 0h-22.6L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1v22.6h22.6L96 121.8v48.9h64v-48.9l73.4 48.9H256v-22.6l-46.1-30.7H256v-64h-46.1L256 22.7z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%23D80027' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3cg transform='translate(13 5)'%3e%3cpath fill='white' d='M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z'/%3e%3cpath fill='%232F8F22' d='M436.37 254.44H330.93c23.13 25.08 52.72 39.88 52.72 39.88s29.59-14.8 52.72-39.88z'/%3e%3ccircle fill='%2365B5D2' cx='383.65' cy='214.56' r='39.88'/%3e%3ccircle fill='%23D80027' cx='343.77' cy='194.63' r='19.94'/%3e%3ccircle fill='%23D80027' cx='423.52' cy='194.63' r='19.94'/%3e%3ccircle fill='%23D80027' cx='383.65' cy='154.75' r='19.94'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%23FFDA44' d='M0 0h512v341.33H0z'/%3e%3cpath d='M0 193.74l512 127.19V214.26L0 97.08z'/%3e%3cpath fill='white' d='M512 234.26v-86.67L0 20.41v86.67'/%3e%3cg fill='%23D80027' stroke='%23231F20' stroke-width='3' stroke-miterlimit='10'%3e%3cpath d='M306.4 134.01a50.28 50.28 0 016.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z'/%3e%3cpath d='M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zM129.24 133.18h20.88l24.93 27.26v73.45h-26.28v-68.37zM400 133.18h-20.88l-24.93 27.26v73.45h26.27v-68.37z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:BQ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230052B4' d='M0 341.3h512V0z'/%3e%3cpath fill='%23FFDA44' d='M250.4 0H0v166.9z'/%3e%3cpath fill='%23D80027' d='M140.4 118.3l12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z'/%3e%3ccircle fill='none' stroke='black' stroke-width='9' stroke-miterlimit='10' cx='140.4' cy='160.6' r='57.7'/%3e%3c/svg%3e");
}
.flag\:BR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%236DA544' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M256 19.3l205.4 151.4L256 322 50.6 170.7z'/%3e%3ccircle fill='white' cx='256' cy='170.7' r='86.5'/%3e%3cg fill='%230052B4'%3e%3cpath d='M212.8 165.3c-15 0-29.5 2.3-43.2 6.5.6 47.2 39.1 85.3 86.4 85.3 29.3 0 55.2-14.6 70.8-36.9-26.7-33.4-67.9-54.9-114-54.9zM340.9 187.2c1-5.4 1.6-10.9 1.6-16.6 0-47.8-38.7-86.5-86.5-86.5-35.6 0-66.2 21.6-79.5 52.3 11.7-2.4 23.8-3.7 36.2-3.7 50.3.1 95.7 21 128.2 54.5z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:BS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath d='M256 256.006L0 426.668V85.331z'/%3e%3c/svg%3e");
}
.flag\:BT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FF7415' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M512 0H0v341.3'/%3e%3cpath fill='none' stroke='white' stroke-width='42' stroke-miterlimit='10' d='M128.7 255.5s35 54 67.3 32.4c56.9-37.9-68.9-108.6-2.9-152.6 58.3-38.8 76.6 103.5 137.6 62.8 59-39.3-64.7-111.4-9.2-148.4 33.4-22.2 67.1 32.6 67.1 32.6'/%3e%3c/svg%3e");
}
.flag\:BV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 33.333 1100 733.333'%3e%3cpath fill='%23ef2b2d' d='M0 0h1100v800H0z'/%3e%3cpath fill='white' d='M300 0h200v800H300z'/%3e%3cpath fill='white' d='M0 300h1100v200H0z'/%3e%3cpath fill='%23002868' d='M350 0h100v800H350z'/%3e%3cpath fill='%23002868' d='M0 350h1100v100H0z'/%3e%3c/svg%3e");
}
.flag\:BW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 322.783h512v103.88H0zM0 85.337h512v104.515H0z'/%3e%3c/g%3e%3cpath d='M0 210.877h512v89.656H0z'/%3e%3c/svg%3e");
}
.flag\:BY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%2375AF2B' d='M.6.2H512v341H.6z'/%3e%3cpath fill='%23D32424' d='M0 230h512V.2H0'/%3e%3cpath fill='white' d='M100.1 230V.2H0v340.9h511.4-411.3z'/%3e%3cpath fill='%23D32424' d='M51.6 218l-38-47.7 38-46.9 38 46.9zM51.6 113.4l-38-47.7 38-46.9 38 46.9zM51.6 322.6l-38-47.7 38-46.9 38 46.9z'/%3e%3c/svg%3e");
}
.flag\:BZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3ccircle fill='white' cx='260.9' cy='170.9' r='118.9'/%3e%3ccircle fill='none' stroke='%236DA544' stroke-width='18' stroke-miterlimit='10' cx='261.9' cy='173.1' r='94.5'/%3e%3cg stroke='black'%3e%3cpath fill='%230052B4' d='M261.9 151.5l-50.6 23.4v20c0 11.8 6.1 22.8 16.2 28.9L262 239l34.5-15.2c10-6.2 16.2-17.1 16.2-28.9v-20l-50.8-23.4z'/%3e%3cpath fill='%23FFDA44' d='M211.3 128.1h101.3v46.7H211.3z'/%3e%3c/g%3e%3cg fill='%23BC0029'%3e%3cpath d='M0 0h512v35H0zM0 306h512v35H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0h142v341.3H0zM370 0h142v341.3H370zM306.5 206l50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%236DA544' d='M0 0h512v341.3H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M422.7 252.4l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zM376.1 116.1l6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zM413.1 38.3l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zM464.9 96.7l6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zM436.9 164.8l4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zM140.6 59.9l-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z'/%3e%3cpath fill='%23A2001D' d='M71.4 98.2v52.2c4.9 1.3 10.1 1.9 15.5 1.9s10.5-.7 15.5-1.9V98.2h-31z'/%3e%3c/svg%3e");
}
.flag\:CD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M512 66.9V0H411.7L0 274.4v66.9h100.3z'/%3e%3cpath fill='%23D80027' d='M512 0v40.1L60.2 341.3H0v-40.1L451.8 0z'/%3e%3cpath fill='%23FFDA44' d='M93.6 31.2l16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z'/%3e%3c/svg%3e");
}
.flag\:CF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M0 170.7h211.5V256H0zM300.5 170.7H512V256H300.5z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M0 0v85.3h211.5V0h89v85.3H512V0z'/%3e%3cg fill='white'%3e%3cpath d='M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z'/%3e%3c/g%3e%3cg fill='%23FFDA44'%3e%3cpath d='M300.5 341.3h-89V256H0v85.3h512V256H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%236DA544' d='M443.726 85.331L102.4 426.657H0V85.331z'/%3e%3cpath fill='%23FFDA44' d='M500.124 85.331L158.798 426.657H11.876L353.202 85.331z'/%3e%3c/svg%3e");
}
.flag\:CH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M356.174 222.609h-66.783v-66.783h-66.782v66.783h-66.783v66.782h66.783v66.783h66.782v-66.783h66.783z'/%3e%3c/svg%3e");
}
.flag\:CI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M330.207 85.331H512v341.337H330.207z'/%3e%3cpath fill='%23FF9811' d='M0 85.331h181.793v341.337H0z'/%3e%3c/svg%3e");
}
.flag\:CK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.332h512v341.337H0z'/%3e%3cg fill='white'%3e%3cpath d='M384 156.705l5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zM313.791 185.786l15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zM284.71 255.995l16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zM313.791 326.204l7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zM454.209 326.204l-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zM483.29 255.995l-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zM454.209 185.788l-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zM176 138.665l80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zM144 255.998h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915l73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z'/%3e%3cpath d='M80 138.665L0 85.331v15.082l57.377 38.252zM176 138.665h22.623L256 100.413V85.331zM57.377 202.665L0 240.917v15.081l80-53.333zM176 202.665l80 53.333v-15.081l-57.377-38.252z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M256 85.337h256V256H256z'/%3e%3cpath fill='%230052B4' d='M0 85.337h256V256H0z'/%3e%3cpath fill='white' d='M128 109.801l15.108 46.498H192l-39.554 28.739 15.108 46.498L128 202.799l-39.554 28.737 15.108-46.498L64 156.299h48.892z'/%3e%3c/svg%3e");
}
.flag\:CM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23496E2D' d='M0 0h170.7v341.3H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M341.3 0H512v341.3H341.3zM256 102.2l17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M352.3 312.6L328 294.9l-24.4 17.7 9.3-28.6-24.3-17.7h30.1l9.3-28.6 9.3 28.6h30.1L343 284zM415.9 120.9l-24.4 17.7 9.3 28.6-24.3-17.7-24.4 17.7 9.3-28.6-24.3-17.7h30.1l9.3-28.6 9.3 28.6zM367.4 57.4L343 75l9.3 28.7L328 86l-24.4 17.7 9.3-28.7-24.3-17.6h30.1l9.3-28.7 9.3 28.7zM415.9 204.4L391.5 222l9.3 28.7-24.3-17.7-24.4 17.7 9.3-28.7-24.3-17.6h30.1l9.3-28.7 9.3 28.7z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M167.6 64.4l26 80.3h84.5l-68.3 49.6 26.1 80.4-68.3-49.7-68.4 49.7 26.1-80.4L57 144.7h84.5z'/%3e%3c/svg%3e");
}
.flag\:CO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 343.096h512v83.567H0z'/%3e%3cpath fill='%230052B4' d='M0 256h512v87.096H0z'/%3e%3c/svg%3e");
}
.flag\:CR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 211.473h512v89.043H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FF9811' d='M0-40.8v422.9-211.4z'/%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 0h512v68.3H0zM0 136.5h512v68.3H0zM0 273.1h512v68.3H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M256 170.7L0 341.3V0z'/%3e%3cpath fill='white' d='M81.5 94.8l16.9 51.9H153l-44.2 32.1 16.9 52-44.2-32.1-44.2 32.1 16.9-52L10 146.7h54.6z'/%3e%3c/svg%3e");
}
.flag\:CV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 182.2h512v41.4H0z'/%3e%3cpath fill='white' d='M0 140.8h512v41.4H0zM0 223.6h512V265H0z'/%3e%3cg fill='%23FFDA44' stroke='black' stroke-miterlimit='10'%3e%3cpath d='M150.4 70l6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13.1-17.9 13.1 6.8-21.1-17.9-13.1h22.2zM150.4 279.7l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zM52.8 208.8l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13H46zM90.1 91l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-18-13h22.3zM23.8 162H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zM72.2 310.9l6.8-21.1-18-13h22.3l6.8-21.2 6.9 21.2h22.2l-18 13 6.9 21.1-18-13zM248 208.8l-6.9 21.1h-22.2l18 13-6.9 21.2 18-13.1 18 13.1-6.9-21.2 18-13h-22.2zM210.7 91l-6.8 21.1h-22.2l17.9 13-6.8 21.2 17.9-13.1 18 13.1-6.9-21.2 18-13h-22.2zM277.1 162h-22.2l-6.9-21.1-6.9 21.1h-22.2l18 13.1-6.9 21.1 18-13 18 13-6.9-21.1zM228.7 310.9l-6.9-21.1 18-13h-22.2l-6.9-21.2-6.8 21.2h-22.2l17.9 13-6.8 21.1 17.9-13z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M0 233.5h512v51H0z'/%3e%3cg fill='white'%3e%3cpath d='M168.7 86.5l12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zM85.4 32.5l7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:CX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%236DA544' d='M0 0h512v341.3'/%3e%3cg fill='white'%3e%3cpath d='M77.6 272l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zM40.5 173.1l5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zM77.6 92.2l5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zM123.7 155.1l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zM90.8 209.1l4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z'/%3e%3c/g%3e%3ccircle fill='%23FFDA44' cx='267.1' cy='170.7' r='74.5'/%3e%3cpath fill='%236DA544' d='M267.1 220.3h24.8s10.8-19 0-37.2l24.8-24.8-12.4-24.8h-12.4s-6.2 18.6-31 18.6-31-18.6-31-18.6h-12.4l12.4 24.8-12.4 24.8 12.4 12.4s12.4-24.8 37.2-12.4c0 0 10.5 15.5 0 37.2z'/%3e%3cpath fill='%23FFDA44' d='M464.4 92.2c.6-2.9-.2-17.6-.2-20.7 0-21.3-13.9-39.4-33.2-45.7 5.9 12 9.2 25.4 9.2 39.7 0 4.8-.4 9.5-1.1 14.1-2.9-4.7-6.6-8.9-11.2-12.6-17.1-13.6-40.6-14-57.9-2.5 13.4 2.9 26.3 8.9 37.7 18 9 7.1 16.2 16.8 21.7 26.1 0 0-17.8 10.9-31 15.1s-42.3 7.9-42.3 7.9c72 12 132-36 132-36-6.5-13.4-15.8-4-23.7-3.4z'/%3e%3c/svg%3e");
}
.flag\:CY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%236DA544' d='M371.5 275.9l-11.1-15c-22.4 16.1-67.7 35.8-104.3 35.8-35.8 0-79.6-17.1-104.3-35.8l-11.1 15c10 10.3 46.9 27 88.4 38.4-3.9 6-1.6 6.1 2.6 10.8 8.5-6.6 17.4-1.5 24.9-7.3 7.5 5.8 16.3.7 24.9 7.3 5.4-5.6 5.4-5.6 2.5-11.1 41-11.7 77-27.6 87.5-38.1z'/%3e%3cpath fill='%23DB7D00' d='M113.7 168.7s.2 79.9 89 77.8L208 263h10.6s-8.9-49 71.7-49.4c0 0 0-32.9 32.9-32.9h49.4S294 119 442.8 40.1l2.2-15.6s-154.8 84.6-237 68.1c0 0 12.7 50.7-12.9 50.7-12.8 0-11.6-9.6-38.4-9.6-22.3 0-20.6 23.5-31.3 23.2S103 142.3 102 144.8s11.7 23.9 11.7 23.9z'/%3e%3c/svg%3e");
}
.flag\:CZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M512 256v170.663H0L215.185 256z'/%3e%3cpath fill='white' d='M512 85.337V256H215.185L0 85.337z'/%3e%3c/svg%3e");
}
.flag\:DE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v113.775H0z'/%3e%3cpath fill='%23FFDA44' d='M0 312.882h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:DJ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%236DA544' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23338AF3' d='M512 0v166.7L0 170.8V0z'/%3e%3cpath fill='white' d='M256 170.7L0 341.3V0z'/%3e%3cpath fill='%23D80027' d='M89.8 92.5l17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z'/%3e%3c/svg%3e");
}
.flag\:DK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M190 0h-60v140H0v60h130v142h60V200h323v-60H190z'/%3e%3c/svg%3e");
}
.flag\:DM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23496E2D' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 110.7v120h512v-120z'/%3e%3cpath fill='%23FFDA44' d='M0 110.7h512v40H0z'/%3e%3cpath fill='white' d='M0 190.7h512v40H0z'/%3e%3cpath d='M196 0h120v341.3H196z'/%3e%3cpath fill='%23FFDA44' d='M196 0h40v341.3h-40z'/%3e%3cpath fill='white' d='M274.7 0h40v341.3h-40z'/%3e%3ccircle fill='%23D80027' cx='256' cy='170.7' r='123.1'/%3e%3cg fill='%23496E2D'%3e%3cpath d='M256 58.6l4.6 14.2h15l-12.1 8.9 4.6 14.2-12.1-8.8-12.1 8.8 4.6-14.2-12.1-8.9h15zM190.1 80l12.2 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15l-4.6 14.2-4.7-14.2h-15l12.1-8.8zM149.4 136h15l4.6-14.2 4.7 14.2h15l-12.2 8.8 4.7 14.3-12.2-8.8-12.1 8.8 4.6-14.3zM149.4 205.3l12.1-8.8-4.6-14.3L169 191l12.2-8.8-4.7 14.3 12.2 8.8h-15l-4.7 14.3-4.6-14.3zM190.1 261.4l4.6-14.3-12.1-8.8h15l4.7-14.3 4.6 14.3h15l-12.1 8.8 4.6 14.3-12.1-8.9zM256 282.8l-4.6-14.3h-15l12.1-8.8-4.6-14.3 12.1 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15zM321.9 261.4l-12.2-8.9-12.1 8.9 4.6-14.3-12.1-8.8h15l4.6-14.3 4.7 14.3h15l-12.1 8.8zM362.6 205.3h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zM362.6 136l-12.1 8.8 4.6 14.3-12.1-8.8-12.2 8.8 4.7-14.3-12.2-8.8h15l4.7-14.2 4.6 14.2zM321.9 80l-4.6 14.3 12.1 8.8h-15l-4.7 14.2-4.6-14.2h-15l12.1-8.8-4.6-14.3 12.1 8.8z'/%3e%3c/g%3e%3cpath fill='%23496E2D' d='M279.3 168.7c-11-21.1-14.5-25.1-14.5-25.1s.4-9.7.4-15.6c0-8.8-7.4-15.8-16.5-15.8-8.6 0-15.7 2.9-16.5 11-4.2.9-8.6 4.1-8.6 10.7 0 4.8 1 7.3 5.2 9.3 2.1-4.6 4.3-4.8 9.3-6.4.8.6 1.7 3 2.6 3.4l.3 1s-13.3 6.6-13.3 30.9c0 29.5 22 45.4 22 45.4l-1.8.3-1.9 7.1h22v-7.2l11 17.5c.3-.3 10.2-47.6.3-66.5z'/%3e%3c/svg%3e");
}
.flag\:DO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 215.2h211.5v126.1H0z'/%3e%3cpath fill='%230052B4' d='M0 0h211.5v126.2H0z'/%3e%3cpath fill='%23D80027' d='M300.5 0H512v126.2H300.5z'/%3e%3cpath fill='%230052B4' d='M300.5 215.2H512v126.1H300.5z'/%3e%3cg stroke='white' stroke-width='5' stroke-miterlimit='10'%3e%3cpath fill='%230052B4' d='M256 130h-49.9v49.4s19.5 6 49.9 6V130z'/%3e%3cpath fill='%23D80027' d='M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z'/%3e%3cpath fill='%230052B4' d='M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z'/%3e%3cpath fill='%23D80027' d='M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:DZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%2341662E' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0h256v341.3H256z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M341.5 105.3l-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z'/%3e%3cpath d='M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:EC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FFDA44' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230052B4' d='M0 170.7h512V256H0z'/%3e%3cpath fill='%23D80027' d='M0 256h512v85.3H0z'/%3e%3ccircle fill='%23FFDA44' cx='256' cy='170.7' r='59.4'/%3e%3cpath fill='%234C1F00' d='M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z'/%3e%3cpath fill='%2357BA17' d='M217.7 171.7c0 21.1 17.2 38.3 38.3 38.3 21.1 0 38.3-17.2 38.3-38.3v-11.5h-76.5v11.5z'/%3e%3cpath fill='%23338AF3' d='M256 110.5c-21.1 0-38.3 17.2-38.3 38.3v11.5h76.5v-11.5c.1-21.1-17.1-38.3-38.2-38.3z'/%3e%3c/svg%3e");
}
.flag\:EE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23111' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23368FD8' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='white' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:EG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 0h512v113.8H0z'/%3e%3cpath d='M0 227.6h512v113.8H0z'/%3e%3cpath fill='%23C09300' d='M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z'/%3e%3c/svg%3e");
}
.flag\:EH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 0h512v113.8H0z'/%3e%3cpath fill='%23428823' d='M0 227.6h512v113.8H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M256 170.7L0 341.3V0zM309.1 170.7c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-4.8-34.6-23.9-34.6-46.8z'/%3e%3cpath d='M365 129.2l10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:ER {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%2356AF35' d='M0 0h512v170.7H0z'/%3e%3cpath fill='%23D80027' d='M0 341.3l512-170.7L0 0v341.3z'/%3e%3cg fill='%23ffc945'%3e%3cpath d='M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z'/%3e%3ccircle cx='119.5' cy='148.3' r='17.5'/%3e%3ccircle cx='148.9' cy='158.5' r='17.5'/%3e%3ccircle cx='134.7' cy='135.2' r='17.5'/%3e%3ccircle cx='119.5' cy='172.7' r='17.5'/%3e%3ccircle cx='149.9' cy='182.8' r='17.5'/%3e%3ccircle cx='122.5' cy='198' r='17.5'/%3e%3ccircle cx='145.9' cy='205.2' r='17.5'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:ES {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.331h512v113.775H0zM0 312.882h512v113.775H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:ET {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%2320AA46' d='M0 0h22.5v5H0V0z'/%3e%3cpath fill='%23E92F3B' d='M0 10h22.5v5H0v-5z'/%3e%3cpath fill='%23FADF50' d='M0 5h22.5v5H0V5z'/%3e%3ccircle fill='%23205CCA' cx='11.3' cy='7.5' r='5.2'/%3e%3cpath fill='%23FFDB3D' d='M11.2 9.2L8.8 11l.9-2.9-2.4-1.8h3l1-2.8 1 2.9h3l-2.4 1.8.9 2.9-2.6-1.9zm0-1l.9.6-.3-1.1.9-.7h-1.1l-.4-1.1-.4 1.1H9.7l.9.7-.3 1.1c0 .1.9-.6.9-.6z'/%3e%3c/svg%3e");
}
.flag\:FI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%232E52B2' d='M512 129.3V212H203.7v129.3H121V212H0v-82.7h121V0h82.7v129.3z'/%3e%3c/svg%3e");
}
.flag\:FJ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%232E52B2' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.2H80zM256 0v15.1l-57.4 38.2H176z'/%3e%3cpath d='M0 0v15.1l57.4 38.2H80zM256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zM256 170.7v-15.1l-57.4-38.3H176z'/%3e%3c/g%3e%3cpath fill='%23F3F3F3' d='M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z'/%3e%3cpath fill='%23D80027' d='M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z'/%3e%3c/svg%3e");
}
.flag\:FK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='white' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M155.8 115L256 170.7v-15.8L184.2 115zM71.8 115L0 154.9v15.8L100.2 115z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='white' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M100.2 55.6L0 0v15.7l71.8 39.9zM184.2 55.6L256 15.7V0L155.8 55.6z'/%3e%3c/g%3e%3cpath fill='%231F8BDE' d='M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z'/%3e%3cpath fill='white' d='M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z'/%3e%3cpath fill='%23187536' d='M347.1 193.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8-21.7 0-19.1 4.8-19.1 4.8-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z'/%3e%3cpath fill='white' d='M357.4 179.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1-24.9 0-45.1 13.5-45.1 30.1-.1 8.5 6.6 28.5 15 30.1zM356 270.7c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM322.1 210c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z'/%3e%3c/svg%3e");
}
.flag\:FM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cg fill='white'%3e%3cpath d='M256 37.9l10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zM388.8 170.7l-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:FO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230F61A5' d='M512 214.5H206.2v126.8H118.4V214.5H0v-87.7h118.4V0H206.2v126.8H512V192z'/%3e%3cpath fill='%23E50E3D' d='M512 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z'/%3e%3c/svg%3e");
}
.flag\:FR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:GA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%230052B4' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:GB {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23D80027' d='M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M393.785 315.358L512 381.034v-65.676zM311.652 315.358L512 426.662v-31.474l-143.693-79.83zM458.634 426.662l-146.982-81.664v81.664z'/%3e%3c/g%3e%3cpath fill='white' d='M311.652 315.358L512 426.662v-31.474l-143.693-79.83z'/%3e%3cpath fill='%23D80027' d='M311.652 315.358L512 426.662v-31.474l-143.693-79.83z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M90.341 315.356L0 365.546v-50.19zM200.348 329.51v97.151H25.491z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M143.693 315.358L0 395.188v31.474l200.348-111.304z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M118.215 196.634L0 130.958v65.676zM200.348 196.634L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z'/%3e%3c/g%3e%3cpath fill='white' d='M200.348 196.634L0 85.33v31.474l143.693 79.83z'/%3e%3cpath fill='%23D80027' d='M200.348 196.634L0 85.33v31.474l143.693 79.83z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M421.659 196.636L512 146.446v50.19zM311.652 182.482V85.331h174.857z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M368.307 196.634L512 116.804V85.33L311.652 196.634z'/%3e%3c/svg%3e");
}
.flag\:GD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23c60a0a' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%233E8446' d='M256 170.7L44.5 296.8V44.5z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M256 170.7l211.5 126.1h-423zM467.5 44.5L256 170.7 44.5 44.5z'/%3e%3c/g%3e%3cpath fill='%233E8446' d='M467.5 44.5v252.3L256 170.7z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M256 10.4l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM170.1 10.4l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM341.9 10.4l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM256 304.2l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM170.1 304.2l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM341.9 304.2l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z'/%3e%3c/g%3e%3ccircle fill='%23c60a0a' cx='244.5' cy='170.7' r='76.2'/%3e%3cpath fill='%23FFDA44' d='M244.5 110.1l13.6 41.8h44l-35.6 25.8 13.6 41.8-35.6-25.8-35.5 25.8 13.6-41.8-35.6-25.8h44zM107.7 167.8c4.4 6.9 2.3 16.1-4.6 20.5s-16.1 2.3-20.5-4.6c-7.9-12.5-3.3-33-3.3-33s20.4 4.6 28.4 17.1z'/%3e%3ccircle fill='%23A2001D' cx='99.1' cy='182.1' r='7.4'/%3e%3c/svg%3e");
}
.flag\:GE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M.8 0h21v15H.8V0z'/%3e%3cpath fill='%23eb000e' d='M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z'/%3e%3cpath fill='%23eb000e' d='M17.3 2.7l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm-12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm0 9l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2z'/%3e%3c/svg%3e");
}
.flag\:GF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23FDEB01' d='M0 0l90 60H0z'/%3e%3cpath fill='%2358A846' d='M90 0v60L0 0z'/%3e%3cpath fill='%23ED3D24' stroke='%23A02021' stroke-miterlimit='10' d='M54.1 35.3l14.7-10.7H50.6L45 7.3l-5.6 17.3H21.2l14.7 10.7-5.6 17.4L45 42l14.7 10.7z'/%3e%3c/svg%3e");
}
.flag\:GG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z'/%3e%3cpath fill='%23FFDA44' d='M368.6 188l26 17.3V136l-26 17.3h-95.3V58.1l17.3-26h-69.2l17.3 26v95.2h-95.3l-26-17.3v69.3l26-17.3h95.3v95.2l-17.3 26h69.2l-17.3-26V188z'/%3e%3c/svg%3e");
}
.flag\:GH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M255.883 199.111l14.119 43.458 40.366 3.2-36.969 26.861 19.453 40.259-36.969-26.859-36.97 26.859 14.123-43.459-36.969-26.861h45.696z'/%3e%3c/svg%3e");
}
.flag\:GI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 230h513v112H0z'/%3e%3cpath fill='%23D80027' stroke='black' stroke-miterlimit='10' d='M363.1 131.8V99.1H374V77.3h-21.9v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7h-21.8V55.5h10.9V33.7h-21.8v10.9h-10.9V33.7H254v10.9h-10.9V33.7h-21.8v21.8h10.9v76.3h-21.8V99.1h10.9V77.3h-21.8v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7H145V219h239.9v-87.2z'/%3e%3cpath fill='%23FFDA44' stroke='black' stroke-miterlimit='10' d='M264.9 235.5l-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3l-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z'/%3e%3cpath d='M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zM170.5 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z'/%3e%3cpath d='M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zM320.9 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zM329.3 132v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zM250.5 132v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zM177.5 132v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z'/%3e%3c/svg%3e");
}
.flag\:GL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 0v171H0V0z'/%3e%3ccircle fill='white' cx='185.8' cy='171.2' r='117.8'/%3e%3cpath fill='%23D80027' d='M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8'/%3e%3c/svg%3e");
}
.flag\:GM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%231a7e25' d='M0 322.783h512v103.88H0z'/%3e%3cpath fill='%23cf0d19' d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='%230052B4' d='M0 210.877h512v89.656H0z'/%3e%3c/svg%3e");
}
.flag\:GN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M342 0h171v342H342z'/%3e%3cpath fill='%23D80027' d='M0 0h171v342H0z'/%3e%3c/svg%3e");
}
.flag\:GP {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:GQ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v113.8H0z'/%3e%3cpath fill='%23D80027' d='M0 227.6h513V342H0z'/%3e%3cpath fill='%230070C8' d='M126 170.7L0 341.3V0z'/%3e%3cpath fill='none' stroke='black' stroke-miterlimit='10' d='M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z'/%3e%3cpath fill='%23786145' d='M264.5 179.8h9.8l4 25.8h-17.8z'/%3e%3cpath fill='%236DA544' d='M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z'/%3e%3cg fill='%23FFDA00' stroke='black' stroke-miterlimit='10'%3e%3cpath d='M230.7 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zM246 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM261.3 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM277.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM293.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM308.1 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:GR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%231571CC'%3e%3cpath d='M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z'/%3e%3c/g%3e%3cpath fill='%231571CC' d='M0 0h190v190H0z'/%3e%3cg fill='white'%3e%3cpath d='M0 76h190v38H0z'/%3e%3cpath d='M76 0h38v190H76z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:GS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath fill='%23D80027' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3cg%3e%3cellipse fill='white' cx='443.4' cy='233.6' rx='29' ry='43.5'/%3e%3cellipse fill='%23FFCE00' cx='406.9' cy='317.7' rx='22' ry='9.3'/%3e%3cellipse fill='%23FFCE00' cx='364' cy='317.7' rx='22' ry='9.3'/%3e%3cpath fill='%2339B200' d='M342 190.1l43.4 86.9 43.5-86.9z'/%3e%3cellipse fill='%239B9B9B' cx='327.5' cy='233.6' rx='29' ry='43.5'/%3e%3cpath fill='%23757575' d='M371 175.6l-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z'/%3e%3ccircle fill='%23C6B56F' cx='385.4' cy='67' r='29'/%3e%3ccircle fill='%23A54A00' cx='386' cy='88.7' r='29'/%3e%3ccircle fill='white' cx='443.4' cy='117.7' r='29'/%3e%3ccircle fill='%230049FF' cx='342.2' cy='146.7' r='29'/%3e%3ccircle fill='%230041F9' cx='429.8' cy='146.7' r='29'/%3e%3ccircle fill='%23F7D71E' cx='386' cy='233.6' r='29'/%3e%3ccircle fill='%23CEC851' cx='457.9' cy='190.1' r='29'/%3e%3ccircle fill='white' cx='385.4' cy='289.5' r='29'/%3e%3cpath fill='%237C0B29' d='M371 135.7l14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z'/%3e%3ccircle fill='white' cx='327.5' cy='117.4' r='29'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:GT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 0h171v342H0zM342 0h171v342H342z'/%3e%3c/g%3e%3ccircle fill='%23DCC26D' cx='256' cy='155.8' r='25.5'/%3e%3cpath fill='%23628A40' d='M194.2 155.9c0 22.1 11.8 42.5 30.8 53.5 5.9 3.4 13.5 1.4 16.9-4.5 3.4-5.9 1.4-13.5-4.5-16.9-11.5-6.6-18.5-18.9-18.5-32.1 0-6.8-5.5-12.4-12.4-12.4s-12.3 5.5-12.3 12.4zm95.1 52.1c17.8-11.4 28.6-31 28.5-52.1 0-6.8-5.5-12.4-12.4-12.4-6.8 0-12.4 5.5-12.4 12.4 0 12.7-6.5 24.5-17.1 31.3-5.8 3.6-7.7 11.2-4.1 17 3.6 5.8 11.2 7.7 17 4.1.2-.1.3-.2.5-.3z'/%3e%3c/svg%3e");
}
.flag\:GU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230052B4' d='M11.1 11.1h489.7v319.1H11.1z'/%3e%3cpath fill='%237DBEF1' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3cpath fill='%231C8AE6' d='M179.8 180.7h152.6l-29.3 64.9h-95.2z'/%3e%3cpath fill='%23FFF042' d='M192.3 205.9s40.5 38.2 51 38.2c12.4 0 12.6-18.4 25.5-25.5 20.2-11.1 51-12.7 51-12.7L297 248.7l-41 36.6-46.8-39.7-16.9-39.7z'/%3e%3cpath fill='%23259C7B' d='M256 157.5l-22.5 15.6 7.9-26.2-21.8-16.5 27.4-.5 9-25.9 9 25.9 27.4.5-21.8 16.6 7.9 26.2-22.5-15.7z'/%3e%3cpath fill='%238E5715' d='M249.7 144.6c-.9 9.2-1.5 18.4-1.7 27.6-.3 11.9.3 20.7 2 26 2.2 6.6 7.2 12.9 14.2 18.9 5.3 4.6 10.6 8.1 14.2 10.1 3.1 1.7 7 .6 8.7-2.4 1.7-3.1.6-7-2.4-8.7-4.3-2.5-8.4-5.4-12.2-8.7-5.4-4.6-9.1-9.2-10.4-13.3-1.1-3.4-1.6-11.3-1.4-21.7.2-8.9.8-17.8 1.7-26.6.4-3.5-2.2-6.6-5.7-7-3.6-.3-6.7 2.3-7 5.8z'/%3e%3cpath fill='white' d='M217.8 170.7l25.5 38.2h-25.5v-38.2z'/%3e%3cpath fill='none' stroke='%23D80027' stroke-width='12' stroke-miterlimit='10' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3c/svg%3e");
}
.flag\:GW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v170.663H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h181.793v341.337H0z'/%3e%3cpath d='M98.32 195.127l15.107 46.497h48.894l-39.555 28.74 15.108 46.498-39.554-28.737-39.556 28.737 15.111-46.498-39.554-28.74h48.891z'/%3e%3c/svg%3e");
}
.flag\:GY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%23009E49' d='M0 0h900v600H0V0z'/%3e%3cpath fill='white' d='M0 0l947 300L0 600V0z'/%3e%3cpath fill='%23FFD00D' d='M0 26.1L870 300 0 573.9V26.1z'/%3e%3cpath fill='%232D2D2D' d='M0 0l450 300L0 600V0z'/%3e%3cpath fill='%23D3132F' d='M0 35l397.5 265L0 565V35z'/%3e%3c/svg%3e");
}
.flag\:HK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cg fill='white'%3e%3cpath d='M274.2 119.8c-5.1 21.1-14.1 17.1-18.5 35.5-26.1-6.3-42.1-32.5-35.9-58.6 6.3-26.1 32.5-42.1 58.5-35.9-8.7 36.9.5 40.1-4.1 59zM206.6 135.4c18.5 11.3 11.9 18.7 28 28.6-14 22.9-43.9 30-66.8 16s-30-43.9-16-66.8c32.3 19.8 38.2 12.1 54.8 22.2zM200.6 204.6c16.5-14.1 21.4-5.5 35.8-17.8 17.4 20.4 15 51-5.4 68.4-20.4 17.4-51 15-68.4-5.4 28.7-24.6 23.2-32.6 38-45.2zM264.5 231.7c-8.3-20.1 1.4-22.1-5.9-39.6 24.8-10.3 53.2 1.5 63.4 26.3 10.3 24.8-1.5 53.2-26.3 63.4-14.5-35-23.8-32.2-31.2-50.1zM310 179.3c-21.6 1.7-20.6-8.1-39.5-6.6-2.1-26.7 17.9-50.1 44.6-52.2 26.7-2.1 50.1 17.9 52.2 44.6-37.7 2.9-37.9 12.7-57.3 14.2z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:HM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cg fill='white'%3e%3cpath d='M223.397 255.996c.273-.304.543-.609.813-.916-.27.308-.546.61-.82.916h.007zM189.217 297.923l10.958 22.913 24.747-5.718-11.083 22.853 19.9 15.781-24.776 5.585.069 25.398-19.815-15.89-19.814 15.89.069-25.398-24.776-5.585 19.9-15.781-11.083-22.853 24.746 5.718zM387.076 326.387l5.227 10.929 11.803-2.728-5.286 10.9 9.492 7.528-11.818 2.663.032 12.114-9.45-7.578-9.45 7.578.032-12.114-11.817-2.663 9.491-7.528-5.285-10.9 11.803 2.728zM338.453 210.448l5.227 10.93 11.803-2.729-5.286 10.901 9.491 7.528-11.817 2.663.032 12.115-9.45-7.58-9.451 7.58.033-12.115-11.818-2.663 9.491-7.528-5.284-10.901 11.802 2.729zM387.076 144.198l5.227 10.93 11.803-2.73-5.286 10.902 9.491 7.527-11.817 2.664.032 12.114-9.45-7.58-9.45 7.58.032-12.114-11.817-2.664 9.491-7.527-5.285-10.902 11.803 2.73zM429.547 193.886l5.227 10.929 11.802-2.728-5.284 10.9 9.491 7.527-11.818 2.664.033 12.114-9.451-7.578-9.45 7.578.032-12.114-11.817-2.664 9.491-7.527-5.286-10.9 11.803 2.728zM399.179 251.856l4.11 12.652h13.304l-10.763 7.82 4.112 12.652-10.763-7.819-10.765 7.819 4.112-12.652-10.763-7.82h13.304z'/%3e%3cpath d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.553l45.167-25.099H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.827V85.333h55.652v48.573l87.43-48.573z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:HN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 0h513v114H0zM0 228h513v114H0zM203.5 117.9l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM308.5 117.9l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM256 147.6l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM203.5 177.3l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1zM308.5 177.3l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:HR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%230052B4' d='M0 228h513v114H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zM203.7 113.2v-44l-17.3-14.4-17.9 14.4v44zM238.9 113.2v-44l17.6-14.4 17.6 14.4v44z'/%3e%3c/g%3e%3cg fill='%230052B4'%3e%3cpath d='M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zM238.9 113.2h-35.2v-44l17.5-14.4 17.7 14.4z'/%3e%3c/g%3e%3cpath stroke='%23D80027' fill='white' d='M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M168.5 113.2h35.2v35.2h-35.2zM238.9 113.2h35.2v35.2h-35.2zM309.3 113.2h35.2v35.2h-35.2zM203.7 148.4h35.2v35.2h-35.2zM274.1 148.4h35.2v35.2h-35.2zM168.5 183.6h35.2v35.2h-35.2zM203.7 218.8h35.2V254h-35.2zM238.9 183.6h35.2v35.2h-35.2zM309.3 183.6h35.2v35.2h-35.2zM274.1 218.8h35.2V254h-35.2zM309.3 274.3c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zM238.9 254v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:HT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23A2001D' d='M0 0h513v172H0z'/%3e%3cpath fill='%230052B4' d='M0 172h513v172H0z'/%3e%3cpath fill='white' d='M381.4 251.5l-110.7-13.8-110.8 13.8V85.4h221.5z'/%3e%3ccircle fill='%230052B4' cx='270.7' cy='182.3' r='55.4'/%3e%3ccircle fill='%23A2001D' cx='270.7' cy='182.3' r='27.7'/%3e%3cpath fill='%236DA544' d='M229.1 113.1h83.1l-41.5 41.5z'/%3e%3cpath fill='%23FFDA44' d='M256.8 140.8h27.7v83h-27.7z'/%3e%3cpath fill='%236DA544' d='M314.9 215.5h-88.5l-66.5 36h221.5z'/%3e%3c/svg%3e");
}
.flag\:HU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:ID {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23A2001D' d='M0 85.337h512V256H0z'/%3e%3c/svg%3e");
}
.flag\:IE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23FF9811' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:IL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171L276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8l11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4l13-22.1 11.9 22.1h-24.9zm58.3 37.5l-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zM0 277.3h512V320H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:IM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E52D42' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z'/%3e%3cpath fill='%23F8DD4E' d='M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z'/%3e%3c/svg%3e");
}
.flag\:IN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23181A93' d='M17.3 0h478.4v342H17.3V0z'/%3e%3cpath fill='%23FFA44A' d='M0 0h513v114H0V0z'/%3e%3cpath fill='%231A9F0B' d='M0 228h513v114H0V228z'/%3e%3cpath fill='white' d='M0 114h513v114H0V114z'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='34.2'/%3e%3cpath fill='%23181A93' d='M256.5 216.6c-25.1 0-45.6-20.5-45.6-45.6s20.5-45.6 45.6-45.6 45.6 20.5 45.6 45.6-20.5 45.6-45.6 45.6zm0-11.4c18.2 0 34.2-16 34.2-34.2s-15.9-34.2-34.2-34.2-34.2 16-34.2 34.2 16 34.2 34.2 34.2z'/%3e%3ccircle fill='%23181A93' cx='256.5' cy='171' r='22.8'/%3e%3c/svg%3e");
}
.flag\:IO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0-.3h513V342H0V-.3z'/%3e%3cpath fill='%230052B4' d='M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z'/%3e%3cpath fill='white' d='M0-.3h256v171H0V-.3z'/%3e%3cpath d='M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z' fill='%23A2001D'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z'/%3e%3cpath d='M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54z'/%3e%3cpath d='M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zM256 170.7v-15l-57-38h-23l80 53z'/%3e%3c/g%3e%3cg fill='%232E52B2'%3e%3cpath d='M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73z'/%3e%3cpath d='M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zM256 147.7v-30h-46l46 30zm-96 23v-49l73 49h-73z'/%3e%3c/g%3e%3cpath fill='%235DA51E' stroke='%2345602C' stroke-width='4' stroke-miterlimit='10' d='M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z'/%3e%3cpath fill='%23E2DD24' stroke='%23525625' stroke-width='4' stroke-miterlimit='10' d='M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z'/%3e%3c/svg%3e");
}
.flag\:IQ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23CE1126' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cg fill='%23547C31'%3e%3cpath d='M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zM268.8 190.5v-59.6H249v79.5h33.1v-19.9zM335 190.5v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:IR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 227.9h513v114H0zM278.8 134.8c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z'/%3e%3c/g%3e%3cg fill='white' opacity='.5'%3e%3cpath d='M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zM89.2 98.9h22.3v24.4H89.2zM133.8 98.9h22.3v24.4h-22.3zM178.4 98.9h22.3v24.4h-22.3zM223 98.9h22.3v24.4H223zM267.7 98.9H290v24.4h-22.3zM312.3 98.9h22.3v24.4h-22.3zM356.9 98.9h22.3v24.4h-22.3zM401.5 98.9h22.3v24.4h-22.3zM446.1 98.9h22.3v24.4h-22.3zM490.7 98.9H513v24.4h-22.3zM44.6 216.9h22.3v25.5H44.6zM0 216.9h22.3v25.5H0zM89.2 216.9h22.3v25.5H89.2zM133.8 216.9h22.3v25.5h-22.3zM178.4 216.9h22.3v25.5h-22.3zM223 216.9h22.3v25.5H223zM267.7 216.9H290v25.5h-22.3zM312.3 216.9h22.3v25.5h-22.3zM356.9 216.9h22.3v25.5h-22.3zM401.5 216.9h22.3v25.5h-22.3zM446.1 216.9h22.3v25.5h-22.3zM490.7 216.9H513v25.5h-22.3z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:IS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z'/%3e%3cpath fill='%23D80027' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e");
}
.flag\:IT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M341.334 85.33H0v341.332h512V85.33z'/%3e%3cpath fill='%236DA544' d='M0 85.333h170.663V426.67H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.333H512V426.67H341.337z'/%3e%3c/svg%3e");
}
.flag\:JE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M301.8 171L513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z'/%3e%3cpath fill='%23FFDA44' d='M233.7 44.6l22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z'/%3e%3cpath fill='%23D80027' d='M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z'/%3e%3c/svg%3e");
}
.flag\:JM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z'/%3e%3cpath fill='%230052B4' d='M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z'/%3e%3cpath fill='%23FFDA44' d='M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z'/%3e%3c/svg%3e");
}
.flag\:JO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.339h512v341.326H0z'/%3e%3cpath d='M0 85.339h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.89h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M256 256.006L0 426.669V85.331z'/%3e%3cpath fill='white' d='M77.913 224.802l7.876 16.469 17.786-4.11-7.965 16.426 14.303 11.343-17.808 4.014.049 18.255-14.241-11.421-14.241 11.421.05-18.255-17.809-4.014 14.303-11.343-7.965-16.426 17.786 4.11z'/%3e%3c/svg%3e");
}
.flag\:JP {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='%23D80027' cx='256' cy='255.994' r='96'/%3e%3c/svg%3e");
}
.flag\:KE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v90.579H0z'/%3e%3cpath fill='%23496E2D' d='M0 336.089h512v90.568H0z'/%3e%3cpath fill='%23A2001D' d='M0 198.606h512v114.799H0z'/%3e%3cg fill='white'%3e%3cpath d='M323.265 139.803l-25.583-11.809L256 222.376l-41.682-94.382-25.583 11.809 51.749 116.191-51.749 116.192 25.583 11.808L256 289.613l41.682 94.381 25.583-11.808-51.749-116.192z'/%3e%3cpath d='M273.376 150.931C263.472 140.115 256 133.898 256 133.898s-7.472 6.216-17.376 17.032v210.127C248.528 371.873 256 378.091 256 378.091s7.472-6.216 17.376-17.033V150.931z'/%3e%3c/g%3e%3cg fill='%23A2001D'%3e%3cpath d='M209.04 191.226v129.535c10.465 18.542 23.274 33.742 32.872 43.818V147.408c-9.599 10.076-22.408 25.275-32.872 43.818zM302.96 191.226c-10.465-18.543-23.274-33.742-32.872-43.818V364.58c9.599-10.077 22.407-25.276 32.872-43.818V191.226z'/%3e%3c/g%3e%3cpath d='M302.96 191.226v129.535c10.594-18.774 18.784-40.973 18.784-64.767s-8.19-45.993-18.784-64.768zM209.04 191.226v129.535c-10.594-18.774-18.784-40.973-18.784-64.767s8.19-45.993 18.784-64.768z'/%3e%3c/svg%3e");
}
.flag\:KG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 342'%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0h513v342H0z'/%3e%3ccircle cx='256' cy='170.7' r='170.7'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M382.4 170.7L330.8 195l27.5 50-56.1-10.7-7.1 56.6-39.1-41.7-39.1 41.7-7.1-56.6-56.1 10.7 27.5-50-51.6-24.3 51.6-24.3-27.5-50.1 56.1 10.8 7.1-56.7L256 92.1l39.1-41.7 7.1 56.7 56.1-10.8-27.5 50.1z'/%3e%3ccircle fill='%23D80027' cx='257.4' cy='170.7' r='71.6'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M214.2 170.7c-2.1 0-4.1.1-6.2.3.1 12 4.4 22.9 11.6 31.5 3.8-10.3 9.5-19.6 16.7-27.7-6.9-2.7-14.3-4.1-22.1-4.1zM240.8 217.2c5.2 1.9 10.8 2.9 16.6 2.9 5.8 0 11.4-1 16.6-2.9-2.8-11.1-8.7-21-16.6-28.8-7.9 7.8-13.8 17.7-16.6 28.8zM300.2 146c-8.5-14.8-24.5-24.7-42.8-24.7-18.3 0-34.2 9.9-42.8 24.7 15.6.1 30.2 4.3 42.8 11.6 12.6-7.3 27.2-11.6 42.8-11.6zM278.5 174.8c7.2 8 12.9 17.4 16.7 27.7 7.2-8.5 11.5-19.5 11.6-31.5-2-.2-4.1-.3-6.2-.3-7.7 0-15.2 1.4-22.1 4.1z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:KH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath fill='white' d='M303.49 281.971v-17.809h-11.873v-23.745l-11.872-11.872-11.872 11.872v-23.744L256 204.8l-11.873 11.873v23.744l-11.872-11.872-11.872 11.872v23.745H208.51v17.809h-11.872v17.808h118.724v-17.808z'/%3e%3c/svg%3e");
}
.flag\:KI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 300'%3e%3cpath fill='%23CE1126' d='M0 0h450v300H0V0z'/%3e%3cg fill='%23FCD116'%3e%3ccircle cx='227.6' cy='161.2' r='56.2'/%3e%3cpath d='M254.1 73.4l-23.7 26 28.6 6.5zM202.6 73.6l-4.8 33.1 28.5-8zM296.9 100.3l-34.7 8.5 20.1 23.7zM158.6 98.5l15.5 32.7 20.2-22.7zM317.6 143.8l-34.4-9.9 5.6 29.5zM135.6 141.2l31.9 19.8 5.2-27.7z'/%3e%3c/g%3e%3cpath fill='%23003F87' d='M0 175h450v125H0V175z'/%3e%3cpath fill='white' d='M0 267c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21z'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCD116' d='M183.2 48.3l-1.1-5.3 22.4-3.7s-30.1-7.1-40-10.7c-14.3-5.1-16.3-12.1-16.3-12.1s44.7 11 64.8 11c4.3 0 12.8 10.7 12.8 10.7s14.8-14.9 21.9-15.4c32.1-2.3 66.6-6.4 66.6-6.4s-10 6.7-16 8.5c-16.2 4.9-50.6 11.7-50.6 11.7l-4.8 7.5H277l-14.4 4.3 7.4 6.9s-7.8-4.1-18.1-2.1c-7.1 1.3-15.4 6-22.9 8-18.7 4.8-29.9-12.8-29.9-12.8l-15.9-.1z'/%3e%3c/svg%3e");
}
.flag\:KM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v85.337H0z'/%3e%3cpath fill='white' d='M0 170.663h512V256H0z'/%3e%3cpath fill='%23D80027' d='M0 256h512v85.337H0z'/%3e%3cpath fill='%236DA544' d='M256 256.006L0 426.668V85.331z'/%3e%3cg fill='white'%3e%3cpath d='M68.638 256c0-24.865 17.476-45.638 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.255-51.942 51.942s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.337-5.096-40.812-25.869-40.812-50.734z'/%3e%3cpath d='M108.877 211.478l2.762 8.503h8.94l-7.232 5.256 2.762 8.502-7.232-5.255-7.234 5.255 2.764-8.502-7.234-5.256h8.94zM108.877 233.739l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zM108.877 256l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zM108.877 278.261l2.762 8.502h8.94l-7.232 5.256 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.256h8.94z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:KN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M512 0H0v342'/%3e%3cpath fill='%23FFDA44' d='M307.7 0L0 194.5V342h206.9L513 148.5V0z'/%3e%3cpath d='M513 0H385.2L0 249.4V341l126.2 1L513 91.6z'/%3e%3cg fill='white'%3e%3cpath d='M141.1 187l31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:KP {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2391DC5A' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 85.331h512v57.188H0zM0 369.48h512v57.177H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 165.215h512v181.582H0z'/%3e%3ccircle fill='white' cx='190.33' cy='255.994' r='65.668'/%3e%3cpath fill='%23D80027' d='M190.332 190.332l14.734 45.346h47.757l-38.65 28.028 14.849 45.481-38.69-28.16-38.631 28.107 14.79-45.428-38.616-28.028h47.722z'/%3e%3c/svg%3e");
}
.flag\:KR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='white' d='M0 0h900v600H0z'/%3e%3cg transform='rotate(-56.31)'%3e%3cg stroke='black' stroke-width='25'%3e%3cpath d='M-75 228.3H75m-150 37.5H75m-150 37.5H75M-75 778.3H75m-150 37.5H75m-150 37.5H75'/%3e%3c/g%3e%3cpath stroke='white' stroke-width='12.5' d='M0 753.3v125'/%3e%3ccircle fill='%23ca163a' cy='540.8' r='150'/%3e%3cpath fill='%230e4896' d='M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z'/%3e%3c/g%3e%3cg stroke='black' stroke-width='25'%3e%3cpath d='M231.56 535.73l-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006l-83.205-124.808M689.187 230.644l-83.205-124.807M720.39 209.843L637.184 85.036m114.407 104.006L668.386 64.234'/%3e%3c/g%3e%3cpath stroke='white' stroke-width='12.5' d='M205.6 462.897l31.202-20.8m389.981-259.989l36.444-24.296m31.202-20.801l31.202-20.801'/%3e%3c/svg%3e");
}
.flag\:KW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M166.957 312.889L0 426.663V85.337l166.957 113.774z'/%3e%3c/svg%3e");
}
.flag\:KY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3ccircle fill='%236DA544' cx='384' cy='181.79' r='29.682'/%3e%3cpath fill='%23D80027' d='M332.054 174.377h103.88v44.522h-103.88z'/%3e%3cpath fill='%23496E2D' d='M435.942 255.997v-.001.001z'/%3e%3cpath fill='%23FFDA44' d='M332.058 285.678v29.682h15.616c9.364 9.176 22.18 14.84 36.326 14.84 14.147 0 26.962-5.664 36.326-14.84h15.616v-29.682H332.058z'/%3e%3cpath fill='%23338AF3' d='M332.058 211.475v44.522c0 39.759 51.942 51.942 51.942 51.942s51.942-12.182 51.942-51.942v-44.522H332.058z'/%3e%3cg fill='%23F3F3F3'%3e%3cpath d='M383.997 235.256c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986-.001-12.986-11.873-25.973-11.873zM383.997 193.666c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986 0-12.986-11.873-25.973-11.873z'/%3e%3c/g%3e%3cpath fill='white' d='M256 85.334v22.617l-46.069 30.709H256v64h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.329h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.082l57.377 38.252H80zM256 85.329v15.082l-57.377 38.252H176z'/%3e%3cpath d='M0 85.329v15.082l57.377 38.252H80zM256 85.329v15.082l-57.377 38.252H176zM0 255.997v-15.082l57.377-38.252H80zM256 255.997v-15.082l-57.377-38.252H176z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:KZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2336B6CC' d='M0 0h513v342H0V0z'/%3e%3ccircle fill='%23FFD400' cx='256.5' cy='170.9' r='68.4'/%3e%3cpath fill='%23FFD400' d='M256.5 251.5l-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z'/%3e%3c/svg%3e");
}
.flag\:LA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 .1h513v90.7H0zM0 251.3h513V342H0z'/%3e%3c/g%3e%3ccircle fill='white' cx='256.5' cy='171' r='65.9'/%3e%3c/svg%3e");
}
.flag\:LB {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 .2h513v90.7H0zM.5 251.3H513V342H.5z'/%3e%3c/g%3e%3cpath fill='%236DA544' d='M290.3 193.5L256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z'/%3e%3cpath fill='%2314AF5A' d='M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z'/%3e%3c/svg%3e");
}
.flag\:LC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2355B2FF' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F3F3F3' d='M148.5 298.1h216l-108-254.2z'/%3e%3cpath fill='%23333' d='M186 272.7l70.5-160.3L327 272.7z'/%3e%3cpath fill='%23FFDA44' d='M148.5 298.1h216l-108-101.7z'/%3e%3c/svg%3e");
}
.flag\:LI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v171H0z'/%3e%3cpath fill='%23FFDA44' d='M149.3 98.1c0-14-11.3-25.3-25.3-25.3-6.5 0-12.4 2.4-16.9 6.4V64.4h8.4V47.5h-8.4v-8.4H90.3v8.4h-8.4v16.9h8.4v14.9c-4.5-4-10.4-6.4-16.9-6.4-14 0-25.3 11.3-25.3 25.3 0 7.5 3.3 14.2 8.4 18.8v14.9h84.3V117c5.3-4.7 8.5-11.5 8.5-18.9z'/%3e%3c/svg%3e");
}
.flag\:LK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.329v341.337h512V85.329H0zm489.739 319.076h-267.13V107.59h267.13v296.815z'/%3e%3cpath fill='%23A2001D' d='M222.609 107.595h267.13V404.41h-267.13z'/%3e%3cpath fill='%23D80027' d='M22.261 107.595h200.348V404.41H22.261z'/%3e%3cpath fill='%23FFDA44' d='M200.348 85.334h22.261v341.337h-22.261z'/%3e%3cpath fill='%236DA544' d='M22.261 107.595h89.043V404.41H22.261z'/%3e%3cpath fill='%23FF9811' d='M111.304 107.595h89.043V404.41h-89.043z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M358.675 250.438v-44.522c0-7.424-11.13-14.848-11.13-14.848s-11.13 7.424-11.13 14.848h-44.522v44.522h22.261v22.261c0 4.875.979 9.539 2.76 13.768l-10.184 8.493h-29.674V157.677c-12.299 0-22.261 9.973-22.261 22.261v96.467a22.19 22.19 0 007.413 16.584v35.361h14.848v-18.554h66.783v29.685H328.99v14.837h29.685v-29.685l13.601-14.837h44.288v29.685h-14.848v14.837h29.685v-29.685l13.601-14.837 12.552-40.259-11.038-19.1h-38.945c-14.169-.122-40.637.09-48.896.001z'/%3e%3cpath d='M370.551 211.844v25.229h71.513v13.365h4.452v-17.817h-71.513v-16.325h75.965v-4.452zM222.609 107.595h22.261v22.261h-22.261zM467.478 107.595h22.261v22.261h-22.261zM222.609 382.138h22.261v22.261h-22.261zM467.478 382.138h22.261v22.261h-22.261z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:LR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 91.476h512v341.337H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 91.476h512v31.031H0zM0 153.539h512v31.031H0zM0 215.603h512v31.031H0zM0 277.666h512v31.031H0zM0 339.729h512v31.031H0zM0 401.793h512v31.031H0z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M0 79.177h256v167.457H0z'/%3e%3cpath fill='white' d='M127.999 118.382l11.05 34.01h35.764l-28.932 21.021 11.05 34.012-28.932-21.021-28.933 21.021 11.053-34.012-28.932-21.021h35.762z'/%3e%3c/svg%3e");
}
.flag\:LS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 227.6h513v114H0z'/%3e%3cpath d='M245.2 171l7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z'/%3e%3cpath d='M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z'/%3e%3c/svg%3e");
}
.flag\:LT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:LU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23338AF3' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:LV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23A2001D'%3e%3cpath class='prefix__st1' d='M0 0h513v127.6H0zM0 214.4h513V342H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:LY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 312.888h512v113.775H0z'/%3e%3cg fill='white'%3e%3cpath d='M281.424 236.026l8.962 12.35 14.513-4.706-8.975 12.339 8.961 12.349-14.509-4.724-8.976 12.34.01-15.258-14.51-4.725 14.514-4.706z'/%3e%3cpath d='M256.965 286.868c-17.048 0-30.868-13.821-30.868-30.868s13.821-30.868 30.868-30.868a30.742 30.742 0 0114.684 3.71c-6.851-6.698-16.218-10.833-26.556-10.833-20.982 0-37.992 17.01-37.992 37.992s17.01 37.992 37.992 37.992c10.338 0 19.706-4.135 26.556-10.833a30.738 30.738 0 01-14.684 3.708z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337v341.326h512V85.337z'/%3e%3cpath fill='%2320661b' d='M352 226.484h-73.337L256 156.738l-22.663 69.748H160l59.331 43.107-22.663 69.749L256 296.232l59.332 43.107-22.663-69.749L352 226.484zm-116.063 37.711l7.663-23.585h24.8l7.663 23.585v.001L256 278.772l-20.063-14.577zm27.873-37.711h-15.619L256 202.447l7.81 24.037zm24.269 28.982l-4.827-14.856h25.274l-20.447 14.856zm-59.331-14.856l-4.827 14.856-20.447-14.856h25.274zm-5.211 61.748l7.81-24.036 12.636 9.181-20.446 14.855zm44.479-14.856l12.636-9.181 7.81 24.036-20.446-14.855z'/%3e%3c/svg%3e");
}
.flag\:MC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.34h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M512 85.334v166.69L0 256.175V85.334z'/%3e%3c/svg%3e");
}
.flag\:MD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3cpath fill='%230052B4' d='M0 0h171v342H0z'/%3e%3cpath fill='%23AF7F59' d='M206.2 129.1h33.2L256 79.3l16.6 49.8h33.2v99.6L256 262l-49.8-33.2v-99.7zm33.2 33.3v49.8h33.2v-49.8h-33.2z'/%3e%3c/svg%3e");
}
.flag\:ME {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E6BE53' d='M0 0h513v342H0z'/%3e%3cpath fill='%23E01D24' d='M20 20h473v302H20z'/%3e%3cpath fill='%23E6BE53' d='M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c6-2 15.5-2 21.5 0l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9.1 0-6.7-6.8-6.7-6.8z'/%3e%3cpath fill='%23215F90' d='M233.9 200.2c0 6.2 1.7 6.4 4.2.5 0 0 7.1-23.2 18.4-23.2 11.3 0 18.6 23.6 18.6 23.6 2.2 5.7 4 5.3 4-1.1v-11.2c0-18.7-10.1-33.9-22.6-33.9-12.5 0-22.6 15.2-22.6 33.9v11.4z'/%3e%3c/svg%3e");
}
.flag\:MF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 72'%3e%3cpath d='M0 0h108v72H0z' fill='%23003787'/%3e%3cpath d='M0 0h108L60 48v24H48V48z' fill='white'/%3e%3ccircle cx='54' cy='30' r='8' fill='%23f9d90f'/%3e%3cpath d='M44 30h20L54 48z' fill='white'/%3e%3cpath d='M54 48L38 33h32z' fill='%23cf142b'/%3e%3c/svg%3e");
}
.flag\:MG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M512 426.666V85.329H0v341.337h512z'/%3e%3cpath fill='%23D80027' d='M512 85.331H0v170.666h512V85.331z'/%3e%3cpath fill='white' d='M0 85.334h181.793v341.337H0z'/%3e%3c/svg%3e");
}
.flag\:MH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%231E509C' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 176.1V81.3L0 342l513-165.9z'/%3e%3cpath fill='%23F18D36' d='M513 0v81.3L0 342 513 0z'/%3e%3cpath fill='white' d='M126.7 99.3l-7.8-54.1-7.7 54.1-20.8-23.7 10.7 31.6-31.5-10.7 23.6 20.8-54.1 7.7 54.1 7.7-23.6 20.8 31.5-10.7-10.7 31.6 20.8-23.7 7.7 54.1 7.8-54.1 20.7 23.7-10.6-31.6 31.5 10.7-23.6-20.8 54-7.7-54-7.7 23.6-20.8-31.5 10.7 10.6-31.6z'/%3e%3c/svg%3e");
}
.flag\:MK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.333h512V426.67H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M383.875 426.662L256 252.286l26.827 174.376zM133.565 85.33L256 252.286 230.314 85.33zM229.171 426.662L256 252.286 128.124 426.662zM0 85.33V212.9l256 39.386L28.333 85.33zM0 426.662h18.212L256 252.286 0 291.67zM256 252.286L512 212.9V85.33h-28.331zM281.686 85.33L256 252.286 378.434 85.33zM512 426.662V291.671l-256-39.385 237.787 174.376z'/%3e%3ccircle cx='256' cy='252.29' r='59.359'/%3e%3c/g%3e%3ccircle fill='%23FFDA44' cx='256' cy='252.29' r='44.522'/%3e%3c/svg%3e");
}
.flag\:ML {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%236DA544' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:MM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='white' d='M384 227.261h-97.783L256 134.265l-30.217 92.997H128l79.108 57.475-30.217 92.998L256 320.925l79.108 56.81-30.217-92.998L384 227.261z'/%3e%3c/svg%3e");
}
.flag\:MN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23095FAD' d='M0 0h513v342H0z'/%3e%3cg fill='%23BE1229'%3e%3cpath d='M342 0h171v342H342zM0 0h171v342H0z'/%3e%3c/g%3e%3cg fill='%23FFDA44'%3e%3cpath d='M108.3 166.3h14.8v74.2h-14.8zM48.9 166.3h14.8v74.2H48.9z'/%3e%3ccircle cx='86' cy='203.4' r='14.8'/%3e%3cpath d='M71.2 225.7h29.7v14.8H71.2zM71.2 166.3h29.7v14.8H71.2z'/%3e%3ccircle cx='86' cy='144' r='14.8'/%3e%3cpath d='M76.3 123.9h19.5L86 108.3z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2300745a' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M256 152.111l4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zM202.112 175.683l8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zM162.662 215.132l11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zM309.889 175.683l-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zM349.338 215.132l-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z'/%3e%3c/g%3e%3cg fill='white'%3e%3cpath d='M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zM187.977 306.12a74.138 74.138 0 008.85 15.073h118.345a74.13 74.13 0 008.85-15.073H187.977z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MP {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 750 500'%3e%3cpath fill='%230071BC' d='M0 0h750v500H0V0z'/%3e%3cg fill='white' stroke='black' stroke-width='1.9'%3e%3ccircle cx='375' cy='245' r='225' fill='white'/%3e%3ccircle cx='375' cy='245' r='165' fill='%230071BC'/%3e%3c/g%3e%3cg stroke='black'%3e%3cpath fill='%238C8A8C' stroke-width='1.9' d='M444.7 450c.7 11-7.8 20-18.8 20H323.6c-11 0-19.5-9-19-20l16.7-325c.6-11 10-20 21-20h61.4c11 0 20.5 9 21.2 20l19.8 325z'/%3e%3cpath fill='white' stroke-width='2' stroke-linejoin='round' d='M373 114l30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MQ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cg fill='white'%3e%3cpath d='M512 148.4v44.5H278.3v148.4h-44.6V192.9H0v-44.5h233.7V0h44.6v148.4z'/%3e%3cpath d='M101 36.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zM385 36.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zM379.6 235.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7s3.4 6.5 7 6.3l1.7-.1zM101 235.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8s4.2 5.9 7.8 5.2c.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 00160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z'/%3e%3cpath d='M255.999 171.994l8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%231B4991' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300A2B8' stroke='white' stroke-width='3' d='M318.2 106.7v106.5c0 51.9 67.8 67.8 67.8 67.8s67.8-15.9 67.8-67.8V106.7H318.2z'/%3e%3cpath fill='%23A35023' d='M319.7 212.7c0 50.8 66.3 66.3 66.3 66.3s66.3-15.6 66.3-66.3H319.7z'/%3e%3cpath d='M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z'/%3e%3cpath fill='white' d='M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='white' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='%23D80027' d='M155.8 115L256 170.7v-15.8L184.2 115zM71.8 115L0 154.9v15.8L100.2 115z'/%3e%3cpath fill='%230052B4' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='white' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='%23D80027' d='M100.2 55.6L0 0v15.7l71.8 39.9zM184.2 55.6L256 15.7V0L155.8 55.6z'/%3e%3c/svg%3e");
}
.flag\:MT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23C31B28' d='M256 0h256.5v342H256z'/%3e%3cpath fill='%23ACABB1' stroke='%23C31B28' stroke-width='2' d='M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z'/%3e%3c/svg%3e");
}
.flag\:MU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23f7ce00' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23e32737' d='M0 85.331h512v85.337H0z'/%3e%3cpath fill='%23191f6a' d='M0 170.657h512v85.337H0z'/%3e%3cpath fill='%2300a04e' d='M0 341.331h512v85.337H0z'/%3e%3c/svg%3e");
}
.flag\:MV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23d01920' d='M0 85.331h512v341.333H0z'/%3e%3cpath fill='%23017c3b' d='M144.696 174.375h222.609v163.25H144.696z'/%3e%3cpath fill='white' d='M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z'/%3e%3c/svg%3e");
}
.flag\:MW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 342'%3e%3cpath fill='%23272727' d='M0 0h512v114H0z'/%3e%3cpath fill='%23e40112' d='M0 114h512v114H0z'/%3e%3cpath fill='%2307893f' d='M0 228h512v114H0z'/%3e%3ccircle fill='%23e40112' cx='256' cy='125' r='95'/%3e%3c/svg%3e");
}
.flag\:MX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23dc2339' d='M342 0H0v341.3h513V0z'/%3e%3cpath fill='%2311865d' d='M0 0h171v342H0z'/%3e%3cpath fill='white' d='M171 0h171v342H171z'/%3e%3cpath fill='%238C9157' d='M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z'/%3e%3cellipse fill='%23C59262' cx='256.5' cy='159.1' rx='24.3' ry='36.4'/%3e%3c/svg%3e");
}
.flag\:MY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 42.7h512v42.7H0zM0 128h512v42.7H0zM0 213.3h512V256H0zM0 298.7h512v42.7H0z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M0 0h256v170.7H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M141.1 134.8c-28 0-45.9-24.8-45.9-49.5 0-24.8 17.9-49.5 45.9-49.5 8.7 0 18.1 1 25.3 4.9-11.2-11-26.6-17.8-43.6-17.8-34.4 0-62.4 27.9-62.4 62.4s27.9 62.4 62.4 62.4c17 0 32.3-6.8 43.6-17.8-7.1 3.9-16.5 4.9-25.3 4.9z'/%3e%3cpath d='M171 49.7l9 18.8 20.3-4.7-9.1 18.8 16.4 12.9-20.4 4.6.1 20.9-16.3-13.1-16.2 13.1v-20.9l-20.3-4.6 16.3-12.9-9.1-18.8 20.3 4.7z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:MZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='white' d='M0 85.333h513v342H0z'/%3e%3cpath fill='%23f4d900' d='M0 323.333h513v104H0z'/%3e%3cpath fill='%23006d66' d='M0 85.333h513v104H0z'/%3e%3cpath d='M0 204.333h513v104H0z'/%3e%3cpath fill='%23cb0f31' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='%23f4d900' d='M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z'/%3e%3c/svg%3e");
}
.flag\:NA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.337h512'/%3e%3cpath fill='white' d='M512 152.222V85.337H411.67L0 359.778v66.885h100.33z'/%3e%3cpath fill='%23A2001D' d='M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z'/%3e%3cpath fill='%23FFDA44' d='M187.737 189.212l-22.741 10.696 12.11 22.024-24.693-4.724-3.129 24.945-17.199-18.347-17.2 18.347-3.129-24.945-24.693 4.723 12.109-22.023-22.739-10.696 22.74-10.697-12.11-22.022 24.693 4.722 3.13-24.944 17.199 18.347 17.2-18.347 3.128 24.944 24.693-4.722-12.108 22.024z'/%3e%3c/svg%3e");
}
.flag\:NC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 426.7'%3e%3cpath fill='%23009543' d='M0 293h640v133.7H0V293z'/%3e%3cpath fill='%23ED4135' d='M0 132h640v161.3H0V132z'/%3e%3cpath fill='%230035AD' d='M0 0h640v133.3H0V0z'/%3e%3ccircle fill='%23FAE600' stroke='black' stroke-width='5.3' cx='240' cy='213.3' r='157.3'/%3e%3cpath d='M307.9 354.5l-31.8 12-36.1 4.2-37.8-2.4-35.9-15.5s28.6-29.3 40.7-33.5c8.6-3 22.4-3.7 22.4-3.7V122l-.3-66H246l-.5 67.5v191.7s15.3 1.2 22.1 4.1c11.3 4.9 40.3 35.2 40.3 35.2z'/%3e%3cpath d='M212.727 102.375l42.955-21.418 5.577 11.187-42.955 21.417z'/%3e%3cellipse cx='237.8' cy='280.5' rx='16.8' ry='26.5'/%3e%3ccircle cx='237.4' cy='143.4' r='20.9'/%3e%3cellipse cx='238.4' cy='211.1' rx='19.9' ry='12.1'/%3e%3cpath d='M213.8 177h47v10h-47zM213.8 234h47v10h-47z'/%3e%3c/svg%3e");
}
.flag\:NE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23f47b10' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%2364a243' d='M0 312.888h512v113.775H0z'/%3e%3ccircle fill='%23f47b10' cx='256' cy='256' r='32'/%3e%3c/svg%3e");
}
.flag\:NF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cg fill='%23007b23'%3e%3cpath d='M0 85.5h171v342H0zM342 85.5h171v342H342zM304 311.995l-48-152.001-48 152.001h36v39.999h24v-39.999z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:NG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cg fill='%23007b23'%3e%3cpath d='M0 85.5h171v342H0zM342 85.5h171v342H342z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:NI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M256 214.447c-22.949 0-41.553 18.603-41.553 41.553S233.05 297.553 256 297.553c22.949 0 41.553-18.603 41.553-41.553S278.949 214.447 256 214.447zm0 65.298c-13.114 0-23.745-10.631-23.745-23.745s10.631-23.745 23.745-23.745 23.745 10.631 23.745 23.745-10.631 23.745-23.745 23.745z'/%3e%3cpath fill='%230052B4' d='M276.563 261.936L256 256l-20.563 5.936-6.855 11.873h54.836z'/%3e%3cpath fill='%23338AF3' d='M256 226.32l-13.709 23.744L256 256l13.709-5.936z'/%3e%3cpath fill='%236DA544' d='M235.437 261.936h41.126l-6.854-11.872h-27.418z'/%3e%3c/svg%3e");
}
.flag\:NL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cpath fill='%23cd1f2a' d='M0 85.5h513v114H0z'/%3e%3cpath fill='%231d4185' d='M0 312h513v114H0z'/%3e%3c/svg%3e");
}
.flag\:NO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z'/%3e%3cpath fill='%232E52B2' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e");
}
.flag\:NP {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z'/%3e%3cpath fill='%23D80027' d='M244.769 249.888L10.199 103.71v312.754h234.57L61.193 249.888z'/%3e%3cg fill='white'%3e%3cpath d='M98.003 324.433l-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zM88.268 191.662l-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z'/%3e%3cpath d='M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:NR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 239.994h512v32H0z'/%3e%3cpath fill='white' d='M174.802 341.329l-19.124 8.996 10.184 18.521-20.767-3.973-2.631 20.978L128 370.422l-14.465 15.429-2.63-20.978-20.767 3.973 10.183-18.521-19.123-8.996 19.124-8.995-10.184-18.52 20.766 3.971 2.632-20.978L128 312.236l14.465-15.429 2.63 20.978 20.767-3.971-10.183 18.521z'/%3e%3c/svg%3e");
}
.flag\:NU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.334h256v170.663H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80z'/%3e%3c/g%3e%3cg fill='%232E52B2'%3e%3cpath d='M0 107.951v30.712h46.069zM96 85.331v48.913L22.628 85.331z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M256 85.329v15.083l-57.377 38.251H176z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M256 107.951v30.712h-46.069zM160 85.331v48.913l73.372-48.913z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 85.329v15.083l57.377 38.251H80z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M0 107.951v30.712h46.069zM96 85.331v48.913L22.628 85.331z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M256 85.329v15.083l-57.377 38.251H176z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M256 107.951v30.712h-46.069zM160 85.331v48.913l73.372-48.913z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 255.997v-15.082l57.377-38.252H80z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M0 233.376v-30.713h46.069zM96 255.994v-48.912l-73.372 48.912z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M256 255.997v-15.082l-57.377-38.252H176z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M256 233.376v-30.713h-46.069zM160 255.994v-48.912l73.372 48.912z'/%3e%3ccircle cx='128' cy='170.66' r='22.627'/%3e%3c/g%3e%3cg fill='%23FFDA44'%3e%3cpath d='M128 154.663l3.97 12.222h12.854l-10.398 7.556 3.971 12.222L128 179.109l-10.398 7.554 3.972-12.222-10.398-7.556h12.853zM128 219.803l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zM128 102.469l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zM197.931 161.136l2.365 7.277h7.653l-6.192 4.499 2.365 7.279-6.191-4.498-6.191 4.498 2.365-7.279-6.191-4.499h7.652zM58.069 161.136l2.364 7.277h7.653l-6.191 4.499 2.364 7.279-6.19-4.498-6.191 4.498 2.365-7.279-6.192-4.499h7.653z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:NZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M425.301 233.745l3.388 10.428h10.963l-8.87 6.444 3.388 10.427-8.869-6.444-8.871 6.444 3.388-10.427-8.87-6.444h10.963zM386.107 308.817l5.083 15.642h16.445l-13.305 9.667 5.082 15.64-13.305-9.667-13.305 9.667 5.083-15.64-13.305-9.667h16.445zM387.588 185.971l4.236 13.036h13.704l-11.088 8.054 4.235 13.034-11.087-8.056-11.088 8.056 4.235-13.034-11.087-8.054h13.704zM349.876 233.291l5.082 15.641h16.446l-13.306 9.666 5.084 15.641-13.306-9.666-13.305 9.666 5.082-15.641-13.305-9.666h16.445z'/%3e%3c/g%3e%3cpath fill='white' d='M256.003 85.329v30.564l-45.178 25.088h45.178v59.359H196.89l59.113 32.846v22.806h-26.69l-73.484-40.826v40.826h-55.652v-48.573l-87.429 48.573H.003v-30.553l45.168-25.099H.003v-59.359h59.103L.003 108.147V85.329h26.68l73.494 40.838V85.329h55.652v48.573l87.43-48.573z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915zM71.846 200.344L0 240.259v15.739l100.174-55.654z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M100.174 140.983L0 85.33v15.738l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.983L0 85.33v15.738l71.847 39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M100.174 140.983L0 85.33v15.738l71.847 39.915zM184.154 140.983L256 101.068V85.33l-100.174 55.653z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:OM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M138 0h377v114H138z'/%3e%3cpath fill='%234A7C3A' d='M138 230h377v114H138z'/%3e%3cg fill='none' stroke='white' stroke-width='10' stroke-miterlimit='2'%3e%3cpath d='M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7'/%3e%3cpath d='M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8M51.7 65.3h37.9M70.7 35.2v30.1'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M256 256v170.663H0V256h256z'/%3e%3cpath fill='%23D80027' d='M512 85.337V256H256V85.337h256z'/%3e%3cpath fill='%230052B4' d='M128 123.034l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z'/%3e%3cpath fill='%23D80027' d='M384 293.697l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z'/%3e%3c/svg%3e");
}
.flag\:PE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.331h170.663v341.337H0zM341.337 85.331H512v341.337H341.337z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M293.991 256c0 20.982-17.01 33.243-37.992 33.243S218.008 276.982 218.008 256s17.01-37.992 37.992-37.992 37.991 17.01 37.991 37.992z'/%3e%3cpath fill='%230052B4' d='M293.991 256c0 20.982-17.01 37.992-37.992 37.992s-37.992-17.01-37.992-37.992'/%3e%3cg fill='%23D80027'%3e%3cpath d='M232.259 246.506h9.498v19h-9.498zM270.247 246.506h9.498v19h-9.498zM251.247 232.259h9.498v33.243h-9.498z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23A2001D' d='M0 85.33h512v341.332'/%3e%3cg fill='white'%3e%3cpath d='M204.631 326.488l2.762 8.504h8.941l-7.233 5.255 2.763 8.502-7.233-5.254-7.233 5.254 2.762-8.502-7.233-5.255h8.94zM181.797 244.866l4.605 14.172h14.901l-12.056 8.757 4.605 14.172-12.055-8.759-12.055 8.759 4.606-14.172-12.056-8.757h14.901zM181.797 348.749l4.604 14.173h14.902l-12.057 8.757 4.606 14.173-12.055-8.759-12.055 8.759 4.604-14.173-12.054-8.757h14.899zM225.363 281.967l4.606 14.172h14.901l-12.056 8.758 4.605 14.172-12.056-8.759-12.054 8.759 4.606-14.172-12.056-8.758h14.901zM138.23 281.967l4.606 14.172h14.899l-12.054 8.758 4.603 14.172-12.054-8.759-12.055 8.759 4.605-14.172-12.055-8.758h14.9z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M376.526 204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795c-12.698-12.698-29.714-18.431-46.319-17.218a44.31 44.31 0 00-11.396-19.511l-12.593 25.186a18.47 18.47 0 00-3.148-4.197c-7.245-7.245-18.991-7.244-26.234 0s-7.245 18.99 0 26.234a18.536 18.536 0 004.197 3.148l-25.186 12.593a44.303 44.303 0 0019.519 11.399c-1.217 16.606 4.511 33.619 17.209 46.317L324.12 214.6a11.053 11.053 0 017.807-3.202c2.973 0 5.768 1.158 7.87 3.26a11.055 11.055 0 013.26 7.87c0 2.974-1.158 5.768-3.26 7.87l10.494 10.494c4.905-4.905 7.607-11.428 7.607-18.364 0-5.675-1.81-11.071-5.153-15.534a29.492 29.492 0 0113.288 7.662c11.573 11.572 11.573 30.403 0 41.975l10.494 10.494c8.409-8.409 13.039-19.59 13.039-31.481-.001-11.892-4.632-23.072-13.04-31.481z'/%3e%3c/svg%3e");
}
.flag\:PH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M512 85.337V256H256L0 85.337z'/%3e%3cpath fill='%23D80027' d='M512 256v170.663H0L256 256z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M161.908 256l-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zM21.789 353.53l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zM210.395 235.569l-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cg fill='white'%3e%3cpath d='M393.508 170.516l17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z'/%3e%3cpath d='M0 85.343h512v341.326H0z'/%3e%3c/g%3e%3cpath fill='%23496E2D' d='M128 85.331h384v341.337H128z'/%3e%3cg fill='white'%3e%3cpath d='M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zM360.58 172.889l17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cg fill='white'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512V256H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 256h512v170.663H0z'/%3e%3c/svg%3e");
}
.flag\:PM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 26.666 640 426.666'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='white' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.3v480H0z'/%3e%3cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23ACABB1' d='M400.696 219.822L384 225.387l-16.696-5.565-5.565-13.913 5.565-13.913h33.392l-5.566 13.913z'/%3e%3cpath fill='%23338AF3' d='M345.043 219.822v61.217c0 29.821 38.957 38.957 38.957 38.957s38.957-9.137 38.957-38.957v-61.217h-77.914z'/%3e%3cpath fill='%236DA544' d='M348.555 295.541C358.131 313.927 384 319.996 384 319.996s25.869-6.069 35.445-24.455L384 236.518l-35.445 59.023z'/%3e%3cpath fill='%23FFDA44' d='M422.957 280.421L384 219.822l-38.957 60.599v.618c0 5.518 1.337 10.328 3.512 14.503L384 240.405l35.445 55.137c2.175-4.175 3.512-8.983 3.512-14.503v-.618z'/%3e%3cpath fill='white' d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:PR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.337h512V153.6H0zM0 221.863h512v68.263H0zM0 358.4h512v68.263H0z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='white' d='M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z'/%3e%3c/svg%3e");
}
.flag\:PS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M256 256.006L0 426.668V85.331z'/%3e%3c/svg%3e");
}
.flag\:PT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M196.641 85.337v341.326H0V85.337z'/%3e%3ccircle fill='%23FFDA44' cx='196.641' cy='256' r='64'/%3e%3cpath fill='%23D80027' d='M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z'/%3e%3cpath fill='white' d='M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z'/%3e%3c/svg%3e");
}
.flag\:PW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='%23FFDA44' cx='218.902' cy='255.994' r='74.207'/%3e%3c/svg%3e");
}
.flag\:PY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%230052B4' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M289.579 216.738l-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z'/%3e%3cpath fill='%23FFDA44' d='M256 232.51l4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z'/%3e%3c/svg%3e");
}
.flag\:QA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23751A46' d='M2.216 86.076H512v339.848H2.216z'/%3e%3cpath fill='white' d='M209.455 154.969l-50.236 25.267 50.236 25.257-50.236 25.267 50.236 25.257-50.236 25.266 50.236 25.257-50.236 25.268 50.236 25.257-50.236 25.267 50.236 25.268-36.45 18.33H0V86.07h172.939l36.516 18.364-50.236 25.267z'/%3e%3c/svg%3e");
}
.flag\:RE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 26.666 640 426.666'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='white' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.3v480H0z'/%3e%3cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:RO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:RS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h512v113.775H0z'/%3e%3cpath fill='white' d='M0 312.882h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M129.468 181.793v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.356 256 266.929v-85.136H129.468z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zM241.16 278.782l-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z'/%3e%3c/g%3e%3cpath fill='white' d='M241.16 233.734h-22.504a14.74 14.74 0 002.001-7.418c0-8.196-6.645-14.84-14.84-14.84-5.663 0-10.581 3.172-13.083 7.836-2.502-4.663-7.421-7.836-13.083-7.836-8.195 0-14.84 6.644-14.84 14.84 0 2.706.736 5.235 2.001 7.418h-22.114c0 8.196 7.139 14.84 15.334 14.84h-.494c0 8.196 6.644 14.84 14.84 14.84 0 7.257 5.211 13.286 12.094 14.576l-11.694 26.401a48.075 48.075 0 0018.149 3.544 48.079 48.079 0 0018.149-3.544l-11.694-26.401c6.883-1.29 12.094-7.319 12.094-14.576 8.196 0 14.84-6.644 14.84-14.84h-.494c8.199 0 15.338-6.644 15.338-14.84z'/%3e%3c/svg%3e");
}
.flag\:RU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.33v341.332h512V85.33z'/%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='white' d='M0 85.333h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.884h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:RW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FFDA44' d='M0 255.994h512v81.619H0z'/%3e%3cpath fill='%23496E2D' d='M0 337.614h512v89.043H0z'/%3e%3cpath fill='%23FFDA44' d='M278.261 185.209l20.844 9.804-11.099 20.186 22.632-4.33 2.868 22.865 15.765-16.816 15.766 16.816 2.867-22.865 22.633 4.33-11.099-20.186 20.843-9.804-20.844-9.805 11.1-20.185-22.633 4.329-2.868-22.864-15.765 16.816-15.766-16.816-2.867 22.864-22.634-4.329 11.1 20.187z'/%3e%3c/svg%3e");
}
.flag\:SA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23055e1c' d='M0 85.333h512v341.333H0z'/%3e%3cg fill='white'%3e%3cpath d='M183.548 289.386c0 12.295 9.731 22.261 21.736 22.261h65.208c0 10.244 8.11 18.551 18.114 18.551h21.736c10.004 0 18.114-8.306 18.114-18.551v-22.261H183.548zM330.264 181.791v51.942c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942h-21.735zM174.491 233.734c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942H174.49v51.942z'/%3e%3cpath d='M297.661 181.788h21.736v51.942h-21.736zM265.057 211.473c0 2.046-1.625 3.71-3.623 3.71-1.998 0-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 2.046-1.625 3.71-3.623 3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 14.32 11.376 25.971 25.358 25.971 5.385 0 10.38-1.733 14.491-4.677 4.11 2.944 9.106 4.677 14.491 4.677 1.084 0 2.15-.078 3.2-.215-1.54 6.499-7.255 11.345-14.068 11.345v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.943h-21.736l.002 29.682z'/%3e%3cpath d='M207.093 248.57h32.601v22.261h-32.601z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:SB {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.329h512'/%3e%3cpath fill='%23FFDA44' d='M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z'/%3e%3cg fill='white'%3e%3cpath d='M85.688 108.787l5.12 15.756h16.566l-13.403 9.737 5.12 15.757-13.403-9.738-13.405 9.738 5.12-15.757L64 124.543h16.567zM170.312 108.787l5.121 15.756H192l-13.403 9.737 5.12 15.757-13.405-9.738-13.403 9.738 5.12-15.757-13.403-9.737h16.566zM85.688 191.289l5.12 15.756h16.566l-13.403 9.738 5.12 15.757-13.403-9.739-13.405 9.739 5.12-15.757L64 207.045h16.567zM170.312 191.289l5.121 15.756H192l-13.403 9.738 5.12 15.757-13.405-9.739-13.403 9.739 5.12-15.757-13.403-9.738h16.566zM128 150.037l5.12 15.756h16.568l-13.405 9.738 5.12 15.758L128 181.55l-13.403 9.739 5.12-15.758-13.405-9.738h16.568z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:SC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M235.454 85.337L0 426.663 427.345 85.337z'/%3e%3cpath fill='%236DA544' d='M512 329.393L0 426.663h512z'/%3e%3cpath fill='%23D80027' d='M512 85.337h-84.655L0 426.663l512-204.512z'/%3e%3cpath fill='%230052B4' d='M0 85.337v341.326L235.454 85.337z'/%3e%3c/svg%3e");
}
.flag\:SD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 426.668V85.331l256 170.675z'/%3e%3c/svg%3e");
}
.flag\:SE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23FFDA44' d='M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z'/%3e%3c/svg%3e");
}
.flag\:SG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512V256H0z'/%3e%3cg fill='white'%3e%3cpath d='M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.254-51.942 51.941s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.336-5.095-40.812-25.867-40.812-50.733zM150.261 122.435l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921z'/%3e%3cpath d='M121.344 144.696l3.683 11.337h11.921l-9.645 7.007 3.684 11.337-9.643-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921zM179.178 144.696l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.685-11.337-9.645-7.007h11.921zM168.047 178.087l3.684 11.337h11.921l-9.644 7.007 3.684 11.337-9.645-7.006-9.643 7.006 3.684-11.337-9.644-7.007h11.92zM132.474 178.087l3.683 11.337h11.921l-9.644 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.684-11.337-9.644-7.007h11.92z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:SH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 170.7v-15.1l57.4-38.2H80zM256 170.7v-15.1l-57.4-38.2H176z'/%3e%3c/g%3e%3cpath fill='%2329DBFF' d='M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z'/%3e%3cpath fill='%23ffda44' d='M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z'/%3e%3cpath fill='%23BF521B' d='M369.5 204.5l.3 10.3-12.8.2 4.9 13.2h-17.3c-18-20.2-23.4-42.4-24.9-68.1l9.1-9.7 8.3 14.3 10.8-12.8 7 7.8.8 15.7 13.8 29.1z'/%3e%3cpath fill='%23474747' d='M436.6 192.5l-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z'/%3e%3c/svg%3e");
}
.flag\:SI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 199.112h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='white' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z'/%3e%3cpath fill='%230052B4' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z'/%3e%3cpath fill='white' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l14.848 14.837 29.674-22.261 29.685 22.261 14.837-14.837z'/%3e%3c/svg%3e");
}
.flag\:SJ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z'/%3e%3cpath fill='%232E52B2' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e");
}
.flag\:SK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 196.641h512v118.717H0z'/%3e%3cpath fill='%23D80027' d='M0 315.359h512v111.304H0z'/%3e%3cpath fill='white' d='M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z'/%3e%3cpath fill='%23D80027' d='M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z'/%3e%3cpath fill='white' d='M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z'/%3e%3cpath fill='%230052B4' d='M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 00-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 00-5.682-.657 24.88 24.88 0 00-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z'/%3e%3c/svg%3e");
}
.flag\:SL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23338AF3' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:SM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.34h512v341.326H0z'/%3e%3cpath fill='white' d='M512 85.334v166.69L0 256.175V85.334z'/%3e%3cpath fill='%236DA544' d='M323.744 203.099L256 270.843l-67.744-67.744a81.156 81.156 0 00-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 00-13.881-45.483z'/%3e%3cpath fill='%23FFDA44' d='M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z'/%3e%3cpath fill='%23338AF3' d='M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z'/%3e%3cpath fill='%236DA544' d='M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z'/%3e%3cpath fill='%23FFDA44' d='M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 00-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 00-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z'/%3e%3c/svg%3e");
}
.flag\:SN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M330.207 85.331H512v341.337H330.207z'/%3e%3cg fill='%23496E2D'%3e%3cpath d='M0 85.331h181.793v341.337H0zM255.999 196.632l14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:SO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M256 157.273l22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z'/%3e%3c/svg%3e");
}
.flag\:SR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23A2001D' d='M0 196.636h512v118.728H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M256.742 218.003l9.43 29.021h30.518L272 264.963l9.431 29.023-24.689-17.937-24.689 17.937 9.431-29.023-24.69-17.939h30.518z'/%3e%3c/svg%3e");
}
.flag\:SS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23496E2D' d='M0 322.783h512v103.88H0z'/%3e%3cpath d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='%23A2001D' d='M0 210.877h512v89.656H0z'/%3e%3cpath fill='%230052B4' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='%23FFDA44' d='M73.178 209.188l20.831 29.067 34.084-10.83-21.207 28.795 20.83 29.069-33.939-11.271-21.208 28.794.234-35.762-33.94-11.273 34.083-10.83z'/%3e%3c/svg%3e");
}
.flag\:ST {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath d='M302.049 226.318l7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zM376.252 226.318l7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z'/%3e%3c/svg%3e");
}
.flag\:SV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%230052B4'%3e%3cpath d='M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M228.582 261.936L256 214.447l27.418 47.489z'/%3e%3cpath fill='%236DA544' d='M291.616 277.616L256 295.425l-35.616-17.809v-23.744h71.232z'/%3e%3cpath fill='%23FFDA44' d='M289.579 216.485l-12.592 12.592c5.37 5.372 8.693 12.791 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.114-5.316-24.987-13.91-33.579z'/%3e%3c/svg%3e");
}
.flag\:SX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M512 85.331v166.69L0 256.173V85.331z'/%3e%3cpath fill='white' d='M256 256.006L0 426.668V85.331z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M59.621 256a59.546 59.546 0 00-.193 4.57c0 32.821 26.607 59.429 59.429 59.429s59.429-26.607 59.429-59.429c0-1.539-.078-3.061-.193-4.57H59.621z'/%3e%3ccircle cx='118.862' cy='210.287' r='18.286'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M77.715 205.714v59.429c0 31.494 41.144 41.143 41.144 41.143s41.144-9.649 41.144-41.143v-59.429H77.715z'/%3e%3cpath fill='%23338AF3' d='M118.877 287.148c-7.632-2.746-22.876-9.767-22.876-22.006v-41.144h45.715v41.144c-.001 12.28-15.244 19.283-22.839 22.006z'/%3e%3cpath fill='%23F3F3F3' d='M128.001 246.856v-9.142l-9.144-4.571-9.142 4.571v9.142l-4.571 4.573v18.285h27.428v-18.285z'/%3e%3c/svg%3e");
}
.flag\:SY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h512v113.775H0z'/%3e%3cpath d='M0 312.882h512v113.775H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M187.31 215.184l9.208 28.341h29.802l-24.11 17.518 9.209 28.342-24.109-17.516-24.11 17.516 9.209-28.342-24.109-17.518h29.801zM324.69 215.184l9.209 28.341H363.7l-24.109 17.518 9.209 28.342-24.11-17.516-24.109 17.516 9.209-28.342-24.11-17.518h29.802z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:SZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%232B5DEA' d='M0 0h900v600H0V0z'/%3e%3cpath fill='%23FFDF29' d='M0 100h900v400H0V100z'/%3e%3cpath fill='%23D70000' d='M0 150h900v300H0V150z'/%3e%3cpath fill='white' d='M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z'/%3e%3cpath d='M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z'/%3e%3cpath fill='white' d='M346.3 254.3h21v91.3h-21zM398.2 254.3h21v91.3h-21z'/%3e%3cpath d='M477.8 254.3h21v91.3h-21zM529.7 254.3h21v91.3h-21z'/%3e%3c/svg%3e");
}
.flag\:TA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 170.7v-15.1l57.4-38.2H80zM256 170.7v-15.1l-57.4-38.2H176z'/%3e%3c/g%3e%3cpath fill='%2329DBFF' d='M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z'/%3e%3cpath fill='white' d='M447.5 208.7c-.2 1.6-.4 3.3-.6 4.9-4.8 33.1-22.9 65.4-61.5 81-43.2-17-59.4-47.9-64.2-81-.2-1.6-.4-3.2-.6-4.9'/%3e%3cpath fill='%2329DBFF' d='M385.4 251.7l-22.9-43h45.8z'/%3e%3cpath fill='white' d='M385.4 165.8l-22.9 42.9h45.8z'/%3e%3cellipse fill='%23FFBE57' cx='474.8' cy='236.8' rx='16.8' ry='43.3'/%3e%3cellipse fill='%23FFBE57' cx='295.3' cy='236.8' rx='16.8' ry='43.3'/%3e%3cpath fill='white' d='M385.4 31.5l-33.4 44h68.5zM315.5 280s33.8 29.5 69.9 29.5 67.1-29.5 67.1-29.5l8.5 14.6S439.2 326 385.4 326 307 294.6 307 294.6l8.5-14.6z'/%3e%3cellipse fill='%23A5A5A5' cx='386.3' cy='104.3' rx='34.3' ry='23.3'/%3e%3c/svg%3e");
}
.flag\:TC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23FFDA44' d='M332.058 191.996v78.221c0 38.103 51.942 49.779 51.942 49.779s51.942-11.675 51.942-49.779v-78.221H332.058z'/%3e%3cpath fill='%23FF9811' d='M376.579 220.44c0 7.855-6.644 28.445-14.84 28.445s-14.84-20.589-14.84-28.445c0-7.856 14.84-14.222 14.84-14.222s14.84 6.367 14.84 14.222z'/%3e%3cpath fill='%23A2001D' d='M415.961 235.93c2.394-5.6 4.257-13.785 4.257-17.86 0-6.546-8.904-11.852-8.904-11.852s-8.904 5.306-8.904 11.852c0 4.075 1.862 12.26 4.257 17.86l-5.141 11.123a26.898 26.898 0 009.788 1.831c3.463 0 6.766-.654 9.788-1.831l-5.141-11.123z'/%3e%3cpath fill='%236DA544' d='M372.87 270.217s-7.421 14.222-7.421 28.445h37.101c0-14.222-7.421-28.445-7.421-28.445l-11.13-7.111-11.129 7.111z'/%3e%3cpath fill='%23D80027' d='M395.13 270.217v-3.555c0-5.891-4.983-10.666-11.13-10.666-6.147 0-11.13 4.776-11.13 10.666v3.555h22.26z'/%3e%3cpath fill='white' d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e");
}
.flag\:TF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M0 0h21v15H0V0z'/%3e%3cpath fill='%23073AB6' d='M0 0h22.5v15H0V0z'/%3e%3cpath fill='white' d='M0 0h11.3v7.5H0V0z'/%3e%3cpath fill='%23F44653' d='M7.1 0h3.6v7H7.1V0z'/%3e%3cpath fill='%231035BB' d='M0 0h3.6v7H0V0z'/%3e%3cpath fill='white' d='M3.6 0h3.6v7H3.6V0zM14.5 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5l1 1.5h-2l1-1.5zm-3 0l1 1.5h-2l1-1.5zm1.5 3L16 10h2l-1 1.5zM20 8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-6 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm1 4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm4 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-2 1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z'/%3e%3c/svg%3e");
}
.flag\:TG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='%23496E2D'%3e%3cpath d='M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zM0 221.863h512v68.263H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 85.337h204.054v204.054H0z'/%3e%3cpath fill='white' d='M102.026 133.938l13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z'/%3e%3c/svg%3e");
}
.flag\:TH {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.334h512V426.66H0z'/%3e%3cpath fill='%230052B4' d='M0 194.056h512v123.882H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.334h512v54.522H0zM0 372.143h512v54.522H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TJ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zM192.355 270.84l2.763 8.504h8.94l-7.233 5.255 2.763 8.502-7.233-5.255-7.234 5.255 2.763-8.502-7.233-5.255h8.94zM200.921 241.16l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zM225.409 218.899l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zM319.645 270.84l-2.763 8.504h-8.94l7.233 5.255-2.763 8.502 7.233-5.255 7.234 5.255-2.763-8.502 7.233-5.255h-8.94zM311.079 241.16l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM286.591 218.899l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM256 207.767l2.763 8.503h8.941l-7.234 5.256 2.763 8.502-7.233-5.254-7.233 5.254 2.763-8.502-7.234-5.256h8.941z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='white'%3e%3cpath d='M210.715 174.377l3.684 11.338h11.919l-9.643 7.006 3.684 11.337-9.644-7.007-9.644 7.007 3.684-11.337-9.645-7.006h11.921zM116.816 281.971l4.605 14.172h14.9l-12.055 8.757 4.606 14.173-12.056-8.76-12.055 8.76 4.604-14.173-12.054-8.757h14.899zM144.696 119.679l4.604 14.172h14.901l-12.056 8.758 4.606 14.171-12.055-8.759-12.056 8.759 4.606-14.171-12.055-8.758h14.9zM69.539 175.331l4.604 14.172h14.9l-12.055 8.758 4.606 14.171-12.055-8.758-12.056 8.758 4.606-14.171-12.055-8.758h14.9z'/%3e%3c/g%3e%3cg fill='%23FFDA44'%3e%3cpath d='M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zM117.801 366.089c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M256 256L0 90.691v44.242L155.826 256 0 377.067v44.242z'/%3e%3cpath d='M0 90.691v330.618L189.217 256z'/%3e%3cpath fill='white' d='M44.184 213.36l24.912 23.577 30.121-16.41-14.723 30.98 24.911 23.575-34.012-4.43L60.67 301.63l-6.296-33.716-34.012-4.43 30.119-16.408z'/%3e%3c/svg%3e");
}
.flag\:TM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='white'%3e%3cpath d='M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0110.884 2.621c27.002 9.688 41.038 39.428 31.35 66.431s-39.428 41.038-66.431 31.35a52.182 52.182 0 01-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zM310.637 115.729l-7.297 9.427-11.22-4.026 6.712 9.852-7.296 9.427 11.443-3.338 6.712 9.852.361-11.914 11.444-3.339-11.221-4.025z'/%3e%3cpath d='M330.338 146.448l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.443-3.339 6.712 9.853.36-11.915 11.445-3.34-11.221-4.024zM275.9 126.916l-7.296 9.427-11.219-4.024 6.711 9.851-7.296 9.426 11.443-3.338 6.712 9.852.361-11.915 11.444-3.337-11.221-4.027zM275.101 162.105l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.444-3.338 6.711 9.852.362-11.915 11.443-3.338-11.22-4.026zM308.585 174.118l-7.296 9.427-11.22-4.026 6.712 9.853-7.297 9.426 11.444-3.338 6.712 9.852.36-11.915 11.443-3.338-11.219-4.025z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M83.478 85.337h89.043v341.326H83.478z'/%3e%3cpath fill='white' d='M117.458 175.191l-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z'/%3e%3cg fill='%23FF9811'%3e%3cpath d='M128 137.276h-10.542l-14.908 11.105v7.678H128zM128 175.191h10.542l14.908-11.105v-8.012H128z'/%3e%3c/g%3e%3cpath fill='white' d='M117.458 374.725l-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z'/%3e%3cg fill='%23FF9811'%3e%3cpath d='M128 336.81h-10.542l-14.908 11.105v7.678H128zM128 374.725h10.542l14.908-11.106v-8.011H128z'/%3e%3c/g%3e%3cg fill='%23496E2D'%3e%3cpath d='M117.458 274.957l-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zM153.971 299.391h-6.493v-6.493h-11.411l-8.068-8.068-8.067 8.068h-11.41v6.493h-6.493v12.986h6.493v6.492h11.41l8.068 8.069 8.068-8.069h11.41v-6.492h6.493zM153.971 199.623h-6.493v-6.492h-11.411l-8.068-8.069-8.067 8.069h-11.41v6.492h-6.493v12.986h6.493v6.492h11.41l8.068 8.07 8.068-8.07h11.41v-6.492h6.493z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M120.576 248.576h14.84v14.84h-14.84z'/%3e%3ccircle cx='128' cy='206.113' r='7.421'/%3e%3ccircle cx='128' cy='305.887' r='7.421'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='white' cx='256' cy='255.994' r='96'/%3e%3cg fill='%23D80027'%3e%3cpath d='M267.826 219.291l16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z'/%3e%3cpath d='M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:TO {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.331h256v170.663H0z'/%3e%3cpath fill='%23D80027' d='M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z'/%3e%3c/svg%3e");
}
.flag\:TR {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 300'%3e%3cpath fill='%23d80027' d='M0 150V0h450v300H0V150z'/%3e%3cpath fill='white' d='M247.3 118.3l35.2 5.8L307.4 99l5.1 32.8L344 150l-31.5 18.2-4.9 33.5-25.1-25.9-35.2 5.8L263 150z'/%3e%3cpath fill='white' d='M240.6 228.6c-43.3 0-78.3-35.1-78.3-78.3S197.4 72 240.6 72c8.1 0 15.8 1.2 23.2 3.5-17.3-15-39.8-24-64.5-24-54.4 0-98.6 44.1-98.6 98.6s44.1 98.6 98.6 98.6c24.2 0 46.3-8.7 63.4-23.1-7 1.9-14.4 3-22.1 3z'/%3e%3c/svg%3e");
}
.flag\:TT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M6.066 85.337l207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z'/%3e%3cpath d='M43.364 85.337L384.69 426.663h83.946L127.31 85.337z'/%3e%3c/svg%3e");
}
.flag\:TV {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%230052B4' d='M0 0h900v600H0z'/%3e%3cpath fill='%2300B2EE' d='M0 300h450V0h450v600H0V300z'/%3e%3cpath fill='%23FFDA44' d='M345.3 480.9l29.4 90.6-77.1-56H393l-77.1 56 29.4-90.6zM706.4 340l29.4 90.6-77.1-56H754l-77.1 56 29.5-90.6zM812.8 261.5l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM812.8 37.4l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6z'/%3e%3cpath fill='white' d='M449.9 0v206.3h-81l81 54V300h-39.7l-129-85.9V300H168.7v-85.9L39.7 300H0v-39.7l81-54H0V93.8h81L0 39.9V0h39.7l129 85.9V0h112.5v85.9L410.2 0z'/%3e%3cpath fill='%23D80027' d='M253.1 0h-56.3v122H0v56.2h196.8V300h56.3V178.2h196.8V122H253.1z'/%3e%3cpath fill='%232E52B2' d='M449.9 39.9v53.9h-81z'/%3e%3cpath fill='%23D80027' d='M0 300v-19.3l109.9-74.4h39.7L12.8 300zM12.8.1l136.8 93.7h-39.7L0 19.4V.1zM449.9.2v19.3L340 93.8h-39.7L437.1.2zM437.1 300l-136.8-93.7H340l109.9 74.4V300z'/%3e%3cpath fill='%23FFDA44' d='M719.9 131.6l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM584 187.7l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM614 430.6l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM488 332l29.4 90.6-77.1-56h95.3l-77.1 56L488 332zM488 464l29.4 90.6-77.1-56h95.3l-77.1 56L488 464z'/%3e%3c/svg%3e");
}
.flag\:TW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 85.337h256V256H0z'/%3e%3cpath fill='white' d='M186.435 170.669L162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z'/%3e%3ccircle fill='%230052B4' cx='128' cy='170.674' r='29.006'/%3e%3cpath fill='white' d='M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z'/%3e%3c/svg%3e");
}
.flag\:TZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 426.663V85.337h512'/%3e%3cpath fill='%23FFDA44' d='M512 152.222V85.337H411.67L0 359.778v66.885h100.33z'/%3e%3cpath d='M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z'/%3e%3c/svg%3e");
}
.flag\:UA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512V256H0z'/%3e%3c/svg%3e");
}
.flag\:UG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23232323' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M0 56.9h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 113.8h512v56.9H0z'/%3e%3cpath fill='%23FFDA44' d='M0 227.6h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 284.4h512v56.9H0z'/%3e%3ccircle fill='white' cx='256' cy='170.7' r='80.7'/%3e%3cpath d='M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z'/%3e%3c/svg%3e");
}
.flag\:US {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M0 0h256.5v190H0z'/%3e%3cg fill='white'%3e%3cpath d='M47.8 141.9l-4-12.8-4.3 12.8H26.3l10.7 7.7-4 12.8 10.8-7.9 10.7 7.9-4.2-12.8 10.9-7.7zM104.2 141.9l-4.1-12.8-4.2 12.8H82.7l10.7 7.7-4.1 12.8 10.8-7.9 10.7 7.9-4-12.8 10.8-7.7zM160.6 141.9l-4.2-12.8-4 12.8h-13.5l10.9 7.7-4.2 12.8 10.8-7.9 10.9 7.9-4.2-12.8 10.8-7.7zM216.9 141.9l-4.1-12.8-4.2 12.8h-13.2l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4.2-12.8 10.9-7.7zM100.1 78.3l-4.2 12.8H82.7L93.4 99l-4.1 12.6 10.8-7.8 10.7 7.8-4-12.6 10.8-7.9h-13.4zM43.8 78.3l-4.3 12.8H26.3L37 99l-4 12.6 10.8-7.8 10.7 7.8L50.3 99l10.9-7.9H47.8zM156.4 78.3l-4 12.8h-13.5l10.9 7.9-4.2 12.6 10.8-7.8 10.9 7.8-4.2-12.6 10.8-7.9h-13.3zM212.8 78.3l-4.2 12.8h-13.2l10.7 7.9-4 12.6 10.7-7.8 10.8 7.8-4.2-12.6 10.9-7.9h-13.4zM43.8 27.7l-4.3 12.6H26.3L37 48.2l-4 12.7L43.8 53l10.7 7.9-4.2-12.7 10.9-7.9H47.8zM100.1 27.7l-4.2 12.6H82.7l10.7 7.9-4.1 12.7 10.8-7.9 10.7 7.9-4-12.7 10.8-7.9h-13.4zM156.4 27.7l-4 12.6h-13.5l10.9 7.9-4.2 12.7 10.8-7.9 10.9 7.9-4.2-12.7 10.8-7.9h-13.3zM212.8 27.7l-4.2 12.6h-13.2l10.7 7.9-4 12.7 10.7-7.9 10.8 7.9-4.2-12.7 10.9-7.9h-13.4z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:UY {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%23338AF3'%3e%3cpath d='M0 38h513v38H0zM0 114h513v38H0zM0 190h513v38H0zM0 266h513v38H0z'/%3e%3c/g%3e%3cpath fill='white' d='M0 0h256.5v190H0z'/%3e%3cpath fill='%23FFDA44' d='M192 95l-26.2 12.3 14 25.3-28.4-5.4-3.6 28.7-19.8-21.1-19.8 21.1-3.6-28.7-28.4 5.4 14-25.3L64 95l26.2-12.3-14-25.3 28.4 5.4 3.6-28.7L128 55.2l19.8-21.1 3.6 28.7 28.4-5.4-14 25.3z'/%3e%3c/svg%3e");
}
.flag\:UZ {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 322.783h512v103.88H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='white' d='M0 210.877h512v89.656H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512v104.515H0z'/%3e%3cg fill='white'%3e%3cpath d='M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 00-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zM234.658 152.766l2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zM258.006 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM281.353 152.766l2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zM304.7 152.766l2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zM328.048 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM258.006 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 128.482l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zM304.7 128.482l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zM328.048 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 104.198l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zM304.7 104.198l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zM328.048 104.198l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:VA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='white' d='M256 85.331h256v341.337H256z'/%3e%3cpath fill='%23ACABB1' d='M321.353 233.837l32.073 42.43c-5.053 7.651-5.026 17.961.817 25.692 7.414 9.807 21.374 11.748 31.182 4.335 9.807-7.414 11.748-21.374 4.334-31.182-5.843-7.731-15.756-10.568-24.495-7.795l-49.988-66.129-11.838 8.949-17.759 13.424 17.899 23.677 17.775-13.401zm46.175 48.78a7.421 7.421 0 118.95 11.84 7.421 7.421 0 01-8.95-11.84z'/%3e%3cpath fill='%23FFDA44' d='M376.367 247.24l17.899-23.677-17.759-13.424-11.838-8.949-49.988 66.129c-8.74-2.775-18.651.063-24.495 7.795-7.414 9.808-5.473 23.768 4.334 31.182 9.808 7.414 23.768 5.473 31.182-4.335 5.845-7.731 5.871-18.041.817-25.692l32.073-42.43 17.775 13.401zm-62.504 45.771a7.42 7.42 0 11-11.84-8.95 7.42 7.42 0 0111.84 8.95z'/%3e%3c/svg%3e");
}
.flag\:VC {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.331h170.663v341.337H0z'/%3e%3cg fill='%236DA544'%3e%3cpath d='M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zM297.739 283.82l-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:VE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%23FFCE00' d='M0 0h22.5v5H0z'/%3e%3cpath fill='%23203899' d='M0 5h22.5v5H0z'/%3e%3cpath fill='%23D82B2B' d='M0 10h22.5v5H0z'/%3e%3cpath fill='white' d='M12.13 5.38l.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zM10.36 5.38l.27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zM13.8 5.94l-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zM8.69 5.96l.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zM15.24 7.13l-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zM15.43 8.25l.21.43.47.07-.34.33.08.46-.42-.22-.42.22.08-.46-.34-.33.47-.07zM7 8.2l.21.43.47.06-.34.33.08.47L7 9.27l-.42.22.08-.47-.34-.33.47-.06zM7.31 7.05l.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z'/%3e%3c/svg%3e");
}
.flag\:VG {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M256 85.334V202.66h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80zM256 85.329v15.083l-57.377 38.251H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 107.951v30.712h-46.069z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80zM256 85.329v15.083l-57.377 38.251H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 107.951v30.712h-46.069z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 255.997v-15.082l57.377-38.252H80zM256 255.997v-15.082l-57.377-38.252H176z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M384 259.706l-46.129 46.129c8.645 16.675 26.051 28.074 46.129 28.074s37.484-11.4 46.129-28.074L384 259.706z'/%3e%3cpath fill='%236DA544' d='M332.058 178.084V259.708c.001 39.759 51.942 51.941 51.942 51.941s51.941-12.182 51.942-51.942v-81.623H332.058z'/%3e%3cpath fill='white' d='M372.87 215.181h22.261v59.359H372.87z'/%3e%3ccircle fill='%23A2001D' cx='384' cy='215.181' r='11.13'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M346.902 192.92h14.84v14.84h-14.84zM346.902 226.312h14.84v14.84h-14.84zM346.902 259.703h14.84v14.84h-14.84zM406.261 192.92h14.84v14.84h-14.84zM406.261 226.312h14.84v14.84h-14.84zM406.261 259.703h14.84v14.84h-14.84z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:VI {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%231583C4' d='M397.7 166.3l-51 97.7c-1.1 2-.3 4.5 1.8 5.6 2 1.1 4.5.3 5.6-1.8l51-97.7c1-2.1.1-4.6-2-5.5-2-.9-4.3-.2-5.4 1.7z'/%3e%3cpath fill='%231583C4' d='M404.9 188l-57.8 75.4c-1.3 1.9-.8 4.5 1.1 5.8 1.7 1.2 4.1.9 5.5-.7l57.8-75.4c1.4-1.8 1.1-4.4-.8-5.8-1.8-1.5-4.4-1.1-5.8.7z'/%3e%3cpath fill='%231583C4' d='M379 181.3l-32.5 83.1c-.8 2.1.2 4.6 2.4 5.4 2.1.8 4.6-.2 5.4-2.4l32.5-83.1c.7-2.2-.4-4.5-2.6-5.3-2.1-.6-4.3.4-5.2 2.3z'/%3e%3cpath fill='%23409347' d='M122.1 171.9c.4 1.7 1.2 4.7 2.2 8.5 1.7 6.4 3.6 12.8 5.6 18.7 2.3 6.9 14.7 31.4 20.2 39.1 6.9 9.7 14.1 19.3 21.5 28.6 1.6 1.9 4.5 2.1 6.4.5 1.8-1.6 2.1-4.3.7-6.2-7.3-9.2-14.4-18.6-21.2-28.2-4.2-5.8-17.2-31.1-19-36.7-2.9-8.7-5.4-17.6-7.6-26.5-.5-2.4-2.9-4-5.3-3.5s-4 2.9-3.5 5.3c-.1.2 0 .3 0 .4z'/%3e%3cg fill='%23FFD836' stroke='%23231F20' stroke-miterlimit='10'%3e%3cpath d='M297.1 114.9S279.5 42.8 261 42.8c-6.9 0-11.9-.6-15.4 6.4-.9 1.7-20.7-1.6-19.1 20.8.5 6.9 1.1-9.8 14.9-3.4 6.3 3-16.4 48.2-16.4 48.2h72.1z'/%3e%3cpath d='M466.1 48.4l-90.9 22c-75.3 18.3-42.1 44.4-42.1 44.4l-72.1 12-72.1-12s33.2-26.1-42.1-44.4l-90.9-22C43.1 45.3 38.1 51.8 45.3 63c0 0 106.6 104 126.8 112 20.2 8.1 40.8 0 40.8 0s-14.9 8.7-24 24c-9.2 15.3-4.6 34.7-38.9 40.2-5.5 6.6-5 14 2.9 19.9 7.9 5.8 72.1-48.1 72.1-48.1s-24 24.4-24 36.1c0 5.1 44.1 53.8 60.1 53.8s60.1-48.7 60.1-53.8c0-11.7-24-36.1-24-36.1s64.2 53.9 72.1 48.1 11.4-19.3 2.8-19.9c-28-1.8-29.7-24.9-38.9-40.2-9.2-15.3-24-24-24-24s20.6 8.1 40.8 0S476.7 63 476.7 63c7.2-11.2 2.3-17.7-10.6-14.6z'/%3e%3c/g%3e%3cpath fill='white' stroke='%23231F20' stroke-miterlimit='10' d='M201.3 111.8v80.3c0 45.7 59.7 59.7 59.7 59.7s59.7-14 59.7-59.7v-80.3H201.3h0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zM296.8 137.7V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z'/%3e%3c/g%3e%3cpath fill='%230052B4' d='M201.3 111.8h119.4v37.9H201.3z'/%3e%3cpath fill='%231583C4' d='M60.1 210.5l-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zM451.5 151.9h18.9v81.7h-18.9z'/%3e%3c/svg%3e");
}
.flag\:VN {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M196.641 85.337H0v341.326h512V85.337z'/%3e%3cpath fill='%23FFDA44' d='M256 157.279l22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z'/%3e%3c/svg%3e");
}
.flag\:VU {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M512 256v170.663H0L215.185 256z'/%3e%3cpath fill='%23D80027' d='M512 85.337V256H215.185L0 85.337z'/%3e%3cpath d='M221.001 239.304L26.868 85.337H8.956l208.168 165.098H512v-11.131zM8.956 426.663h17.912l194.133-153.967H512v-11.131H217.124zM0 92.44v14.206L188.317 256 0 405.354v14.205L206.229 256z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z'/%3e%3cpath d='M63.718 292.382v-14.295c14.265 0 25.87-11.606 25.87-25.869 0-10.092-8.211-18.303-18.304-18.303-6.875 0-12.469 5.593-12.469 12.469 0 4.397 3.577 7.974 7.974 7.974a4.514 4.514 0 004.508-4.508h14.295c0 10.368-8.435 18.804-18.802 18.804-12.279-.002-22.269-9.993-22.269-22.271 0-14.758 12.006-26.764 26.764-26.764 17.975 0 32.599 14.623 32.599 32.599 0 22.145-18.018 40.164-40.166 40.164z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:WF {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3e%3cpath fill='%23ED2939' d='M0 0h150v100H0z'/%3e%3cpath fill='%23002395' d='M0 0h20v44.33H0z'/%3e%3cpath fill='white' d='M20 0h20v44.33H20z'/%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M0 44.33h62.75V0'/%3e%3cpath fill='white' d='M108.08 43.29L87.96 23.17h40.25l-20.13 20.12zm-6.7 6.71L81.25 29.88v40.25L101.38 50zm6.7 6.71L87.96 76.83h40.25l-20.13-20.12zm6.71-6.71l20.13-20.13v40.25L114.79 50z'/%3e%3c/svg%3e");
}
.flag\:WS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h256v170.663H0z'/%3e%3cg fill='white'%3e%3cpath d='M165.483 181.79l2.764 8.504h8.939l-7.232 5.254 2.763 8.503-7.234-5.255-7.233 5.255 2.763-8.503-7.233-5.254h8.94zM120.579 115.007l4.606 14.173h14.9l-12.055 8.757 4.605 14.171-12.056-8.758-12.054 8.758 4.605-14.171-12.056-8.757h14.901zM165.101 129.848l4.606 14.172h14.9l-12.055 8.757 4.604 14.173-12.055-8.76-12.054 8.76 4.604-14.173-12.055-8.757h14.9zM129.909 189.211l4.606 14.172h14.9l-12.055 8.758 4.604 14.171-12.055-8.759-12.054 8.759 4.604-14.171-12.055-8.758h14.9zM90.899 152.108l4.605 14.173h14.9l-12.055 8.757 4.604 14.173-12.054-8.76-12.055 8.76 4.604-14.173-12.055-8.757h14.9z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag\:XK {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%230052B4' d='M0 0h512v341.34H0z'/%3e%3cg fill='white'%3e%3cpath d='M220.72 42.63l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.36-15.9 8.36 3.03-17.7-12.86-12.54 17.78-2.58zM291.28 42.57l7.95 16.1 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59zM353.36 53.93l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.87-12.54 17.78-2.58zM416.37 72.23l7.95 16.11 17.77 2.59-12.86 12.53 3.04 17.71-15.9-8.36-15.9 8.36 3.03-17.71-12.86-12.53 17.78-2.59zM158.64 53.93l7.95 16.11 17.78 2.58-12.87 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.86-12.54 17.77-2.58zM95.63 72.23l7.95 16.11 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59z'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M217.53 259.33l-27.22-13.61-27.22-54.43h27.22l27.22-27.22 13.61-27.22 27.22-13.61 13.61 13.61 27.22 13.61v13.61l13.61 13.61 40.83 27.22L340 245.73l-40.83 40.83-13.61-27.22-40.83 27.22v27.22l-13.61-13.61-13.59-40.84z'/%3e%3c/svg%3e");
}
.flag\:YE {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e");
}
.flag\:YT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='white' d='M0 0h90v60H0z'/%3e%3cpath stroke='%237f7f7f' stroke-width='.25' fill='%23ABABAB' d='M12.8 38.5s4 1.6 1.2-.5c-2.4-1.7-5 2.4-5 5.1s1.2 7 7.5 7c7.6 0 11.4-5.7 11.4-11.4 0-4.8-3.7-13.5-6.5-14.6-3.1-1.2-6.7-3.5-6.8-5 0-.5 1.4-.1 3.3.9 3.1 1.7 6.6 2.5 6.6 1.4s-2.9-3.1-4-4.6c-1.2-1.6-.9-5.5-3-5.5-7.6 0-9.9 7.7-7 11.7 1.9 2.6-4.3 1-4.3 1s0 5.3 3.2 7.3c3 1.8 4.8 3.9 4.8 3.9s-.2-4.6.5-3.9c.6.7 11.1 4.5 10.3 12-.3 3-4.5 5.4-8.5 5.2-4-.2-6.8-2.4-6.4-5.4.2-4.2 2.7-4.6 2.7-4.6zM77.2 38.5s-4 1.6-1.2-.5c2.4-1.8 5.1 2.3 5.1 5.1s-1.2 7-7.5 7c-7.6 0-11.4-5.7-11.4-11.4 0-4.8 3.7-13.5 6.5-14.6 3.1-1.2 6.7-3.5 6.8-5 0-.5-1.4-.1-3.3.9-3.1 1.7-6.6 2.5-6.6 1.4s2.9-3.1 4-4.6c1.2-1.6.9-5.5 3-5.5 7.6 0 9.9 7.7 7 11.7-1.9 2.6 4.3 1 4.3 1s0 5.3-3.2 7.3c-3 1.8-4.8 3.9-4.8 3.9s.2-4.6-.5-3.9c-.6.7-11.1 4.5-10.3 12 .3 3 4.5 5.4 8.5 5.2 4-.2 6.8-2.4 6.4-5.4-.3-4.2-2.8-4.6-2.8-4.6z'/%3e%3cpath fill='%23DE393A' d='M31 28.8v14c0 1.9 2.1 1.6 2.1 1.6h9.3c1.2 0 2.6 2.3 2.6 2.3s1.4-2.3 2.5-2.3h9.6s2 .2 2-1.8V28.7H31z'/%3e%3cpath fill='%233951A3' d='M31 13.1h28v15.7H31z'/%3e%3cpath fill='white' d='M50.1 16.5c-.4 2.4-2.5 4.2-5.1 4.2-2.5 0-4.6-1.8-5.1-4.2-.5.9-.8 1.9-.8 3 0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-1.1-.3-2.1-.8-3z'/%3e%3ccircle fill='%23FEE05F' cx='39.1' cy='36.5' r='3'/%3e%3ccircle fill='%23FEE05F' cx='50.9' cy='36.5' r='3'/%3e%3c/svg%3e");
}
.flag\:ZA {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M114.024 256.001L0 141.926v228.17z'/%3e%3cpath fill='%23FFDA44' d='M161.192 256L0 94.7v47.226l114.024 114.075L0 370.096v47.138z'/%3e%3cpath fill='%236DA544' d='M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z'/%3e%3cpath fill='%230052B4' d='M503.181 322.783H236.433l-103.881 103.88H512v-103.88z'/%3e%3cpath fill='%23D80027' d='M503.181 189.217H512V85.337H132.552l103.881 103.88z'/%3e%3c/svg%3e");
}
.flag\:ZM {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FF9811' d='M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z'/%3e%3cpath fill='%23D80027' d='M341.337 255.994h56.888v170.663h-56.888z'/%3e%3cpath fill='%23FF9811' d='M455.112 255.994H512v170.663h-56.888z'/%3e%3cpath d='M398.225 255.994h56.888v170.663h-56.888z'/%3e%3c/svg%3e");
}
.flag\:ZW {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.333h512V426.67H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M0 134.196h512v48.868H0zM0 329.668h512v48.868H0z'/%3e%3c/g%3e%3cpath fill='%236DA544' d='M0 85.333h512v48.868H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M0 183.069h512v48.868H0zM0 280.806h512v48.868H0z'/%3e%3c/g%3e%3cpath fill='%236DA544' d='M0 378.542h512v48.128H0z'/%3e%3cpath fill='white' d='M276.992 255.996L106.329 426.659H0V85.333h106.329z'/%3e%3cpath d='M256 255.996L85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z'/%3e%3cpath fill='%23D80027' d='M102.465 202.57l13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z'/%3e%3cpath fill='%23FFDA44' d='M138.94 259.335l-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 001.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z'/%3e%3c/svg%3e");
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 3:19:52 PM
    Author     : mv
*/
.zz-page-header {
  padding: 16px;
  background: #eee;
  position: relative;
  z-index: 20;
}
.zz-page-header:before,
.zz-page-header:after {
  content: " ";
  display: table;
}
.zz-page-header:after {
  clear: both;
}
.zz-page-header:before,
.zz-page-header:after {
  content: " ";
  display: table;
}
.zz-page-header:after {
  clear: both;
}
.zz-page-header h1 {
  float: left;
  color: #2c3e50;
  width: auto;
  font-size: 32px;
}
.zz-page-header h1 .zz-icn {
  float: left;
  font-size: 42px;
}
.zz-page-header .zz-tab-btns {
  margin-bottom: -16px;
  clear: both;
  margin-left: -16px;
  padding-top: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 8, 2018, 10:18:03 AM
    Author     : mv
*/
.zz-horizontallist-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
}
.zz-horizontallist-scroll ul {
  white-space: nowrap;
}
.zz-horizontallist-scroll li {
  display: inline-block;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:20:07 AM
    Author     : mv
*/
.zz-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat center;
  background-size: contain;
}
.zz-icon.menu {
  background-image: url("/images/svg/icn-menu.svg?v=6");
}
.zz-icon.user {
  background-image: url("/images/svg/icn-user.svg?v=6");
}
.zz-icon.screen {
  background-image: url("/images/svg/icn-screen.svg?v=6");
}
.zz-icon.expand {
  background-image: url("/images/svg/icn-expand.svg?v=6");
}
.zz-icon.go {
  background-image: url("/images/svg/icn-go.svg?v=6");
}
.zz-icon.back {
  background-image: url("/images/svg/icn-back.svg?v=6");
}
.zz-icon.zz {
  background-image: url("/images/svg/icn-zz.svg?v=6");
}
.zz-icon.search {
  background-image: url("/images/svg/icn-search.svg?v=6");
}
.zz-icon.television,
.zz-icon.tv {
  background-image: url("/images/svg/icn-tv.svg?v=6");
}
.zz-icon.tv-white {
  background-image: url("/images/svg/icn-tv-white.svg?v=6");
}
.zz-icon.relato {
  background-image: url("/images/svg/icn-relato.svg?v=6");
}
.zz-icon.live {
  background-image: url("/images/svg/icn-live.svg?v=6");
}
.zz-icon.hot {
  background-image: url("/images/svg/icn-hot.svg?v=6");
}
.zz-icon.agenda {
  background-image: url("/images/svg/icn-hot.svg?v=6");
}
.zz-icon.stream {
  background-image: url("/images/svg/icn-stream.svg?v=6");
}
.zz-icon.clear {
  background-image: url("/images/svg/icn-clear.svg?v=6");
}
.zz-icon.plus {
  background-image: url("/images/svg/icn-plus.svg?v=6");
}
.zz-icon.score {
  background-image: url("/images/svg/icn-score.svg?v=6");
}
.zz-icon.calendar {
  background-image: url("/images/svg/icn-calendar.svg?v=6");
}
.zz-icon.handball,
.zz-icon.andebol {
  background-image: url("/images/svg/icn-andebol.svg?v=6");
}
.zz-icon.fut-11,
.zz-icon.futebol,
.zz-icon.mod-1,
.zz-icon.football {
  background-image: url("/images/svg/icn-futebol.svg?v=6");
}
.zz-icon.basquetebol,
.zz-icon.basket,
.zz-icon.mod-10,
.zz-icon.basketball {
  background-image: url("/images/svg/icn-basquetebol.svg?v=6");
}
.zz-icon.volei,
.zz-icon.voleibol,
.zz-icon.mod-11,
.zz-icon.volleyball {
  background-image: url("/images/svg/icn-volei.svg?v=6");
}
.zz-icon.mod-3,
.zz-icon.futsal {
  background-image: url("/images/svg/icn-futsal.svg?v=6");
}
.zz-icon.hoquei,
.zz-icon.mod-8,
.zz-icon.rollerhockey {
  background-image: url("/images/svg/icn-hoquei.svg?v=6");
}
.zz-icon.cup {
  background-image: url("/images/svg/icn-cup.svg?v=6");
}
.zz-icon.cup.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12.979%206.262c0%20.591-.376%201.091-.899%201.287%200-.018.005-.035.005-.053V4.004h.894v2.258zM5%206.262V4.004h.966v3.492c0%20.026.007.05.007.076A1.375%201.375%200%200%201%205%206.262zm7.085-3.258L5.966%203%204%203.004v3.258c0%201.245.965%202.258%202.185%202.357C6.574%209.602%207%2010%208%2010.506V12H6v3.031h6V12h-2v-1.494c1-.506%201.48-.908%201.868-1.894a2.372%202.372%200%200%200%202.111-2.35V3.004h-1.894z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23444%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h18v18H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.prev,
.zz-icon.chevron-left {
  background-image: url("/images/svg/icn-chevron-left.svg?v=6");
}
.zz-icon.next,
.zz-icon.chevron-right {
  background-image: url("/images/svg/icn-chevron-right.svg?v=6");
}
.zz-icon.x-fat {
  background-image: url("/images/svg/icn-x-fat.svg?v=6");
}
.zz-icon.x-fat.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M14%2010h6v4h-6v6h-4v-6H4v-4h6V4h4v6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20opacity%3D%22.6%22%20transform%3D%22rotate(45%2012%2012)%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%3C!--%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E--%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.edit {
  background-image: url("/images/svg/icn-edit.svg?v=6");
}
.zz-icon.edit.dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7%2021.253v3.75h3.75l11.06-11.06-3.75-3.75L7%2021.253zm17.71-10.21a.996.996%200%200%200%200-1.41l-2.34-2.34a.996.996%200%200%200-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23273442%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.check {
  background-image: url("/images/svg/icn-check.svg?v=6");
}
.zz-icon.check.dark {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7.819%2013.513L2.645%208.339l-1.762%201.75%206.936%206.935L22.707%202.136l-1.75-1.75z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23273442%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-7h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.check.success {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M7.819%2013.513L2.645%208.339l-1.762%201.75%206.936%206.935L22.707%202.136l-1.75-1.75z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%207)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%234A4A4A%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%237ed321%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-7h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.facebook {
  background-image: url("/images/svg/icn-facebook.svg?v=6");
}
.zz-icon.url {
  background-image: url("/images/svg/icn-url.svg?v=6");
}
.zz-icon.stadium {
  background-image: url("/images/svg/icn-stadium.svg?v=6");
}
.zz-icon.user-small {
  background-image: url("/images/svg/icn-user-small.svg?v=6");
}
.zz-icon.user-small.light-gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2010.286a5.121%205.121%200%200%200%205.126-5.143A5.121%205.121%200%200%200%2012%200a5.136%205.136%200%200%200-5.143%205.143A5.136%205.136%200%200%200%2012%2010.286zm0%203.428c-3.994%200-12%202.006-12%206V24h24v-4.286c0-3.994-8.006-6-12-6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23999%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.alert {
  background-image: url("/images/svg/icn-alert.svg?v=6");
}
.zz-icon.alert.gray {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2017.244a1.241%201.241%200%200%201-1.241-1.242V8.53a1.241%201.241%200%200%201%202.482%200v7.472c0%20.686-.556%201.242-1.241%201.242m11.269.455L13.893%202.047a2.214%202.214%200%200%200-3.786%200L.73%2017.699a2.216%202.216%200%200%200%201.893%203.321h18.752a2.214%202.214%200%200%200%201.893-3.321%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%205)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23444%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-5h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.alert.error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M12%2017.244a1.241%201.241%200%200%201-1.241-1.242V8.53a1.241%201.241%200%200%201%202.482%200v7.472c0%20.686-.556%201.242-1.241%201.242m11.269.455L13.893%202.047a2.214%202.214%200%200%200-3.786%200L.73%2017.699a2.216%202.216%200%200%200%201.893%203.321h18.752a2.214%202.214%200%200%200%201.893-3.321%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%205)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23ff5d30%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-5h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-icon.share {
  background-image: url("/images/svg/icn-share.svg?v=6");
}
.zz-icon.aposta {
  background-image: url("/images/svg/icn-aposta.svg?v=6");
}
.zz-icon.apostaliga {
  background-image: url("/images/svg/icn-apostaliga.svg?v=6");
}
.zz-icon.liga {
  background-image: url("/images/svg/icn-liga.svg?v=6");
}
.zz-icon.playvideo {
  background-image: url("/images/svg/icn-playvideo.svg?v=6");
}
.zz-icon.microphone {
  background-image: url("/images/svg/icn-microphone.svg?v=6");
}
.zz-icon.facebook {
  background-image: url("/images/svg/icn-facebook-square.svg?v=6");
}
.zz-icon.twitter {
  background-image: url("/images/svg/icn-twitter.svg?v=6");
}
.zz-icon.instagram {
  background-image: url("/images/svg/icn-instagram.svg?v=6");
}
.zz-icon.youtube {
  background-image: url("/images/svg/icn-youtube.svg?v=6");
}
.zz-icon.fav-on {
  background-image: url("/images/svg/icn-fav-on.svg?v=6");
}
.zz-icon.fav-on-small {
  background-image: url("/images/svg/icn-fav-on-small.svg?v=6");
}
.zz-icon.fav-off-small {
  background-image: url("/images/svg/icn-fav-off-small.svg?v=6");
}
.zz-icon.like-on {
  background-image: url("/images/svg/icn-heart-small.svg?v=6");
}
.zz-icon.like-off {
  background-image: url("/images/svg/icn-heart-outline-small.svg?v=6");
}
.zz-icon.small {
  width: 18px;
  height: 18px;
}
.zz-icon.size-16 {
  width: 16px;
  height: 16px;
}
.zz-icon.size-24 {
  width: 24px;
  height: 24px;
}
.zz-icon.size-40 {
  width: 40px;
  height: 40px;
}
@font-face {
  font-family: 'zzf';
  src: url('/style/fonts/zzf.ttf?v=6') format('truetype'), url('/style/fonts/zzf.woff?v=6') format('woff'), url('/style/fonts/zzf.svg?v=6#zzf') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="zz-icn-"],
[class*=" zz-icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zzf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="zz-icn-"].small,
[class*=" zz-icn-"].small {
  font-size: 18px;
}
[class^="zz-icn-"].size-12,
[class*=" zz-icn-"].size-12 {
  font-size: 12px;
}
[class^="zz-icn-"].size-16,
[class*=" zz-icn-"].size-16 {
  font-size: 16px;
}
[class^="zz-icn-"].size-20,
[class*=" zz-icn-"].size-20 {
  font-size: 20px;
}
[class^="zz-icn-"].size-24,
[class*=" zz-icn-"].size-24 {
  font-size: 24px;
}
[class^="zz-icn-"].size-40,
[class*=" zz-icn-"].size-40 {
  font-size: 40px;
}
.zz-icn-expand:before {
  content: "\e986";
}
.zz-icn-stream:before {
  content: "\e985";
}
.zz-icn-stats:before {
  content: "\e983";
}
.zz-icn-text:before {
  content: "\e984";
}
.zz-icn-hoqueigelo:before,
.zz-icn-mod-15:before {
  content: "\e982";
}
.zz-icn-futamericano:before,
.zz-icn-mod-14:before {
  content: "\e981";
}
.zz-icn-ghost-outline:before {
  content: "\e97f";
}
.zz-icn-ghost-outline-blank:before {
  content: "\e980";
}
.zz-icn-ghost:before {
  content: "\e97d";
}
.zz-icn-copy:before {
  content: "\e97e";
}
.zz-icn-baliza:before {
  content: "\e977";
}
.zz-icn-crest-2:before {
  content: "\e978";
}
.zz-icn-plantel:before {
  content: "\e979";
}
.zz-icn-pavilhao:before {
  content: "\e97a";
}
.zz-icn-globo:before {
  content: "\e97b";
}
.zz-icn-estadio:before {
  content: "\e97c";
}
.zz-icn-icn-image:before {
  content: "\e976";
}
.zz-icn-sug-file:before {
  content: "\e900";
}
.zz-icn-send:before {
  content: "\e901";
}
.zz-icn-down:before {
  content: "\e902";
}
.zz-icn-sug-director:before {
  content: "\e903";
}
.zz-icn-sug-team:before {
  content: "\e904";
}
.zz-icn-sug-referee:before {
  content: "\e905";
}
.zz-icn-sug-coach:before {
  content: "\e906";
}
.zz-icn-close:before {
  content: "\e907";
}
.zz-icn-snet-blog-solo:before {
  content: "\e908";
}
.zz-icn-snet-blog:before {
  content: "\e909";
}
.zz-icn-snet-fb-solo-header:before {
  content: "\e90a";
}
.zz-icn-snet-fb-solo-large:before {
  content: "\e90b";
}
.zz-icn-snet-fb-solo:before {
  content: "\e90c";
}
.zz-icn-snet-fb:before {
  content: "\e90d";
}
.zz-icn-snet-google-solo-large:before {
  content: "\e90e";
}
.zz-icn-snet-IG-solo-header:before {
  content: "\e90f";
}
.zz-icn-snet-IG-solo:before {
  content: "\e910";
}
.zz-icn-snet-IG:before {
  content: "\e911";
}
.zz-icn-snet-rss-solo-header:before {
  content: "\e912";
}
.zz-icn-snet-rss-solo:before {
  content: "\e913";
}
.zz-icn-snet-rss:before {
  content: "\e914";
}
.zz-icn-snet-twitter-solo-header:before {
  content: "\e915";
}
.zz-icn-snet-twitter-solo-large:before {
  content: "\e916";
}
.zz-icn-snet-twitter-solo:before {
  content: "\e917";
}
.zz-icn-snet-twitter:before {
  content: "\e918";
}
.zz-icn-snet-website:before {
  content: "\e919";
}
.zz-icn-snet-youtube-solo-header:before {
  content: "\e91a";
}
.zz-icn-snet-youtube-solo:before {
  content: "\e91b";
}
.zz-icn-snet-youtube:before {
  content: "\e91c";
}
.zz-icn-icn-competition:before {
  content: "\e91d";
}
.zz-icn-icn-person:before {
  content: "\e91e";
}
.zz-icn-icn-stadium:before {
  content: "\e91f";
}
.zz-icn-icn-team:before {
  content: "\e920";
}
.zz-icn-andebol:before,
.zz-icn-handball:before,
.zz-icn-mod-9:before {
  content: "\e921";
}
.zz-icn-back:before {
  content: "\e922";
}
.zz-icn-basquetebol:before,
.zz-icn-basquetebol:before,
.zz-icn-basket:before,
.zz-icn-mod-10:before,
.zz-icn-basket:before,
.zz-icn-mod-10:before {
  content: "\e923";
}
.zz-icn-bet:before {
  content: "\e924";
}
.zz-icn-calendar:before {
  content: "\e925";
}
.zz-icn-cap:before {
  content: "\e926";
}
.zz-icn-check:before {
  content: "\e927";
}
.zz-icn-chevron-down:before {
  content: "\e928";
}
.zz-icn-chevron-left:before {
  content: "\e929";
}
.zz-icn-chevron-right:before {
  content: "\e92a";
}
.zz-icn-chevron-up:before {
  content: "\e92b";
}
.zz-icn-clear:before {
  content: "\e92c";
}
.zz-icn-cup:before {
  content: "\e92d";
}
.zz-icn-edit:before {
  content: "\e92e";
}
.zz-icn-email:before {
  content: "\e92f";
}
.zz-icn-fav-off-small:before {
  content: "\e930";
}
.zz-icn-fav-off:before {
  content: "\e931";
}
.zz-icn-fav-on-small:before {
  content: "\e932";
}
.zz-icn-fav-on:before {
  content: "\e933";
}
.zz-icn-futebol:before,
.zz-icn-football:before,
.zz-icn-fut-11:before,
.zz-icn-mod-1:before {
  content: "\e934";
}
.zz-icn-futsal:before,
.zz-icn-mod-3:before {
  content: "\e935";
}
.zz-icn-go:before {
  content: "\e936";
}
.zz-icn-heart-outline-small:before {
  content: "\e937";
}
.zz-icn-heart-outline:before {
  content: "\e938";
}
.zz-icn-heart-small:before {
  content: "\e939";
}
.zz-icn-heart:before {
  content: "\e93a";
}
.zz-icn-hoquei:before,
.zz-icn-mod-8:before,
.zz-icn-rollerhockey:before {
  content: "\e93b";
}
.zz-icn-menu:before {
  content: "\e93c";
}
.zz-icn-microphone:before {
  content: "\e93d";
}
.zz-icn-playvideo:before {
  content: "\e93e";
}
.zz-icn-plus-fat:before {
  content: "\e93f";
}
.zz-icn-score:before {
  content: "\e940";
}
.zz-icn-screen:before {
  content: "\e941";
}
.zz-icn-search:before {
  content: "\e942";
}
.zz-icn-shop:before {
  content: "\e943";
}
.zz-icn-star:before {
  content: "\e944";
}
.zz-icn-transferencias-arquivo:before {
  content: "\e945";
}
.zz-icn-transferencias-internacional:before {
  content: "\e946";
}
.zz-icn-user-community:before {
  content: "\e947";
}
.zz-icn-transferencias-minuto:before {
  content: "\e948";
}
.zz-icn-transferencias-nacional:before {
  content: "\e949";
}
.zz-icn-tv:before {
  content: "\e94a";
}
.zz-icn-user-default:before {
  content: "\e94b";
}
.zz-icn-user-rank:before {
  content: "\e94c";
}
.zz-icn-user-small:before {
  content: "\e94d";
}
.zz-icn-user:before {
  content: "\e94e";
}
.zz-icn-volei:before,
.zz-icn-voleibol:before,
.zz-icn-volleyball:before,
.zz-icn-mod-11:before {
  content: "\e94f";
}
.zz-icn-vote:before {
  content: "\e950";
}
.zz-icn-warning:before {
  content: "\e951";
}
.zz-icn-x-fat:before {
  content: "\e952";
}
.zz-icn-zz:before {
  content: "\e953";
}
.zz-icn-cup-18:before {
  content: "\e954";
}
.zz-icn-ellipsis-18:before {
  content: "\e955";
}
.zz-icn-headerdroparrow-default-18:before {
  content: "\e956";
}
.zz-icn-live-18:before {
  content: "\e957";
}
.zz-icn-relato-18:before {
  content: "\e958";
}
.zz-icn-relato2-18:before {
  content: "\e959";
}
.zz-icn-stream-18:before {
  content: "\e95a";
}
.zz-icn-stream2-18:before {
  content: "\e95b";
}
.zz-icn-tv-18:before {
  content: "\e95c";
}
.zz-icn-praia:before,
.zz-icn-fut-praia:before,
.zz-icn-mod-4:before {
  content: "\e95d";
}
.zz-icn-bell:before {
  content: "\e95e";
}
.zz-icn-chat-baloon:before {
  content: "\e95f";
}
.zz-icn-cog:before {
  content: "\e960";
}
.zz-icn-drop-xl:before {
  content: "\e961";
}
.zz-icn-exit:before {
  content: "\e962";
}
.zz-icn-puzzle:before {
  content: "\e963";
}
.zz-icn-question:before {
  content: "\e964";
}
.zz-icn-soccer-bench:before {
  content: "\e965";
}
.zz-icn-trash:before {
  content: "\e966";
}
.zz-icn-user-off:before {
  content: "\e967";
}
.zz-icn-user-on-full:before {
  content: "\e968";
}
.zz-icn-chat-baloon-full:before {
  content: "\e969";
}
.zz-icn-puzzle-full:before {
  content: "\e96a";
}
.zz-icn-bell-full:before {
  content: "\e96b";
}
.zz-icn-crest:before {
  content: "\e96c";
}
.zz-icn-flag:before {
  content: "\e96d";
}
.zz-icn-missing-file:before {
  content: "\e96e";
}
.zz-icn-news:before {
  content: "\e96f";
}
.zz-icn-idea:before {
  content: "\e970";
}
.zz-icn-live:before {
  content: "\e971";
}
.zz-icn-icn-star:before {
  content: "\e972";
}
.zz-icn-external-link:before {
  content: "\e973";
}
.zz-icn-icn-question:before {
  content: "\e974";
}
.zz-icn-history:before {
  content: "\e975";
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 29, 2019, 4:11:01 PM
    Author     : mv
*/
.zz-icnsvg {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  flex-shrink: 0;
}
.zz-icnsvg.is-border {
  border: 1px solid currentColor;
  line-height: 30px;
  border-radius: 100px;
  font-size: 20px;
}
.zz-icnsvg.is-12 {
  width: 12px !important;
  height: 12px !important;
  line-height: 10px;
  font-size: 2px;
}
.zz-icnsvg.is-12.is-border {
  font-size: 6px;
}
.zz-icnsvg.is-16 {
  width: 16px !important;
  height: 16px !important;
  line-height: 14px;
  font-size: 6px;
}
.zz-icnsvg.is-16.is-border {
  font-size: 8px;
}
.zz-icnsvg.is-18 {
  width: 18px !important;
  height: 18px !important;
  line-height: 16px;
  font-size: 8px;
}
.zz-icnsvg.is-18.is-border {
  font-size: 9px;
}
.zz-icnsvg.is-20 {
  width: 20px !important;
  height: 20px !important;
  line-height: 18px;
  font-size: 10px;
}
.zz-icnsvg.is-20.is-border {
  font-size: 10px;
}
.zz-icnsvg.is-24 {
  width: 24px !important;
  height: 24px !important;
  line-height: 22px;
  font-size: 14px;
}
.zz-icnsvg.is-24.is-border {
  font-size: 12px;
}
.zz-icnsvg.is-32 {
  width: 32px !important;
  height: 32px !important;
  line-height: 30px;
  font-size: 22px;
}
.zz-icnsvg.is-32.is-border {
  font-size: 16px;
}
.zz-icnsvg.is-40 {
  width: 40px !important;
  height: 40px !important;
  line-height: 38px;
  font-size: 30px;
}
.zz-icnsvg.is-40.is-border {
  font-size: 20px;
}
.zz-icnsvg.is-48 {
  width: 48px !important;
  height: 48px !important;
  line-height: 46px;
  font-size: 38px;
}
.zz-icnsvg.is-48.is-border {
  font-size: 24px;
}
.zz-icnsvg.is-56 {
  width: 56px !important;
  height: 56px !important;
  line-height: 54px;
  font-size: 46px;
}
.zz-icnsvg.is-56.is-border {
  font-size: 28px;
}
.zz-icnsvg.is-128 {
  width: 128px !important;
  height: 128px !important;
  line-height: 126px;
  font-size: 118px;
}
.zz-icnsvg.is-128.is-border {
  font-size: 64px;
}
.zz-icnsvg.is-rotated-v180 {
  transform: rotateZ(180deg);
}
svg.zz-icnsvg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
svg.zz-icnsvg.has-stroke {
  stroke-width: unset;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:41 AM
    Author     : mv
*/
hr.zz-separator {
  margin: 16px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
}
hr.zz-separator.is-nomargin {
  margin: 0;
}
.zz-separator-text {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.zz-separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dddddd;
}
.zz-separator-text span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.zz-separator-text.white:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.zz-separator-text.white span {
  color: #fff;
  background: #2c3e4f;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2018, 11:02:16 AM
    Author     : mv
*/
.zz-msg {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 8px;
  text-align: left;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #eee;
}
.zz-msg * {
  box-sizing: inherit;
}
.zz-msg:before,
.zz-msg:after {
  content: " ";
  display: table;
}
.zz-msg:after {
  clear: both;
}
.zz-msg:before,
.zz-msg:after {
  content: " ";
  display: table;
}
.zz-msg:after {
  clear: both;
}
.zz-msg .close {
  margin-top: -4px;
  margin-right: -4px;
  opacity: 0.5;
  float: right;
}
.zz-msg .icon {
  float: left;
  margin-right: 8px;
}
.zz-msg .title {
  font-size: 14px;
  font-weight: bold;
}
.zz-msg .desc {
  font-size: 14px;
}
.zz-msg .icon + .desc {
  padding-top: 4px;
  padding-bottom: 4px;
}
.zz-msg .title + .desc {
  padding-top: 8px;
}
.zz-msg a {
  color: #49afc5;
}
.zz-msg.warning {
  background-color: #f8f2ad;
}
.zz-msg.success {
  background-color: #d7f5c7;
}
.zz-msg.error {
  background-color: #fadfce;
}
.zz-msg.iconed .title,
.zz-msg.iconed .desc {
  margin-left: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 31, 2018, 4:23:48 PM
    Author     : mv
*/
.zz-map {
  width: 100%;
  height: 600px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2018, 5:23:05 PM
    Author     : mv
*/
.zz-pagination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #8899aa;
  font-size: 14px;
  font-family: 'Roboto Condensed';
  background-color: #f8fafc;
}
.zz-pagination * {
  box-sizing: inherit;
}
.zz-pagination .numbers {
  text-align: center;
  padding: 0 32px;
}
.zz-pagination .link {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.zz-pagination .prev-link .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%238899aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%2024l-8-8%208-8%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-pagination .next-link .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%238899aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%208l8%208-8%208%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-pagination .prev-link {
  float: left;
}
.zz-pagination .next-link {
  float: right;
}
.zz-pagination .active {
  color: #49afc5;
  border-bottom: 2px solid currentColor;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2018, 3:57:17 PM
    Author     : mv
*/
.zz-card {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.zz-card * {
  box-sizing: inherit;
}
.zz-card header {
  padding: 19px 12px 17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #0078ce;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.49px;
  color: #fff;
}
.zz-card header .zz-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.zz-card header h3 {
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.zz-card .content {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
}
.zz-card .content .msg-txt {
  padding: 10px;
}
.zz-card footer {
  text-align: right;
  padding: 10px 10px 16px 10px;
}
.zz-card footer a {
  text-transform: uppercase;
  color: #2277AA;
  font-size: 16px;
  font-weight: bold;
  margin-left: 32px;
}
.zz-card table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.zz-card table th,
.zz-card table td {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  text-align: center;
}
.zz-card table.zztable td {
  padding: 10px 15px 10px 15px !important;
  font-size: 16px !important;
}
.zz-card table.zztable th {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #4f5969 !important;
  padding: 10px 15px 10px 15px !important;
  background-color: #f2f2f2;
}
.zz-card table th:first-child,
.zz-card table td:first-child {
  text-align: left;
}
.zz-card table a {
  font-family: Roboto;
  color: #0078ce;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  font-size: 16px !important;
}
.zz-card .zz-ball {
  display: inline-block;
  margin-left: 8px;
}
.zz-card.apostas header {
  background: #54b3af;
}
.zz-card.apostas.empty header {
  background: #64849c;
}
.zz-card.miniliga header {
  background: #eca550;
}
.zz-card.miniliga.empty header {
  background: #a5bccd;
}
.zz-card.myminiliga header {
  background: #759ebd;
}
.zz-card.myminiliga.empty header {
  background: #a5bccd;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:27:26 PM
    Author     : mv
*/
.zz-box {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-box * {
  box-sizing: inherit;
}
.zz-box .zz-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #2277AA;
  padding: 12px 8px;
  text-transform: uppercase;
}
.zz-box .zz-box-content {
  padding: 0 8px 8px;
  font-size: 14px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:52:06 PM
    Author     : mv
*/
.right-side .zz-listitem-leftimage {
  margin-bottom: 16px;
}
.zz-listitem-leftimage {
  background: #fff;
  height: 72px;
  margin-bottom: 8px;
  color: #4a4a4a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
}
.zz-listitem-leftimage * {
  box-sizing: inherit;
}
.zz-listitem-leftimage .img {
  width: 114px;
  height: 72px;
  float: left;
  position: relative;
  margin-right: 8px;
  background: #ddd;
}
.zz-listitem-leftimage .img .zz-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.zz-listitem-leftimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zz-listitem-leftimage .title {
  font-size: 16px;
  font-weight: bold;
  /*margin-bottom: 8px;*/
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  /*padding-right: 16px;*/
}
.zz-listitem-leftimage .obs {
  font-size: 12px;
  color: #999999;
  padding-right: 16px;
  text-transform: uppercase;
  line-height: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 6, 2019, 12:02:55 PM
    Author     : mv
*/
.zz-grid .zz-listitem-textover-image {
  width: auto;
}
.zz-item-toi-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  text-transform: none;
  color: #fff;
}
.zz-item-toi-microtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.zz-listitem-textover-image {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.zz-listitem-textover-image a,
.zz-listitem-textover-image .img,
.zz-listitem-textover-image img {
  width: 100%;
  height: 100%;
}
.zz-listitem-textover-image a {
  display: block;
}
.zz-listitem-textover-image .img {
  overflow: hidden;
}
.zz-listitem-textover-image img {
  display: block;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
.zz-listitem-textover-image .keywords {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.zz-listitem-textover-image .keywords .kw {
  float: left;
  margin-right: 2px;
  height: 15px;
  padding: 2px 4px;
  background-color: #2C3E50;
  color: #FFF;
  text-transform: uppercase;
}
.zz-listitem-textover-image .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to top, #131a20 40%, rgba(19, 26, 32, 0) 100%);
  padding: 30px 8px 8px;
}
.zz-listitem-textover-image:hover img {
  transform: scale(1.1);
}
/*
    Created on : 08/10/2024, 09:20:14
    Author     : ferna
*/
.zz-li2 {
  --img-width: 176px;
  --img-height: 128px;
  --color-link: #548bb6;
  display: flex;
  gap: 8px;
}
.zz-li2-img {
  flex-shrink: 0;
  width: var(--img-width);
  height: var(--img-height);
  position: relative;
}
.zz-li2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zz-li2-img .zz-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zz-li2-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  color: var(--color-link);
}
.zz-li2-obs {
  font-size: 12px;
  line-height: 1.33;
  color: #999;
}
.zz-li2-obs .icn_zerozero {
  font-size: inherit;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2018, 5:57:07 PM
    Author     : mv
*/
.zz-related-entities {
  color: #4a4a4a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  padding: 8px;
}
.zz-related-entities * {
  box-sizing: inherit;
}
.zz-related-entities .entity {
  display: inline-block;
  /*width: 50%;*/
}
.zz-related-entities .entity-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.zz-related-entities .entity-items {
  line-height: 12px;
  font-size: 14px;
}
.zz-related-entities .entity-items a {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px;
  color: #49afc5;
  display: inline-block;
  margin: 0 8px 8px 0;
}
.zz-related-entities .entity-items a:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.zz-related-entities .entity-items img {
  width: 16px;
  height: 12px;
  margin: 2px 6px 2px 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 4, 2019, 10:26:28 AM
    Author     : mv
*/
.zz-info-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 4px;
  color: #fff;
}
.zz-info-panel * {
  box-sizing: inherit;
}
.zz-info-panel .zz-icon,
.zz-info-panel .zz-icn {
  float: left;
  margin-right: 8px;
}
.zz-info-panel .text {
  margin-left: 40px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.zz-info-panel.arrow {
  position: relative;
}
.zz-info-panel.arrow.topright {
  margin-top: 10px;
}
.zz-info-panel.arrow.topright:before {
  top: -20px;
  right: 16px;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
}
.zz-info-panel.dark {
  background: rgba(0, 0, 0, 0.1);
  color: #4a4a4a;
}
.zz-info-panel.dark.arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 19, 2018, 11:53:56 AM
    Author     : mv
*/
.zz-tagcloud {
  font-size: 18px;
}
.zz-tagcloud .zz-tagcloud-title {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  padding: 16px 8px;
  opacity: 0.6;
  cursor: pointer;
}
.zz-tagcloud .zz-tag {
  margin-right: 6px;
  margin-bottom: 6px;
}
.zz-tag {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: 'Roboto Condensed';
  padding: 8px 16px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  text-transform: none;
}
.zz-tag:hover,
.zz-tag:active,
.zz-tag.is-blue {
  background-color: #199be1;
  color: #fff !important;
}
@media only screen and (min-width: 769px) {
  .zz-tag {
    font-size: 16px;
    padding: 6px 12px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 5:13:25 PM
    Author     : mv
*/
.zz-slider .slick-arrow {
  cursor: pointer;
  background: none;
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  height: auto;
  margin: 0;
  z-index: 1;
  transform: none;
  transition: all ease-in-out 300ms;
  color: #4a4a4a;
}
.zz-slider .slick-arrow span {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.zz-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.zz-slider .slick-arrow:before {
  content: "";
  display: none;
}
.zz-slider .slick-arrow:hover {
  /*opacity: 1;*/
}
.zz-slider .slick-prev {
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  left: 0;
}
.zz-slider .slick-prev span {
  left: 0;
}
.zz-slider .slick-next {
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  right: 0;
}
.zz-slider .slick-next span {
  right: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 1, 2020, 7:02:13 PM
    Author     : fpereira
*/
.zz-progressbar {
  height: 26px;
  border-radius: 16px;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 1px #999;
  position: relative;
  min-width: 40px;
}
.zz-progressbar-perc {
  height: 26px;
  border-radius: 16px;
  background-color: #333333;
  width: 0%;
  overflow: hidden;
  transition: width 100ms;
}
.zz-progressbar-txt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 26px;
  padding: 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 2px #999;
}
.zz-progressbar.is-small {
  height: 20px;
}
.zz-progressbar.is-small .zz-progressbar-perc {
  height: 20px;
}
.zz-progressbar.is-small .zz-progressbar-txt {
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 12, 2019, 10:08:03 AM
    Author     : mv
*/
.zz-dropdown {
  position: relative;
  font-family: 'Roboto Condensed';
  display: inline-block;
}
.zz-dropdown .zz-dropdown-toggle {
  cursor: pointer;
}
.zz-dropdown .zz-dropdown-toggle:hover {
  opacity: 0.6;
}
.zz-dropdown.right .zz-dropdown-menu {
  right: 0;
  left: auto;
}
.zz-dropdown.right .zz-dropdown-item,
.zz-dropdown.right .zz-dropdown-toggle {
  text-align: right;
}
.zz-dropdown.open .zz-dropdown-menu {
  display: inline;
}
.zz-dropdown-menu {
  position: absolute;
  padding: 4px 0;
  top: 32px;
  left: 0;
  display: none;
  background: #fff;
  min-width: 200px;
  overflow: auto;
  max-height: 400px;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08), 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  color: #4a4a4a;
}
.zz-dropdown-menu .zz-dropdown-item {
  font-size: 16px;
  display: block;
  padding: 8px 16px;
  transition: all ease-in-out 300ms;
}
.zz-dropdown-menu .zz-dropdown-item:hover {
  background-color: #e3eff5;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29-Dec-2023, 15:26:06
    Author     : mv
*/
.input-cropper {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  /*border: 1px solid gray;*/
  display: flex;
  flex-direction: column;
  gap: 8px;
  /*padding: 8px;*/
  /*	
	.zz-popup-body{
		display: flex;
		align-items: center;
	}
	
	.zz-popup-content{
		max-width: 400px;
		max-height: 400px;
	}
	*/
}
.input-cropper .cropper-face {
  background: url(/images/img_overlay_photo.svg) no-repeat center !important;
  opacity: 1;
  background-size: 100% 100% !important;
}
.input-cropper .cropper-line {
  background: transparent;
}
.input-cropper .cropper-view-box {
  outline-color: transparent;
}
.input-cropper .zz-btn.is-icon {
  background: transparent;
  color: #fff;
}
.input-cropper-tool {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin: 0 auto;
  height: 320px;
  width: 320px;
}
@media only screen and (min-width: 769px) {
  .input-cropper-tool {
    width: 600px;
    height: 400px;
  }
}
.input-cropper-area {
  height: 100%;
  width: 100%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 3, 2019, 6:21:25 PM
    Author     : mv
*/
.zz-ban-c11 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  width: 300px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zz-ban-c11:before,
.zz-ban-c11:after {
  content: " ";
  display: table;
}
.zz-ban-c11:after {
  clear: both;
}
.zz-ban-c11:before,
.zz-ban-c11:after {
  content: " ";
  display: table;
}
.zz-ban-c11:after {
  clear: both;
}
.zz-ban-c11 * {
  box-sizing: inherit;
}
.zz-ban-c11 > * {
  flex-grow: 1;
}
.zz-ban-c11-teams {
  text-align: center;
}
.zz-ban-c11-teams img {
  margin: 0 8px;
  height: 80px;
}
.zz-ban-c11-texts {
  font-size: 18px;
}
.zz-ban-c11-title {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Flama Ultracondensed';
  font-size: 29px;
  margin-top: 8px;
}
.zz-ban-c11-datetime {
  font-family: 'Flama Semicondensed Book';
  font-size: 21px;
}
.zz-ban-c11-logo {
  text-align: center;
}
.zz-ban-c11-logo img {
  height: 96px;
}
.zz-ban-c11.is-leaderboard {
  width: auto;
  height: 110px;
  flex-direction: row-reverse;
  padding: 8px;
}
.zz-ban-c11.is-leaderboard .zz-ban-c11-title {
  margin-top: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 3, 2019, 6:21:25 PM
    Author     : mv
*/
.zz-ban-ttb {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: url(/images/totobola/banner_bg.png?v=1) no-repeat top center;
  color: #4a4a4a;
  width: 300px;
  height: 324px;
  overflow: hidden;
  display: block;
  padding-right: 82px;
}
.zz-ban-ttb:before,
.zz-ban-ttb:after {
  content: " ";
  display: table;
}
.zz-ban-ttb:after {
  clear: both;
}
.zz-ban-ttb:before,
.zz-ban-ttb:after {
  content: " ";
  display: table;
}
.zz-ban-ttb:after {
  clear: both;
}
.zz-ban-ttb * {
  box-sizing: inherit;
}
.zz-ban-ttb:hover {
  color: #4a4a4a !important;
}
.zz-ban-ttb-date {
  padding: 12px 8px 8px;
  line-height: 12px;
  text-transform: uppercase;
}
.zz-ban-ttb-game {
  line-height: 25px;
  font-size: 14px;
}
.zz-ban-ttb-game:before,
.zz-ban-ttb-game:after {
  content: " ";
  display: table;
}
.zz-ban-ttb-game:after {
  clear: both;
}
.zz-ban-ttb-game:before,
.zz-ban-ttb-game:after {
  content: " ";
  display: table;
}
.zz-ban-ttb-game:after {
  clear: both;
}
.zz-ban-ttb-number {
  float: left;
  width: 28px;
  color: #e9303c;
  font-weight: bold;
}
.zz-ban-ttb-name {
  float: left;
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.zz-site-mobile .zz-ban-ttb {
  margin: 0 auto 24px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 18, 2019, 5:23:33 PM
    Author     : mv
*/
.zz-yb-pl-ban {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.zz-yb-pl-ban:before,
.zz-yb-pl-ban:after {
  content: " ";
  display: table;
}
.zz-yb-pl-ban:after {
  clear: both;
}
.zz-yb-pl-ban:before,
.zz-yb-pl-ban:after {
  content: " ";
  display: table;
}
.zz-yb-pl-ban:after {
  clear: both;
}
.zz-yb-pl-ban * {
  box-sizing: inherit;
}
.zz-yb-pl-ban.is-big {
  height: 175px;
  margin-bottom: 22px;
  background: url(/images/yearbook/bg-banner-person.png);
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-print {
  top: 14px;
  left: 9px;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-discover {
  top: 54px;
  width: 80%;
  height: 90px;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me {
  bottom: 14px;
  right: 9px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 16px 4px 4px;
  border-radius: 36px;
  font-size: 12.8px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  font-family: Infra;
  transition: all ease-in-out 300ms;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me img {
  float: left;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  object-fit: cover;
  object-position: top center;
}
.zz-yb-pl-ban.is-big .zz-yb-pl-ban-me:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
}
.zz-yb-pl-ban.is-rightbar,
.zz-yb-pl-ban.is-small {
  background: url(/images/yearbook/bg-banner-person-m.png) no-repeat top center;
  background-size: 100% auto;
  max-width: 356px;
  height: 144px;
  margin: 0 auto 48px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-print,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-print {
  bottom: 0;
  right: 90px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-me {
  left: 0;
  bottom: 26px;
  padding: 4px 12px;
  font-size: 12px;
  width: 240px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me img,
.zz-yb-pl-ban.is-small .zz-yb-pl-ban-me img {
  display: none;
}
.zz-yb-pl-ban.is-rightbar {
  max-width: 300px;
  height: 128px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-me {
  width: 212px;
}
.zz-yb-pl-ban.is-rightbar .zz-yb-pl-ban-print {
  right: 70px;
}
.zz-yb-pl-ban .zz-yb-pl-ban-print {
  position: absolute;
  display: block;
  z-index: 2;
}
.zz-yb-pl-ban .zz-yb-pl-ban-discover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zz-yb-pl-ban .zz-yb-pl-ban-me {
  position: absolute;
  z-index: 1;
  color: #fff;
}
.zz-yb-pl-ban .zz-yb-pl-ban-me:hover {
  color: #fff !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 8, 2021, 12:01:39 PM
    Author     : mv
*/
.euro2020ban-img {
  display: block;
  margin: 0 auto 20px;
}
.mundial2022ban-img {
  display: block;
  margin: 0 auto 20px;
}
.euro2020ban-btn {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #e9332f;
  padding: 4px 37px 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
.mundial2022ban-btn {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #E01F27;
  padding: 4px 37px 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
#page_header_container.is-euro2020ban {
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#page_header_container.is-euro2020ban.is-light {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-euro2020ban.is-light .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-euro2020ban.is-dark {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-euro2020ban.is-dark .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-euro2020ban .entity_h2 {
  background: transparent;
}
#page_header_container.is-euro2020ban .h2 {
  background: no-repeat right -223px;
}
#page_header_container.is-mundial2020ban {
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#page_header_container.is-mundial2020ban.is-light {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-mundial2020ban.is-light .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-dark.png);
}
#page_header_container.is-mundial2020ban.is-dark {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-mundial2020ban.is-dark .h2 {
  background-image: url(/images/euro2020ban/overlay-bg-light.png);
}
#page_header_container.is-mundial2020ban .entity_h2 {
  background: transparent;
}
#page_header_container.is-mundial2020ban .h2 {
  background: no-repeat right -223px;
}
.euro2020ban-block {
  position: absolute;
  bottom: 70px;
  right: 44px;
  width: 250px;
}
.mundial2022ban-block {
  position: absolute;
  bottom: 70px;
  right: 44px;
  width: 250px;
}
/*@import "app/components/lists/header.less";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:18:35 AM
    Author     : mv
*/
.zz-btn {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background-color: #2277AA;
  line-height: 24px;
  padding: 8px 16px;
  vertical-align: bottom;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  min-width: 120px;
}
.zz-btn .zz-icon,
.zz-btn img {
  display: block;
  float: left;
  margin-right: 8px;
}
.zz-btn:not([disabled]):hover {
  background-color: #3abbfc;
  border-color: #3abbfc;
  color: #fff !important;
}
.zz-btn:active {
  background-color: #548bb6;
}
.zz-btn[disabled] {
  background: #cccccc;
  color: #888888;
  cursor: default;
}
.zz-btn.outline {
  color: #2277AA;
  border: solid 2px currentColor;
  background: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
.zz-btn.outline:not([disabled]):hover {
  background-color: transparent;
  border-color: #3abbfc;
  color: #3abbfc !important;
}
.zz-btn.outline[disabled] {
  background: transparent;
  border-color: #cccccc;
  color: #888888;
}
.zz-btn.inline {
  color: #2277AA;
  border: solid 1px #dddddd;
  text-transform: none;
  background: transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
}
.zz-btn.inline:not([disabled]):hover {
  background-color: transparent;
  border-color: #3abbfc;
  color: #3abbfc !important;
}
.zz-btn.inline[disabled] {
  background: transparent;
  border-color: #cccccc;
  color: #888888;
}
.zz-btn.white {
  background: #fff;
  color: #4a4a4a;
  border-color: #fff;
}
.zz-btn.block {
  display: block;
}
button.zz-btn.block {
  width: 100%;
}
.zz-btn.image {
  min-width: 0;
}
.zz-btn.image .zz-icon,
.zz-btn.image img {
  float: none;
  margin: 0 auto;
}
.zz-btn.is-icon {
  min-width: 0;
  height: 32px;
  padding: 0;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.zz-btn-group {
  display: flex;
}
.zz-btn-group .zz-btn {
  flex-grow: 1;
  margin-left: 8px;
}
.zz-btn-group .zz-btn:first-child {
  margin-left: 0;
}
.zz-btn2 {
  --btn2-text-color: #fff;
  --btn2-bg-color: #2277AA;
  --btn2-bg-color-hover: #2686bf;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: var(--btn2-text-color);
  background: var(--btn2-bg-color);
  border-radius: 4px;
  transition: all ease-in-out 300ms;
}
.zz-btn2.is-small {
  height: 28px;
}
.zz-btn2.is-yellow {
  --btn2-bg-color: #ccac33;
  --btn2-bg-color-hover: #d1b447;
}
.zz-btn2:not([disabled]):hover {
  background-color: var(--btn2-bg-color-hover);
  border-color: var(--btn2-bg-color);
  color: var(--btn2-text-color) !important;
}
.zz-btn2:active {
  background-color: var(--btn2-bg-color-hover);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:18:57 AM
    Author     : mv
*/
.zz-border-btn {
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 8px 64px 8px 16px;
  line-height: 26px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  color: #fff;
}
.zz-border-btn .fa {
  font-size: 22px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}
.zz-border-btn:hover {
  background: #fff;
  color: #3e5368;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:22 AM
    Author     : mv
*/
.zz-sociallogin-btn {
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  transition: all ease-in-out 300ms;
}
.zz-sociallogin-btn .fa {
  transition: all ease-in-out 300ms;
  line-height: 2;
}
.zz-sociallogin-btn:hover {
  background: #fff;
}
.zz-border-btn:hover .fa-google,
.zz-sociallogin-btn:hover .fa-google {
  color: #ea4335;
}
.zz-border-btn:hover .fa-twitter,
.zz-sociallogin-btn:hover .fa-twitter {
  color: #1da1f2;
}
.zz-border-btn:hover .fa-facebook-f,
.zz-sociallogin-btn:hover .fa-facebook-f {
  color: #3b5998;
}
/** FP: rb odds **/
.rbbox-odds {
  font-weight: normal;
}
.rbbox-odds .frame {
  width: auto;
  padding: 16px;
  display: block;
}
.rbbox-odds .title {
  font-size: 18px;
  font-weight: bold;
  color: #39393A;
  text-align: right;
  margin-bottom: 10px;
}
.rbbox-odds .title strong {
  line-height: 32px;
}
.rbbox-odds .input {
  padding: 3px 5px;
  border: 1px solid #CCCCCC;
  float: right;
  color: #9A9A9A;
  font-size: 18px;
  width: 77px;
  margin-left: 10px;
}
.rbbox-odds .input input {
  border: 0;
  color: #39393A;
  font: inherit;
  font-weight: bold;
  width: 48px;
}
.rbbox-odds .switch {
  font-size: 11px;
  color: #898989;
  font-weight: normal;
  clear: both;
  margin-top: -10px;
  text-align: right;
  line-height: 20px;
}
.rbbox-odds .switch a {
  line-height: 24px;
}
.rbbox-odds .switch a.current {
  color: #3B7ADB;
}
.rbbox-odds .rbbox-footer {
  border-bottom: 1px solid #E0E6EE;
  border-left: 1px solid #E0E6EE;
  border-right: 1px solid #E0E6EE;
  padding: 0 16px;
}
.rbbox-odds .rbbox-footer .odd-total {
  font-family: Helvetica;
  color: #39393A;
  text-align: right;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 10px;
}
.rbbox-odds .rbbox-footer .odd-total span {
  font-size: 14px;
}
.rbbox-odds .rbbox-footer .button {
  padding: 5px 20px;
  display: block;
  border: 0;
  background-color: #FFB80D;
  color: #39393A;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.rbbox-odds .rbbox-footer .button:hover {
  opacity: 0.9;
  color: inherit;
}
.rbbox-odds .rbbox-footer img {
  max-height: 22px;
}
.rbbox-odds .rbbox-footer .more {
  font-family: "Roboto Condensed";
  float: right;
  line-height: 22px;
  display: block;
  text-transform: uppercase;
  color: #3B7ADB;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.rbbox-odds .bar {
  background-color: #585858;
  color: #fff;
  line-height: 24px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
}
.rbbox-odds .bar:after {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 6px;
  border-top-color: rgba(255, 255, 255, 0.5);
  top: 8px;
  right: 8px;
  content: "";
}
.rbbox-odds .bar .number {
  float: left;
  display: block;
  width: 26px;
  border-right: 1px solid #8b8b8b;
  text-align: center;
}
.rbbox-odds .bar .text {
  padding: 4px 8px;
}
.rbbox-odds-row {
  padding: 5px 0;
}
.rbbox-odds-row .game {
  width: 45px;
  float: left;
  color: #4a4a4a;
  font-weight: 400;
}
.rbbox-odds-row .game img {
  margin-right: 10px;
}
.rbbox-odds-row .game .comp {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0;
}
.rbbox-odds-row .game .datetime {
  font-size: 11px;
  font-weight: normal;
}
.rbbox-odds-row .odds {
  margin-left: 50px;
}
.rbbox-odds-row .odd {
  height: 24px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 24px;
  display: block;
  background-color: #efefef;
  color: #4a4a4a;
  font-weight: bold;
}
.rbbox-odds-row .odd .team {
  padding: 4px 10px;
}
.rbbox-odds-row .odd .value {
  display: block;
  float: right;
  width: 76px;
  text-align: center;
  font-size: 16px;
  background-color: #E2E2E2;
}
.rbbox-odds-row .odd.selected {
  background: #FFB80D;
}
.rbbox-odds-row .odd.selected .value {
  background: rgba(0, 0, 0, 0.05);
}
.rbbox-odds-v3 {
  font-family: 'Roboto Condensed';
}
.rbbox-odds-v3 .frame {
  border: 0;
  padding: 8px;
  background: no-repeat top right;
  background-image: url(/images/svg/bg-rb-odds-overlay.svg), linear-gradient(to top, #252a48, #2b87b4);
}
.rbbox-odds-v3 .text-header {
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.rbbox-odds-v3 .text-header .text-title {
  font-size: 22px;
}
.rbbox-odds-v3 .text-header .text {
  font-size: 16px;
}
.rbbox-odds-v3 .text-header a {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
}
.rbbox-odds-v3 .wrapper {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin-bottom: 8px;
}
.rbbox-odds-v3 .title {
  width: auto;
  font-size: 20px;
  text-transform: uppercase;
  color: #49afc5;
}
.rbbox-odds-v3 .input {
  padding: 0;
  position: relative;
  border-radius: 2px;
  font-size: 20px;
  box-sizing: border-box;
  height: 32px;
  display: inline-block;
  width: 88px;
  margin-left: 4px;
}
.rbbox-odds-v3 .input .symbol {
  width: 30px;
  display: inline-block;
  text-align: left;
}
.rbbox-odds-v3 .input input {
  text-align: right;
  font-size: 20px;
  padding: 0 3px;
  height: 30px;
  width: 40px;
}
.rbbox-odds-v3 .input:before {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 10px;
  border-left-color: #CCC;
  content: "";
}
.rbbox-odds-v3 .rbbox-odds-row .team {
  font-size: 14px;
  font-weight: normal;
  width: 120px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}
.rbbox-odds-v3 .odd-total {
  text-align: right;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
}
.rbbox-odds-v3 .more {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #49afc5;
  display: block;
}
.rbbox-odds-v3 .logo img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
}
.rbbox-odds-v3 .currency-left .symbol {
  margin-left: 10px;
  text-align: right;
}
body.zz-site-mobile .rbbox-odds-v3 .title {
  width: auto;
}
body.zz-site-mobile .rbbox-odds-v3 .input input {
  padding: 0 3px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2018, 11:08:08 AM
    Author     : mv
*/
.rbbox-poll {
  margin: 0 -10px;
  padding: 24px 16px 32px;
  background-color: #f1f1f1;
}
.rbbox-poll .header {
  display: none;
}
.rbbox-poll .general_poll {
  background-color: transparent;
}
.rbbox-poll .general_poll_header {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #3e5368;
  padding: 0 0 16px;
}
.rbbox-poll #poll-options {
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.rbbox-poll #poll-options .zz-btn {
  flex-grow: 3;
  min-width: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* START OVERWRITE OF .option */
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 8px;
  margin: 0;
  /* END OVERWRITE OF .option */
}
.rbbox-poll #poll-options .zz-btn:nth-child(2) {
  margin: 8px 0;
}
.rbbox-poll #poll-container {
  padding: 0;
}
.rbbox-poll #poll-results {
  background: none;
  padding: 0;
}
.rbbox-poll #poll-results .graph-bar {
  padding: 8px 16px;
  position: relative;
  border-radius: 4px;
}
.rbbox-poll #poll-results .graph-bar.selected {
  background-color: #c1e4f3;
}
.rbbox-poll #poll-results .bar-title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.rbbox-poll #poll-results .bar-container {
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.rbbox-poll #poll-results .bar-container .barra_graf {
  height: 24px;
  border-radius: 4px;
}
.rbbox-poll #poll-results .bar-votes {
  position: absolute;
  top: 12px;
  color: #666;
  font-size: 13px;
  right: 20px;
}
.rbbox-poll #poll-results .bar-percent {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
}
.poll-bet {
  padding: 8px;
  border-radius: 8px;
  background-color: #3e5368;
  text-align: center;
  margin-top: 24px;
}
.poll-bet h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: 0 0 16px;
}
.poll-bet .btns {
  max-width: 400px;
  margin: 0 auto 16px;
  display: flex;
}
.poll-bet .btns .zz-btn {
  min-width: 96px;
  color: #3e5368;
  flex-grow: 1;
}
.poll-bet .btns .zz-btn .team {
  float: left;
}
.poll-bet .btns .zz-btn .value {
  float: right;
}
.poll-bet .btns .zz-btn:nth-child(2) {
  margin: 0 8px;
}
.poll-bet .logo {
  margin-bottom: 8px;
  text-align: center;
}
.poll-bet-betano .zz-btn:not([disabled]):hover {
  background-color: #2D864C;
  border-color: #2D864C;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:00:37 AM
    Author     : mv
*/
.zz-form {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #666;
}
.zz-form:before,
.zz-form:after {
  content: " ";
  display: table;
}
.zz-form:after {
  clear: both;
}
.zz-form:before,
.zz-form:after {
  content: " ";
  display: table;
}
.zz-form:after {
  clear: both;
}
.zz-form * {
  box-sizing: inherit;
}
.zz-form .zz-form-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #3e5368;
  padding-bottom: 16px;
  min-height: 48px;
}
.zz-form .zz-form-sectionheader .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #4a4a4a;
  padding: 8px 0 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  min-height: 48px;
}
.zz-form .zz-form-sectionheader .desc {
  font-size: 12px;
  padding-bottom: 32px;
  line-height: 1.33;
  font-weight: normal;
  color: #666;
}
.zz-form .zz-form-sectionheader .title + .desc {
  margin-top: -8px;
}
.zz-form .zz-form-row {
  padding-bottom: 24px;
  padding-left: 24px;
}
.zz-form .zz-form-row:last-child {
  padding-bottom: 0;
}
.zz-form .zz-form-row-btns {
  padding-top: 48px;
}
.zz-form .zz-form-label {
  display: block;
  font-size: 14px;
  min-height: 24px;
  color: #666666;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 10:19:54 AM
    Author     : mv
*/
.zz-input-control {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #fff;
}
.zz-input-control input {
  background: #fff;
  line-height: 32px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 20px;
  display: block;
  width: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  color: transparent;
  padding: 8px;
}
.zz-input-control .zz-placeholder {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 32px;
  transition: all ease-in-out 50ms;
  padding: 8px;
  text-transform: lowercase;
}
.zz-input-control .zz-input-msg {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4px;
  position: relative;
  z-index: 1;
}
.zz-input-control .zz-input-msg.success {
  background-color: #7ed321;
}
.zz-input-control .zz-input-msg.error {
  background-color: #ff5d30;
}
.zz-input-control input[disabled] + .zz-placeholder {
  background: #cccccc;
}
.zz-input-control.withvalue input,
.zz-input-control.focus input {
  color: #4a4a4a;
  padding: 12px 8px 4px;
}
.zz-input-control.withvalue .zz-placeholder,
.zz-input-control.focus .zz-placeholder {
  font-size: 12px;
  bottom: auto;
  padding: 3px;
  line-height: 1;
  font-weight: 500;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 29, 2018, 11:25:47 AM
    Author     : mv
*/
.zz-input {
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: solid 1px #999999;
  background-color: #ffffff;
  padding: 8px;
  color: #aaaaaa;
  line-height: 22px;
  transition: all ease-in-out 300ms;
}
.zz-input:focus {
  color: #333333;
  border-color: currentColor;
}
.zz-input[disabled] {
  border: solid 1px #cccccc;
  background: #eeeeee;
}
.zz-input.is-48 {
  height: 48px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2018, 6:42:10 PM
    Author     : mv
*/
.zz-toggle-btn {
  display: flex;
  width: 100%;
  border-radius: 24px;
  background-color: #273442;
  padding: 4px;
}
.zz-toggle-btn a {
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  display: block;
  transition: all ease-in-out 300ms;
}
.zz-toggle-btn a:hover {
  color: #fff;
}
.zz-toggle-btn a.active {
  background: #fff;
  color: #273442;
}
.zz-toggle-btn.outline {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}
.zz-toggle-btn.outline a {
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #fff;
}
.zz-toggle-btn.outline a:first-child {
  border-left: 0;
}
.zz-toggle-btn.outline.is-dark {
  border-color: #4a4a4a;
}
.zz-toggle-btn.outline.is-dark a {
  color: #4a4a4a;
  border-color: #4a4a4a;
}
.zz-toggle-btn.outline.is-dark a.active {
  background: #4a4a4a;
  color: #fff;
}
.zz-header .zz-toggle-btn a.active:hover {
  color: #273442 !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:32:17 AM
    Author     : mv
*/
.zz-checkbox {
  position: relative;
  cursor: pointer;
  padding-right: 8px;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.zz-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.zz-checkbox span {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-left: 32px;
}
.zz-checkbox span::before,
.zz-checkbox span::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.zz-checkbox span::before {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: solid 1px #999999;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
		 *to vertically center it.
		 */
  top: 5px;
}
.zz-checkbox span::after {
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  height: 6px;
  width: 14px;
  left: 2px;
  top: 9px;
  color: #fff;
}
.zz-checkbox input[type="checkbox"] + span::after {
  content: none;
}
.zz-checkbox input[type="checkbox"]:checked + span::before {
  background: #3e5368;
  border-color: #3e5368;
}
.zz-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
}
.zz-checkbox input[type="checkbox"]:focus + span::before {
  outline: #3e5368 auto 1px;
}
.zz-form.submited {
  /* HTML5 Error */
}
.zz-form.submited input[type="checkbox"]:invalid + span::before {
  box-shadow: 0 0 3px red;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 11:32:42 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2017, 6:44:26 PM
    Author     : mv
*/
.zz-radio {
  line-height: 26px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 8px;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/
}
.zz-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.zz-radio span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-top: 2px;
}
.zz-radio span::before,
.zz-radio span::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
.zz-radio span::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 1px #999999;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
		 *to vertically center it.
		 */
  top: 5px;
}
.zz-radio span::after {
  height: 12px;
  width: 12px;
  left: 4px;
  top: 9px;
  background: #3e5368;
  border-radius: 50%;
}
.zz-radio input[type="radio"] + span::after {
  content: none;
}
.zz-radio input[type="radio"]:checked + span::after {
  content: "";
}
.zz-radio input[type="radio"]:focus + span::before {
  outline: #fff auto 1px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 2:01:12 PM
    Author     : mv
*/
.zz-select {
  display: inline-block;
  height: 40px;
  position: relative;
}
.zz-select select {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: solid 1px #999999;
  background-color: #ffffff;
  padding: 0 30px 0 8px;
  color: #aaaaaa;
  line-height: 22px;
  transition: all ease-in-out 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zz-select select.needattention {
  border-color: #3e5368;
  box-shadow: none;
  outline: none;
}
.zz-select select:focus {
  border-color: #3e5368;
  box-shadow: none;
  outline: none;
}
.zz-select select option {
  line-height: 35px;
}
.zz-select:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23999%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M24%2012l-8%208-8-8%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  content: "";
  font-size: 20px;
  float: right;
  position: absolute;
  right: 4px;
  top: 4px;
  pointer-events: none;
  z-index: 1;
  width: 32px;
  height: 32px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 29, 2018, 3:13:38 PM
    Author     : mv
*/
/*

POPUP HTML STRUCTURE:

.zz-popup
	.zz-popup-wrapper - optional
		.zz-popup-container 
			.zz-popup-header
				.zz-popup-title
			.zz-popup-body
				.zz-popup-content
			.zz-popup-footer
				.zz-popup-btns

*/
body.state-open-popup {
  max-height: 100vh;
  overflow: hidden;
}
.zz-popup {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  /*	.zz-popup-overlay{
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background: rgba(0,0,0,0.4);
		z-index: 1;
	}*/
  /*	.zz-popup-wrapper{
		width: 100vw;
		height: 100vh;
		position: relative;
		z-index: 2;
		
		overflow: auto;
		background: rgba(0,0,0,0.4);
	}*/
}
.zz-popup * {
  box-sizing: inherit;
}
.zz-popup .zz-popup-container {
  margin: 5vh auto;
  width: 80%;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 36px 0 rgba(0, 0, 0, 0.5);
}
.zz-popup .zz-popup-container:before,
.zz-popup .zz-popup-container:after {
  content: " ";
  display: table;
}
.zz-popup .zz-popup-container:after {
  clear: both;
}
.zz-popup .zz-popup-container:before,
.zz-popup .zz-popup-container:after {
  content: " ";
  display: table;
}
.zz-popup .zz-popup-container:after {
  clear: both;
}
.zz-popup .zz-popup-header {
  padding: 32px;
}
.zz-popup .zz-popup-header .zz-popup-close {
  font-weight: bold;
  line-height: 1.64;
  float: right;
  color: #a8a8a8;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
}
.zz-popup .zz-popup-header .zz-popup-close .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M14%2010h6v4h-6v6h-4v-6H4v-4h6V4h4v6z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(4%204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23000%22%20opacity%3D%22.6%22%20transform%3D%22rotate(45%2012%2012)%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%3C!--%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20mask%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-4-4h32v32H-4z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E--%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-popup .zz-popup-header .zz-popup-title {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0;
  color: #3e5368;
  text-transform: uppercase;
}
.zz-popup .zz-popup-body .zz-popup-content {
  padding: 0 32px 32px;
  font-size: 16px;
  color: #4a4a4a;
}
.zz-popup .zz-popup-footer {
  margin: 0 32px 32px;
}
.zz-popup .zz-popup-footer .zz-popup-btns {
  border-top: 1px solid #dddddd;
  text-align: right;
  padding-top: 24px;
}
.zz-popup .zz-popup-footer .zz-popup-btns .zz-btn {
  margin-left: 5px;
  font-family: 'Roboto Condensed';
}
.zz-popup .zz-popup-footer .zz-popup-btns .zz-btn.outline {
  border-color: transparent;
}
.zz-popup.open {
  display: block;
}
.zz-popup.centered {
  justify-content: center;
  align-items: center;
  /*		.zz-popup-wrapper{
			justify-content: center;
			align-items: center;
			display: flex;
		}*/
}
.zz-popup.centered .zz-popup-container {
  max-height: 90vh;
}
.zz-popup.centered.open {
  display: flex;
}
.zz-popup-confirm .zz-popup-container {
  width: 512px;
}
.zz-popup-dark .zz-popup-container {
  background: #354657;
  color: #fff;
}
.zz-popup-dark .zz-form {
  color: #fff;
}
.zz-popup-dark .zz-form .zz-form-row {
  padding-left: 0;
}
.zz-popup-dark .zz-separator-text:before {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2018, 6:05:35 PM
    Author     : mv
*/
/**

File created based on hardcoded code in:
	zzlib_menu_html.php => filete_mundo($te_modalidade)
	
 */
.zz-bar-mundo {
  background-color: #dde738;
  padding: 6px 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 12px;
}
.zz-bar-mundo a {
  font: 700 13px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  color: #444;
  text-transform: uppercase;
}
.zz-bar-mundo a span {
  font-size: 15px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 4, 2019, 5:16:12 PM
    Author     : mv
*/
.zz-top-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: block;
  padding: 4px 16px;
  height: 40px;
  line-height: 32px;
  font-family: 'Roboto Condensed';
}
.zz-top-link * {
  box-sizing: inherit;
}
.zz-top-link .arrow {
  background: #ff5f00;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  border: 4px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  float: left;
}
.zz-top-link .arrow .zz-icon {
  float: left;
  margin: 4px;
}
.zz-top-link .arrow:before {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-width: 16px 10px;
  border-right-color: #ff5f00;
  top: 0;
  left: -20px;
}
.zz-top-link .match {
  margin: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.zz-top-link .match img {
  margin: 0 8px;
  height: 24px;
}
.zz-top-link .match .res {
  font-weight: bold;
}
.zz-top-link .time {
  font-size: 12px;
  float: right;
}
.zz-top-link.bg-live {
  background: #fff251;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 8, 2018, 10:08:01 AM
    Author     : mv
*/
.zz-header-hotlinks {
  padding-top: 8px;
  margin-left: -16px;
  margin-right: -16px;
}
.zz-header-hotlinks li {
  margin-left: 8px;
  position: relative;
  border-radius: 4px;
  min-height: 86px;
  min-width: 128px;
}
.zz-header-hotlinks li a {
  display: block;
}
.zz-header-hotlinks li img {
  width: 128px;
  height: 86px;
  border-radius: 4px;
}
.zz-header-hotlinks li img.logo {
  display: block;
  width: auto;
  height: 50px;
  margin: 8px auto;
}
.zz-header-hotlinks li:after {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.zz-header-hotlinks li .title {
  position: absolute;
  color: #fff;
  padding: 6px;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-header-hotlinks.videos .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.zz-header-hotlinks.videos li:after {
  display: none;
  content: "";
}
body.zz-site-desktop .zz-header-hotlinks {
  margin-left: -8px;
  margin-right: 0;
  padding-bottom: 16px;
}
body.zz-site-desktop .zz-header-hotlinks li {
  margin-left: 8px;
  width: 152px;
  height: 102px;
}
body.zz-site-desktop .zz-header-hotlinks li img {
  width: 100%;
  height: 100%;
}
.zz-header-playmaker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
  background-color: #01BFA5;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  font-family: Montserrat;
  text-align: center;
  color: #e0f2f1;
}
.zz-header-playmaker .content {
  margin: 0 auto;
  width: 970px;
}
.zz-header-playmaker .img {
  float: left;
  padding: 9px 0;
  line-height: 32px;
}
.zz-header-playmaker .img .plus {
  display: block;
  float: left;
  margin: 0 7px;
  color: #e0f2f1 !important;
}
.zz-header-playmaker .img img {
  float: left;
  height: 32px;
  width: 32px;
}
.zz-header-playmaker .txt {
  color: #e0f2f1;
  transition: color ease-in-out 300ms;
}
.zz-header-playmaker .txt em {
  font-weight: bold;
  font-style: italic;
}
.zz-header-playmaker .txt:hover {
  color: #fff !important;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.zz-header-playmaker .twitter-follow-button {
  float: right;
  margin-top: 11px;
}
.zz-header-playmaker a.twitter-follow-button {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0 6px;
  float: right;
  line-height: 26px;
  border: 1px solid #e0f2f1;
  border-radius: 4px;
}
.zz-header-playmaker a.twitter-follow-button .fa {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 3px;
}
.zz-header-playmaker a.twitter-follow-button:hover {
  color: #fff;
}
.zz-header-social-bar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
  background-color: #01BFA5;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  font-family: Montserrat;
  text-align: center;
  color: #e0f2f1;
  padding: 0;
  width: 100%;
  margin: 0;
  float: none;
}
.zz-header-social-bar a {
  color: inherit;
}
.zz-header-social-bar .content {
  margin: 0 auto;
  width: 970px;
}
.zz-header-social-bar .img {
  float: left;
  padding: 9px 0;
  line-height: 32px;
}
.zz-header-social-bar .img .plus {
  display: block;
  float: left;
  margin: 0 7px;
}
.zz-header-social-bar .img img,
.zz-header-social-bar .img svg {
  float: left;
  height: 32px;
  width: 32px;
  fill: #e0f2f1;
}
.zz-header-social-bar .txt {
  transition: color ease-in-out 300ms;
}
.zz-header-social-bar .txt em {
  font-weight: bold;
  font-style: italic;
}
.zz-header-social-bar .txt:hover {
  color: #fff !important;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
.zz-header-social-bar .social-btn-wrapper {
  float: right;
  height: 50px;
  box-sizing: border-box;
}
.zz-header-social-bar a.social-btn {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 0 6px;
  float: right;
  line-height: 26px;
  border: 1px solid #e0f2f1;
  border-radius: 4px;
}
.zz-header-social-bar a.social-btn .fab {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  margin-top: 3px;
}
.zz-header-social-bar a.social-btn:hover {
  color: #fff;
}
.zz-header-social-bar.playmaker {
  background-color: #01BFA5;
  color: #e0f2f1;
}
.zz-header-social-bar.playmaker .social-btn-wrapper {
  padding-top: 11px;
}
.zz-header-social-bar.facebook {
  background-color: #3b5998;
  color: #dfe3ee;
}
.zz-header-social-bar.facebook .social-btn-wrapper {
  padding-top: 10px;
}
.zz-header-social-bar.instagram {
  background-color: #e5405f;
  color: #ffcc00;
}
.zz-header-social-bar.instagram .social-btn {
  margin-top: 11px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.zz-header-social-bar.instagram svg {
  fill: #ffcc00;
}
.zz-header-social-bar.youtube {
  background-color: #ce1312;
  color: #ffc0c0;
}
.zz-header-social-bar.youtube .social-btn-wrapper {
  padding-top: 7px;
}
.zz-header-social-bar.twitter {
  background-color: #00aaec;
  color: #bfecfd;
}
.zz-header-social-bar.twitter .social-btn-wrapper {
  padding-top: 11px;
  height: 50px;
  box-sizing: border-box;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2018, 4:58:32 PM
    Author     : mv
*/
.zz-menu-admin {
  background: #fff;
}
.zz-menu-admin a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
}
.zz-menu-admin a.danger {
  color: red;
}
.zz-menu-admin .zz-separator {
  margin: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2018, 12:47:23 PM
    Author     : mv
*/
.zz-tab-btns {
  display: flex;
  color: #2c3e50;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zz-tab-btns a {
  padding: 8px 8px 3px;
  display: block;
  border-bottom: 5px solid transparent;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-tab-btns a:hover {
  border-bottom-color: #2c3e50;
}
.zz-tab-btns a.selected {
  border-bottom-color: #2c3e50;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .zz-tab-btns {
    font-size: 18px;
  }
  .zz-tab-btns a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.zz-toggle-tab-container {
  display: none;
}
.zz-toggle-tab-container.active {
  display: block;
}
/*
    Created on : 30/01/2024, 16:32:37
    Author     : ferna
*/
#ad_block_msg {
  background-color: #4A1E26;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #fff;
}
#ad_block_msg .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#ad_block_msg .btns {
  display: flex;
  gap: 24px;
}
#ad_block_msg .btns .zz-btn {
  flex-basis: 0;
  flex-grow: 1;
}
#ad_block_msg .logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
#ad_block_msg .logo .logo-img {
  width: 40px;
  height: 30px;
  background: no-repeat center url('/style/new/img/zz_logotype.png');
}
/*
    Created on : 23/05/2025, 12:52:32
    Author     : ferna
*/
.zz-accordion2.is-open .zz-accordion2-content {
  display: block;
}
.zz-accordion2.is-open .zz-accordion2-title .zz-icn {
  transform: rotateZ(0);
}
.zz-accordion2-title {
  background: var(--colors-neutral-light-grey-200, #DDE1E6);
  color: var(--colors-neutral-dark-grey-700, #323A44);
  font-family: var(--font-condensed);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  padding: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.zz-accordion2-title .zz-icn {
  transition: ease-in-out all 300ms;
  transform: rotateZ(-90deg);
}
.zz-accordion2-content {
  display: none;
}
/*
    Created on : 23/05/2025, 12:52:38
    Author     : ferna
*/
.zz-comptree {
  margin-bottom: 4px;
}
.zz-comptree .g-1 {
  gap: 1px;
}
.zz-comptree-row {
  display: flex;
  gap: 1px;
}
.zz-comptree-col {
  flex-grow: 1;
}
.zz-comptree-col.is-series {
  padding-top: 4px;
  flex-basis: 70px;
  flex-grow: 0;
  background: var(--colors-neutral-light-grey-100, #F2F4F8);
  color: var(--Header-bg, #2E4051);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.zz-comptree-division {
  padding: 8px;
  background: var(--colors-neutral-light-grey-100, #F2F4F8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.zz-comptree-division strong {
  font-weight: 400;
}
.zz-comptree-division .zz-icn {
  font-size: 28px;
  color: #ACACAC;
}
.zz-comptree-division:hover {
  background: #E8ECF4;
}
.zz-comptree-division.is-level-1 strong {
  font-size: 18px;
  font-weight: bold;
}
.zz-comptree-division.is-level-3 .zz-comptree-spacer {
  margin-right: 32px;
}
.zz-comptree-division.is-active {
  background-color: rgba(142, 221, 200, 0.4);
}
.zz-comptree-division.is-active:hover {
  background-color: #C4E6DD;
}
.zz-comptree-spacer {
  width: 32px;
  display: flex;
  align-items: center;
}
.zz-comptree-team {
  display: inline-flex;
  gap: 4px;
  border-radius: 4px;
  background: #FFF;
  font-size: 14px;
  align-items: center;
  padding: 3px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zz-comptree-team img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
/*
    Created on : 30/05/2025, 12:23:01
    Author     : ferna
*/
.zz-footer-numbers {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D966;
  padding: 16px 0;
  flex-wrap: wrap;
}
.zz-footer-numbers * {
  box-sizing: inherit;
}
.zz-footer-number {
  flex-basis: 33.33%;
  flex-grow: 1;
  padding: 16px;
  text-align: center;
  font-family: var(--font-condensed);
  line-height: 1;
}
.zz-footer-number:hover {
  text-decoration: none !important;
}
.zz-footer-number:hover .zz-footer-number-img {
  opacity: 1;
}
.zz-footer-number-img {
  color: #fff;
  opacity: 0.8;
  transition: all ease-in-out 300ms;
}
.zz-footer-number-img .icn_zerozero {
  font-size: 32px;
}
.zz-footer-number-number {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.zz-footer-number-label {
  font-size: 14px;
  color: #A1DBFF;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .zz-footer-numbers {
    flex-wrap: nowrap;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 18, 2020, 5:40:42 PM
    Author     : fpereira
*/
.staff_line .name .zz-player-note-details,
.zz-player-note-details {
  font-size: 12px !important;
  color: #8090A0;
  font-weight: 300 !important;
  margin: 0;
}
.staff_line .name .zz-player-note-details b,
.zz-player-note-details b {
  float: left;
}
.staff_line .name .zz-player-note-details b.icn_zerozero,
.zz-player-note-details b.icn_zerozero,
.staff_line .name .zz-player-note-details b.icn_zerozero2,
.zz-player-note-details b.icn_zerozero2 {
  font-size: 12px;
  padding-left: 4px;
  padding-right: 2px;
}
/*Man of the Match: "Montserrat Bold Italic" 22px #fff
Background: Rectangle 630x80px #FF4600
Ponto (10): "Montserrat Black Italic" 26px #fff
Jogador:
Photo: C�rculo 60px, shadow 2px #AF3000
Bandeira: 21x14 px
Nome: "Montserrat Bold Italic" 16px #fff
Posi��o e clube: "Montserrat Light Italic" 8px #fff
N�meros e icons: "Montserrat Italic" 10px #fff*/
.zz-mom {
  font-family: Montserrat;
  border-radius: 4px;
  background: #FF4600;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  position: relative;
}
.zz-mom .zz-mom-title {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -1px;
  width: 40%;
  padding-top: 4px;
}
.zz-mom .zz-mom-middle {
  flex-grow: 1;
  width: 60%;
}
.zz-mom .zz-mom-note {
  text-align: right;
  font-size: 56px;
  font-weight: bold;
  font-style: italic;
  /*width: 10%;*/
}
.zz-mom .zz-mom-name {
  font-size: 16px !important;
  font-family: Montserrat;
  color: #fff !important;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.zz-mom .zz-mom-photo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #AF3000;
  overflow: hidden;
  float: left;
  background: no-repeat top center;
  margin-right: 8px;
}
.zz-mom .zz-mom-xtra {
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  /*padding: 4px 0;*/
}
.zz-mom .zz-mom-texts {
  padding-top: 8px;
}
.zz-mom .zz-mom-stats {
  line-height: 20px;
}
.zz-mom .zz-mom-stats span {
  float: left;
  font-weight: 600;
}
.zz-mom .zz-mom-stats .icn_zerozero {
  margin-left: 8px;
  font-weight: 300;
  font-size: 12px;
  margin-right: 4px;
}
.zz-mom .zz-mom-stats .icn_zerozero:first-child {
  margin-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2018, 6:10:00 PM
    Author     : mv
*/
:root {
  --matchbox-bm-color: #ff3c00;
}
#homepage .zz-matchbox .date {
  padding: 4px 0 0;
  font-size: 10px;
  font-weight: normal;
}
.zz-matchbox {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  padding-top: 8px;
  position: relative;
  z-index: 0;
}
.zz-matchbox * {
  box-sizing: inherit;
}
.zz-matchbox ul {
  margin: 0;
  padding: 0;
}
.zz-matchbox .menu,
.zz-matchbox .list {
  transition: all ease-in-out 300ms;
  opacity: 0;
}
.zz-matchbox.ready .menu,
.zz-matchbox.ready .list {
  opacity: 1;
}
.zz-matchbox .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 44px;
  z-index: 9;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .gradient.left {
  left: 0;
  background-image: linear-gradient(to right, #e5e8ea, rgba(229, 232, 234, 0));
}
.zz-matchbox .gradient.right {
  right: 0;
  background-image: linear-gradient(to left, #e5e8ea, rgba(229, 232, 234, 0));
}
.zz-matchbox .gradient.hidden {
  opacity: 0;
  pointer-events: none;
}
.zz-matchbox .menu {
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.zz-matchbox .menu:before,
.zz-matchbox .menu:after {
  content: " ";
  display: table;
}
.zz-matchbox .menu:after {
  clear: both;
}
.zz-matchbox .menu:before,
.zz-matchbox .menu:after {
  content: " ";
  display: table;
}
.zz-matchbox .menu:after {
  clear: both;
}
.zz-matchbox .menu li {
  border-radius: 16px;
  display: inline-block;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}
.zz-matchbox .menu .zz-icon {
  float: left;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .menu .txt {
  float: left;
  width: 0;
  overflow: hidden;
  display: inline-block;
  transition: all ease-in-out 300ms;
  color: inherit;
}
.zz-matchbox .menu .total {
  text-align: center;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
.zz-matchbox .menu li.live .total {
  background: #fff251;
  padding: 0 4px;
  border-radius: 20px;
  color: #3e5368;
}
.zz-matchbox .menu li.active {
  background-color: #3e5368;
  color: #fff;
}
.zz-matchbox .menu li.active .zz-icon {
  width: 0;
  overflow: hidden;
}
.zz-matchbox .menu-cats {
  float: left;
}
.zz-matchbox .menu-cats li {
  padding: 5px 12px;
  color: #3e5368;
  margin-right: 6px;
  background: #fff;
}
.zz-matchbox .support {
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.zz-matchbox .list {
  position: relative;
}
.zz-matchbox .list .ul-wrapper {
  position: relative;
  padding: 8px 0;
  height: 116px;
  width: 100vw;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}
.zz-matchbox .list .ul-wrapper .fa.fa-spin {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 0;
  opacity: 0;
}
.zz-matchbox .list .ul-wrapper .fa.fa-spin.show {
  opacity: 1;
}
.zz-matchbox .list ul {
  transition: all ease-in-out 300ms;
  white-space: nowrap;
}
.zz-matchbox .list ul:before,
.zz-matchbox .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox .list ul:after {
  clear: both;
}
.zz-matchbox .list ul:before,
.zz-matchbox .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox .list ul:after {
  clear: both;
}
.zz-matchbox .list ul.hidden {
  opacity: 0;
}
.zz-matchbox .separator,
.zz-matchbox .game {
  height: 94px;
  margin-left: 8px;
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.zz-matchbox .separator {
  background: var(--matchbox-bm-color) no-repeat center;
  background-size: cover;
  width: auto;
  min-width: 0;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.zz-matchbox .separator a {
  height: 100%;
  display: flex;
  align-items: center;
}
.zz-matchbox .separator img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.zz-matchbox .separator:empty {
  display: none;
}
.zz-matchbox .separator-content {
  /*width: 88px;*/
  min-width: 88px;
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.zz-matchbox .game {
  width: 160px;
  min-width: 160px;
  padding: 8px;
  background-color: #ffffff;
  position: relative;
  transition: all ease-in-out 300ms;
}
.zz-matchbox .game div.micrologo_and_text {
  float: left;
  font-size: 12px;
  color: #555;
  padding-right: 2px;
}
.zz-matchbox .game div.micrologo_and_text .text {
  padding: 0;
}
.zz-matchbox .game img {
  float: left;
  margin-right: 4px;
  height: 14px;
  object-fit: contain;
  object-position: center;
  width: 20px;
}
.zz-matchbox .game .comp {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #555;
  margin-bottom: 8px;
}
.zz-matchbox .game .odds {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #4a4a4a;
}
.zz-matchbox .game .odds .odd {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 4px;
  width: 36px;
  text-align: center;
}
.zz-matchbox .game .tags {
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: bold;
  font-size: 10px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.zz-matchbox .game .tags .tag {
  background: #f5a623;
  padding: 2px 4px;
}
.zz-matchbox .game .tags .tag.time {
  background: #f8e610;
}
.zz-matchbox .game .tags .tag:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.zz-matchbox .game .tags .tag:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.zz-matchbox .game .team {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.zz-matchbox .game .team:before,
.zz-matchbox .game .team:after {
  content: " ";
  display: table;
}
.zz-matchbox .game .team:after {
  clear: both;
}
.zz-matchbox .game .team:before,
.zz-matchbox .game .team:after {
  content: " ";
  display: table;
}
.zz-matchbox .game .team:after {
  clear: both;
}
.zz-matchbox .game .team .title {
  display: block;
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.zz-matchbox .game .team .title span {
  font-weight: normal;
  top: 0 !important;
  padding-left: 4px;
  font-size: 12px;
  line-height: 16px;
}
.zz-matchbox .game .team .res {
  float: right;
}
.zz-matchbox .game .date {
  padding-top: 4px;
  font-size: 10px;
  color: #555;
}
.zz-matchbox .game:last-child {
  margin-right: 8px;
}
.zz-matchbox .game.live-1 {
  background-color: #fff251;
}
.zz-matchbox .game.with-odds {
  background-color: #D4D7DB;
}
.zz-matchbox.with-support .list .ul-wrapper {
  height: 120px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient {
  display: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  top: 50%;
  bottom: auto;
  margin-top: -13px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient.left {
  background: url(/images/svg/icn-match-scroll-arrow-left_2.svg);
  left: 8px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient.right {
  background: url(/images/svg/icn-match-scroll-arrow-right_2.svg);
  right: 8px;
}
body.zz-site-desktop.zz-tpl-zerozero .zz-matchbox .gradient:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
}
body.zz-site-desktop .zz-matchbox .support {
  display: none;
}
body.zz-site-desktop .zz-matchbox .menu,
body.zz-site-desktop .zz-matchbox .list {
  padding: 0;
  /*max-width: 960px;*/
  margin: 0 auto;
}
body.zz-site-desktop .zz-matchbox .menu .zz-icon {
  display: none;
}
body.zz-site-desktop .zz-matchbox .menu .txt {
  width: auto !important;
}
body.zz-site-desktop .zz-matchbox .menu-cats li {
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.5);
}
body.zz-site-desktop .zz-matchbox .menu-cats li.active {
  color: #3e5368;
  background: #fff;
}
body.zz-site-desktop .zz-matchbox .menu-comps li {
  background: transparent;
  color: #567;
  margin: 0;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: normal;
}
body.zz-site-desktop .zz-matchbox .menu-comps li.active {
  color: #fff;
}
body.zz-site-desktop .zz-matchbox .separator,
body.zz-site-desktop .zz-matchbox .game {
  margin-left: 0;
  margin-right: 8px;
  height: 80px;
}
body.zz-site-desktop .zz-matchbox .ul-wrapper {
  width: auto;
  overflow: hidden;
}
body.zz-site-desktop .zz-matchbox:hover .gradient {
  display: block;
}
body.zz-site-desktop .zz-matchbox {
  padding-bottom: 5px;
}
body.zz-site-desktop .zz-matchbox .menu-cats li {
  font-size: 12px;
  padding: 3px 8px;
}
body.zz-site-desktop .zz-matchbox .menu-cats .total {
  margin-left: 6px;
  font-size: 12px;
}
body.zz-site-desktop .zz-matchbox .separator,
body.zz-site-desktop .zz-matchbox .game {
  margin-right: 3px;
}
body.zz-site-desktop .zz-matchbox .game {
  padding: 6px;
  width: 128px;
  min-width: 128px;
}
body.zz-site-desktop .zz-matchbox .game .comp {
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 14px;
}
body.zz-site-desktop .zz-matchbox .game .micrologo_and_text .text {
  font-size: 10px;
}
body.zz-site-desktop .zz-matchbox .game .team {
  font-size: 13px;
  line-height: 18px;
}
body.zz-site-desktop .zz-matchbox .game .team .title {
  width: 90px;
}
body.zz-site-desktop .zz-matchbox .game .odds {
  top: auto;
  bottom: 6px;
  right: 6px;
}
body.zz-site-desktop .zz-matchbox .game .odds .odd {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  width: 30px;
  margin-bottom: 0;
  margin-top: 1px;
  background: #fff;
}
body.zz-site-desktop .zz-matchbox.with-support .list .ul-wrapper {
  height: 80px;
  margin-top: 8px;
  padding: 0;
}
body.zz-site-desktop #homepage .zz-matchbox .date {
  padding-top: 0;
}
body.zz-site-mobile .zz-matchbox {
  background-color: #e5e8ea;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2018, 6:10:00 PM
    Author     : mv
*/
.zz-matchbox-compact {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  background-color: #e5e8ea;
  height: 56px;
}
.zz-matchbox-compact * {
  box-sizing: inherit;
}
.zz-matchbox-compact .menu {
  float: left;
  width: 60px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px;
}
.zz-matchbox-compact .menu .zz-icon {
  padding: 1px 0;
  float: left;
  margin-right: 3px;
  margin-left: 5px;
}
.zz-matchbox-compact .menu li {
  transition: all ease-in-out 300ms;
  position: relative;
  opacity: 0.6;
  color: #3e5368;
}
.zz-matchbox-compact .menu li:after {
  transition: all ease-in-out 300ms;
  position: absolute;
  top: 5px;
  left: 0;
  border: 3px solid transparent;
  content: "";
}
.zz-matchbox-compact .menu li.active {
  opacity: 1;
}
.zz-matchbox-compact .menu li.active:after {
  border-left-color: currentColor;
}
.zz-matchbox-compact .list {
  margin-left: 60px;
  padding: 4px 0;
  position: relative;
}
.zz-matchbox-compact .list .ul-wrapper {
  position: relative;
  /*width: 100vw;*/
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}
.zz-matchbox-compact .list .ul-wrapper .fa.fa-spin {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 0;
  opacity: 0;
}
.zz-matchbox-compact .list .ul-wrapper .fa.fa-spin.show {
  opacity: 1;
}
.zz-matchbox-compact .list ul {
  transition: all ease-in-out 300ms;
  white-space: nowrap;
}
.zz-matchbox-compact .list ul:before,
.zz-matchbox-compact .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox-compact .list ul:after {
  clear: both;
}
.zz-matchbox-compact .list ul:before,
.zz-matchbox-compact .list ul:after {
  content: " ";
  display: table;
}
.zz-matchbox-compact .list ul:after {
  clear: both;
}
.zz-matchbox-compact .list ul.hidden {
  opacity: 0;
}
.zz-matchbox-compact .game {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-right: 4px;
  width: 80px;
  height: 48px;
  padding: 4px;
}
.zz-matchbox-compact .game a {
  display: block;
  width: 72px;
}
.zz-matchbox-compact .game .odds {
  display: none;
}
.zz-matchbox-compact .game .comp {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.zz-matchbox-compact .game .comp div.image {
  padding: 0;
  display: block !important;
}
.zz-matchbox-compact .game .comp .text {
  font-size: 9px;
}
.zz-matchbox-compact .game .comp img {
  border: 0;
  width: 16px !important;
  height: auto !important;
}
.zz-matchbox-compact .game .team {
  margin-left: 24px;
  font-size: 16px;
  line-height: 20px;
}
.zz-matchbox-compact .game .team .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 32px;
  display: inline-block;
}
.zz-matchbox-compact .game .team .res {
  float: right;
}
.zz-matchbox-compact .game.live-1 {
  background-color: #fff251;
}
.zz-matchbox-promo {
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  background-color: var(--matchbox-bm-color);
  color: #fff;
  display: none;
  margin: -6px auto 0;
  /*max-width: 960px;*/
}
.zz-matchbox-promo-text {
  padding: 8px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.zz-matchbox-promo-text .btn {
  border-radius: 6px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  /*color: var(--matchbox-bm-color);*/
  /*color: color-mix(in srgb, var(--matchbox-bm-color), black 20%);*/
  color: #000;
  padding: 6px 16px;
  font-size: 16px;
  text-transform: uppercase;
}
.zz-matchbox-promo-text .btn:hover {
  color: var(--matchbox-bm-color) !important;
  filter: brightness(90%);
}
.zz-matchbox.with-promo .separator {
  position: relative;
}
.zz-matchbox.with-promo .separator:after {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  content: "";
  background: var(--matchbox-bm-color);
  z-index: -1;
}
.zz-matchbox.with-promo .gradient {
  bottom: 10px;
}
.zz-matchbox.with-promo.show-promo .separator:after {
  display: block;
}
body.zz-site-desktop .zz-matchbox.with-promo .list .ul-wrapper {
  height: 89px;
}
body.zz-site-mobile .zz-matchbox.with-promo {
  padding-bottom: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 17, 2018, 11:45:48 AM
    Author     : mv
*/
body.state-open-entity-menu-all {
  /*	
	max-height: 100vh;
	overflow: hidden;
	*/
  /*	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	*/
}
body.state-open-entity-menu-all .zz-entity-menupopup {
  display: block;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
body.state-open-entity-menu-all .zz-entity-menupopup .wrapper {
  transition: all ease-in-out 300ms;
  right: -320px;
}
body.state-open-entity-menu-all .zz-entity-menupopup.is-show {
  opacity: 1;
}
body.state-open-entity-menu-all .zz-entity-menupopup.is-show .wrapper {
  transition: all ease-in-out 300ms;
  right: 0;
}
body.state-open-entity-menu-all #container {
  /*		
		height: 100%;
		overflow: hidden;
		*/
}
.zz-enthdr select,
.zz-entity-header select {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 24px 4px 8px;
  border-radius: 4px;
  height: 24px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearence: none;
  background: url(/images/svg/icn-expand.svg) right center no-repeat;
  background-size: 20px;
}
.zz-entity-header,
.zz-enthdr {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}
.zz-enthdr-top {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.zz-enthdr-top .profile_picture {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
.zz-enthdr-top .factsheet {
  font-size: 13px;
}
.zz-enthdr-media .profile_picture_white_border,
.zz-enthdr-media .profile_picture_white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.zz-enthdr-media .profile_picture_white_border {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.zz-enthdr-media .profile_picture_white {
  margin: 4px;
  background-color: #FFF;
  border-radius: 4px;
}
.zz-enthdr-data {
  flex-grow: 1;
  position: relative;
}
.zz-enthdr-data .zz-favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.zz-enthdr-data .zz-ty-page-main {
  margin-bottom: 8px;
}
.zz-enthdr-data .info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.zz-enthdr-data .icn_zerozero {
  font-size: 10px;
}
.zz-enthdr-data .chosen-container {
  min-width: 120px;
}
.zz-enthdr-info {
  font-size: 13px;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.zz-enthdr-ban {
  position: relative;
  width: 300px;
  height: 100%;
}
.zz-enthdr-ban .mrec {
  min-height: 250px;
}
.zz-enthdr-ban-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.zz-enthdr-bottom .zz-ty-page-sub {
  margin-top: 11px;
}
.zz-enthdr-promo {
  width: 380px;
  position: relative;
  z-index: 10;
  height: 100%;
}
.zz-enthdr-promo-bg,
.zz-enthdr-promo a img,
.zz-enthdr-promo-lightning {
  position: absolute;
  top: -10px;
  right: -10px;
}
.zz-enthdr-promo-logo {
  position: absolute;
  top: 130px;
  left: calc(50% + 20px);
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.zz-entity-smallheader {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 40px;
  transition: all ease-in-out 300ms;
}
.zz-entity-smallheader.is-scrolled {
  top: 56px;
}
.zz-entity-smallheader-img {
  float: left;
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 4px 8px;
}
.zz-entity-smallheader-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-entity-smallheader-btn {
  float: right;
  margin: 4px;
}
.zz-entity-smallheader-btn a {
  color: #fff;
}
.zz-entity-menu {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
}
.zz-entity-menu * {
  box-sizing: inherit;
}
.zz-entity-menu .vertical_menu {
  /*display: none !important;*/
}
.zz-entitymenu-mainbar {
  position: relative;
  width: 100vw;
}
.zz-entitymenu-mainbar:before,
.zz-entitymenu-mainbar:after {
  content: " ";
  display: table;
}
.zz-entitymenu-mainbar:after {
  clear: both;
}
.zz-entitymenu-mainbar:before,
.zz-entitymenu-mainbar:after {
  content: " ";
  display: table;
}
.zz-entitymenu-mainbar:after {
  clear: both;
}
.zz-entitymenu-mainbar ul {
  white-space: nowrap;
  width: calc(100vw - 32px);
  overflow: hidden;
}
.zz-entitymenu-mainbar ul li {
  margin-right: 2px;
  display: inline-block;
}
.zz-entitymenu-mainbar ul a {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 12px 10px;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-entitymenu-mainbar ul a:hover {
  opacity: 1;
  color: white !important;
}
.zz-entitymenu-mainbar ul li.selected a {
  opacity: 1;
  color: white !important;
}
.zz-entitymenu-mainbar .more-btn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}
.zz-entitymenu-mainbar .more-btn:hover {
  opacity: 1;
}
.zz-entity-menupopup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
}
.zz-entity-menupopup .wrapper {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 320px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.zz-entity-menupopup .header {
  padding: 16px 20px;
  color: #4a4a4a;
  border-bottom: 1px solid #dddddd;
}
.zz-entity-menupopup .header .title {
  font-size: 24px;
  font-weight: bold;
}
.zz-entity-menupopup-menu li {
  padding: 10px 20px;
  font-size: 14px;
}
.zz-entity-menupopup-menu li a,
.zz-entity-menupopup-menu li > span {
  display: block;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zz-entity-menupopup-menu li a {
  color: #2277AA;
}
.zz-entity-menupopup-menu li b,
.zz-entity-menupopup-menu li span {
  font-weight: 300;
}
.zz-entity-menupopup-menu .title,
.zz-entity-menupopup-menu .title b,
.zz-entity-menupopup-menu .subtitle {
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.zz-entity-menupopup-menu.menu-main {
  padding: 8px 0 32px;
}
.zz-entity-menupopup-menu.menu-admin,
.zz-entity-menupopup-menu.menu-wiki {
  padding: 8px 0 32px;
  border-top: 1px solid #dddddd;
}
.zz-entity-menupopup-menu.menu-wiki {
  display: none;
}
.zz-entity-menupopup-menu.menu-wiki li a {
  color: #f3a94d;
}
.zz-entity-menupopup-menu.menu-admin li a {
  color: #f3a94d;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 2, 2019, 6:15:19 PM
    Author     : mv
*/
#page_main.full .zz-bookmaker-textlink .box {
  display: flex;
}
.zz-bookmaker-textlink-new,
.zz-bookmaker-textlink {
  background: #333;
  cursor: pointer;
  display: block;
  padding: 8px;
  margin-bottom: 16px;
  height: 56px;
}
.zz-bookmaker-textlink-new:before,
.zz-bookmaker-textlink:before,
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  clear: both;
}
.zz-bookmaker-textlink-new:before,
.zz-bookmaker-textlink:before,
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-new:after,
.zz-bookmaker-textlink:after {
  clear: both;
}
.zz-bookmaker-textlink-new .box,
.zz-bookmaker-textlink .box,
.zz-bookmaker-textlink-new .img,
.zz-bookmaker-textlink .img,
.zz-bookmaker-textlink-new .img img,
.zz-bookmaker-textlink .img img {
  height: 100%;
}
.zz-bookmaker-textlink-new .img,
.zz-bookmaker-textlink .img {
  flex-grow: 1;
  display: block;
}
.zz-bookmaker-textlink-new .img img,
.zz-bookmaker-textlink .img img {
  object-fit: contain;
  object-position: center;
  display: block;
}
.zz-bookmaker-textlink-new .box,
.zz-bookmaker-textlink .box {
  margin-bottom: 0;
  display: flex;
}
.zz-bookmaker-textlink-new .odd,
.zz-bookmaker-textlink .odd {
  font-family: 'Roboto Condensed';
  overflow: hidden;
  margin-left: 8px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
.zz-bookmaker-textlink-new .odd .top,
.zz-bookmaker-textlink .odd .top {
  white-space: nowrap;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  background: #e6e6e6;
}
.zz-bookmaker-textlink-new .odd .bottom,
.zz-bookmaker-textlink .odd .bottom {
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 34px;
}
body.zz-site-desktop .zz-bookmaker-textlink {
  height: 65px;
}
body.zz-site-desktop .zz-bookmaker-textlink .odd .top {
  font-size: 14px;
}
body.zz-site-desktop .zz-bookmaker-textlink .odd .bottom {
  font-size: 28px;
  padding: 0 16px;
  line-height: 44px;
}
/* SMALL BAR*/
.zz-bookmaker-textlink-small {
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 8px;
  margin-bottom: 16px;
  height: 50px;
  box-sizing: border-box;
}
.zz-bookmaker-textlink-small:before,
.zz-bookmaker-textlink-small:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-small:after {
  clear: both;
}
.zz-bookmaker-textlink-small:before,
.zz-bookmaker-textlink-small:after {
  content: " ";
  display: table;
}
.zz-bookmaker-textlink-small:after {
  clear: both;
}
.zz-bookmaker-textlink-small .box {
  margin-bottom: 0;
  display: flex;
}
.zz-bookmaker-textlink-small .box,
.zz-bookmaker-textlink-small .img {
  height: 100%;
}
.zz-bookmaker-textlink-small .img {
  padding-right: 8px;
  flex-grow: 1;
  display: block;
}
.zz-bookmaker-textlink-small .img img {
  width: auto;
  height: 34px;
  object-fit: contain;
  display: block;
  object-position: left;
}
.zz-bookmaker-textlink-small .odd {
  font-family: 'Roboto Condensed';
  overflow: hidden;
  margin-left: 8px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  text-align: center;
  padding: 8px;
  min-width: 84px;
  white-space: nowrap;
  line-height: 18px;
}
.zz-bookmaker-textlink-small .odd .top {
  display: inline;
  font-size: 14px;
  float: left;
}
.zz-bookmaker-textlink-small .odd .bottom {
  display: inline;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  float: right;
}
@media only screen and (max-width: 768px) {
  .zz-bookmaker-textlink-small {
    box-sizing: border-box;
    height: auto;
  }
  .zz-bookmaker-textlink-small .box {
    display: block;
  }
  .zz-bookmaker-textlink-small .img {
    margin-bottom: 8px;
  }
  .zz-bookmaker-textlink-small .odd {
    float: left;
    width: 32%;
    box-sizing: border-box;
    height: 50px;
    margin: 0 2% 0 0;
  }
  .zz-bookmaker-textlink-small .odd:last-child {
    margin-right: 0;
  }
  .zz-bookmaker-textlink-small .odd .top {
    display: block;
    float: none;
    text-align: left;
  }
}
.zz-bookmaker-textlink-small.is-betano,
.zz-bookmaker-textlink.is-betano {
  background-color: #f04b00;
  color: #444444;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 24, 2019, 2:31:59 PM
    Author     : mv
*/
body.zz-site-desktop #page_header .top .combo {
  width: 300px;
  float: left;
}
.zz-favorite-btn {
  position: relative;
  float: right;
  margin: 7px 8px;
  transition: opacity ease-in-out 300ms;
  width: 32px;
  height: 32px;
}
.zz-favorite-btn.on {
  background: no-repeat center url("/images/svg/icn-fav-on-small.svg?v=1");
}
.zz-favorite-btn.off {
  background: no-repeat center url("/images/svg/icn-fav-off-small.svg?v=1");
}
.zz-favorite-btn.off {
  opacity: 0.4;
}
.zz-favorite-btn.off:hover {
  opacity: 1;
}
.zz-favorite-btn.on:hover {
  opacity: 0.4;
}
.zz-newfavorite-notif,
.zz-newfavorite-notif-placeholder {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  z-index: 99999;
  background: #ffa42e;
}
.zz-newfavorite-notif {
  display: none;
}
.zz-newfavorite-notif-placeholder {
  top: 0;
  right: 0;
}
.notifs-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #e63;
  top: -5px;
  right: -5px;
}
body.zz-site-mobile .zz-favorite-btn {
  position: absolute;
  top: 0;
  right: 0px;
}
/**** FAVORITE LIST ITEM ****/
.zz-header-favorite {
  display: block;
  margin-bottom: 8px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.zz-header-favorite .flag {
  float: left;
  /*width: 14px;*/
  /*height: 10px;*/
  /*background: #eee;*/
  display: block;
  /*margin-top:5px;*/
}
.zz-header-favorite .flag img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .zz-header-favorite {
    padding: 4px 0;
  }
}
.zz-header-favorite.notseen {
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-favorite.notseen.show {
  opacity: 1;
}
/**** LIKES ****/
@media only screen and (min-width: 769px) {
  .zz-textheader-wrapper {
    margin-left: 170px;
  }
}
.zz-textheader-wrapper.is-bigtext h1 span.name {
  font-size: 22px;
  line-height: 1;
}
.zz-likeheader-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zz-like-btn {
  border-radius: 4px;
  text-align: center;
  padding: 0 0 2px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 300ms;
}
.zz-like-btn .zz-icon {
  width: 36px;
  height: 36px;
}
.zz-like-btn span {
  transition: all ease-in-out 300ms;
}
.zz-like-btn .txt {
  color: #fff;
  line-height: 36px;
  font-size: 13px;
}
.zz-like-btn.off span {
  opacity: 0.4;
}
.zz-like-btn.off:hover {
  background: rgba(0, 0, 0, 0.25);
}
.zz-like-btn.off:hover span {
  opacity: 1;
}
.zz-like-btn.on {
  background: rgba(0, 0, 0, 0.25);
}
.zz-like-btn.on:hover {
  background: rgba(0, 0, 0, 0.1);
}
.zz-like-btn.on:hover span {
  opacity: 0.4;
}
/*@import "app/modules/header-videopromo.less";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 3, 2019, 10:28:15 AM
    Author     : mv
*/
.zz-cntdwn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(to right, #bc0000, #dc0000 38%, #be2121 71%, #ff0000);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn * {
  box-sizing: inherit;
}
.zz-cntdwn:hover {
  color: #fff !important;
}
.zz-cntdwn-strip {
  background-color: #2bac36;
  padding: 5px;
  font-family: 'Roboto Condensed';
  margin: 0 auto;
  width: 440px;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  z-index: 2;
  padding: 5px 10px;
}
.zz-cntdwn-slice.is-left {
  float: left;
  transform: rotate(180deg);
}
.zz-cntdwn-slice.is-right {
  float: right;
}
.zz-cntdwn-comp {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-stretch: condensed;
  white-space: nowrap;
}
.zz-cntdwn-team-logo {
  background: no-repeat center;
  background-size: cover;
  opacity: 0.2;
  height: 100%;
}
.zz-cntdwn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  max-width: 960px;
  border-radius: 36px;
  margin-top: 10px;
  position: relative;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn:before,
.zz-cntdwn:after {
  content: " ";
  display: table;
}
.zz-cntdwn:after {
  clear: both;
}
.zz-cntdwn * {
  box-sizing: inherit;
}
.zz-cntdwn > * {
  height: 72px;
}
.zz-cntdwn.is-strip {
  margin-top: 20px;
}
.zz-cntdwn.is-strip .zz-cntdwn-vs,
.zz-cntdwn.is-strip .zz-cntdwn-team-name {
  margin-top: -7px;
}
.zz-cntdwn-strip {
  top: -15px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 20px;
  height: 30px;
}
.zz-cntdwn-logo {
  width: 264px;
  padding: 11px 22px;
  float: left;
}
.zz-cntdwn-logo img {
  margin-top: 6px;
}
.zz-cntdwn-game {
  margin: 0 auto;
  width: 380px;
  display: inline-flex;
}
.zz-cntdwn-team {
  height: 72px;
  width: 180px;
  position: relative;
}
.zz-cntdwn-team-name {
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 16px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.zz-cntdwn-team-name.is-left {
  right: 0;
}
.zz-cntdwn-team-name.is-right {
  left: 0;
}
.zz-cntdwn-vs {
  padding: 8px 16px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  top: 50%;
  margin-top: -15px;
}
.zz-cntdwn-watch-w {
  float: right;
  width: 190px;
  padding: 4px 0;
  margin-right: 50px;
  text-align: center;
}
.zz-cntdwn-watch-w .zz-tkvr-cntdwn {
  line-height: 0.9;
  font-size: 32px;
  font-weight: bold;
  position: static;
}
.zz-cntdwn-watch-w .zz-tkvr-cntdwn td {
  font-family: 'Roboto Condensed';
}
.zz-tkvr-cntdwn {
  line-height: 1;
  display: inline-table;
  font-size: 38px;
  float: right;
  transition: all ease-in-out 300ms;
  opacity: 0;
  position: absolute;
  right: 24px;
  top: 32px;
}
.zz-tkvr-cntdwn td {
  vertical-align: top;
  text-align: center;
}
.zz-tkvr-cntdwn.is-active {
  opacity: 1;
}
.zz-tkvr-cntdwn-lb {
  text-transform: uppercase;
  font-size: 12px;
}
.ui-title {
  margin: 0;
  padding: 50px 0 10px;
}
.ui-demo {
  margin: 0;
  padding-bottom: 50px;
  cursor: pointer;
}
.ui-show-code {
  font-size: 14px;
  margin-left: 20px;
  font-weight: normal;
}
.ui-code {
  font-size: 12px;
  font-family: monospace;
  border: 1px dashed #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 11, 2018, 4:56:42 PM
    Author     : mv
*/
.zz-search-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #2c3e50;
}
.zz-search-header * {
  box-sizing: inherit;
}
.zz-search-header h1 {
  font-size: 28px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.zz-search-header .form {
  position: relative;
}
.zz-search-header input {
  font-size: 14px;
  text-align: left;
  border-radius: 2px;
  border: solid 1px #a3a3a3;
  width: 100%;
  height: 40px;
  font-family: 'Roboto Condensed';
  padding: 8px;
  color: #4a4a4a;
}
.zz-search-header button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: 0;
}
.zz-search-header button .zz-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23aaa%22%20fill-rule%3D%22nonzero%22%20d%3D%22M21.494%2019.967l6.179%206.178c.436.437.436%201.091%200%201.528-.218.218-.437.327-.764.327s-.545-.11-.764-.327l-6.178-6.179a9.798%209.798%200%200%201-6.149%202.142A9.777%209.777%200%200%201%204%2013.818%209.777%209.777%200%200%201%2013.818%204a9.777%209.777%200%200%201%209.818%209.818c0%202.335-.8%204.47-2.142%206.149zM13.818%205.595a8.172%208.172%200%200%200-8.223%208.223%208.172%208.172%200%200%200%208.223%208.223%208.172%208.172%200%200%200%208.223-8.223%208.172%208.172%200%200%200-8.223-8.223z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.zz-search-header select {
  float: right;
  border: 0;
  border-radius: 4px;
  background-color: #eaeaea;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  padding: 8px 12px;
  color: #4a4a4a;
}
.zz-search-top {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-top * {
  box-sizing: inherit;
}
.zz-search-top .results {
  line-height: 32px;
  font-size: 14px;
}
.zz-search-filters {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-filters * {
  box-sizing: inherit;
}
.zz-search-filters .available {
  display: none;
}
.zz-search-filters .active .zz-search-filterbox {
  padding-top: 0;
}
.zz-search-filters .active ul a {
  border: solid 1px #ffffff;
  background-color: #d0e5fa;
  color: #4a4a4a;
  font-weight: bold;
  padding: 7px 12px;
  margin-bottom: 2px;
}
.zz-search-filters .active ul .zz-icon {
  float: right;
  opacity: 0.4;
  width: 22px;
  height: 22px;
  margin-top: -3px;
}
.zz-search-results {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #4a4a4a;
}
.zz-search-results * {
  box-sizing: inherit;
}
.zz-search-filterbox {
  padding: 16px 0;
}
.zz-search-filterbox ul,
.zz-search-filterbox li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zz-search-filterbox .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 12px;
}
.zz-search-filterbox .filter-link,
.zz-search-filterbox .clear-link,
.zz-search-filterbox ul a {
  display: block;
  font-size: 14px;
  color: #4a90e2;
  padding: 4px 12px;
  line-height: 16px;
}
.zz-search-filterbox .filter-link.selected,
.zz-search-filterbox .clear-link.selected,
.zz-search-filterbox ul a.selected {
  font-weight: bold;
}
.zz-search-filterbox .filter-link .total,
.zz-search-filterbox .clear-link .total,
.zz-search-filterbox ul a .total {
  color: #999999;
}
.zz-search-filterbox .filter-link {
  cursor: pointer;
  float: left;
  line-height: 24px;
  font-weight: bold;
  padding-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 15, 2018, 2:25:20 PM
    Author     : mv
*/
.zz-search-item {
  padding: 16px 12px 16px 20px;
  border-bottom: 1px solid #ddd;
  color: #4a4a4a;
  display: flex;
  padding: 16px 20px;
}
.zz-search-item:before,
.zz-search-item:after {
  content: " ";
  display: table;
}
.zz-search-item:after {
  clear: both;
}
.zz-search-item:before,
.zz-search-item:after {
  content: " ";
  display: table;
}
.zz-search-item:after {
  clear: both;
}
.zz-search-item .img {
  background: #eee;
  margin-right: 16px;
}
.zz-search-item .img img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}
.zz-search-item .content {
  position: relative;
  flex-grow: 1;
}
.zz-search-item .content img {
  float: left;
  margin-right: 4px;
  object-fit: contain;
}
.zz-search-item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: -4px;
  display: block;
}
.zz-search-item .title span {
  font-weight: 300;
  padding-right: 4px;
}
.zz-search-item .title .stamp {
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .zz-search-item .title .stamp {
    position: relative;
    top: 3px;
  }
}
.zz-search-item .subtitle {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.zz-search-item .details {
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zz-search-item .details a {
  color: #49afc5;
}
.zz-search-item .details > div {
  padding-right: 20px;
}
.zz-search-item .details > div:first-child {
  float: left;
  min-width: 140px;
}
.zz-search-item .bottom .stat {
  padding: 3px 6px;
  float: left;
  background-color: #eeeeee;
  margin-right: 5px;
  font-size: 12px;
  color: #999;
}
.zz-search-item .bottom .stat span {
  color: #4a4a4a;
}
.zz-search-item .bottom .stat .zz-icon {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.zz-search-item .bottom .stat.alert {
  text-transform: uppercase;
  color: #b71e3c;
  background-color: #ffd2d2;
}
.zz-search-item .stamp {
  height: 20px;
}
.zz-search-item .stamps {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
}
.zz-search-item .stamps .stamp {
  margin-bottom: 4px;
  display: block;
}
.zz-search-item .stamps span.stamp {
  border-radius: 2px;
  background: #eeeeee;
  padding: 2px 5px;
  font-size: 14px;
  text-align: centeR;
}
.zz-search-item .stamps span.stamp.position {
  color: #fff;
}
.zz-search-item .stamps span.stamp.position.position-1 {
  background: #386597;
}
.zz-search-item .stamps span.stamp.position.position-2 {
  background: #f69a0a;
}
.zz-search-item .stamps span.stamp.position.position-3 {
  background: #ea4b29;
}
.zz-search-item .stamps span.stamp.position.position-4 {
  background: #ac001e;
}
.zz-search-item:first-child {
  border-top: 1px solid #ddd;
}
.zz-search-item .title {
  font-size: 22px;
  line-height: 25px;
  margin-top: -3px;
}
.zz-search-item .title span {
  padding-right: 8px;
}
.zz-search-item .title .stamp {
  float: right;
}
.zz-search-item .details {
  font-size: 14px;
}
.zz-search-item .details > div:first-child {
  min-width: 180px;
}
.zz-search-item .stamp {
  height: 20px;
}
.zz-search-item .stamps {
  float: right;
  position: static;
  width: auto;
}
.zz-search-item .stamps .stamp {
  margin-left: 5px;
  float: left;
}
.zz-search-item .stamps span.stamp.position {
  width: 36px;
}
.zz-search-item.player {
  position: relative;
}
.zz-search-item.player .img img {
  width: 64px;
  object-fit: cover;
}
.zz-search-item.player .status {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0px;
  width: 5px;
  background: #5fa121;
}
.zz-search-item.player.status-4,
.zz-search-item.player.status-3 {
  background: rgba(238, 238, 238, 0.5);
}
.zz-search-item.player.status-4 .status,
.zz-search-item.player.status-3 .status {
  background: #dddddd;
}
.zz-search-item.player.glory {
  background: rgba(220, 174, 8, 0.05);
}
.zz-search-item.player.glory .status {
  background: #dcae08;
}
.zz-search-item.player:first-child .status {
  top: -1px;
}
.zz-search-item.player .status {
  left: -4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.zz-search-item.competition .img,
.zz-search-item.team .img {
  border-radius: 8px;
  padding: 8px;
  width: 96px;
  height: 96px;
  background-color: #efefef;
}
.zz-search-item.competition .img img,
.zz-search-item.team .img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.zz-search-item.team .stamps .zz-icon {
  transition: all ease-in-out 300ms;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 12px;
}
.zz-search-item.team .stamps .zz-icon:hover {
  background-color: #386597;
}
.zz-search-item.stadium .img img {
  background-color: #efefef;
  border-radius: 4px;
  width: 96px;
  height: 96px;
}
.zz-search-item.stadium .details > div:first-child {
  min-width: none;
  float: none;
}
.zz-search-filters.open .available {
  display: block;
}
.zz-search-header {
  padding-left: 8px;
  padding-right: 8px;
}
.zz-search-head {
  margin-bottom: 16px;
}
.zz-search-main {
  padding: 8px;
  display: flex;
}
.zz-search-main > .zz-msg {
  flex-grow: 1;
}
.zz-search-filters {
  width: 144px;
  margin-right: 16px;
}
.zz-search-filters .available {
  display: block;
}
.zz-search-filters .available .zz-search-filterbox:first-child {
  border-top: 1px solid #dddddd;
}
.zz-search-filters .filter-link,
.zz-search-filters .toggle-link {
  display: none;
}
.zz-search-results {
  flex-grow: 1;
}
.zz-search-top .results {
  font-size: 18px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2018, 6:49:04 PM
    Author     : mv
*/
#zz-auth {
  font-size: 24px;
  padding: 30px 50px;
}
#zz-auth label a {
  color: #5ddcff;
}
#zz-auth .zz-toggle-tab-container {
  padding: 40px 0;
}
#zz-auth .zz-separator-text span {
  background: #354657;
}
#zz-auth .auxlogin {
  color: #9fb0c1;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 375px) {
  #zz-auth {
    padding: 20px;
  }
}
#zz-login {
  text-align: center;
}
#zz-login .sociallogins {
  margin: 0 auto;
}
#zz-login .sociallogins:before,
#zz-login .sociallogins:after {
  content: " ";
  display: table;
}
#zz-login .sociallogins:after {
  clear: both;
}
#zz-login .sociallogins:before,
#zz-login .sociallogins:after {
  content: " ";
  display: table;
}
#zz-login .sociallogins:after {
  clear: both;
}
#zz-login .sociallogins .zz-sociallogin-btn {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  margin-left: 20px;
}
#zz-login .sociallogins .zz-sociallogin-btn .fa {
  font-size: 37px;
  line-height: 2;
}
#zz-login .sociallogins .zz-sociallogin-btn:first-child {
  margin-left: 0;
}
#zz-login .zz-separator-text {
  clear: both;
  margin-bottom: 25px;
}
#zz-login .social-logins .zz-btn,
#zz-register .social-logins .zz-btn,
#zz-login .sociallogins .zz-btn,
#zz-register .sociallogins .zz-btn,
#zz-login .social-logins .zz-border-btn,
#zz-register .social-logins .zz-border-btn,
#zz-login .sociallogins .zz-border-btn,
#zz-register .sociallogins .zz-border-btn,
#zz-login .social-logins .fb-login-button,
#zz-register .social-logins .fb-login-button,
#zz-login .sociallogins .fb-login-button,
#zz-register .sociallogins .fb-login-button {
  margin-bottom: 20px;
  text-transform: none;
  display: flex;
  text-align: left;
  gap: 16px;
  align-items: center;
}
#zz-login .social-logins .fab,
#zz-register .social-logins .fab,
#zz-login .sociallogins .fab,
#zz-register .sociallogins .fab {
  width: 40px;
  text-align: center;
}
#zz-login .social-logins .zz-btn.white:hover,
#zz-register .social-logins .zz-btn.white:hover,
#zz-login .sociallogins .zz-btn.white:hover,
#zz-register .sociallogins .zz-btn.white:hover {
  background: #e5e5e5;
  border-color: #fff;
  color: #4a4a4a !important;
  box-shadow: 0 0 5px #000000;
}
#zz-login .social-logins .zz-btn img,
#zz-register .social-logins .zz-btn img,
#zz-login .sociallogins .zz-btn img,
#zz-register .sociallogins .zz-btn img {
  margin: -8px 0;
  height: 32px;
  width: 40px;
}
#zz-register .zz-separator-text {
  margin-bottom: 30px;
}
#zz-header-account {
  padding: 15px;
}
#zz-header-account .user-name {
  font-size: 36px;
  font-weight: bold;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2018, 5:26:14 PM
    Author     : mv
*/
/*
@import "../../_config.less";
@import "../../_mixins.less";
*/
.zz-video-live-link {
  display: block;
  text-align: left;
}
.zz-video-live-link img {
  max-width: 250px;
}
body.zz-site-desktop .zz-video-live-link img {
  max-width: 400px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 9, 2021, 9:50:41 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 8, 2021, 4:44:44 PM
    Author     : mv
*/
.zz-prfm-lead {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  position: relative;
  background: url(/images/euro2020ban/bg.png) no-repeat bottom center;
  height: 262px;
  width: 931px;
  margin: 0 auto;
  padding: 0 24px;
}
.zz-prfm-lead * {
  box-sizing: inherit;
}
.zz-prfm-lead.is-small {
  padding: 0 16px;
  background-size: contain;
  width: auto;
}
.zz-prfm-lead.is-small .zz-prfm-lead-title {
  font-size: 24px;
  padding: 96px 0 0;
}
.zz-prfm-lead.is-small .zz-prfm-lead-sponsor {
  height: auto;
  max-width: 248px;
}
.zz-prfm-lead.is-small .zz-prfm-lead-players {
  right: 16px;
}
.zz-prfm-lead.is-small .zz-prfm-lead-place {
  margin-left: 16px;
}
.zz-prfm-lead-title {
  font-family: 'Moderna Condensed Unicase';
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 31.7px;
  line-height: 1.55;
  padding: 70px 0 0;
}
.zz-prfm-lead-sponsor {
  height: 84px;
}
.zz-prfm-lead-players {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 8px;
  right: 44px;
}
.zz-prfm-lead-place {
  float: left;
  margin-left: 20px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-player-img {
  width: 168px;
  height: 185px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-spec {
  margin-top: 4px;
  line-height: 1;
  letter-spacing: -0.55px;
  font-size: 36px;
}
.zz-prfm-lead-place.is-middle .zz-prfm-lead-player-points {
  font-size: 18px;
}
.zz-prfm-lead-player {
  overflow: hidden;
  position: relative;
  border-radius: 5.8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #fff;
}
.zz-prfm-lead-player-img {
  object-fit: cover;
  object-position: top;
  width: 134px;
  height: 148px;
}
.zz-prfm-lead-player-texts {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 8px;
}
.zz-prfm-lead-player-name {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zz-prfm-lead-player-text {
  font-size: 10px;
}
.zz-prfm-lead-player-points {
  background: #000;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 21px;
  color: #fff;
}
.zz-prfm-lead-spec {
  text-transform: uppercase;
  font-weight: 900;
  font-stretch: condensed;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  margin-top: 16px;
}
.zz-prfm-player {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/euro2020ban/block-player/bg.png) no-repeat center;
  height: 102px;
  display: flex;
  padding: 0 10px;
}
.zz-prfm-player * {
  box-sizing: inherit;
}
.zz-prfm-player-left {
  flex-grow: 1;
}
.zz-prfm-player-title {
  font-size: 22px;
  font-weight: 900;
  font-stretch: condensed;
  line-height: 1.55;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 0;
}
.zz-prfm-player-sponsor {
  height: 40px;
}
.zz-prfm-player-totals {
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 106px;
  height: 98px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-10px);
}
.zz-prfm-player-avg {
  font-size: 60px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 71px;
  letter-spacing: -0.92px;
  flex-grow: 1;
  color: #e9332f;
}
.zz-prfm-player-total {
  font-size: 16px;
  font-weight: 900;
  font-stretch: condensed;
  line-height: 1;
  text-align: center;
  color: #333333;
  background-color: #ededed;
  text-transform: uppercase;
  padding: 4px;
}
.box.is-euro2020 {
  background: url(/images/euro2020ban/block-notas/bg.png) no-repeat top center;
  background-color: #E9332F;
  padding: 0 16px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.box.is-euro2020 > .header {
  color: #fff !important;
  font-weight: bold;
  border-bottom: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 4px;
  background-image: url(/images/euro2020ban/logo-h-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 33px;
  background-color: transparent;
}
.box.is-euro2020 .box,
.box.is-euro2020 .box_container,
.box.is-euro2020 .box .section_620 {
  width: auto;
}
.box.is-euro2020 .box_container:before,
.box.is-euro2020 .box_container:after {
  content: " ";
  display: table;
}
.box.is-euro2020 .box_container:after {
  clear: both;
}
.box.is-euro2020 .box_container:before,
.box.is-euro2020 .box_container:after {
  content: " ";
  display: table;
}
.box.is-euro2020 .box_container:after {
  clear: both;
}
.box.is-euro2020 .box {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
  width: 556px;
  display: block;
  border-radius: 8px;
}
.box.is-euro2020 .staff_line .staff {
  width: 280px;
}
.box.is-euro2020 .column_300 {
  width: calc(50% - 10px);
}
.box.is-mundial2022 {
  background: url(/images/euro2020ban/block-notas/bg.png) no-repeat top center;
  background-color: #E9332F;
  padding: 0 16px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.box.is-mundial2022 > .header {
  color: #fff !important;
  font-weight: bold;
  border-bottom: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 4px;
  background-image: url(/images/mundial2022ban/betclic_logo_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 33px;
  background-color: transparent;
}
.box.is-mundial2022 .box,
.box.is-mundial2022 .box_container,
.box.is-mundial2022 .box .section_620 {
  width: auto;
}
.box.is-mundial2022 .box_container:before,
.box.is-mundial2022 .box_container:after {
  content: " ";
  display: table;
}
.box.is-mundial2022 .box_container:after {
  clear: both;
}
.box.is-mundial2022 .box_container:before,
.box.is-mundial2022 .box_container:after {
  content: " ";
  display: table;
}
.box.is-mundial2022 .box_container:after {
  clear: both;
}
.box.is-mundial2022 .box {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
  width: 556px;
  display: block;
  border-radius: 8px;
}
.box.is-mundial2022 .staff_line .staff {
  width: 280px;
}
.box.is-mundial2022 .column_300 {
  width: calc(50% - 10px);
}
.zz-mom.is-euro2020 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/euro2020ban/block-mom/bg.png) no-repeat center;
  height: 120px;
  max-width: 620px;
}
.zz-mom.is-euro2020 * {
  box-sizing: inherit;
}
.zz-mom.is-euro2020 .micrologo_and_text .image {
  padding: 0;
}
.zz-mom.is-euro2020 .zz-mom-left {
  width: 153px;
  position: relative;
}
.zz-mom.is-euro2020 .zz-mom-sponsor {
  height: 31px;
  display: block;
}
.zz-mom.is-euro2020 .zz-mom-title {
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #ffffff;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
}
.zz-mom.is-euro2020 .zz-mom-player {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 98px;
}
.zz-mom.is-euro2020 .zz-mom-img {
  width: 100%;
  display: block;
  height: 73px;
  object-fit: cover;
}
.zz-mom.is-euro2020 .zz-mom-player-note {
  text-align: right;
  font-size: 22.7px;
  font-weight: 900;
  font-stretch: condensed;
  color: #181a1a;
  line-height: 1;
}
.zz-mom.is-euro2020 .zz-mom-xtratxt {
  float: left;
}
.zz-mom.is-euro2020 .zz-mom-xtra {
  margin-bottom: 8px;
  margin-left: 25px;
}
.zz-mom.is-euro2020 .zz-mom-stats {
  font-weight: bold;
  font-size: 18px;
}
.zz-mom.is-euro2020 .zz-mom-stat {
  margin-top: 4px;
}
.zz-mom.is-euro2020 .zz-mom-stat-icn {
  display: inline-block;
  float: left;
  text-align: center;
  width: 21px;
  font-size: 16px;
}
.zz-mom.is-euro2020 .zz-mom-stat-val {
  float: none !important;
}
.zz-mom.is-euro2020 .zz-mom-note {
  width: 106px;
  padding: 2px 3px 0 4px;
  border-radius: 18px;
  border: solid 8px #ffffff;
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: -1.23px;
  text-align: center;
}
.zz-mom.is-mundial2022 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  font-family: 'Moderna Condensed Unicase';
  background: url(/images/mundial2022ban/block-mom/bg.png) no-repeat center;
  background-size: cover;
  height: 120px;
  /*max-width: 620px;*/
}
.zz-mom.is-mundial2022 * {
  box-sizing: inherit;
}
.zz-mom.is-mundial2022 .micrologo_and_text .image {
  padding: 0;
}
.zz-mom.is-mundial2022 .zz-mom-left {
  width: 153px;
  position: relative;
}
.zz-mom.is-mundial2022 .zz-mom-sponsor {
  height: 31px;
  display: block;
}
.zz-mom.is-mundial2022 .zz-mom-title {
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #ffffff;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 17px;
}
.zz-mom.is-mundial2022 .zz-mom-player {
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 98px;
}
.zz-mom.is-mundial2022 .zz-mom-img {
  width: 100%;
  display: block;
  height: 73px;
  object-fit: cover;
}
.zz-mom.is-mundial2022 .zz-mom-player-note {
  text-align: right;
  font-size: 22.7px;
  font-weight: 900;
  font-stretch: condensed;
  color: #181a1a;
  line-height: 1;
}
.zz-mom.is-mundial2022 .zz-mom-xtratxt {
  float: left;
}
.zz-mom.is-mundial2022 .zz-mom-xtra {
  margin-bottom: 8px;
  margin-left: 25px;
}
.zz-mom.is-mundial2022 .zz-mom-stats {
  font-weight: bold;
  font-size: 18px;
}
.zz-mom.is-mundial2022 .zz-mom-stat {
  margin-top: 4px;
}
.zz-mom.is-mundial2022 .zz-mom-stat-icn {
  display: inline-block;
  float: left;
  text-align: center;
  width: 21px;
  font-size: 16px;
}
.zz-mom.is-mundial2022 .zz-mom-stat-val {
  float: none !important;
}
.zz-mom.is-mundial2022 .zz-mom-note {
  width: 106px;
  padding: 2px 3px 0 4px;
  border-radius: 18px;
  border: solid 8px #ffffff;
  font-size: 80px;
  font-style: normal;
  line-height: 90px;
  font-weight: 900;
  font-stretch: condensed;
  letter-spacing: -1.23px;
  text-align: center;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 {
  background: url(/images/ligabwinban/block-livegoal/bg.png) no-repeat center;
  background-size: cover;
  height: auto !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 td {
  background: transparent !important;
  height: 205px !important;
  color: #fff !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-euro2020 td.col_evento {
  background: url(/images/ligabwinban/bwin-logo-white.png) no-repeat 95% 95% !important;
  background-size: auto 52 !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano td {
  background-color: #FF3C00;
  color: #fff !important;
  position: relative;
  padding-bottom: 64px !important;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano td.col_evento:after {
  bottom: 20px;
  right: 20px;
  content: "";
  position: absolute;
  background: #ff3b00 url(/images/betano/logo-white.png) 95% 95% no-repeat;
  background-size: auto 27px;
  height: 27px;
  width: 128px;
}
.table_match_live tr.zz-liveevent.is-goal.is-betano .result {
  margin: 0 4px;
}
/*
#dropdown_container,
.cbp-hrmenu .cbp-hrsub{
	background: @color-dark;
}

.cbp-hrmenu ul{
	height: auto;
}

.cbp-hrmenu > ul{
	height: 36px;
}
*/
.zz-menu-section {
  text-align: left;
}
.zz-list-header-item-desc {
  height: auto;
  padding: 8px 10px;
  text-align: left;
  border-radius: 4px;
  background: linear-gradient(to bottom, #1d2a38 3%, rgba(29, 42, 56, 0));
  transition: all ease-in-out 300ms;
}
.zz-list-header-item-desc:hover {
  background: rgba(255, 255, 255, 0.1);
}
.zz-list-header-item-desc .zz-icn {
  float: left;
  margin-right: 0;
  margin-right: 8px;
}
.zz-list-header-item-desc .t {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  padding: 8px 0;
}
.zz-list-header-item-desc .desc {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
  min-height: 36px;
  font-weight: normal;
  text-transform: none;
}
@media only screen and (min-width: 577px) {
  .zz-list-header-item-desc .desc {
    max-width: none;
  }
}
.zz-list-header-item-desc .zz-icn + div + .desc {
  margin-left: 40px;
}
.zz-menulinks-main {
  width: 160px;
  float: left;
}
.zz-menulinks-main ul {
  text-align: left;
}
.zz-menulinks-main a {
  font: 400 16px 'Roboto Condensed';
  padding: 8px;
  display: block;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
.zz-menulinks-main a:hover {
  background: #2277AA;
  color: #fff !important;
}
.zz-menulinks-main.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  padding: 16px 0;
}
.zz-menulinks-main.grid .zz-list-header-item-desc {
  padding: 0;
}
.zz-menulinks-main.grid .zz-list-header-item-desc a {
  display: block;
  padding: 12px 8px 18px;
}
.zz-menulinks-main.grid .zz-list-header-item-desc a:hover {
  background: none;
}
.zz-menulinks-sub .title {
  font: 700 14px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif !important;
  padding-bottom: 8px;
  margin-top: 20px;
  color: #2277AA;
  text-transform: uppercase;
  text-align: left;
}
.zz-menulinks-sub .title:first-of-type {
  margin-top: 10px;
}
.zz-menulinks-sub .block {
  float: left;
  width: 143px;
  margin-left: 18px;
}
.zz-menulinks-sub .block:first-of-type {
  margin-left: 10px;
}
.zz-menulinks-sub .items a {
  padding: 2px 0;
  display: block;
  font: 400 13px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  text-transform: none;
  line-height: 18px;
  color: #D4D8DC !important;
}
.zz-menulinks-sub .items a span,
.zz-menulinks-sub .items a img {
  float: left;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
#zz-menu-section-475 .zz-menulinks-sub {
  width: 790px;
  margin-left: 170px;
}
#zz-menu-section-475 .zz-menulinks-sub .block {
  width: 25%;
  margin-left: 0;
  padding-left: 16px;
  box-sizing: border-box;
}
#zz-menu-section-475 .zz-menulinks-sub .block:first-child {
  padding-left: 8px;
}
#menu_stats td {
  width: 25%;
  text-align: left;
  font-size: 13px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  padding: 0;
}
#menu_stats td a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
#menu_stats .photo_frame {
  float: left;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border-radius: 5px;
  margin-right: 8px;
  overflow: hidden;
}
#menu_stats .photo_frame .photo,
#menu_stats .photo_frame img {
  width: 28px;
  height: 28px;
  background-size: cover;
}
#menu_stats small {
  font-size: 10px;
}
#menu_stats .column_550 {
  width: 550px;
  float: left;
}
#menu_stats .column_220 {
  margin: 0;
  float: right;
}
#menu_stats .title {
  /*padding-left: 3px !important;*/
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
#menu_stats .subtitle {
  text-align: left;
  /*padding-left: 3px !important;*/
  padding-top: 6px !important;
  color: #D2D8DE;
}
#menu_stats .more-link {
  font-size: 11px;
  color: #2277AA;
}
#menu_stats .micrologo_and_text div.text,
#menu_stats .micrologo_and_text .image,
#menu_stats .logo_and_text .image {
  padding-right: 4px;
  padding-left: 0;
}
#menu_competitions .combo-wrapper {
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  float: left;
}
#menu_competitions .combo-wrapper:first-child {
  padding-left: 0;
}
#menu_competitions .chosen-container {
  width: 100% !important;
}
.zz-header-menu-placeholder #menu_competitions {
  float: none;
  margin-left: 160px;
}
#menu_encyclopedia .zz-tagcloud {
  clear: both;
  padding-top: 16px;
}
#menu_encyclopedia .column_220:nth-child(2n) {
  margin: 0px 0px 0px 0px;
}
#menu_encyclopedia .column_220 {
  margin: 0px 0px 0px 20px;
}
/******
 TODO: REMOVE AFTER NEW HEADER IS IN PRODUCTION
 */
#menu_competitions .chosen-container,
#menu_competitions .chosen-drop {
  width: 100% !important;
}
#menu_competitions .chosen-container-single .chosen-search {
  width: auto !important;
}
#menu_competitions .chosen-search input {
  width: 100% !important;
}
.zz-menu-favorites:before,
.zz-menu-favorites:after {
  content: " ";
  display: table;
}
.zz-menu-favorites:after {
  clear: both;
}
.zz-menu-favorites:before,
.zz-menu-favorites:after {
  content: " ";
  display: table;
}
.zz-menu-favorites:after {
  clear: both;
}
.zz-menu-favorites .col {
  box-sizing: border-box;
  width: 25%;
  float: left;
}
.zz-menu-favorites .col-title {
  font-size: 14px;
  color: #a2b4c6;
  text-transform: uppercase;
}
.zz-menu-favorites .more-link {
  font-size: 14px;
  font-weight: normal;
  color: #1da1f2 !important;
  margin-top: 12px;
  margin-left: 22px;
  display: block;
  text-transform: uppercase;
}
.zz-menu-favorites .more-link.empty {
  margin-left: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 22, 2019, 2:24:06 PM
    Author     : mv
*/
#header {
  width: 100%;
  height: 54px;
  background-color: #2C3E50;
  position: relative;
  /* 1XBET */
  z-index: 100;
  /* 1XBET */
}
/* HEADER - LOGO BAR */
#logobar {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
#logobar .brand {
  width: 280px;
  height: 50px;
  float: left;
  font-size: 26px;
  font-weight: 700;
  color: #ECF0F6;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
#logobar .brand .icn_rightarrow:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#logobar .brand a,
#logobar .brand a:hover {
  color: #ECF0F6 !important;
  text-decoration: none;
}
#logobar .logo {
  width: 40px;
  height: 30px;
  background-image: url('/style/new/img/zz_logotype.png');
  background-repeat: no-repeat;
  float: left;
  margin: 13px 0px 0px 0px;
}
#logobar .logo a {
  color: #FFF;
  text-decoration: none;
}
.domain_list li div {
  height: 38px;
  padding: 2px 0px 0px 0px;
  color: #ECF0F6;
}
.domain_list li span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px 0px 0px 16px;
}
.domain_list .portugal {
  background-image: url('../../img/bandeiras/flag_1_por_150x100.png');
}
.domain_list .brazil {
  background-image: url('../../img/bandeiras/flag_6_bra_150x100.png');
}
.domain_list .spain {
  background-image: url('../../img/bandeiras/flag_12_esp_150x100.png');
}
.domain_list .france {
  background-image: url('../../img/bandeiras/flag_14_fra_150x100.png');
}
.domain_list .uk {
  background-image: url('../../img/bandeiras/flag_252_gbr_150x100.png');
}
.domain_list .international {
  /*background-image: url('../../images/world_flag.png');*/
  background-image: url('../../img/bandeiras/flag_252_gbr_150x100.png');
}
.domain_list .germany {
  background-image: url('../../img/bandeiras/flag_2_ger_150x100.png');
}
.domain_list .italy {
  background-image: url('../../img/bandeiras/flag_18_ita_150x100.png');
}
#logobar .domain {
  margin: 10px 0px 0px 0px;
  padding: 0px 8px 0px 8px;
  float: left;
  cursor: pointer;
}
#logobar .dropholder {
  margin: 23px 0px 0px 0px;
  float: left;
  cursor: pointer;
  font-size: 8px;
}
#logobar .memberholder {
  margin: 10px 4px 0px 5px;
  float: right;
  cursor: pointer;
  font-size: 8px;
  color: #FFF;
}
.domain_dropdown {
  color: #555;
  margin: 0px -22px 0 0;
  width: 143px;
  position: relative;
  text-align: left;
}
.domain_dropdown .gb_ka {
  border-color: transparent;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  left: 162px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
  border-bottom-color: #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -9px;
}
.domain_dropdown .gb_ja {
  border-color: transparent;
  border-bottom-color: #243648;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  left: 162px;
  top: -8px;
  z-index: 1;
  height: 0;
  width: 0;
  -webkit-animation: gb__a 0.2s;
  animation: gb__a 0.2s;
}
.domain_list {
  background: #243648;
  position: absolute;
  z-index: 999999;
  top: 50px;
  width: 220px;
  display: none;
  /*padding: 0px 0px 5px 0px;*/
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);*/
  border: 1px solid #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #161E28;
}
.domain_list ul {
  padding: 0px;
}
.domain_list li {
  display: inline-block;
  width: 220px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.domain_list li:hover {
  cursor: pointer;
  background-color: #425466;
}
.domain_list span.logo {
  margin-top: 8px !important;
}
.domain_list span.domain {
  margin-top: 6px !important;
}
.domain_list .root div.brand {
  height: 35px !important;
}
.domain_list .root span.logo {
  margin-top: 8px !important;
}
.domain_list .root span.domain {
  font: 400 20px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0em;
  margin-top: 6px !important;
  margin-left: 2px !important;
}
.domain_list .root span.plus {
  margin-top: 24px !important;
}
/* MEMBER MENU */
.member_login {
  display: block;
  float: right;
  cursor: pointer;
  margin: 18px 0px 0px 0px;
}
.member_login .login {
  float: left;
}
.member_login .register {
  float: right;
  font: 700 14px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  color: #D2D8DE;
  margin: 0px 0px 0px 4px;
}
.member_login .register a {
  color: #D2D8DE;
}
.member_login .register span {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  top: 2px;
  position: relative;
}
.member_login ul {
  list-style: none;
  padding: 0px !important;
}
.member_login li {
  font: 700 15px 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  color: #D2D8DE;
  display: inline-block;
  margin: 0px 4px 0px 4px;
}
.member_login li span {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 4px 0px 0px;
  top: 2px;
  position: relative;
}
.member_area {
  display: block;
  float: right;
  cursor: pointer;
  margin: 14px 0px 0px 0px;
}
.member_area.active {
  background-color: #425466;
}
.member_area:hover {
  background-color: #425466;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.member_area span {
  font-size: 20px;
  color: #FFF;
}
.member_area span a {
  color: #FFF;
}
.member_menu {
  background: #FFF;
  color: #8090A0;
  position: relative;
  z-index: 2;
  top: 50px;
  left: 812px;
  width: 140px;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
.member_menu .gb_ka{
	border-color: transparent;
	border-style: dashed dashed solid;
	border-width: 0 8.5px 8.5px;
	position: absolute;
	left: 125px;
	z-index: 125;
	height: 0;
	width: 0;
	-webkit-animation: gb__a .2s;
	animation: gb__a .2s;
	border-bottom-color: rgba(255,255,255,.2);
	top: -9px;
}

.member_menu .gb_ja{
	border-color: transparent;
	border-bottom-color: #FFF;
	border-style: dashed dashed solid;
	border-width: 0 8.5px 8.5px;
	position: absolute;
	left: 123px;
	top: -8px;
	z-index: 1;
	height: 0;
	width: 0;
	-webkit-animation: gb__a .2s;
	animation: gb__a .2s;
}
*/
.member_menu ul {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  position: absolute;
  padding: 0px;
  list-style: none;
  margin: 0px;
  background-color: #425466;
  top: -5px;
}
.member_menu li {
  display: inline-block;
  width: 140px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #263340;
  padding: 0px 0px 0px 8px;
}
.member_menu li:hover {
  cursor: pointer;
  background-color: #263340;
}
.member_menu .member_root div.element {
  height: 14px !important;
  /*padding: 10px 0px 8px 4px;*/
  /*border-bottom:1px solid #EEE;*/
  display: inline;
}
.member_menu .member_root div.element a {
  font: 400 13px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #FFF;
  display: table-cell;
  width: 140px;
  height: 32px;
  vertical-align: middle;
}
.member_menu .member_root div.element a:hover {
  color: #FFF;
}
#logobar .search {
  width: 340px;
  height: 34px;
  background-color: #425466;
  margin: 10px 0px 0px 0px;
  float: left;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#logobar .search .icn {
  margin: 8px 0px 0px 8px;
  font-size: 8px;
  float: left;
  color: #A2B4C6;
}
#logobar .search .form_search {
  float: left;
}
#logobar .search input {
  width: 280px;
  /*height: 22px;*/
  background-color: #425466;
  font: 400 18px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  color: #A2B4C6;
  border: 0px;
  margin: 4px 0px 0px 4px;
}
#logobar .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A2B4C6;
}
#logobar .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A2B4C6;
  opacity: 1;
}
#logobar .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A2B4C6;
  opacity: 1;
}
#logobar .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A2B4C6;
}
#logobar .search input:focus {
  outline: 0px;
}
#logobar .social {
  padding: 8px 0px 0px 0px;
  margin: 11px 0px 0px 10px;
  float: left;
}
#logobar .social a {
  padding: 0px 5px 0px 5px;
  display: block;
  float: left;
  font-size: 16px;
  color: #8294A6;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#logobar .social a:hover {
  color: #FFF;
}
#logobar .notification {
  padding: 0px 0px 0px 0px;
  margin: 9px 4px 0px 0px;
  float: right;
}
#logobar .notification div {
  position: relative;
}
#logobar .notification .number {
  padding: 1px 4px 1px 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  background-color: #D64640;
  color: #FFF;
  font: 700 10px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  position: absolute;
  left: 8px;
  bottom: -8px;
  text-align: center;
}
#logobar .notification span {
  margin: 8px 0px 0px 0px;
  display: inline-block;
}
#logobar .notification a {
  color: #D2D8DE;
  padding: 0px 7px 0px 7px;
  display: block;
  float: left;
  font-size: 20px;
}
#logobar .notification a:hover {
  color: #FFF;
}
#logobar .userarea {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  background-size: cover;
}
#logobar .username {
  float: right;
  margin: 4px 0px 0px 6px;
  padding: 2px 2px 0px 0px;
  color: #D2D8DE;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}
#logobar a span.disabled {
  color: #425466;
}
.main-nav ul {
  margin: 0px;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-user-modal-container {
  position: relative;
  width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  font: 700 20px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}
.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form input {
  width: 518px;
  margin: 0px;
  padding: 0px;
  border-radius: 0.25em;
  font: 400 14px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 16px 20px 16px 20px;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 20px;
}
.cd-form input[type=checkbox] {
  width: 20px;
}
.cd-form input[type=submit] {
  width: 560px;
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover,
.no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}
.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}
.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}
.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  /*  background: url("../img/cd-icon-close.svg") no-repeat center center; */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}
#cd-login,
#cd-signup,
#cd-reset-password {
  display: none;
}
#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
  display: block;
}
#home {
  z-index: 0;
}
#page_header .bottom .datasheet .stats {
  height: auto;
}
.zz-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  background: #2c3e50;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1002;
}
.zz-header * {
  box-sizing: inherit;
}
.zz-header-social-bar {
  z-index: 1003;
}
.zz-header-top,
.zz-header-bottom {
  width: 960px;
  margin: 0 auto;
}
.zz-header-top {
  padding: 22px 0 18px;
  /*.clearfix();*/
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.zz-header-top > div {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
.zz-header-bottom {
  padding: 0;
}
.zz-header-bottom #menu_header {
  position: static;
  box-sizing: initial;
}
.zz-header-bottom .cbp-hrmenu > ul,
.zz-header-bottom .cbp-hrmenu .cbp-hrsub-inner {
  padding: 0;
  width: auto;
}
.zz-header-bottom .cbp-hrmenu .cbp-hrsub-inner {
  width: 960px;
}
.zz-header-bottom .cbp-hrmenu > ul > li {
  margin: 0 4px 0 0;
}
.zz-header-bottom .cbp-hrmenu > ul > li > a,
.zz-header-bottom .cbp-hrmenu > ul > li > span {
  cursor: pointer;
  position: relative;
}
.zz-header-bottom .cbp-hrmenu > ul > li > a > .zz-newfavorite-notif-placeholder,
.zz-header-bottom .cbp-hrmenu > ul > li > span > .zz-newfavorite-notif-placeholder {
  top: -2px;
  right: -6px;
}
.zz-header-bottom .cbp-hrmenu > ul > li.active {
  border-bottom: 3px solid #fff !important;
}
.zz-header-bottom .cbp-hrmenu > ul > li.active a:hover {
  color: #fff !important;
}
.zz-header-bottom .cbp-hrmenu > ul > li.fun-menu-item {
  margin: 0 0 0 4px;
}
.zz-header-bottom .cbp-hrmenu > ul > li.fun-menu-item > a,
.zz-header-bottom .cbp-hrmenu > ul > li.fun-menu-item > span {
  font-weight: 400;
}
.zz-header-domain {
  white-space: nowrap;
}
.zz-header-domain .logo {
  display: block;
  width: 61px;
  height: 46px;
  background: url('/images/svg/brand-main-sans.svg') no-repeat center;
  background-size: contain;
  float: left;
  margin-right: 8px;
}
.zz-header-domain .domain {
  color: #fff;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 46px;
  display: block;
  float: left;
}
.zz-header-domain .expand {
  width: 18px;
  height: 44px;
  margin-left: 6px;
  margin-top: 2px;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-domain .zz-header-popup {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  top: 46px;
}
.zz-header-domain:hover .expand {
  opacity: 1;
}
html[lang=en] .zz-header-domain .domain,
html[lang=fr] .zz-header-domain .domain {
  font-size: 20px;
}
.zz-header-sports {
  white-space: nowrap;
}
.zz-header-sports .current {
  transition: all ease-in-out 300ms;
  opacity: 0.6;
  color: #A2B4C6;
}
.zz-header-sports .current .expand {
  font-size: 18px;
}
.zz-header-sports:hover .current {
  opacity: 1;
  color: #fff !important;
}
.zz-header-sports .zz-header-popup {
  left: -16px;
}
.zz-header-search #searchbox {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 327px;
}
.zz-header-search form {
  position: relative;
}
.zz-header-search form input {
  width: 100%;
  border: 0;
  background: #d9dee3;
  border-radius: 18px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  transition: all ease-in-out 300ms;
}
.zz-header-search form input:hover,
.zz-header-search form input:active,
.zz-header-search form input:focus {
  background: #fff;
}
.zz-header-search form button {
  position: absolute;
  top: 2px;
  right: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
}
.zz-header-search form button .zz-icn {
  color: #3e5368;
}
.zz-header-social {
  display: flex;
}
.zz-header-social a {
  margin: 0 2px;
  color: #A2B4C6;
  opacity: 0.6;
  transition: all ease-in-out 300ms;
}
.zz-header-social a:hover {
  color: #fff !important;
  opacity: 1;
}
.zz-header-social .zz-icn {
  font-size: 24px;
}
.zz-header-user {
  /*width: 200px;*/
  text-align: right;
}
.zz-header-user .login-btn {
  float: right;
  display: inline-block;
  padding: 0 24px;
  line-height: 34px;
  border-radius: 17px;
  background-color: #aab6c2;
  text-transform: uppercase;
  color: #2c3e50;
  font-size: 13px;
  font-weight: bold;
  transition: all ease-in-out 300ms;
}
.zz-header-user .login-btn:hover {
  color: #2c3e50 !important;
  background: #fff;
}
.zz-header-user .logged-user {
  cursor: pointer;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
}
.zz-header-user .logged-user .name {
  max-width: 100px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 300ms;
}
.zz-header-user .logged-user .thumb {
  margin-left: 8px;
  float: right;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 300ms;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.zz-header-user .logged-user:hover .name {
  color: #fff;
}
.zz-header-user .logged-user:hover .thumb {
  border-color: #fff;
}
.zz-header-user .zz-header-popup {
  right: 0;
}
.zz-header-popup {
  display: none;
  position: absolute;
  z-index: 99999999;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  background-color: #425466;
  min-width: 240px;
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  top: 40px;
}
.zz-header-popup .list a {
  padding: 8px 16px;
  display: block;
  color: #fff;
  line-height: 24px;
}
.zz-header-popup .list a:hover {
  background: #2c3e50;
}
.zz-header-popup .zz-icn,
.zz-header-popup .flag {
  float: left;
}
.zz-header-popup .zz-icn {
  margin-top: -4px;
}
.zz-header-popup .flag {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  background: center no-repeat;
  background-size: cover;
}
.zz-header-popup hr {
  border: 0;
  border-bottom: 1px solid #2c3e50;
}
.zz-header-popup.is-yellow {
  background: #f3eb7d;
}
.zz-header-popup.is-yellow .list a {
  color: #4a4a4a;
}
.zz-header-popup.is-yellow .list a:hover {
  background: #d9d163;
  color: #000000 !important;
}
.zz-header-popup.is-yellow .zz-toggle-btn a.active:hover {
  color: #fff !important;
}
.zz-header-menu-placeholder {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  z-index: 10000;
  position: relative;
}
.zz-header-menu-placeholder:before,
.zz-header-menu-placeholder:after {
  content: " ";
  display: table;
}
.zz-header-menu-placeholder:after {
  clear: both;
}
.zz-header-menu-placeholder:before,
.zz-header-menu-placeholder:after {
  content: " ";
  display: table;
}
.zz-header-menu-placeholder:after {
  clear: both;
}
.zz-header-menu-placeholder * {
  box-sizing: inherit;
}
.zz-header-menu-placeholder ul,
.zz-header-menu-placeholder li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.zz-header-menu-placeholder .zz-menu-section {
  padding: 8px 0 32px;
  background: #273442;
  position: absolute;
  width: 100%;
  display: none;
  text-transform: uppercase;
}
.zz-header-menu-placeholder .zz-menu-section a {
  color: #FFF;
}
.zz-header-menu-placeholder .zz-menu-section.show {
  display: block;
}
.zz-header-menu-placeholder .box .title {
  font-weight: 700 !important;
}
.zz-header-menu-placeholder .container {
  width: 790px;
  float: left;
  padding-left: 10px;
}
.zz-header-menu-placeholder .column_550 {
  width: 550px;
  float: left;
}
.zz-menu-type-news .column_140 {
  margin: 0;
  width: 20%;
  /*padding-top: 8px;*/
}
.zz-menu-type-encyclopedia .column_140 {
  margin: 0 !important;
}
.zz-menu-type-videotags {
  width: 450px;
  float: right;
}
.zz-menu-type-videos {
  width: 450px;
  float: right;
  padding-top: 16px;
  margin-bottom: 24px;
}
.zz-menu-type-videos:before,
.zz-menu-type-videos:after {
  content: " ";
  display: table;
}
.zz-menu-type-videos:after {
  clear: both;
}
.zz-menu-type-videos:before,
.zz-menu-type-videos:after {
  content: " ";
  display: table;
}
.zz-menu-type-videos:after {
  clear: both;
}
.zz-menu-type-videotabs {
  width: 280px;
  float: left;
  margin: 0 42px 0 16px;
  padding-top: 16px;
  transition: all ease-in-out 300ms;
}
.zz-menu-type-videotabs .tag {
  display: block;
  margin-bottom: 8px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  border: 0 solid transparent;
}
.zz-menu-type-videotabs .tag img {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.zz-menu-type-videotabs .tag .title {
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zz-menu-type-videotabs .tag .tagline {
  opacity: 0.6;
  color: #fff;
  font-size: 11px;
}
.zz-menu-type-videotabs .tag:hover {
  color: #fff !important;
  transform: scale(1.02);
}
.zz-menu-type-compcombos .chosen-container .chosen-results li {
  color: #D2D8DE;
}
.zz-header-domain-redirect span {
  vertical-align: middle;
  text-transform: uppercase;
}
.zz-header-domain-redirect .flag {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: center no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}
.zz-header-domain-redirect .button-redirect {
  border-radius: 16px;
  display: inline-block;
  cursor: pointer;
  margin-left: 80px;
}
.zz-header-domain-redirect .button-redirect span {
  padding: 10px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 20, 2019, 11:07:45 AM
    Author     : mv
*/
.zz-header-newsitem {
  overflow: hidden;
  float: left;
  width: 48%;
  position: relative;
}
.zz-header-newsitem .zz-icn {
  position: absolute;
  top: 8px;
  left: 8px;
}
.zz-header-newsitem .img {
  position: relative;
}
.zz-header-newsitem .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.zz-header-newsitem img {
  height: 128px;
  width: 100%;
  object-fit: cover;
}
.zz-header-newsitem .cat {
  font-size: 11px;
  font-weight: bold;
  color: #a2b4c6;
  padding: 8px 0;
  text-transform: uppercase;
}
.zz-header-newsitem .text {
  text-transform: none;
  color: #d4d8dc;
  transition: all ease-in-out 300ms;
  font-size: 16px;
  font-weight: normal;
}
.zz-header-newsitem:first-child,
.zz-header-newsitem:first-of-type {
  margin-right: 4%;
}
.zz-header-newsitem:hover {
  color: #2277AA;
}
.zz-header-newsitem:hover .text {
  color: #2277AA;
}
.zz-header-newsitem:hover .img:after {
  opacity: 1;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 7, 2019, 5:00:49 PM
    Author     : mv
*/
.zz-hdr-adm {
  position: relative;
}
.zz-hdr-adm.is-open .zz-icn {
  transform: rotate(180deg);
}
.zz-hdr-adm .zz-header-popup {
  right: 0;
  top: 0;
}
.zz-hdr-adm .zz-header-popup {
  padding-top: 48px;
  border-radius: 0;
}
.zz-hdr-adm-btn {
  background: #f3eb7d;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #4a4a4a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999999;
}
.zz-hdr-adm-btn .zz-icn {
  float: right;
  font-size: 18px;
}
/*
    Created on : 15/05/2025, 11:05:36
    Author     : ferna
*/
#edition_table .zztable tbody tr {
  position: relative;
}
#edition_table .zztable tbody tr.highlightBottomBorder {
  border-bottom: solid 2px blue;
}
#edition_table .zztable tbody tr.highlightTopBorder {
  border-top: solid 2px blue;
}
#edition_table .zztable tbody tr.unfocus {
  opacity: 0.3;
}
#edition_table .zztable tbody tr .classif_min_div,
#edition_table .zztable tbody tr .classif_max_div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: blue;
}
#edition_table .zztable tbody tr .classif_max_div {
  top: -18px;
}
#edition_table .zztable tbody tr .classif_min_div {
  bottom: -18px;
}
.tree_odds {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.tree_odds tr {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tree_game_popup .hand_title {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 10px 0px;
  color: #3e5368;
}
.tree_game_popup .hand_container {
  position: relative;
}
.tree_game_popup .hand_container a {
  display: flex;
  align-items: center;
  width: max-content;
}
.tree_game_popup .team_container a {
  padding: 4px;
}
.tree_game_popup img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 8px;
  object-fit: contain;
}
.tree_game_popup .team_container {
  display: flex;
  width: 100%;
  align-items: center;
}
.tree_game_popup .match_info {
  border-left: solid 1px #3e5368;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.ml-auto {
  margin-left: auto !important;
}
.tree_game_popup .team_container.bold * {
  font-weight: bold;
}
.tree_game_popup .zz-tpl-col {
  margin: 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tree_game_popup .match_url {
  color: #fff;
  background-color: #3e5368;
  padding: 8px;
  border-radius: 4px;
}
.tree_odds * {
  box-sizing: content-box;
}
.game-tree-popups .zz-popup-container {
  display: flex;
  flex-direction: column;
}
.game-tree-popups .zz-popup-container .zz-popup-body {
  overflow: auto;
  flex-grow: 1;
}
/*
#homepage .leaderboard,
.leaderboard{
	display: block;
}
*/
.hd_tabs {
  padding-top: 10px;
  height: auto;
}
