@charset "UTF-8";

/* -----------------------
リセット
----------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  overflow-wrap: break-word;
  word-break: break-all;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  color: #333;
  background: #F7E5ED;
}

body.active {
  overflow: hidden;
}

.whopper {
  overflow: hidden;
}

.main {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .main {
    padding-block: 110px 200px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-block: 56px 100px;
  }
}

@media screen and (min-width: 768px) {
  .main.main--other {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .main.main--other {
    padding-top: 61px;
  }
}

.main__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main__inner {
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .main__inner {
    max-width: 450px;
  }
}

@media screen and (min-width: 768px) {
  .main__inner .C_banner {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .main__inner .C_banner {
    margin-top: 100px;
  }
}

/* -----------------------
  header
----------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 10px 33px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 8px 24px;
  }
}

.header.active .burger span {
  translate: -50% -50%;
  --rotate: 15deg;
}

.header.active .burger span:nth-child(1) {
  top: 50%;
  transform: rotate(var(--rotate));
}

.header.active .burger span:nth-child(2) {
  bottom: unset;
  top: 50%;
  transform: rotate(calc(var(--rotate) * -1));
}

.header.active .nav--back {
  opacity: 0.5;
  pointer-events: auto;
}

.header.active .header--nav {
  right: 0;
}

.header .burger {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .header .burger {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .header .burger {
    width: 36px;
    height: 36px;
  }
}

.header .burger span {
  display: block;
  width: 100%;
  background-color: #E66F84;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .header .burger span {
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header .burger span {
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .header .burger span:nth-child(1) {
    top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .header .burger span:nth-child(1) {
    top: 28%;
  }
}

@media screen and (min-width: 768px) {
  .header .burger span:nth-child(2) {
    bottom: 35%;
  }
}

@media screen and (max-width: 767px) {
  .header .burger span:nth-child(2) {
    bottom: 28%;
  }
}

.header .nav--back {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F7E5ED;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.header--nav {
  position: fixed;
  z-index: 2;
  top: 0;
  right: -100%;
  border-radius: 0px 0px 0px 100px;
  background: #FFF;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .header--nav {
    width: 420px;
    padding-block: 164px 239px;
  }
}

@media screen and (max-width: 767px) {
  .header--nav {
    width: 270px;
    padding-block: 100px 150px;
  }
}

.header--nav ul {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .header--nav ul {
    width: 252px;
    display: flex;
    flex-direction: column;
    gap: 61px;
  }
}

@media screen and (max-width: 767px) {
  .header--nav ul {
    width: 170px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.header--nav ul li a {
  color: #FEA3A6;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header--nav ul li a {
    font-size: 28.268px;
    letter-spacing: 1.413px;
  }
}

@media screen and (max-width: 767px) {
  .header--nav ul li a {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}

.header--nav ul li a:hover::before {
  width: 100%;
}

.header--nav ul li a::after,
.header--nav ul li a::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><rect width="6" height="5" rx="2.5" fill="%23E66F84"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: left center;
  transition: all 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 768px) {

  .header--nav ul li a::after,
  .header--nav ul li a::before {
    height: 5px;
    bottom: -17px;
  }
}

@media screen and (max-width: 767px) {

  .header--nav ul li a::after,
  .header--nav ul li a::before {
    height: 4px;
    bottom: -12px;
  }
}

.header--nav ul li a::before {
  background-image: unset;
  background-color: #E66F84;
  border-radius: 100px;
  width: 0;
}

/* -----------------------
  KV-home
----------------------- */
.KV-home {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .KV-home {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home {
    /* padding-top: 38px; */
    padding-top: 50px;
  }
}

.KV-home--container {
  margin-inline: auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #FAB0C0 0%, #F9C9D3 100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  .KV-home--container {
    max-width: 1066px;
    padding-block: 35px 49px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-home--container {
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container {
    max-width: 450px;
    padding-block: 17px 12px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-home--container {
    padding-bottom: 120px;
  }
}

.KV-home--container .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.KV-home--container .contents .title {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="585" height="88" viewBox="0 0 585 88" fill="none"><g filter="url(%23filter0_d_472_7005)" > <path d="M573.25 12.0938H12L29.3308 44.1031L12 76.1124H573.25L557.252 44.1031L573.25 12.0938Z" fill="white" /> </g> <defs> <filter id="filter0_d_472_7005" x="0.750001" y="0.843751" width="583.75" height="86.5156" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB" > <feFlood flood-opacity="0" result="BackgroundImageFix" /><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" /> <feOffset/> <feGaussianBlur stdDeviation="5.625" /> <feComposite in2="hardAlpha" operator="out" /> <feColorMatrix type="matrix" values="0 0 0 0 0.898039 0 0 0 0 0.419608 0 0 0 0 0.505882 0 0 0 1 0" /> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_472_7005" /> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_472_7005" result="shape" /> </filter> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 585/88;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .title {
    width: 585px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .title {
    width: 284px;
  }
}

.KV-home--container .contents .title .TL {
  color: #E56B81;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  translate: 0 5%;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .title .TL {
    font-size: 42.263px;
    letter-spacing: 4.226px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .title .TL {
    font-size: 20.519px;
    letter-spacing: 2.052px;
  }
}

.KV-home--container .contents .title::before {
  content: "";
  display: block;
  aspect-ratio: 46/36;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="36" viewBox="0 0 46 36" fill="none"><g filter="url(%23filter0_d_472_7010)" > <path d="M6.15022 13.6408L8.43567 28.2883C8.43567 28.2883 16.3005 29.0837 22.7824 29.0837C29.7706 29.0837 37 27.713 37 27.713L39.5 13.6408L31.5 15.7169L22.7824 6.87707L14.2981 15.7169L6.15022 13.6408Z" fill="white" /> </g> <defs> <filter id="filter0_d_472_7010" x="0.150391" y="0.875" width="45.3496" height="34.2109" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB" > <feFlood flood-opacity="0" result="BackgroundImageFix" /> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" /> <feOffset/> <feGaussianBlur stdDeviation="3" /> <feComposite in2="hardAlpha" operator="out" /> <feColorMatrix type="matrix" values="0 0 0 0 0.905882 0 0 0 0 0.376471 0 0 0 0 0.435294 0 0 0 1 0" /> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_472_7010" /> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_472_7010" result="shape" /> </filter> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .title::before {
    top: -19px;
    width: 46px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .title::before {
    top: -13px;
    width: 37px;
  }
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .sub-title {
    translate: -25px 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .sub-title {
    translate: -10px 0;
    margin-top: 5px;
  }
}

.KV-home--container .contents .sub-title .TL {
  color: #FFF;
  text-shadow: 0px 0px 13.907px #E56B81;
  -webkit-text-stroke-width: 1.2782427073;
  -webkit-text-stroke-color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .sub-title .TL {
    font-size: 84.028px;
    letter-spacing: -2.521px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .sub-title .TL {
    font-size: 38.678px;
    letter-spacing: -1.16px;
  }
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .text {
    margin-top: 15px;
  }
}

.KV-home--container .contents .text .TX {
  color: #E56B81;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .text .TX {
    font-size: 23px;
    letter-spacing: 1.15px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .text .TX {
    font-size: 11.934px;
    letter-spacing: 0.597px;
  }
}

.KV-home--container .contents .text .TX__size {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .text .TX__size {
    font-size: 29px;
    letter-spacing: 1.45px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .text .TX__size {
    font-size: 15.048px;
    letter-spacing: 0.752px;
  }
}

.KV-home--container .contents .text .TX__span {
  color: #FFF;
  text-shadow: 0px 0px 10.927px #E56B81;
  -webkit-text-stroke-width: 1.0043334961;
  -webkit-text-stroke-color: #FFF;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .text .TX__span {
    font-size: 66.022px;
    line-height: 1;
    letter-spacing: -1.981px;
    margin-inline: 10px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .text .TX__span {
    font-size: 34.258px;
    letter-spacing: -1.028px;
    margin-inline: 10px 5px;
  }
}

.KV-home--container .contents .text .TX__mark {
  line-height: 1;
  display: inline-block;
  rotate: 9.946deg;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .KV-home--container .contents .text .TX__mark {
    translate: -10px 5px;
    font-size: 56.542px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .contents .text .TX__mark {
    translate: -5px 3px;
    font-size: 29.339px;
  }
}

.KV-home--container .deco .deco--left {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--left {
    left: -40px;
    bottom: -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-home--container .deco .deco--left {
    left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--left {
    left: -15px;
    bottom: -10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-home--container .deco .deco--left {
    left: 0px;
    bottom: -5px;
  }
}

.KV-home--container .deco .deco--left .img {
  aspect-ratio: 289/249;
  background-image: url("../img/KV-img-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--left .img {
    width: 289px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--left .img {
    width: 106px;
  }
}

.KV-home--container .deco .deco--right {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--right {
    right: -21px;
    bottom: -18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-home--container .deco .deco--right {
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--right {
    right: -16px;
    bottom: -1px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-home--container .deco .deco--right {
    right: 20px;
    bottom: -5px;
  }
}

.KV-home--container .deco .deco--right .text {
  background: #FFD9D9;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--right .text {
    top: -120px;
    left: 16px;
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--right .text {
    top: -60px;
    left: 31px;
    width: 83px;
  }
}

.KV-home--container .deco .deco--right .text .TX {
  color: #E56B81;
  width: 100%;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--right .text .TX {
    transform: translate(-50%, -50%) rotate(-11deg);
    font-size: 19px;
    letter-spacing: 0.95px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--right .text .TX {
    transform: translate(-50%, -50%) rotate(18deg);
    font-size: 9.225px;
    letter-spacing: -0.184px;
  }
}

.KV-home--container .deco .deco--right .img {
  position: relative;
  z-index: 2;
  aspect-ratio: 270/181;
  background-image: url("../img/KV-img-02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .KV-home--container .deco .deco--right .img {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .KV-home--container .deco .deco--right .img {
    width: 106px;
  }
}

/* -----------------------
  KV-comparison
----------------------- */
.KV-comparison {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .KV-comparison {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison {
    padding-top: 50px;
  }
}

.KV-comparison--container {
  margin-inline: auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #F792AE 0%, #F6B5A3 100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container {
    max-width: 1066px;
    padding-block: 30px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-comparison--container {
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container {
    max-width: 450px;
    padding-block: 17px 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-comparison--container {
    padding-bottom: 120px;
  }
}

.KV-comparison--container .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.KV-comparison--container .contents .title {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="585" height="88" viewBox="0 0 585 88" fill="none"><g filter="url(%23filter0_d_472_7005)" > <path d="M573.25 12.0938H12L29.3308 44.1031L12 76.1124H573.25L557.252 44.1031L573.25 12.0938Z" fill="white" /> </g> <defs> <filter id="filter0_d_472_7005" x="0.750001" y="0.843751" width="583.75" height="86.5156" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB" > <feFlood flood-opacity="0" result="BackgroundImageFix" /><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" /> <feOffset/> <feGaussianBlur stdDeviation="5.625" /> <feComposite in2="hardAlpha" operator="out" /> <feColorMatrix type="matrix" values="0 0 0 0 0.898039 0 0 0 0 0.419608 0 0 0 0 0.505882 0 0 0 1 0" /> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_472_7005" /> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_472_7005" result="shape" /> </filter> </defs> </svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 585/88;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .title {
    width: 585px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .title {
    width: 284px;
  }
}

.KV-comparison--container .contents .title .TL {
  color: #E56B81;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  translate: 0 5%;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .title .TL {
    font-size: 42.263px;
    letter-spacing: 4.226px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .title .TL {
    font-size: 20.519px;
    letter-spacing: 2.052px;
  }
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .sub-title {
    translate: -25px 0;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .sub-title {
    translate: -30px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-comparison--container .contents .sub-title {
    translate: 0px 0;
  }
}

.KV-comparison--container .contents .sub-title .TL {
  color: #FFF;
  text-shadow: 0px 0px 26.906px #E56B81;
  -webkit-text-stroke-width: 0.7913544178;
  -webkit-text-stroke-color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .sub-title .TL {
    font-size: 63.004px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .sub-title .TL {
    font-size: 30.178px;
  }
}

.KV-comparison--container .contents .sub-title .TL__size {
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .sub-title .TL__size {
    width: 181px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .sub-title .TL__size {
    width: 80px;
  }
}

.KV-comparison--container .contents .sub-title .TL__point {
  position: relative;
}

.KV-comparison--container .contents .sub-title .TL__point::before {
  content: "";
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0px;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .sub-title .TL__point::before {
    width: 11px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .sub-title .TL__point::before {
    width: 4.5px;
  }
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .text {
    margin-top: 6px;
  }
}

.KV-comparison--container .contents .text .TX {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  line-height: 140%;
  background: linear-gradient(180deg, #F3EBD0 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .contents .text .TX {
    font-size: 35.976px;
    letter-spacing: 3.598px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .contents .text .TX {
    font-size: 17.232px;
    letter-spacing: 1.723px;
  }
}

.KV-comparison--container .deco .deco--left {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--left {
    left: -35px;
    bottom: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-comparison--container .deco .deco--left {
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--left {
    left: -14px;
    bottom: -13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-comparison--container .deco .deco--left {
    left: 20px;
    bottom: 0px;
  }
}

.KV-comparison--container .deco .deco--left .img {
  aspect-ratio: 270/181;
  background-image: url("../img/KV-img-04.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--left .img {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--left .img {
    width: 90px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-comparison--container .deco .deco--left .img {
    width: 120px;
  }
}

.KV-comparison--container .deco .deco--right {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--right {
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1066px) {
  .KV-comparison--container .deco .deco--right {
    right: 50px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--right {
    right: -25px;
    bottom: -14px;
    z-index: 2;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .KV-comparison--container .deco .deco--right {
    right: 10px;
    bottom: -5px;
  }
}

.KV-comparison--container .deco .deco--right .text {
  background: #FFD9D9;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--right .text {
    top: -70px;
    left: 75px;
    width: 147px;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .KV-comparison--container .deco .deco--right .text {
    left: unset;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--right .text {
    top: -40px;
    left: 50px;
    width: 70px;
  }
}

@media screen and (min-width: 0px) and (max-width: 350px) {
  .KV-comparison--container .deco .deco--right .text {
    top: -35px;
    left: 60px;
  }
}

.KV-comparison--container .deco .deco--right .text .TX {
  color: #E56B81;
  width: 100%;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  position: absolute;
  top: 40%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--right .text .TX {
    font-size: 19px;
    letter-spacing: 0.95px;
    transform: translate(-50%, -50%) rotate(-11deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .KV-comparison--container .deco .deco--right .text .TX {
    transform: translate(-50%, -50%) rotate(11deg);
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--right .text .TX {
    font-size: 9.101px;
    letter-spacing: 0.455px;
    transform: translate(-50%, -50%) rotate(-11deg);
  }
}

@media screen and (min-width: 0px) and (max-width: 350px) {
  .KV-comparison--container .deco .deco--right .text .TX {
    transform: translate(-50%, -50%) rotate(11deg);
  }
}

.KV-comparison--container .deco .deco--right .img {
  position: relative;
  z-index: 2;
  aspect-ratio: 311/239;
  background-image: url("../img/KV-img-03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .KV-comparison--container .deco .deco--right .img {
    width: 311px;
    right: -36px;
  }
}

@media screen and (max-width: 767px) {
  .KV-comparison--container .deco .deco--right .img {
    width: 132px;
    right: -8px;
  }
}

/* -----------------------
  footer
----------------------- */
@media screen and (min-width: 768px) {
  .footer--menu {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer--menu {
    padding-inline: 45px 40px;
  }
}

.footer--menu--nav {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer--menu--nav {
    margin-bottom: 26px;
    max-width: 812px;
  }
}

@media screen and (max-width: 767px) {
  .footer--menu--nav {
    margin-bottom: 14px;
  }
}

.footer--menu--nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer--menu--nav ul {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer--menu--nav ul {
    gap: 8px 30px;
    width: fit-content;
    margin-inline: auto;
  }
}

.footer--menu--nav ul li a {
  color: #E7606F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-decoration-line: underline;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.footer .copyright {
  background: #E56D83;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    padding-block: 21px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    padding-block: 13px 11px;
  }
}

.footer .copyright .TX {
  color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .footer .copyright .TX {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .footer .copyright .TX {
    font-size: 10px;
  }
}

/* -----------------------
  C_ranking-title
----------------------- */
.C_ranking-title {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="651" height="87" viewBox="0 0 651 87" fill="none"><path d="M7.71216 7.30498L5.63245 3H10.4135H640.587H645.543L643.245 7.39107L624.514 43.1815L643.245 78.9719L645.543 83.363H640.587H10.4135H5.63245L7.71216 79.058L25.0439 43.1815L7.71216 7.30498Z" fill="url(%23paint0_linear_472_7052)" stroke="white" stroke-width="6" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_472_7052" x1="640.587" y1="43.1815" x2="10.4135" y2="43.1815" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B2B4"/><stop offset="1" stop-color="%23FFA2A5"/></linearGradient></defs></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 651/87;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-title {
    width: 718px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-title {
    max-width: 370px;
    container-type: inline-size;
    font-size: 100%;
  }
}

.C_ranking-title .TL {
  color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-title .TL {
    font-size: 42px;
    letter-spacing: 4.2px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-title .TL {
    font-size: 23.86px;
    letter-spacing: 2.386px;
  }
}

@container (max-width: 369px) {
  .C_ranking-title .TL {
    font-size: 5.3846153846vw;
  }
}

/* -----------------------
  C_flag-number
----------------------- */
.C_flag-number {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 48/54;
}

@media screen and (min-width: 768px) {
  .C_flag-number {
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .C_flag-number {
    width: 28px;
  }
}

.C_flag-number.flag-01 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FEF9CB"/><stop offset="1" stop-color="%23DECC2A"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-02 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FBFBF5"/><stop offset="1" stop-color="%23BDBCB3"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-03 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23E9DBD4"/><stop offset="1" stop-color="%23B49A62"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-04 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-05 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-06 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-07 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-08 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-09 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-010 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-011 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-012 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-013 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-014 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-015 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-016 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-017 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-018 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-019 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-020 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-021 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-022 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-023 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-024 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-025 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-026 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-027 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-028 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-029 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-030 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-031 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-032 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-033 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-034 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-035 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-036 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-037 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-038 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-039 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-040 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-041 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-042 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-043 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-044 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-045 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-046 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-047 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-048 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-049 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-050 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-051 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-052 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-053 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-054 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-055 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-056 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-057 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-058 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-059 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-060 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-061 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-062 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-063 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-064 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-065 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-066 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-067 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-068 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-069 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-070 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-071 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-072 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-073 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-074 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-075 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-076 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-077 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-078 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-079 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-080 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-081 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-082 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-083 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-084 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-085 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-086 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-087 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-088 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-089 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-090 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-091 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-092 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-093 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-094 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-095 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-096 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-097 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-098 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-099 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0100 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0101 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0102 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0103 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0104 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0105 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0106 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0107 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0108 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0109 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0110 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0111 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0112 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0113 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0114 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0115 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0116 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0117 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0118 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0119 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0120 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0121 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0122 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0123 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0124 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0125 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0126 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0127 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0128 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0129 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0130 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0131 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0132 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0133 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0134 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0135 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0136 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0137 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0138 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0139 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0140 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0141 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0142 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0143 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0144 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0145 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0146 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0147 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0148 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0149 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0150 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0151 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0152 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0153 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0154 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0155 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0156 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0157 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0158 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0159 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0160 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0161 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0162 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0163 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0164 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0165 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0166 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0167 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0168 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0169 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0170 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0171 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0172 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0173 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0174 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0175 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0176 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0177 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0178 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0179 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0180 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0181 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0182 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0183 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0184 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0185 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0186 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0187 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0188 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0189 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0190 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0191 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0192 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0193 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0194 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0195 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0196 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0197 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0198 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0199 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0200 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0201 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0202 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0203 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0204 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0205 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0206 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0207 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0208 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0209 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0210 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0211 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0212 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0213 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0214 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0215 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0216 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0217 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0218 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0219 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0220 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0221 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0222 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0223 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0224 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0225 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0226 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0227 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0228 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0229 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0230 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0231 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0232 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0233 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0234 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0235 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0236 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0237 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0238 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0239 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0240 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0241 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0242 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0243 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0244 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0245 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0246 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0247 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0248 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0249 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0250 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0251 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0252 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0253 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0254 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0255 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0256 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0257 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0258 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0259 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0260 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0261 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0262 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0263 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0264 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0265 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0266 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0267 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0268 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0269 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0270 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0271 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0272 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0273 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0274 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0275 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0276 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0277 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0278 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0279 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0280 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0281 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0282 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0283 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0284 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0285 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0286 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0287 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0288 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0289 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0290 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0291 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0292 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0293 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0294 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0295 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0296 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0297 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0298 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0299 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0300 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0301 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0302 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0303 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0304 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0305 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0306 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0307 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0308 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0309 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0310 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0311 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0312 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0313 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0314 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0315 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0316 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0317 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0318 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0319 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0320 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0321 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0322 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0323 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0324 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0325 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0326 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0327 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0328 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0329 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0330 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0331 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0332 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0333 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0334 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0335 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0336 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0337 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0338 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0339 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0340 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0341 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0342 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0343 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0344 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0345 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0346 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0347 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0348 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0349 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0350 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0351 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0352 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0353 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0354 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0355 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0356 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0357 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0358 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0359 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0360 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0361 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0362 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0363 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0364 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0365 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0366 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0367 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0368 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0369 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0370 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0371 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0372 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0373 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0374 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0375 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0376 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0377 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0378 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0379 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0380 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0381 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0382 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0383 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0384 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0385 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0386 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0387 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0388 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0389 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0390 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0391 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0392 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0393 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0394 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0395 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0396 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0397 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0398 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0399 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0400 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0401 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0402 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0403 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0404 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0405 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0406 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0407 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0408 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0409 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0410 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0411 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0412 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0413 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0414 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0415 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0416 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0417 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0418 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0419 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0420 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0421 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0422 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0423 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0424 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0425 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0426 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0427 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0428 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0429 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0430 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0431 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0432 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0433 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0434 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0435 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0436 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0437 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0438 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0439 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0440 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0441 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0442 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0443 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0444 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0445 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0446 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0447 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0448 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0449 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0450 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0451 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0452 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0453 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0454 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0455 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0456 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0457 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0458 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0459 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0460 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0461 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0462 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0463 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0464 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0465 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0466 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0467 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0468 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0469 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0470 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0471 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0472 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0473 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0474 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0475 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0476 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0477 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0478 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0479 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0480 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0481 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0482 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0483 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0484 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0485 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0486 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0487 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0488 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0489 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0490 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0491 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0492 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0493 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0494 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0495 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0496 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0497 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0498 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0499 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0500 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0501 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0502 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0503 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0504 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0505 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0506 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0507 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0508 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0509 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0510 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0511 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0512 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0513 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0514 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0515 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0516 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0517 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0518 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0519 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0520 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0521 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0522 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0523 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0524 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0525 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0526 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0527 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0528 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0529 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0530 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0531 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0532 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0533 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0534 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0535 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0536 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0537 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0538 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0539 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0540 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0541 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0542 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0543 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0544 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0545 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0546 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0547 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0548 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0549 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0550 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0551 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0552 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0553 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0554 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0555 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0556 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0557 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0558 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0559 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0560 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0561 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0562 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0563 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0564 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0565 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0566 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0567 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0568 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0569 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0570 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0571 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0572 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0573 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0574 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0575 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0576 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0577 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0578 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0579 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0580 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0581 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0582 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0583 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0584 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0585 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0586 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0587 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0588 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0589 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0590 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0591 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0592 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0593 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0594 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0595 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0596 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0597 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0598 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0599 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0600 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0601 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0602 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0603 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0604 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0605 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0606 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0607 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0608 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0609 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0610 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0611 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0612 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0613 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0614 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0615 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0616 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0617 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0618 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0619 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0620 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0621 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0622 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0623 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0624 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0625 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0626 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0627 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0628 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0629 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0630 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0631 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0632 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0633 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0634 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0635 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0636 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0637 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0638 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0639 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0640 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0641 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0642 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0643 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0644 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0645 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0646 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0647 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0648 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0649 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0650 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0651 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0652 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0653 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0654 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0655 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0656 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0657 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0658 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0659 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0660 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0661 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0662 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0663 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0664 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0665 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0666 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0667 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0668 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0669 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0670 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0671 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0672 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0673 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0674 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0675 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0676 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0677 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0678 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0679 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0680 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0681 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0682 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0683 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0684 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0685 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0686 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0687 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0688 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0689 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0690 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0691 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0692 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0693 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0694 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0695 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0696 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0697 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0698 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0699 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0700 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0701 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0702 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0703 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0704 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0705 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0706 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0707 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0708 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0709 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0710 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0711 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0712 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0713 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0714 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0715 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0716 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0717 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0718 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0719 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0720 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0721 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0722 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0723 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0724 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0725 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0726 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0727 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0728 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0729 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0730 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0731 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0732 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0733 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0734 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0735 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0736 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0737 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0738 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0739 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0740 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0741 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0742 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0743 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0744 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0745 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0746 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0747 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0748 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0749 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0750 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0751 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0752 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0753 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0754 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0755 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0756 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0757 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0758 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0759 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0760 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0761 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0762 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0763 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0764 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0765 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0766 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0767 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0768 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0769 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0770 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0771 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0772 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0773 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0774 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0775 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0776 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0777 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0778 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0779 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0780 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0781 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0782 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0783 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0784 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0785 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0786 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0787 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0788 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0789 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0790 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0791 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0792 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0793 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0794 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0795 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0796 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0797 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0798 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0799 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0800 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0801 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0802 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0803 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0804 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0805 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0806 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0807 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0808 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0809 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0810 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0811 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0812 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0813 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0814 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0815 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0816 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0817 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0818 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0819 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0820 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0821 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0822 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0823 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0824 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0825 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0826 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0827 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0828 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0829 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0830 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0831 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0832 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0833 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0834 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0835 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0836 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0837 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0838 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0839 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0840 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0841 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0842 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0843 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0844 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0845 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0846 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0847 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0848 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0849 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0850 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0851 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0852 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0853 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0854 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0855 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0856 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0857 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0858 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0859 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0860 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0861 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0862 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0863 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0864 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0865 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0866 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0867 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0868 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0869 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0870 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0871 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0872 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0873 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0874 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0875 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0876 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0877 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0878 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0879 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0880 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0881 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0882 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0883 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0884 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0885 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0886 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0887 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0888 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0889 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0890 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0891 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0892 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0893 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0894 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0895 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0896 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0897 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0898 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0899 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0900 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0901 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0902 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0903 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0904 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0905 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0906 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0907 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0908 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0909 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0910 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0911 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0912 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0913 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0914 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0915 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0916 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0917 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0918 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0919 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0920 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0921 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0922 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0923 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0924 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0925 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0926 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0927 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0928 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0929 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0930 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0931 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0932 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0933 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0934 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0935 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0936 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0937 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0938 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0939 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0940 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0941 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0942 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0943 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0944 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0945 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0946 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0947 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0948 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0949 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0950 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0951 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0952 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0953 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0954 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0955 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0956 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0957 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0958 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0959 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0960 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0961 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0962 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0963 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0964 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0965 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0966 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0967 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0968 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0969 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0970 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0971 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0972 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0973 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0974 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0975 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0976 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0977 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0978 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0979 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0980 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0981 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0982 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0983 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0984 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0985 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0986 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0987 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0988 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0989 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0990 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0991 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0992 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0993 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0994 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0995 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0996 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0997 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0998 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number.flag-0999 {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="54" viewBox="0 0 48 54" fill="none"><path d="M0 0.999999C0 0.447715 0.447715 0 1 0H47C47.5523 0 48 0.447715 48 1V52.4377C48 53.1674 47.2439 53.6514 46.5813 53.3459L23.4945 42.7009C23.2191 42.5739 22.9009 42.5788 22.6295 42.7141L1.4463 53.2787C0.781459 53.6103 0 53.1267 0 52.3838V0.999999Z" fill="url(%23paint0_linear_472_7107)"/><defs><linearGradient id="paint0_linear_472_7107" x1="6" y1="-5" x2="53" y2="36.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B1B4"/><stop offset="1" stop-color="%23FDA5A8"/></linearGradient></defs></svg>');
}

.C_flag-number .TX {
  position: absolute;
  top: 40%;
  left: 49%;
  transform: translate(-50%, -50%);
  color: #FFF;
  -webkit-text-stroke-color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .C_flag-number .TX {
    font-size: 29.455px;
    -webkit-text-stroke-width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .C_flag-number .TX {
    font-size: 17.297px;
    -webkit-text-stroke-width: 2px;
  }
}

/* -----------------------
  C_ranking-overview
----------------------- */
.C_ranking-overview {
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
  .C_ranking-overview {
    padding: 47px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview {
    padding: 30px 14px 23px;
  }
}

.C_ranking-overview .C_ranking-overview--lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists {
    gap: 17px 4px;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list {
    width: calc(100% / 5 - 10px * (5 - 1) / 5);
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .C_ranking-overview .C_ranking-overview--lists .list {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list {
    width: calc(100% / 3 - 4px * (3 - 1) / 3);
    min-width: 100px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner {
  border: solid #FCA7AA;
  background: #FFF;
  position: relative;
  border-width: var(--border-width);
  border-radius: var(--border-width);
  height: 100%;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner {
    --border-width: 3px;
    padding: 62px 12px 50px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner {
    --border-width: 1.7px;
    padding: 36px 10px 28px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .C_flag-number {
  position: absolute;
  top: calc(var(--border-width) * -1);
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .C_flag-number {
    width: 48px;
    left: 6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .C_flag-number {
    width: 28px;
    left: 4px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .title .TL {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .title .TL {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .title .TL {
    font-size: 10.57px;
    letter-spacing: 1.057px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star {
    gap: 11px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star {
    gap: 4px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .img {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="33" viewBox="0 0 34 33" fill="none"><path d="M16.0489 0.927051C16.3483 0.00574017 17.6517 0.00574017 17.9511 0.927051L21.2658 11.1287C21.3996 11.5407 21.7836 11.8197 22.2168 11.8197H32.9434C33.9122 11.8197 34.3149 13.0593 33.5312 13.6287L24.8532 19.9336C24.5027 20.1883 24.3561 20.6396 24.4899 21.0517L27.8046 31.2533C28.104 32.1746 27.0495 32.9407 26.2658 32.3713L17.5878 26.0664C17.2373 25.8117 16.7627 25.8117 16.4122 26.0664L7.73419 32.3713C6.95048 32.9407 5.896 32.1746 6.19535 31.2533L9.51006 21.0517C9.64393 20.6396 9.49728 20.1883 9.14679 19.9336L0.468768 13.6287C-0.314945 13.0593 0.0878303 11.8197 1.05655 11.8197H11.7832C12.2164 11.8197 12.6004 11.5407 12.7342 11.1287L16.0489 0.927051Z" fill="%23FFF064"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .img {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .img {
    width: 23px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .TX {
  color: #FCA7AA;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .TX {
    font-size: 33px;
    letter-spacing: 3.3px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .star .TX {
    font-size: 19.379px;
    letter-spacing: 1.938px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .link {
  position: absolute;
  display: block;
  background: #FCA7AA;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link {
    padding-block: 3px 8px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link {
    border-radius: 0 0 var(--border-width) var(--border-width);
    padding-block: 3px 4px;
    width: calc(100% + var(--border-width));
    bottom: calc(var(--border-width) * -1);
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX {
  text-align: center;
  color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX {
    font-size: 8.808px;
    letter-spacing: 0.881px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX::after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="7" viewBox="0 0 18 7" fill="none"><path d="M1.5 1.5L9.5 5.5L17 1.5" stroke="white" stroke-width="1.56" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 18/7;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  transform-origin: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX::after {
    width: 18px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-overview .C_ranking-overview--lists .list .list--inner .link .TX::after {
    width: 11px;
  }
}

.C_ranking-overview .C_ranking-overview--lists .list .list--inner .link:hover .TX::after {
  animation: arrow 0.5s ease-in-out infinite;
  animation-direction: alternate;
}

@keyframes arrow {
  0% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

/* -----------------------
  C_ranking-btn
----------------------- */
.C_ranking-btn {
  display: block;
  border-radius: var(--radius);
  border: var(--border) solid #FFF;
  box-shadow: 0px var(--shadow) var(--shadow) 0px rgba(0, 0, 0, 0.25);
  position: relative;
  background: linear-gradient(90deg, #3AC0B5 0%, #A9CF69 100%);
  animation: btn_animation 4s ease-in-out alternate infinite;
  background-size: 500% 500%;
}

@keyframes btn_animation {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-btn {
    --radius: 4px;
    --border: 5px;
    --shadow: 4px;
    padding: 44px 180px 20px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn {
    --radius: 1.868px;
    --border: 2.335px;
    --shadow: 1.868px;
    padding: 16px 34px 12px 47px;
  }
}

.C_ranking-btn:hover .deco .radius {
  background: #FFF;
}

.C_ranking-btn:hover .deco .radius .arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="36" viewBox="0 0 19 36" fill="none"><path d="M3 3L16 18.4762L3 33.9524" stroke="%234FAE39" stroke-width="4.06095" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  animation: arrow_animation 1s ease-in-out alternate infinite;
}

@keyframes arrow_animation {
  0% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(50%, -50%);
  }
}

.C_ranking-btn .text {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.C_ranking-btn .text .TX {
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .C_ranking-btn .text .TX {
    font-size: 29.363px;
    letter-spacing: 2.936px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn .text .TX {
    font-size: 16.218px;
    line-height: 1.5;
    letter-spacing: 1.622px;
  }
}

.C_ranking-btn .text .TX--sub {
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .C_ranking-btn .text .TX--sub {
    font-size: 13.757px;
    letter-spacing: 1.376px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn .text .TX--sub {
    font-size: 10.137px;
    letter-spacing: 1.014px;
  }
}

.C_ranking-btn .deco .img {
  aspect-ratio: 200/148;
  background-image: url("../img/ranking-btn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .C_ranking-btn .deco .img {
    left: min(1.5625vw, 20px);
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn .deco .img {
    left: max(-2.5641025641vw, -10px);
    width: 70px;
  }
}

.C_ranking-btn .deco .radius {
  aspect-ratio: 1/1;
  background: #4FAE39;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .C_ranking-btn .deco .radius {
    width: 62px;
    right: min(3.359375vw, 43px);
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn .deco .radius {
    width: 22px;
    right: min(2.5641025641vw, 10px);
  }
}

.C_ranking-btn .deco .radius .arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="36" viewBox="0 0 19 36" fill="none"><path d="M3 3L16 18.4762L3 33.9524" stroke="%23FFF" stroke-width="4.06095" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 19/36;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .C_ranking-btn .deco .radius .arrow {
    width: 19px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-btn .deco .radius .arrow {
    width: 7px;
  }
}

/* -----------------------
  C_ranking-top
----------------------- */
.C_ranking-top {
  border-radius: 300px;
  background: #FFF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-top {
    padding: 15px 170px 21px 73px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top {
    padding: 9px 27px 12px;
  }
}

.C_ranking-top .title .TL {
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .title .TL {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .title .TL {
    font-size: 23.523px;
    letter-spacing: 2.352px;
  }
}

.C_ranking-top .title .TX {
  color: #E56B81;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .title .TX {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .title .TX {
    font-size: 13.068px;
    letter-spacing: 1.307px;
  }
}

.C_ranking-top .total_rating {
  position: absolute;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .total_rating {
    top: 50%;
    translate: 0 -50%;
    right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .total_rating {
    border-radius: 3.041px;
    background: #F7E5ED;
    bottom: calc(100% + 8px);
    right: 0;
    padding: 4px 7px;
  }
}

.C_ranking-top .total_rating .TX-top {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .total_rating .TX-top {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .total_rating .TX-top {
    font-size: 6.393px;
    letter-spacing: 0.639px;
  }
}

.C_ranking-top .total_rating .star {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .total_rating .star {
    gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .total_rating .star {
    gap: 3px;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-top .total_rating .star img {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .total_rating .star img {
    width: 18px;
  }
}

.C_ranking-top .total_rating .star .TX {
  color: #EFA3B0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-top .total_rating .star .TX {
    font-size: 33px;
    letter-spacing: 3.3px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-top .total_rating .star .TX {
    font-size: 16.228px;
    letter-spacing: 1.623px;
  }
}

/* -----------------------
  C_ranking-contents
----------------------- */
.C_ranking-contents {
  display: flex;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents {
    gap: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .C_ranking-contents {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents {
    flex-direction: column;
    gap: 15px;
  }
}

.C_ranking-contents .site-img {
  border: var(--border) solid #FEA3A6;
  height: fit-content;
  display: block;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-img {
    flex-shrink: 0;
    width: 258px;
    --border: 1.969px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .C_ranking-contents .site-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-img {
    width: 100%;
    --border: 1.477px;
  }
}

.C_ranking-contents .site-img img {
  width: 100%;
}

.C_ranking-contents .site-contents {
  background: #FFF;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents {
    padding: 19px 27px 23px;
    min-height: 213px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents {
    padding: 19px 17px 20px;
  }
}

.C_ranking-contents .site-contents .title {
  position: relative;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .title {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .title {
    padding: 0 0 6px 2px;
  }
}

.C_ranking-contents .site-contents .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><rect width="6" height="5" rx="2.5" fill="%23E66F84"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .title::before {
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .title::before {
    height: 3px;
  }
}

.C_ranking-contents .site-contents .title .TL {
  color: #E56B81;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .title .TL {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .title .TL {
    font-size: 16.218px;
    letter-spacing: 1.622px;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .text .lists {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .text .lists {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.C_ranking-contents .site-contents .text .lists .list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .text .lists .list {
    padding-left: 34px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .text .lists .list {
    padding-left: 38px;
  }
}

.C_ranking-contents .site-contents .text .lists .list::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none"><path d="M2 9.5L7 16L20 2" stroke="%23E56B81" stroke-width="2.56" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 22/18;
  width: 22px;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .text .lists .list::before {
    top: 50%;
    translate: 0 -50%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .text .lists .list::before {
    top: 0;
    left: 8px;
  }
}

.C_ranking-contents .site-contents .text .lists .list .TX {
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-contents .site-contents .text .lists .list .TX {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-contents .site-contents .text .lists .list .TX {
    font-size: 13.178px;
    letter-spacing: 1.318px;
  }
}

.C_ranking-contents .site-contents .text .lists .list .TX .pink {
  color: #EFA3B0;
}

/* -----------------------
  C_ranking-tab
----------------------- */
.C_ranking-tab {
  --back-color: #FFF;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab {
    --border: 1.969px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab {
    --border: 1.867px;
  }
}

.C_ranking-tab .tab {
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .tab {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .tab {
    gap: 7px;
  }
}

.C_ranking-tab .tab .tab--item {
  flex: 1;
  border-radius: var(--radius) var(--radius) 0px 0px;
  background: #F8DCDD;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .tab .tab--item {
    --radius: 13.784px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .tab .tab--item {
    --radius: 13.07px;
  }
}

.C_ranking-tab .tab .tab--item.active {
  border-radius: 13.784px 13.784px 0px 0px;
  border: var(--border) solid #FEA3A6;
  border-bottom: none;
  background: var(--back-color);
}

.C_ranking-tab .tab .tab--item.active::before {
  content: "";
  position: absolute;
  bottom: calc(var(--border) * -1);
  left: 0;
  width: 100%;
  height: calc(var(--border) * 2);
  background: var(--back-color);
}

.C_ranking-tab .tab .tab--item.active .TX {
  color: #E56B81;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .tab .tab--item {
    padding-block: 10px 6px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .tab .tab--item {
    padding-block: 16px 13px;
  }
}

.C_ranking-tab .tab .tab--item .TX {
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .tab .tab--item .TX {
    font-size: 22.645px;
    letter-spacing: 2.264px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .tab .tab--item .TX {
    font-size: 10.473px;
    font-weight: 600;
    letter-spacing: 1.014px;
  }
}

.C_ranking-tab .contents {
  border-radius: 0px 0px var(--radius) var(--radius);
  border: var(--border) solid #FEA3A6;
  background: var(--back-color);
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents {
    padding: 33px 29px 42px;
    --radius: 8.861px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents {
    padding: 18px 19px 25px;
    --radius: 8.402px;
  }
}

.C_ranking-tab .contents .contents--item {
  display: none;
}

.C_ranking-tab .contents .contents--item.active {
  display: flex;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item {
    gap: 13px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item {
    flex-direction: column;
    gap: 19px;
  }
}

/* @media screen and (min-width: 768px) { */
.C_ranking-tab .contents .contents--item .category {
  flex: 1;
}

/* } */

/* @media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category {
    display: flex;
    align-items: center;
    gap: 10px;
  }
} */

.C_ranking-tab .contents .contents--item .category .title {
  border-radius: 100px;
  background: #EFA3B0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .title {
    padding: 4px;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .title {
    padding: 4px;
    /* width: 118px; */
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 360px) {
  .C_ranking-tab .contents .contents--item .category .title {
    width: 60px;
  }
}

.C_ranking-tab .contents .contents--item .category .title .TX {
  color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .title .TX {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .title .TX {
    font-size: 13.178px;
    letter-spacing: 1.318px;
  }
}

@media screen and (min-width: 0px) and (max-width: 360px) {
  .C_ranking-tab .contents .contents--item .category .title .TX {
    font-size: 8px;
    letter-spacing: 1px;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .evaluation {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-inline: 10px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation.align-contents {
  align-items: unset;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation.align-contents .evaluation--item {
    justify-content: unset;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item {
    justify-content: center;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item.gap-mini {
  gap: 5px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars {
    width: 80px;
    gap: 0px 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars {
    width: 40%;
    gap: 0px 5px;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars img {
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars img {
    width: calc(100% / 3 - 5px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .stars img {
    width: calc(100% / 3 - 5px * (3 - 1) / 3);
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .job-offer img {
  aspect-ratio: 1/1;
  width: 41px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .working-style img {
  aspect-ratio: 1/1;
  width: 21px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .job_category img {
  aspect-ratio: 1/1;
  width: 21px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .private-job-offer img {
  aspect-ratio: 1/1;
  width: 41px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .fix-area img {
  aspect-ratio: 1/1;
  width: 41px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .register-fee img {
  aspect-ratio: 1/1;
  width: 41px;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX {
    font-size: 15.205px;
    line-height: 1.5;
    letter-spacing: 1.52px;
  }
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX span {
  color: #E56B81;
}

.C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX.TX--star {
  color: #E56B81;
  font-size: 17px;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .C_ranking-tab .contents .contents--item .category .evaluation .evaluation--item .TX.TX-jr {
    line-height: 1.2;
  }
}

/* -----------------------
  C_ranking-review
----------------------- */
.C_ranking-review {
  background: rgba(250, 176, 192, 0.4);
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-review {
    padding: 33px 52px 44px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review {
    padding: 21px 12px 63px;
  }
}

.C_ranking-review .title {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="426" height="50" viewBox="0 0 426 50" fill="none"><path d="M0 0H426L412.846 25L426 50H0L12.1425 25L0 0Z" fill="url(%23paint0_linear_472_7187)"/><defs><linearGradient id="paint0_linear_472_7187" x1="426" y1="25" x2="0" y2="25" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4B2B4"/><stop offset="1" stop-color="%23FFA2A5"/></linearGradient></defs></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 426/50;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .title {
    width: 426px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .title {
    width: 100%;
  }
}

.C_ranking-review .title .TL {
  color: #FFF;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .title .TL {
    font-size: 26px;
    letter-spacing: 2.6px;
    padding-inline: 13px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .title .TL {
    font-size: 16px;
    letter-spacing: 1.903px;
    padding-inline: 13px;
  }
}

@media screen and (min-width: 0) and (max-width: 360px) {
  .C_ranking-review .title .TL {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
}

@media screen and (min-width: 0) and (max-width: 350px) {
  .C_ranking-review .title .TL {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-review .reviews {
    margin-block: 21px 69px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .reviews {
    margin-block: 26px 30px;
  }
}

.C_ranking-review .reviews .reviews--lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.C_ranking-review .reviews .reviews--lists.active .list:nth-child(n+3) {
  /* display: block; */
}

.C_ranking-review .reviews .reviews--lists .list {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.C_ranking-review .reviews .reviews--lists .list:nth-child(n+3) {
  /* display: none; */
}

@media screen and (min-width: 768px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner {
    padding: 19px 60px 19px 25px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner {
    padding: 19px 16px 23px;
  }
}

.C_ranking-review .reviews .reviews--lists .list .list--inner .review_stars {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_stars {
    gap: 3px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_stars {
    gap: 3px;
  }
}

.C_ranking-review .reviews .reviews--lists .list .list--inner .review_stars img {
  width: 21px;
  filter: drop-shadow(0px 0px 5.068px rgba(229, 110, 132, 0.72));
}

@media screen and (min-width: 768px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_title {
    margin-block: 3px 7px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_title {
    margin-block: 3px 11px;
  }
}

.C_ranking-review .reviews .reviews--lists .list .list--inner .review_title .TX {
  color: #E66F84;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_title .TX {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_title .TX {
    font-size: 16.218px;
    letter-spacing: 1.622px;
  }
}

.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text p,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text span,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h1,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h2,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h3,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h4,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h5,
.C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h6 {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {

  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text p,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text span,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h1,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h2,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h3,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h4,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h5,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h6 {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {

  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text p,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text span,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h1,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h2,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h3,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h4,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h5,
  .C_ranking-review .reviews .reviews--lists .list .list--inner .review_text h6 {
    font-size: 13.178px;
    letter-spacing: 1.318px;
  }
}

.C_ranking-review .more {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  color: #E66F84;
  line-height: 161%;
  font-size: 13px;
  letter-spacing: 1.3px;
}

.C_ranking-review .more.active::before {
  transform: translate(-50%, 0) rotate(180deg);
  top: unset;
  bottom: calc(100% + 6px);
}

.C_ranking-review .more::before {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="5" viewBox="0 0 23 5" fill="none"><path d="M1 1L12 4.5L22 1" stroke="%23E66F84" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 23/5;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 23px;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .more::before {
    top: calc(100% + 6px);
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .more::before {
    top: calc(100% + 5px);
  }
}

.C_ranking-review .deco .img {
  position: absolute;
  aspect-ratio: 217/192;
  background-image: url("../img/ranking-review-img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .C_ranking-review .deco .img {
    width: 217px;
    bottom: 0px;
    right: -43px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-review .deco .img {
    width: 121px;
    bottom: -12px;
    right: -10px;
  }
}

@media screen and (min-width: 0) and (max-width: 375px) {
  .C_ranking-review .deco .img {
    width: 100px;
  }
}

/* -----------------------
  C_ranking-detail
----------------------- */
.C_ranking-detail {
  --border: 5px;
  border-radius: 9px;
  border: var(--border) solid #FEA3A6;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_ranking-detail {
    padding: 37px 54px 50px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-detail {
    padding: 58px 12px 53px;
  }
}

.C_ranking-detail .C_flag-number {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .C_ranking-detail .C_flag-number {
    width: 70px;
    top: calc(var(--border) * -1);
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-detail .C_flag-number {
    width: 52px;
    top: calc(var(--border) * -1);
    left: 29px;
  }
}

@media screen and (min-width: 768px) {
  .C_ranking-detail .C_flag-number .TX {
    -webkit-text-stroke-width: 5px;
    font-size: 43.553px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-detail .C_flag-number .TX {
    -webkit-text-stroke-width: 3px;
    font-size: 32.019px;
  }
}

.C_ranking-detail--inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .C_ranking-detail--inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .C_ranking-detail--inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* -----------------------
  C_banner
----------------------- */
@media screen and (min-width: 768px) {
  .C_banner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .C_banner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

@media screen and (min-width: 768px) {
  .C_banner.C_banner--single {
    margin-top: 200px;
  }
}

.C_banner--link {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .C_banner--link {
    max-width: 800px;
    --radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .C_banner--link {
    width: 100%;
    --radius: 3.045px;
  }
}

.C_banner--link:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(3px);
}

.C_banner--link img {
  width: 100%;
}

/* -----------------------
  C_other-contents
----------------------- */
@media screen and (min-width: 768px) {
  .C_other-contents {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}

.C_other-contents .title {
  background: linear-gradient(90deg, #FAB0C0 0%, #F7E5ED 100%);
}

@media screen and (min-width: 768px) {
  .C_other-contents .title {
    padding: 10px 26px 11px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents .title {
    padding: 10px 24px 11px;
  }
}

.C_other-contents .title .TL {
  color: #FFF;
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
}

.C_other-contents--container {
  border-radius: 9px;
  background: #FFF;
}

/* -----------------------
  forth
----------------------- */
/* -----------------------
  C_example
----------------------- */
/* -----------------------
  C_compare-tab
----------------------- */
.tab-wrapper {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
  .tab-wrapper {
    border: 2px solid #FEA3A6;
    padding: 43px 47px 83px;
    border-radius: 8.289px;
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .tab-wrapper {
    border: 1.8px solid #FEA3A6;
    padding: 24px 16px 38px;
    border-radius: 8.289px;
    margin-bottom: 106px;
  }
}

.C_compare-tab-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-btn {
    margin-top: 52px;
    gap: 9px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-btn {
    margin-top: 29px;
    gap: 7px;
  }
}

.C_compare-tab-btn li {
  cursor: pointer;
  background-color: #FEA3A6;
  color: #FFF;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-btn li {
    padding: 14px 0;
    border-radius: 14px 14px 0px 0px;
    border: 2px solid #FEA3A6;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-btn li {
    padding: 16px 0;
    border-radius: 12.894px 12.894px 0px 0px;
    border: 1.8px solid #FEA3A6;
    border-bottom: none;
  }
}

.C_compare-tab-btn li .tab-TL {
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-btn li .tab-TL {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-btn li .tab-TL {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.C_compare-tab-btn li.active {
  background-color: #FFF;
  color: #333;
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-btn li.active {
    border: 2px solid #FEA3A6;
    border-bottom: none;
  }
}

.C_compare-tab-btn li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #FFF;
  bottom: -2px;
  left: 0;
}

.C_compare-tab-content {
  background-color: #FFF;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content {
    border: 2px solid #FEA3A6;
    padding: 18px 32px 34px;
    border-radius: 0px 0px 8.289px 8.289px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content {
    border: 1.8px solid #FEA3A6;
    border-radius: 0px 0px 9px 9px;
  }
}

.C_compare-tab-content table {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table {
    border-spacing: 6px 8px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table {
    border-spacing: 3px 3.6px;
  }
}

.C_compare-tab-content table tbody tr th {
  background-color: #FFEEEE;
  padding: 18px 0;
  text-align: center;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr th {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr th {
    font-size: 6.75px;
  }
}

.C_compare-tab-content table tbody tr td {
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td {
    border: 5px solid #FEE;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td {
    border: 2.25px solid #FEE;
    font-size: 6.7px;
    letter-spacing: 0.6px;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.logo {
    padding: 35px 11px 40px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.logo {
    min-width: 45px;
    padding: 16px 5px 18px;
  }
}

.C_compare-tab-content table tbody tr td.logo img {
  object-fit: contain;
  width: 100%;
}

.C_compare-tab-content table tbody tr td.good .inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.good .inner {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.good .inner {
    gap: 5px;
  }
}

.C_compare-tab-content table tbody tr td.good .inner .icon {
  aspect-ratio: 1/1;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.good .inner .icon {
    width: 41px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.good .inner .icon {
    width: 18.5px;
  }
}

.C_compare-tab-content table tbody tr td.good .inner .number {
  text-align: center;
}

.C_compare-tab-content table tbody tr td.detail {
  overflow: hidden;
}

.C_compare-tab-content table tbody tr td.detail a {
  background-image: url('data:image/svg+xml;utf-8,<svg width="24" height="69" viewBox="0 0 24 69" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.683594" y="0.0546875" width="22.9204" height="64.2669" rx="1.79768" fill="%23E56B81"/><path d="M15.2898 62.9734H9.22266L12.3686 67.6923L15.2898 62.9734Z" fill="%23E56B81" stroke="%23E56B81" stroke-width="2.24709" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.detail a {
    width: 51px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.detail a {
    width: 22px;
    height: 67px;
  }
}

.C_compare-tab-content table tbody tr td.detail a .TX {
  font-weight: 600;
  writing-mode: vertical-rl;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.detail a .TX {
    font-size: 15px;
    letter-spacing: 7.5px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.detail a .TX {
    font-size: 6.7px;
    letter-spacing: 3px;
    margin-right: 7%;
  }
}

.C_compare-tab-content table tbody tr td.detail a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  left: -150%;
  animation: shine 3s ease infinite;
}

@keyframes shine {

  0%,
  40% {
    left: -150%;
  }

  60%,
  100% {
    left: 150%;
  }
}

.C_compare-tab-content table tbody tr td.iconTX .inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner {
    gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner {
    gap: 2.5px;
  }
}

.C_compare-tab-content table tbody tr td.iconTX .inner .TX {
  display: flex;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner .TX {
    gap: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner .TX {
    gap: 2.5px;
  }
}

.C_compare-tab-content table tbody tr td.iconTX .inner .TX::before {
  content: "";
  color: #FFF;
  text-align: center;
  aspect-ratio: 1/1;
  font-weight: 600;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  display: none;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner .TX::before {
    width: 21px;
    height: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table tbody tr td.iconTX .inner .TX::before {
    width: 10.7px;
    height: 11.2px;
    line-height: 11.2px;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(1) {
    width: 21.377672209%;
    min-width: 135px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(1) {
    width: 27.8350515464%;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(2) {
    width: 19.0023752969%;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(2) {
    width: 17.1821305842%;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(3) {
    /* width: 11.2826603325%;
    min-width: 84px; */
    width: 26.5914489311%;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(3) {
    /* width: 42px; */
    width: 19.9312714777%;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(4) {
    /* width: 31.5914489311%; */
    width: 16.2826603325%;
    min-width: 84px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(4) {
    /* width: 19.9312714777%; */
    width: 42px;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(5) {
    width: 13.539192399%;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr th:nth-child(5) {
    width: 17.5257731959%;
  }
}

.C_compare-tab-content table.content-01 tr td.rating .star-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr td.rating .star-box {
    width: 81px;
    gap: 3px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.rating .star-box {
    width: 35px;
  }
}

.C_compare-tab-content table.content-01 tr td.rating .star-box img {
  object-fit: contain;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr td.rating .star-box img {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.rating .star-box img {
    width: 11px;
  }
}

.C_compare-tab-content table.content-01 tr td.rating .rating-number {
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #E56B81;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr td.rating .rating-number {
    font-size: 17px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.rating .rating-number {
    font-size: 7.6px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.jobCount {
    max-width: 30px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.jobCount .inner {
    margin: 0 auto;
    width: 40px;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-01 tr td.feature {
    padding-inline: 28px;
  }
}

.C_compare-tab-content table.content-01 tr td.feature .inner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.feature {
    padding-inline: 6px;
    max-width: 30px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-01 tr td.feature .TX {
    width: 50px;
  }
}

.C_compare-tab-content table.content-01 tr td.feature span {
  font-weight: 600;
  color: #E56B81;
}

.C_compare-tab-content table.content-02 {
  display: none;
}

.C_compare-tab-content table.content-02 tr th {
  width: 25%;
}

.C_compare-tab-content table.content-02 tr td.industry {
  /* overflow-x: scroll; */
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-02 tr td.industry {
    max-width: 50px;
  }
}

.C_compare-tab-content table.content-02 tr td.industry .inner {
  /* white-space: nowrap; */
  padding: 5%;
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-02 tr td.industry .inner {
    /* padding-left: 15%; */
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-02 tr td.industry .inner {
    /* padding-left: 10%; */
    /* width: 90%; */
  }
}

.C_compare-tab-content table.content-02 tr td.industry .inner .TX {
  align-items: center;
}

.C_compare-tab-content table.content-02 tr td.industry .inner .TX.industry01::before {
  content: "ア";
  background-color: #B1B1B1;
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-02 tr td.industry .inner .TX.industry02 {
    line-height: 1.2;
  }
}

.C_compare-tab-content table.content-02 tr td.industry .inner .TX.industry02::before {
  content: "ジ";
  background-color: #7FB9B6;
}

.C_compare-tab-content table.content-02 tr td.industry .inner .TX.industry03::before {
  content: "ス";
  background-color: #A37FB9;
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-02 tr td.workStyle {
    overflow-x: scroll;
    max-width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .C_compare-tab-content table.content-02 tr td.workStyle .inner {
    padding-left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .C_compare-tab-content table.content-02 tr td.workStyle .inner {
    padding-left: 10%;
    width: 90%;
    white-space: nowrap;
  }
}

.C_compare-tab-content table.content-02 tr td.workStyle .inner .TX.workStyle01::before {
  content: "正";
  background-color: #FEA3A6;
}

.C_compare-tab-content table.content-02 tr td.workStyle .inner .TX.workStyle02::before {
  content: "契";
  background-color: #F3B24A;
}

.C_compare-tab-content table.content-02 tr td.workStyle .inner .TX.workStyle03::before {
  content: "業";
  background-color: #76B870;
}

.C_compare-tab-content table.content-02 tr td.workStyle .inner .TX.workStyle04::before {
  content: "ア";
  background-color: #71C4E5;
}

.C_compare-tab-content table.content-02 tr td.workStyle .inner .TX.workStyle05::before {
  content: "パ";
  background-color: #EFA3B0;
}

.C_compare-tab-content table.content-03 {
  display: none;
}

.C_compare-tab-content table.content-03 tr th {
  width: 20%;
}

.C_compare-tab-content table.content-03 tr td.timing {
  text-align: center;
}

/* -----------------------
  C_miniColumn
----------------------- */
.C_noFrame {
  clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  background: linear-gradient(-90deg, #F4B2B4 0%, #FFA2A5 100%);
}

@media screen and (min-width: 768px) {
  .C_noFrame {
    width: 630px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .C_noFrame {
    max-width: 348px;
    padding: 10px 10px;
  }
}

.C_noFrame .TL {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .C_noFrame .TL {
    font-size: 42px;
    letter-spacing: 4.2px;
  }
}

@media screen and (max-width: 767px) {
  .C_noFrame .TL {
    font-size: 23px;
    letter-spacing: 2.3px;
  }
}

.C_miniColumn {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .C_miniColumn {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn {
    margin-bottom: 106px;
  }
}

.C_miniColumn .C_noFrame {
  margin: 0 auto;
}

.C_miniColumn-content {
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #FEA3A6;
  border-radius: 9px;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content {
    padding: 38px 132px 65px;
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content {
    padding: 25px 0 38px;
    margin-top: 37px;
  }
}

.C_miniColumn-content-TL {
  font-weight: 700;
  text-align: center;
  color: #E56B81;
  position: relative;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-TL {
    font-size: 36.8px;
    letter-spacing: 3.6px;
    padding-bottom: 25px;
  }

  /* .-type2 .C_miniColumn-content-TL {
    font-size: 30px;
  } */
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-TL {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding-bottom: 13px;
  }
}

.C_miniColumn-content-TL span {
  position: relative;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-TL span {
    font-size: 67px;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-TL span {
    font-size: 30px;
    top: 3px;
  }
}

.C_miniColumn-content-TL::after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="5" viewBox="0 0 12 5" fill="none"><rect width="6" height="5" rx="2.5" fill="%23E66F84"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-TL::after {
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-TL::after {
    width: 95%;
    height: 3px;
  }
}

.C_miniColumn-content .content .textbox .border {
  display: inline;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content .content .textbox .border {
    padding-bottom: 5px;
    background: linear-gradient(transparent 75%, rgba(229, 107, 129, 0.3) 0%);
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content .content .textbox .border {
    padding-bottom: 3px;
    background: linear-gradient(transparent 75%, rgba(229, 107, 129, 0.3) 0%);
  }
}

.C_miniColumn-content-01 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-01 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-01 {
    width: fit-content;
    padding-inline: 17px 34px;
    margin: 35px auto 0;
  }
}

.C_miniColumn-content-01 .textbox01 {
  background-color: #FFF;
  border-radius: 999px;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-01 .textbox01 {
    width: fit-content;
    padding: 40px 85px;
  }
}

@media screen and (min-width: 768px) and (max-width: 937px) {
  .C_miniColumn-content-01 .textbox01 {
    padding: 40px 30px;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-01 .textbox01 {
    width: fit-content;
    padding: 10px 19px 23px;
  }
}

@media screen and (min-width: 0px) and (max-width: 390px) {
  .C_miniColumn-content-01 .textbox01 {
    padding: 10px 4.1025641026vw 23px;
  }
}

.C_miniColumn-content-01 .textbox01 .TX {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-01 .textbox01 .TX {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-01 .textbox01 .TX {
    font-size: 17.8px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 0px) and (max-width: 390px) {
  .C_miniColumn-content-01 .textbox01 .TX {
    font-size: 4.5641025641vw;
  }
}

.C_miniColumn-content-01 .textbox01 .TX span {
  color: #E56B81;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-01 .textbox01 .TX span {
    font-size: 32px;
    padding: 0 19px 3px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-01 .textbox01 .TX span {
    font-size: 22px;
    padding: 0 3px 3px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-01 .textbox01 .TX span {
    font-size: 5.1282051282vw;
  }
}

.C_miniColumn-content-01 .img {
  object-fit: contain;
  transform: rotate(2.8deg);
  position: absolute;
  background-image: url("../img/miniColumn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-01 .img {
    width: 275px;
    height: 176px;
    top: 10px;
    right: -60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 937px) {
  .C_miniColumn-content-01 .img {
    top: 114px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-01 .img {
    width: 181px;
    height: 116px;
    top: 60px;
    right: -10px;
  }
}

@media screen and (min-width: 390px) and (max-width: 440px) {
  .C_miniColumn-content-01 .img {
    right: -40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-01 .img {
    width: 46.4102564103vw;
    height: 29.7435897436vw;
    right: -40px;
  }
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) and (max-width: 937px) {
  .C_miniColumn-content-02 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 {
    margin-top: 34px;
  }
}

.C_miniColumn-content-02 .content-TL {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .content-TL {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .content-TL {
    font-size: 16px;
    line-height: 175%;
    padding-left: 41px;
    margin-left: 6%;
    width: fit-content;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .content-TL {
    font-size: 4.1025641026vw;
    padding-left: 10.5128205128vw;
    margin-left: 0;
  }
}

.C_miniColumn-content-02 .content-TL::before {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="467" height="68" viewBox="0 0 467 68" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2.00005C23.5426 28.2858 37.9943 43.1429 151.862 43.1429C161.48 43.1429 244.65 23.9429 248.035 43.1429C252.267 46.5714 251.497 60.6667 251.497 66C261.499 63.8413 271.27 55.181 281.118 45.4286C297.275 31.3333 325.204 26.2286 364.596 34.7619C398.064 38.9524 449.92 36.7429 465 2" stroke="%23333333" stroke-width="3.56025" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.71 8.54"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .content-TL::before {
    width: 463px;
    height: 64px;
    transform: translateX(-50%);
    left: 50%;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .content-TL::before {
    width: 299px;
    height: 41px;
    top: 50px;
    left: 10%;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .content-TL::before {
    width: 76.6666666667vw;
    height: 10.5128205128vw;
    top: 12.8205128205vw;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 {
    padding-inline: 25px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .textbox02 {
    padding-inline: 6.4102564103vw;
  }
}

.C_miniColumn-content-02 .textbox02 .inner {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .textbox02 .inner {
    padding: 30px 65px 34px;
    margin-top: 62px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner {
    padding: 21px 21px 33px;
    margin-top: 62px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .textbox02 .inner {
    padding: 21px 5.3846153846vw 33px;
  }
}

.C_miniColumn-content-02 .textbox02 .inner .mainTX {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.C_miniColumn-content-02 .textbox02 .inner .mainTX .label {
  color: #333;
  position: absolute;
  font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .label {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .label {
    padding-right: 45px;
    top: 5px;
    left: 10px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .label {
    font-size: 4.6153846154vw;
    padding-right: 11.5384615385vw;
    top: 7px;
  }
}

.C_miniColumn-content-02 .textbox02 .inner .mainTX .TX {
  color: #E56B81;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .TX {
    font-size: 20px;
    padding-left: 147px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .TX {
    white-space: nowrap;
    text-align: right;
    font-size: 17px;
    line-height: 2;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX .TX {
    font-size: 4.358974359vw;
  }
}

.C_miniColumn-content-02 .textbox02 .inner .mainTX::before {
  content: "";
  background: rgba(229, 107, 129, 0.3);
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX::before {
    height: 10px;
    top: 23px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX::before {
    top: auto;
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX::before {
    height: 5px;
    top: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX::before {
    top: 7.6923076923vw;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX::after {
    content: "";
    background: rgba(229, 107, 129, 0.3);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 5px;
  }
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX.TX02 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .mainTX.TX02 {
    margin-top: 36px;
  }
}

.C_miniColumn-content-02 .textbox02 .inner .underTX {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .C_miniColumn-content-02 .textbox02 .inner .underTX {
    font-size: 15px;
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .C_miniColumn-content-02 .textbox02 .inner .underTX {
    font-size: 15px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .C_miniColumn-content-02 .textbox02 .inner .underTX {
    font-size: 3.8461538462vw;
  }
}

/* -----------------------
  C_terms
----------------------- */
.C_terms-TL {
  background: linear-gradient(90deg, #FAB0C0 0%, #F7E5ED 100%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .C_terms-TL {
    padding: 15px 0 15px 26px;
  }
}

@media screen and (max-width: 767px) {
  .C_terms-TL {
    padding: 15px 0 15px 24px;
  }
}

.C_terms-TL .TL {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  color: #FFF;
}

.C_terms-content .TX {
  font-size: 15px;
  line-height: 173%;
}

.C_terms-content .TX span {
  font-weight: 600;
}

.C_terms-content.company .list .item {
  border-bottom: 1px solid #C3C3C3;
  margin-top: 15.5px;
}

@media screen and (min-width: 768px) {
  .C_terms-content.company .list .item {
    display: flex;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .C_terms-content.company .list .item {
    padding-bottom: 10px;
  }
}

.C_terms-content.company .list .item .label {
  font-size: 14px;
  background-color: rgba(244, 179, 180, 0.5);
  text-align: center;
  padding: 6px 0;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 768px) {
  .C_terms-content.company .list .item .label {
    min-width: 197px;
  }
}

.C_terms-content.company .list .item .TX {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .C_terms-content.company .list .item .TX {
    margin-left: 64px;
  }
}

@media screen and (max-width: 767px) {
  .C_terms-content.company .list .item .TX {
    text-align: center;
    margin-top: 9px;
  }
}

.C_terms-content.company .list .item:first-child {
  margin-top: 0;
}

.C_terms-content.company .list .item p:empty {
  display: none;
  /* 空のpを非表示 */
}

/* -----------------------
  C_compare
----------------------- */
.C_compare .C_noFrame {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .C_compare .tab-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .C_compare .tab-wrapper {
    margin-top: 16px;
  }
}

.counter-container {
  background-color: #FFF;
  border-radius: 999px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .counter-container {
    width: 595px;
    padding: 23px 0 17px;
  }
}

@media screen and (max-width: 767px) {
  .counter-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    padding: 22px 24px;
  }
}

.counter-container .text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .counter-container .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .counter-container .text {
    letter-spacing: 1px;
    font-size: 16.8px;
  }
}

.counter-container .text span {
  color: #E56B81;
  animation: flash 2s ease-in infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .counter-container .text span {
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .counter-container .text span {
    font-size: 24px;
  }
}

/* -----------------------
  home
----------------------- */
/* -----------------------
  archive
----------------------- */
@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive {
    padding: 50px 50px 66px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive {
    padding: 36px 19px 32px;
  }
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive.terms-pa {
    padding: 46px 74px 64px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive.terms-pa {
    padding: 27px 23px 21px;
  }
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive.survey-pa {
    padding: 54px 74px 69px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive.survey-pa {
    padding: 27px 23px 40px;
  }
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive.privacy-policy-pa {
    padding: 46px 74px 154px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive.privacy-policy-pa {
    padding: 24px 23px 63px;
  }
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive.edit-pa {
    padding: 54px 61px 75px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive.edit-pa {
    padding: 27px 23px 37px;
  }
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__archive.company-pa {
    padding: 41px 74px 44px 26px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__archive.company-pa {
    padding: 20px 20px 30px;
  }
}

.C_other-contents--container--inner .archive--lists .list {
  border-bottom: var(--border) solid #C3C3C3;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container--inner .archive--lists .list {
    padding: 11px 11px 12px 0;
    --border: 1px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container--inner .archive--lists .list {
    padding: 8px 8px 9px 0;
    --border: 0.727px;
  }
}

.C_other-contents--container--inner .archive--lists .list:first-child {
  border-top: var(--border) solid #C3C3C3;
}

.C_other-contents--container--inner .archive--lists .list .list--link {
  display: flex;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container--inner .archive--lists .list .list--link {
    gap: 42px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container--inner .archive--lists .list .list--link {
    gap: 0 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 355px) {
  .C_other-contents--container--inner .archive--lists .list .list--link {
    flex-direction: column;
  }
}

.C_other-contents--container--inner .archive--lists .list .list--link .list--img {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--img {
    width: 240px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--img {
    width: 155px;
    height: 87px;
  }
}

@media screen and (min-width: 0px) and (max-width: 355px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--img {
    margin: 0 auto;
  }
}

.C_other-contents--container--inner .archive--lists .list .list--link .list--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--title {
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--title {
    margin-top: 13px;
  }
}

.C_other-contents--container--inner .archive--lists .list .list--link .list--title .TL {
  color: #333;
  font-weight: 300;
  line-height: 173%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--title .TL {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container--inner .archive--lists .list .list--link .list--title .TL {
    font-size: 10.904px;
  }
}

/* -----------------------
  single
----------------------- */
@media screen and (min-width: 768px) {
  .C_other-contents--container.container__single {
    padding: 50px 50px 87px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__single {
    padding: 27px 19px 28px;
    min-height: 1027px;
  }
}

.C_other-contents--container.container__single .C_other-contents--container--inner {
  border-top: var(--border) solid #C3C3C3;
  border-bottom: var(--border) solid #C3C3C3;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container.container__single .C_other-contents--container--inner {
    min-height: 1302px;
    --border: 1px;
    padding: 11px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container.container__single .C_other-contents--container--inner {
    min-height: 1027px;
    --border: 0.727px;
    padding: 13px 0 28px;
  }
}

.C_other-contents--container .single--contents--img {
  width: 100%;
}

.C_other-contents--container .single--contents--img img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .C_other-contents--container .single--contents--text {
    margin-top: 55px;
    padding-inline: 22px;
  }
}

@media screen and (max-width: 767px) {
  .C_other-contents--container .single--contents--text {
    margin-top: 30px;
    padding-inline: 4px;
  }
}

.C_other-contents--container .single--contents--text p,
.C_other-contents--container .single--contents--text span,
.C_other-contents--container .single--contents--text a,
.C_other-contents--container .single--contents--text div,
.C_other-contents--container .single--contents--text h1,
.C_other-contents--container .single--contents--text h2,
.C_other-contents--container .single--contents--text h3,
.C_other-contents--container .single--contents--text h4,
.C_other-contents--container .single--contents--text h5,
.C_other-contents--container .single--contents--text h6 {
  color: #333;
  font-weight: 300;
  line-height: 180%;
  font-size: 15px;
}

.C_other-contents--container .single--contents--text img {
  max-width: 100%;
}

.C_other-contents--container .single--contents--text img.aligncenter {
  margin: 0 auto;
}

/* -----------------------
  ranking-section
----------------------- */
@media screen and (min-width: 768px) {
  .ranking-section .C_ranking-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-section .C_ranking-title {
    margin-bottom: 37px;
  }
}

@media screen and (min-width: 768px) {
  .ranking-section .C_ranking-overview {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-section .C_ranking-overview {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .ranking-section .detail-container {
    display: flex;
    flex-direction: column;
    gap: 160px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-section .detail-container {
    display: flex;
    flex-direction: column;
    gap: 72px;
  }
}

/* -----------------------
  anime
----------------------- */
.hover-opa {
  transition: 0.3s;
}

.hover-opa:hover {
  opacity: 0.6;
}

.hover-scale {
  transition: 0.3s;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.up {
  opacity: 0;
  transform: translateY(100%);
}

.up.show {
  animation: up 0.5s ease forwards;
}

@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.down {
  opacity: 0;
  transform: translateY(-100%);
}

.down.show {
  animation: down ease forwards;
}

@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.left {
  opacity: 0;
  transform: translateX(100%);
}

.left.show {
  animation: left ease forwards;
}

@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.right {
  opacity: 0;
  transform: translateX(-100%);
}

.right.show {
  animation: right ease forwards;
}

@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pop {
  opacity: 0;
  transform: scale(0.5);
}

.pop.show {
  animation: pop ease forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loadUp {
  opacity: 0;
  transform: translateY(100%);
}

.loadUp.show {
  animation: loadUp 1.3s ease forwards;
}

@keyframes loadUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadscale {
  opacity: 0;
}

.loadscale.show {
  animation: loadscale 1.3s ease 1s forwards;
}

@keyframes loadscale {
  0% {
    opacity: 0;
    transform: scale(-1, 1);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.loadDown {
  opacity: 0;
  transform: translateY(-100%);
}

.loadDown.show {
  animation: loadDown ease forwards;
}

@keyframes loadDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadLeft {
  opacity: 0;
  transform: translateX(100%);
}

.loadLeft.show {
  animation: loadLeft ease forwards;
}

@keyframes loadLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadRight {
  opacity: 0;
  transform: translateX(-100%);
}

.loadRight.show {
  animation: loadRight ease forwards;
}

@keyframes loadRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadPop {
  opacity: 0;
  transform: scale(0.5);
}

.loadPop.show {
  animation: loadPop 0.8s ease 2s forwards;
}

@keyframes loadPop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  65% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loop {
  transform-origin: 50% 100%;
  animation: loop 3s ease infinite;
}

@keyframes loop {
  0% {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-5deg);
  }

  20%,
  40% {
    transform: rotate(0deg);
  }
}

.loopScale {
  animation: loopScale 3s ease infinite;
}

@keyframes loopScale {
  0% {
    transform: scale(1, 1);
  }

  15% {
    transform: scale(-1, 1);
  }

  30% {
    transform: scale(1, 1);
  }
}

.delay-01 {
  animation-delay: 0.1s !important;
}

.delay-02 {
  animation-delay: 0.2s !important;
}

.delay-03 {
  animation-delay: 0.3s !important;
}

.delay-04 {
  animation-delay: 0.4s !important;
}

.delay-05 {
  animation-delay: 0.5s !important;
}

.delay-06 {
  animation-delay: 0.6s !important;
}

.delay-07 {
  animation-delay: 0.7s !important;
}

.delay-08 {
  animation-delay: 0.8s !important;
}

.delay-09 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

.duration-01 {
  animation-duration: 0.1s !important;
}

.duration-02 {
  animation-duration: 0.2s !important;
}

.duration-03 {
  animation-duration: 0.3s !important;
}

.duration-04 {
  animation-duration: 0.4s !important;
}

.duration-05 {
  animation-duration: 0.5s !important;
}

.duration-06 {
  animation-duration: 0.6s !important;
}

.duration-07 {
  animation-duration: 0.7s !important;
}

.duration-08 {
  animation-duration: 0.8s !important;
}

.duration-09 {
  animation-duration: 0.9s !important;
}

.duration-10 {
  animation-duration: 1s !important;
}

.duration-15 {
  animation-duration: 1.5s !important;
}

/*# sourceMappingURL=main.css.map */

/* 202502~追加分 */

.sp-show,
.sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }

  .sp-show-flex {
    display: flex;
  }

  .sp-hide {
    display: none;
  }
}

.tb-show,
.tb-show-flex {
  display: none;
}

.hide {
  display: none;
}

.C_ranking-review .reviews .reviews--lists.active .list {
  display: block;
}

.C_ranking-sliders {
  height: clamp(150px, calc(200/1200*100vw), 200px);
  height: 200px;
}

.C_ranking-oneImage img {
  display: block;
  margin-inline: auto;
  object-fit: contain;
  max-height: 100%;
  height: clamp(200px, calc(300/1200*100vw), 300px);
}

.C_ranking-sliders .slick-list,
.C_ranking-sliders .slick-track {
  max-height: 100%;
  height: 100%;
}


.C_ranking-slide img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  padding: 10px;
  margin-inline: auto;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .C_ranking-slide img {
    width: 100%;
  }
}


.PR {
  margin-bottom: 50px;
}

.PR_title {
  margin-bottom: 10px;
}

.PR_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content:center; */
}

.PR_li {
  width: max(calc((100% - 20px * 2)/3 - 0.5px), 150px);
}


@media screen and (max-width: 768px) {
  .PR_li {
    width: calc((100% - 20px)/2 - 0.5px);
  }
}

@media screen and (max-width: 450px) {
  .PR_li {
    width: 100%;
  }
}

.PR_liInner {
  border: solid 1px #AAA;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #AAA;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PR_li_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .PR_li_head {
    flex-direction: column;
    align-items: flex-start;
  }
}


.PR_li_head span {
  display: inline-block;
  color: #AAA;
  border: solid 1px #AAA;
  border-radius: 5px;
  padding: 3px;
  flex-shrink: 0;
}

.PR_li_body {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.PR_li_body_image {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .PR_li_body {
    flex-direction: column;
  }

  .PR_li_body_image {
    width: 100%;
    max-height: 200px;
  }
}

@media screen and (max-width: 450px) {
  .PR_li_body_image {
    max-height: 150px;
  }
}

.attention1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.attention_text {
  border-radius: 5px;
  background-color: black;
  padding: 5px 10px;
  /* position: absolute; */
  /* top: 5px; */
  /* right: 5px; */
  color: white;
  font-size: clamp(12px, calc(16/1000*100vw), 16px);
  /* font-weight: 700; */
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .attention_text {
    padding: 3px 5px;
    top: 3px;
    right: 3px;
    border-radius: 10px
  }
}

.attention_text2 {
  border-radius: 999px;
  background-color: black;
  padding: 15px;
  color: white;
  font-size: clamp(12px, calc(16/1000*100vw), 16px);
  /* font-weight: 700; */
  text-align: center;
  line-height: 1.5;
}

.-type2 .C_miniColumn-content-02 .textbox02 .inner .underTX {
  margin-top: 0;
  /* margin-top:clamp(50px,calc(100/1000*100vw),100px)  ; */
}

.mb-30 {
  margin-bottom: 50px;
}

.site-img img {
  max-width: min(800px, 100%);
  margin-inline: auto;
}

.C_ranking-top {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .C_ranking-top .title .TL {
    font-size: 22px;
  }
}