.language .flag{width:28px;height:28px;border-radius:50%;display:block;position:relative;overflow:hidden;border:2px solid var(--green)}
.flag-en{background:linear-gradient(#fff 0 38%,#cf2436 38% 62%,#fff 62%)}
.flag-en:after{content:"";position:absolute;background:#cf2436;width:5px;height:100%;left:calc(50% - 2.5px);top:0}
.flag-cy{background:linear-gradient(#fff 0 48%,#2d8a45 48%)}
.flag-cy:after{content:"◆";position:absolute;color:#c82e38;font-size:19px;left:4px;top:0;transform:skew(-12deg)}
