@font-face{font-family:Inter;src:url(/fonts/Inter-variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Heebo;src:url(/fonts/Heebo-variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{color-scheme:light;--font-ui: "Inter", "Heebo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-ui);color:var(--ink);background:var(--app-bg);font-synthesis:none;text-rendering:optimizeLegibility;--navy: #031d36;--navy-2: #082a49;--cyan: #06a8c4;--cyan-soft: #e8f8fb;--green: #08b968;--green-soft: #e7f8ef;--ink: #14253a;--muted: #708096;--line: #e1e7ed;--panel: #fff;--soft: #f6f8fa;--danger: #b94349;--danger-soft: #fff0f1;--shadow: 0 18px 50px rgba(11, 34, 57, .12);--app-bg: #f5f7f9;--surface: #fff;--surface-raised: #fff;--surface-subtle: #f6f8fa;--surface-hover: #f0f4f7;--surface-active: #e9f8fc;--surface-input: #fff;--overlay: rgba(3, 20, 36, .58);--warning-soft: #fff4dc;--info-soft: #e8f4fb;--primary-nav-width: 260px;--primary-nav-width-collapsed: 57px;--primary-nav-duration: .25s;--primary-nav-easing: cubic-bezier(.77, 0, .175, 1);--conversation-message-body-size: 15px}:root[data-theme=dark]{color-scheme:dark;--navy: #09131f;--navy-2: #102235;--cyan: #39c2db;--cyan-soft: #123642;--green: #3bd08a;--green-soft: #133b2c;--ink: #e7edf4;--muted: #9caabd;--line: #2b3948;--panel: #16212d;--soft: #111b26;--danger: #ff858c;--danger-soft: #3d2027;--shadow: 0 20px 54px rgba(0, 0, 0, .42);--app-bg: #0d151f;--surface: #16212d;--surface-raised: #1b2835;--surface-subtle: #111b26;--surface-hover: #223140;--surface-active: #123642;--surface-input: #101923;--overlay: rgba(0, 5, 10, .76);--warning-soft: #3b2e18;--info-soft: #132f40}*{box-sizing:border-box}html,body{overscroll-behavior-y:none}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--app-bg)}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(6,168,196,.28);outline-offset:2px}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin 1s linear infinite}.mobile-only{display:none!important}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100dvh;display:grid;grid-template-columns:var(--primary-nav-width) minmax(0,1fr);overflow:hidden;transition:grid-template-columns var(--primary-nav-duration) var(--primary-nav-easing);will-change:grid-template-columns}.app-shell.nav-collapsed{grid-template-columns:var(--primary-nav-width-collapsed) minmax(0,1fr)}.app-content{min-width:0;height:100dvh;overflow:auto;overscroll-behavior-y:none}.customer-sync-status{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;margin:8px 10px 4px;padding:8px 9px;color:#d9e8f2;border:1px solid rgba(105,179,208,.2);border-radius:9px;background:#082a49e0}.customer-sync-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#64d7e8;background:#0a678452}.customer-sync-icon svg{width:15px}.customer-sync-copy{min-width:0;display:grid;gap:1px}.customer-sync-copy small{color:#9fb6c7;font-size:8px}.customer-sync-copy strong{font-size:17px;line-height:1}.customer-sync-health{display:flex;align-items:center;gap:5px;font-size:8px;font-weight:750}.customer-sync-health>i{width:7px;height:7px;border-radius:50%;background:#38d889;box-shadow:0 0 0 3px #38d8891f}.customer-sync-health>span{display:grid;gap:1px}.customer-sync-health small{color:#8fa9bb;font-size:7px;font-weight:500}.sync-retrying .customer-sync-health>i{background:#f3b84b;box-shadow:0 0 0 3px #f3b84b1f}.sync-loading .customer-sync-health>i{background:#7eb8d2}.app-nav-collapsed .customer-sync-status{grid-template-columns:1fr;justify-items:center;gap:2px;margin-inline:7px;padding:5px}.app-nav-collapsed .customer-sync-icon{width:23px;height:23px}.app-nav-collapsed .customer-sync-copy{display:block;line-height:1}.app-nav-collapsed .customer-sync-copy small,.app-nav-collapsed .customer-sync-health{display:none}.app-nav-collapsed .customer-sync-copy strong{font-size:10px}.mobile-sync-status{display:none}.app-nav{position:relative;z-index:20;width:100%;min-width:0;min-height:100dvh;display:flex;flex-direction:column;color:#252525;border-right:1px solid #dedede;background:#fbfbfb;transition:width var(--primary-nav-duration) var(--primary-nav-easing),box-shadow .18s ease}.app-shell.nav-collapsed .app-nav-hover-expanded{z-index:35;width:var(--primary-nav-width);box-shadow:16px 0 32px #14233024}.nav-account{position:relative;min-width:0}.nav-identity{width:100%;min-width:0;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;overflow:hidden;padding:8px 12px;text-align:left;border:0;border-bottom:1px solid #dedede;background:#fff;transition:grid-template-columns var(--primary-nav-duration) var(--primary-nav-easing),padding var(--primary-nav-duration) var(--primary-nav-easing)}.nav-identity:hover{background:#f7f7f7}.nav-brand-mark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:9px}.nav-brand-mark img{width:100%;height:100%;display:block;object-fit:contain}.nav-identity-copy{min-width:0;display:grid;gap:2px;opacity:1;transform:translate(0);transition:opacity .18s ease,transform var(--primary-nav-duration) var(--primary-nav-easing)}.nav-identity-copy strong,.nav-identity-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-identity-copy strong{font-size:12px;font-weight:650}.nav-identity-copy small{color:#777;font-size:9px;text-transform:capitalize}.nav-identity-chevron{width:14px;color:#8b8b8b;transition:opacity .18s ease,transform var(--primary-nav-duration) var(--primary-nav-easing)}.nav-identity-chevron.open{transform:rotate(180deg)}.nav-account-menu{position:absolute;top:52px;left:10px;z-index:90;width:238px;display:grid;gap:3px;padding:7px;color:#252525;border:1px solid #d7d7d7;border-radius:10px;background:#fff;box-shadow:0 14px 35px #14233029}.nav-account-summary{min-width:0;display:flex;align-items:center;gap:9px;padding:8px 8px 10px;border-bottom:1px solid #ececec}.nav-account-summary>span:last-child{min-width:0;display:grid;gap:2px}.nav-account-summary strong,.nav-account-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-account-summary strong{font-size:11px}.nav-account-summary small{color:#777;font-size:9px}.nav-owner-access{display:flex;align-items:center;gap:4px;margin-top:3px;color:#14724a;font-size:9px;font-weight:700}.nav-owner-access svg{width:13px;height:13px}.nav-account-menu>button,.nav-account-menu>a{min-height:36px;display:flex;align-items:center;gap:9px;padding:0 9px;color:#333;text-decoration:none;text-align:left;border:0;border-radius:7px;background:transparent;font-size:11px}.nav-account-menu>button:hover,.nav-account-menu>a:hover{background:#f0f0f0}.nav-account-menu>a,.nav-account-menu>.nav-sign-out{color:#a4363d}.nav-account-menu svg{width:16px;height:16px}.nav-account-note{padding:4px 9px 5px;color:#858585;font-size:8px;line-height:1.4}.nav-search-area{min-width:0;padding:12px 10px 5px}.nav-quick-search{height:34px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;overflow:hidden;padding:0 9px;color:#8b8b8b;border:1px solid #d5d5d5;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000a;transition:opacity .18s ease,transform var(--primary-nav-duration) var(--primary-nav-easing)}.nav-quick-search:focus-within{border-color:#8aadb8;box-shadow:0 0 0 3px #06a8c41a}.nav-quick-search>svg{width:15px}.nav-quick-search input{min-width:0;border:0;outline:0;background:transparent;font-size:11px}.nav-quick-search kbd{color:#a2a2a2;font:9px/1.1 inherit;white-space:nowrap}.nav-search-collapsed{display:none}.app-nav nav{min-height:0;display:grid;align-content:start;gap:13px;overflow-y:auto;padding:9px 9px 18px}.nav-group{display:grid;gap:3px}.nav-group>p{margin:0 0 3px;padding:0 10px;color:#777;font-size:11px}.nav-group .nav-item{width:100%;min-width:0;min-height:34px;display:flex;align-items:center;gap:11px;overflow:hidden;padding:0 10px;color:#272727;text-align:left;border:0;border-radius:8px;background:transparent;font-size:12px;transition:padding var(--primary-nav-duration) var(--primary-nav-easing),background .16s ease,color .16s ease}.nav-group .nav-item:hover{background:#f0f0f0}.nav-group .nav-item.active{color:#111;background:#ebebeb;font-weight:650}.nav-group .nav-item>.nav-item-icon{width:16px;height:16px;flex:0 0 auto;color:#858585;stroke-width:1.7;transition:transform var(--primary-nav-duration) cubic-bezier(.34,1.56,.64,1),color .16s ease}.nav-group .nav-item:hover>.nav-item-icon,.nav-group .nav-item.active>.nav-item-icon{color:#555;transform:scale(1.08)}.nav-group .nav-item>span{max-width:150px;opacity:1;transform:translate(0);transition:max-width .22s ease,opacity .18s ease,transform var(--primary-nav-duration) var(--primary-nav-easing)}.nav-tree{min-width:0;display:grid;gap:2px}.nav-tree-parent .nav-tree-chevron{width:14px;height:14px;flex:0 0 auto;margin-left:auto;color:#999;stroke-width:1.8;transition:transform .2s ease,color .16s ease}.nav-tree-parent:hover .nav-tree-chevron{color:#555}.nav-tree-parent .nav-tree-chevron.open{transform:rotate(180deg)}.nav-subtree{min-width:0;display:grid;gap:2px;margin:1px 0 3px 18px;padding-left:12px;border-left:1px solid #d9d9d9;animation:nav-subtree-in .16s ease-out both}.nav-subtree button{min-width:0;min-height:31px;display:flex;align-items:center;gap:9px;overflow:hidden;padding:0 9px;color:#4a4a4a;text-align:left;border:0;border-radius:7px;background:transparent;font-size:11px}.nav-subtree button:hover{color:#1f1f1f;background:#f0f0f0}.nav-subtree button.active{color:#111;background:#e9e9e9;font-weight:650}.nav-subtree button svg{width:14px;height:14px;flex:0 0 auto;color:#888;stroke-width:1.7}.nav-subtree button.active svg{color:#555}.nav-subtree button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes nav-subtree-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.nav-no-results{margin:8px 10px;color:#888;font-size:10px}.nav-footer{margin-top:auto;min-height:126px;display:grid;grid-template-columns:minmax(0,1fr);align-content:end;gap:2px;padding:7px 9px;border-top:1px solid #dedede;background:#fff}.nav-footer-collapse{min-width:0;margin-top:4px;padding-top:5px;border-top:1px solid #e7e7e7}.nav-collapse-toggle{width:100%;min-height:34px;display:flex;align-items:center;gap:10px;overflow:hidden;padding:0 10px;color:#656565;text-align:left;border:0;border-radius:8px;background:transparent;font-size:11px;transition:padding var(--primary-nav-duration) var(--primary-nav-easing),background .16s ease}.nav-collapse-toggle:hover{color:#252525;background:#f0f0f0}.nav-collapse-toggle svg{width:16px;height:16px;flex:0 0 auto;transition:transform var(--primary-nav-duration) cubic-bezier(.34,1.56,.64,1)}.nav-collapse-toggle span{max-width:100px;opacity:1;transition:max-width .22s ease,opacity .18s ease,transform .25s ease}.app-nav-collapsed .nav-identity{grid-template-columns:34px 0 0;justify-content:center;padding-inline:11px}.app-nav-collapsed .nav-account-menu{top:8px;left:49px}.app-nav-collapsed .nav-identity-copy,.app-nav-collapsed .nav-identity-chevron{opacity:0;pointer-events:none;transform:translate(-7px)}.app-nav-collapsed .nav-search-area{padding-inline:11px}.app-nav-collapsed .nav-quick-search{width:0;height:0;opacity:0;pointer-events:none;transform:translate(-8px)}.app-nav-collapsed .nav-search-collapsed{width:35px;height:35px;display:grid;place-items:center;padding:0;color:#767676;border:1px solid #d5d5d5;border-radius:8px;background:#fff}.app-nav-collapsed .nav-search-collapsed:hover{color:#222;background:#f1f1f1}.app-nav-collapsed .nav-search-collapsed svg{width:15px}.app-nav-collapsed nav{padding-inline:8px}.app-nav-collapsed .nav-group{gap:5px}.app-nav-collapsed .nav-group>p{height:1px;margin:4px 7px;overflow:hidden;padding:0;background:#dedede;color:transparent}.app-nav-collapsed .nav-group .nav-item{justify-content:center;gap:0;padding-inline:0}.app-nav-collapsed .nav-group .nav-item>span,.app-nav-collapsed .nav-collapse-toggle span,.app-nav-collapsed .notification-bell-label,.app-nav-collapsed .theme-toggle-label{max-width:0;opacity:0;pointer-events:none;transform:translate(-7px)}.app-nav-collapsed .nav-tree-chevron,.app-nav-collapsed .nav-subtree{display:none}.app-nav-collapsed :is(.notification-bell--nav,.theme-toggle--nav,.nav-collapse-toggle){justify-content:center;gap:0;padding-inline:0}.app-nav-collapsed .nav-collapse-toggle svg{transform:rotate(180deg) scale(1.08)}.mobile-nav{display:none}@media(prefers-reduced-motion:reduce){.app-shell,.app-nav,.nav-identity,.nav-identity-copy,.nav-identity-chevron,.nav-quick-search,.nav-group .nav-item,.nav-group .nav-item>svg,.nav-group .nav-item>span,.notification-bell--nav,.notification-bell-label,.theme-toggle--nav,.theme-toggle-label,.nav-collapse-toggle,.nav-collapse-toggle svg,.nav-collapse-toggle span,.settings-card-collapse-chevron{transition-duration:.01ms!important}.nav-subtree{animation-duration:.01ms!important}.message-scroll{scroll-behavior:auto}.bubble.message-jump-highlight{animation-duration:.01ms!important}}.inbox-layout{height:100dvh;display:grid;grid-template-columns:375px minmax(390px,1fr) 405px;background:#fff;overflow:hidden}.inbox-layout>*{min-height:0}.conversation-list{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#fff}.conversation-list>header{min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:16px 18px}.conversation-list h1{margin:0;font-size:22px;letter-spacing:-.025em}.conversation-list header span{color:var(--muted);font-size:11px}.telegram-health-indicator{position:relative;flex:0 0 auto}.telegram-health-indicator summary{position:relative;width:44px;height:44px;display:grid;place-items:center;color:#229ed9;border:1px solid #9fd7f0;border-radius:10px;background:#eef9fe;cursor:pointer;list-style:none}.telegram-health-indicator summary::-webkit-details-marker{display:none}.telegram-health-indicator summary:hover,.telegram-health-indicator summary:focus-visible{border-color:currentColor;outline:0;box-shadow:0 0 0 3px #06a8c41a}.conversation-list header .telegram-health-mark{width:24px;height:24px;display:grid;place-items:center;color:inherit}.telegram-health-mark svg{width:24px;height:24px;fill:currentColor}.conversation-list header .telegram-health-error-badge{position:absolute;right:2px;bottom:2px;width:17px;height:17px;display:grid;place-items:center;color:#fff;border:2px solid #fff1f2;border-radius:50%;background:#c63e4d}.telegram-health-error-badge svg{width:10px;height:10px;fill:none;stroke-width:3}.telegram-health-popover{position:absolute;top:calc(100% + 7px);right:-90px;z-index:30;width:min(280px,calc(100vw - 24px));display:none;gap:3px;padding:10px 12px;color:#455667;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:var(--shadow);font-size:10px;line-height:1.4}.telegram-health-popover strong,.telegram-health-popover small{display:block}.telegram-health-popover small{color:#617286;font-size:9px;font-weight:650}.telegram-health-indicator:hover .telegram-health-popover,.telegram-health-indicator:focus-within .telegram-health-popover,.telegram-health-indicator[open] .telegram-health-popover{display:grid}.list-actions{display:flex;gap:8px}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff}.icon-button:hover{border-color:#b9cbd7;background:#f8fbfc}.icon-button svg{width:20px;height:20px}.search-box{height:46px;display:flex;align-items:center;gap:9px;margin:0 18px 14px;padding:0 13px;color:#8290a2;border:1px solid #d9e1e8;border-radius:8px;background:#fff}.search-box:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px #06a8c41a}.search-box input{width:100%;min-width:0;height:42px;color:var(--ink);border:0;outline:0;background:transparent}.filter-picker-trigger{position:relative}.filter-picker-trigger.has-filters{color:#078da7;border-color:#91d6e2;background:#effbfe}.filter-picker-trigger b{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;color:#fff;border:2px solid #fff;border-radius:999px;background:#08a8be;font-size:8px;line-height:1}.conversation-filter-area{border-bottom:1px solid var(--line)}.active-filter-labels{min-height:39px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:0 18px 12px}.all-conversations-label{color:#718195;font-size:11px}.active-filter-label{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 8px 0 10px;color:#087f96;border:1px solid #9ddce6;border-radius:999px;background:#effbfe;font-size:10px;font-weight:720}.active-filter-label:hover{color:#086c80;border-color:#67c6d6;background:#e2f8fc}.active-filter-label:focus-visible,.filter-picker-close:focus-visible,.filter-option-groups button:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.active-filter-label svg{width:14px;height:14px;padding:2px;border-radius:50%;background:#078fa71f;stroke-width:2.5}.search-filter-label{max-width:100%}.search-filter-label span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-filter-picker{padding:14px 16px 12px;color:var(--ink);border-top:1px solid var(--line);background:var(--surface-subtle);box-shadow:inset 0 1px color-mix(in srgb,var(--surface) 80%,transparent)}.conversation-filter-picker>header{min-height:auto;display:flex;align-items:center;justify-content:space-between;padding:0 0 13px}.conversation-filter-picker>header>div{min-width:0;display:flex;align-items:center;gap:9px}.conversation-filter-picker>header>div>svg{width:18px;height:18px;color:#079bb5}.conversation-filter-picker>header span{display:grid;color:inherit}.conversation-filter-picker>header strong{color:var(--ink);font-size:12px}.conversation-filter-picker>header small{margin-top:2px;color:var(--muted);font-size:9px}.filter-picker-close{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;padding:0;color:#647487;border:0;border-radius:8px;background:transparent}.filter-picker-close:hover{color:var(--ink);background:var(--surface-hover)}.filter-picker-close svg{width:17px;height:17px}.filter-option-groups{display:grid;gap:7px}.filter-picker-section{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.filter-section-toggle{width:100%;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:8px;padding:0 11px;color:var(--ink);border:0;background:transparent;text-align:left;font-size:10px;font-weight:800;letter-spacing:.025em}.filter-section-toggle:hover{background:var(--surface-hover)}.filter-section-toggle b{min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;color:#087f96;border-radius:999px;background:var(--cyan-soft);font-size:8px}.filter-section-toggle svg{width:16px;height:16px;color:var(--muted);transition:transform .16s ease}.filter-picker-section.is-expanded .filter-section-toggle svg{transform:rotate(180deg)}.filter-section-content{display:flex;flex-wrap:wrap;gap:6px;padding:3px 10px 11px;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.filter-search-box{width:100%;height:44px;margin:7px 0 0;background:var(--surface-input)}.filter-search-box input{height:40px}.filter-search-clear{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;padding:0;color:var(--muted);border:0;border-radius:7px;background:transparent}.filter-search-clear:hover{color:var(--ink);background:var(--surface-hover)}.filter-search-clear svg{width:15px;height:15px}.filter-option-groups button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px 0 7px;color:#435569;border:1px solid #d5e0e6;border-radius:8px;background:#fff;font-size:10px;font-weight:690}.filter-option-groups button:hover{border-color:#a9c6d1;background:#f4fafb}.filter-option-groups button.selected{color:#087f96;border-color:#84d2df;background:#eaf9fc}.filter-option-check{width:18px;height:18px;display:grid;place-items:center;border:1px solid #cbd8df;border-radius:5px;background:#f9fbfc}.filter-option-check svg{width:12px;height:12px;stroke-width:3}.filter-option-groups button.selected .filter-option-check{color:#fff;border-color:#08a8be;background:#08a8be}.conversation-filter-picker>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:11px;border-top:1px solid #dde7eb}.conversation-filter-picker>footer span{color:#738295;font-size:9px}.conversation-filter-picker>footer button{min-height:34px;padding:0 10px;color:#087f96;border:0;border-radius:7px;background:transparent;font-size:9px;font-weight:760}.conversation-filter-picker>footer button:hover:not(:disabled){background:#e6f5f8}.conversation-filter-picker>footer button:disabled{color:#9eabb7}.conversation-scroll{min-height:0;flex:1;overflow-y:auto}.conversation-load-more{width:calc(100% - 20px);min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;margin:10px;color:var(--cyan);border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:11px;font-weight:750}.conversation-load-more:hover:not(:disabled){background:var(--surface-subtle)}.conversation-load-more svg{width:16px}.conversation-card{position:relative;width:100%;min-height:90px;display:grid;grid-template-columns:minmax(0,1fr) 44px;border-bottom:1px solid var(--line);background:#fff}.conversation-card:hover{background:#f8fbfd}.conversation-card.active{background:linear-gradient(90deg,#e9f8fc,#f2fbfd);box-shadow:inset 3px 0 #0caec8}.conversation-card-main{min-width:0;min-height:89px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;padding:14px 4px 14px 16px;text-align:left;border:0;background:transparent}.conversation-card-overflow{width:44px;min-height:44px;align-self:start;display:grid;place-items:center;margin-top:5px;padding:0;color:#6d7d8f;border:0;border-radius:9px;background:transparent;opacity:0;transition:opacity .14s ease,background .14s ease,color .14s ease}.conversation-card:hover .conversation-card-overflow,.conversation-card:focus-within .conversation-card-overflow{opacity:1}.conversation-card-overflow:hover{color:var(--ink);background:#e8f0f4}.conversation-card-overflow svg{width:18px;height:18px}.conversation-pin-indicator{position:relative;width:22px;height:22px;min-width:22px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;color:#087f98;border:0;border-radius:50%;background:transparent;cursor:pointer}.conversation-pin-indicator:before{content:"";position:absolute;inset:-8px;border-radius:50%}.conversation-pin-indicator:hover,.conversation-pin-indicator:focus-visible,.conversation-pin-indicator[aria-expanded=true]{color:#006f87;outline:2px solid color-mix(in srgb,var(--cyan) 44%,transparent);outline-offset:1px;background:var(--cyan-soft)}.conversation-pin-indicator svg{width:14px;height:14px;fill:currentColor;transform:rotate(18deg)}.conversation-pin-popover{position:fixed;z-index:230;width:max-content;max-width:248px;display:grid;gap:2px;padding:8px 10px;color:var(--ink);text-align:left;border:1px solid var(--line);border-radius:8px;background:var(--surface-raised);box-shadow:0 8px 24px #0a233833;font-size:10px;line-height:1.35;pointer-events:none;transform:translate(-50%,-100%)}.conversation-pin-popover strong{font-size:11px}.conversation-pin-popover span{color:var(--muted)}.conversation-card.is-pinned{box-shadow:inset 2px 0 color-mix(in srgb,#087f98 60%,transparent)}.avatar{width:50px;height:50px;display:inline-grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:50%;color:#17304a;font-size:15px;font-weight:760}.avatar img{width:100%;height:100%;display:block;object-fit:cover}.avatar-small{width:38px;height:38px;font-size:12px}.avatar-0{background:#c9e7ff}.avatar-1{background:#d7f4d9}.avatar-2{background:#e6d8ff}.avatar-3{background:#ffe9b9}.avatar-4{background:#ccefe1}.avatar-5{background:#ffd8d2}.conversation-copy{min-width:0;display:grid;align-content:center;gap:4px}.conversation-line{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.conversation-line strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.conversation-line time{color:#627389;font-size:11px}.conversation-name{min-width:0;display:flex;align-items:center;gap:7px}.conversation-name>strong{min-width:0}.customer-local-time{flex:0 0 auto;display:inline-flex;align-items:center;gap:3px;color:#607286;font-size:9px;white-space:nowrap}.customer-country-flag{--CountryFlagIcon-height: 9px;flex:0 0 auto;overflow:hidden;border-radius:1px;box-shadow:0 0 0 1px #172d4124}.customer-local-time b{color:#41566b;font-size:inherit}.customer-local-time time{color:inherit;font-size:inherit;font-variant-numeric:tabular-nums}.customer-local-time.is-default{text-decoration:underline dotted;text-underline-offset:2px}.preview{overflow:hidden;color:#64748a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.conversation-presence{position:relative;z-index:2;min-width:0;width:fit-content;max-width:100%;min-height:22px;display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 4px;color:#536b77;border:1px solid #d8e6ea;border-radius:999px;background:#f5f9fa}.conversation-presence.is-typing{color:#087f96;border-color:#b7e3ea;background:#eaf9fc}.conversation-presence strong{overflow:hidden;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.conversation-presence .presence-name-label{display:none}.conversation-presence.is-revealed .presence-name-label{display:inline}.conversation-presence .typing-avatar-stack .avatar{width:18px;height:18px;border-width:1px;font-size:5px}.conversation-presence .typing-avatar-stack .avatar+.avatar{margin-left:-6px}.source-badge{width:fit-content;display:inline-flex;align-items:center;gap:5px;color:#657488;font-size:10px}.source-badge>.source-dot{width:8px;height:8px;border-radius:50%;background:#8b96a5}.source-organic-icon{width:14px;height:14px;display:block;flex:0 0 auto;overflow:visible}.source-organic-icon .organic-leaf-light{fill:#36b96b}.source-organic-icon .organic-leaf-dark{fill:#16834b}.source-organic-icon .organic-stem{fill:none;stroke:#147746;stroke-width:1.25;stroke-linecap:round}.source-meta-ads-icon{width:16px;height:16px;display:block;flex:0 0 auto;object-fit:contain}.source-manual>span{background:#f0a41c}.source-unclassified{color:#8a6012}.source-unclassified>svg{width:13px;height:13px}.unread{position:absolute;right:14px;bottom:15px;min-width:21px;height:21px;display:grid;place-items:center;padding:0 6px;color:#fff;background:#08a8be;border-radius:999px;font-size:10px}.list-empty{min-height:250px;display:grid;justify-items:center;align-content:center;gap:10px;padding:30px;color:var(--muted);text-align:center;font-size:13px}.chat-panel{min-width:0;min-height:0;display:flex;flex-direction:column;container:chat-panel / inline-size;background:#f7f8f8}.chat-empty{align-items:center;justify-content:center;color:#8796a7;text-align:center}.chat-empty h2{margin:15px 0 4px;color:var(--ink);font-size:20px}.chat-empty p{margin:0;font-size:12px}.chat-header{min-height:78px;display:flex;align-items:center;gap:11px;padding:12px 18px;border-bottom:1px solid var(--line);background:#fff}.chat-header>div{min-width:0;display:grid;margin-right:auto}.chat-header h2{margin:0;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.chat-header div span{margin-top:2px;color:var(--muted);font-size:11px}.chat-header .chat-contact{align-content:center}.chat-header .chat-contact-name{min-width:0;display:flex;align-items:center;gap:2px;direction:ltr}.chat-header .chat-contact-name h2{min-width:0}.chat-name-edit{position:relative;width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;color:#607286;border:0;background:transparent;opacity:1;visibility:visible}.chat-name-edit:before{content:"";position:absolute;inset:2px;border-radius:50%;background:transparent}.chat-name-edit:after{content:"";position:absolute;inset:-5px}.chat-name-edit:hover,.chat-name-edit:focus-visible{color:#087f98}.chat-name-edit:hover:before,.chat-name-edit:focus-visible:before{background:var(--cyan-soft)}.chat-name-edit svg{position:relative;z-index:1;width:13px;height:13px}.chat-header .chat-presence-status{min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden;color:#526d78;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.chat-header .chat-presence-status.is-typing{color:#078ca5}.presence-label-short{display:none}.typing-avatar-stack{display:inline-flex;align-items:center;flex:0 0 auto}.typing-avatar-stack .avatar{width:21px;height:21px;margin:0;border:2px solid #fff;font-size:6px;box-shadow:0 1px 3px #122f4324}.typing-avatar-stack .avatar+.avatar{margin-left:-7px}.typing-collision{min-height:38px;display:flex;align-items:center;gap:8px;padding:6px 14px;color:#345c68;border-top:1px solid #c9e8ee;background:#edfafd;font-size:9px}.typing-collision strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.typing-collision>span:last-child{color:#6b7e89}.typing-collision .typing-avatar-stack{margin-right:1px}.chat-header .source-badge{margin-right:8px}.details-button{display:none}.message-scroll{min-height:0;flex:1;overflow-x:hidden;overflow-y:auto;padding:20px 24px 22px;background-color:#f4f2ee;background-image:radial-gradient(circle at 12px 12px,rgba(109,125,138,.06) 1.2px,transparent 1.4px);background-size:24px 24px;scroll-behavior:smooth}.message-day-group{display:flow-root}.day-separator{position:sticky;top:8px;z-index:4;display:flex;justify-content:center;margin:16px 0 14px;pointer-events:none}.day-separator:first-child{margin-top:0}.day-separator span{padding:6px 13px;color:#678;border:1px solid rgba(207,216,223,.72);border-radius:999px;background:#ffffffe6;box-shadow:0 2px 8px #1f304017;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:720}.message-row{display:flex;align-items:flex-end;margin:2px 0}.message-row.message-group-start{margin-top:11px}.message-row.message-authors-hidden.message-group-start{margin-top:6px}.day-separator+.message-row.message-group-start{margin-top:0}.message-inbound{justify-content:flex-start}.message-outbound,.message-app{justify-content:flex-end}.message-system{justify-content:center}.message-avatar-gutter{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;margin-right:6px}.message-avatar-gutter .avatar{width:28px;height:28px;font-size:8px;box-shadow:0 1px 3px #12273729}.message-bubble-shell{position:relative;max-width:min(74%,620px)}.message-system .message-bubble-shell{max-width:min(86%,680px)}.message-swipe-stage{position:relative;min-width:0}.message-swipe-action{position:absolute;top:50%;z-index:0;min-width:48px;display:grid;place-items:center;gap:1px;color:#fff;opacity:0;transform:translateY(-50%) scale(.82);transition:opacity .12s ease,transform .16s ease;pointer-events:none}.message-swipe-action svg{width:22px;height:22px;padding:5px;border-radius:50%;background:#0b9c75;box-shadow:0 2px 8px #0c4a3f33}.message-swipe-action small{font-size:8px;font-weight:780;text-shadow:0 1px 2px rgba(13,48,42,.3)}.message-swipe-reply{left:4px}.message-swipe-forward{right:4px}.message-swipe-stage[data-swipe-direction=reply] .message-swipe-reply,.message-swipe-stage[data-swipe-direction=forward] .message-swipe-forward{opacity:.78;transform:translateY(-50%) scale(1)}.message-swipe-stage[data-swipe-ready=true] .message-swipe-action{opacity:1;transform:translateY(-50%) scale(1.1)}.bubble{position:relative;z-index:1;min-width:78px;max-width:100%;padding:9px 12px 6px;border:1px solid rgba(216,222,225,.9);border-radius:14px;background:#fff;box-shadow:0 1px 2px #14273912;outline:0;transform:translate3d(var(--message-swipe-x, 0),0,0);transition:transform .18s cubic-bezier(.2,.8,.2,1)}.message-swipe-stage[data-swipe-active=true] .bubble{transition:none;will-change:transform}.bubble[data-long-press-reactions=true],.bubble[data-swipe-actions=true]{touch-action:pan-y;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.bubble:focus-visible{border-color:#5cc7d8;box-shadow:0 0 0 2px #0aa8bf38,0 2px 5px #1427391a}.message-authors-hidden .bubble{padding-top:7px}.bubble.message-jump-highlight{animation:message-jump-highlight 1.7s ease-out}@keyframes message-jump-highlight{0%,28%{border-color:#08a9c4;box-shadow:0 0 0 4px #08a9c442,0 4px 14px #14273924}to{box-shadow:0 1px 2px #14273912}}.message-inbound:not(.message-group-start) .bubble{border-top-left-radius:4px}.message-inbound:not(.message-group-end) .bubble{border-bottom-left-radius:4px}.message-inbound.message-group-start.message-group-end .bubble{border-bottom-left-radius:4px}.message-outbound .bubble{background:#dbf7d1;border-color:#cfedc6}.message-outbound:not(.message-group-start) .bubble,.message-app:not(.message-group-start) .bubble{border-top-right-radius:4px}.message-outbound:not(.message-group-end) .bubble,.message-app:not(.message-group-end) .bubble{border-bottom-right-radius:4px}.message-outbound.message-group-start.message-group-end .bubble,.message-app.message-group-start.message-group-end .bubble{border-bottom-right-radius:4px}.message-app .bubble{background:#d9f1f5;border-color:#b9dde4}.message-system .bubble{color:#596a7d;background:#ffffffc7}.message-system .bubble:has(.call-event-icon){min-width:230px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:8px 12px;color:#315f51;background:#ebfcf5f0;border-color:#bfe6d5}.message-system .bubble:has(.call-event-icon) p{font-weight:720}.message-system .bubble:has(.call-event-icon) footer{grid-column:2}.call-event-icon{width:31px;height:31px;display:grid;place-items:center;grid-row:1 / span 2;color:#0a8d60;border-radius:50%;background:#d7f5e8}.bubble p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap;font-size:var(--conversation-message-body-size);line-height:1.48}.message-sender{min-height:22px;display:flex;align-items:center;gap:5px;margin-bottom:6px;color:#5c6e7e;font-size:9px;font-weight:760;line-height:1.35}.message-sender strong{min-width:0;font:inherit}.message-sender .avatar{width:22px;height:22px;font-size:7px;box-shadow:0 0 0 1px #2b46581f}.message-sender-crm{color:#39704d}.message-sender-business-app{color:#087b90}.message-sender-system{min-height:0;justify-content:center;color:#6b7886}.message-sender-channel{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 22px;border-radius:50%;background:#ffffffad;box-shadow:0 0 0 1px #2b46581a}.message-sender-channel svg{width:15px;height:15px;display:block;fill:currentColor}.message-edited{display:inline-flex;align-items:center;margin-right:auto;color:#728292;font-size:8px;font-weight:680;white-space:nowrap}.message-edited:before{content:"·";margin-right:5px}.template-message-label{display:inline-flex;align-items:center;gap:5px;margin-bottom:6px;color:#087b90;font-size:9px;font-weight:750}.native-reply-quote{--reply-accent: #078da8;position:relative;width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;overflow:hidden;margin:0 0 7px;padding:7px 8px 7px 11px;color:#536879;text-align:start;border:0;border-radius:7px;background:#ffffff9e;font:inherit}.native-reply-quote:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:3px;background:var(--reply-accent)}button.native-reply-quote{cursor:pointer}button.native-reply-quote:hover{background:#ffffffd1}button.native-reply-quote:focus-visible{outline:2px solid var(--reply-accent);outline-offset:1px}.reply-direction-outbound{--reply-accent: #3f9361}.reply-direction-app{--reply-accent: #087f9a}.reply-direction-system{--reply-accent: #778694}.reply-direction-unknown,.reply-unavailable{--reply-accent: #8a98a4}.reply-quote-copy{min-width:0;display:grid;align-content:center;gap:2px}.reply-quote-copy strong{overflow:hidden;color:var(--reply-accent);font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.reply-quote-copy small{display:-webkit-box;overflow:hidden;color:#596d7d;font-size:9px;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.reply-quote-thumbnail,.reply-quote-media{width:40px;height:40px;align-self:center;border-radius:5px}.reply-quote-thumbnail{object-fit:cover;background:#e6edef}.reply-quote-media{display:grid;place-items:center;color:var(--reply-accent);background:#ffffffa3}.reply-quote-media svg{width:18px}.reply-unavailable{cursor:default;opacity:.72}.bubble footer{min-height:20px;display:flex;align-items:center;justify-content:flex-end;gap:3px;margin:2px -3px -2px 0;color:#788798;font-size:9px}.crm-time-trigger{min-height:24px;display:inline-flex;align-items:center;padding:0 3px;color:inherit;border:0;border-radius:5px;background:transparent;font:inherit;white-space:nowrap;cursor:pointer}.crm-time-trigger:hover,.crm-time-trigger:focus-visible,.crm-time-trigger[aria-expanded=true]{color:#31536a;background:#fff9}.crm-time-trigger:focus-visible{outline:2px solid #23abc1;outline-offset:1px}.crm-time-tooltip{position:fixed;z-index:1200;width:max-content;max-width:min(264px,calc(100vw - 16px));padding:7px 10px;color:#fff;text-align:center;border-radius:7px;background:#102b3d;box-shadow:0 6px 18px #0b243638;font-size:10px;font-weight:700;line-height:1.4;transform:translate(-50%);pointer-events:none}.message-status{display:inline-grid;place-items:center}.message-status svg{color:#6f8292}.message-status.status-read svg{color:#00a8c7}.message-status.status-failed svg{color:var(--danger)}.message-action-rail{position:absolute;top:50%;left:calc(100% + 6px);z-index:6;display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(210,220,227,.92);border-radius:999px;background:#fffffff5;box-shadow:0 6px 18px #0f263924;transform:translateY(-50%)}.message-outbound .message-action-rail,.message-app .message-action-rail{right:calc(100% + 6px);left:auto}.message-action-rail button{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;color:#607486;border:0;border-radius:50%;background:transparent}.message-action-rail button:hover,.message-action-rail button:focus-visible,.message-action-rail button[aria-expanded=true]{color:#087994;background:#06a8c41c;outline:0}.message-action-rail button:focus-visible{box-shadow:0 0 0 2px #23abc1}.message-action-rail svg{width:16px;height:16px}.message-action-rail .emoji-picker{align-self:center}.message-rail-direct{display:none}.bubble footer .message-edited:before{display:none}@media(hover:hover)and (pointer:fine){.message-action-rail{opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.message-bubble-shell:hover .message-action-rail,.message-bubble-shell:focus-within .message-action-rail{opacity:1;pointer-events:auto}.message-rail-direct{display:inline-flex}.message-action-rail>button.message-rail-direct{display:inline-grid}}@media(prefers-reduced-motion:reduce){.bubble,.message-swipe-action{transition:none}}.message-reactions{display:flex;flex-wrap:wrap;gap:4px;margin:7px 0 2px}.message-reaction-pill,.message-reaction-delivery{min-height:24px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:2px 7px;border:1px solid #d8e2e8;border-radius:999px;background:#ffffffdb;font-size:14px;line-height:1}.message-reaction-pill b{max-width:130px;overflow:hidden;color:#5d7183;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.message-reaction-pill.from-customer{border-color:#9bd7c5;background:#edfbf5}.message-reaction-delivery{color:#64798a;border-style:dashed;opacity:.82}.message-reaction-delivery.reaction-failed,.message-reaction-delivery.reaction-uncertain{color:var(--danger);border-color:#e8bfc2;background:#fff5f5}.message-reaction-delivery svg{flex:0 0 auto}.reply-message-button{width:28px;height:28px;display:inline-grid;place-items:center;padding:0;color:#65798a;border:0;border-radius:50%;background:transparent}.reply-message-button:hover{color:#087994;background:#06a8c41a}.reply-message-button svg{width:13px}.message-error{display:block;margin-top:5px;color:var(--danger);font-size:10px}.media-card{min-width:220px;display:flex;align-items:center;gap:9px;margin-bottom:7px;padding:10px;border-radius:8px;background:#ffffff8c;text-decoration:none;font-size:11px}.media-card span{flex:1}.media-pending,.media-failed,.media-expired{color:#758293;pointer-events:none}.media-card-copy{min-width:0;display:grid;gap:2px}.media-card-copy strong{color:var(--ink);font-size:11px;font-weight:600}.media-card-copy small{font-size:9px;line-height:1.35}.media-recovery-progress{position:relative;height:2px;margin-top:4px;overflow:hidden;border-radius:999px;background:#08799429}.media-recovery-progress:after{content:"";position:absolute;inset-block:0;width:42%;border-radius:inherit;background:#087994;animation:media-recovery-slide 1.4s ease-in-out infinite}@keyframes media-recovery-slide{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media(prefers-reduced-motion:reduce){.media-recovery-progress:after{width:70%;animation:none}}.media-audio-player{position:relative;width:min(380px,100%);min-width:0;display:block;padding:8px 50px 8px 10px}.media-audio-player>a{position:absolute;top:4px;right:4px;width:44px;height:44px;display:grid;place-items:center;color:inherit;border-radius:50%}.media-audio-player>a:hover,.media-audio-player>a:focus-visible{color:#087954;background:#0879541a;outline:0}.media-voice-note{width:min(390px,100%);padding-right:4px;border-radius:22px;background:#ffffffb8}.voice-note-marker{min-width:88px;display:inline-flex;align-items:center;gap:5px;color:#087954;font-size:9px;font-weight:780}.voice-note-marker svg{flex:0 0 auto}.media-audio-player .voice-note-marker{min-height:36px;margin-right:44px;padding-inline:4px}.whatsapp-audio-player{min-width:0;display:grid;grid-template-columns:44px minmax(62px,1fr) 44px;align-items:center;gap:7px}.whatsapp-audio-player audio{display:none}.audio-play-toggle,.audio-speed{width:44px;height:44px;display:grid;place-items:center;padding:0;color:#fff;border:0;border-radius:50%;background:#078c65;cursor:pointer}.audio-play-toggle:hover,.audio-play-toggle:focus-visible{background:#067556;outline:2px solid rgba(7,140,101,.28);outline-offset:2px}.audio-play-toggle svg{width:21px;height:21px;fill:currentColor}.audio-speed{color:#47685f;background:transparent;font-size:10px;font-weight:800}.audio-speed:hover,.audio-speed:focus-visible{color:#075f47;background:#078c651a;outline:0}.audio-progress-shell{min-width:0;display:grid;gap:3px}.audio-progress-shell input{width:100%;height:20px;margin:0;accent-color:#078c65;cursor:pointer}.audio-progress-shell input:disabled{cursor:wait;opacity:.48}.audio-time{color:#63766f;font-variant-numeric:tabular-nums;font-size:9px;line-height:1}.audio-playback-error{grid-column:1 / -1;color:var(--danger);font-size:9px}.media-video-player{width:min(360px,72vw);min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;padding:0;overflow:hidden}.media-video-player video{width:100%;max-height:420px;display:block;grid-row:1;object-fit:contain;background:#101820}.media-video-player>a{display:grid;place-items:center;width:36px;color:inherit}.media-temporary-zip{border:1px solid #e8d5a7;background:#fff9e9}.media-image-preview{min-width:0;width:min(320px,70vw);display:block;overflow:hidden;padding:0;border:1px solid rgba(105,124,140,.2);background:#ffffffb8}.media-image-preview img{width:100%;max-height:360px;display:block;object-fit:cover;background:#edf2f4}.media-image-meta{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#556b7c}.media-image-meta>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-image-meta svg{flex:0 0 auto}.telegram-sticker{position:relative;width:min(240px,68vw);height:min(240px,68vw);display:block;overflow:hidden;margin-bottom:5px;border-radius:10px;background:transparent}.telegram-sticker>img,.telegram-sticker>video,.telegram-sticker-canvas,.telegram-sticker-canvas canvas{width:100%;height:100%;display:block;object-fit:contain;background:transparent}.telegram-sticker-canvas{position:relative}.telegram-sticker-loading{position:absolute;top:50%;left:50%;width:22px;height:22px;color:#5f7788;transform:translate(-50%,-50%)}.telegram-sticker-download{position:absolute;right:6px;bottom:6px;width:30px;height:30px;display:grid;place-items:center;color:#425d70;border:1px solid rgba(90,112,129,.22);border-radius:50%;background:#ffffffdb;box-shadow:0 2px 8px #10263724;opacity:.76}.telegram-sticker-download:hover,.telegram-sticker-download:focus-visible{color:#087994;opacity:1}.telegram-sticker-download svg{width:15px;height:15px}.chat-zero{min-height:300px;display:grid;justify-items:center;align-content:center;gap:7px;color:#7a8997;text-align:center}.chat-zero strong{color:#4a5c6e;font-size:13px}.chat-zero span{font-size:11px}.message-action-menu{position:fixed;z-index:1500;width:244px;overflow:visible;color:var(--ink);border:1px solid #d9e2e8;border-radius:14px;background:#fffffffa;box-shadow:0 18px 50px #0a1f303d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.message-action-menu.reaction-only{width:244px;border-radius:999px;transform-origin:center bottom;animation:reaction-menu-in .14s ease-out}.message-action-menu.reaction-only .message-quick-reactions{border-bottom:0}@keyframes reaction-menu-in{0%{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.message-quick-reactions{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;padding:8px;border-bottom:1px solid #e3e9ed}.message-quick-reactions>button,.message-quick-reactions .emoji-picker-trigger{width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;font-size:20px;line-height:1}.message-quick-reactions>button:hover,.message-quick-reactions>button:focus-visible,.message-quick-reactions .emoji-picker-trigger:hover,.message-quick-reactions .emoji-picker-trigger:focus-visible{background:var(--cyan-soft);outline:2px solid var(--cyan);outline-offset:-2px}.message-action-menu .emoji-picker{align-self:center}.message-action-menu .emoji-picker-popover{inset:calc(100% + 9px) 0 auto auto}.message-action-list{display:grid;padding:6px}.message-action-list>button{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 11px;color:#31495c;text-align:left;border:0;border-radius:9px;background:transparent;font-size:11px;font-weight:680}.message-action-list>button:hover,.message-action-list>button:focus-visible{color:#087994;background:#eefafd;outline:0}.message-action-list svg{width:17px;height:17px;flex:0 0 auto}.message-info-backdrop{position:fixed;inset:0;z-index:1510;display:grid;place-items:center;padding:18px;background:#0517256b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.message-info-dialog{width:min(410px,calc(100vw - 28px));overflow:hidden;color:var(--ink);border:1px solid #d9e2e8;border-radius:16px;background:#fff;box-shadow:0 24px 70px #071c2c42}.message-info-dialog>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px 12px 18px;border-bottom:1px solid #e2e8ec}.message-info-dialog>header div{display:grid;gap:2px}.message-info-dialog>header span{color:#718294;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.message-info-dialog h2{margin:0;font-size:17px}.message-info-dialog dl{display:grid;margin:0;padding:8px 18px 14px}.message-info-dialog dl div{min-width:0;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid #edf1f3}.message-info-dialog dl div:last-child{border-bottom:0}.message-info-dialog dt{color:#748496;font-size:9px;font-weight:750}.message-info-dialog dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#2f4658;font-size:11px;font-weight:650}.message-info-status{display:inline-flex;min-height:22px;align-items:center;padding:0 8px;border-radius:999px;color:#356275;background:#eaf5f7;font-size:9px}.message-info-status.status-failed{color:#a23940;background:#fff0f1}.message-info-status.status-read,.message-info-status.status-delivered{color:#087447;background:#e9f8f0}.message-info-reactions{display:grid;gap:8px;padding:13px 18px 18px;border-top:1px solid #e2e8ec}.message-info-reactions>strong{color:#748496;font-size:9px}.message-info-reactions>div{display:grid;gap:6px}.message-info-reactions>div>span{min-height:36px;display:flex;align-items:center;gap:9px;padding:4px 10px;border:1px solid #d9e2e8;border-radius:10px;background:#f7fafb}.message-info-reactions>div>span b{font-size:18px}.message-info-reactions>div>span span{color:#40586a;font-size:10px;font-weight:700}.composer{min-height:78px;display:grid;align-content:end;gap:8px;padding:10px 14px 12px;border-top:1px solid var(--line);background:#fff}.composer-freeform,.composer-freeform.has-quick-response{grid-template-columns:minmax(0,1fr)}.quick-response-row{min-width:0;height:52px;display:grid;grid-template-columns:86px minmax(0,1fr) 64px;align-items:center;gap:4px;direction:ltr}.quick-response-row button{min-width:0;height:44px;overflow:hidden;padding:0 5px;color:var(--ink);border:1px solid #cfdae4;border-radius:10px;background:var(--surface);font:650 10px/1.15 var(--font-ui);text-overflow:ellipsis;white-space:nowrap}.quick-group-button{display:flex;align-items:center;justify-content:center;gap:4px;color:#087b99!important;border-color:#69bfd8!important;background:#eaf8fc!important}.quick-group-button span{min-width:0;overflow:hidden;text-overflow:ellipsis}.quick-group-button svg{width:13px;height:13px;flex:0 0 auto}.quick-all-button{color:#51478f!important;border-color:#a9a0df!important;background:#f1effb!important;font-size:11px!important}.quick-all-button bdi{font-weight:800}.quick-reply-carousel{min-width:0;height:44px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 8px) / 3);gap:4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x}.quick-reply-carousel::-webkit-scrollbar{display:none}.quick-reply-carousel .quick-reply-button{width:100%;scroll-snap-align:start;touch-action:pan-x}.quick-reply-button.is-recent{color:#087b99;border-color:#67bdd5;background:#edf9fc}.quick-reply-button.is-busy{color:#087252;border-color:#83cbb2;background:#edf9f4}.quick-row-empty{min-width:0;height:44px;display:grid;place-items:center;color:var(--muted);font-size:9px;white-space:nowrap}.quick-compact-panel{width:100%;max-height:min(42dvh,360px);display:flex;flex-direction:column;overflow:hidden;color:var(--ink);border-top:1px solid #cfdbe2;background:var(--surface);box-shadow:0 -10px 28px #0c25361f}.quick-compact-panel>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 10px 5px 14px;border-bottom:1px solid var(--line)}.quick-compact-panel>header>div{min-width:0;display:grid;gap:2px}.quick-compact-panel h2{margin:0;font-size:14px}.quick-compact-panel header small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.quick-group-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow-y:auto;padding:10px 12px 12px}.quick-group-list button,.quick-all-list .quick-reply-button{min-width:0;min-height:44px;padding:0 9px;overflow:hidden;color:var(--ink);border:1px solid var(--line);border-radius:10px;background:var(--surface);font:650 11px/1.2 var(--font-ui);text-overflow:ellipsis;white-space:nowrap}.quick-group-list button.active{color:#087b99;border-color:#67bdd5;background:#edf9fc}.quick-all-panel{max-height:min(48dvh,410px)}.quick-all-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow-y:auto;padding:10px 12px 12px}.quick-all-list .quick-reply-button{touch-action:pan-y}.quick-preview-panel{max-height:min(48dvh,420px)}.quick-compact-preview{display:grid;gap:8px;overflow-y:auto;padding:10px 12px}.quick-compact-preview article{min-width:0;display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:start;padding:9px;border:1px solid var(--line);border-radius:11px;background:var(--surface-subtle)}.quick-compact-preview article>span{width:26px;height:26px;display:grid;place-items:center;grid-row:1 / span 2;color:#087b99;border-radius:50%;background:var(--cyan-soft);font-size:10px;font-weight:800}.quick-compact-preview img{width:min(180px,100%);max-height:120px;object-fit:cover;border-radius:8px}.quick-compact-preview p{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:12px;line-height:1.45;white-space:pre-wrap}.quick-preview-panel>footer{display:grid;grid-template-columns:1fr 1.3fr;gap:8px;padding:0 12px calc(10px + env(safe-area-inset-bottom))}.quick-preview-panel>footer button{min-height:44px;color:#fff;border:0;border-radius:10px;background:var(--green);font:750 11px var(--font-ui)}.quick-preview-panel>footer button.secondary{color:var(--ink);border:1px solid var(--line);background:var(--surface)}.installation-control-row{grid-column:1 / -1;display:flex}.installation-playbook-trigger{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;color:#087994;border:1px solid #9bd8e3;border-radius:12px;background:#effbfe;font-size:11px;font-weight:800}.installation-playbook-trigger svg{width:17px}.installation-playbook{min-height:0;display:grid;gap:12px;overflow-y:auto;padding:14px}.installation-vehicle{min-height:48px;display:grid;grid-template-columns:22px auto minmax(130px,1fr);align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:#f7fafb}.installation-vehicle svg{width:18px;color:#087994}.installation-vehicle span{font-size:10px;font-weight:800}.installation-vehicle select{min-width:0;min-height:38px;padding:0 9px;border:1px solid #d4dee5;border-radius:8px;background:#fff}.installation-stage-list{display:grid;gap:8px}.installation-stage-list>article{overflow:hidden;border:1px solid #dce5ea;border-radius:12px;background:#fff}.installation-stage-list>article.completed{border-color:#a8dec2;background:#f5fcf8}.installation-stage-list>article.failed{border-color:#efb4b8}.installation-stage-list>article>button{width:100%;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:8px 11px;color:var(--ink);text-align:start;border:0;background:transparent}.installation-stage-list>article>button>span:nth-child(2){min-width:0;display:grid;gap:2px}.installation-stage-list strong{font-size:11px}.installation-stage-list small{color:var(--muted);font-size:9px}.installation-stage-number{width:32px;height:32px;display:grid;place-items:center;color:#087994;border-radius:50%;background:#e3f7fa;font-weight:850}.completed .installation-stage-number{color:#087447;background:#daf3e5}.installation-stage-number svg{width:16px}.installation-payment{display:grid;grid-template-columns:72px minmax(80px,1fr) auto;gap:7px;padding:9px 10px;border-top:1px solid var(--line)}.installation-payment select,.installation-payment input,.installation-payment button{min-height:44px;min-width:0;border:1px solid #d4dee5;border-radius:8px;background:#fff}.installation-payment input{padding:0 9px}.installation-payment button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;color:#fff;border-color:#08a960;background:#08a960;font-size:9px;font-weight:800}.installation-payment button svg{width:15px}.installation-paid-result,.installation-warning,.installation-empty,.installation-loading{display:flex;align-items:center;gap:9px;padding:10px;border-top:1px solid var(--line)}.installation-paid-result{color:#087447}.installation-paid-result>span{display:grid}.installation-warning{color:#805b1c;background:#fff9e9}.installation-warning span{flex:1;font-size:9px}.installation-warning button{min-height:44px;padding:0 10px;color:#805b1c;border:1px solid #d7bd7e;border-radius:8px;background:#fff;font-size:9px;font-weight:800}.installation-empty{min-height:130px;justify-content:center;flex-direction:column;color:var(--muted);text-align:center}.installation-loading{justify-content:center;color:var(--muted);font-size:9px}.installation-empty select,.installation-empty button{width:min(260px,100%);min-height:44px;border:1px solid #d4dee5;border-radius:8px;background:#fff}.installation-empty select{padding:0 10px}.installation-empty button{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;border-color:#079eb9;background:#079eb9;font-size:10px;font-weight:800}.composer-input-shell{min-width:0;display:flex;align-items:flex-end;gap:3px;padding:5px;border:1px solid #d7e0e6;border-radius:18px;background:#f8fafb;box-shadow:0 1px 2px #0f26380d}.composer-context-strip{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:7px}.composer-reply-shell{min-width:0;display:flex;flex:1 1 260px;align-items:stretch;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#f7fafb}.composer-reply-quote{flex:1;margin:0;border-radius:0;background:transparent}.reply-quote-close{width:42px;min-height:44px;display:grid;place-items:center;flex:0 0 42px;padding:0;color:#697b89;border:0;background:transparent}.reply-quote-close:hover,.reply-quote-close:focus-visible{color:#087f99;background:#08a9c417;outline:0}.reply-quote-close:focus-visible{box-shadow:inset 0 0 0 2px #08a9c4}.reply-quote-close svg{width:16px}.attachment-chip{min-width:0;display:flex;align-items:center;gap:7px;padding:6px 8px;color:#4e6274;border:1px solid var(--line);border-radius:7px;background:#f7fafb;font-size:9px}.attachment-chip>span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.attachment-chip button{display:grid;place-items:center;flex:0 0 auto;padding:3px;border:0;background:transparent}.history-context-bar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 14px;color:#385768;border-bottom:1px solid #c8e4e9;background:#edf9fb}.history-context-bar>span{min-width:0;display:grid;gap:2px}.history-context-bar strong{font-size:10px}.history-context-bar small{color:#6b7c88;font-size:8px}.history-context-bar button{min-height:34px;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:0 11px;color:#087c94;border:1px solid #9dd7e1;border-radius:8px;background:#fff;font-size:9px;font-weight:800}.history-context-bar button svg{width:14px}.composer-file-error{grid-column:1 / -1;color:#a22f34;font-size:10px}.composer-zip-notice{min-height:32px;display:flex;align-items:center;gap:7px;padding:6px 9px;color:#805b1c;border:1px solid #ead7a7;border-radius:8px;background:#fff9e9;font-size:9px;line-height:1.4}.composer-zip-notice svg{flex:0 0 auto}.composer textarea{min-width:80px;min-height:40px;max-height:120px;flex:1;resize:none;padding:10px 8px 8px;border:0;border-radius:12px;outline:0;background:transparent;font:inherit;line-height:1.45}.composer-input-shell:focus-within{border-color:var(--cyan);box-shadow:0 0 0 2px #0aa8bf24}.composer-attach{width:40px;height:40px;flex:0 0 40px;border:0;border-radius:50%;background:transparent}.composer-record{min-width:40px;height:40px;flex:0 0 auto;gap:5px;padding:0 10px;border:0;border-radius:20px;color:#52616d;background:transparent}.composer-input-shell.is-recording{min-height:52px;align-items:center;gap:9px;padding:5px 8px 5px 5px;border-color:#f0c9cb;background:linear-gradient(100deg,#fff8f8,#f8fafb 72%);box-shadow:0 1px 3px #6f23280f}.composer-recording-stop{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;padding:0;color:#fff;border:0;border-radius:50%;background:linear-gradient(145deg,#db4148,#be2730);box-shadow:0 4px 10px #be27303d;transition:box-shadow .15s ease,transform .15s ease}.composer-recording-stop:hover{box-shadow:0 5px 13px #be27304d;transform:translateY(-1px)}.composer-recording-stop:active{box-shadow:0 2px 6px #be273033;transform:translateY(0)}.composer-recording-stop:focus-visible{outline:2px solid #a91f29;outline-offset:2px}.composer-recording-stop svg{fill:currentColor}.composer-recording-status{min-width:0;display:flex;align-items:center;gap:10px;flex:1}.composer-recording-label{min-width:0;display:block;flex:1;overflow:hidden;color:#4d5e6d;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.composer-recording-dot{width:7px;height:7px;display:inline-block;margin-inline-end:7px;border-radius:50%;background:#cf3434;box-shadow:0 0 0 3px #cf34341a;animation:recording-dot-pulse 1.6s ease-in-out infinite}.composer-recording-time{min-width:40px;min-height:26px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0 7px;color:#9f2b32;border:1px solid #efd0d2;border-radius:999px;background:#ffffffd1;font-variant-numeric:tabular-nums;font-size:10px;font-weight:800;letter-spacing:.01em}.recorded-audio-chip{width:min(100%,360px);display:grid;grid-template-columns:auto 1fr auto;align-items:center}.recorded-audio-chip audio{grid-column:1 / -1;width:100%;height:34px}@keyframes recording-dot-pulse{50%{opacity:.48;transform:scale(.82)}}@media(prefers-reduced-motion:reduce){.composer-recording-dot{animation:none}}.composer-input-shell .quick-response-trigger{min-height:40px;flex:0 0 auto;padding:0 9px;border:0;border-radius:12px;background:transparent}.emoji-picker{position:relative;display:inline-grid;align-self:end}.emoji-picker-trigger{display:grid;place-items:center;padding:0;color:#65798a;border:0;border-radius:50%;background:transparent}.emoji-picker-trigger:hover,.emoji-picker-trigger[aria-expanded=true]{color:#087994;background:#06a8c41a}.emoji-picker-trigger svg{width:17px;height:17px}.emoji-picker-composer .emoji-picker-trigger{width:48px;height:48px;border:1px solid #d8e0e7;background:#fff}.composer-input-shell .emoji-picker-composer .emoji-picker-trigger{width:40px;height:40px;border:0;background:transparent}.emoji-picker-message .emoji-picker-trigger{width:28px;height:28px}.emoji-picker-popover{position:absolute;inset:auto auto calc(100% + 8px) 0;z-index:35;width:274px;padding:10px;color:var(--ink);border:1px solid #d6e0e7;border-radius:12px;background:#fff;box-shadow:0 14px 35px #081d302e}.emoji-picker-message .emoji-picker-popover{inset:calc(100% + 8px) auto auto 0}.emoji-picker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.emoji-picker-grid button{min-width:38px;min-height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;font-size:21px;line-height:1}.emoji-picker-grid button:hover,.emoji-picker-grid button:focus-visible{background:var(--cyan-soft);outline:2px solid var(--cyan);outline-offset:-2px}.emoji-picker-popover small{display:block;margin-top:7px;color:var(--muted);font-size:8px;text-align:center}.send-button{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;color:#fff;border:0;border-radius:50%;background:var(--green);box-shadow:0 4px 10px #08a96033;transition:opacity .15s ease,transform .15s ease}.send-button:not(:disabled):hover{transform:translateY(-1px)}.send-button:disabled{color:#91a0ae;background:#e2e8ec;box-shadow:none;cursor:not-allowed}@container chat-panel (max-width: 460px){.composer{padding-inline:8px}.composer-input-shell{gap:1px;padding:4px}.composer-input-shell .quick-response-trigger{width:40px;min-width:40px;padding:0;font-size:0}.composer-input-shell .quick-response-trigger span{display:none}.composer textarea{min-width:0;padding-inline:6px}}.composer-disabled{width:100%;min-height:48px;display:flex;align-items:center;gap:9px;padding:9px 12px;color:#627186;border:1px solid #dbe3e9;border-radius:9px;background:#f7f9fa;font-size:11px}.composer-disabled span{flex:1}.composer-disabled button{min-height:36px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#087994;border:1px solid #9bd8e3;border-radius:7px;background:#fff;font-size:10px;font-weight:700}.telegram-window-notice{min-height:50px;display:flex;align-items:center;gap:9px;padding:7px 14px;color:#7b571f;border-top:1px solid #ead8ad;background:#fffaf0}.telegram-window-notice>svg{flex:0 0 auto}.telegram-window-notice>span{min-width:0;display:grid;flex:1;gap:1px}.telegram-window-notice strong{font-size:10px}.telegram-window-notice small{color:#806b49;font-size:8px}.telegram-window-notice button{min-height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;color:#72511d;border:1px solid #dbc48e;border-radius:7px;background:#fff;font-size:9px;font-weight:750}.composer-template{max-height:min(430px,54dvh);display:grid;align-items:stretch;gap:12px;overflow-y:auto;padding:16px 18px}.template-composer-heading{display:flex;align-items:flex-start;gap:10px}.template-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:#9a6819;border-radius:50%;background:#fff3d9}.template-icon svg{width:17px}.template-composer-heading>div{display:grid;gap:3px}.template-composer-heading strong{font-size:12px}.template-composer-heading small{color:var(--muted);font-size:9px;line-height:1.45}.template-composer-fields{display:grid;grid-template-columns:minmax(120px,.42fr) minmax(190px,1fr);gap:9px}.template-composer-fields label{display:grid;gap:5px;color:#596a7c;font-size:9px;font-weight:700}.template-composer-fields input,.template-composer-fields select{width:100%;min-height:42px;padding:0 10px;color:var(--ink);border:1px solid #ccd8e2;border-radius:8px;background:#fff}.template-preview{padding:10px 12px;border:1px solid #dce7eb;border-radius:9px;background:#f7fbfc}.template-preview>span{color:#647789;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.template-preview p{margin:7px 0 0;color:#263d51;font-size:11px;line-height:1.55;white-space:pre-wrap}.template-blocker{display:flex;align-items:flex-start;gap:7px;padding:9px 10px;color:#8c5a11;border-radius:7px;background:#fff5df;font-size:9px;line-height:1.45}.template-blocker svg{flex:0 0 auto}.template-composer-actions{display:flex;justify-content:space-between;gap:8px}.template-composer-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border-radius:8px;font-size:9px;font-weight:750}.open-whatsapp-button{color:#087994;border:1px solid #9bd8e3;background:#fff}.template-send-button{color:#fff;border:0;background:#08a960}.inspector{min-width:0;overflow-y:auto;border-left:1px solid var(--line);background:#fff}.inspector-empty{display:grid;justify-items:center;align-content:center;gap:10px;padding:30px;color:var(--muted);text-align:center;font-size:12px}.inspector-tabs{position:sticky;top:0;z-index:4;height:54px;display:flex;border-bottom:1px solid var(--line);background:#fff}.inspector-tabs>button:not(.icon-button){position:relative;min-width:0;flex:1;padding-inline:5px;border:0;background:transparent;font-size:10px;white-space:nowrap}.inspector-tabs>button.active{font-weight:750}.inspector-tabs>button.active:after{content:"";position:absolute;inset:auto 10px 0;height:3px;background:#10aeeb}.inspector-tabs>button[role=tab]:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.inspector-tab-panel[data-active-tab=lead] :is(.customer-tab-content,.data-tab-content,.legacy-tab-content),.inspector-tab-panel[data-active-tab=customer] :is(.lead-tab-content,.data-tab-content,.legacy-tab-content),.inspector-tab-panel[data-active-tab=data] :is(.lead-tab-content,.customer-tab-content,.legacy-tab-content),.inspector-tab-panel[data-active-tab=legacy] :is(.lead-tab-content,.customer-tab-content,.data-tab-content){display:none}.conversation-data-view{min-height:100%;padding:16px;background:#f6f9fb}.conversation-data-heading{display:grid;gap:12px;padding:2px 2px 16px}.conversation-data-heading p{margin:0 0 4px;color:#087f95;font-size:8px;font-weight:800;letter-spacing:.12em}.conversation-data-heading h2{margin:0;color:var(--ink);font-size:16px}.conversation-data-heading span{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.45}.conversation-data-heading button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;border:0;border-radius:9px;background:#087f95;font-size:10px;font-weight:750}.conversation-data-heading button:disabled{color:#7b8997;background:#e1e8ed}.conversation-data-heading button svg{width:15px}.conversation-data-groups{display:grid;gap:12px}.conversation-data-group{overflow:hidden;border:1px solid #dce5eb;border-radius:12px;background:#fff;box-shadow:0 5px 16px #19364c0a}.conversation-data-group>header{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:start;gap:9px;padding:12px;border-bottom:1px solid #e6edf1}.conversation-data-group>header>svg{width:30px;height:30px;padding:7px;color:#087f95;border-radius:9px;background:#e7f8fb}.conversation-data-group>header h3{margin:0;color:var(--ink);font-size:11px}.conversation-data-group>header p{margin:3px 0 0;color:var(--muted);font-size:8px;line-height:1.4}.conversation-data-group>header>span{padding:4px 7px;color:#087f95;border-radius:999px;background:#e7f8fb;font-size:8px;font-weight:800}.conversation-data-group dl{margin:0}.conversation-data-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;padding:10px 12px;border-top:1px solid #eef2f5}.conversation-data-row:first-child{border-top:0}.conversation-data-label dt{color:#526579;font-size:9px;font-weight:750}.conversation-data-label small{display:block;margin-top:3px;color:#8996a3;font-size:7px;line-height:1.35}.conversation-data-row dd{min-width:0;margin:0;color:var(--ink);font-size:9px;font-weight:650;overflow-wrap:anywhere}.conversation-data-row dd>span{white-space:pre-wrap}.conversation-data-row dd a{display:inline-flex;align-items:flex-start;gap:4px;color:#087f95;text-decoration:none;overflow-wrap:anywhere}.conversation-data-row dd a svg{width:11px;flex:0 0 auto}.conversation-data-missing{color:#9aa5af;font-style:italic;font-weight:500}.customer-card{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}.customer-card h2{margin:0;font-size:14px}.customer-card span{color:var(--muted);font-size:11px}.customer-card .customer-origin{min-height:24px;display:inline-flex;align-items:center;margin-left:auto;padding:0 8px;border-radius:999px;font-size:8px;font-weight:750}.customer-card .origin-whatsapp{color:#087447;background:var(--green-soft)}.customer-card .origin-offline{color:#5d6d7e;background:#edf2f6}.inspector-section{border-bottom:1px solid var(--line)}.inspector-section-header{margin:0}.inspector-section-toggle{width:100%;min-height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:8px;padding:0 20px;color:var(--ink);border:0;background:#fff;text-align:left}.inspector-section-toggle:hover{background:#f7fafb}.inspector-section-toggle:focus-visible{position:relative;z-index:1;outline:2px solid var(--cyan);outline-offset:-2px}.inspector-section-title{min-width:0;font-size:12px;font-weight:750}.inspector-section-summary{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;color:var(--muted);font-size:9px;font-weight:650}.inspector-section-chevron{width:16px;height:16px;color:#6c7d8d;transition:transform .16s ease}.inspector-section.is-collapsed .inspector-section-chevron{transform:rotate(-90deg)}.inspector-section-content{padding:0 20px 16px}.inspector-section-content>:first-child{margin-top:0}.section-heading{display:flex;align-items:center;justify-content:space-between}.section-heading h3{margin:0}.detail-list{display:grid;gap:10px;margin:12px 0 0}.detail-list div{display:grid;grid-template-columns:95px minmax(0,1fr);gap:8px;font-size:11px}.detail-list dt{color:#67778a}.detail-list dd{margin:0;overflow-wrap:anywhere}.field{display:grid;gap:6px;margin-top:12px;color:#596a7c;font-size:10px;font-weight:650}.field input,.field select,.field textarea{width:100%;min-height:42px;padding:0 11px;color:var(--ink);border:1px solid #ccd8e2;border-radius:8px;background:#fff}.field textarea{padding-top:10px}.customer-metadata-card{padding:16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fafdff,#fff)}.customer-metadata-heading{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px}.customer-metadata-heading h3,.legacy-metadata-heading h2{margin:0;color:var(--ink);font-size:13px}.customer-metadata-heading p,.legacy-metadata-heading p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.customer-metadata-icon,.legacy-metadata-heading>span{width:36px;height:36px;display:grid;place-items:center;color:#087a8f;border-radius:10px;background:#e5f8fc}.customer-metadata-icon svg,.legacy-metadata-heading svg{width:18px}.customer-metadata-form{display:grid;gap:12px;margin-top:15px}.customer-metadata-form .field{margin:0}.customer-metadata-form .field small{color:var(--muted);font-size:9px;font-weight:550}.customer-metadata-safety{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;padding:10px;color:#336b59;border:1px solid #c8e8dc;border-radius:9px;background:#effaf6;font-size:9px;line-height:1.5}.customer-metadata-safety svg{width:17px}.customer-metadata-save{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;border:0;border-radius:9px;background:#087f95;font-size:10px;font-weight:750}.customer-metadata-save:disabled{color:#778897;background:#e3eaee;cursor:not-allowed}.customer-metadata-save svg{width:16px}.customer-metadata-state{min-height:88px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px}.customer-metadata-state svg{width:17px}.customer-metadata-state.is-error{flex-wrap:wrap;align-content:center;color:#9a3d32}.customer-metadata-state button{min-height:36px;padding:0 10px;color:#8e382e;border:1px solid #e3b5ae;border-radius:8px;background:#fff;font-weight:700}.customer-metadata-inline-error{padding:9px 10px;color:#9a3d32;border-radius:8px;background:#fff1ef;font-size:9px}.legacy-metadata-view{min-height:100%;padding:16px;background:#f7fafc}.legacy-metadata-heading{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;padding-bottom:14px}.legacy-metadata-heading>span{color:#68508e;background:#f0eafd}.legacy-metadata-list{display:grid;gap:10px}.legacy-metadata-entry{padding:12px;border:1px solid #d9e2e8;border-radius:10px;background:#fff;box-shadow:0 4px 14px #19364c0a}.legacy-metadata-entry.is-warning{border-color:#ead8b0;background:#fffdf8}.legacy-metadata-entry>header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.legacy-metadata-entry>header strong{min-width:0;font-size:11px}.legacy-metadata-entry>header span{flex:0 0 auto;padding:4px 7px;color:#5b6370;border-radius:999px;background:#edf1f4;font-size:8px;font-weight:750}.legacy-metadata-entry.is-warning>header span{color:#8c601a;background:#fff1cf}.legacy-metadata-description{margin:8px 0;color:var(--muted);font-size:9px;line-height:1.5}.legacy-metadata-entry dl{display:grid;gap:7px;margin:0}.legacy-metadata-entry dl>div{display:grid;gap:3px;padding:8px 9px;border-radius:8px;background:#f4f7f9}.legacy-metadata-entry dt{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.legacy-metadata-entry dd{margin:0;color:var(--ink);font-size:11px;font-weight:650;overflow-wrap:anywhere;white-space:pre-wrap}.legacy-metadata-entry footer{margin-top:9px;color:var(--muted);font-size:8px}.legacy-metadata-empty{min-height:220px;display:grid;justify-items:center;align-content:center;gap:7px;padding:24px;color:var(--muted);text-align:center;border:1px dashed #cfd9df;border-radius:12px;background:#fff}.legacy-metadata-empty svg{width:28px;color:#3f8e77}.legacy-metadata-empty strong{color:var(--ink);font-size:12px}.legacy-metadata-empty p{max-width:260px;margin:0;font-size:10px;line-height:1.5}.country-picker{position:relative;min-width:0;color:var(--ink);font-size:11px;font-weight:500}.country-picker-trigger{width:100%;min-height:42px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 10px;color:var(--ink);text-align:left;border:1px solid #ccd8e2;border-radius:8px;background:#fff}.country-picker-trigger>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-picker-trigger>svg{width:15px;transition:transform .15s ease}.country-picker.is-open .country-picker-trigger{border-color:var(--cyan);box-shadow:0 0 0 3px color-mix(in srgb,var(--cyan) 16%,transparent)}.country-picker.is-open .country-picker-trigger>svg{transform:rotate(180deg)}.country-flag{--CountryFlagIcon-height: 14px;overflow:hidden;border-radius:2px;box-shadow:0 0 0 1px #172d4124}.country-flag-empty{width:21px;height:14px;display:grid;place-items:center;color:#8190a0;border:1px dashed #b7c3cc;background:#f3f6f8;font-size:9px;box-shadow:none}.country-picker-popover{position:absolute;z-index:45;top:calc(100% + 6px);right:0;left:0;min-width:220px;overflow:hidden;border:1px solid #ccd8e2;border-radius:10px;background:#fff;box-shadow:0 14px 34px #0c223433}.country-picker-search{min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:6px 8px;border-bottom:1px solid var(--line)}.country-picker-search>svg{width:15px;color:#748698}.country-picker-search input{min-height:32px!important;padding:0!important;border:0!important;outline:0;box-shadow:none!important}.country-picker-options{max-height:230px;overflow-y:auto;overscroll-behavior:contain;padding:5px}.country-picker-options>button{width:100%;min-height:36px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:4px 7px;color:var(--ink);text-align:left;border:0;border-radius:7px;background:transparent;font-size:10px}.country-picker-options>button:hover,.country-picker-options>button:focus-visible{background:var(--surface-hover);outline:0}.country-picker-options>button.is-selected{color:#087994;background:var(--cyan-soft);font-weight:750}.country-picker-options>button>svg{width:14px}.customer-identity>p{margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.customer-identity .section-heading>span{color:var(--muted);font-size:8px;font-weight:700}.identity-name-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.identity-name-form button,.whatsapp-profile-name button{min-height:42px;padding:0 11px;border:1px solid #9bd8e3;border-radius:8px;color:#087994;background:#fff;font-size:9px;font-weight:750}.whatsapp-profile-name{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 8px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.whatsapp-profile-name>span{color:var(--muted);font-size:8px}.whatsapp-profile-name>strong{min-width:0;overflow-wrap:anywhere;font-size:11px}.whatsapp-profile-name button{grid-column:2;grid-row:1 / span 2}.permission-section>p{margin:10px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.permission-status{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;font-size:8px;font-weight:750}.permission-confirmed{color:#087447;background:var(--green-soft)}.permission-revoked{color:#a43f46;background:var(--danger-soft)}.permission-not_recorded{color:#8d651e;background:#fff3d9}.permission-primary,.permission-secondary{width:100%;min-height:40px;margin-top:9px;border-radius:7px;font-size:9px;font-weight:750}.permission-primary{color:#fff;border:0;background:#079bb6}.permission-secondary{color:var(--danger);border:1px solid #edc7ca;background:#fff}.followup{display:grid;grid-template-columns:28px minmax(0,1fr) 34px;gap:8px;align-items:center;padding:9px;border-radius:8px;background:#fff7e5}.followup>svg{color:#c88614}.followup span{display:grid}.followup strong{font-size:10px}.followup small{color:#796b52;font-size:9px}.followup button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff}.followup button svg{width:15px}.followup-inline-form>small{grid-column:1 / -1;color:var(--muted);font-size:8px}.inline-form{display:grid;grid-template-columns:1fr 42px;gap:7px;margin-top:9px}.inline-form input{min-width:0;height:42px;padding:0 8px;border:1px solid #d5dee6;border-radius:7px;font-size:10px}.inline-form button{display:grid;place-items:center;color:#fff;border:0;border-radius:7px;background:#0aa9c3}.note-form{display:grid;gap:7px}.note-form textarea{width:100%;resize:vertical;padding:9px;border:1px solid #d5dee6;border-radius:7px}.note-form button{min-height:36px;color:#fff;border:0;border-radius:7px;background:#079bb6;font-size:10px;font-weight:700}.note{margin-top:9px;padding:10px;border-radius:7px;background:#f6f8fa}.note p{margin:0;font-size:11px;line-height:1.5}.note small{display:block;margin-top:5px;color:#7c8997;font-size:8px}.timeline{position:relative}.timeline-event{position:relative;min-height:50px;display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:8px}.timeline-event:before{content:"";position:absolute;left:12px;top:24px;bottom:-3px;width:1px;background:#dbe3e8}.timeline-event:last-child:before{display:none}.timeline-event>.avatar{z-index:1;width:24px;height:24px;align-self:start;margin:0;border:2px solid #fff;font-size:8px;box-shadow:0 0 0 1px #dbe3e8}.timeline-dot{z-index:1;width:15px;height:15px;justify-self:center;margin-top:4px;border:3px solid #fff;border-radius:50%;background:#0fb867;box-shadow:0 0 0 1px #0fb867}.timeline-event div{display:grid;align-content:start}.timeline-event strong{font-size:10px}.timeline-event small{margin-top:2px;color:#758497;font-size:8px}.timeline-event time{color:#8090a1;font-size:8px}.admin-actions .inspector-section-content:not([hidden]){display:grid;gap:8px}.admin-actions button{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #d7e0e7;border-radius:7px;background:#fff;font-size:10px}.admin-actions button svg{width:16px}.admin-actions .danger{color:var(--danger);border-color:#f0c8cb;background:var(--danger-soft)}.page{min-height:100%;padding:36px clamp(22px,4vw,58px) 60px;background:#f5f7f9}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-header h1{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.045em}.page-header p:not(.eyebrow){max-width:680px;margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.eyebrow{margin:0 0 7px;color:#079bb6;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.page-search{width:min(330px,40vw);margin:0;background:#fff}.table-panel{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 10px 35px #1a2f440d}table{width:100%;border-collapse:collapse}th{padding:12px 15px;text-align:left;color:#738195;background:#f8fafb;font-size:9px;letter-spacing:.07em;text-transform:uppercase}td{padding:15px;border-top:1px solid #edf1f4;color:#47586b;font-size:11px}tbody tr{cursor:pointer}tbody tr:hover{background:#f9fcfd}td strong,td small{display:block}td strong{color:var(--ink);font-size:11px}td small{margin-top:3px;color:var(--muted);font-size:9px}.pill{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:999px;background:#eef2f5;font-size:9px;font-weight:750}.compatibility-compatible,.stage-compatible,.stage-paid,.stage-installed,.purchase-sent{color:#087447;background:var(--green-soft)}.compatibility-incompatible,.stage-lost,.purchase-failed{color:#a43f46;background:var(--danger-soft)}.stage-awaiting_payment,.purchase-retrying{color:#976513;background:#fff4dc}.stage-awaiting_details,.purchase-sending{color:#166d9f;background:#e8f4fb}.table-empty{min-height:220px;display:grid;place-items:center;color:var(--muted);font-size:12px}.table-empty-state{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.table-empty-state svg{width:17px;height:17px}.customer-channel-list{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.lead-row-link:focus-visible{position:relative;outline:3px solid rgba(6,168,196,.32);outline-offset:-3px}.integration-pills{display:flex;gap:7px}.integration-pills span{min-height:35px;display:flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;font-size:9px;font-weight:700}.integration-pills svg{width:15px}.integration-pills .ok{color:#067446;background:var(--green-soft)}.integration-pills .warn{color:#986719;background:#fff3d8}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:27px}.metric-grid article{min-height:94px;display:grid;align-content:center;gap:6px;padding:18px;border:1px solid var(--line);border-radius:11px;background:#fff}.metric-grid span{color:var(--muted);font-size:10px}.metric-grid strong{font-size:27px;letter-spacing:-.04em}.sale-attribution-metrics article>small{color:var(--muted);font-size:9px;line-height:1.4}.purchase-expired,.purchase-provider_unavailable,.purchase-already_reported{color:#8a5a08;background:#fff4d6}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:27px 0 10px}.section-title h2{margin:0;font-size:16px}.section-title p{margin:0;color:var(--muted);font-size:10px}.compact-primary,.compact-secondary{min-height:32px;padding:0 10px;border-radius:7px;font-size:9px;font-weight:750}.compact-primary{color:#fff;border:0;background:#079db8}.compact-secondary{color:var(--danger);border:1px solid #edc7ca;background:#fff}.immutable{display:inline-flex;align-items:center;gap:5px;color:#687789;font-size:9px}.immutable svg{width:13px}.sales-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.sales-cards article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff}.sales-cards article>div{min-width:0;display:flex;align-items:center;gap:9px}.sales-cards article div span{min-width:0;display:grid}.sales-cards article div strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sales-cards article div small{color:var(--muted);font-size:8px}.sales-cards article>strong{font-size:14px}.sales-cards article>span{grid-column:1 / -1;width:fit-content;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:700}.reported{color:#087447;background:var(--green-soft)}.organic-sale{color:#58687a;background:#eef2f5}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-card{padding:22px;border:1px solid var(--line);border-radius:13px;background:#fff}.settings-card.wide{grid-column:1 / -1}.settings-card h2{margin:0 0 17px;font-size:16px}.setting-row{display:flex;align-items:center;gap:11px;padding:11px 0;border-top:1px solid #edf1f3}.setting-row:first-of-type{border-top:0}.setting-row>div{display:grid}.setting-row strong{font-size:11px}.setting-row small{margin-top:2px;color:var(--muted);font-size:9px}.indicator{width:32px;height:32px;display:grid;place-items:center;border-radius:50%}.indicator svg{width:14px}.indicator.ok{color:#078252;background:var(--green-soft)}.indicator.warn{color:#a06a13;background:#fff3d9}.retention-list{display:grid;gap:0;margin:0}.retention-list div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid #edf1f3;font-size:11px}.retention-list div:first-child{border-top:0}.retention-list dt{color:var(--muted)}.retention-list dd{margin:0;font-weight:700}.settings-card.wide p{color:var(--muted);font-size:11px;line-height:1.6}.gate-note{display:flex;align-items:center;gap:8px;margin-top:13px;padding:11px;color:#176b84;border-radius:8px;background:#ebf8fb;font-size:10px}.gate-note svg{width:17px}.settings-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.settings-card-heading h2{margin-bottom:4px}.settings-card-heading p{margin:0}.settings-heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.settings-refresh{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:0 12px;color:#087994;border:1px solid #9bd8e3;border-radius:8px;background:#fff;font-size:9px;font-weight:750}.settings-refresh svg{width:15px}.collapsible-settings-card{overflow:hidden;padding:0}.settings-card-collapse-header{min-width:0;display:flex;align-items:center;gap:10px;padding-right:18px}.settings-card-collapse-toggle{min-width:0;min-height:64px;display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;gap:16px;padding:16px 4px 16px 22px;color:var(--ink);text-align:left;border:0;background:transparent}.settings-card-collapse-toggle:hover{background:#f8fbfc}.settings-card-collapse-toggle:focus-visible{position:relative;z-index:1;outline:3px solid rgba(7,157,184,.22);outline-offset:-3px}.settings-card-collapse-copy{min-width:0;display:grid;gap:4px}.settings-card .settings-card-collapse-copy h2{margin:0}.settings-card-collapse-copy p{margin:0!important;color:var(--muted);font-size:10px!important;line-height:1.45!important}.settings-card-collapse-chevron{width:18px;height:18px;flex:0 0 auto;color:#6c7d8d;transition:transform .18s ease}.collapsible-settings-card.is-collapsed .settings-card-collapse-chevron{transform:rotate(-90deg)}.settings-card-collapse-actions{flex:0 0 auto}.settings-card-collapse-content{padding:0 22px 22px}.settings-card-collapse-content[hidden]{display:none}.settings-card-collapse-content>:first-child{margin-top:0}.settings-card-collapse-content>:last-child{margin-bottom:0}.telegram-webhook-health{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 12px;padding:11px 13px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.telegram-webhook-health>div{min-width:0;display:grid;gap:3px}.telegram-webhook-health strong{font-size:11px}.telegram-webhook-health small{color:var(--muted);font-size:9px}.telegram-webhook-health.health-delayed{color:#80550c;border-color:#efd18c;background:var(--warning-soft)}.telegram-webhook-health.health-broken{color:var(--danger);border-color:#e8bfc2;background:var(--danger-soft)}.telegram-webhook-health.health-healthy{color:#08704b;border-color:#a8ddc4;background:var(--green-soft)}.telegram-pause-note{display:flex;align-items:flex-start;gap:8px;margin:0 0 14px!important;padding:10px 12px;color:#176b84!important;border-radius:8px;background:var(--info-soft)}.telegram-pause-note svg{width:16px;height:16px;flex:0 0 auto}.time-settings-grid{max-width:900px}.time-settings-card form{display:grid;gap:16px}.time-settings-card form>.field{max-width:520px}.time-settings-preview{min-height:72px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #d8e7ec;border-radius:10px;background:#f5fbfc}.time-settings-preview>svg{width:24px;color:#079db7}.time-settings-preview>span{min-width:0;display:grid;gap:3px}.time-settings-preview small{color:var(--muted);font-size:9px}.time-settings-preview strong{overflow-wrap:anywhere;font-size:13px}.time-settings-preview b{padding:5px 8px;color:#087c91;border-radius:999px;background:#dff5f7;font-size:9px}.time-settings-card form>p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.time-settings-card form>footer{display:flex;justify-content:flex-end}.time-settings-card form>footer button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;color:#fff;border:0;border-radius:8px;background:#079db7;font-size:10px;font-weight:800}.time-settings-card form>footer button:disabled{opacity:.5;cursor:not-allowed}.time-settings-card form>footer svg{width:16px}.profile-settings-grid{max-width:900px}.profile-settings-card form{display:grid;gap:16px}.profile-settings-card form>.field{max-width:520px}.profile-settings-summary{min-height:72px;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #d8e7ec;border-radius:10px;background:#f5fbfc}.profile-settings-summary>span{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;color:#087c91;border-radius:50%;background:#dff5f7}.profile-current-avatar{overflow:hidden;font-size:11px;font-weight:850}.profile-current-avatar img{width:100%;height:100%;object-fit:cover}.profile-settings-summary svg{width:20px}.profile-settings-summary>div{min-width:0;display:grid;gap:3px}.profile-settings-summary strong,.profile-settings-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-settings-summary strong{font-size:13px}.profile-settings-summary small{color:var(--muted);font-size:9px}.profile-settings-card form>p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.profile-settings-card form>footer{display:flex;justify-content:flex-end}.profile-settings-card form>footer button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;color:#fff;border:0;border-radius:8px;background:#079db7;font-size:10px;font-weight:800}.profile-settings-card form>footer button:disabled{opacity:.5;cursor:not-allowed}.profile-settings-card form>footer svg{width:16px}.profile-avatar-section{display:grid;gap:13px;padding-top:18px;border-top:1px solid var(--line)}.profile-avatar-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.profile-avatar-heading>div:first-child{min-width:0;display:grid;gap:3px}.profile-avatar-heading strong{font-size:12px}.profile-avatar-heading small{color:var(--muted);font-size:9px;line-height:1.45}.profile-avatar-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.profile-avatar-actions .secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#246174;border:1px solid #cddde3;border-radius:8px;background:var(--surface);font-size:9px;font-weight:800}.profile-avatar-actions svg{width:15px}.profile-avatar-library{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.profile-avatar-library>button{position:relative;min-width:0;aspect-ratio:1;overflow:hidden;padding:4px;border:2px solid transparent;border-radius:50%;background:linear-gradient(145deg,#e9f7fa,#d8edf3);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.profile-avatar-library>button:hover{transform:translateY(-2px);border-color:#54bfd1;box-shadow:0 7px 15px #145b6c29}.profile-avatar-library>button:focus-visible{outline:3px solid #079db7;outline-offset:2px}.profile-avatar-library>button:disabled{cursor:wait;opacity:.68}.profile-avatar-library img{width:100%;height:100%;object-fit:contain;border-radius:50%}.profile-avatar-loading{position:absolute;inset:0;display:grid;place-items:center;color:#fff;border-radius:50%;background:#075365a3}.profile-avatar-loading svg{width:22px}.conversation-text-size-picker{display:grid;gap:12px}.conversation-text-size-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.conversation-text-size-options>button{min-width:0;min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;padding:8px 10px;color:var(--ink);text-align:left;border:1px solid var(--line);border-radius:9px;background:var(--surface-raised)}.conversation-text-size-options>button strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.conversation-text-size-options>button small{grid-row:2;color:var(--muted);font-size:9px}.conversation-text-size-options>button.is-current{color:var(--cyan);border-color:color-mix(in srgb,var(--cyan) 52%,var(--line));background:var(--cyan-soft)}.conversation-text-size-check{grid-column:2;grid-row:1 / 3;width:23px;height:23px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--cyan);font-size:12px;font-weight:850}.conversation-text-size-options>button:not(.is-current) .conversation-text-size-check{background:var(--surface-subtle)}.conversation-text-size-reset{width:fit-content;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:var(--muted);border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:10px;font-weight:760}.conversation-text-size-reset:disabled{opacity:.48;cursor:not-allowed}.conversation-text-size-reset svg{width:15px}.conversation-text-size-preview{display:grid;gap:6px;padding:13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-subtle)}.conversation-text-size-preview>span{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.conversation-display-settings-card .conversation-text-size-preview>p{width:fit-content;max-width:min(420px,100%);margin:0;padding:9px 11px;overflow-wrap:anywhere;color:var(--ink);border-radius:4px 11px 11px;background:var(--surface-raised);box-shadow:0 2px 8px #142d4214;font-size:var(--conversation-message-body-size);line-height:1.48;white-space:pre-wrap}.conversation-text-size-preview>small{color:var(--muted);font-size:9px;line-height:1.45}.conversation-text-size-picker--action{padding:12px}.conversation-text-size-picker--action .conversation-text-size-options{grid-template-columns:1fr;gap:4px}.conversation-text-size-picker--action .conversation-text-size-options>button{min-height:48px}.conversation-text-size-picker--action .conversation-text-size-reset{width:100%}@media(max-width:720px){.profile-avatar-heading{align-items:stretch;flex-direction:column}.profile-avatar-actions{justify-content:space-between}.profile-avatar-actions .secondary{flex:1 1 auto}.profile-avatar-library{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}}.session-settings{align-content:start}.session-profile{display:flex;align-items:center;gap:11px}.session-profile>span:last-child{min-width:0;display:grid;gap:3px}.session-profile strong,.session-profile small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-profile strong{font-size:12px}.session-profile small{color:var(--muted);font-size:9px}.session-settings p{margin:14px 0;color:var(--muted);font-size:10px;line-height:1.5}.sign-out-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;color:#a4363d;text-decoration:none;border:1px solid #e3b8bb;border-radius:8px;background:#fff7f7;font-size:10px;font-weight:750}.sign-out-button:hover{border-color:#d7999e;background:#fff0f1}.sign-out-button svg{width:16px}.template-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.template-status-grid article{min-width:0;padding:14px;border:1px solid #e1e8ed;border-radius:9px;background:#f9fbfc}.template-status-grid article>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.template-status-grid article>div strong{font-size:11px}.template-state{min-height:23px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;font-size:8px;font-weight:800}.state-approved{color:#087447;background:var(--green-soft)}.state-pending{color:#8d651e;background:#fff3d9}.template-status-grid dl{margin:10px 0 0}.template-status-grid dl div{display:grid;grid-template-columns:80px minmax(0,1fr);gap:8px;padding:6px 0;border-top:1px solid #e7ecef;font-size:9px}.template-status-grid dt{color:var(--muted)}.template-status-grid dd{margin:0;overflow-wrap:anywhere}.template-status-error{display:flex;align-items:flex-start;gap:6px;margin:9px 0 0!important;color:#8c5a11!important}.template-status-error svg{width:14px;flex:0 0 auto}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#03142494;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(620px,100%);max-height:calc(100dvh - 40px);overflow-y:auto;padding:22px;border-radius:14px;background:#fff;box-shadow:var(--shadow)}.modal-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.modal-title h2{margin:0;font-size:20px;letter-spacing:-.025em}.modal-form{display:grid;gap:14px}.modal-form>p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.modal-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:#fff;border:0;border-radius:8px;background:#079eb9;font-size:10px;font-weight:750}.modal-actions button svg{width:16px}.modal-actions .secondary{color:#526275;border:1px solid #d4dde5;background:#fff}.forward-message-modal{display:grid;gap:13px}.forward-message-preview{min-width:0;display:flex;align-items:center;gap:10px;padding:10px 12px;color:#315c4b;border-left:4px solid #18a96b;border-radius:8px;background:#edf9f3}.forward-message-preview>span{min-width:0;display:grid;gap:2px}.forward-message-preview strong{font-size:10px}.forward-message-preview small{overflow:hidden;color:#5b746a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.forward-conversation-list{max-height:min(370px,48dvh);display:grid;gap:3px;overflow-y:auto;padding:4px;border:1px solid #dfe7eb;border-radius:10px;background:#f8fafb}.forward-conversation-list>label{min-height:56px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 9px;border-radius:8px;background:#fff;cursor:pointer}.forward-conversation-list>label:hover{background:#edf9f6}.forward-conversation-list>label.disabled{opacity:.56;cursor:not-allowed}.forward-conversation-list input{accent-color:#08a960}.forward-conversation-list label>span{min-width:0;display:grid;gap:2px}.forward-conversation-list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.forward-conversation-list small{color:#738290;font-size:8px}.forward-conversation-list label>svg{width:17px;color:#08a960}.forward-conversation-list>p{display:flex;align-items:center;justify-content:center;gap:7px;min-height:70px;margin:0;color:#71808d;font-size:10px}.forward-message-limit{display:flex;justify-content:space-between;gap:12px;color:#617385;font-size:9px}.forward-message-limit small{color:#80909d}.purchase-warning{display:flex;gap:11px;padding:12px;color:#94600e;border-radius:8px;background:#fff5df}.purchase-warning svg{flex:0 0 auto}.purchase-warning strong{font-size:11px}.purchase-warning p{margin:4px 0 0;font-size:9px;line-height:1.45}.amount-input div{display:flex;align-items:center;border:1px solid #ccd8e2;border-radius:8px}.amount-input b{padding:0 12px;color:#079eb9;font-size:18px}.amount-input input{border:0}.event-preview{margin-top:14px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#f7f9fa}.event-preview>strong{font-size:10px}.event-preview dl{margin:9px 0 0}.event-preview dl div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:8px;padding:6px 0;border-top:1px solid #e4e9ed;font:9px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}.event-preview dt{color:#647487}.event-preview dd{margin:0;overflow-wrap:anywhere}.toast{position:fixed;right:20px;bottom:20px;z-index:120;max-width:min(430px,calc(100vw - 40px));display:flex;align-items:center;gap:8px;padding:12px 14px;color:#fff;border-radius:9px;background:#0d7052;box-shadow:var(--shadow);font-size:11px;font-weight:700}.toast-error{background:#a33d44}.session-ended-shell{min-height:100dvh;display:grid;place-items:center;padding:24px;background:var(--surface-subtle)}.session-ended-view{width:min(430px,100%);display:grid;justify-items:center;gap:20px;padding:34px 28px;text-align:center;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.session-ended-icon{width:58px;height:58px;display:grid;place-items:center;color:#087e96;border-radius:50%;background:#e8f7fa}.session-ended-icon svg{width:27px;height:27px}.session-ended-view>div{display:grid;gap:7px}.session-ended-view .eyebrow{margin:0}.session-ended-view h1{margin:0;font-size:25px;letter-spacing:-.025em}.session-ended-view p:not(.eyebrow){max-width:340px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.session-ended-view>button{min-width:150px;min-height:44px;padding:0 18px;color:#fff;border:0;border-radius:9px;background:#078da7;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.session-ended-view>button:hover{background:#067d94}.session-ended-view>button:focus-visible{outline:3px solid rgba(7,157,184,.28);outline-offset:3px}.conversation-markers{position:absolute;right:52px;bottom:14px;display:flex;align-items:center;gap:5px;pointer-events:none}.conversation-markers .unread{position:static}.queue-marker{width:22px;height:22px;display:grid;place-items:center;color:#8b6419;border-radius:999px;background:#fff1d2}.queue-marker.attention{color:#a43f46;background:var(--danger-soft)}.queue-marker.source-review{color:#6d4db3;background:#eee7ff}.queue-marker svg{width:12px;height:12px}.conversation-action-layer{position:fixed;inset:0;z-index:180;pointer-events:none}.conversation-action-panel{position:fixed;width:304px;max-height:min(470px,calc(100dvh - 16px));overflow:hidden;color:var(--ink);border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 20px 54px #0f253938;pointer-events:auto}.conversation-action-panel>header{position:relative;z-index:2;min-height:56px;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:7px;padding:8px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.conversation-action-panel>header>span{min-width:0;display:grid;gap:2px}.conversation-action-panel>header strong,.conversation-action-panel>header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-action-panel>header strong{font-size:12px}.conversation-action-panel>header small{color:var(--muted);font-size:9px}.conversation-action-close,.conversation-action-back{width:38px;height:38px;display:grid;place-items:center;padding:0;color:#66778a;border:0;border-radius:8px;background:transparent}.conversation-action-close:hover,.conversation-action-back:hover{color:var(--ink);background:#edf3f6}.conversation-action-close svg,.conversation-action-back svg{width:17px;height:17px}.conversation-action-back:disabled{visibility:hidden;pointer-events:none}.conversation-action-viewport{min-height:0;max-height:min(414px,calc(100dvh - 72px));overflow:hidden auto;overscroll-behavior:contain;transition:height .19s cubic-bezier(.2,.8,.2,1)}.conversation-action-view{min-height:0;will-change:opacity,transform}.conversation-action-view.is-forward{animation:conversation-action-forward .18s cubic-bezier(.2,.8,.2,1) both}.conversation-action-view.is-back{animation:conversation-action-back .18s cubic-bezier(.2,.8,.2,1) both}@keyframes conversation-action-forward{0%{opacity:.2;transform:translate(11px)}to{opacity:1;transform:translate(0)}}@keyframes conversation-action-back{0%{opacity:.2;transform:translate(-11px)}to{opacity:1;transform:translate(0)}}.conversation-action-items{display:grid;gap:3px;padding:7px}.conversation-action-items>button{width:100%;min-height:42px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 10px;color:var(--ink);text-align:left;border:1px solid transparent;border-radius:9px;background:transparent;font-size:11px;transition:color .14s ease,border-color .14s ease,background .14s ease,transform .14s ease}.conversation-action-items>button:hover:not(:disabled){border-color:color-mix(in srgb,var(--cyan) 20%,transparent);background:var(--surface-hover);transform:translate(1px)}.conversation-action-items>button:focus-visible{outline:2px solid color-mix(in srgb,var(--cyan) 58%,transparent);outline-offset:-2px;background:var(--surface-hover)}.conversation-action-items>button>svg{width:17px;height:17px;color:#64778a}.conversation-action-items>button>svg:last-child:not(:first-child){width:14px;height:14px;justify-self:end}.conversation-action-items>button>span{min-width:0;display:grid}.conversation-action-items>button>span>strong{font-size:11px}.conversation-action-items>button>span>small{min-height:10px;color:var(--muted);font-size:8px}.conversation-action-items>hr{width:calc(100% - 12px);margin:4px 6px;border:0;border-top:1px solid #e7ecef}.conversation-action-items>p{margin:-1px 9px 6px 45px;color:var(--muted);font-size:8px;line-height:1.4}.conversation-action-choice-list>button{min-height:48px}.conversation-action-choice-list>button.is-current{border-color:color-mix(in srgb,var(--cyan) 32%,var(--line));background:var(--cyan-soft)}.conversation-action-choice-list>button.is-current:hover{border-color:color-mix(in srgb,var(--cyan) 48%,var(--line));background:var(--cyan-soft)}.conversation-action-text-choices>button{grid-template-columns:minmax(0,1fr) auto;padding-left:13px}.conversation-action-choice-check{width:22px;height:22px;display:grid!important;place-items:center;justify-self:end;color:#fff;border-radius:999px;background:transparent}.conversation-action-choice-list>button.is-current .conversation-action-choice-check{background:var(--cyan);box-shadow:0 3px 9px color-mix(in srgb,var(--cyan) 24%,transparent)}.conversation-action-choice-check svg{width:13px;height:13px;stroke-width:2.8}.conversation-action-choice-list>button>svg:last-child{color:#079db8;stroke-width:2.6}.conversation-action-avatar{width:28px;height:28px;display:inline-grid;place-items:center;overflow:hidden;color:#17435a;border-radius:50%;background:#d8f0e3;font-size:8px;font-weight:800}.conversation-action-avatar img{width:100%;height:100%;object-fit:cover}.conversation-action-form{display:grid;gap:14px;padding:16px}.conversation-action-form>p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.conversation-action-current{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.conversation-action-current strong{color:var(--ink)}.conversation-action-form label,.conversation-action-field{display:grid;gap:6px;color:#526578;font-size:10px;font-weight:750}.conversation-action-form input,.conversation-action-form select,.conversation-action-form textarea{width:100%;min-height:44px;padding:9px 10px;color:var(--ink);border:1px solid #d3dde4;border-radius:8px;background:#fff;font-size:11px;font-weight:500}.conversation-action-form textarea{min-height:86px;resize:vertical}.conversation-action-form footer{position:sticky;bottom:-16px;display:flex;justify-content:flex-end;gap:8px;margin:1px -16px -16px;padding:11px 16px 16px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 -8px 20px #0f273b0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.conversation-action-form footer button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;color:#fff;border:0;border-radius:8px;background:#079db8;font-size:10px;font-weight:760}.conversation-action-form footer button.secondary{color:#526578;border:1px solid #d4dee5;background:#fff}.conversation-action-form footer button.danger{background:#b42318}.lead-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:end}.lead-edit-grid .field:first-child,.lead-edit-grid .field:nth-child(3){grid-column:1 / -1}.lead-edit-grid .vehicle-identifier-field{grid-column:1 / -1}.lead-edit-grid>button,.country-edit>button,.payment-control>button{min-height:38px;padding:0 11px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:9px;font-weight:750}.lead-edit-grid>button{grid-column:1 / -1}.vehicle-list{display:grid;gap:10px}.vehicle-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface-subtle)}.vehicle-card-toggle{width:100%;min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:4px 8px;color:var(--ink);border:0;background:transparent;text-align:left}.vehicle-card-toggle>span{min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:2px 7px}.vehicle-card-toggle>span>svg{width:16px;color:var(--accent)}.vehicle-card-toggle strong{font-size:11px}.vehicle-card-toggle small{grid-column:2;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.vehicle-card-toggle>svg{width:16px;color:#6c7d8d;transition:transform .16s ease}.vehicle-card.is-collapsed .vehicle-card-toggle>svg{transform:rotate(-90deg)}.vehicle-card-content{padding:0 8px 6px}.vehicle-record-id{display:block;margin-bottom:4px;color:#647688;font-size:7px;overflow-wrap:anywhere}.vehicle-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:4px}.car-commerce-controls{display:grid;grid-template-columns:minmax(92px,.72fr) minmax(0,1.28fr);gap:5px;margin-top:5px;padding-top:5px;border-top:1px solid var(--line)}.car-payment{margin-top:0;padding:6px;background:var(--surface)}.car-commerce-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 5px;align-items:baseline}.car-commerce-summary>span{color:var(--muted);font-size:7px}.car-commerce-summary>strong{min-width:0;overflow-wrap:anywhere;font-size:8px}.car-status{margin-top:0}.vehicle-card .lead-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.vehicle-card .lead-edit-grid>button{min-height:28px;grid-column:1 / -1}.vehicle-card .field{gap:2px}.vehicle-card .field input,.vehicle-card .field select{min-height:28px;padding:4px 6px}.add-vehicle-button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;margin:10px 0;color:var(--accent);border:1px dashed #86c8d3;border-radius:9px;background:#f2fbfc;font-size:10px;font-weight:750}.add-vehicle-button svg{width:15px}.country-edit{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.country-time-edit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;align-items:end}.country-time-edit>button{min-height:38px;padding:0 11px;border:0;border-radius:8px;background:var(--cyan);color:#fff;font-size:9px;font-weight:750}@media(max-width:760px){.country-time-edit{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.country-time-edit>button{grid-column:1 / -1}}.payment-control{display:grid;gap:8px;margin-top:10px;padding:10px;border:1px solid var(--line);border-radius:9px}.payment-control>span{color:var(--muted);font-size:8px}.payment-control>strong{font-size:11px}.payment-control>button.danger{background:#b42318}.payment-control.restricted{background:var(--surface-soft)}.payment-amount-picker{display:grid;gap:8px}.payment-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.payment-presets>button{min-height:38px;padding:0 7px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);font-size:10px;font-weight:800}.payment-presets>button:hover,.payment-presets>button.selected{color:#087994;border-color:#79cbd9;background:var(--cyan-soft)}.payment-custom{display:grid;grid-template-columns:92px minmax(0,1fr);gap:7px;align-items:end}.payment-custom label{min-width:0}.conversation-action-form footer svg{width:15px;height:15px}.quick-response-trigger,.queue-trigger{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;color:#087994;border:1px solid #9bd8e3;border-radius:9px;background:#f3fcfe;font-size:10px;font-weight:760;white-space:nowrap}.quick-response-trigger svg,.queue-trigger svg{width:16px;height:16px}.queue-trigger{display:none;position:relative;color:#526578;border-color:#d4dee6;background:#fff}.queue-trigger b{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;color:#fff;border-radius:999px;background:#8c681f;font-size:9px}.queue-trigger.attention{color:#a43f46;border-color:#efc6c9;background:var(--danger-soft)}.queue-trigger.attention b{background:#b94349}.quick-dialog-backdrop{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:20px;background:#0314249e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.quick-dialog{width:min(720px,100%);max-height:calc(100dvh - 40px);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:var(--shadow)}.quick-dialog-wide{width:min(980px,100%)}.quick-dialog>header{min-height:70px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;padding:13px 18px;border-bottom:1px solid var(--line)}.quick-dialog>header>div{display:flex;align-items:center;gap:10px}.quick-dialog>header h2{margin:0;font-size:19px;letter-spacing:-.025em}.quick-dialog-icon{width:38px;height:38px;display:grid;place-items:center;color:#087994;border-radius:10px;background:var(--cyan-soft)}.quick-dialog-icon svg{width:18px}.quick-response-drawer-host{min-height:0;flex:0 0 auto;overflow:hidden}.quick-response-drawer{width:100%;min-height:160px;max-height:calc(100dvh - 156px);display:flex;flex:0 0 auto;flex-direction:column;overflow:hidden;color:var(--ink);border-top:1px solid #cfdbe2;background:#fff;box-shadow:0 -12px 32px #0c25361f}.quick-drawer-resize{height:18px;display:grid;place-items:center;flex:0 0 18px;color:#86959f;background:#fff;cursor:ns-resize;touch-action:none}.quick-drawer-resize svg{width:34px;height:18px;stroke-width:2.5}.quick-drawer-resize:focus-visible{color:#087994;outline:2px solid #08a9c4;outline-offset:-2px}.quick-drawer-header{min-height:54px;display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:7px 12px;border-bottom:1px solid var(--line)}.quick-drawer-header>div:first-child{min-width:0;display:flex;align-items:center;gap:9px;margin-right:auto}.quick-drawer-header>div:first-child>div{min-width:0;display:grid;gap:1px}.quick-drawer-header h2{margin:0;font-size:15px}.quick-drawer-header small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quick-view-switcher{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid #d7e1e7;border-radius:10px;background:#f4f7f9}.quick-view-switcher button{width:34px;height:32px;display:grid;place-items:center;padding:0;color:#697d8b;border:0;border-radius:7px;background:transparent}.quick-view-switcher button.active{color:#087994;background:#fff;box-shadow:0 1px 5px #0e2d401f}.quick-view-switcher svg{width:16px}.quick-drawer-close{flex:0 0 auto}.quick-picker-layout{min-height:0;display:grid;grid-template-columns:300px minmax(0,1fr);flex:1;overflow-x:hidden}.quick-response-drawer .quick-picker-layout{display:block;overflow-x:hidden;overflow-y:auto}.quick-picker-library{min-height:0;display:flex;flex-direction:column;padding:14px;border-right:1px solid var(--line);background:#f8fafb}.quick-response-drawer .quick-picker-library{overflow:visible;border-right:0;border-bottom:1px solid var(--line)}.quick-picker-controls{display:grid;gap:8px}.quick-picker-search{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--muted);border:1px solid #d6e0e7;border-radius:8px;background:#fff}.quick-picker-search svg{width:16px}.quick-picker-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.quick-picker-filters{display:grid;grid-template-columns:1fr 1fr;gap:6px}.quick-picker-filters label{min-width:0;min-height:38px;display:grid;grid-template-columns:15px minmax(0,1fr);align-items:center;gap:0 6px;padding:4px 7px;color:var(--muted);border:1px solid #d6e0e7;border-radius:8px;background:#fff}.quick-picker-filters label>svg{grid-row:1 / 3;width:15px}.quick-picker-filters label>span{font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.quick-picker-filters select{min-width:0;padding:0;color:var(--ink);border:0;outline:0;background:transparent;font-size:9px;font-weight:750}.quick-picker-summary{min-height:26px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:8px}.quick-picker-summary span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-picker-list{min-height:0;display:grid;align-content:start;gap:6px;overflow-y:auto}.quick-picker-list>button{min-height:76px;display:grid;grid-template-columns:72px minmax(0,1fr) 17px;align-items:center;gap:10px;padding:8px;color:var(--ink);text-align:left;border:1px solid transparent;border-radius:9px;background:transparent}.quick-picker-list>button:hover{background:#fff}.quick-picker-list>button.active{color:#087994;border-color:#a7dce5;background:#fff;box-shadow:0 5px 15px #163a4e0f}.quick-picker-media{position:relative;width:72px;height:58px;display:grid;place-items:center;overflow:hidden;color:#5597a5;border-radius:8px;background:#e5f4f6}.quick-picker-media img{width:100%;height:100%;display:block;object-fit:cover}.quick-picker-media b{position:absolute;right:4px;bottom:4px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 4px;color:#fff;border-radius:999px;background:#071e2bc2;font-size:8px}.quick-picker-media svg{width:21px}.quick-picker-card-copy{min-width:0;display:grid;gap:3px}.quick-picker-card-title{min-width:0;display:flex;align-items:center;gap:6px}.quick-picker-card-title strong{min-width:0;overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.quick-picker-card-title em{min-height:18px;display:inline-flex;align-items:center;padding:0 6px;color:#087994;border-radius:999px;background:#dff7fb;font-size:7px;font-style:normal;font-weight:850;text-transform:uppercase}.quick-picker-card-copy>small{color:var(--muted);font-size:8px}.quick-picker-card-preview{display:-webkit-box;overflow:hidden;color:#536779;font-size:9px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.quick-response-tags{display:flex;flex-wrap:wrap;gap:3px}.quick-response-tags i{max-width:100%;overflow:hidden;padding:2px 5px;color:#52687a;border-radius:999px;background:#edf2f5;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.quick-picker-open-icon{width:17px;flex:0 0 auto}.quick-picker-view-grid .quick-picker-list{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.quick-picker-view-grid .quick-picker-list>button,.quick-picker-view-strip .quick-picker-list>button{align-content:start;grid-template-columns:minmax(0,1fr)}.quick-picker-view-grid .quick-picker-media,.quick-picker-view-strip .quick-picker-media{width:100%;height:70px}.quick-picker-view-grid .quick-picker-open-icon,.quick-picker-view-strip .quick-picker-open-icon{display:none}.quick-picker-view-strip .quick-picker-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.quick-picker-view-strip .quick-picker-list>button{width:220px;min-width:220px;scroll-snap-align:start;border-color:#e0e7ec;background:#fff}.quick-picker-preview{min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:18px}.quick-response-drawer .quick-picker-preview{overflow:visible;border-top:1px solid var(--line)}.quick-picker-zero{min-height:360px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted);text-align:center}.quick-picker-zero svg{width:30px;height:30px;color:#67b9c8}.quick-picker-zero strong{color:var(--ink)}.quick-picker-zero span{font-size:10px}.quick-preview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.quick-preview-heading>div{display:grid;gap:3px}.quick-preview-heading span,.quick-preview-heading small{color:var(--muted);font-size:9px}.quick-preview-heading h3{margin:0;font-size:16px}.quick-step-list{display:grid;gap:9px}.quick-step-list>article{display:grid;gap:8px;padding:11px;border:1px solid #dce5eb;border-radius:10px;background:#fbfcfd}.quick-step-list>article.omitted{opacity:.58;background:#f3f5f6}.quick-step-list img{width:min(220px,100%);max-height:160px;object-fit:cover;border-radius:8px}.quick-step-list textarea{width:100%;min-height:72px;resize:vertical;padding:9px;border:1px solid #d3dee6;border-radius:8px;background:#fff;font-size:11px;line-height:1.5}.quick-step-toggle{display:flex;align-items:center;gap:8px;font-size:10px}.quick-step-toggle input{position:absolute;opacity:0}.quick-step-toggle>span{width:22px;height:22px;display:grid;place-items:center;color:transparent;border:1px solid #bfcbd4;border-radius:6px;background:#fff}.quick-step-toggle input:checked+span{color:#fff;border-color:#08a968;background:#08a968}.quick-step-toggle input:focus-visible+span{outline:3px solid rgba(6,168,196,.28)}.quick-step-toggle svg{width:14px}.quick-warning{display:flex;align-items:center;gap:5px;color:#9b6816;font-size:9px}.quick-warning svg{width:13px}.quick-send-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.quick-send-options>label:not(.quick-schedule-time){min-height:66px;display:grid;grid-template-columns:18px 22px minmax(0,1fr);align-items:center;gap:7px;padding:9px;border:1px solid #dbe4ea;border-radius:9px}.quick-send-options>label.active{border-color:#77cbd9;background:var(--cyan-soft)}.quick-send-options>label.disabled{color:#8995a2;background:#f6f7f8}.quick-send-options label>svg{width:18px}.quick-send-options label span{display:grid;gap:2px}.quick-send-options label strong{font-size:10px}.quick-send-options label small{color:var(--muted);font-size:8px;line-height:1.4}.quick-schedule-time{grid-column:1 / -1;display:grid;gap:5px;color:#596a7c;font-size:9px;font-weight:700}.quick-schedule-time input{min-height:42px;padding:0 10px;border:1px solid #ccd8e2;border-radius:8px;background:#fff}.quick-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.quick-dialog-actions button,.queued-run footer button,.quick-editor footer button,.queue-reschedule button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;color:#fff;border:0;border-radius:8px;background:#079eb9;font-size:10px;font-weight:750}.quick-dialog-actions button svg,.queued-run footer button svg,.quick-editor footer button svg{width:15px}.quick-dialog-actions .secondary,.queued-run footer .secondary,.quick-editor footer .secondary{color:#526275;border:1px solid #d4dde5;background:#fff}.quick-empty{min-height:80px;display:flex;align-items:center;justify-content:center;gap:7px;margin:0;color:var(--muted);font-size:10px}.queue-summary{display:flex;gap:8px;padding:12px 18px;border-bottom:1px solid var(--line);background:#f8fafb}.queue-summary span{min-height:29px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;color:#7e611e;background:#fff1d2;font-size:9px;font-weight:750}.queue-summary span.attention{color:#a43f46;background:var(--danger-soft)}.queue-summary svg{width:14px}.queued-run-list{min-height:0;overflow-y:auto;padding:14px 18px 20px}.queued-run{margin-bottom:11px;padding:13px;border:1px solid #dfe6eb;border-radius:11px;background:#fff}.queued-run.run-needs_review{border-color:#efc2c5;background:snow}.queued-run>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.queued-run>header div{display:grid;gap:3px}.queued-run>header strong{font-size:12px}.queued-run>header small{color:var(--muted);font-size:9px}.queued-run>header>span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;color:#7c611e;background:#fff2d6;font-size:8px;font-weight:800;text-transform:capitalize}.run-needs_review>header>span{color:#a43f46;background:var(--danger-soft)}.run-completed>header>span{color:#087447;background:var(--green-soft)}.queued-run-preview{display:flex;gap:7px;margin-top:10px;overflow-x:auto;padding-bottom:4px}.queue-item{width:180px;flex:0 0 auto;padding:8px;border:1px solid #e4e9ed;border-radius:8px;background:#f8fafb}.queue-item img{width:100%;height:88px;object-fit:cover;border-radius:6px}.queue-item p{display:-webkit-box;overflow:hidden;margin:5px 0;font-size:9px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.queue-item small{color:var(--muted);font-size:8px;text-transform:capitalize}.queued-run>footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px;margin-top:11px}.queue-reschedule{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:7px;margin-top:10px}.queue-reschedule span{grid-column:1 / -1;color:var(--muted);font-size:9px}.queue-reschedule input{min-height:42px;padding:0 10px;border:1px solid #ccd8e2;border-radius:8px}.quick-settings-layout{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.4fr);grid-template-areas:"library editor";gap:16px;margin-top:18px}.quick-library-list{grid-area:library;min-width:0;display:grid;align-content:start;gap:7px}.quick-library-list article{min-height:60px;display:grid;grid-template-columns:minmax(0,1fr) auto 36px 36px;align-items:center;gap:6px;padding:9px;border:1px solid #e0e7ec;border-radius:9px;background:#f9fbfc}.quick-library-list article.inactive{opacity:.58}.quick-library-list article>div{min-width:0;display:grid;gap:3px}.quick-library-list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.quick-library-list small,.quick-library-list article>span{color:var(--muted);font-size:8px}.quick-library-list .icon-button{width:34px;height:34px}.icon-button.danger{color:var(--danger)}.quick-editor{grid-area:editor;min-width:0;display:grid;gap:12px;padding:14px;scroll-margin-top:12px;border:1px solid #dce5eb;border-radius:11px;background:#fbfcfd}.quick-editor h3{margin:0;font-size:14px}.quick-editor-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.quick-editor-fields label{display:grid;gap:5px;color:#596a7c;font-size:9px;font-weight:700}.quick-editor-fields input,.quick-editor-fields select{min-width:0;min-height:40px;padding:0 9px;border:1px solid #ccd8e2;border-radius:8px;background:#fff}.quick-variable-help{margin:0!important;overflow-wrap:anywhere;font:8px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace!important}.quick-message-builder{display:grid;gap:10px;padding:11px;border:1px solid #dce5eb;border-radius:10px;background:#f7fafb}.quick-message-builder-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.quick-message-builder-heading>div{display:grid;gap:3px}.quick-message-builder-heading strong{font-size:11px}.quick-message-builder-heading small,.quick-message-builder-heading>span{color:var(--muted);font-size:8px;line-height:1.45}.quick-message-builder-heading>span{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#eaf2f5;font-weight:750}.quick-editor-steps{display:grid;gap:9px}.quick-editor-steps article{display:grid;gap:8px;padding:10px;border:1px solid #dfe6eb;border-radius:9px;background:#fff}.quick-editor-steps article>header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.quick-editor-steps article>header strong{min-width:0;display:inline-flex;align-items:center;gap:7px;font-size:10px}.quick-editor-steps article>header strong>span{width:23px;height:23px;display:inline-grid;place-items:center;flex:0 0 auto;color:#087994;border-radius:7px;background:#e8f7fa;font-size:9px}.quick-editor-steps article>header>div{display:flex;align-items:center;gap:4px}.quick-editor-steps .icon-button{width:32px;height:32px}.quick-editor-steps textarea{width:100%;min-height:76px;resize:vertical;padding:9px;border:1px solid #d4dee6;border-radius:8px;font-size:10px;line-height:1.5}.quick-step-position{height:32px;display:flex;align-items:center;gap:5px;padding:0 6px;color:var(--muted);border:1px solid #d6e0e7;border-radius:7px;background:#fff;font-size:8px;font-weight:700}.quick-step-position select{min-width:34px;border:0;background:transparent;color:var(--ink);font:inherit}.quick-image-upload{min-height:110px;display:grid;place-items:center;align-content:center;gap:7px;overflow:hidden;color:#087994;border:1px dashed #91cad4;border-radius:8px;background:#f1fbfd;font-size:9px;font-weight:700;cursor:pointer}.quick-image-upload img{width:100%;max-height:170px;object-fit:contain}.quick-image-upload svg{width:28px}.quick-caption-toggle{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#087994;border:1px dashed #91cad4;border-radius:8px;background:#f7fcfd;font-size:9px;font-weight:750}.quick-caption-toggle svg{width:14px}.quick-caption-toggle.remove{justify-self:end;min-height:28px;color:var(--muted);border-style:solid;border-color:#d8e1e7;background:#fff}.quick-add-steps,.quick-delivery-options{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.quick-add-steps>span,.quick-delivery-options>span{color:var(--muted);font-size:9px;font-weight:750}.quick-add-steps button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:8px;font-size:9px}.quick-add-steps button svg{width:15px}.quick-delivery-options{padding:10px 0 2px;border-top:1px solid #e0e7ec}.quick-active{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700}.quick-delivery-options .quick-active:last-child{margin-left:auto}.quick-editor>footer{display:flex;justify-content:flex-end;gap:7px}.quick-library-readonly{display:flex;flex-wrap:wrap;gap:7px}.quick-library-readonly span{display:grid;gap:2px;padding:8px 10px;border:1px solid #dfe6eb;border-radius:8px;background:#f9fbfc}.quick-library-readonly strong{font-size:10px}.quick-library-readonly small{color:var(--muted);font-size:8px}.quick-target-models{display:grid;gap:8px;margin:0;padding:11px;border:1px solid #dfe6eb;border-radius:9px}.quick-target-models legend{padding:0 5px;font-size:10px;font-weight:800}.quick-target-models>p{margin:0;color:var(--muted);font-size:9px}.quick-target-models>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:6px}.quick-target-models label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 6px;padding:7px;border:1px solid #e2e8ed;border-radius:7px;background:#fff}.quick-target-models label small{grid-column:2;color:var(--muted);font-size:8px}@media(max-width:1320px){.inbox-layout{grid-template-columns:330px minmax(370px,1fr) 340px}}@media(max-width:1050px){.inbox-layout{grid-template-columns:330px minmax(0,1fr)}.inspector{position:fixed;inset:0 0 0 auto;z-index:50;width:min(405px,calc(100vw - 150px));display:none;box-shadow:-12px 0 35px #11253a29}.show-details .inspector{display:block}.details-button{display:inline-grid}.quick-settings-layout{grid-template-columns:1fr;grid-template-areas:"editor" "library"}.inspector-tabs .mobile-only{display:inline-grid!important;width:44px;height:44px;margin:5px}}@media(max-width:760px){body{overflow:hidden}.app-shell{display:block}.app-content{height:calc(100dvh - 64px)}.app-nav{display:none}.mobile-sync-status{position:fixed;top:8px;right:136px;z-index:75;display:block}.mobile-sync-status .customer-sync-status{grid-template-columns:24px auto auto;margin:0;padding:6px 8px;color:#fff;box-shadow:0 8px 24px #061c302e}.mobile-sync-status .customer-sync-copy small,.mobile-sync-status .customer-sync-health small{display:none}.mobile-sync-status .customer-sync-copy strong{font-size:14px}.mobile-nav{position:fixed;inset:auto 0 0;z-index:80;height:64px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #d7e0e7;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav button{min-width:0;display:grid;place-items:center;align-content:center;gap:2px;color:#66768a;border:0;background:transparent;font-size:9px}.mobile-nav button.active{color:#009bb5}.mobile-nav button span{line-height:1}.mobile-only{display:inline-grid!important}.inbox-layout{height:calc(100dvh - 64px);display:block}.conversation-list,.chat-panel,.inspector{width:100%;height:100%;border:0}.chat-panel,.inspector,.has-selection .conversation-list{display:none}.has-selection .chat-panel{display:flex}.show-details .chat-panel{display:none}.show-details .inspector{position:static;display:block;box-shadow:none}.conversation-list>header{min-height:70px;color:#fff;background:var(--navy)}.conversation-list h1{font-size:20px}.conversation-list header span{color:#adc0d0}.conversation-list>header .icon-button:not(.has-filters){color:var(--ink)}.conversation-list>.search-box{margin:10px 12px}.active-filter-labels{min-height:48px;padding:0 12px 10px}.active-filter-label{min-height:36px;padding-inline:11px 8px}.conversation-filter-picker{max-height:62dvh;overflow-y:auto;padding:15px 14px 12px}.conversation-filter-picker>header{position:sticky;top:-15px;z-index:2;margin:-15px -14px 0;padding:14px 14px 12px;background:var(--surface-subtle)}.filter-picker-close{width:44px;height:44px}.filter-section-toggle,.filter-option-groups button{min-height:44px}.conversation-filter-picker>footer button{min-height:44px}.conversation-card{min-height:82px}.conversation-card-main{min-height:81px;padding:8px 48px 8px 12px}.conversation-card-overflow{min-height:44px;opacity:1}.chat-header{min-height:70px;color:#fff;border:0;background:var(--navy)}.chat-header div span,.chat-header .source-badge,.chat-header .chat-presence-status{color:#c4d1dc}.chat-header .chat-presence-status.is-typing{color:#5de1ec}.chat-header .icon-button{color:#fff;border:0;background:transparent}.chat-header .details-button{display:inline-grid}.chat-presence-status .typing-avatar-stack,.chat-presence-status .presence-label-long{display:none}.chat-presence-status .presence-label-short{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-scroll{padding:14px 10px 16px}.message-bubble-shell{max-width:calc(88% - 22px)}.message-system .message-bubble-shell{max-width:92%}.message-avatar-gutter{width:28px;flex-basis:28px;margin-right:4px}.message-avatar-gutter .avatar{width:26px;height:26px}.bubble{padding-inline:10px}.message-action-rail{padding:0;border:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto}.message-action-rail button{width:42px;height:42px;background:transparent;box-shadow:none;opacity:.68}.message-action-rail button:hover,.message-action-rail button:focus-visible{opacity:1}.message-rail-direct{display:none!important}.message-info-backdrop{align-items:end;padding:0}.message-info-dialog{width:100%;max-height:calc(100dvh - 48px);border-width:1px 0 0;border-radius:18px 18px 0 0}.message-info-dialog>header{min-height:64px}.message-info-dialog dl{overflow-y:auto}.message-action-menu:not(.reaction-only){right:10px!important;bottom:calc(74px + env(safe-area-inset-bottom));left:10px!important;top:auto!important;width:auto}.message-action-menu.reaction-only{max-width:calc(100vw - 16px)}.message-action-menu .emoji-picker-popover{inset:auto 10px calc(252px + env(safe-area-inset-bottom)) 10px}.composer{min-height:68px;padding:8px 8px calc(8px + env(safe-area-inset-bottom))}.composer-input-shell{gap:1px;padding:4px;border-radius:16px}.composer-input-shell .quick-response-trigger{width:40px;min-width:40px;padding:0;font-size:0}.composer-input-shell .quick-response-trigger span{display:none}.composer textarea{min-height:40px;padding-inline:6px}.composer-disabled{min-height:54px}.composer-disabled span{font-size:9px}.telegram-window-notice{min-height:58px;padding:7px 10px}.telegram-window-notice small{font-size:7px}.telegram-window-notice button{min-height:38px}.composer-template{max-height:56dvh;padding:12px}.template-composer-fields{grid-template-columns:1fr}.template-composer-actions{align-items:stretch;flex-direction:column-reverse}.template-composer-actions button{min-height:44px}.template-preview p{font-size:12px}.permission-primary,.permission-secondary{min-height:44px}.installation-control-row{margin:-2px -1px 0}.installation-playbook-trigger{width:100%;justify-content:center}.installation-playbook{padding:10px}.installation-stage-list>article>button{min-height:60px}.installation-payment{grid-template-columns:70px 1fr}.installation-payment button{grid-column:1 / -1}.installation-vehicle{grid-template-columns:20px minmax(0,1fr)}.installation-vehicle select{grid-column:1 / -1;min-height:44px}.typing-collision{min-height:44px;padding-inline:10px}.emoji-picker-composer .emoji-picker-trigger{width:46px;height:46px}.emoji-picker-popover{position:fixed;inset:auto 10px calc(74px + env(safe-area-inset-bottom)) 10px;width:auto}.emoji-picker-grid{grid-template-columns:repeat(6,1fr)}.emoji-picker-grid button{min-width:0;min-height:44px}.composer-input-shell .emoji-picker-composer .emoji-picker-trigger{width:40px;height:40px}.conversation-open .app-tools,.conversation-open .mobile-sync-status,.inbox-list-open .mobile-sync-status{display:none}.inspector-tabs{color:#fff;background:var(--navy)}.inspector-tabs>button:not(.icon-button){color:#fff}.inspector-tabs .icon-button{color:#fff;border:0;background:transparent}.inspector-section-toggle{min-height:52px;padding:0 16px}.inspector-section-content{padding:0 16px 16px}.page{height:calc(100dvh - 64px);overflow-y:auto;padding:24px 14px 40px}.page-header{align-items:stretch;flex-direction:column;margin-bottom:20px}.page-header h1{font-size:30px}.page-search{width:100%;margin:0}.integration-pills{flex-wrap:wrap}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-grid article{min-height:82px;padding:14px}.section-title{align-items:flex-start;flex-direction:column;gap:4px}.table-panel{overflow:visible;border:0;background:transparent;box-shadow:none}.table-panel table,.table-panel tbody{display:block}.table-panel thead{display:none}.table-panel tbody{display:grid;gap:9px}.table-panel tr{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:13px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.table-panel td{padding:0;border:0}.table-panel td:before{content:attr(data-label);display:block;color:#8793a2;font-size:8px}.settings-grid{grid-template-columns:1fr}.settings-card.wide{grid-column:auto}.settings-card-collapse-header{align-items:stretch;flex-direction:column;gap:0;padding-right:0}.settings-card-collapse-toggle{min-height:56px;padding:12px 15px}.settings-card-collapse-actions{padding:0 15px 12px}.settings-card-collapse-content{padding:0 15px 15px}.settings-heading-actions{width:100%;display:grid}.settings-refresh{width:100%;min-height:44px}.template-status-grid,.appearance-settings-layout{grid-template-columns:1fr}.appearance-settings-editor>header{padding:16px}.appearance-switch-row{grid-template-columns:34px minmax(0,1fr) 42px;margin:14px 14px 0;padding:12px 10px}.appearance-settings-editor .appearance-settings-note{margin:12px 16px 16px}.appearance-chat-preview{min-height:320px}.appearance-preview-thread{padding-inline:14px}.history-context-bar{min-height:54px;padding:7px 10px}.history-context-bar button{min-height:40px}.history-context-bar small{display:none}.native-reply-quote{padding-block:7px}.reply-quote-copy strong{font-size:10px}.reply-quote-copy small{font-size:9px}.reply-quote-thumbnail,.reply-quote-media{width:38px;height:38px}.composer-reply-shell{flex-basis:100%}.quick-dialog-backdrop{align-items:end;padding:0}.quick-dialog{width:100%;max-height:calc(100dvh - 24px);border-radius:18px 18px 0 0}.quick-dialog>header{min-height:56px;padding:9px 12px}.quick-dialog>header h2{font-size:16px}.quick-dialog-icon{width:34px;height:34px}.quick-picker-layout{display:block;overflow-x:hidden;overflow-y:auto}.quick-picker-library{max-height:none;padding:10px;border-right:0;border-bottom:1px solid var(--line)}.quick-picker-controls{grid-template-columns:minmax(0,.8fr) minmax(200px,1fr);gap:6px}.quick-picker-filters{gap:5px}.quick-picker-search,.quick-picker-filters label{min-height:44px}.quick-picker-summary{min-height:24px}.quick-picker-list{display:flex;gap:7px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.quick-picker-list::-webkit-scrollbar{display:none}.quick-picker-list>button{width:min(226px,72vw);min-height:70px;flex:0 0 auto;scroll-snap-align:start;border-color:#e0e7ec;background:#fff}.quick-picker-list>button>svg{display:none}.quick-picker-preview{overflow:visible;padding:12px}.quick-preview-heading{align-items:flex-start;margin-bottom:8px}.quick-preview-heading h3{font-size:14px}.quick-step-list{gap:7px}.quick-step-list>article{gap:6px;padding:9px}.quick-step-list textarea{min-height:58px}.quick-send-options{grid-template-columns:1fr 1fr;gap:6px}.quick-send-options>label:not(.quick-schedule-time){min-height:48px;grid-template-columns:16px 18px minmax(0,1fr);padding:6px}.quick-send-options label small{display:none}.quick-schedule-time{grid-column:1 / -1}.quick-dialog-actions{position:sticky;bottom:-12px;margin:10px -12px -12px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -8px 20px #0f273b14}.quick-dialog-actions button{flex:1;min-height:44px}.queued-run-list{padding:12px}.queued-run>footer{display:grid;grid-template-columns:repeat(3,1fr)}.queued-run footer button{min-width:0;padding:0 7px}.quick-editor-fields{grid-template-columns:1fr}.quick-library-list article{grid-template-columns:minmax(0,1fr) 34px 34px}.quick-library-list article>span{display:none}.quick-editor>footer{display:grid;grid-template-columns:1fr 1fr}.quick-add-steps{display:grid;grid-template-columns:1fr 1fr}.quick-active{grid-column:1 / -1;margin-left:0}.queue-trigger{min-height:44px;padding:0 9px}.list-actions .queue-trigger{width:44px;padding:0;font-size:0}.list-actions .queue-trigger b{position:absolute;top:-5px;right:-5px;font-size:8px}.chat-header .queue-trigger{margin-left:auto}.chat-header .queue-trigger{font-size:0}.chat-header .queue-trigger b{font-size:8px}.quick-response-drawer{max-height:calc(100dvh - 138px)}.quick-response-drawer .quick-drawer-header{min-height:50px;padding:5px 8px}.quick-response-drawer .quick-dialog-icon,.quick-drawer-header small{display:none}.quick-view-switcher button{width:38px;height:38px}.quick-drawer-close{width:40px;height:40px}.quick-response-drawer .quick-picker-layout{display:block;overflow-x:hidden;overflow-y:auto}.quick-response-drawer .quick-picker-library{min-height:0;max-height:none;overflow:visible;padding:8px}.quick-response-drawer .quick-picker-controls{display:grid;grid-template-columns:minmax(0,1fr)}.quick-response-drawer .quick-picker-filters{display:none}.quick-response-drawer .quick-picker-list{min-height:0}.quick-response-drawer .quick-picker-view-list .quick-picker-list{display:grid;gap:5px;overflow:visible;scroll-snap-type:none}.quick-response-drawer .quick-picker-view-list .quick-picker-list>button{width:100%;min-height:68px;grid-template-columns:64px minmax(0,1fr) 16px;flex:none}.quick-response-drawer .quick-picker-view-list .quick-picker-media{width:64px;height:52px}.quick-response-drawer .quick-picker-view-list .quick-picker-open-icon{display:block}.quick-response-drawer .quick-picker-view-grid .quick-picker-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow:visible;scroll-snap-type:none}.quick-response-drawer .quick-picker-view-grid .quick-picker-list>button{width:auto;min-width:0;min-height:118px;flex:none}.quick-response-drawer .quick-picker-view-grid .quick-picker-media{height:48px}.quick-response-drawer .quick-picker-view-grid .quick-response-tags{display:none}.quick-response-drawer .quick-picker-view-strip .quick-picker-list{display:flex;overflow-x:auto;overflow-y:hidden}.quick-response-drawer .quick-picker-view-strip .quick-picker-list>button{width:min(210px,70vw);min-width:min(210px,70vw);min-height:116px}.quick-response-drawer .quick-picker-view-strip .quick-picker-media{height:48px}.quick-response-drawer .quick-picker-view-strip .quick-response-tags{display:none}.quick-response-drawer .quick-picker-preview{min-height:0;overflow:visible;padding:10px;border-top:1px solid var(--line)}.quick-response-drawer .quick-picker-zero{min-height:130px}.quick-response-drawer .quick-dialog-actions{bottom:-10px;margin:9px -10px -10px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.quick-message-builder-heading{flex-direction:column}.quick-add-steps{grid-template-columns:1fr}.quick-add-steps>span{grid-column:1 / -1}.quick-add-steps button{justify-content:center}.quick-delivery-options{display:grid;grid-template-columns:1fr 1fr}.quick-delivery-options>span{grid-column:1 / -1}.quick-delivery-options .quick-active,.quick-delivery-options .quick-active:last-child{grid-column:auto;margin-left:0}.modal{padding:18px}.event-preview dl div{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}.toast{right:12px;bottom:76px;max-width:calc(100vw - 24px)}.conversation-action-layer{display:flex;align-items:end;padding:0;background:#04182a61;pointer-events:auto}.conversation-action-panel{position:static;width:100%;max-height:calc(100dvh - 62px);border:0;border-radius:18px 18px 0 0;box-shadow:0 -16px 48px #091f3238}.conversation-action-panel>header{min-height:62px;padding-inline:12px}.conversation-action-close,.conversation-action-back{width:44px;height:44px}.conversation-action-viewport{max-height:calc(100dvh - 124px)}.conversation-action-items{padding:8px 10px calc(12px + env(safe-area-inset-bottom))}.conversation-action-items>button{min-height:48px}.conversation-action-form{padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.conversation-action-form footer{bottom:calc(-16px - env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.conversation-action-form footer button{min-height:46px}}.attention-label,.installation-label{display:inline-flex;min-height:22px;align-items:center;padding:0 7px;border-radius:999px;font-size:8px;font-weight:800;white-space:nowrap}.attention-label{color:#9a461d;background:#fff0e7}.installation-label{color:#795800;background:#fff5ce}.responsible-agent-mini,.chat-responsible,.table-agent{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#526579;font-size:8px;font-weight:750}.responsible-agent-mini .avatar,.table-agent .avatar{width:20px;height:20px;font-size:7px}.responsible-agent-mini>svg,.table-agent>svg,.chat-responsible>svg{width:15px;height:15px}.responsible-agent-mini.unassigned,.table-agent.unassigned,.chat-responsible.unassigned{color:#7a8795}.chat-responsible{min-height:34px;padding:0 9px;border:1px solid #dfe7ec;border-radius:999px;background:#fff;font-size:9px}.chat-responsible .avatar{width:24px;height:24px;font-size:8px}.responsible-control{position:relative;display:grid;gap:10px;margin-top:12px;padding:12px;border:1px solid #dce7ec;border-radius:10px;background:#f8fbfc}.responsible-current{display:flex;align-items:center;justify-content:space-between;gap:10px}.responsible-current>span{color:var(--muted);font-size:9px}.responsible-current strong{display:inline-flex;align-items:center;gap:7px;font-size:10px}.responsible-current .avatar{width:28px;height:28px;font-size:9px}.responsible-current .unassigned svg{width:18px}.responsible-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.responsible-actions button{min-height:38px}.responsible-actions svg{width:15px}.responsible-picker{position:absolute;z-index:12;top:calc(100% - 7px);right:12px;left:12px;overflow-y:auto;max-height:245px;padding:6px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 16px 34px #0f273b2e}.responsible-picker>button{width:100%;min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:6px 8px;text-align:left;border:0;border-radius:7px;background:transparent;color:var(--ink)}.responsible-picker>button:hover,.responsible-picker>button[aria-selected=true]{background:#eaf7fa}.responsible-picker .avatar{width:32px;height:32px;font-size:10px}.responsible-picker>button>svg{width:18px;color:var(--accent)}.responsible-picker>button>span{display:grid;gap:2px}.responsible-picker small{color:var(--muted);font-size:8px}.lead-filter-strip{display:flex;flex-wrap:wrap;gap:8px;margin:-5px 0 16px}.lead-filter-strip button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#536678;border:1px solid #d7e2e8;border-radius:999px;background:#fff;font-size:9px;font-weight:750}.lead-filter-strip button.selected{color:#087d93;border-color:#83ccda;background:#e9f8fa}.lead-filter-strip button.clear{color:#8b5360;border-color:transparent;background:transparent}.lead-filter-strip svg{width:14px;height:14px}.lead-filter-strip .avatar{width:23px;height:23px;font-size:7px}.table-agent{font-size:10px}.table-agent .avatar{width:28px;height:28px;font-size:9px}.agent-filter-label .avatar{width:20px;height:20px;font-size:7px}.filter-option-groups fieldset:last-child{grid-column:1 / -1}.filter-option-groups fieldset:last-child>div{display:flex;flex-wrap:wrap}.filter-option-groups fieldset:last-child button{width:auto}.filter-option-groups fieldset:last-child .avatar{width:22px;height:22px;font-size:7px}.settings-tabs{display:flex;gap:5px;margin:0 0 18px;padding:4px;border:1px solid #dce6eb;border-radius:10px;background:#eef4f6}.settings-tabs-standalone{max-width:1220px;margin:18px auto -8px;overflow-x:auto;overscroll-behavior-inline:contain}.settings-tabs button{min-height:40px;flex:0 0 auto;padding:0 18px;color:#5b6c7c;border:0;border-radius:7px;background:transparent;font-size:10px;font-weight:800;white-space:nowrap}.settings-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.settings-tabs button svg{width:15px;height:15px}.settings-tabs button.active{color:#07304b;background:#fff;box-shadow:0 1px 4px #1433481a}.settings-mobile-navigation{display:none}.team-settings-page{max-width:1220px;margin:0 auto}.team-access-note{display:flex;gap:10px;margin:0 0 14px;padding:11px 14px;color:#155872;border:1px solid #a8d9e4;border-radius:10px;background:#effafd}.team-access-note>svg{width:19px;flex:0 0 19px}.team-access-note strong,.team-access-note p{margin:0}.team-access-note strong{font-size:11px}.team-access-note p{margin-top:2px;color:#527587;font-size:10px;line-height:1.4}.team-load-error{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:15px 17px;color:var(--ink);border:1px solid var(--line);border-radius:11px;background:var(--panel)}.team-load-error>svg{width:22px;flex:0 0 22px;color:#a56a00}.team-load-error>div{flex:1}.team-load-error strong,.team-load-error p{margin:0}.team-load-error p{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45}.team-load-error button{flex:0 0 auto}.team-directory{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 10px 30px #0f273b12}.team-directory-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0}.team-directory-summary,.team-directory-actions{display:flex;align-items:center;gap:16px}.team-directory-toolbar strong{color:var(--ink);font-size:13px}.team-directory-summary span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;font-weight:700}.team-directory-summary span:before{width:8px;height:8px;content:"";border-radius:50%;background:currentColor}.team-directory-summary .is-active{color:var(--green)}.team-directory-summary .is-pending{color:#d49b2e}.team-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:8px;font:750 10px/1 var(--font-ui);white-space:nowrap;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.team-action svg{width:16px;height:16px;flex:0 0 auto;stroke-width:2}.team-action:not(:disabled):hover{transform:translateY(-1px)}.team-action-primary{color:#042633;border-color:var(--cyan);background:var(--cyan);box-shadow:0 5px 16px color-mix(in srgb,var(--cyan) 20%,transparent)}.team-action-primary:not(:disabled):hover{background:color-mix(in srgb,var(--cyan) 88%,white);box-shadow:0 7px 20px color-mix(in srgb,var(--cyan) 27%,transparent)}.team-action-secondary{color:var(--ink);border-color:var(--line);background:var(--surface-raised)}.team-action-secondary:not(:disabled):hover{color:var(--cyan);border-color:color-mix(in srgb,var(--cyan) 46%,var(--line));background:var(--cyan-soft)}.team-action-danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 42%,var(--line));background:var(--danger-soft)}.team-action-danger:not(:disabled):hover{border-color:color-mix(in srgb,var(--danger) 68%,var(--line));background:color-mix(in srgb,var(--danger-soft) 82%,var(--danger))}.team-action-icon{width:42px;padding:0}.team-directory-actions .owner-manage-button{padding-inline:16px;font-weight:800}.team-member-search{width:min(270px,42vw);min-height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;color:var(--muted);border:1px solid var(--line);border-radius:9px;background:var(--surface-input)}.team-member-search:focus-within{border-color:color-mix(in srgb,var(--accent) 64%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.team-member-search svg{width:17px;height:17px;flex:0 0 auto}.team-member-search input{width:100%;min-height:40px;padding:0;color:var(--ink);border:0;outline:0;background:transparent;font:inherit;font-size:12px}.team-directory-head,.team-member-row{display:grid;grid-template-columns:minmax(210px,1.65fr) minmax(80px,.65fr) minmax(170px,1.2fr) minmax(145px,1fr) minmax(135px,1fr) minmax(112px,.75fr);align-items:center;column-gap:14px}.team-directory-head{min-height:38px;padding:0 18px;color:var(--muted);border-bottom:1px solid var(--line);background:var(--surface-subtle);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.065em}.team-member-list{display:block}.team-member-card{min-width:0;overflow:visible;border-bottom:1px solid var(--line);background:var(--surface)}.team-member-card:last-child{border-bottom:0}.team-member-card.is-inactive{opacity:.72}.team-member-card.is-expanded{background:color-mix(in srgb,var(--surface-active) 38%,var(--surface))}.team-member-row{min-height:82px;padding:10px 18px}.team-member-primary{min-width:0;display:flex;align-items:center;gap:11px}.team-member-identity{min-width:0}.team-member-card h2{margin:0;font-size:15px}.copy-email{max-width:100%;display:inline-flex;align-items:center;gap:5px;margin:3px 0 0;overflow:hidden;padding:0;color:var(--muted);border:0;background:transparent;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.copy-email svg{width:13px;flex:0 0 auto}.team-avatar{width:44px;height:44px;display:inline-grid;place-items:center;flex:0 0 auto;overflow:hidden;color:#17435a;border-radius:50%;background:#d8f0e3;font-size:13px;font-weight:800}.team-avatar img{width:100%;height:100%;object-fit:cover}.team-avatar-large{width:58px;height:58px;font-size:17px}.access-state,.member-state{display:inline-flex;min-height:27px;align-items:center;gap:5px;padding:0 9px;border-radius:999px;font-size:8px;font-weight:800}.access-state svg{width:13px}.team-directory-cell{min-width:0}.team-directory-cell>small{display:none}.team-member-role{display:grid;gap:3px}.team-member-role strong{color:var(--ink);font-size:11px}.team-member-role>span{color:var(--muted);font-size:9px}.team-member-statuses{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.access-verified{color:#087749;background:#e3f7ec}.access-pending{color:#916311;background:#fff3d7}.member-state.active{color:#087749;border:1px solid #a6dfbf}.member-state.inactive{color:#7e6670;border:1px solid #d9c9cf}.team-member-facts{display:grid;gap:3px;padding:0;color:var(--muted);font-size:9px}.team-member-facts strong{color:var(--ink)}.team-member-login{display:grid;gap:3px;color:var(--muted);font-size:9px;line-height:1.35}.team-member-login strong{color:var(--ink);font-weight:650}.team-member-actions{display:flex;align-items:center;justify-content:flex-end}.team-edit-toggle{min-width:84px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.team-edit-toggle svg{width:15px;height:15px;transition:transform .16s ease}.team-edit-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.team-member-expanded{padding:0 18px 18px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface-subtle) 72%,var(--surface))}.team-member-editor{min-width:0;display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(150px,.75fr) minmax(280px,1.45fr) minmax(140px,.65fr);align-items:end;gap:16px;padding:18px 20px 14px;border-bottom:1px solid var(--line)}.team-member-editor .field{min-width:0;margin:0}.team-member-editor .field>span:not(.sr-only){font-size:9px}.team-editor-access{min-width:0}.team-editor-access .page-access-editor{min-height:42px;padding:8px 12px}.team-editor-save{display:flex;align-items:flex-end;justify-content:flex-end}.team-editor-save button{width:100%;min-height:42px;justify-content:center}.page-access-editor{min-width:0;display:flex;flex-wrap:wrap;gap:7px 12px;margin:0;padding:8px 10px 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-input)}.page-access-editor legend{padding:0 5px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.page-access-editor label{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:10px;font-weight:700;cursor:pointer}.page-access-editor input{width:15px;height:15px;accent-color:var(--green)}.page-access-editor small{width:100%;color:var(--muted);font-size:9px}.page-access-editor:disabled{background:var(--surface-subtle);opacity:.8}.owner-page-access{min-width:0;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle);color:var(--muted)}.owner-page-access svg{width:17px;height:17px;color:var(--green);flex:0 0 auto}.owner-page-access span{display:grid;gap:2px}.owner-page-access strong{color:var(--ink);font-size:10px}.owner-page-access small{font-size:9px}.lead-row-link{cursor:pointer}.team-avatar-actions{grid-column:1 / -1;display:flex;align-items:center;gap:8px;padding-top:0}.team-avatar-actions .team-avatar-large{width:36px;height:36px;font-size:11px}.team-avatar-actions svg{width:15px}.team-member-expanded>footer{display:flex;justify-content:flex-end;margin-top:12px}.team-member-expanded>footer button,.owner-fixed{min-height:42px;display:inline-flex;align-items:center;gap:7px}.team-member-expanded>footer svg{width:16px}.owner-fixed{justify-content:flex-end;color:#11734a;font-size:9px;font-weight:800;white-space:nowrap}.owner-fixed svg{width:15px;height:15px}.team-directory-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;padding:24px;color:var(--muted);text-align:center}.team-directory-empty svg{width:24px}.team-directory-empty strong{color:var(--ink)}.team-directory-empty button{padding:0;color:var(--accent-strong);border:0;background:transparent;font-weight:800}.access-checklist{padding:12px 14px;color:#365b70;border-radius:9px;background:#eef8fb;font-size:10px}.access-checklist ol{margin:7px 0 0;padding-left:20px;line-height:1.6}.deactivation-summary{display:flex;gap:10px;margin-bottom:14px;padding:12px;color:#70404a;border:1px solid #edc4cc;border-radius:9px;background:#fff4f5}.deactivation-summary svg{width:21px;flex:0 0 21px}.deactivation-summary p,.historical-note{margin:0;font-size:10px;line-height:1.5}.historical-note{margin:12px 0;color:var(--muted)}@media(max-width:1180px){.team-directory-head,.team-member-row{grid-template-columns:minmax(190px,1.5fr) minmax(72px,.6fr) minmax(145px,1.1fr) minmax(125px,.9fr) minmax(105px,.85fr) 96px;column-gap:10px}.team-member-editor{grid-template-columns:minmax(200px,1fr) minmax(140px,.7fr) minmax(230px,1.15fr)}.team-editor-save{grid-column:1 / -1}.team-editor-save button{width:auto;min-width:150px}}@media(max-width:1050px){.chat-responsible>span{display:none}}@media(max-width:760px){.chat-responsible{padding:0 5px}.chat-responsible .avatar{width:28px;height:28px}.conversation-badges .responsible-agent-mini{flex-basis:100%}.lead-filter-strip{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.lead-filter-strip button{flex:0 0 auto;min-height:44px}.settings-tabs-standalone{display:none}.settings-mobile-navigation{position:sticky;top:62px;z-index:70;display:block;margin:62px 14px -6px}.settings-mobile-trigger{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 13px;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 8px 24px #1230411a;text-align:left}.settings-mobile-trigger>span{min-width:0;display:grid;gap:2px}.settings-mobile-trigger small{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.04em}.settings-mobile-trigger strong{min-width:0;display:flex;align-items:center;gap:8px;overflow:hidden;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.settings-mobile-trigger strong svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent)}.settings-mobile-trigger>svg{width:18px;height:18px;flex:0 0 auto;color:var(--muted);transition:transform .16s ease}.settings-mobile-navigation.open .settings-mobile-trigger{border-color:color-mix(in srgb,var(--accent) 58%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent),0 12px 30px #12304129}.settings-mobile-navigation.open .settings-mobile-trigger>svg{transform:rotate(180deg)}.settings-mobile-section-list{position:absolute;inset:calc(100% + 7px) 0 auto;max-height:min(56dvh,480px);overflow-y:auto;overscroll-behavior:contain;padding:6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 18px 45px #091f2e3d}.settings-mobile-section-list button{width:100%;min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:0 10px;color:var(--ink);border:0;border-radius:9px;background:transparent;font-size:13px;font-weight:650;text-align:left}.settings-mobile-section-list button>svg{width:18px;height:18px;color:var(--muted)}.settings-mobile-section-list button>svg:last-child{width:16px;height:16px;color:var(--accent)}.settings-mobile-section-list button.active{color:var(--accent-strong);background:var(--surface-active)}.settings-mobile-section-list button.active>svg:first-child{color:var(--accent)}.team-access-note{align-items:flex-start}.team-access-note p{font-size:9px}.team-directory{overflow:visible;border-radius:12px}.team-directory-toolbar{align-items:stretch;flex-direction:column;gap:10px;padding:12px 0}.team-directory-summary{justify-content:space-between;gap:8px}.team-directory-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.team-directory-actions .owner-manage-button{min-height:44px}.team-member-search{width:100%}.team-directory-head{display:none}.team-member-card{border-bottom:8px solid var(--surface-subtle)}.team-member-card:last-child{border-bottom:0}.team-member-row{min-height:0;grid-template-columns:1fr 1fr;gap:14px 12px;padding:15px 13px}.team-member-primary{grid-column:1 / -1}.team-directory-cell>small{display:block;margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.team-member-statuses{align-content:start}.team-member-facts{gap:4px}.team-member-actions{grid-column:1 / -1;justify-content:stretch}.team-edit-toggle,.owner-fixed{width:100%;min-height:44px;justify-content:center}.team-member-expanded{padding:0 13px 15px}.team-member-editor{grid-template-columns:1fr;gap:14px;padding:16px 0 0}.team-editor-save{grid-column:auto}.team-editor-save button{width:100%;min-height:44px}.team-avatar-actions{flex-wrap:wrap}.team-avatar-actions .team-action-secondary{min-height:44px}.team-member-expanded>footer button{min-height:44px;width:100%;justify-content:center}.filter-option-groups fieldset:last-child button{width:100%}}@media(max-width:420px){.conversation-card-main{grid-template-columns:46px minmax(0,1fr);padding-left:12px}.avatar{width:44px;height:44px}.chat-header{gap:7px;padding:10px 8px}.chat-header .avatar{width:42px;height:42px}.chat-header .source-badge{display:none}.composer-disabled button{padding:0 7px}.metric-grid{gap:8px}.sales-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.conversation-action-viewport,.conversation-action-items>button{transition-duration:.01ms!important}}.notification-center{position:relative;z-index:120}.notification-bell{position:relative;width:44px;height:44px;display:grid;place-items:center;padding:0;color:#526579;border:1px solid #dbe4ea;border-radius:12px;background:#fffffff5;box-shadow:0 8px 24px #0a23381f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.notification-bell:hover,.notification-bell.active{color:#008ca7;border-color:#9ed8e3;background:#f4fcfd}.notification-bell svg{width:20px;height:20px}.notification-bell b{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;color:#fff;border:2px solid #fff;border-radius:999px;background:#d54850;font-size:8px;line-height:1}.notification-panel{position:absolute;top:52px;right:0;width:min(380px,calc(100vw - 24px));overflow:hidden;border:1px solid #dce5eb;border-radius:14px;background:#fff;box-shadow:0 24px 60px #091f3233}.notification-panel>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e6ecef}.notification-panel>header>div{display:grid;gap:3px}.notification-panel>header strong{font-size:14px}.notification-panel>header small{color:var(--muted);font-size:9px}.notification-panel>header button{width:36px;height:36px;display:grid;place-items:center;padding:0;color:#738194;border:0;border-radius:8px;background:transparent}.notification-panel>header button:hover{background:#f0f4f6}.notification-panel>header svg{width:17px}.notification-list{max-height:min(460px,calc(100dvh - 190px));overflow-y:auto}.notification-list>button{width:100%;min-height:72px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px 14px;text-align:left;border:0;border-bottom:1px solid #edf1f3;background:#fff}.notification-list>button:hover{background:#f7fbfc}.notification-list>button.unread{position:static;right:auto;bottom:auto;height:auto;justify-items:stretch;color:var(--ink);border-radius:0;font-size:inherit;background:#eefafd}.notification-list>button.unread:hover{background:#e5f7fb}.notification-list>button>span{width:36px;height:36px;display:grid;place-items:center;color:#008ca7;border-radius:10px;background:#dff6fa}.notification-list>button>span svg{width:17px}.notification-list>button>div{min-width:0;display:grid;gap:4px}.notification-list strong{font-size:11px}.notification-list small{color:#68798d;font-size:9px;line-height:1.45}.notification-list time{color:#8b98a7;font-size:8px}.notification-empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:7px;padding:24px;text-align:center}.notification-empty>svg{width:32px;height:32px;color:#20ae6d}.notification-empty strong{font-size:12px}.notification-empty p{margin:0;color:var(--muted);font-size:9px}.notification-panel>footer{min-height:52px;display:flex;justify-content:space-between;gap:8px;padding:8px 12px;border-top:1px solid #e6ecef;background:#fbfcfd}.notification-panel>footer button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#526579;border:0;border-radius:8px;background:transparent;font-size:9px;font-weight:800}.notification-panel>footer button:hover{background:#edf3f5}.notification-panel>footer svg{width:15px}.notification-rollout-note{max-width:1220px;display:flex;align-items:flex-start;gap:12px;margin:0 auto 16px;padding:14px 16px;color:#6d5510;border:1px solid #efdc9b;border-radius:12px;background:#fff9df}.notification-rollout-note>svg{width:20px;flex:0 0 auto}.notification-rollout-note strong{font-size:11px}.notification-rollout-note p{margin:4px 0 0;font-size:9px;line-height:1.45}.notification-settings-grid{max-width:1220px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:16px;margin:0 auto}.notification-settings-grid .settings-card{min-width:0}.notification-settings-grid .settings-card.wide{grid-column:1 / -1}.notification-matrix{overflow:hidden;border:1px solid #dfe7ec;border-radius:10px}.notification-matrix-head,.notification-matrix-row{display:grid;grid-template-columns:minmax(0,1fr) 88px 110px;align-items:center;gap:10px;padding:11px 14px}.notification-matrix-head{color:#718195;background:#f5f8fa;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.notification-matrix-head span:not(:first-child){text-align:center}.notification-matrix-row{min-height:68px;border-top:1px solid #e8edf0}.notification-matrix-row>div{display:grid;gap:4px}.notification-matrix-row strong{font-size:10px}.notification-matrix-row small{color:var(--muted);font-size:8px;line-height:1.4}.notification-matrix-row>label{position:relative;display:grid;place-items:center}.notification-matrix-row input{position:absolute;opacity:0;pointer-events:none}.notification-matrix-row .switch{position:relative;width:38px;height:22px;border-radius:999px;background:#cbd4dc;transition:background .16s ease}.notification-matrix-row .switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .16s ease}.notification-matrix-row input:checked+.switch{background:#08a9c4}.notification-matrix-row input:checked+.switch:after{transform:translate(16px)}.notification-matrix-row input:focus-visible+.switch{outline:3px solid rgba(6,168,196,.25);outline-offset:2px}.notification-preferences-card .settings-card-collapse-content>footer,.notification-routing-card .settings-card-collapse-content>footer{display:flex;justify-content:flex-end;margin-top:15px}.notification-preferences-card .settings-card-collapse-content>footer button,.notification-routing-card .settings-card-collapse-content>footer button,.notification-device-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:#fff;border:0;border-radius:8px;background:#079db7;font-size:9px;font-weight:800}.notification-preferences-card .settings-card-collapse-content>footer svg,.notification-routing-card .settings-card-collapse-content>footer svg,.notification-device-actions svg{width:16px}.push-readiness{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;font-size:8px;font-weight:800}.push-readiness.ready{color:#057647;background:#def7e9}.push-readiness.pending{color:#8a6210;background:#fff1c9}.notification-device-status{display:grid;gap:0;margin:0 0 14px;border:1px solid #e1e8ec;border-radius:9px}.notification-device-status div{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;border-bottom:1px solid #edf1f3}.notification-device-status div:last-child{border-bottom:0}.notification-device-status dt{color:var(--muted);font-size:8px}.notification-device-status dd{margin:0;font-size:9px;font-weight:750;text-transform:capitalize}.notification-device-actions{display:flex;gap:8px}.notification-device-actions button.secondary{color:#526579;border:1px solid #d6e0e6;background:#fff}.notification-desktop-note{display:flex;align-items:flex-start;gap:9px;padding:11px;color:#225f72;border:1px solid #b9dee6;border-radius:9px;background:#f1fbfd}.notification-desktop-note svg{width:17px;flex:0 0 17px}.notification-desktop-note p{margin:0;font-size:8px;line-height:1.5}.notification-device-list{display:grid;gap:7px;margin-top:14px}.notification-device-list article{min-height:48px;display:grid;grid-template-columns:30px minmax(0,1fr) 32px;align-items:center;gap:8px;padding:7px 8px;border:1px solid #e1e8ec;border-radius:9px}.notification-device-list article>svg{width:18px;color:#789}.notification-device-list article>span{display:grid;gap:2px}.notification-device-list article strong{font-size:9px}.notification-device-list article small{color:var(--muted);font-size:8px}.notification-device-list article button{width:32px;height:32px;display:grid;place-items:center;padding:0;color:#9a4b50;border:0;border-radius:7px;background:transparent}.notification-device-list article button:hover{background:#fff0f1}.notification-device-list article button svg{width:15px}.notification-device-list>p,.notification-ios-note{color:var(--muted);font-size:8px;line-height:1.45}.notification-ios-note{margin:13px 0 0}.notification-routing-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.notification-routing-list label{min-height:58px;display:grid;grid-template-columns:auto 34px minmax(0,1fr);align-items:center;gap:9px;padding:9px;border:1px solid #dfe7ec;border-radius:9px}.notification-routing-list label:has(input:checked){border-color:#9bd8e3;background:#f0fbfd}.notification-routing-list input{width:16px;height:16px;accent-color:#079db7}.routing-avatar{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;color:#07516a;border-radius:50%;background:#dff4f8;font-size:9px;font-weight:850}.routing-avatar img{width:100%;height:100%;object-fit:cover}.notification-routing-list label>span:last-child{min-width:0;display:grid;gap:3px}.notification-routing-list strong,.notification-routing-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-routing-list strong{font-size:9px}.notification-routing-list small{color:var(--muted);font-size:8px}.owner-routing-gate{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #e3e9ed;border-radius:9px;background:#f8fafb}.owner-routing-gate svg{width:20px;color:#64798a}.owner-routing-gate p{flex:1;margin:0;color:#607184;font-size:9px}.owner-routing-gate a,.owner-routing-gate button{min-height:36px;display:inline-flex;align-items:center;padding:0 11px;color:#087c93;border:1px solid #b9dce4;border-radius:8px;background:#fff;font-size:9px;font-weight:800;text-decoration:none}.desktop-app-summary{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #dce7ec;border-radius:11px;background:#f8fbfc}.desktop-app-summary>span{width:48px;height:48px;display:grid;place-items:center;color:#057e98;border-radius:12px;background:#e4f7fa}.desktop-app-summary>span svg{width:25px}.desktop-app-summary>div{display:grid;gap:3px}.desktop-app-summary strong{font-size:12px}.desktop-app-summary small{color:var(--muted);font-size:9px;text-transform:capitalize}.desktop-app-summary>b{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;color:#08784b;border-radius:999px;background:#e0f7e9;font-size:8px}.desktop-app-summary>b svg{width:13px}.desktop-status-list{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:16px 0 0}.desktop-status-list div{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f3}.desktop-status-list dt{color:var(--muted);font-size:9px}.desktop-status-list dd{display:inline-flex;align-items:center;gap:5px;margin:0;font-size:9px;font-weight:750;text-align:right}.desktop-status-list dd svg{width:14px;color:#079db7}.desktop-startup-setting{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding:11px 13px;border:1px solid #dfe7ec;border-radius:10px}.desktop-startup-setting>span:first-child{display:flex;align-items:center;gap:10px}.desktop-startup-setting>span:first-child>svg{width:20px;color:#087f99}.desktop-startup-setting>span:first-child>span{display:grid;gap:3px}.desktop-startup-setting strong{font-size:10px}.desktop-startup-setting small{color:var(--muted);font-size:8px}.desktop-startup-setting input{position:absolute;opacity:0;pointer-events:none}.desktop-startup-setting>.switch{position:relative;width:42px;height:24px;flex:0 0 42px;border-radius:999px;background:#cbd4dc;transition:background .16s ease}.desktop-startup-setting>.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .16s ease}.desktop-startup-setting input:checked+.switch{background:#08a9c4}.desktop-startup-setting input:checked+.switch:after{transform:translate(18px)}.desktop-startup-setting input:focus-visible+.switch{outline:3px solid rgba(6,168,196,.25);outline-offset:2px}.desktop-startup-setting input:disabled+.switch{opacity:.55}.desktop-security-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:12px;color:#435d6e;border-radius:9px;background:#f3f6f8}.desktop-security-note svg{width:18px;flex:0 0 18px;color:#087e96}.desktop-security-note p{margin:0;font-size:9px;line-height:1.55}.desktop-app-card footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:15px}.desktop-app-card footer button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;color:#087c93;border:1px solid #b9dce4;border-radius:8px;background:#fff;font-size:9px;font-weight:800}.desktop-app-card footer button svg{width:15px}.desktop-app-card footer .sign-out-button{color:#a4363d;border-color:#e3b8bb;background:#fff7f7}.desktop-browser-state{display:flex;align-items:flex-start;gap:14px;padding:17px;border:1px solid #dce7ec;border-radius:11px;background:#f8fbfc}.desktop-browser-state>svg{width:28px;flex:0 0 28px;color:#087f99}.desktop-browser-state strong{font-size:12px}.desktop-browser-state p{margin:7px 0;color:#526779;font-size:10px;line-height:1.55}.desktop-browser-state small{color:#8a6518;font-size:8px}@media(max-width:900px){.notification-settings-grid{grid-template-columns:1fr}.notification-settings-grid .settings-card.wide{grid-column:auto}.notification-routing-list{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-status-list{grid-template-columns:1fr}}@media(max-width:760px){.notification-center{top:auto;right:14px;bottom:calc(76px + env(safe-area-inset-bottom))}.notification-panel{top:auto;right:0;bottom:52px;max-height:calc(100dvh - 150px)}.notification-list{max-height:calc(100dvh - 290px)}.notification-settings-page{padding-top:18px}.notification-matrix-head,.notification-matrix-row{grid-template-columns:minmax(0,1fr) 62px 76px;padding-inline:10px}.notification-device-actions{display:grid;grid-template-columns:1fr 1fr}.notification-device-actions button{min-height:44px}.notification-routing-list{grid-template-columns:1fr}.owner-routing-gate{align-items:flex-start;flex-direction:column}.owner-routing-gate a,.owner-routing-gate button{width:100%;justify-content:center}.team-load-error{align-items:flex-start;flex-direction:column}.team-load-error button{width:100%;justify-content:center}.desktop-app-summary{grid-template-columns:44px minmax(0,1fr)}.desktop-app-summary>span{width:44px;height:44px}.desktop-app-summary>b{grid-column:2;justify-self:start}.desktop-startup-setting{align-items:flex-start}.desktop-browser-state{padding:14px}}.conversation-badges{display:flex;align-items:center;gap:6px}.conversation-badges>*{min-width:0;flex:0 0 auto}.conversation-badges .channel-brand-badge{width:auto;flex:0 0 auto}.channel-brand-badge .conversation-badge-label{display:none}.conversation-badges .channel-brand-badge .conversation-badge-label{display:inline-block}.conversation-badges :is(.channel-badge,.source-badge,.attention-label,.installation-label,.responsible-agent-mini)>:is(svg,img,.source-dot,.avatar){flex:0 0 auto}.conversation-badges :is(.attention-label,.installation-label)>svg{width:14px;height:14px}.conversation-badges .responsible-agent-mini .avatar{width:20px;height:20px;flex-basis:20px}.conversation-badge-label{display:inline-block;max-width:180px;overflow:hidden;opacity:1;white-space:nowrap;transition:max-width .16s ease,opacity .12s ease,margin .16s ease}@media(hover:hover)and (pointer:fine){.conversation-badges>.badge-mode-icon>.conversation-badge-label{max-width:0;margin-inline:-2.5px;opacity:0}.conversation-badges>.badge-mode-icon:hover>.conversation-badge-label,.conversation-card-main:focus-visible .conversation-badges>.badge-mode-icon>.conversation-badge-label,.badge-preview-card:focus-visible .conversation-badges>.badge-mode-icon>.conversation-badge-label{max-width:180px;margin-inline:0;opacity:1}}.channel-badge{display:inline-flex;min-height:20px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#eef3f7;color:#526579;font-size:9px;font-weight:800;letter-spacing:.04em}.channel-brand-badge{width:23px;height:23px;min-height:23px;flex:0 0 23px;padding:2px;background:transparent;letter-spacing:normal}.channel-brand-badge svg{width:19px;height:19px;display:block;fill:currentColor;filter:drop-shadow(0 1px 1px rgba(13,36,52,.12))}.channel-whatsapp{color:#25d366}.channel-telegram{color:#229ed9}.channel-messenger{color:#0866ff}.channel-offline{background:#f0f2f5;color:#647082}.conversation-badge-settings-page{max-width:1480px;margin:0 auto}.badge-settings-actions{display:flex;align-items:center;gap:9px}.badge-settings-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding-inline:14px}.badge-settings-actions svg{width:17px}.badge-settings-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);align-items:start;gap:18px}.badge-icon-gallery{display:grid;gap:11px;margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-raised)}.badge-icon-gallery>div:first-child{display:flex;align-items:center;gap:9px}.badge-icon-gallery>div:first-child>svg{width:22px;color:var(--cyan)}.badge-icon-gallery>div:first-child span{display:grid;gap:2px}.badge-icon-gallery small{color:var(--muted);font-size:9px}.badge-icon-upload{display:grid;grid-template-columns:minmax(160px,280px) auto;gap:8px;justify-content:start}.badge-icon-upload input{min-height:38px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-input);color:var(--ink)}.badge-icon-upload label{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;cursor:pointer}.badge-icon-upload label>svg{width:16px}.badge-icon-gallery-items{display:flex;flex-wrap:wrap;gap:8px}.badge-icon-gallery-items>span{max-width:130px;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;overflow:hidden;border:1px solid var(--line);border-radius:8px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.badge-icon-gallery-items img,.conversation-custom-icon{width:20px;height:20px;object-fit:contain}.badge-settings-editor{display:grid;gap:13px}.badge-category-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface-raised);box-shadow:0 8px 24px #0b22390f;transition:opacity .15s ease,transform .15s ease}.badge-category-card.dragging{opacity:.55;transform:scale(.995)}.badge-category-card>header{min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) 34px 34px;align-items:center;gap:8px;padding:10px 13px;border-bottom:1px solid var(--line);background:var(--surface-subtle)}.badge-category-card>header>svg{width:19px;color:var(--muted);cursor:grab}.badge-category-card>header>div{display:grid;gap:2px}.badge-category-card>header strong{font-size:13px}.badge-category-card>header small{color:var(--muted);font-size:9px}.badge-category-card>header button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.badge-category-card>header button svg{width:15px}.badge-value-list{display:grid}.badge-value-row{min-width:0;display:grid;grid-template-columns:minmax(105px,.45fr) minmax(145px,1fr) minmax(130px,.7fr) minmax(190px,auto);align-items:end;gap:13px;padding:12px 14px;border-bottom:1px solid var(--line)}.badge-value-row:last-child{border-bottom:0}.badge-inline-preview{min-height:38px;display:flex;align-items:center}.badge-inline-preview .conversation-badge-label{max-width:150px}.badge-value-row>label{min-width:0;display:grid;gap:5px}.badge-value-row>label>span{color:var(--muted);font-size:9px;font-weight:800}.badge-value-row input,.badge-value-row select{width:100%;min-height:38px;padding:0 10px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:var(--surface-input)}.badge-value-row input:disabled{color:var(--muted);background:var(--surface-subtle)}.badge-mode-toggle{display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.badge-mode-toggle button{min-height:32px;padding:0 9px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:9px;font-weight:800}.badge-mode-toggle button.selected{color:var(--ink);background:var(--surface-raised);box-shadow:0 2px 8px #0b22391a}.badge-settings-preview{position:sticky;top:18px;display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-raised);box-shadow:var(--shadow)}.badge-settings-preview>header{display:flex;align-items:center;gap:10px}.badge-settings-preview>header>svg{width:22px;color:var(--cyan)}.badge-settings-preview>header>div{display:grid;gap:2px}.badge-settings-preview>header small,.badge-settings-preview>p{color:var(--muted);font-size:9px;line-height:1.5}.badge-settings-preview>p{margin:0}.badge-preview-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;min-width:0;padding:13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-subtle)}.badge-preview-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#d9f4e4;color:#173d2a;font-size:11px;font-weight:850}.badge-preview-card>span:last-child{min-width:0;display:grid;gap:3px}.badge-preview-card small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.badge-preview-card .conversation-badges{margin-top:5px;flex-wrap:wrap}.badge-preview-leaf{color:#36a868;font-size:13px}.badge-unsaved-state,.badge-saved-state{justify-self:start;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:850}.badge-unsaved-state{color:#815500;background:var(--warning-soft)}.badge-saved-state{color:#0b7544;background:var(--green-soft)}.conversation-action-settings-page{max-width:1180px;margin:0 auto}.appearance-settings-page{max-width:1120px;margin:0 auto}.appearance-settings-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:18px}.appearance-settings-editor,.appearance-chat-preview{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface-raised);box-shadow:0 10px 28px #132e420f}.appearance-settings-editor>header{display:flex;align-items:flex-start;gap:12px;padding:20px 22px;border-bottom:1px solid var(--line)}.appearance-settings-editor>header>svg{width:21px;flex:0 0 auto;color:#078ca8}.appearance-settings-editor h2{margin:0;font-size:15px}.appearance-settings-editor p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.appearance-switch-row{position:relative;min-height:78px;display:grid;grid-template-columns:36px minmax(0,1fr) 44px;align-items:center;gap:12px;margin:18px 20px 0;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface-subtle);cursor:pointer}.appearance-switch-row>span:nth-of-type(2){min-width:0;display:grid;gap:4px}.appearance-switch-row strong{font-size:11px}.appearance-switch-row small{color:var(--muted);font-size:9px;line-height:1.45}.appearance-setting-icon{width:36px;height:36px;display:grid;place-items:center;color:#078ca8;border-radius:10px;background:#079db81c}.appearance-setting-icon svg{width:18px}.appearance-switch-row input{position:absolute;opacity:0;pointer-events:none}.appearance-switch-row>.switch{position:relative;width:42px;height:24px;border-radius:999px;background:#cbd4dc;transition:background .16s ease}.appearance-switch-row>.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000003d;transition:transform .16s ease}.appearance-switch-row input:checked+.switch{background:#08a9c4}.appearance-switch-row input:checked+.switch:after{transform:translate(18px)}.appearance-switch-row input:focus-visible+.switch{outline:3px solid rgba(6,168,196,.25);outline-offset:3px}.appearance-switch-row input:disabled+.switch{opacity:.55}.appearance-settings-editor .appearance-settings-note{margin:14px 22px 20px}.appearance-chat-preview{display:grid;grid-template-rows:auto 1fr auto;min-height:360px}.appearance-chat-preview>header,.appearance-chat-preview>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.appearance-chat-preview>header span{font-size:11px;font-weight:800}.appearance-chat-preview>header small{color:var(--muted);font-size:9px}.appearance-chat-preview>footer{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.appearance-preview-thread{display:flex;flex-direction:column;justify-content:center;gap:13px;padding:24px 18px;background:#edf3f4}.appearance-preview-message{max-width:84%;display:grid;gap:4px}.appearance-preview-message.outbound{align-self:flex-end;justify-items:end}.appearance-preview-message>strong{padding:0 7px;color:#0b8298;font-size:9px}.appearance-preview-bubble{min-width:180px;display:grid;gap:7px;padding:8px 10px 6px;color:#263a49;border-radius:5px 12px 12px;background:#fff;box-shadow:0 1px 2px #182c3a1f;font-size:10px}.appearance-preview-message.outbound .appearance-preview-bubble{border-radius:12px 5px 12px 12px;background:#d9f7d2}.appearance-preview-bubble time{justify-self:end;color:#657783;font-size:8px}.appearance-preview-quote{display:grid;gap:2px;padding:6px 8px;border-left:3px solid #08a9c4;border-radius:5px;background:#ffffff9e}.appearance-preview-quote b{color:#087e95;font-size:9px}.appearance-preview-quote small{overflow:hidden;color:#566a79;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.appearance-preview-thread.authors-hidden{gap:7px}.appearance-preview-thread.authors-hidden .appearance-preview-message{gap:0}.conversation-action-settings-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.65fr);align-items:start;gap:18px}.conversation-action-settings-editor{display:grid;gap:8px}.conversation-action-setting-row{min-height:62px;display:grid;grid-template-columns:28px 28px minmax(0,1fr) 38px 38px;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-raised);box-shadow:0 5px 16px #0b22390b;transition:opacity .15s ease,transform .15s ease}.conversation-action-setting-row.dragging{opacity:.55;transform:scale(.995)}.conversation-action-drag{width:28px;height:40px;display:grid;place-items:center;color:var(--muted);cursor:grab}.conversation-action-drag svg{width:18px}.conversation-action-setting-position{color:var(--muted);font-size:10px;font-weight:850;text-align:center}.conversation-action-setting-row>label{min-width:0;display:flex;align-items:center;gap:11px;cursor:pointer}.conversation-action-setting-row>label>input{width:18px;height:18px;flex:0 0 auto;accent-color:var(--cyan)}.conversation-action-setting-row>label>span{min-width:0;display:grid;gap:2px}.conversation-action-setting-row>label strong{font-size:12px}.conversation-action-setting-row>label small{color:var(--muted);font-size:9px}.conversation-action-setting-row>button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.conversation-action-setting-row>button svg{width:15px}.conversation-action-settings-preview{position:sticky;top:18px;display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-raised);box-shadow:var(--shadow)}.conversation-action-settings-preview>header{display:flex;align-items:center;gap:10px}.conversation-action-settings-preview>header>svg{width:22px;color:var(--cyan)}.conversation-action-settings-preview>header>div{display:grid;gap:2px}.conversation-action-settings-preview small,.conversation-action-settings-preview>p{color:var(--muted);font-size:9px;line-height:1.5}.conversation-action-settings-preview>p{margin:0}.conversation-action-preview-list{display:grid;gap:3px;padding:6px;border:1px solid var(--line);border-radius:10px;background:var(--surface-subtle)}.conversation-action-preview-list>span{min-height:34px;display:flex;align-items:center;padding:0 10px;border-radius:7px;background:var(--surface-raised);color:var(--ink);font-size:10px;font-weight:750}.conversation-action-preview-list>small{padding:14px 10px;text-align:center}@media(max-width:1050px){.badge-settings-layout,.conversation-action-settings-layout{grid-template-columns:1fr}.badge-settings-preview,.conversation-action-settings-preview{position:static}}@media(max-width:760px){.badge-icon-upload{grid-template-columns:1fr}.conversation-badge-settings-page .page-header,.conversation-action-settings-page .page-header{align-items:stretch}.badge-settings-actions{display:grid;grid-template-columns:1fr 1fr}.badge-value-row{grid-template-columns:minmax(95px,.7fr) minmax(0,1fr)}.badge-mode-toggle{grid-column:1 / -1}.badge-category-card>header{grid-template-columns:20px minmax(0,1fr) 40px 40px}.badge-category-card>header button{width:40px;height:40px}.conversation-action-setting-row{grid-template-columns:26px 24px minmax(0,1fr) 42px 42px;padding-inline:7px}.conversation-action-setting-row>button{width:42px;height:42px}}.identity-list{display:grid;gap:7px;margin:10px 0}.identity-list>.identity-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.identity-list .identity-primary{display:grid;gap:2px;min-width:0}.captured-profile-facts{display:grid;gap:9px;margin:0}.captured-profile-facts>div{display:grid;gap:3px;padding:9px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft)}.captured-profile-facts dt{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.captured-profile-facts dd{min-width:0;margin:0;color:var(--text);font-size:12px;font-weight:650;overflow-wrap:anywhere;white-space:pre-wrap}.captured-profile-facts .exact-identifier,.customer-profile-facts .exact-identifier{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;unicode-bidi:plaintext;overflow-wrap:anywhere}.captured-profile-facts .full-about{line-height:1.55}.identity-list small{color:var(--muted)}.telegram-contact-facts{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;margin:2px 0 0;padding:9px 0 0;border-top:1px solid var(--line)}.telegram-contact-facts>div{min-width:0}.telegram-contact-facts dt{color:var(--muted);font-size:8px;font-weight:650}.telegram-contact-facts dd{margin:2px 0 0;overflow-wrap:anywhere;color:var(--ink);font-size:9px;font-weight:700}.lid-identity-facts{grid-column:1 / -1;display:grid;gap:5px;padding-top:9px;border-top:1px solid var(--line)}.identity-kind-badge{width:fit-content;padding:4px 7px;color:#5f4793;border-radius:999px;background:#eee8ff;font-size:8px;font-weight:800}.source-review-card{display:flex;gap:10px;margin-bottom:12px;padding:12px;color:#5b438f;border:1px solid #d8caee;border-radius:9px;background:#f7f3ff}.source-review-card>svg{width:20px;flex:0 0 20px}.source-review-card p{margin:4px 0;color:#655b75;font-size:10px;line-height:1.45}.source-review-card small{color:#756c82}.source-review-card>div>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.source-review-card button{min-height:32px;padding:0 9px;border:1px solid #cdbde5;border-radius:7px;background:#fff;color:#5b438f;font-size:9px;font-weight:750}.whatsapp-label-settings-grid{max-width:1100px}.settings-card h2{display:flex;align-items:center;gap:8px}.settings-card h2>svg{width:19px;color:var(--accent)}.whatsapp-label-mapping-list{display:grid;gap:8px;margin-top:16px}.whatsapp-label-mapping-row{display:grid;grid-template-columns:14px minmax(0,1fr) minmax(260px,360px) 24px;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#fbfdff}.whatsapp-label-mapping-copy{min-width:0;display:grid;gap:3px}.whatsapp-label-mapping-copy code{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis}.whatsapp-label-mapping-copy small{color:var(--muted);font-size:9px}.whatsapp-label-mapping-row select{width:100%;min-height:36px}.whatsapp-label-rule-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.whatsapp-label-rule-fields label{display:grid;gap:4px}.whatsapp-label-rule-fields label>span{color:var(--muted);font-size:8px;font-weight:750}.mapping-active{width:18px;color:#168252}.customer-report-metrics{margin-bottom:18px}.customer-report-filters{align-items:flex-start}.customer-report-filters details{position:relative}.customer-report-filters summary{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#536678;border:1px solid #d7e2e8;border-radius:999px;background:#fff;font-size:9px;font-weight:750;cursor:pointer;list-style:none}.customer-report-filters summary::-webkit-details-marker{display:none}.customer-report-filters summary b{min-width:17px;min-height:17px;display:grid;place-items:center;color:#fff;border-radius:999px;background:var(--brand);font-size:8px}.customer-report-filters details[open]{z-index:30}.customer-report-filters details[open]>:not(summary){position:absolute;top:calc(100% + 6px);left:0;z-index:31;width:min(330px,calc(100vw - 32px));padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 14px 36px #182f3f29}.customer-report-filters details[open]>small{top:auto;margin-top:8px;color:var(--muted);transform:translateY(100%)}.report-label-options{display:grid;gap:6px;max-height:280px;overflow-y:auto}.report-label-options button{width:100%;min-height:34px;justify-content:flex-start;border-radius:8px}.report-label-options button small{margin-left:auto;color:var(--muted)}.customer-report-page td:first-child{min-width:220px}.report-tabs{display:flex;gap:8px;margin:-8px 0 18px;border-bottom:1px solid var(--line)}.report-tabs button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;color:var(--muted);border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;font-size:10px;font-weight:750}.report-tabs button.active{color:var(--brand);border-bottom-color:var(--brand)}.report-tabs svg{width:16px}.report-range{display:flex;align-items:end;gap:10px;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.report-range label{display:grid;gap:5px}.report-range label span{color:var(--muted);font-size:9px;font-weight:700}.report-range input{min-height:38px;padding:0 10px;color:var(--text);border:1px solid var(--line);border-radius:8px;background:var(--surface);font:inherit}.report-range button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 13px}.report-range button svg{width:15px}.attribution-report-context{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-bottom:12px}.attribution-report-context strong{font-size:13px}.attribution-report-context span{color:var(--muted);font-size:9px}.attribution-report-metrics{margin-bottom:22px}.attribution-report-metrics article{align-content:start}.attribution-report-metrics article>small{color:var(--muted);font-size:8px;line-height:1.5}.attribution-report-metrics .meta-attribution-card{border-color:#b8dce4;background:#f4fbfc}.attribution-report-metrics .meta-not_configured,.attribution-report-metrics .meta-unavailable{border-color:#efcf89;background:#fff9ec}.attribution-report-metrics .meta-not_configured strong,.attribution-report-metrics .meta-unavailable strong{font-size:18px;letter-spacing:-.02em}.attribution-comparison-table td:nth-child(2) strong{font-size:19px}.attribution-comparison-table td small{display:block;margin-top:4px;color:var(--muted)}.pill.report-ready{color:#087a40;background:#e4f7ed}.pill.report-maturing{color:#865f00;background:#fff1c9}.pill.report-not_configured,.pill.report-unavailable{color:#9a5a00;background:#fff0d5}.report-definition-note{display:flex;gap:10px;margin-top:14px;padding:13px 14px;color:#315367;border:1px solid #c6e1e8;border-radius:10px;background:#f4fbfc}.report-definition-note svg{width:18px;flex:0 0 18px}.report-definition-note strong,.report-definition-note p{display:block;margin:0}.report-definition-note p{margin-top:3px;font-size:9px;line-height:1.55}.customer-profile-loading{min-height:110px;display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:18px;color:var(--muted);border:1px solid var(--border);border-radius:14px;background:var(--surface)}.customer-profile-loading svg{width:18px}.customer-profile-card{margin-bottom:18px;overflow:hidden;border:1px solid #cbdde6;border-radius:14px;background:var(--surface);box-shadow:0 12px 34px #19374814}.customer-profile-card>header{display:flex;align-items:center;gap:12px;padding:16px 18px;color:#fff;background:linear-gradient(115deg,#082c46,#0a5971)}.customer-profile-card>header h2{margin:1px 0 2px;font-size:18px}.customer-profile-card>header p{color:#a8d8e5}.customer-profile-card>header span{color:#d9edf2;font-size:10px}.customer-profile-card>header .avatar{color:#17304a}.customer-profile-card>header .icon-button{margin-left:auto;color:#fff;border-color:#ffffff40;background:#ffffff14}.customer-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-profile-grid>section{min-width:0;padding:16px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.customer-profile-grid>section:nth-child(2n){border-right:0}.customer-profile-grid>section:nth-last-child(-n+2){border-bottom:0}.customer-profile-grid h3{margin:0 0 11px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.customer-profile-grid p{margin:0;color:var(--muted);font-size:11px}.customer-profile-facts{display:grid;gap:7px;margin:0}.customer-profile-facts>div{display:grid;grid-template-columns:105px minmax(0,1fr);gap:10px;align-items:start}.customer-profile-facts dt{color:var(--muted);font-size:9px}.customer-profile-facts dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:650}.customer-profile-cars{display:grid;gap:7px}.customer-profile-cars>span{display:grid;grid-template-columns:18px auto 1fr;gap:7px;align-items:center;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.customer-profile-cars svg{width:16px;color:var(--brand)}.customer-profile-cars small{justify-self:end;color:var(--muted)}.selected-customer-row{background:var(--cyan-soft)}.customer-table-person{display:flex;align-items:center;gap:9px;min-width:0;margin-bottom:5px}.customer-table-person>.avatar{width:32px;height:32px;font-size:10px}.customer-table-person>span{display:grid;min-width:0;gap:2px}.table-sort-button{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;padding:0;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.table-sort-button svg{width:14px;height:14px;transition:transform .16s ease}.table-sort-button.is-ascending svg{transform:rotate(180deg)}.table-sort-button:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:3px}@media(max-width:760px){.customer-profile-grid{grid-template-columns:1fr}.customer-profile-grid>section{border-right:0}.customer-profile-grid>section:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.customer-profile-grid>section:last-child{border-bottom:0}}@media(max-width:760px){.whatsapp-label-mapping-row{grid-template-columns:14px minmax(0,1fr) 22px}.whatsapp-label-rule-fields{grid-column:2 / -1}.source-review-card>div>div{display:grid}.label-source-grid{grid-template-columns:1fr}}.merge-candidates{display:grid;gap:7px;max-height:280px;overflow-y:auto}.merge-candidates>button{display:flex;align-items:center;gap:9px;width:100%;min-height:56px;padding:8px 10px;text-align:left;border:1px solid var(--line);border-radius:9px;background:#fff}.merge-candidates>button>span{display:grid;flex:1;gap:2px}.merge-candidates>button small{color:var(--muted)}.merge-candidates>span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:52px;color:var(--muted)}.telegram-connection-list{display:grid;gap:10px}.telegram-connection-list article{padding:13px;border:1px solid var(--line);border-radius:10px;background:#fbfdff}.telegram-connection-list article>div{display:flex;align-items:center;gap:9px}.telegram-connection-list article>div>span:not(.channel-badge){display:grid;flex:1;gap:2px}.telegram-connection-list article small,.telegram-connection-list article p{color:var(--muted)}.telegram-connection-list footer{display:flex;justify-content:flex-end;gap:8px}@media(max-width:760px){.conversation-badges{flex-wrap:wrap}.conversation-badges>.badge-mode-icon>.conversation-badge-label{max-width:180px;margin-inline:0;opacity:1}.telegram-connection-list footer{display:grid;grid-template-columns:1fr 1fr}.telegram-connection-list footer button{min-height:44px}}.owner-manage-button,.back-link{display:inline-flex;align-items:center;justify-content:center;gap:8px}.owner-manage-button svg,.back-link svg{width:18px;height:18px}.owner-secrets-page{max-width:1200px;margin:0 auto}.owner-secrets-header{align-items:flex-start}.owner-secrets-header .back-link{min-height:32px;margin:0 0 16px;padding:0;border:0;background:transparent;color:var(--accent)}.owner-vault-warning{display:flex;gap:12px;margin:0 0 14px;padding:14px 16px;border:1px solid #efc66c;border-radius:10px;background:#fff8e8;color:#694b06}.owner-vault-warning svg{flex:0 0 21px;width:21px;height:21px}.owner-vault-warning strong,.owner-vault-warning p{display:block;margin:0}.owner-vault-warning p{margin-top:3px;font-size:13px}.owner-loading{display:flex;min-height:160px;align-items:center;justify-content:center;gap:9px;color:var(--muted)}.owner-media-budget{display:grid;gap:14px;margin-bottom:16px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.owner-media-budget>header{display:flex;align-items:center;gap:12px}.owner-media-budget>header>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:#e9f7fb;color:var(--accent)}.owner-media-budget>header svg{width:20px}.owner-media-budget h2,.owner-media-budget p{margin:0}.owner-media-budget header p,.owner-media-budget-note{color:var(--muted);font-size:13px}.owner-media-budget-meter{height:10px;overflow:hidden;border-radius:999px;background:#e8edf2}.owner-media-budget-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#11a8c3,#37bf78);transition:width .25s ease}.owner-media-budget-summary{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.owner-media-budget-summary span{color:var(--muted);font-size:12px}.owner-media-budget dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0}.owner-media-budget dl div{display:grid;gap:4px;padding:10px;border-radius:8px;background:#f6f8fa}.owner-media-budget dt{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.owner-media-budget dd{margin:0;font-weight:750}.owner-media-provider-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.owner-media-provider-breakdown span{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:12px}.owner-media-provider-breakdown strong{color:var(--text)}.owner-provider-grid{display:grid;gap:16px}.owner-provider-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.owner-provider-card>header{display:flex;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line);background:#fbfdff}.owner-provider-card>header>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#e9f7fb;color:var(--accent)}.owner-provider-card>header svg{width:20px}.owner-provider-card h2,.owner-provider-card p{margin:0}.owner-provider-card header p{margin-top:3px;color:var(--muted);font-size:13px}.owner-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.owner-value{min-width:0;padding:17px 18px;border-bottom:1px solid var(--line)}.owner-value:nth-child(odd){border-right:1px solid var(--line)}.owner-value-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.owner-value-heading>div{display:grid;gap:3px;min-width:0}.owner-value-heading small{color:var(--muted);line-height:1.35}.owner-source{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#f0f3f6;color:#586a7a;font-size:10px;font-weight:800}.owner-source.source-vault{background:#e4f7ed;color:#087a40}.owner-source.source-missing{background:#fff0e9;color:#a4461d}.owner-value dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.owner-value dl div{display:grid;gap:2px}.owner-value dt{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.owner-value dd{min-width:0;margin:0;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.purchase-impact{display:flex;align-items:center;gap:6px;color:#9a4c18;font-size:12px}.purchase-impact svg{width:15px;height:15px}.owner-value-actions,.owner-value-editor footer,.owner-candidate footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px}.owner-value-actions button,.owner-value-editor button,.owner-candidate button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px}.owner-value-actions svg,.owner-candidate button svg{width:16px;height:16px}.owner-value-editor{display:grid;gap:9px;margin-top:14px;padding:13px;border:1px solid #9fd3e2;border-radius:9px;background:#f5fbfd}.owner-value-editor label{display:grid;gap:6px;font-size:12px;font-weight:700}.owner-value-editor input{width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--line);border-radius:7px;font:inherit}.owner-value-editor p{color:var(--muted);font-size:11px}.owner-candidate{display:grid;gap:8px;margin-top:14px;padding:13px;border:1px solid #e4c96d;border-radius:9px;background:#fffbee}.owner-candidate.candidate-valid{border-color:#8bd2aa;background:#f0fbf5}.owner-candidate.candidate-invalid{border-color:#e9a491;background:#fff5f2}.owner-candidate>div{display:flex;gap:9px}.owner-candidate>div>span{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border-radius:50%;background:#fff}.owner-candidate svg{width:15px;height:15px}.owner-candidate>div>div{display:grid;gap:3px}.owner-candidate small,.owner-candidate p{color:var(--muted);font-size:12px}.owner-candidate .activate-button{background:#087a40}@media(max-width:760px){.owner-secrets-header{gap:12px}.owner-secrets-header>button{width:100%;min-height:44px}.owner-provider-card>header,.owner-value{padding:14px}.owner-values{grid-template-columns:1fr}.owner-value:nth-child(odd){border-right:0}.owner-value-heading{display:grid}.owner-source{justify-self:start}.owner-value-actions,.owner-value-editor footer,.owner-candidate footer{display:grid;grid-template-columns:1fr}.owner-value-actions button,.owner-value-editor button,.owner-candidate button{min-height:44px}.owner-media-budget-summary{display:grid}.owner-media-budget dl{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-media-provider-breakdown{grid-template-columns:1fr}}.app-tools{position:fixed;right:14px;bottom:calc(76px + env(safe-area-inset-bottom));z-index:120;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.theme-toggle{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;padding:0;color:#526579;border:1px solid #dbe4ea;border-radius:12px;background:#fffffff5;box-shadow:0 8px 24px #0a23381f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease}.theme-toggle:hover{color:#008ca7;border-color:#9ed8e3;background:#f4fcfd;transform:translateY(-1px)}.theme-toggle svg{width:20px;height:20px}.theme-toggle-label,.notification-bell-label{min-width:0;max-width:150px;overflow:hidden;opacity:1;white-space:nowrap;transform:translate(0);transition:max-width .22s ease,opacity .18s ease,transform var(--primary-nav-duration) var(--primary-nav-easing)}.theme-toggle--floating .theme-toggle-label,.notification-bell--floating .notification-bell-label{display:none}.notification-center--floating{inset:auto}.nav-footer .notification-center{width:100%}.nav-footer :is(.notification-bell--nav,.theme-toggle--nav){position:relative;width:100%;height:34px;min-height:34px;display:flex;align-items:center;justify-content:flex-start;gap:10px;overflow:visible;padding:0 10px;color:#656565;text-align:left;border:0;border-radius:8px;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;font-size:11px;transition:padding var(--primary-nav-duration) var(--primary-nav-easing),color .16s ease,background .16s ease}.nav-footer :is(.notification-bell--nav,.theme-toggle--nav):hover{color:#252525;border-color:transparent;background:#f0f0f0;box-shadow:none;transform:none}.nav-footer :is(.notification-bell--nav,.theme-toggle--nav)>svg{width:16px;height:16px;flex:0 0 auto}.notification-bell--nav b{top:7px;right:9px;min-width:19px;height:19px;border-width:2px}.app-nav-collapsed .notification-bell--nav b{top:-2px;right:0}.notification-center--nav .notification-panel{position:fixed;top:auto;right:auto;bottom:12px;left:calc(var(--primary-nav-width) + 12px);width:min(380px,calc(100vw - var(--primary-nav-width) - 24px));max-height:calc(100dvh - 24px)}.app-shell.nav-collapsed .notification-center--nav .notification-panel{left:calc(var(--primary-nav-width-collapsed) + 12px);width:min(380px,calc(100vw - var(--primary-nav-width-collapsed) - 24px))}.app-shell.nav-collapsed .app-nav-hover-expanded .notification-center--nav .notification-panel{left:calc(var(--primary-nav-width) + 12px);width:min(380px,calc(100vw - var(--primary-nav-width) - 24px))}.notification-center--nav .notification-list{max-height:calc(100dvh - 162px)}@media(max-width:760px){.notification-center--floating .notification-panel{top:auto;right:0;bottom:52px;max-height:calc(100dvh - 150px)}}html[data-theme=dark] body,html[data-theme=dark] .app-shell,html[data-theme=dark] .app-content,html[data-theme=dark] .page{color:var(--ink);background:var(--app-bg)}html[data-theme=dark] :is(input,textarea,select){color:var(--ink);caret-color:var(--cyan)}html[data-theme=dark] :is(input,textarea)::placeholder{color:#728196}html[data-theme=dark] ::selection{color:#f3fbff;background:#087f99}html[data-theme=dark]{scrollbar-color:#45586a #101923}html[data-theme=dark] :is(.app-nav,.nav-identity,.nav-account-menu,.nav-footer,.nav-quick-search,.app-nav-collapsed .nav-search-collapsed,.inbox-layout,.conversation-list,.conversation-card,.chat-header,.composer,.inspector,.inspector-tabs,.inspector-section-toggle,.conversation-data-view,.conversation-data-group,.customer-metadata-card,.legacy-metadata-view,.legacy-metadata-entry,.legacy-metadata-empty,.page-search,.table-panel,.metric-grid article,.sales-cards article,.settings-card,.modal,.conversation-action-panel,.conversation-action-panel>header,.quick-dialog,.quick-picker-library,.quick-preview,.quick-step-list>article,.queued-run,.queue-item,.quick-library-list article,.quick-editor,.quick-editor-steps article,.settings-tabs,.team-member-card,.team-member-editor,.responsible-picker,.notification-bell,.theme-toggle,.notification-panel,.notification-panel>footer,.notification-device-list article,.notification-routing-list label,.desktop-app-summary,.desktop-startup-setting,.desktop-app-card footer button,.desktop-browser-state,.identity-list>.identity-card,.merge-candidates>button,.telegram-connection-list article,.owner-provider-card,.owner-provider-card>header,.owner-value,.owner-media-budget,.owner-media-budget dl div,.owner-candidate>div>span){color:var(--ink);border-color:var(--line);background:var(--surface)}html[data-theme=dark] .nav-account-summary{border-color:var(--line)}html[data-theme=dark] :is(.nav-account-summary small,.nav-account-note){color:var(--muted)}html[data-theme=dark] .nav-owner-access{color:#78dda9}html[data-theme=dark] .nav-account-menu>:is(button,a){color:var(--ink)}html[data-theme=dark] .nav-account-menu>:is(a,.nav-sign-out){color:var(--danger)}html[data-theme=dark] .conversation-data-group>header,html[data-theme=dark] .conversation-data-row{border-color:var(--line)}html[data-theme=dark] .conversation-data-group>header>svg,html[data-theme=dark] .conversation-data-group>header>span{color:#7eddec;background:#163843}html[data-theme=dark] .conversation-data-heading button:disabled{color:#8493a0;background:#263442}html[data-theme=dark] :is(.legacy-metadata-entry dl>div,.customer-metadata-state button){color:var(--ink);border-color:var(--line);background:var(--surface-subtle)}html[data-theme=dark] .customer-metadata-safety{color:#8be0b1;border-color:#315f46;background:#173326}html[data-theme=dark] .customer-metadata-inline-error{color:#ffaaa2;background:#3a211d}html[data-theme=dark] :is(.customer-metadata-icon,.legacy-metadata-heading>span){color:#78d7e6;background:#173440}html[data-theme=dark] .customer-metadata-save:disabled{color:#8896a5;background:#263442}html[data-theme=dark] .legacy-metadata-entry.is-warning{border-color:#6b592e;background:#302716}html[data-theme=dark] .legacy-metadata-entry>header span{color:#c4cfda;background:#263442}html[data-theme=dark] .legacy-metadata-entry.is-warning>header span{color:#f0ca7d;background:#40351f}html[data-theme=dark] :is(.chat-panel,.conversation-filter-picker,.message-scroll,.note,.event-preview,.template-preview,.quick-picker-zero,.quick-empty,.quick-library-readonly span,.desktop-security-note,.notification-device-status,.owner-routing-gate,.owner-loading,.owner-media-budget-meter,.owner-value-editor){color:var(--ink);border-color:var(--line);background-color:var(--surface-subtle)}html[data-theme=dark] .message-scroll{background-image:radial-gradient(circle at 12px 12px,rgba(168,188,204,.07) 1.2px,transparent 1.4px)}html[data-theme=dark] :is(.icon-button,.filter-picker-section,.filter-search-box,.filter-option-groups button,.field input,.field select,.field textarea,.inline-form input,.note-form textarea,.template-composer-fields input,.template-composer-fields select,.amount-input div,.amount-input input,.conversation-action-form input,.conversation-action-form select,.conversation-action-form textarea,.conversation-action-form footer button.secondary,.quick-picker-library input,.quick-step-list textarea,.quick-schedule-time input,.queue-reschedule input,.quick-editor-fields input,.quick-editor-fields select,.quick-editor-steps textarea,.owner-value-editor input,.settings-refresh,.modal-actions .secondary,.compact-secondary,.lead-filter-strip button,.sign-out-button,.notification-device-actions button.secondary,.notification-device-list article button,.owner-routing-gate a,.owner-routing-gate button,.owner-secrets-header .back-link){color:var(--ink);border-color:var(--line);background:var(--surface-input)}html[data-theme=dark] :is(.nav-identity:hover,.nav-account-menu>button:hover,.nav-account-menu>a:hover,.nav-group .nav-item:hover,.nav-subtree button:hover,.nav-collapse-toggle:hover,.app-nav-collapsed .nav-search-collapsed:hover,.icon-button:hover,.filter-picker-close:hover,.filter-section-toggle:hover,.filter-search-clear:hover,.filter-option-groups button:hover,.conversation-card:hover,.conversation-card-overflow:hover,.reply-message-button:hover,.emoji-picker-grid button:hover,.emoji-picker-grid button:focus-visible,.inspector-section-toggle:hover,.settings-card-collapse-toggle:hover,.conversation-action-close:hover,.conversation-action-back:hover,.conversation-action-items>button:hover:not(:disabled),.conversation-action-items>button:focus-visible,.quick-picker-list>button:hover,.notification-panel>header button:hover,.notification-list>button:hover,.notification-panel>footer button:hover,.notification-device-list article button:hover,.responsible-picker>button:hover){color:var(--ink);background:var(--surface-hover)}html[data-theme=dark] .conversation-filter-picker{box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .filter-picker-section{border-color:#344657;background:var(--surface)}html[data-theme=dark] .filter-section-content{border-color:#2b3d4e}html[data-theme=dark] .filter-section-toggle b{color:#80deef;background:#173b47}html[data-theme=dark] .filter-option-check{border-color:#536476;background:#101923}html[data-theme=dark] .conversation-filter-picker>footer{border-color:#344657}html[data-theme=dark] .conversation-filter-picker>footer span{color:#a5b3c3}html[data-theme=dark] .conversation-filter-picker>footer button{color:#73d5e8}html[data-theme=dark] .conversation-filter-picker>footer button:disabled{color:#667585}html[data-theme=dark] :is(.nav-group .nav-item.active,.nav-subtree button.active,.conversation-card.active,.filter-option-groups button.selected,.quick-picker-list>button.active,.settings-tabs button.active,.responsible-picker>button[aria-selected=true],.lead-filter-strip button.selected,.notification-routing-list label:has(input:checked)){color:#7ddcf0;border-color:#327085;background:var(--surface-active)}html[data-theme=dark] :is(.nav-identity-copy small,.nav-account-summary small,.nav-account-note,.nav-quick-search,.nav-quick-search kbd,.nav-group>p,.nav-no-results,.conversation-list header span,.conversation-line time,.preview,.source-badge,.chat-header div span,.typing-collision>span:last-child,.bubble footer,.emoji-picker-popover small,.template-composer-heading small,.template-composer-fields label,.template-preview>span,.inspector-empty,.inspector-section-summary,.detail-list dt,.customer-identity>p,.customer-identity .section-heading>span,.followup small,.note small,.timeline-event small,.timeline-event time,.page-header p:not(.eyebrow),th,td,td small,.metric-grid span,.section-title p,.sales-cards article div small,.setting-row small,.retention-list dt,.settings-card.wide p,.settings-card-collapse-copy p,.time-settings-preview small,.time-settings-card form>p,.session-profile small,.session-settings p,.template-status-grid dt,.modal-form>p,.event-preview dt,.conversation-action-panel>header small,.conversation-action-items>button>span>small,.conversation-action-items>p,.quick-picker-list button small,.quick-preview-heading small,.quick-send-options label small,.queued-run>header small,.queue-item small,.quick-library-list small,.quick-library-list article>span,.quick-library-readonly small,.responsible-picker small,.team-access-note p,.team-member-facts,.historical-note,.notification-panel>header small,.notification-list small,.notification-list time,.notification-empty p,.notification-matrix-row small,.notification-device-status dt,.notification-device-list article small,.notification-device-list>p,.notification-ios-note,.notification-routing-list small,.owner-routing-gate p,.desktop-app-summary small,.desktop-status-list dt,.desktop-startup-setting small,.desktop-browser-state p,.identity-list small,.telegram-contact-facts dt,.merge-candidates>button small,.telegram-connection-list article small,.telegram-connection-list article p,.owner-media-budget header p,.owner-media-budget-note,.owner-media-budget dt,.owner-provider-card header p,.owner-value-heading small,.owner-value-editor p,.owner-candidate small,.owner-candidate p){color:var(--muted)}html[data-theme=dark] .conversation-list header .telegram-health-mark{color:#229ed9}html[data-theme=dark] .conversation-list header .telegram-health-error-badge{color:#fff}html[data-theme=dark] :is(.nav-group .nav-item,.nav-subtree button,.notification-bell--nav,.theme-toggle--nav,.nav-collapse-toggle,.settings-tabs button,.mobile-nav button){color:#c2ccd8}html[data-theme=dark] :is(.nav-group .nav-item>.nav-item-icon,.nav-subtree button svg,.nav-identity-chevron,.conversation-card-overflow,.filter-picker-close,.conversation-action-items>button>svg){color:#91a0b1}html[data-theme=dark] :is(.nav-footer,.nav-footer-collapse,.nav-identity,.chat-header,.inspector-tabs,.notification-panel>footer){border-color:var(--line)}html[data-theme=dark] .nav-footer :is(.notification-bell--nav,.theme-toggle--nav){background:transparent}html[data-theme=dark] .nav-footer :is(.notification-bell--nav,.theme-toggle--nav):hover{color:#e8eef5;background:var(--surface-hover)}html[data-theme=dark] .notification-bell--nav b{border-color:var(--surface)}html[data-theme=dark] .conversation-presence{color:#b9c8d1;border-color:#3a5360;background:#1c2c37}html[data-theme=dark] .conversation-presence.is-typing{color:#74d9e9;border-color:#315f6c;background:#17343f}html[data-theme=dark] .chat-header .chat-presence-status{color:#b8c7d2}html[data-theme=dark] .chat-header .chat-presence-status.is-typing{color:#6dd8eb}html[data-theme=dark] .telegram-health-popover{color:#d9e3e9;border-color:#3a4d5b;background:#17232d}html[data-theme=dark] .telegram-health-popover small{color:#b8c7d2}html[data-theme=dark] .mobile-nav{border-color:var(--line);background:#101923f5}html[data-theme=dark] .mobile-nav button.active{color:#57cfe6}html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .notification-bell:hover,html[data-theme=dark] .notification-bell.active{color:#6cd9ed;border-color:#386f80;background:#173440}html[data-theme=dark] .bubble{color:#e8eef5;border-color:#344352;background:#1a2733;box-shadow:0 1px 2px #00000040}html[data-theme=dark] .message-outbound .bubble{color:#ddf5e7;border-color:#28543d;background:#183b2d}html[data-theme=dark] .message-app .bubble{color:#dff5f8;border-color:#2d5964;background:#173842}html[data-theme=dark] .message-system .bubble{color:#b4c0cd;border-color:#33414f;background:#202c38}html[data-theme=dark] .native-reply-quote{color:#bdc9d4;background:#070f1657}html[data-theme=dark] button.native-reply-quote:hover{background:#070f1685}html[data-theme=dark] .reply-quote-copy small{color:#aebbc7}html[data-theme=dark] .reply-quote-media{background:#070f165c}html[data-theme=dark] .composer-reply-shell{border-color:var(--line);background:var(--surface-subtle)}html[data-theme=dark] .history-context-bar{color:#c7eaf0;border-color:#315b69;background:#15313b}html[data-theme=dark] .history-context-bar small{color:#9fb6c1}html[data-theme=dark] .history-context-bar button{color:#78d7e6;border-color:#356979;background:#172733}html[data-theme=dark] .appearance-preview-thread{background:#14212c}html[data-theme=dark] .appearance-preview-bubble{color:#e6eef4;background:#1d2b37}html[data-theme=dark] .appearance-preview-message.outbound .appearance-preview-bubble{color:#ddf5e7;background:#183b2d}html[data-theme=dark] .appearance-preview-quote{background:#070f165c}html[data-theme=dark] .message-sender{color:#b6c4d0}html[data-theme=dark] .message-sender-crm{color:#9bd6ae}html[data-theme=dark] .message-sender-business-app{color:#78d7e6}html[data-theme=dark] .message-sender-system,html[data-theme=dark] .message-edited{color:#a7b4c0}html[data-theme=dark] .message-sender-channel{background:#0c192385;box-shadow:0 0 0 1px #aeccda2e}html[data-theme=dark] .day-separator span{color:#b5c1ce;background:#182430f0;box-shadow:0 1px 4px #00000040}html[data-theme=dark] :is(.reply-chip,.attachment-chip,.reply-context-label,.message-reaction-pill,.message-reaction-delivery,.crm-time-tooltip,.emoji-picker-popover,.media-card){color:var(--ink);border-color:var(--line);background:var(--surface-raised)}html[data-theme=dark] :is(.reply-chip button,.attachment-chip button,.reply-message-button,.emoji-picker-grid button,.emoji-picker-trigger){color:#afbdca;background:transparent}html[data-theme=dark] :is(.message-action-rail,.message-action-menu,.message-info-dialog){color:var(--ink);border-color:var(--line);background:#192632fa}html[data-theme=dark] .message-action-rail button{color:#afbdca}@media(max-width:760px){html[data-theme=dark] .message-action-rail,html[data-theme=dark] .message-action-rail button{background:transparent}}html[data-theme=dark] .message-quick-reactions,html[data-theme=dark] .message-info-dialog>header,html[data-theme=dark] .message-info-reactions{border-color:var(--line)}html[data-theme=dark] .message-action-list>button{color:#d5dee7}html[data-theme=dark] .message-action-list>button:hover,html[data-theme=dark] .message-action-list>button:focus-visible{color:#74d6e7;background:#183440}html[data-theme=dark] .message-info-dialog dl div{border-color:#2f3f4e}html[data-theme=dark] .message-info-dialog dt,html[data-theme=dark] .message-info-reactions>strong{color:#9eabba}html[data-theme=dark] .message-info-dialog dd{color:#dce5ed}html[data-theme=dark] .message-info-reactions span{color:var(--ink);border-color:var(--line);background:var(--surface-raised)}html[data-theme=dark] .composer-input-shell{border-color:var(--line);background:var(--surface-input);box-shadow:none}html[data-theme=dark] .quick-group-button{color:#8edceb!important;border-color:#356d7c!important;background:#173640!important}html[data-theme=dark] .quick-all-button{color:#c8c1f4!important;border-color:#655d91!important;background:#302d47!important}html[data-theme=dark] .quick-response-row .quick-reply-button,html[data-theme=dark] .quick-group-list button,html[data-theme=dark] .quick-all-list .quick-reply-button{color:var(--ink);border-color:var(--line);background:var(--surface-input)}html[data-theme=dark] .quick-response-row .quick-reply-button.is-recent,html[data-theme=dark] .quick-group-list button.active,html[data-theme=dark] .quick-all-list .quick-reply-button.is-recent{color:#8edceb;border-color:#356d7c;background:#173640}html[data-theme=dark] .quick-compact-panel{border-color:var(--line);background:var(--surface);box-shadow:0 -10px 28px #0000004d}html[data-theme=dark] .quick-compact-preview article{border-color:var(--line);background:var(--surface-subtle)}html[data-theme=dark] .composer textarea{color:var(--ink);background:transparent}html[data-theme=dark] .composer-disabled{color:#aab5c1;border-color:#5b4e2b;background:#342b19}html[data-theme=dark] .composer-disabled button{color:#f1c873;border-color:#6d5b32;background:#40351f}html[data-theme=dark] .telegram-window-notice{color:#f1cf8c;border-color:#5b4e2b;background:#342b19}html[data-theme=dark] .telegram-window-notice small{color:#c6af80}html[data-theme=dark] .telegram-window-notice button{color:#f1cf8c;border-color:#6d5b32;background:#40351f}html[data-theme=dark] :is(.country-picker-trigger,.country-picker-popover){color:var(--ink);border-color:var(--line);background:var(--surface-raised)}html[data-theme=dark] .country-picker-search{border-color:var(--line)}.country-picker-search input{color:var(--ink);background:transparent}html[data-theme=dark] .country-flag-empty{color:#9eabba;border-color:#53606e;background:#263442}html[data-theme=dark] .chat-zero{color:#aab7c5;border-color:var(--line);background:#17232f}html[data-theme=dark] :is(.pill,.organic-sale,.responsible-agent-mini,.chat-responsible,.table-agent,.attention-label,.installation-label,.channel-offline){color:#c4cfda;background:#263442}html[data-theme=dark] :is(.compatibility-compatible,.stage-compatible,.stage-paid,.stage-installed,.purchase-sent,.reported,.indicator.ok,.integration-pills .ok,.state-approved,.access-verified,.member-state.active,.push-readiness.ready){color:#77e0aa;background:var(--green-soft)}html[data-theme=dark] :is(.compatibility-incompatible,.stage-lost,.purchase-failed,.admin-actions .danger,.icon-button.danger,.queue-marker.attention,.member-state.inactive,.owner-source.source-missing){color:#ff9fa5;background:var(--danger-soft)}html[data-theme=dark] .admin-actions button:not(.danger){color:#d7e0ea;border-color:#3a4a5a;background:#1b2835}html[data-theme=dark] .admin-actions button:not(.danger):hover{color:#f3f7fb;border-color:#526679;background:#223140}html[data-theme=dark] :is(.stage-awaiting_payment,.purchase-retrying,.integration-pills .warn,.indicator.warn,.state-pending,.queue-marker,.push-readiness.pending,.access-pending){color:#f0c873;background:var(--warning-soft)}html[data-theme=dark] :is(.stage-awaiting_details,.purchase-sending,.gate-note,.time-settings-preview,.profile-settings-summary,.team-access-note,.notification-rollout-note,.notification-desktop-note,.owner-vault-warning,.owner-source.source-vault){color:#82d9ea;border-color:#315b69;background:var(--info-soft)}html[data-theme=dark] th{border-color:var(--line);background:#111b26}html[data-theme=dark] td{border-color:var(--line);color:#bdc8d4}html[data-theme=dark] td strong{color:var(--ink)}html[data-theme=dark] tbody tr:hover{background:#1c2b38}html[data-theme=dark] :is(.setting-row,.retention-list div,.desktop-status-list div,.template-status-grid dl div,.event-preview dl div){border-color:var(--line)}html[data-theme=dark] .modal-backdrop,html[data-theme=dark] .quick-dialog-backdrop,html[data-theme=dark] .conversation-action-layer.is-dialog{background:var(--overlay)}html[data-theme=dark] :is(.quick-response-drawer,.quick-drawer-resize,.quick-drawer-header){color:var(--ink);border-color:var(--line);background:var(--surface)}html[data-theme=dark] .quick-view-switcher{border-color:var(--line);background:var(--surface-subtle)}html[data-theme=dark] .quick-view-switcher button.active{color:#88deed;background:var(--surface-active)}html[data-theme=dark] .quick-picker-media{color:#89dbe9;background:#183846}html[data-theme=dark] .quick-picker-card-preview{color:#bdd0df}html[data-theme=dark] .toast{background:#176c50}html[data-theme=dark] .toast-error{background:#8d343e}html[data-theme=dark] .session-ended-shell{background:#101923}html[data-theme=dark] .session-ended-view{background:#16222e}html[data-theme=dark] .session-ended-icon{color:#65d5e8;background:#173c46}html[data-theme=dark] .quick-warning,html[data-theme=dark] .purchase-warning,html[data-theme=dark] .owner-candidate{color:#f0ca7d;border-color:#6b592e;background:#342a17}html[data-theme=dark] .owner-candidate.candidate-valid{color:#8be0b1;border-color:#315f46;background:#173326}html[data-theme=dark] .owner-candidate.candidate-invalid{color:#ffaaa2;border-color:#744237;background:#3a211d}html[data-theme=dark] .notification-list>button{color:var(--ink);border-color:var(--line);background:var(--surface)}html[data-theme=dark] .notification-list>button.unread{background:#16323d}html[data-theme=dark] .notification-list>button.unread:hover{background:#1c3d49}html[data-theme=dark] .notification-panel>header button,html[data-theme=dark] .notification-panel>footer button{color:#87d8e8}html[data-theme=dark] .notification-matrix-head,html[data-theme=dark] .notification-routing-list label:has(input:checked){border-color:var(--line);background:var(--surface-subtle)}html[data-theme=dark] :is(.quick-send-options>label:not(.quick-schedule-time),.quick-step-toggle>span,.queue-summary span,.owner-media-provider-breakdown span,.owner-media-budget-summary span){color:#c5d0db;border-color:var(--line);background:#21303d}html[data-theme=dark] :is(.quick-picker-search,.quick-picker-filters label,.quick-picker-list>button){color:var(--ink);border-color:var(--line);background:var(--surface)}html[data-theme=dark] .quick-response-tags i{color:#bdd0df;background:#253847}html[data-theme=dark] .quick-picker-card-title em{color:#8be5f4;background:#174451}html[data-theme=dark] :is(.quick-send-options>label.active,.quick-step-toggle input:checked+span,.queue-summary span.attention){color:#86deed;border-color:#367284;background:var(--surface-active)}html[data-theme=dark] :is(.quick-send-options>label.disabled,.quick-step-list>article.omitted,.team-member-card.is-inactive){opacity:.68;background:#121c26}html[data-theme=dark] .queued-run.run-needs_review{border-color:#765f30;background:#302716}html[data-theme=dark] :is(.owner-value-editor,.owner-media-budget,.desktop-app-summary,.desktop-browser-state,.time-settings-preview,.profile-settings-summary){border-color:var(--line)}html[data-theme=dark] .owner-media-budget-meter span{background:linear-gradient(90deg,#079db7,#35c6d8)}html[data-theme=dark] .owner-fixed{color:#b9c7d5;background:#23313e}@media(prefers-reduced-motion:reduce){.theme-toggle{transition-duration:.01ms!important}}.vehicle-card .vehicle-card-toggle{min-height:28px;height:28px;padding:3px 7px}.vehicle-card .vehicle-card-content{padding:0 7px 6px}.vehicle-card .vehicle-record-id{display:none}.vehicle-card .lead-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.vehicle-card .lead-edit-grid .field,.vehicle-card .lead-edit-grid .vehicle-identifier-field{grid-column:auto}.vehicle-card .field{gap:1px;font-size:7px}.vehicle-card .field input,.vehicle-card .field select{min-height:22px;height:22px;padding:1px 5px;font-size:8px}.vehicle-card .lead-edit-grid>button,.vehicle-card .payment-control>button{min-height:22px;height:22px;padding-inline:7px}.vehicle-card .vehicle-status-grid{gap:4px;margin-top:4px}.vehicle-card .car-commerce-controls{grid-template-columns:1fr;gap:4px;margin-top:5px;padding-top:5px}.vehicle-card .car-payment{gap:4px;padding:5px}.vehicle-card .payment-amount-picker{gap:4px}.vehicle-card .payment-presets{gap:3px}.vehicle-card .payment-presets>button{min-height:20px;height:20px;padding-inline:3px;font-size:8px}.vehicle-card .payment-custom{grid-template-columns:68px minmax(0,1fr);gap:3px}.vehicle-card .vehicle-remove{width:100%;min-height:24px;display:flex;align-items:center;justify-content:center;gap:5px;margin-top:5px;color:#9f2d24;border:1px solid #e7b9b4;border-radius:7px;background:transparent;font-size:8px;font-weight:750}.vehicle-card .vehicle-remove svg{width:12px;height:12px}.archived-vehicles{margin-top:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle)}.archived-vehicles summary{display:flex;justify-content:space-between;padding:8px;cursor:pointer;font-size:9px;font-weight:750}.archived-vehicles>div{display:grid;gap:5px;padding:0 7px 7px}.archived-vehicles article{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.archived-vehicles article>span{min-width:0;display:grid;gap:1px}.archived-vehicles article small{color:var(--muted);font-size:7px}.archived-vehicles article button{min-height:26px;display:flex;align-items:center;gap:4px;border:0;border-radius:6px;color:#fff;background:var(--accent);font-size:8px}.archived-vehicles article button svg{width:12px}.conversation-card{min-height:82px;display:block;border-bottom-color:color-mix(in srgb,var(--line) 72%,transparent);touch-action:pan-y}.conversation-card:hover{background:color-mix(in srgb,var(--cyan) 4%,var(--surface))}.conversation-card.active{width:calc(100% - 16px);min-height:76px;margin:4px 8px;border-bottom-color:transparent;border-radius:12px;background:color-mix(in srgb,var(--cyan) 12%,var(--surface));box-shadow:inset 3px 0 var(--cyan)}.conversation-card-main{min-height:81px;grid-template-columns:50px minmax(0,1fr);gap:11px;padding:8px 48px 8px 12px;text-align:start}.conversation-card.active .conversation-card-main{min-height:76px}.conversation-card-main .customer-avatar-platforms{align-self:center}.conversation-card-main>.customer-avatar-platforms>.avatar{width:50px;height:50px}.conversation-card-main>.avatar{width:50px;height:50px;align-self:center}.conversation-card-overflow{position:absolute;top:3px;right:2px;z-index:3;margin:0;opacity:0}.conversation-card:hover .conversation-card-overflow,.conversation-card:focus-within .conversation-card-overflow,.conversation-card.active .conversation-card-overflow{opacity:1}.conversation-line{gap:8px;line-height:20px}.conversation-time-stack{flex:0 0 auto;display:grid;justify-items:end;align-self:start;line-height:1.15}.conversation-activity-time{color:#5e7184;white-space:nowrap;font-variant-numeric:tabular-nums}.conversation-time-stack .conversation-reply-age{max-width:92px;margin-top:2px;overflow:hidden;color:#718093;font-size:8px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.conversation-line strong{font-size:15px;font-weight:650}.conversation-card.is-unread .conversation-line strong{font-weight:820}.conversation-card.is-unread .conversation-activity-time{color:#07986a;font-weight:800}.conversation-card.is-unread .preview{color:var(--ink);font-weight:650}.conversation-card-main .conversation-copy{align-content:center;gap:1px}.conversation-card-main .preview{line-height:18px}.conversation-reply-line{min-width:0;height:22px;display:flex;align-items:center;gap:7px;color:#627389;font-size:10px}.conversation-list-badge-rail{min-width:0;grid-column:1 / -1;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:center;gap:2px;height:40px;margin-top:3px;overflow:hidden}.conversation-list-rail-badge{--rail-color: #8392a2;min-width:0;height:40px;display:grid;place-items:center;color:var(--rail-color)}.conversation-list-rail-badge .chat-rail-badge{width:34px;height:34px}.conversation-list-rail-badge.is-empty .chat-rail-badge{color:#6d7e8e;border-style:dashed;background:var(--surface-subtle)}.conversation-list-rail-badge .chat-rail-badge>.installation-person-avatar{width:28px;height:28px}.conversation-meta-scroll{min-width:0;display:flex;align-items:center;gap:5px;overflow:hidden;white-space:nowrap}.conversation-meta-scroll>*{flex:0 0 auto}.conversation-primary-badges{display:inline-flex;flex:0 0 auto;align-items:center;gap:3px}.conversation-primary-badges .channel-badge{display:inline-grid;place-items:center;width:21px;height:21px;min-width:21px;padding:2px;border:2px solid var(--surface);border-radius:50%;background:var(--surface);box-shadow:0 1px 3px #0003}.conversation-primary-badges .channel-badge>svg{width:15px;height:15px}.conversation-primary-badges .conversation-badge-label{display:none}.conversation-primary-badges .customer-country-badge:before{inset:-11px 0}.conversation-last-reply{min-width:0;overflow:hidden;color:#718093;text-overflow:ellipsis;white-space:nowrap}.conversation-reply-age{flex:0 0 auto;color:#66788b;white-space:nowrap;font-variant-numeric:tabular-nums}.conversation-reply-line>.unread{position:static;min-width:21px;height:21px;flex:0 0 auto;margin-left:auto;padding-inline:6px;background:#09a86f;font-size:10px;font-weight:820}.person-avatar-trigger{position:relative;width:24px;min-width:24px;height:22px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.person-avatar-trigger:before{content:"";position:absolute;inset:-11px -10px;border-radius:50%}.person-avatar-trigger>.avatar{width:22px;height:22px;font-size:8px;border-radius:50%}.person-avatar-trigger:focus-visible{outline:2px solid #087f98;outline-offset:-2px}.person-avatar-tooltip{position:fixed;z-index:300;width:240px;max-width:calc(100vw - 16px);padding:7px 10px;display:grid;gap:2px;border-radius:8px;background:var(--ink);color:var(--app-bg);box-shadow:var(--shadow);pointer-events:none;overflow-wrap:anywhere}.person-avatar-tooltip small{font-size:10px}.person-avatar-tooltip strong{font-size:12px}.conversation-card-main{touch-action:pan-y;-webkit-user-select:none;user-select:none}.conversation-business-summary{flex:0 0 auto;min-height:38px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:4px 12px;border-bottom:1px solid var(--line);background:var(--app-bg);color:var(--ink);font-size:12px}.conversation-business-summary>strong,.chat-acquisition-source{min-width:0;overflow-wrap:anywhere}.conversation-business-summary select{min-width:0;max-width:100%;min-height:44px;padding:0 6px;border:1px solid var(--line);border-radius:6px;color:inherit;background:var(--app-bg)}.conversation-reply-line>.queue-marker,.conversation-meta-scroll>.queue-marker{flex:0 0 18px;width:18px;height:18px}html[data-theme=dark] .conversation-reply-line{color:var(--muted)}.conversation-needs-reply{flex:0 0 auto;color:var(--ink);font-weight:600}.conversation-markers{position:static;grid-column:2;grid-row:2;align-self:end;justify-self:center;flex-wrap:wrap;justify-content:center;max-width:40px;padding-bottom:9px;gap:3px}.conversation-card-main:focus-visible,.conversation-card-overflow:focus-visible{outline:2px solid #087f98;outline-offset:-2px}.conversation-reply-line .source-badge{gap:3px;font-size:9px}.conversation-reply-line .source-badge .conversation-badge-label{display:none}.conversation-reply-line .paid-label{width:20px;height:20px;border-radius:50%}.conversation-reply-line .paid-label>svg{width:15px;height:15px}.conversation-reply-line .conversation-presence{min-height:20px;gap:4px;padding:1px 6px 1px 3px}.conversation-reply-line .conversation-presence .typing-avatar-stack .avatar{width:16px;height:16px}.customer-status-settings-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:18px}.customer-status-editor{display:grid;gap:9px}.customer-status-row{display:grid;grid-template-columns:120px minmax(145px,1fr) minmax(135px,.8fr) minmax(160px,.8fr) auto;align-items:end;gap:10px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.customer-status-row.archived{opacity:.68}.customer-status-row>header{grid-column:1 / -1;display:flex;align-items:center;gap:6px;color:var(--muted);cursor:grab}.customer-status-row>header>span{flex:1;font-size:9px}.customer-status-row>header button{width:27px;height:27px;padding:0;border:0;border-radius:6px;background:var(--surface-subtle)}.customer-status-row>header svg,.customer-status-row>button svg{width:14px}.customer-status-row>label{display:grid;gap:4px}.customer-status-row>label>span:first-child{color:var(--muted);font-size:9px;font-weight:800}.customer-status-row input,.customer-status-row select{width:100%;min-height:36px;padding:0 9px;color:var(--ink);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.customer-status-color{display:grid;grid-template-columns:42px 1fr;gap:5px}.customer-status-color input[type=color]{padding:3px}.customer-status-preview,.customer-status-live-preview span{display:inline-flex;width:fit-content;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.customer-status-preview svg,.customer-status-live-preview svg{width:14px}.customer-status-live-preview{position:sticky;top:16px;align-self:start;display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.customer-status-live-preview h2,.customer-status-live-preview p{margin:0}.customer-status-live-preview p{color:var(--muted);font-size:10px;line-height:1.5}.customer-status-live-preview>div{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:900px){.customer-status-settings-layout{grid-template-columns:1fr}.customer-status-live-preview{position:static}.customer-status-row{grid-template-columns:1fr 1fr}.customer-status-preview{align-self:center}.customer-status-row>button{min-height:36px}}.lead-label-filter{position:relative}.lead-label-filter summary{display:flex;min-height:34px;align-items:center;gap:5px;padding:6px 10px;cursor:pointer;list-style:none;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.lead-label-filter summary svg{width:15px}.lead-label-filter summary b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:99px;background:var(--brand);color:#fff;font-size:10px}.lead-label-filter>small{display:none}@media(max-width:760px){.report-range{align-items:stretch;flex-direction:column}.report-range button{justify-content:center}.attribution-report-context{display:grid}.attribution-report-metrics{grid-template-columns:1fr}}.whatsapp-action{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.35rem;padding:0 .75rem;border:1px solid #86efac;border-radius:.55rem;background:#f0fdf4;color:#166534;font-weight:700;text-decoration:none}.whatsapp-action svg{width:1rem;height:1rem}.agent-mode-banner{position:fixed;z-index:45;top:12px;left:50%;transform:translate(-50%);width:min(620px,calc(100vw - 32px));display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e0a72f;border-radius:14px;background:#fff7dc;color:#513a05;box-shadow:0 10px 30px #222c372e}.agent-mode-banner>span{display:grid;min-width:0;flex:1}.agent-mode-banner small{color:#725817}.agent-mode-banner button{min-height:40px;border:0;border-radius:10px;padding:0 12px;background:#513a05;color:#fff;font-weight:800}.notification-device-setup-banner{position:fixed;z-index:46;top:12px;right:16px;width:min(480px,calc(100vw - 32px));display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;color:#104c5d;border:1px solid #73c8d9;border-radius:14px;background:#ecfbfe;box-shadow:0 12px 32px #14303e33}.notification-device-setup-banner>svg{width:21px;height:21px}.notification-device-setup-banner>span{min-width:0;display:grid;gap:2px}.notification-device-setup-banner strong{font-size:11px}.notification-device-setup-banner small{color:#3e6b76;font-size:9px;line-height:1.4}.notification-device-setup-banner button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#fff;border:0;border-radius:10px;background:#087f98;font-size:10px;font-weight:800;white-space:nowrap}.notification-device-setup-banner button svg{width:15px}.notification-device-setup-banner.blocked{color:#78373d;border-color:#e5aeb2;background:#fff1f2}.notification-device-setup-banner.blocked small{color:#895b60}.notification-device-setup-banner.blocked button{background:#9c4148}.agent-mode-banner+.notification-device-setup-banner{top:84px}.agent-mode-active .app-content{box-sizing:border-box;padding-top:76px}html[data-theme=dark] .agent-mode-banner{border-color:#9b721f;background:#3d3218;color:#fff1bd}html[data-theme=dark] .agent-mode-banner small{color:#e0c879}html[data-theme=dark] .notification-device-setup-banner{color:#bcecf4;border-color:#315f69;background:#15333d}html[data-theme=dark] .notification-device-setup-banner small{color:#8dc4ce}html[data-theme=dark] .notification-device-setup-banner.blocked{color:#ffc0c4;border-color:#704149;background:#3d2229}html[data-theme=dark] .notification-device-setup-banner.blocked small{color:#dda0a5}@media(max-width:760px){.agent-mode-banner{box-sizing:border-box;top:8px;width:calc(100vw - 16px);align-items:flex-start}.agent-mode-banner button{flex:0 0 140px;min-height:44px}.agent-mode-active .app-content{padding-top:148px}.agent-mode-active .mobile-sync-status{display:none}.notification-device-setup-banner{box-sizing:border-box;top:8px;right:8px;width:calc(100vw - 16px);grid-template-columns:22px minmax(0,1fr);align-items:start}.notification-device-setup-banner button{grid-column:1 / -1;min-height:44px}.notification-device-setup-banner~.mobile-sync-status{display:none}.agent-mode-banner+.notification-device-setup-banner{top:154px}}.conversation-selection-header{gap:10px;justify-content:flex-start!important}.conversation-selection-header>div{min-width:0;flex:1}.conversation-selection-header h1{font-size:18px}.conversation-selection-header .select-all-loaded{min-height:44px;padding:0 12px;color:var(--cyan-strong);border:1px solid color-mix(in srgb,var(--cyan) 35%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--cyan) 8%,var(--surface));font:inherit;font-size:11px;font-weight:800;white-space:nowrap}.conversation-selection-header .select-all-loaded:disabled{opacity:.55}.conversation-bulk-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px 10px;border-block:1px solid var(--line);background:var(--surface-subtle)}.conversation-bulk-actions button{min-width:0;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;color:var(--ink);border:1px solid var(--line);border-radius:10px;background:var(--surface);font:inherit;font-size:10px;font-weight:800}.conversation-bulk-actions button:last-child{color:#8e4d11;border-color:color-mix(in srgb,#d97706 35%,var(--line));background:color-mix(in srgb,#f59e0b 9%,var(--surface))}.conversation-bulk-actions button:disabled{opacity:.5}.conversation-bulk-actions svg{width:17px;height:17px;flex:0 0 auto}.conversation-card.selection-active .conversation-card-main{grid-template-columns:44px 50px minmax(0,1fr);padding-right:10px}.conversation-selection-overlay{position:absolute;inset:0;z-index:4;width:100%;padding:0;border:0;background:transparent;touch-action:pan-y}.conversation-selection-overlay:focus-visible{outline:2px solid var(--cyan-strong);outline-offset:-3px}.conversation-select-check{width:28px;height:28px;place-self:center;display:grid;place-items:center;color:#fff;border:2px solid #8b9bab;border-radius:8px;background:var(--surface)}.conversation-select-check svg{width:18px;height:18px;stroke-width:3}.conversation-card.is-selected{background:color-mix(in srgb,var(--cyan) 10%,var(--surface));box-shadow:inset 3px 0 var(--cyan)}.conversation-card.is-selected .conversation-select-check{border-color:var(--cyan-strong);background:var(--cyan-strong)}.conversation-card.selection-active .conversation-card-main:focus-visible{outline-offset:-3px}html[data-theme=dark] .conversation-bulk-actions button:last-child{color:#f4bd72}@media(max-width:760px){.conversation-selection-header{min-height:70px;padding:10px 8px!important}.conversation-selection-header .icon-button{color:#fff}.conversation-selection-header .select-all-loaded{color:#fff;border-color:#ffffff57;background:#ffffff1a}.conversation-bulk-actions{position:sticky;top:0;z-index:5;padding:6px 8px}.conversation-bulk-actions button{min-height:48px;flex-direction:column;gap:2px;padding:4px;font-size:9px}.conversation-card.selection-active .conversation-card-main{grid-template-columns:40px 46px minmax(0,1fr);gap:8px;padding:8px}.conversation-card.selection-active .avatar{width:44px;height:44px}}.customer-payment-strip{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--surface);color:var(--ink)}.customer-payment-strip>div{display:grid;gap:3px;min-width:0}.customer-payment-strip strong{font-size:12px}.customer-payment-strip small{font-size:11px;overflow-wrap:anywhere}.customer-payment-strip>button{min-height:44px;flex-shrink:0;padding:8px 12px}.paid-label{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 auto;border:1px solid #c89a32;border-radius:6px;color:#684707;background:linear-gradient(145deg,#fff1bd,#e5bd58 58%,#c58e1d);box-shadow:inset 0 1px #ffffffb8,0 1px 3px #68470738}.paid-label>svg{width:18px;height:18px}html[data-theme=dark] .paid-label{color:#f4d17a;border-color:#9b7227;background:linear-gradient(145deg,#5d461b,#3e2b0c);box-shadow:inset 0 1px #ffe19729,0 1px 3px #00000052}.chat-panel{overflow:hidden}.chat-customer-header{position:sticky;z-index:24;top:0;flex:0 0 auto;min-width:0;background:var(--surface);box-shadow:0 1px 0 var(--line)}.chat-customer-header .chat-header{min-height:58px;padding:7px 10px;gap:7px;color:var(--ink);border-bottom:0;background:var(--surface)}.chat-customer-header .chat-header .icon-button{color:var(--ink)}.chat-customer-header .chat-header>.avatar{width:40px;height:40px;flex:0 0 40px;font-size:11px}.chat-customer-header .chat-contact{min-width:54px;flex:1 1 auto;margin-right:auto}.chat-customer-header .chat-contact h2{font-size:15px;line-height:1.2}.chat-customer-header .person-avatar-trigger,.chat-customer-header .icon-button,.chat-customer-header .queue-trigger{width:44px;min-width:44px;height:44px;min-height:44px;flex:0 0 44px;padding:0;display:grid;place-items:center;border-radius:50%}.chat-customer-header .queue-trigger{position:relative;color:#526578;border:0;background:transparent;font-size:0}.chat-customer-header .queue-trigger>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.chat-customer-header .queue-trigger b{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;font-size:8px}.chat-customer-header .details-button{display:grid}.chat-badge-stack{min-width:0;display:grid;background:var(--surface)}.chat-badge-rail{min-width:0;height:57px;display:flex;align-items:center;gap:5px;overflow-x:auto;overflow-y:hidden;padding:6px 8px 7px;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;background:var(--surface)}.chat-badge-rail::-webkit-scrollbar{display:none}.chat-rail-target{--rail-color: #64748b;position:relative;width:44px;min-width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;padding:0;color:var(--rail-color);border:0;border-radius:50%;background:transparent;scroll-snap-align:start}.chat-rail-target:focus-visible{outline:2px solid #08a9c4;outline-offset:-2px}.chat-rail-badge{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;color:var(--rail-color);border:1.5px solid color-mix(in srgb,var(--rail-color) 68%,var(--line));border-radius:50%;background:color-mix(in srgb,var(--rail-color) 9%,var(--surface));font-size:11px;font-weight:850;line-height:1}.chat-rail-target.selected .chat-rail-badge{border-width:2px;box-shadow:0 0 0 2px color-mix(in srgb,var(--rail-color) 14%,transparent)}.chat-rail-badge svg,.chat-rail-badge img{width:18px;height:18px;object-fit:contain}.channel-brand-icon{display:grid;place-items:center;color:inherit}.chat-rail-badge>.channel-brand-icon.channel-telegram{color:#229ed9}.channel-brand-icon>svg{width:18px;height:18px;fill:currentColor}.communication-badge-icon{position:relative;width:18px;height:18px;display:grid;place-items:center}.communication-badge-icon .reply-window-expired-mark{position:absolute;right:-7px;bottom:-7px;width:10px;height:10px;padding:1.5px;color:#8b792a;border:1px solid color-mix(in srgb,#a89b45 72%,var(--line));border-radius:50%;background:var(--surface);stroke-width:2.4}.channel-grid .badge-choice:nth-child(1) .badge-choice-icon{color:#22c55e}.channel-grid .badge-choice:nth-child(2) .badge-choice-icon,.channel-grid .badge-choice:nth-child(3) .badge-choice-icon{color:#229ed9}.channel-grid .badge-choice.selected,.source-grid .badge-choice.selected,.car-grid .badge-choice.selected,.stage-grid .badge-choice.selected{border-color:#22c55e;background:color-mix(in srgb,#22c55e 9%,var(--surface))}.payment-badge-icon{position:relative;width:18px;height:18px;display:grid;place-items:center}.payment-badge-icon>svg:first-child{width:17px;height:17px}.payment-badge-icon.is-refunded>svg:last-child{position:absolute;right:-4px;bottom:-4px;width:10px;height:10px;padding:1px;color:inherit;border:1px solid currentColor;border-radius:50%;background:var(--surface);stroke-width:3}.chat-rail-badge .customer-country-flag{--CountryFlagIcon-height: 13px;width:19px;border-radius:2px}.chat-rail-target.is-empty .chat-rail-badge{color:#6d7e8e;border-style:dashed;background:var(--surface-subtle)}.chat-rail-counter{font-size:9px;font-weight:900}.car-badge-code{position:relative;display:grid;place-items:center}.car-badge-code>.car-incompatible-mark{position:absolute;right:-9px;bottom:-8px;width:12px;height:12px;padding:1px;color:#ef4444;border:0;border-radius:2px;background:var(--surface);stroke-width:3.5}.chat-badge-menu{min-width:0;margin:0 7px 7px;padding:7px;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 12px 25px #061b2b29}.compact-grid{display:grid;gap:5px}.compact-grid.columns-3,.source-grid,.stage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.badge-choice{min-width:0;min-height:48px;display:grid;grid-template-columns:24px minmax(0,1fr) 14px;align-items:center;gap:6px;padding:5px 7px;color:var(--ink);text-align:start;border:1px solid var(--line);border-radius:9px;background:var(--surface-subtle)}.badge-choice:hover,.badge-choice:focus-visible,.badge-choice.selected{border-color:#7bcbd8;background:var(--cyan-soft);outline:0}.badge-choice.danger{color:var(--danger)}.badge-choice:disabled:not(.selected){opacity:.62}.badge-choice>span:nth-child(2){min-width:0;display:grid;gap:2px}.badge-choice strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.badge-choice small{overflow:hidden;color:var(--muted);font-size:8px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.badge-choice>svg{width:14px;color:#16a34a}.badge-choice-icon{width:24px;height:24px;display:grid;place-items:center;color:#38a9c4}.badge-choice-icon svg,.badge-choice-icon img{width:19px;height:19px;object-fit:contain}.badge-choice-icon .customer-country-flag{--CountryFlagIcon-height: 13px;width:20px}.car-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px}.car-choice-target{min-width:0;min-height:44px;display:grid;place-items:center;padding:0;color:var(--ink);border:0;background:transparent}.car-choice-face{position:relative;width:min(50px,calc(100% - 4px));height:24px;display:grid;place-items:center;color:inherit;border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle)}.car-choice-face strong{font-size:9px;line-height:1}.car-choice-face>svg{position:absolute;top:-4px;right:-4px;width:11px;height:11px;padding:1px;color:#fff;border-radius:50%;background:#16a34a;stroke-width:3}.car-choice-target:hover .car-choice-face,.car-choice-target:focus-visible .car-choice-face{border-color:#7bcbd8;background:var(--cyan-soft)}.car-choice-target:focus-visible{outline:2px solid #08a9c4;outline-offset:-2px;border-radius:8px}.car-choice-target.selected .car-choice-face{border-color:#22c55e;background:color-mix(in srgb,#22c55e 9%,var(--surface))}.car-choice-target.danger{color:var(--danger)}.car-choice-target.danger .car-choice-face{border-color:color-mix(in srgb,var(--danger) 45%,var(--line));background:color-mix(in srgb,var(--danger) 8%,var(--surface))}.car-choice-target.danger.selected .car-choice-face{border-color:var(--danger);background:color-mix(in srgb,var(--danger) 14%,var(--surface))}.car-choice-target:disabled{opacity:.58}.car-identifier-form{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:7px;padding-top:7px;border-top:1px solid var(--line)}.car-identifier-form label{min-width:0;display:grid;gap:4px;color:var(--muted);font-size:9px;font-weight:750}.car-identifier-form input{width:100%;min-width:0;min-height:42px;padding:0 10px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:var(--surface);direction:ltr;font-family:var(--font-ui)}.car-identifier-form input:focus-visible{border-color:#08a9c4;outline:2px solid color-mix(in srgb,#08a9c4 32%,transparent);outline-offset:1px}.car-identifier-form button{min-height:42px;padding:0 13px;color:#fff;border:1px solid #079eb9;border-radius:8px;background:#079eb9;font-size:10px;font-weight:850;white-space:nowrap}.car-identifier-form button:disabled{opacity:.55}.installation-person-avatar{width:22px;height:22px;display:grid;place-items:center;overflow:hidden;color:#fff;border-radius:50%;background:#0f849d;font-size:8px;font-weight:850}.installation-person-avatar img{width:100%;height:100%;object-fit:cover}.chat-rail-badge>.installation-person-avatar{width:30px;height:30px}.country-search-menu{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);max-height:min(360px,calc(100dvh - 220px));overflow:hidden;padding:0}.country-search-field{min-height:48px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:6px 12px;border-bottom:1px solid var(--line);background:var(--surface-raised)}.country-search-field>svg{width:18px;color:var(--muted)}.country-search-field>input{width:100%;min-width:0;min-height:36px;padding:0;color:var(--ink);border:0;outline:0;background:transparent;font:inherit;font-size:13px}.country-search-status{padding:6px 12px;color:var(--muted);border-bottom:1px solid var(--line);background:var(--surface-subtle);font-size:9px;font-weight:700}.country-phone-reset{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#087994;text-align:start;border:0;border-bottom:1px solid var(--line);background:var(--cyan-soft);font-size:11px;font-weight:800}.country-phone-reset:hover,.country-phone-reset:focus-visible{outline:0;background:var(--surface-hover)}.country-phone-reset>svg{width:16px;flex:0 0 auto}.country-search-results{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:5px}.country-search-results>button{width:100%;min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;padding:0 10px;color:var(--ink);text-align:start;border:0;border-radius:8px;background:transparent;font-size:12px;font-weight:650}.country-search-results>button:hover,.country-search-results>button:focus-visible{outline:0;background:var(--surface-hover)}.country-search-results>button.selected{color:#087994;background:var(--cyan-soft);font-weight:800}.country-search-results>button>svg{width:15px}.country-search-results>p{margin:0;padding:18px 10px;color:var(--muted);text-align:center;font-size:11px}.country-inline-menu{min-height:72px;display:grid;grid-template-columns:30px minmax(0,1fr) minmax(88px,.85fr);align-items:center;gap:6px;padding:9px}.country-inline-menu>.customer-country-flag{--CountryFlagIcon-height: 19px;width:28px}.country-inline-summary{min-width:0;display:grid;gap:2px}.country-inline-menu small{color:var(--muted);font-size:9px}.country-inline-menu strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.country-inline-name{min-width:0;display:flex;align-items:center;gap:2px}.country-edit-button{position:relative;width:44px;min-width:44px;height:44px;display:grid;place-items:center;padding:0;color:var(--muted);border:0;border-radius:50%;background:transparent}.country-edit-button>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-subtle)}.country-edit-button svg{width:13px;height:13px}.country-edit-button:hover>span,.country-edit-button:focus-visible>span{color:var(--cyan);border-color:var(--cyan);background:var(--cyan-soft)}.country-edit-button:focus-visible{outline:2px solid var(--cyan);outline-offset:-7px}.country-language-select{min-width:0;display:grid;gap:3px}.country-language-select>span{color:var(--muted);font-size:9px}.country-language-select select{width:100%;min-height:42px;padding:0 6px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:10px;font-weight:700}.badge-secondary{min-height:42px;padding:0 13px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle);font-size:10px;font-weight:800}.rtl-grid .badge-choice{text-align:right}.payment-status-grid .badge-choice:nth-child(1) .badge-choice-icon{color:#8392a2}.payment-status-grid .badge-choice:nth-child(2) .badge-choice-icon{color:#22c55e}.payment-status-grid .badge-choice:nth-child(3) .badge-choice-icon{color:#ef4444}.payment-inline-form{min-height:72px;display:grid;grid-template-columns:minmax(100px,1fr) 72px auto;align-items:end;gap:7px 9px;padding:9px}.payment-inline-form label{display:grid;gap:4px}.payment-inline-form label>span{color:var(--muted);font-size:9px}.payment-inline-form label div{display:flex;height:42px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.payment-inline-form label b{width:34px;display:grid;place-items:center;background:var(--surface-subtle)}.payment-inline-form input{width:100%;min-width:0;padding:0 9px;color:var(--ink);border:0;background:var(--surface)}.payment-inline-form select,.payment-inline-form button{min-width:0;min-height:42px;border:1px solid var(--line);border-radius:8px}.payment-inline-form select{padding:0 6px;color:var(--ink);background:var(--surface)}.payment-inline-form button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#fff;border-color:#16a34a;background:#16a34a;font-size:10px;font-weight:850}.payment-inline-form button svg{width:16px}.payment-inline-form>small{grid-column:1 / -1;color:var(--muted);font-size:8px}.payment-inline-form>small.payment-form-error,.installation-payment>small.payment-form-error{grid-column:1 / -1;color:#dc2626;font-weight:700}.followup-inline-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.followup-inline-summary{grid-column:1 / -1;display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.followup-inline-summary strong{color:var(--ink)}.quick-section-tabs{display:flex;gap:4px;flex:0 0 auto;padding:6px 12px;border-bottom:1px solid var(--line);background:var(--surface)}.quick-section-tabs button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:1;color:var(--muted);border:0;border-radius:9px;background:transparent;font-size:10px;font-weight:800}.quick-section-tabs button.active{color:#087994;background:var(--cyan-soft)}.quick-section-tabs svg{width:16px}.quick-response-drawer>.installation-playbook{flex:1}.composer .quick-response-trigger{width:44px;min-width:44px;height:44px;padding:0;border-radius:50%}.composer .quick-response-trigger>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(min-width:761px)and (hover:hover)and (pointer:fine){.chat-badge-rail{padding-inline:14px}.chat-badge-menu{margin-inline:14px;max-width:700px}}@media(max-width:760px){html,body,#root{max-width:100%;overflow-x:hidden}body,#root{width:100vw}.chat-customer-header .chat-header{min-height:79px;padding:10px 10px 6px;gap:7px}.chat-customer-header .chat-header>.avatar{width:44px;height:44px;flex-basis:44px}.chat-customer-header .person-avatar-trigger{display:none}.chat-customer-header .chat-contact h2{font-size:14px}.chat-customer-header .presence-label-long{display:none}.chat-customer-header .presence-label-short{display:inline}.chat-badge-rail{padding-inline:8px}.chat-badge-menu{max-height:126px;overflow-y:auto}.chat-badge-menu.country-search-menu{max-height:min(330px,calc(100dvh - 210px));overflow:hidden}.chat-badge-menu.car-grid{max-height:none;overflow:visible}.car-identifier-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.car-identifier-form button{grid-column:1 / -1}.message-scroll{padding-top:12px}.quick-response-drawer{max-height:calc(100dvh - 118px)}.quick-response-drawer .installation-playbook{padding-bottom:max(14px,env(safe-area-inset-bottom))}}.customer-avatar-platforms{position:relative;display:inline-flex;align-self:start;flex:0 0 auto;width:fit-content}.avatar-platforms{position:absolute;right:-3px;bottom:-3px;display:flex;gap:2px}.avatar-platforms .channel-badge{display:inline-grid;place-items:center;width:21px;height:21px;min-width:21px;padding:2px;border:2px solid var(--surface);border-radius:50%;background:var(--surface);box-shadow:0 1px 3px #0003}.avatar-platforms .channel-badge>svg{width:15px;height:15px}.avatar-platforms .conversation-badge-label{display:none}.customer-country-badge{position:relative;width:21px;height:21px;min-width:21px;display:grid;place-items:center;padding:0;border:2px solid var(--surface);border-radius:50%;background:var(--surface);box-shadow:0 1px 3px #0003;cursor:pointer}.customer-country-badge:before{content:"";position:absolute;inset:-14px;border-radius:50%}.customer-country-badge:hover,.customer-country-badge:focus-visible,.customer-country-badge[aria-expanded=true]{outline:2px solid #7fd4e2;outline-offset:1px}.customer-country-badge .customer-country-flag{--CountryFlagIcon-height: 10px;width:15px;border-radius:1px}.customer-country-popover{position:fixed;z-index:220;min-width:max-content;display:grid;gap:2px;padding:7px 9px;color:var(--ink);text-align:left;border:1px solid var(--line);border-radius:8px;background:var(--surface-raised);box-shadow:0 8px 24px #0a233833;font-size:10px;line-height:1.35;pointer-events:none;transform:translate(-50%,-100%)}.customer-country-popover strong{font-size:11px}.customer-country-popover time{font-variant-numeric:tabular-nums;font-weight:800}.chat-header .customer-avatar-platforms{align-self:center}.customer-catalog-settings-page{display:grid;gap:18px}.customer-catalog-section{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px}.customer-catalog-section>header{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.customer-catalog-section h2,.customer-catalog-section p{margin:0}.customer-catalog-section p{color:var(--muted);font-size:13px;margin-top:4px}.customer-catalog-section>div{display:grid;gap:9px}.customer-catalog-row{align-items:end;border:1px solid var(--line);border-radius:14px;display:grid;gap:10px;grid-template-columns:44px minmax(160px,1fr) minmax(150px,190px) 72px auto;padding:10px}.customer-catalog-row.archived{opacity:.62}.customer-catalog-row label{display:grid;gap:5px}.customer-catalog-row label>span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.customer-catalog-row input,.customer-catalog-row select{min-height:40px}.customer-catalog-preview{align-items:center;align-self:center;border:1px solid;border-radius:999px;display:inline-flex;font-size:10px;font-weight:800;height:34px;justify-content:center;width:34px}.customer-catalog-row-actions{align-items:center;display:flex;gap:4px}@media(max-width:720px){.customer-catalog-section{border-radius:14px;padding:12px}.customer-catalog-section>header{align-items:stretch;flex-direction:column}.customer-catalog-row{align-items:center;grid-template-columns:38px 1fr 56px}.customer-catalog-row label:nth-of-type(1),.customer-catalog-row label:nth-of-type(2){grid-column:2 / 4}.customer-catalog-row label:nth-of-type(3){grid-column:3;grid-row:1}.customer-catalog-row-actions{grid-column:1 / 4;justify-content:flex-end}}[class*=" flag:"],[class^="flag:"]{display:inline-block;background-size:cover;height:1em;width:1.5em;--CountryFlagIcon-height:1em;height:var(--CountryFlagIcon-height);width:calc(var(--CountryFlagIcon-height)*3/2)}.flag\:AC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M440.1 181.1c-.1 39.2-6.4 81.4-57.4 101.5-51.1-20.1-57.3-62.3-57.4-101.5h114.8z'/%3e%3cpath fill='%231B81B6' d='M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9'/%3e%3cpath fill='white' d='M437.8 214.1c-3.2 24.3-16.7 53.5-55.1 68.6-38.4-15.1-50.5-42.5-55.1-68.4'/%3e%3cpath fill='%231B81B6' d='M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53'/%3e%3cpath fill='white' d='M426.7 246.9c-6.5 11.3-17.7 25.4-44 35.9-27.5-11.5-37.4-25.3-44-36.1'/%3e%3cpath fill='%231B81B6' d='M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5'/%3e%3cpath fill='%23288549' d='M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z'/%3e%3cpath d='M275.9 223.6c3.6-26.7 13.5-47.3 22.1-46.2s12.6 23.7 9 50.4-13.5 47.3-22.1 46.2c-8.6-1.2-12.6-23.7-9-50.4zm191.2-45.9c8.6-1.2 18.5 19.5 22.1 46.2s-.4 49.2-9 50.4-18.5-19.6-22.2-46.3c-3.6-26.6.5-49.2 9.1-50.3z' fill='%23F0955D'/%3e%3cpath d='M296.4 162c2.4-6 7.4-9.7 11-8.2 3.7 1.5 4.7 7.5 2.3 13.5s-7.4 9.7-11 8.2c-3.6-1.5-4.7-7.5-2.3-13.5zm-8 109.2c.9-6.2 3.1-11.1 4.9-10.8s2.5 5.5 1.6 11.8c-.9 6.2-3.1 11.1-4.9 10.8s-2.5-5.5-1.6-11.8zm10.6-12.8c1.8-.1 3.6 4.7 3.9 10.8s-.9 11.1-2.7 11.2c-1.8.1-3.6-4.7-3.9-10.8-.3-6.1.9-11.1 2.7-11.2zm10.5-70c2.1-.8 6.1 4.2 8.8 11.2 2.8 7 3.3 13.4 1.2 14.2-2.1.8-6.1-4.2-8.8-11.2-2.8-7-3.3-13.4-1.2-14.2zm6.5-14.1c7-2.8 13.4-3.3 14.2-1.2.8 2.1-4.2 6.1-11.2 8.8-7 2.8-13.4 3.3-14.2 1.2-.9-2.1 4.2-6 11.2-8.8zm141.6-20.2c3.7-1.5 8.6 2.2 11 8.2 2.4 6 1.4 12.1-2.3 13.5-3.7 1.5-8.6-2.2-11-8.2-2.4-6-1.3-12.1 2.3-13.5zm14.2 106.5c1.8-.3 4 4.6 4.9 10.8.9 6.2.2 11.5-1.6 11.8-1.8.3-4-4.6-4.9-10.8-1-6.3-.2-11.5 1.6-11.8zm-9.6 8.8c.3-6.1 2.1-10.9 3.9-10.8 1.8.1 3 5.1 2.7 11.2-.3 6.1-2.1 10.9-3.9 10.8-1.8-.1-3-5.1-2.7-11.2zm-15.5-69.7c2.8-7 6.7-12.1 8.8-11.2 2.1.8 1.6 7.2-1.2 14.2-2.8 7-6.7 12.1-8.8 11.2s-1.6-7.2 1.2-14.2zm-11.8-26.5c.8-2.1 7.2-1.6 14.2 1.2 7 2.8 12.1 6.7 11.2 8.8-.8 2.1-7.2 1.6-14.2-1.2-7-2.7-12.1-6.7-11.2-8.8z' fill='%23EADFD5'/%3e%3cpath fill='%23B0C6CC' d='M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:AD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23fedd00' d='M0 0h513v342H0z'/%3e%3cpath fill='%2310069f' d='M0 0h171v342H0z'/%3e%3cpath fill='%23d50032' d='M342 0h171v342H342z'/%3e%3cpath fill='%23D80027' d='M198.9 113.6H256v64.8h-57.1z'/%3e%3cpath d='M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7' stroke='%23D80027' stroke-width='7'/%3e%3cpath d='M247.4 178.4v64.7m-13.3-64.7v64.7m-13.3-64.6v53.9m-13.7-53.9v47.1' stroke='%23D80027' stroke-width='5'/%3e%3cpath fill='%23FFDA44' d='m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z'/%3e%3cpath fill='%23BC8B00' d='M182.2 95.9v92.2c0 34.3 27.3 54.2 48.6 64.5-.8 1.4 25.1 8.3 25.1 8.3s25.9-6.9 25.1-8.3c21.4-10.3 48.6-30.1 48.6-64.5V95.9H182.2zm129.9 92.2c0 16.9-10 29.4-32.8 43.9-8.6 5.5-17.5 9-23.3 11-5.8-2-14.7-5.5-23.3-11-22.8-14.5-32.8-28-32.8-43.9v-74.5h112.2v74.5z'/%3e%3cpath fill='%23D80027' d='M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z'/%3e%3c/svg%3e")}.flag\:AE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300843d' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath fill='%23c8102e' d='M0 0h171v342H0z'/%3e%3c/svg%3e")}.flag\:AF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D32011' d='M0 0h513v342H0z'/%3e%3cpath fill='%23007A36' d='M342 0h171v342H342z'/%3e%3cpath d='M0 0h171v342H0z'/%3e%3cpath fill='white' d='M256.5 131.3c-17.5 0-31.8 14.3-31.8 31.8v47.7h63.6v-47.7c0-17.7-14.3-31.8-31.8-31.8z'/%3e%3cpath fill='white' d='M256.5 93c-43.1 0-78 34.9-78 78s34.9 77.9 78 77.9 78-34.9 78-78-34.9-77.9-78-77.9zm0 142.4c-35.6 0-64.5-28.9-64.5-64.5s28.9-64.5 64.5-64.5 64.5 29 64.5 64.6c0 35.6-28.9 64.4-64.5 64.4z'/%3e%3c/svg%3e")}.flag\:AG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z'/%3e%3cpath fill='%230072c6' d='M88.8 136.5c-2.2 12.9-3.4 26.2-3.4 39.8 0 13.6 1.2 27 3.4 39.8L256 228.3l167.2-12.1c2.2-12.9 3.4-26.2 3.4-39.8s-1.2-27-3.4-39.8'/%3e%3cpath fill='white' d='M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z'/%3e%3cpath fill='%23FFDA44' d='M365.9 136.5H146.1l44.9-21.1-23.9-43.5 48.8 9.4L222 32l34 36.2L290 32l6.1 49.3 48.8-9.4-23.9 43.5z'/%3e%3cg fill='%23ce1126'%3e%3cpath d='M256.5 342 0 0v342z'/%3e%3cpath d='M513 342V0L256 342z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:AI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 0 1-36.02 12.01c-19.64 0-37.07-9.43-48.03-24.01-10.95 14.58-28.39 24.01-48.03 24.01-13.52 0-25.99-4.47-36.02-12v120.06c0 16.16 5.3 29.5 13.24 40.42H454.8z'/%3e%3cpath fill='%239cf' d='M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z'/%3e%3cg fill='%23f90'%3e%3cpath d='M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z'/%3e%3cpath d='M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z'/%3e%3cpath d='M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z'/%3e%3c/g%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:AL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23ED2024' d='M0 0h90v60H0z'/%3e%3cpath fill='%23212121' d='M32.5 12.2v16l7.1 2.5-5 4.9 2.4 3 5.3-5.5 1.2 2.3-3 4.9 3.6 5.6-1.8 2.6 2.8 3.6 2.7-3.7-1.5-2.6 3-5.8-2.7-4.6 1.2-2.3 5.2 5.5 2.5-2.9-5.2-5.1 7.2-2.6V12.2l-5.2 1.9-.1 3.8-3.3.3v-2.6l1.7-2.3 5.6-2.2-2.3-.4 1.4-1.2.9.4-.8-1.4L54 9l-1-1.1L47.5 9l1.4 1.1-3.8 4.9-3.8-4.8 1.3-1.1-5-1.2L36.2 9l-1.5-.4-.8 1.4.9-.6 1.6 1.1-2.3.5 5.5 2 1.6 2.3v2.9l-3.3-.3v-3.6z'/%3e%3cpath d='M26.2 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM57.4 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM53.4 36.1h6.4V38h-6.4zm-23.2 0h6.4V38h-6.4z' fill='%23212121'/%3e%3c/svg%3e")}.flag\:AM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23FF9811' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:AO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 171h513v171H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v171H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z'/%3e%3cpath d='m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z'/%3e%3cpath fill='black' d='m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z'/%3e%3cpath d='M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:AQ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 744 496'%3e%3cpath fill='%233A7DCE' d='M0 0h744v496H0V0z'/%3e%3cpath fill='white' d='m120 125 90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z'/%3e%3c/svg%3e")}.flag\:AR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%23338AF3' d='M0 0h512v114H0zm0 228h512v114H0z'/%3e%3ccircle fill='%23FFDA44' stroke='%23d6ab00' stroke-width='5' cx='256.5' cy='171' r='40'/%3e%3c/svg%3e")}.flag\:AS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2310338c' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M513 33 95.3 171 513 310.76V342L0 171 513 0z'/%3e%3cpath fill='white' d='M513 287.18v24.58L81.72 171 513 30v24.16'/%3e%3cpath fill='%23A2001D' d='m476.98 140.21-21.89 10.68-3.18-15.32 31.19-29.77s-9.42-40.65-13.75-44.98l-112.32 55.82-6.84 36.76-31.9 28.59-.4 34.2 34.29-22.76 67.23-2.66-1.51 38.11h22.23l11.9-44.64 31.55-24.61-6.6-19.42z'/%3e%3cpath fill='%23EFC100' stroke='%23231F20' stroke-miterlimit='10' d='m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z'/%3e%3c/svg%3e")}.flag\:AT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 114h513v114H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0zm0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:AU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='darkblue' d='M0 0h513v342H0z'/%3e%3cpath d='m188 212.6 11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z' fill='white'/%3e%3cpath fill='darkblue' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='red'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:AW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 363 242'%3e%3cpath fill='%23338AF3' d='M0 0h363v242H0z'/%3e%3cpath fill='white' d='M57 96.9 14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z'/%3e%3cpath fill='%23f30028' d='m75.6 40.6 11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z'/%3e%3cpath d='M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z' fill='%23FFDA44'/%3e%3c/svg%3e")}.flag\:AX{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z'/%3e%3cpath fill='%23D80027' d='M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z'/%3e%3c/svg%3e")}.flag\:AZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ef3340' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300b5e2' d='M0 0h513v114H0z'/%3e%3cpath fill='%23509e2f' d='M0 228h513v114H0z'/%3e%3cg fill='white'%3e%3cpath d='M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z'/%3e%3cpath d='m297.6 142.2 5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:BA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2310338C' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F6C500' d='M99.9 0h342v342'/%3e%3cg fill='white'%3e%3cpath d='M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z'/%3e%3cpath d='M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z'/%3e%3cpath d='m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z'/%3e%3cpath d='m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z'/%3e%3cpath d='m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z'/%3e%3cpath d='m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z'/%3e%3cpath d='m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z'/%3e%3cpath d='m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z'/%3e%3cpath d='m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:BB{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ffc726' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%2300267f'/%3e%3cpath d='m325.74 101.02-31.97 12.4c-.68 1.35-5.79 7.54-8.18 53.06h-17.05v-60.42L256 78.68l-12.54 27v60.8H226.4c-2.39-45.53-7.8-52.48-8.47-53.84l-31.68-11.63c.15.31 15.4 31.34 15.4 78.01v12.54h41.81v71.07h25.08v-71.07h41.81v-12.54c0-24.13 4.17-44.02 7.68-56.46 3.82-13.57 7.7-21.49 7.74-21.57l-.03.03z'/%3e%3c/svg%3e")}.flag\:BD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='%232d6e41' d='M0 85.331h513v342H0z'/%3e%3ccircle fill='%23F40B32' cx='218.902' cy='256.5' r='115'/%3e%3c/svg%3e")}.flag\:BE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23fdda25' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0z'/%3e%3cpath fill='%23ef3340' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:BF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%233d944f' d='M0 0h513v342H0z'/%3e%3cpath fill='%23ef2b2d' d='M0 0h513v171H0z'/%3e%3cpath fill='%23FFDA44' d='m256 102.6 16.9 52h54.7l-44.2 32.2 16.8 52-44.2-32.1-44.2 32.1 16.8-52-44.2-32.2h54.7z'/%3e%3c/svg%3e")}.flag\:BG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300966e' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M0 0h513v114H0z'/%3e%3cpath fill='%23d62612' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:BH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z'/%3e%3c/svg%3e")}.flag\:BI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z' fill='%2347a644'/%3e%3cpath fill='%230052B4' d='M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z'/%3e%3cpath fill='white' d='M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z'/%3e%3ccircle fill='white' cx='251.6' cy='170.7' r='100.2'/%3e%3cpath d='m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z' fill='%23D80027' stroke='%2347a644' stroke-width='3'/%3e%3c/svg%3e")}.flag\:BJ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23008751' d='M0 0h513v342H0z'/%3e%3cpath fill='%23fcd116' d='M197 0h316v171H197z'/%3e%3cpath fill='%23e8112d' d='M197 171h316v171H197z'/%3e%3c/svg%3e")}.flag\:BL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M157.3 199.8s-9 43.9-19.3 40.4c-10.6-3.5-17.5-18.8-17.5-18.8L106 242.6s38.2 8.5 41 5.5c1.2-1.1 8.2-15.1 10.3-26.1v-22.2zm-56.1 60.5s-2.5 20.2-1.1 22.7c1.2 2.3 39.5 11.3 39.5 11.3s-25 16.5-29.7 20.5l-18.1-29.9-.7-24.6h10.1zm11.3-165.7s39.7 41.6 40.4 45.5c.7 3.7-4.2 3.2-4.2 3.2s-44.8-37.5-49.9-41.1c-5.4-3.5 13.7-7.6 13.7-7.6zm246.7 106.7s9 42.4 19.2 38.9c10.6-3.5 17.5-18.8 17.5-18.8l14.5 21.2s-37 8.5-39.8 5.5c-1.2-1.1-9.3-13.8-11.5-24.7l.1-22.1zm56 59s2.5 20.2 1.1 22.7c-1.2 2.3-39.5 11.3-39.5 11.3s25 16.5 29.7 20.5l18.1-29.9.7-24.6h-10.1zM403.9 94.6s-39.6 41.6-40.4 45.5c-.7 3.7 4.2 3.2 4.2 3.2s44.8-37.5 49.9-41.1c5.2-3.5-13.7-7.6-13.7-7.6z' fill='%23E6BC00'/%3e%3cpath d='M99.4 104.7s17-.7 16.6-11.5c-.4-10.6-11.2-14.9-19.1-12.4-8 2.3-23 13.4-13.6 35.1 9.4 21.4 23.4 29.4 26.2 47.8 0 0-5.5 9.9-19.1.4-16.9-11.8-6.2-38.2-10.4-45-4.2-7.1-41-38.9-41-38.9s-30.2 39.4-18 74.9c17 49.2 51.7 32 64.6 36.8 0 0-42.1 62-49.6 67.1 0 0 24.1 8.3 47.8-18.8 0 0 5.8 9.7 7.1 20.2h10.3c4.8-26.2 51.5-64.3 49.9-82.3-1.8-21.3-49.2-49.5-51.7-73.4zM365.1 178c-1.6 18.1 45.1 56.1 49.9 82.3h10.3c1.2-10.4 7.1-20.2 7.1-20.2 23.7 27.1 47.8 18.8 47.8 18.8-7.4-5.1-49.6-67.1-49.6-67.1 12.9-4.8 47.7 12.4 64.6-36.8 12.2-35.6-18-74.9-18-74.9s-36.7 31.8-41 38.9c-4.2 6.7 6.5 33.2-10.4 45-13.7 9.5-19.1-.4-19.1-.4 2.8-18.4 16.8-26.4 26.2-47.8 9.4-21.6-5.7-32.8-13.6-35.1-8-2.5-18.8 1.8-19.1 12.4-.4 10.8 16.6 11.5 16.6 11.5-2.5 24-49.9 52.2-51.7 73.4z' fill='%23ADADAD'/%3e%3cpath fill='%23125ECC' d='M157.3 87.1h201.8v145.5c0 16.1-9.7 21.4-21.9 31.8l-45.9 39.4c-18.2 15.6-47.9 15.6-66.1 0l-46-39.4c-12.1-10.4-21.9-15.7-21.9-31.8V87.1z'/%3e%3cpath fill='%23FFE600' d='M200.6 147.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm57.6-3c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 3c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zM215 274.4c-8 0-14.4-6.5-14.4-14.4 0-8 6.4-14.4 14.4-14.4s14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm43.2 14.5c-8 0-14.4-6.5-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm43.2-14.5c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4s14.4 6.4 14.4 14.4c.1 8-6.4 14.4-14.4 14.4z'/%3e%3cpath fill='%23D60537' d='M157.3 175.4h201.8V233H157.3v-57.6z'/%3e%3cpath fill='%23EACE00' d='M142.9 43.8s57.6-14.4 115.3-14.4 115.3 14.4 115.3 14.4l-14.4 57.7s-50.5-14.4-100.9-14.4-100.9 14.4-100.9 14.4l-14.4-57.7z'/%3e%3cpath fill='%237A6920' d='M258.2 72.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 5c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.5 14.4-14.4 14.4zm-115.3 0c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4S215 55.3 215 63.2s-6.5 14.5-14.4 14.5z'/%3e%3ccircle fill='white' cx='258.2' cy='204.2' r='16.9'/%3e%3c/svg%3e")}.flag\:BM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c8102e' d='M0 0h513v342H0z'/%3e%3cpath fill='white' stroke='black' stroke-width='2' d='M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z'/%3e%3cpath fill='%232F8F22' d='M436.37 254.44H330.93c23.13 25.08 52.72 39.88 52.72 39.88s29.59-14.8 52.72-39.88z'/%3e%3ccircle fill='%2365B5D2' cx='383.65' cy='214.56' r='39.88'/%3e%3ccircle fill='%23c8102e' cx='343.77' cy='194.63' r='19.94'/%3e%3ccircle fill='%23c8102e' cx='423.52' cy='194.63' r='19.94'/%3e%3ccircle fill='%23c8102e' cx='383.65' cy='154.75' r='19.94'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23c8102e'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:BN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath d='m0 193.74 513 127.19V214.26L0 97.08z'/%3e%3cpath fill='white' d='M513 234.26v-86.67L0 20.41v86.67'/%3e%3cg fill='%23D80027' stroke='%23231F20' stroke-width='3' stroke-miterlimit='10'%3e%3cpath d='M306.4 134.01a50.28 50.28 0 0 1 6.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z'/%3e%3cpath d='M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:BO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23d52b1e' d='M0 0h513v114H0z'/%3e%3cpath fill='%23f9e300' d='M0 114h513v114H0z'/%3e%3cpath fill='%23007934' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:BQ-BO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012a87' d='M0 342h513V0z'/%3e%3cpath fill='%23f9d90f' d='M250.4 0H0v166.9z'/%3e%3cpath fill='%23dc171d' d='m140.4 118.3 12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z'/%3e%3ccircle fill='none' stroke='black' stroke-width='9' stroke-miterlimit='10' cx='140.4' cy='160.6' r='57.7'/%3e%3c/svg%3e")}.flag\:BQ-SA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23DC171D' d='M512 342H0V.7h512V342z'/%3e%3cpath fill='%23012A87' d='M512 342H0V171.3h512V342z'/%3e%3cpath fill='white' d='M256 342 0 171.3 256 .7l256 170.7L256 342z'/%3e%3cpath fill='%23F9D90F' d='m199.2 249.5 21.7-66.8-56.8-41.2h70.5L256 74.7l21.7 66.8h70.2l-56.8 41.2 21.7 66.8-56.8-41.3z'/%3e%3c/svg%3e")}.flag\:BQ-SE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath d='M0 0h900v600H0z' fill='%23dc171d'/%3e%3cpath d='M450 168.787 215.691 300 450 431.213 684.309 300z' fill='white'/%3e%3cpath d='M281.477 336.852V376h69.961l290.727-52.4V376h-93.668z' fill='%23dc171f'/%3e%3cpath d='M188 288H20V20h418v128zm524 0h168V20H462v128zm-524 24H20v268h418V452zm524 0h168v268H462V452z' fill='%23012a87'/%3e%3cpath d='m450 199.5 8.068 24.827h26.105l-21.12 15.346 8.067 24.827L450 249.157 428.88 264.5l8.066-24.827-21.119-15.345 26.105-.001z' fill='%23f9d90f'/%3e%3cpath d='M281.477 336.852c2.712-8.848 8.614-12.77 16.594-10.995 4.94-18.73 27.739-22.07 36.786-12.857l22.273 22.37c4.837 2.251 12.207 3.095 17.326 3.095 6.33.1 5.621 3.005 10.91 3.106 14.096.27 51.143.458 57.857 0 2.75-.187 64.134-67.857 64.134-67.857 5.12-6.31 18.453-8.333 25.714-3.214 6.786 6.429 13.929 7.143 18.929 2.857 4.405-6.547 14.392-7.309 20.714-3.571l69.45 53.815L548.497 376H351.438l-69.96-39.148z' fill='%23008830'/%3e%3c/svg%3e")}.flag\:BQ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012a87' d='M0 342h513V0z'/%3e%3cpath fill='%23f9d90f' d='M250.4 0H0v166.9z'/%3e%3cpath fill='%23dc171d' d='m140.4 118.3 12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z'/%3e%3ccircle fill='none' stroke='black' stroke-width='9' stroke-miterlimit='10' cx='140.4' cy='160.6' r='57.7'/%3e%3c/svg%3e")}.flag\:BR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23009b3a' d='M0 0h513v342H0z'/%3e%3cpath fill='%23fedf00' d='m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='80.4'/%3e%3cpath fill='%23002776' d='M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z'/%3e%3c/svg%3e")}.flag\:BS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ffc72c' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0zm0 228h513v114H0z' fill='%2300778b'/%3e%3cpath d='M256 171 0 342V0z'/%3e%3c/svg%3e")}.flag\:BT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FF7415' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M513 0H0v342'/%3e%3cpath fill='none' stroke='white' stroke-width='42' stroke-miterlimit='10' d='M128.7 255.5s35 54 67.3 32.4c56.9-37.9-68.9-108.6-2.9-152.6 58.3-38.8 76.6 103.5 137.6 62.8 59-39.3-64.7-111.4-9.2-148.4 33.4-22.2 67.1 32.6 67.1 32.6'/%3e%3c/svg%3e")}.flag\:BV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23EF2B2D' d='M0 0h513v342H0z'/%3e%3cpath fill='white' class='prefix__st1' d='M139.9 0h93.3v342h-93.3z'/%3e%3cpath fill='white' class='prefix__st1' d='M0 119h513v104.1H0z'/%3e%3cpath fill='%23002868' d='M163.2 0h46.6v342h-46.6z'/%3e%3cpath fill='%23002868' d='M0 145h513v52H0z'/%3e%3c/svg%3e")}.flag\:BW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 238h513v104H0zM0 0h513v104H0z' fill='%236da9d2'/%3e%3cpath d='M0 125.5h513v89.656H0z'/%3e%3c/svg%3e")}.flag\:BY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23007C30' d='M0 0h513v342H0z'/%3e%3cpath fill='%23CE1720' d='M0 230h513V0H0'/%3e%3cpath fill='white' d='M100 230V0H0v342h513-413z'/%3e%3cpath d='M28 159.6 8.6 128.2 28 97.4l19.3 30.8zm44.6 0-19.3-31.4 19.3-30.8L92 128.2zM28 241.2 8.6 209.8 28 179l19.3 30.8zm44.6 0-19.3-31.4L72.6 179 92 209.8z' fill='%23CE1720'/%3e%3cpath d='m28 73.8-16.1-26L28 22.2l16 25.6zm44.6 0-16-26 16-25.6 16.1 25.6zM28 318l-16.1-26.1L28 266.3l16 25.6zm44.6 0-16-26.1 16-25.6 16.1 25.6z' fill='none' stroke='%23CE1720' stroke-width='7'/%3e%3c/svg%3e")}.flag\:BZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23003e87' d='M0 0h513v342H0z'/%3e%3ccircle fill='white' cx='260.9' cy='170.9' r='118.9'/%3e%3ccircle fill='none' stroke='%236DA544' stroke-width='18' stroke-miterlimit='10' cx='261.9' cy='173.1' r='94.5'/%3e%3cg stroke='black'%3e%3cpath fill='%23003e87' d='m261.9 151.5-50.6 23.4v20c0 11.8 6.1 22.8 16.2 28.9L262 239l34.5-15.2c10-6.2 16.2-17.1 16.2-28.9v-20l-50.8-23.4z'/%3e%3cpath fill='%23FFDA44' d='M211.3 128.1h101.3v46.7H211.3z'/%3e%3c/g%3e%3cpath d='M0 0h513v35H0zm0 306h513v35H0z' fill='%23ce1127'/%3e%3c/svg%3e")}.flag\:CA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z' fill='red'/%3e%3c/svg%3e")}.flag\:CC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='green' d='M0 0h513v342H0z'/%3e%3cpath d='m422.7 252.4 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zm-46.6-136.3 6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zm37-77.8 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zm51.8 58.4 6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zm-28 68.1 4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6zM306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zm.2.4-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z' fill='%23FFDA44'/%3e%3cpath fill='%23A2001D' d='M71.4 98.2v52.2c4.9 1.3 10.1 1.9 15.5 1.9s10.5-.7 15.5-1.9V98.2h-31z'/%3e%3c/svg%3e")}.flag\:CD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23338AF3' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M513 66.9V0H411.7L0 274.4V342h100.3z'/%3e%3cpath fill='%23D80027' d='M513 0v40.1L60.2 342H0v-40.8L451.8 0z'/%3e%3cpath fill='%23FFDA44' d='m93.6 31.2 16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z'/%3e%3c/svg%3e")}.flag\:CF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23d21034' d='M0 0h513v342H0z'/%3e%3cpath d='M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z' fill='%233a9927'/%3e%3cpath fill='%23003082' d='M0 0v85.3h211.5V0h89v85.3H513V0z'/%3e%3cpath d='M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z' fill='white'/%3e%3cpath d='M300.5 342h-89v-86H0v86h513v-86H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z' fill='%23ffce00'/%3e%3c/svg%3e")}.flag\:CG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%23009739' d='M0 0h900v600H0z'/%3e%3cpath d='M0 600 600 0h300v600z' fill='%23ffd100'/%3e%3cpath d='M900 0v600H300z' fill='%23dc241f'/%3e%3c/svg%3e")}.flag\:CH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 512'%3e%3cpath fill='red' d='M0 0h768v512H0V0z'/%3e%3cpath fill='white' d='M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z'/%3e%3c/svg%3e")}.flag\:CI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23009e60' d='M342 0h171v342H342z'/%3e%3cpath fill='%23f77f00' d='M0 0h171v342H0z'/%3e%3c/svg%3e")}.flag\:CK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath d='m384 71.4 5.3 16.2h17.1l-13.9 10.1 5.3 16.2-13.8-10-13.8 10 5.3-16.2-13.9-10.1h17.1zm-70.2 29.1 15.2 7.7 12.1-12.1-2.7 16.9 15.3 7.8-16.9 2.6-2.7 16.9-7.8-15.2-16.8 2.7 12.1-12.1zm-29.1 70.2 16.3-5.3v-17.1l10 13.8 16.3-5.3-10.1 13.9 10.1 13.8-16.3-5.3-10 13.8v-17.1zm29.1 70.2 7.7-15.3-12-12 16.8 2.6 7.8-15.2 2.7 16.9 16.9 2.7-15.3 7.7 2.7 16.9-12.1-12.1zM384 270l-5.3-16.3h-17.1l13.9-10-5.3-16.3 13.8 10 13.8-10-5.3 16.3 13.9 10h-17.1zm70.2-29.1-15.2-7.8-12.1 12.1 2.7-16.9-15.3-7.7 16.9-2.7 2.7-16.9 7.8 15.2 16.8-2.6-12.1 12zm29.1-70.2-16.3 5.2V193l-10-13.8-16.3 5.3 10.1-13.8-10.1-13.9 16.3 5.3 10-13.8v17.1zm-29.1-70.2-7.7 15.2 12 12.1-16.8-2.7-7.8 15.2-2.7-16.9-16.9-2.6 15.3-7.8-2.7-16.9 12.1 12.1z' fill='white'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:CL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M196 0h317v171H196z'/%3e%3cpath fill='%230037A1' d='M0 0h196v171H0z'/%3e%3cpath fill='white' d='M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z'/%3e%3c/svg%3e")}.flag\:CM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ce1126' d='M0 0h513v342H0z'/%3e%3cpath fill='%23007a5e' d='M0 0h171v342H0z'/%3e%3cpath d='M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z' fill='%23fcd116'/%3e%3c/svg%3e")}.flag\:CN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z' fill='%23FFDA44'/%3e%3c/svg%3e")}.flag\:CO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 256.5h513V342H0z'/%3e%3cpath fill='%230052B4' d='M0 171h513v85.5H0z'/%3e%3c/svg%3e")}.flag\:CR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 114h513v114H0z'/%3e%3cpath fill='%230052B4' d='M0 285h513v57H0zM0 0h513v57H0z'/%3e%3c/svg%3e")}.flag\:CU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FF9811' d='M0-40.8v422.9-211.4z'/%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M256 170.7 0 342V0z'/%3e%3cpath fill='white' d='m86.5 111.4 12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z'/%3e%3c/svg%3e")}.flag\:CV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23003893' d='M0 0h513v342H0z'/%3e%3cpath fill='%23cf2027' d='M0 182.2h513v41.4H0z'/%3e%3cpath fill='white' d='M0 140.8h513v41.4H0zm0 82.8h513V265H0z'/%3e%3cpath d='m150.4 70 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13.1-17.9 13.1 6.8-21.1-17.9-13.1h22.2zm0 209.7 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zm-97.6-70.9 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13H46zM90.1 91l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-18-13h22.3zm-66.3 71H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zm48.4 148.9 6.8-21.1-18-13h22.3l6.8-21.2 6.9 21.2h22.2l-18 13 6.9 21.1-18-13zM248 208.8l-6.9 21.1h-22.2l18 13-6.9 21.2 18-13.1 18 13.1-6.9-21.2 18-13h-22.2zM210.7 91l-6.8 21.1h-22.2l17.9 13-6.8 21.2 17.9-13.1 18 13.1-6.9-21.2 18-13h-22.2zm66.4 71h-22.2l-6.9-21.1-6.9 21.1h-22.2l18 13.1-6.9 21.1 18-13 18 13-6.9-21.1zm-48.4 148.9-6.9-21.1 18-13h-22.2l-6.9-21.2-6.8 21.2h-22.2l17.9 13-6.8 21.1 17.9-13z' fill='%23f7d116' stroke='black'/%3e%3c/svg%3e")}.flag\:CW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23002b7f' d='M0 0h513v342H0z'/%3e%3cpath fill='%23f9e814' d='M0 233.5h513v51H0z'/%3e%3cpath d='m168.7 86.5 12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zm-83.3-54 7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z' fill='white'/%3e%3c/svg%3e")}.flag\:CX{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230021ad' d='M0 0h513v342H0z'/%3e%3cpath fill='%231c8a42' d='M0 0h513v342'/%3e%3cpath d='m77.6 272 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zm-37.1-98.9 5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zm37.1-80.9 5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zm46.1 62.9 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zm-32.9 54 4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z' fill='white'/%3e%3ccircle fill='%23ffc639' cx='267.1' cy='170.7' r='74.5'/%3e%3cpath fill='%231c8a42' d='M267.1 220.3h24.8s10.8-19 0-37.2l24.8-24.8-12.4-24.8h-12.4s-6.2 18.6-31 18.6-31-18.6-31-18.6h-12.4l12.4 24.8-12.4 24.8 12.4 12.4s12.4-24.8 37.2-12.4c0 0 10.5 15.5 0 37.2z'/%3e%3cpath fill='%23ffc639' d='M464.4 92.2c.6-2.9-.2-17.6-.2-20.7 0-21.3-13.9-39.4-33.2-45.7 5.9 12 9.2 25.4 9.2 39.7 0 4.8-.4 9.5-1.1 14.1-2.9-4.7-6.6-8.9-11.2-12.6-17.1-13.6-40.6-14-57.9-2.5 13.4 2.9 26.3 8.9 37.7 18 9 7.1 16.2 16.8 21.7 26.1 0 0-17.8 10.9-31 15.1s-42.3 7.9-42.3 7.9c72 12 132-36 132-36-6.5-13.4-15.8-4-23.7-3.4z'/%3e%3c/svg%3e")}.flag\:CY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23DB7D00' d='M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z'/%3e%3cg fill='%23006651'%3e%3cpath d='M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z'/%3e%3cpath d='M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z'/%3e%3cpath d='M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:CZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2311457e' d='M0 0h513v342H0z'/%3e%3cpath fill='%23d7141a' d='M513 171v171H0l256.5-171z'/%3e%3cpath fill='white' d='M513 0v171H256.5L0 0z'/%3e%3c/svg%3e")}.flag\:DE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0z'/%3e%3cpath fill='%23FFDA44' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:DJ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2312ad2b' d='M0 0h513v342H0z'/%3e%3cpath fill='%236ab2e7' d='M513 0v166.7L0 170.8V0z'/%3e%3cpath fill='white' d='M256 170.7 0 342V0z'/%3e%3cpath fill='%23d7141a' d='m89.8 92.5 17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z'/%3e%3c/svg%3e")}.flag\:DK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c60c30' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M190 0h-60v140H0v60h130v142h60V200h323v-60H190z'/%3e%3c/svg%3e")}.flag\:DM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23496E2D' d='M0 0h513v342H0z'/%3e%3cpath d='M0 110.7v120h513v-120z'/%3e%3cpath fill='%23FFDA44' d='M0 110.7h513v40H0z'/%3e%3cpath fill='white' d='M0 190.7h513v40H0z'/%3e%3cpath d='M196 0h120v342H196z'/%3e%3cpath fill='%23FFDA44' d='M196 0h40v342h-40z'/%3e%3cpath fill='white' d='M274.7 0h40v342h-40z'/%3e%3ccircle fill='%23D80027' cx='256' cy='170.7' r='123.1'/%3e%3cpath d='m256 58.6 4.6 14.2h15l-12.1 8.9 4.6 14.2-12.1-8.8-12.1 8.8 4.6-14.2-12.1-8.9h15zM190.1 80l12.2 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15l-4.6 14.2-4.7-14.2h-15l12.1-8.8zm-40.7 56h15l4.6-14.2 4.7 14.2h15l-12.2 8.8 4.7 14.3-12.2-8.8-12.1 8.8 4.6-14.3zm0 69.3 12.1-8.8-4.6-14.3L169 191l12.2-8.8-4.7 14.3 12.2 8.8h-15l-4.7 14.3-4.6-14.3zm40.7 56.1 4.6-14.3-12.1-8.8h15l4.7-14.3 4.6 14.3h15l-12.1 8.8 4.6 14.3-12.1-8.9zm65.9 21.4-4.6-14.3h-15l12.1-8.8-4.6-14.3 12.1 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15zm65.9-21.4-12.2-8.9-12.1 8.9 4.6-14.3-12.1-8.8h15l4.6-14.3 4.7 14.3h15l-12.1 8.8zm40.7-56.1h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zm0-69.3-12.1 8.8 4.6 14.3-12.1-8.8-12.2 8.8 4.7-14.3-12.2-8.8h15l4.7-14.2 4.6 14.2zm-40.7-56-4.6 14.3 12.1 8.8h-15l-4.7 14.2-4.6-14.2h-15l12.1-8.8-4.6-14.3 12.1 8.8zM279.3 168.7c-11-21.1-14.5-25.1-14.5-25.1s.4-9.7.4-15.6c0-8.8-7.4-15.8-16.5-15.8-8.6 0-15.7 2.9-16.5 11-4.2.9-8.6 4.1-8.6 10.7 0 4.8 1 7.3 5.2 9.3 2.1-4.6 4.3-4.8 9.3-6.4.8.6 1.7 3 2.6 3.4l.3 1s-13.3 6.6-13.3 30.9c0 29.5 22 45.4 22 45.4l-1.8.3-1.9 7.1h22v-7.2l11 17.5c.3-.3 10.2-47.6.3-66.5z' fill='%23496E2D'/%3e%3c/svg%3e")}.flag\:DO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 216h211v126H0z'/%3e%3cpath fill='%230052B4' d='M0 0h211v126H0z'/%3e%3cpath fill='%23D80027' d='M302 0h211v126H302z'/%3e%3cpath fill='%230052B4' d='M302 216h211v126H302z'/%3e%3cg stroke='white' stroke-width='5' stroke-miterlimit='10'%3e%3cpath fill='%230052B4' d='M256 130h-49.9v49.4s19.5 6 49.9 6V130z'/%3e%3cpath fill='%23D80027' d='M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z'/%3e%3cpath fill='%230052B4' d='M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z'/%3e%3cpath fill='%23D80027' d='M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:DZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2341662E' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M256.5 0H513v342H256.5z'/%3e%3cg fill='%23D80027'%3e%3cpath d='m341.5 105.3-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z'/%3e%3cpath d='M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:EC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 170.7h513V256H0z'/%3e%3cpath fill='%23D80027' d='M0 256h513v85.3H0z'/%3e%3ccircle fill='%23FFDA44' cx='256' cy='171' r='60'/%3e%3cpath fill='%234C1F00' d='M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z'/%3e%3cpath fill='%2357BA17' d='M217.7 171.7c0 21.1 17.2 38.3 38.3 38.3 21.1 0 38.3-17.2 38.3-38.3v-11.5h-76.5v11.5z'/%3e%3cpath fill='%23338AF3' d='M256 110.5c-21.1 0-38.3 17.2-38.3 38.3v11.5h76.5v-11.5c.1-21.1-17.1-38.3-38.2-38.3z'/%3e%3c/svg%3e")}.flag\:EE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23111' d='M0 0h513v342H0z'/%3e%3cpath fill='%23368FD8' d='M0 0h513v114H0z'/%3e%3cpath fill='white' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:EG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath fill='%23C09300' d='M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z'/%3e%3c/svg%3e")}.flag\:EH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0z'/%3e%3cpath fill='%23428823' d='M0 228h513v114H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M256 171 0 342V0zm53.1 0c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-5.1-34.6-24.2-34.6-46.8z'/%3e%3cpath d='m365 129.2 10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:ER{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23338AF3' d='M0 0h513v342H0z'/%3e%3cpath fill='%2356AF35' d='M0 0h513v171H0z'/%3e%3cpath fill='%23D80027' d='m0 342 513-171L0 0v342z'/%3e%3cg fill='%23ffc945'%3e%3cpath d='M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z'/%3e%3ccircle cx='119.5' cy='148.3' r='17.5'/%3e%3ccircle cx='148.9' cy='158.5' r='17.5'/%3e%3ccircle cx='134.7' cy='135.2' r='17.5'/%3e%3ccircle cx='119.5' cy='172.7' r='17.5'/%3e%3ccircle cx='149.9' cy='182.8' r='17.5'/%3e%3ccircle cx='122.5' cy='198' r='17.5'/%3e%3ccircle cx='145.9' cy='205.2' r='17.5'/%3e%3c/g%3e%3c/svg%3e")}.flag\:ES-CT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 810 540'%3e%3cpath fill='%23FCDD09' d='M0 0h810v540H0z'/%3e%3cpath stroke='%23DA121A' stroke-width='60' d='M0 90h810m0 120H0m0 120h810m0 120H0'/%3e%3c/svg%3e")}.flag\:ES{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M0 0h22.5v15H0V0z'/%3e%3cpath fill='%23D03433' d='M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z'/%3e%3cpath fill='%23FBCA46' d='M0 4h22.5v7H0V4z'/%3e%3cpath fill='white' d='M7.8 7h1v.5h-1V7z'/%3e%3cpath fill='%23A41517' d='M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z'/%3e%3cpath fill='%23A41517' d='M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z'/%3e%3c/svg%3e")}.flag\:ET{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%2320AA46' d='M0 0h22.5v5H0V0z'/%3e%3cpath fill='%23E92F3B' d='M0 10h22.5v5H0v-5z'/%3e%3cpath fill='%23FADF50' d='M0 5h22.5v5H0V5z'/%3e%3ccircle fill='%23205CCA' cx='11.3' cy='7.5' r='5.2'/%3e%3cg stroke='%23FFDB3D' fill='none'%3e%3cpath d='m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1' stroke-width='.5'/%3e%3cpath d='m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7' stroke-width='.25'/%3e%3c/g%3e%3c/svg%3e")}.flag\:EU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 810 540'%3e%3cpath fill='%23039' d='M0 0h810v540H0z'/%3e%3cpath fill='%23FC0' d='m404.951 59.865 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-90 24 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-66 66 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-24 89.999 6.735 20.719h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm24 90.001 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm66 66 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm180-312 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm66 66 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm24 90 6.735 20.718h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm-24 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm-156 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm90-24.001 6.735 20.719h21.894l-17.633 12.812 6.639 20.74-17.635-12.812-17.633 12.812 6.735-20.73-17.633-12.811h21.797z'/%3e%3c/svg%3e")}.flag\:FI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%232E52B2' d='M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z'/%3e%3c/svg%3e")}.flag\:FJ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2362B5E5' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F3F3F3' d='M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z'/%3e%3cpath fill='%23c8102e' d='M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:FK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3cpath fill='%232a7fff' d='M311.2 190.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z'/%3e%3cpath fill='white' d='M311.2 190.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z'/%3e%3cpath fill='%233e6d1e' d='M346.1 189.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8s-19.1 4.8-19.1 4.8c-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z'/%3e%3cpath fill='%23e5e5e5' d='M356.4 175.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1s-45.1 13.5-45.1 30.1c-.1 8.5 6.6 28.5 15 30.1z'/%3e%3cpath fill='white' d='M355 266.7c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM321.1 206c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z'/%3e%3c/svg%3e")}.flag\:FM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23338AF3' d='M0 0h513v342H0z'/%3e%3cpath d='m256 37.9 10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zm132.8-132.8-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z' fill='white'/%3e%3c/svg%3e")}.flag\:FO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230F61A5' d='M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z'/%3e%3cpath fill='%23E50E3D' d='M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z'/%3e%3c/svg%3e")}.flag\:FR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300318A' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:GA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cpath fill='%230052B4' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:GB-ENG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 136h513v70H0z'/%3e%3cpath fill='%23D80027' d='M221.5 0h70v342h-70z'/%3e%3c/svg%3e")}.flag\:GB-NIR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 136h513v70H0z'/%3e%3cpath fill='%23D80027' d='M221.5 0h70v342h-70z'/%3e%3cpath fill='white' stroke='%23231F20' stroke-miterlimit='10' d='m256.5 87.8-24 41.4h-48.8l24.7 42.1-24.7 42.1h48.8l24 42.1 24-42.1h48.8l-24.7-42.1 24.7-42.1h-48.8l-24-41.4z'/%3e%3cpath fill='%23D80027' d='M258.6 130.6c-3.3 0-3.3 3.3-3.3 3.3V160h-2v-22s0-4-3.3-4c-4 0-4 4-4 4v23.4l-2 .7v-16.7s0-4-3.3-4c-4 0-4 4-4 4V174c0 6.7 3.3 13.4 8 17.4v14h24V194c6-3.3 10.7-9.4 12-16.7 0-4 1.3-7.3 2.7-10.7l2.7-9.4s.7-3.3-2.7-4.7-4.7 2-4.7 2l-5.3 12.7h-2v-31.4s0-3.3-3.3-3.3c-4 0-4 3.3-4 3.3v24h-1.3v-26.1c-.2.2-.2-3.1-4.2-3.1z'/%3e%3cpath fill='%23FFDA44' stroke='%23231F20' stroke-miterlimit='10' d='M249.2 25.7V33h-7.3v14.7h7.3v14c-4-4-9.4-6-14.7-6-12.2-.1-22.1 9.6-22.3 21.8-.1 6.1 2.4 12 6.9 16.3v13.4h74.8V93.8c4-4.7 6.7-10 6.7-16-.2-12.2-10.3-21.9-22.4-21.6-5.3.1-10.4 2.1-14.3 5.6v-14h7.3V33.1h-7.3v-7.3l-14.7-.1z'/%3e%3c/svg%3e")}.flag\:GB-SCT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23005EB8' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M0 302.1V342h59.9l196.6-131.1L453.1 342H513v-39.9L316.4 171 513 39.9V0h-59.9L256.5 131.1 59.9 0H0v39.9L196.7 171z'/%3e%3c/svg%3e")}.flag\:GB-WLS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v171H0z'/%3e%3cpath fill='%23529E3C' d='M0 171h513v171H0z'/%3e%3cpath fill='%23D11C1C' d='m201 259.8 28.2-4.8-21.8-10.3 14.9-8.4s25.2 21.2 25.2 14.4c0-7.3 23.7-4.1 22.7-14.4-1.3-14.1-26.2-1-30.6-18.7-2.5-9.9-10.3-8.6-10.3-8.6l-25.1 8.6-12.5 18.7-6.2-18.7s-14.6 11.9-19.5 18.7c-5.2 7.3-10.7 23.5-10.7 23.5l25.6 10.7-37.3-6.6-27.2 6.6-16.7 4.6 7.3-7.7-15-7.6 15-9-7.3-6.1 32.3 6.1s11.8-1.2 16.3-6.1c5.6-6.2 10.1-27.1 10.1-27.1l-14.8-8.6-11.6 21s-8-19.9-15.6-31c-5.7-8.3-24.3-27.3-24.3-27.3l-24 12.6 13.4-26.7s10.6-9.3 3.9-18.8c-6.8-9.5-12.4-30.9-12.4-30.9s14.1 24.4 19.2 22.5c7.2-2.7-9-25 0-28.9 6.5-2.9 7.6 25.5 7.6 25.5l7.3-13.9v17.3s-4.3 20.7 3 33c7.2 12.3 28.7 20.9 28.7 20.9s-5.6-12.3 0-36c3.8-16 17.2-43.4 23.6-52.1 3.3-4.6-26.7 17-26.7 17v-17l-28.6-2.9-7.3 8.3-18.3-30L104 83.1h34.6l-6.7-8.3H104s5.9-12.1 34.6-12.1l13.6-9.2s18.6.5 29 .9c9.3.4 26.1-11.5 26.1-11.5l4.7 11.5-11 17.3 11.1 11.4-4.7 7 8.1 11.5H201l11.1 17.9-11.1-6.3 6.4 17.3-6.4 17.8 28.2-9.5s0-25.6 10.3-37.2C271.1 69.2 322.6 43 322.6 43s-2.7 23.5 4.9 25.4c11.1 2.7 59.4-19.4 59.4-19.4s-29 31.3-23.1 34.1c3.2 1.5 8.5 7 8.5 7s-25.1 20.5-29.3 29.3c-4.2 8.8 6.1 19.4 6.1 19.4s-21.7 0-32.5 9.5c32.5 0 59.1 15.4 74.8 4 10.5-7.6-37.7-2.9-31.4-21.9 2.4-7.1 8.5-15.2 22.6-17.3s19.1 6.3 19.1 6.3l7.6-11.5h-22.4l40.6-39.6 5.3 51.1-13.7-11.4-6.2 19.2c14.6 44.6-52.8 54.1-52.8 54.1l41.6 27.8-14.8 4.2-4.2 41.7 19.1 15.5-25-6.6-49.2 11.2 9.8-15.3-20.6 4.1 13.7-13.1-13.7-6.1 17.6-4.9 22.1 15.2s11-14.2 12.2-21.7c1.3-7.8-4.8-24.2-4.8-24.2s-32.6-.7-44.1-3.5-18.2-11.9-18.2-11.9l-13.1 15.4s45.5 17.1 34.1 24.2c-2.6 1.7-15.7-3.2-15.7-3.2s-22.4 26.2-36.8 29.7c-6.5 1.6 18.3 10.7 18.3 10.7s-21.2-3.4-32-6.6c-11.3-3.4-44.4 6.6-44.4 6.6l-11-10.7zM383.9 138c3.1 0 5.7-2.6 5.7-5.7s-2.6-5.7-5.7-5.7-5.7 2.6-5.7 5.7 2.5 5.7 5.7 5.7z'/%3e%3c/svg%3e")}.flag\:GB{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cg fill='white'%3e%3cpath d='M0 0h513v341.3H0V0z'/%3e%3cpath d='M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z'/%3e%3c/g%3e%3cpath d='M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z' fill='%23012169'/%3e%3cg fill='%23c8102e'%3e%3cpath d='M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z'/%3e%3cpath d='M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:GD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c60a0a' d='M0 0h513v342H0z'/%3e%3cpath fill='%233E8446' d='m256.5 170.7-212 126.1V44.5z'/%3e%3cpath d='m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z' fill='%23FFDA44'/%3e%3cpath fill='%233E8446' d='M467.5 44.5v252.3l-211-126.1z'/%3e%3cpath d='m256.5 10.4 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm-85.4 293.8 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z' fill='%23FFDA44'/%3e%3ccircle fill='%23c60a0a' cx='244.5' cy='170.7' r='76.2'/%3e%3cpath fill='%23FFDA44' d='m244.5 110.1 13.6 41.8h44l-35.6 25.8 13.6 41.8-35.6-25.8-35.5 25.8 13.6-41.8-35.6-25.8h44zm-136.8 57.7c4.4 6.9 2.3 16.1-4.6 20.5s-16.1 2.3-20.5-4.6c-7.9-12.5-3.3-33-3.3-33s20.4 4.6 28.4 17.1z'/%3e%3ccircle fill='%23A2001D' cx='99.1' cy='182.1' r='7.4'/%3e%3c/svg%3e")}.flag\:GE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M0 0h22.5v15H0z'/%3e%3cpath fill='%23eb000e' d='M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z'/%3e%3cpath fill='%23eb000e' d='m17.3 2.7-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm-12.7 0-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm0 9-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm12.7 0-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2z'/%3e%3c/svg%3e")}.flag\:GF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23FDEB01' d='m0 0 90 60H0z'/%3e%3cpath fill='%2358A846' d='M90 0v60L0 0z'/%3e%3cpath fill='%23ED3D24' d='m50.7 33.3 9.3-6.7H48.5L45 15.7l-3.5 10.9H30l9.3 6.7-3.6 11 9.3-6.7 9.3 6.7z'/%3e%3c/svg%3e")}.flag\:GG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z'/%3e%3cpath fill='%23FFDA44' d='m368.6 188 26 17.3V136l-26 17.3h-95.3V58.1l17.3-26h-69.2l17.3 26v95.2h-95.3l-26-17.3v69.3l26-17.3h95.3v95.2l-17.3 26h69.2l-17.3-26V188z'/%3e%3c/svg%3e")}.flag\:GH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23496E2D' d='M0 228h513v114H0z'/%3e%3cpath d='m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z'/%3e%3c/svg%3e")}.flag\:GI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 230h513v112H0z'/%3e%3cpath fill='%23D80027' stroke='black' stroke-miterlimit='10' d='M363.1 131.8V99.1H374V77.3h-21.9v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7h-21.8V55.5h10.9V33.7h-21.8v10.9h-10.9V33.7H254v10.9h-10.9V33.7h-21.8v21.8h10.9v76.3h-21.8V99.1h10.9V77.3h-21.8v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7H145V219h239.9v-87.2z'/%3e%3cpath fill='%23FFDA44' stroke='black' stroke-miterlimit='10' d='m264.9 235.5-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z'/%3e%3cpath d='M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zm-69.1 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z'/%3e%3cpath d='M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm151.8 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm8.4-77.7v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zm-78.8 0v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zm-73 0v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z'/%3e%3c/svg%3e")}.flag\:GL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 0v171H0V0z'/%3e%3ccircle fill='white' cx='185.8' cy='171.2' r='117.8'/%3e%3cpath fill='%23D80027' d='M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8'/%3e%3c/svg%3e")}.flag\:GM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23cf0d19' d='M0 0h513v100H0z'/%3e%3cpath fill='%230052B4' d='M0 121h513v100H0z'/%3e%3cpath fill='%231a7e25' d='M0 242h513v100H0z'/%3e%3c/svg%3e")}.flag\:GN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M342 0h171v342H342z'/%3e%3cpath fill='%23D80027' d='M0 0h171v342H0z'/%3e%3c/svg%3e")}.flag\:GP{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300318A' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:GQ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v113.8H0z'/%3e%3cpath fill='%23D80027' d='M0 227.6h513V342H0z'/%3e%3cpath fill='%230070C8' d='M126 171 0 342V0z'/%3e%3cpath fill='none' stroke='black' stroke-miterlimit='10' d='M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z'/%3e%3cpath fill='%23786145' d='M264.5 179.8h9.8l4 25.8h-17.8z'/%3e%3cpath fill='%236DA544' d='M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z'/%3e%3cpath d='m230.7 120 1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zm15.3 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.3 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.8 0 1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm16 0 1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm15 0 1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z' fill='%23FFDA00' stroke='black' stroke-miterlimit='10'/%3e%3c/svg%3e")}.flag\:GR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%230d5eaf'%3e%3cpath d='M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z'/%3e%3cpath d='M0 0h190v190H0z'/%3e%3c/g%3e%3cg fill='white'%3e%3cpath d='M0 76h190v38H0z'/%3e%3cpath d='M76 0h38v190H76z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:GS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3cellipse fill='white' cx='443.4' cy='233.6' rx='29' ry='43.5'/%3e%3cellipse fill='%23FFCE00' cx='406.9' cy='317.7' rx='22' ry='9.3'/%3e%3cellipse fill='%23FFCE00' cx='364' cy='317.7' rx='22' ry='9.3'/%3e%3cpath fill='%2339B200' d='m342 190.1 43.4 86.9 43.5-86.9z'/%3e%3cellipse fill='%239B9B9B' cx='327.5' cy='233.6' rx='29' ry='43.5'/%3e%3cpath fill='%23757575' d='m371 175.6-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z'/%3e%3ccircle fill='%23C6B56F' cx='385.4' cy='67' r='29'/%3e%3ccircle fill='%23923f00' cx='386' cy='88.7' r='29'/%3e%3ccircle fill='white' cx='443.4' cy='117.7' r='29'/%3e%3ccircle fill='%230049FF' cx='342.2' cy='146.7' r='29'/%3e%3ccircle fill='%230041F9' cx='429.8' cy='146.7' r='29'/%3e%3ccircle fill='%23F7D71E' cx='386' cy='233.6' r='29'/%3e%3ccircle fill='%23CEC851' cx='457.9' cy='190.1' r='29'/%3e%3ccircle fill='white' cx='385.4' cy='289.5' r='29'/%3e%3cpath fill='%237C0B29' d='m371 135.7 14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z'/%3e%3ccircle fill='white' cx='327.5' cy='117.4' r='29'/%3e%3c/svg%3e")}.flag\:GT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%23338AF3'/%3e%3ccircle fill='%23DCC26D' cx='256' cy='155.8' r='25.5'/%3e%3cpath fill='%23628A40' d='M194.2 155.9c0 22.1 11.8 42.5 30.8 53.5 5.9 3.4 13.5 1.4 16.9-4.5 3.4-5.9 1.4-13.5-4.5-16.9-11.5-6.6-18.5-18.9-18.5-32.1 0-6.8-5.5-12.4-12.4-12.4s-12.3 5.5-12.3 12.4zm95.1 52.1c17.8-11.4 28.6-31 28.5-52.1 0-6.8-5.5-12.4-12.4-12.4-6.8 0-12.4 5.5-12.4 12.4 0 12.7-6.5 24.5-17.1 31.3-5.8 3.6-7.7 11.2-4.1 17 3.6 5.8 11.2 7.7 17 4.1.2-.1.3-.2.5-.3z'/%3e%3c/svg%3e")}.flag\:GU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M11.1 11.1h489.7v319.1H11.1z'/%3e%3cpath fill='%237DBEF1' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3cpath fill='%231C8AE6' d='M179.8 180.7h152.6l-29.3 64.9h-95.2z'/%3e%3cpath fill='%23FFF042' d='M192.3 205.9s40.5 38.2 51 38.2c12.4 0 12.6-18.4 25.5-25.5 20.2-11.1 51-12.7 51-12.7L297 248.7l-41 36.6-46.8-39.7-16.9-39.7z'/%3e%3cpath fill='%23259C7B' d='m256 157.5-22.5 15.6 7.9-26.2-21.8-16.5 27.4-.5 9-25.9 9 25.9 27.4.5-21.8 16.6 7.9 26.2-22.5-15.7z'/%3e%3cpath fill='%238E5715' d='M249.7 144.6c-.9 9.2-1.5 18.4-1.7 27.6-.3 11.9.3 20.7 2 26 2.2 6.6 7.2 12.9 14.2 18.9 5.3 4.6 10.6 8.1 14.2 10.1 3.1 1.7 7 .6 8.7-2.4 1.7-3.1.6-7-2.4-8.7-4.3-2.5-8.4-5.4-12.2-8.7-5.4-4.6-9.1-9.2-10.4-13.3-1.1-3.4-1.6-11.3-1.4-21.7.2-8.9.8-17.8 1.7-26.6.4-3.5-2.2-6.6-5.7-7-3.6-.3-6.7 2.3-7 5.8z'/%3e%3cpath fill='white' d='m217.8 170.7 25.5 38.2h-25.5v-38.2z'/%3e%3cpath fill='none' stroke='%23D80027' stroke-width='12' stroke-miterlimit='10' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3c/svg%3e")}.flag\:GW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%236DA544' d='M0 0h512v342H0z'/%3e%3cpath fill='%23FFDA44' d='M0 0h512v171H0z'/%3e%3cpath fill='%23D80027' d='M0 0h182v342H0z'/%3e%3cpath d='m98.3 109.8 15.1 46.5h48.9L122.8 185l15.1 46.5-39.6-28.7-39.5 28.7L73.9 185l-39.6-28.7h48.9z'/%3e%3c/svg%3e")}.flag\:GY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%23009E49' d='M0 0h900v600H0V0z'/%3e%3cpath fill='white' d='m0 0 947 300L0 600V0z'/%3e%3cpath fill='%23FFD00D' d='M0 26.1 870 300 0 573.9V26.1z'/%3e%3cpath fill='%232D2D2D' d='m0 0 450 300L0 600V0z'/%3e%3cpath fill='%23D3132F' d='m0 35 397.5 265L0 565V35z'/%3e%3c/svg%3e")}.flag\:HK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 14'%3e%3cpath fill='white' d='M0 0h21v14H0V0z'/%3e%3cpath fill='%23EE1C25' d='M0 0h21v14H0V0z'/%3e%3cpath fill='white' d='M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z'/%3e%3c/svg%3e")}.flag\:HM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3cpath d='m189.2 212.6 11 22.9 24.7-5.7-11.1 22.8 19.9 15.8L209 274v25.4l-19.8-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.9-2.6 9.5-7.5-5.3-10.9 11.9 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6v-12.1l-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9 11.9 2.7zm42.4 49.7 5.3 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.5-7.6-9.4 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-30.3 57.9 4.1 12.7h13.3l-10.8 7.8 4.1 12.6-10.7-7.8-10.8 7.8 4.1-12.6-10.7-7.8h13.3z' fill='white'/%3e%3c/svg%3e")}.flag\:HN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0zm0 228h513v114H0zm203.5-110.1 6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm105 0 6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM256 147.6l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm-52.5 29.7 6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1zm105 0 6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1z' fill='%23338AF3'/%3e%3c/svg%3e")}.flag\:HR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%230052B4' d='M0 228h513v114H0z'/%3e%3cpath d='M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z' fill='%23338AF3'/%3e%3cpath d='M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z' fill='%230052B4'/%3e%3cpath stroke='%23D80027' fill='white' d='M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z'/%3e%3cpath d='M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z' fill='%23D80027'/%3e%3c/svg%3e")}.flag\:HT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300209f' d='M0 0h513v171H0z'/%3e%3cpath fill='%23d21034' d='M0 171h513v171H0z'/%3e%3cpath fill='white' d='m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z'/%3e%3ccircle fill='%2300209f' cx='270.7' cy='182.3' r='55.4'/%3e%3ccircle fill='%23d21034' cx='270.7' cy='182.3' r='27.7'/%3e%3cpath fill='%23016a16' d='M229.1 100h83.1l-41.5 54.6z'/%3e%3cpath fill='%23f1b517' d='M265.5 140.8h10v83h-10z'/%3e%3cpath fill='%23016a16' d='M314.9 215.5h-88.5l-66.5 36h221.5z'/%3e%3c/svg%3e")}.flag\:HU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:IC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 200'%3e%3cpath fill='%23fc0' d='M0 0h300v200H0z'/%3e%3cpath fill='%230768a9' d='M0 0h200v200H0z'/%3e%3cpath fill='white' d='M0 0h100v200H0z'/%3e%3c/svg%3e")}.flag\:ID{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23E00' d='M0 0h513v171H0z'/%3e%3c/svg%3e")}.flag\:IE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h171v342H0z'/%3e%3cpath fill='%23FF9811' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:IL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zm0 256h512V320H0z' fill='%232E52B2'/%3e%3c/svg%3e")}.flag\:IM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E52D42' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z'/%3e%3cpath fill='%23F8DD4E' d='M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z'/%3e%3c/svg%3e")}.flag\:IN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ff6820' d='M0 0h513v114H0V0z'/%3e%3cpath fill='white' d='M0 114h513v114H0V114z'/%3e%3cpath fill='%23046a38' d='M0 228h513v114H0V228z'/%3e%3cpath fill='none' stroke='%2307038d' stroke-width='4' d='M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z'/%3e%3cpath d='m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7' stroke='%2307038d' stroke-width='2'/%3e%3c/svg%3e")}.flag\:IO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0-.3h513V342H0V-.3z'/%3e%3cpath fill='%23012169' d='M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z'/%3e%3cg stroke-width='2' stroke-miterlimit='10'%3e%3cpath d='M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z' fill='%23a24300' stroke='black'/%3e%3cpath fill='%23006d00' stroke='%23004100' d='M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z'/%3e%3cpath fill='%23fed100' stroke='%23525625' d='M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z'/%3e%3c/g%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:IQ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23CE1126' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath d='M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z' fill='%23547C31'/%3e%3c/svg%3e")}.flag\:IR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cpath d='M0 227.9h513v114H0zm278.8-93.1c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z' fill='%23D80027'/%3e%3cpath d='M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zm89.2 0h22.3v24.4H89.2zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4H223zm44.7 0H290v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0H513v24.4h-22.3zm-446.1 118h22.3v25.5H44.6zm-44.6 0h22.3v25.5H0zm89.2 0h22.3v25.5H89.2zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5H223zm44.7 0H290v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0H513v25.5h-22.3z' fill='white' opacity='.5'/%3e%3c/svg%3e")}.flag\:IS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z'/%3e%3cpath fill='%23D80027' d='M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z'/%3e%3c/svg%3e")}.flag\:IT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23F4F5F0' d='M342 0H0v341.3h512V0z'/%3e%3cpath fill='%23008C45' d='M0 0h171v342H0z'/%3e%3cpath fill='%23CD212A' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:JE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z'/%3e%3cpath fill='%23FFDA44' d='m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z'/%3e%3cpath fill='%23D80027' d='M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z'/%3e%3c/svg%3e")}.flag\:JM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%236DA544' d='M0 0h513v342H0z'/%3e%3cpath d='M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z'/%3e%3cpath fill='%230052B4' d='M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z'/%3e%3cpath fill='%23FFDA44' d='M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z'/%3e%3c/svg%3e")}.flag\:JO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 228h513v114H0z'/%3e%3cpath fill='%23D80027' d='M256.5 170.7 0 341.3V0z'/%3e%3cpath fill='white' d='m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z'/%3e%3c/svg%3e")}.flag\:JP{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3ccircle fill='%23D80027' cx='256.5' cy='171' r='96'/%3e%3c/svg%3e")}.flag\:KE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h512v90.579H0z'/%3e%3cpath fill='%23496E2D' d='M0 251h513v91H0z'/%3e%3cpath fill='%23A2001D' d='M0 114h513v114H0z'/%3e%3cg fill='white'%3e%3cpath d='m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z'/%3e%3cpath d='M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z'/%3e%3c/g%3e%3cpath d='M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z' fill='%23A2001D'/%3e%3cpath d='M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z'/%3e%3c/svg%3e")}.flag\:KG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0h513v342H0z'/%3e%3ccircle cx='256' cy='171' r='171'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M382.4 170.7 330.8 195l27.5 50-56.1-10.7-7.1 56.6-39.1-41.7-39.1 41.7-7.1-56.6-56.1 10.7 27.5-50-51.6-24.3 51.6-24.3-27.5-50.1 56.1 10.8 7.1-56.7L256 92.1l39.1-41.7 7.1 56.7 56.1-10.8-27.5 50.1z'/%3e%3ccircle fill='%23D80027' cx='257.4' cy='170.7' r='71.6'/%3e%3cpath d='M214.2 170.7c-2.1 0-4.1.1-6.2.3.1 12 4.4 22.9 11.6 31.5 3.8-10.3 9.5-19.6 16.7-27.7-6.9-2.7-14.3-4.1-22.1-4.1zm26.6 46.5c5.2 1.9 10.8 2.9 16.6 2.9 5.8 0 11.4-1 16.6-2.9-2.8-11.1-8.7-21-16.6-28.8-7.9 7.8-13.8 17.7-16.6 28.8zm59.4-71.2c-8.5-14.8-24.5-24.7-42.8-24.7-18.3 0-34.2 9.9-42.8 24.7 15.6.1 30.2 4.3 42.8 11.6 12.6-7.3 27.2-11.6 42.8-11.6zm-21.7 28.8c7.2 8 12.9 17.4 16.7 27.7 7.2-8.5 11.5-19.5 11.6-31.5-2-.2-4.1-.3-6.2-.3-7.7 0-15.2 1.4-22.1 4.1z' fill='%23FFDA44'/%3e%3c/svg%3e")}.flag\:KH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0zm0 228h513v114H0z' fill='%230052B4'/%3e%3cpath fill='white' d='M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z'/%3e%3c/svg%3e")}.flag\:KI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 300'%3e%3cpath fill='%23CE1126' d='M0 0h450v300H0V0z'/%3e%3cg fill='%23FCD116'%3e%3ccircle cx='227.6' cy='161.2' r='56.2'/%3e%3cpath d='m254.1 73.4-23.7 26 28.6 6.5zm-51.5.2-4.8 33.1 28.5-8zm94.3 26.7-34.7 8.5 20.1 23.7zm-138.3-1.8 15.5 32.7 20.2-22.7zm159 45.3-34.4-9.9 5.6 29.5zm-182-2.6 31.9 19.8 5.2-27.7z'/%3e%3c/g%3e%3cpath fill='%23003F87' d='M0 175h450v125H0V175z'/%3e%3cpath fill='white' d='M0 267c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21z'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCD116' d='m183.2 48.3-1.1-5.3 22.4-3.7s-30.1-7.1-40-10.7c-14.3-5.1-16.3-12.1-16.3-12.1s44.7 11 64.8 11c4.3 0 12.8 10.7 12.8 10.7s14.8-14.9 21.9-15.4c32.1-2.3 66.6-6.4 66.6-6.4s-10 6.7-16 8.5c-16.2 4.9-50.6 11.7-50.6 11.7l-4.8 7.5H277l-14.4 4.3 7.4 6.9s-7.8-4.1-18.1-2.1c-7.1 1.3-15.4 6-22.9 8-18.7 4.8-29.9-12.8-29.9-12.8l-15.9-.1z'/%3e%3c/svg%3e")}.flag\:KM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M0 0h513v85.5H0z'/%3e%3cpath fill='white' d='M0 85.5h513V171H0z'/%3e%3cpath fill='%23D80027' d='M0 171h513v85.5H0z'/%3e%3cpath fill='%236DA544' d='M256.5 171 0 342V0z'/%3e%3cg fill='white'%3e%3cpath d='M68.6 170.7c0-24.9 17.5-45.6 40.8-50.7-3.6-.8-7.3-1.2-11.1-1.2-28.7 0-51.9 23.3-51.9 51.9s23.3 51.9 51.9 51.9c3.8 0 7.5-.4 11.1-1.2-23.3-5.1-40.8-25.9-40.8-50.7z'/%3e%3cpath d='m108.9 126.1 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.3h8.9zm0 22.3 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z'/%3e%3cpath d='m108.9 170.7 2.7 8.5h9l-7.3 5.2 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.2h8.9zm0 22.2 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:KN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M512 0H0v342'/%3e%3cpath fill='%23FFDA44' d='M307.7 0 0 194.5V342h206.9L513 148.5V0z'/%3e%3cpath d='M513 0H385.2L0 249.4V341l126.2 1L513 91.6z'/%3e%3cpath d='m141.1 187 31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z' fill='white'/%3e%3c/svg%3e")}.flag\:KP{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2391DC5A' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v57.188H0zm0 284.1h513v57.177H0z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M0 79.9h513v181.582H0z'/%3e%3ccircle fill='white' cx='190.33' cy='171' r='65.668'/%3e%3cpath fill='%23D80027' d='m190.3 105 14.8 45.3h47.7l-38.6 28.1 14.8 45.5-38.7-28.2-38.6 28.1 14.8-45.4-38.6-28.1h47.7z'/%3e%3c/svg%3e")}.flag\:KR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6' stroke='black' stroke-width='14.25'/%3e%3cpath d='m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9' stroke='white' stroke-width='12.5'/%3e%3ccircle fill='%23CA163A' cx='256.5' cy='171' r='85.5'/%3e%3cpath fill='%230E4896' d='M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z'/%3e%3c/svg%3e")}.flag\:KW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cpath fill='%23D80027' d='M0 228h513v114H0z'/%3e%3cpath d='M167 227.6 0 341.3V0l167 113.8z'/%3e%3c/svg%3e")}.flag\:KY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cg stroke='white'%3e%3ccircle fill='%23059334' cx='384' cy='96.5' r='29.7'/%3e%3cpath fill='%23c8102e' d='M332.1 89H436v44.5H332.1z'/%3e%3cpath fill='%23fcea83' d='M332.1 200.3V230h15.6c9.4 9.2 22.2 14.8 36.3 14.8 14.1 0 27-5.7 36.3-14.8h15.6v-29.7H332.1z'/%3e%3cpath fill='%23004b9e' d='M332.1 126.1v44.5c0 39.8 51.9 51.9 51.9 51.9s51.9-12.2 51.9-51.9v-44.5H332.1z'/%3e%3cpath d='M384 149.9c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9zm0-41.6c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9z' fill='%23F3F3F3'/%3e%3c/g%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:KZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2336B6CC' d='M0 0h513v342H0V0z'/%3e%3ccircle fill='%23FFD400' cx='256.5' cy='170.9' r='68.4'/%3e%3cpath fill='%23FFD400' d='m256.5 251.5-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V28.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z'/%3e%3c/svg%3e")}.flag\:LA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath d='M0 .1h513v90.7H0zm0 251.2h513V342H0z' fill='%23D80027'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='65.9'/%3e%3c/svg%3e")}.flag\:LB{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 .2h513v90.7H0zm.5 251.1H513V342H.5z' fill='%23D80027'/%3e%3cpath fill='%236DA544' d='M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z'/%3e%3cpath fill='%2314AF5A' d='M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z'/%3e%3c/svg%3e")}.flag\:LC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2355B2FF' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F3F3F3' d='M148.5 298.1h216l-108-254.2z'/%3e%3cpath fill='%23333' d='m186 272.7 70.5-160.3L327 272.7z'/%3e%3cpath fill='%23FFDA44' d='M148.5 298.1h216l-108-101.7z'/%3e%3c/svg%3e")}.flag\:LI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v171H0z'/%3e%3cpath fill='%23FFDA44' d='M149.3 98.1c0-14-11.3-25.3-25.3-25.3-6.5 0-12.4 2.4-16.9 6.4V64.4h8.4V47.5h-8.4v-8.4H90.3v8.4h-8.4v16.9h8.4v14.9c-4.5-4-10.4-6.4-16.9-6.4-14 0-25.3 11.3-25.3 25.3 0 7.5 3.3 14.2 8.4 18.8v14.9h84.3V117c5.3-4.7 8.5-11.5 8.5-18.9z'/%3e%3c/svg%3e")}.flag\:LK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23A2001D' d='M222.6 22.3h267.1v296.8H222.6z'/%3e%3cpath fill='%23D80027' d='M22.3 22.3h200.3v296.8H22.3z'/%3e%3cpath fill='%23FFDA44' d='M200.3 0h22.3v342h-22.3z'/%3e%3cpath fill='%236DA544' d='M22.3 22.3h89v296.8h-89z'/%3e%3cpath fill='%23FF9811' d='M111.3 22.3h89v296.8h-89z'/%3e%3cpath fill='%23FFDA44' d='M368.2 156.8c-1.4-2 0-37.9 0-37.9.9-7.4.1-8.4 1-11.4.9-2.9 5.4-11.6 5.4-11.6s-6-2.3-10.3-.6c-4.3 1.7-24.7-7.5-31.2 3.4-4.4 7-23.6 16.2-24.6 14-1-2.2-5.9-5-6.9-2.9s-.7 13.9 0 16c.8 2.6 9.8 2 12.3 3.1 3.7 1.8 12.2 8.2 11.9 10.7-.3 2.5-22.5-6-24.2-4.5-1.4 1.2-1.9 13.2-.4 15 1.8 2.1 23.4 5.6 25 7.5 1.6 1.9-13.1 7.4-12.3 25 .7 14.7 8 17.4 8 17.4s-2.4 3.6-7.8 3.1c-6.2-.6-27.4-17.7-27.4-17.7s-3.5-109 3.6-121.4c4.9-8.5-22.7 10.1-22.7 50.8V151c0 6.6-1.4 22.4 2.6 34 0 0-.4 46.9 1.5 49.6s12.7 2.2 14.8 0 0-30 0-30c7.7.2 18.3 17.5 32.5 16.4 20.6-1.6 28.7-9.9 34.3-5 8.1 7.1 5.5 23.2.4 31.5-2.2 3.5-14.3 4.7-15.7 7.6-1.4 2.9.5 5.4.5 5.4h29.7s1.4-20.5 2.7-26.1c1.3-5.7-.6-10.7 5.9-10.4 23.5 1.1 39.8-15.3 45.5-8 3.2 4.1 5.6 29.9 3.3 33.3-2.2 3.4-13.8 2.8-15.2 6.7-1.4 4 .8 4.4.8 4.4h29.7s-.4-21.2 2.5-27.7 4.9-10.4 9.3-17.2c4.4-6.8 11.3-15.7 11.3-36.2 0-14.2-8.1-22.8-8.1-22.8H417c-14.1.2-47.4 2.3-48.8.3zm-136-124.5c10.7-10.6 20.2-2.7 22.2 2.1 1.9 4.8 2.1 8.2 2.8 13.6.9 6.9 4.9 14 4.9 14s-7.1-3.8-14.7-4.2c-4.7-.3-9-.6-13.6-2.5-5.7-2.3-11.7-12.9-1.6-23zm248.4-.1c10.7 10.6 2.8 20.2-2 22.2s-8.2 2.1-13.6 2.8c-6.9.9-14 5-14 5s3.7-7.1 4.2-14.7c.3-4.7.6-9.1 2.4-13.6 2.2-5.7 12.8-11.8 23-1.7zm.1 276.9c-10.7 10.6-20.2 2.6-22.2-2.2-1.9-4.8-2.1-8.2-2.7-13.6-.8-6.9-4.9-14.1-4.9-14.1s7 3.8 14.7 4.3c4.7.3 9 .6 13.6 2.5 5.7 2.4 11.7 13.1 1.5 23.1zm-248.2-.1c-10.6-10.7-2.7-20.2 2.1-22.2 4.8-1.9 8.2-2.1 13.6-2.8 6.9-.9 14-4.9 14-4.9s-3.8 7.1-4.2 14.7c-.3 4.7-.6 9-2.5 13.6-2.3 5.7-12.9 11.8-23 1.6z'/%3e%3cpath fill='none' stroke='%23FFDA44' stroke-width='6' stroke-miterlimit='10' d='M446.9 162.4s7.5-2.6 8.4-16.1c.6-8.6-19.8-16-39-11.5-19.7 4.6-34-3.1-34-14.6 0-22.9 29.7-16.2 38.9-11.3 9.1 4.9 29.7 23.5 35.1 9.4'/%3e%3c/svg%3e")}.flag\:LR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z' fill='%23bf0a30'/%3e%3cpath fill='%23002868' d='M0 0h155.6v155.6H0z'/%3e%3cpath fill='white' d='m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z'/%3e%3c/svg%3e")}.flag\:LS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 227.6h513v114H0z'/%3e%3cpath d='m245.2 171 7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z'/%3e%3cpath d='M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z'/%3e%3c/svg%3e")}.flag\:LT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%236DA544' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M0 0h513v114H0z'/%3e%3cpath fill='%23D80027' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:LU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23338AF3' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:LV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath class='prefix__st1' d='M0 0h513v127.6H0zm0 214.4h513V342H0z' fill='%23A2001D'/%3e%3c/svg%3e")}.flag\:LY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23496E2D' d='M0 228h513v114H0z'/%3e%3cg fill='white'%3e%3cpath d='m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z'/%3e%3cpath d='M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:MA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23d12a46' d='M0 .3V342h513V.3z'/%3e%3cpath fill='%23316525' d='M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z'/%3e%3c/svg%3e")}.flag\:MC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 171h513v171H0z'/%3e%3cpath fill='%23ce1126' d='M0 0h513v171H0z'/%3e%3c/svg%3e")}.flag\:MD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3cpath fill='%230052B4' d='M0 0h171v342H0z'/%3e%3cpath fill='%23AF7F59' stroke='%23231F20' stroke-width='3' stroke-miterlimit='10' d='m240.4 105.7 9.7 11.6-7.5 17.4-26.1-24.3-12.7 13.2v106.1l24.6-36 20.6 12.4-18 27.8 25.2 15.8 26.5-15.8-19.7-27.8 22.3-12.4 23.9 33.8v-106l-12.4-12-26.8 24.7-6.5-16.5 3.5-12.3-11.7-7.5z'/%3e%3c/svg%3e")}.flag\:ME{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ffc000' d='M0 0h513v342H0z'/%3e%3cpath fill='%23e30000' d='M20 20h473v302H20z'/%3e%3cpath fill='%23ffc000' d='M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9l-6.8-6.8z'/%3e%3cpath fill='%230371ba' d='M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z'/%3e%3cpath fill='%2339B54A' d='m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z'/%3e%3cpath fill='%23ffc000' d='M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z'/%3e%3c/svg%3e")}.flag\:MF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 72'%3e%3cpath d='M0 0h108v72H0z' fill='%23003787'/%3e%3cpath d='M0 0h108L60 48v24H48V48z' fill='white'/%3e%3ccircle cx='54' cy='30' r='8' fill='%23f9d90f'/%3e%3cpath d='M44 30h20L54 48z' fill='white'/%3e%3cpath d='M54 48 38 33h32z' fill='%23cf142b'/%3e%3c/svg%3e")}.flag\:MG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23f9423a' d='M0 0h513v171H0z'/%3e%3cpath fill='%2300843d' d='M0 171h513v171H0z'/%3e%3cpath fill='white' d='M0 0h171v342H0z'/%3e%3c/svg%3e")}.flag\:MH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%231E509C' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 176.1V81.3L0 342l513-165.9z'/%3e%3cpath fill='%23F18D36' d='M513 0v81.3L0 342 513 0z'/%3e%3cpath fill='white' d='m126.7 99.3-7.8-54.1-7.7 54.1-20.8-23.7 10.7 31.6-31.5-10.7 23.6 20.8-54.1 7.7 54.1 7.7-23.6 20.8 31.5-10.7-10.7 31.6 20.8-23.7 7.7 54.1 7.8-54.1 20.7 23.7-10.6-31.6 31.5 10.7-23.6-20.8 54-7.7-54-7.7 23.6-20.8-31.5 10.7 10.6-31.6z'/%3e%3c/svg%3e")}.flag\:MK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M384.6 342 256.5 167.3 283.4 342zM133.8 0l122.7 167.3L230.8 0zm95.8 342 26.9-174.7L128.4 342zM0 0v127.8l256.5 39.5L28.4 0zm0 342h18.2l238.3-174.7L0 206.7zm256.5-174.7L513 127.8V0h-28.4zM282.2 0l-25.7 167.3L379.2 0z'/%3e%3cpath d='M513 342V206.7l-256.5-39.4L494.8 342z'/%3e%3ccircle cx='256.5' cy='171' r='59.5'/%3e%3c/g%3e%3ccircle fill='%23FFDA44' cx='256.5' cy='171' r='44.5'/%3e%3c/svg%3e")}.flag\:ML{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2314b53a' d='M0 0h171v342H0z'/%3e%3cpath fill='%23fcd116' d='M171 0h171v342H171z'/%3e%3cpath fill='%23ce1126' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:MM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23fecb00' d='M0 0h513v114H0z'/%3e%3cpath fill='%2334b233' d='M0 114h513v114H0z'/%3e%3cpath fill='%23ea2839' d='M0 228h513v114H0z'/%3e%3cpath fill='white' d='M384.8 142.2h-98L256.5 49l-30.3 93.2h-98l79.3 57.6-30.3 93.2 79.3-56.9 79.3 56.9-30.3-93.2 79.3-57.6z'/%3e%3c/svg%3e")}.flag\:MN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230066b2' d='M0 0h513v342H0z'/%3e%3cpath d='M342 0h171v342H342zM0 0h171v342H0z' fill='%23da2031'/%3e%3cg fill='%23ffd300'%3e%3cpath d='M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z'/%3e%3ccircle cx='86' cy='203.4' r='14.8'/%3e%3cpath d='M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z'/%3e%3ccircle cx='86' cy='144' r='14.8'/%3e%3cpath d='M76.3 123.9h19.5L86 108.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:MO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230F7562' d='M0 0h513v342H0z'/%3e%3cpath d='M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z' fill='%23FFDA44'/%3e%3cpath d='M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z' fill='white'/%3e%3c/svg%3e")}.flag\:MP{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 750 500'%3e%3cpath fill='%230071BC' d='M0 0h750v500H0V0z'/%3e%3cg fill='white' stroke='black' stroke-width='1.9'%3e%3ccircle cx='375' cy='245' r='225' fill='white'/%3e%3ccircle cx='375' cy='245' r='165' fill='%230071BC'/%3e%3c/g%3e%3cg stroke='black'%3e%3cpath fill='%238C8A8C' stroke-width='1.9' d='M444.7 450c.7 11-7.8 20-18.8 20H323.6c-11 0-19.5-9-19-20l16.7-325c.6-11 10-20 21-20h61.4c11 0 20.5 9 21.2 20l19.8 325z'/%3e%3cpath fill='white' stroke-width='2' stroke-linejoin='round' d='m373 114 30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:MQ{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 900 600' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23231f1e' d='M0 0h900v600H0z'/%3e%3cpath fill='%2300a650' d='M0 0h900v300H0z'/%3e%3cpath fill='%23ef1923' d='m0 0 450 300L0 600z'/%3e%3c/svg%3e")}.flag\:MR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300a95c' d='M0 0h513v342H0z'/%3e%3cpath fill='%23d01c1f' d='M0 0h513v46H0zm0 296h513v46H0z'/%3e%3cpath fill='gold' d='M256 213.9c-46 0-84.3-32.3-93.8-75.4-1.4 6.6-2.2 13.5-2.2 20.6 0 53 43 96 96 96s96-43 96-96c0-7.1-.8-13.9-2.2-20.6-9.5 43.1-47.8 75.4-93.8 75.4z'/%3e%3cpath fill='gold' d='m256 87 8.9 27.5h29l-23.4 17 8.9 27.5-23.4-17-23.4 17 8.9-27.5-23.4-17h29z'/%3e%3c/svg%3e")}.flag\:MS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300A2B8' stroke='white' stroke-width='3' d='M318.2 106.7v106.5c0 51.9 67.8 67.8 67.8 67.8s67.8-15.9 67.8-67.8V106.7H318.2z'/%3e%3cpath fill='%23A35023' d='M319.7 212.7c0 50.8 66.3 66.3 66.3 66.3s66.3-15.6 66.3-66.3H319.7z'/%3e%3cpath fill='%23510' d='M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:MT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23cf142b' d='M256 0h256.5v342H256z'/%3e%3cpath stroke='%23cf142b' stroke-width='10' d='M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z'/%3e%3cpath fill='white' stroke='%23acacac' stroke-width='5' d='M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z'/%3e%3ccircle cx='85' cy='85' r='26' fill='none' stroke='%23acacac' stroke-width='5'/%3e%3ccircle cx='85' cy='85' r='18' fill='%23dedede' stroke='%23acacac' stroke-width='5'/%3e%3c/svg%3e")}.flag\:MU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23d01c1f' d='M0 0h513v85.5H0z'/%3e%3cpath fill='%232d3359' d='M0 85.5h513V171H0z'/%3e%3cpath fill='%23f7b718' d='M0 171h513v85.5H0z'/%3e%3cpath fill='%23008658' d='M0 256.5h513V342H0z'/%3e%3c/svg%3e")}.flag\:MV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 480'%3e%3cpath fill='%23007E3A' stroke='%23D21034' stroke-width='120' d='M60 60h600v360H60z'/%3e%3ccircle fill='white' cx='390' cy='240' r='80'/%3e%3ccircle fill='%23007E3A' cx='420' cy='240' r='80'/%3e%3c/svg%3e")}.flag\:MW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v114H0z'/%3e%3cpath fill='%23ce1126' d='M0 114h513v114H0z'/%3e%3cpath fill='%23339e35' d='M0 228h513v114H0z'/%3e%3ccircle fill='%23ce1126' cx='256.5' cy='125' r='95'/%3e%3cpath d='M0 100h513v14H0z'/%3e%3c/svg%3e")}.flag\:MX{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23dc2339' d='M342 0H0v341.3h513V0z'/%3e%3cpath fill='%2311865d' d='M0 0h171v342H0z'/%3e%3cpath fill='white' d='M171 0h171v342H171z'/%3e%3cpath fill='%238C9157' d='M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z'/%3e%3cellipse fill='%23C59262' cx='256.5' cy='159.1' rx='24.3' ry='36.4'/%3e%3c/svg%3e")}.flag\:MY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z' fill='%23c00'/%3e%3cpath fill='%23006' d='M0 0h256.5v195.4H0z'/%3e%3cpath d='M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z' fill='%23fc0'/%3e%3c/svg%3e")}.flag\:MZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23006d66' d='M0 0h513v104H0z'/%3e%3cpath d='M0 119h513v104H0z'/%3e%3cpath fill='%23f4d900' d='M0 238h513v104H0z'/%3e%3cpath fill='%23cb0f31' d='M256 171 0 342V0z'/%3e%3cpath fill='%23f4d900' d='m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z'/%3e%3c/svg%3e")}.flag\:NA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23009a44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23002f6c' d='M0 342V0h513'/%3e%3cpath fill='white' d='M513 67V0H412.5L0 275v67h100.5z'/%3e%3cpath fill='%23c8102e' d='M513 0v40.2L60.3 342H0v-40.2L452.7 0z'/%3e%3cpath fill='%23ffcd00' d='m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z'/%3e%3c/svg%3e")}.flag\:NC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23009543' d='M0 234.8h513V342H0V234.8z'/%3e%3cpath fill='%23ED4135' d='M0 105.8h513v129.3H0V105.8z'/%3e%3cpath fill='%230035AD' d='M0 0h513v106.8H0V0z'/%3e%3ccircle fill='%23FAE600' stroke='black' stroke-width='5.3' cx='192.4' cy='171' r='126.1'/%3e%3cpath d='m246.8 284.1-25.5 9.6-28.9 3.4-30.3-1.9-28.8-12.4s22.9-23.5 32.6-26.9c6.9-2.4 18-3 18-3V97.8l-.2-52.9h13.5l-.4 54.1v153.7s12.3 1 17.7 3.3c9 3.8 32.3 28.1 32.3 28.1z'/%3e%3cpath d='m168.3 80.8 39.5-19.7 5.1 10.3-39.5 19.7-5.1-10.3z'/%3e%3cellipse cx='190.6' cy='224.8' rx='13.5' ry='21.2'/%3e%3ccircle cx='190.3' cy='114.9' r='16.8'/%3e%3cellipse cx='191.1' cy='169.2' rx='16' ry='9.7'/%3e%3cpath d='M171.4 146.7h37.7v8h-37.7zm0 36h37.7v8h-37.7z'/%3e%3cg fill='none' stroke='black' stroke-width='10' stroke-miterlimit='10'%3e%3cpath d='M163.4 112.2s.8 26.8 27.3 26.8 26.5-26.8 26.5-26.8'/%3e%3cpath class='prefix__st4' d='M163.4 224.8s1.9-26.6 27.3-26.6 26.5 26.6 26.5 26.6'/%3e%3c/g%3e%3c/svg%3e")}.flag\:NE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23e05206' d='M0 0h513v114H0z'/%3e%3cpath fill='%230db02b' d='M0 228h513v114H0z'/%3e%3ccircle fill='%23e05206' cx='256.5' cy='171' r='32'/%3e%3c/svg%3e")}.flag\:NF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342zm-38 227L256 75l-48 152h41v40h14v-40z' fill='%23007934'/%3e%3c/svg%3e")}.flag\:NG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%23008751'/%3e%3c/svg%3e")}.flag\:NI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0zm0 228h513v114H0z' fill='%230067c6'/%3e%3ccircle fill='none' stroke='%23FFDA44' stroke-width='5' cx='256.5' cy='171' r='50'/%3e%3cpath fill='%230a47a5' d='M285.7 176.7h-58.4l-9.8 16.9h78z'/%3e%3cpath fill='%236fd8f3' d='m256.5 126.1-29.2 50.6h58.4z'/%3e%3cpath fill='%2397c924' d='M221.7 186.4h69.6l-8-13.9h-53.6z'/%3e%3ccircle fill='red' cx='256.5' cy='161' r='5'/%3e%3c/svg%3e")}.flag\:NL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 114h513v114H0z'/%3e%3cpath fill='%23cd1f2a' d='M0 0h513v114H0z'/%3e%3cpath fill='%231d4185' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:NO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ba0c2f' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z'/%3e%3cpath fill='%2300205b' d='M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z'/%3e%3c/svg%3e")}.flag\:NP{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 342V-.2L281.1 175H87.8l184 167z'/%3e%3cpath fill='%23D80027' d='M243.4 164.8 9.2 19.3v313.5h235.2l-184.1-168z'/%3e%3cpath fill='white' d='m62.4 204.1 7.9 16.2 14.9-10.1-1.3 18 18-1.3-10.1 14.9 16.2 7.9-16.2 7.8 10.1 15-18-1.3 1.3 17.9L70.3 279l-7.9 16.2-7.8-16.2-14.9 10.1 1.3-17.9-18 1.3 10.1-15-16.2-7.8 16.2-7.9L23 226.9l18 1.3-1.3-18 14.9 10.1zm-5.3-103.7 5.3 7.7 5.4-7.7 2 9.1 7.9-5-1.7 9.2 9.3-1.7-5.1 7.9 9.2 2-7.8 5.4 7.8 5.3-9.2 2 5.1 7.9-9.3-1.7 1.7 9.3-7.9-5.1-2 9.2-5.4-7.7-5.3 7.7-2-9.2-7.9 5.1 1.7-9.3-9.3 1.7 5.1-7.9-9.2-2 7.7-5.3-7.7-5.4 9.2-2-5.1-7.9 9.3 1.7-1.7-9.2 7.9 5z'/%3e%3cpath fill='white' d='M18.5 108.7s4.8 27.7 44 27.7 44-27.7 44-27.7c0 9.4-6 46.5-44 46.5s-44-38.2-44-46.5z'/%3e%3c/svg%3e")}.flag\:NR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23ffc72c' d='M0 155h513v32H0z'/%3e%3cpath fill='white' d='m164.2 189 7.9 27.7 20.7-20-7 27.9 28-7-20.1 20.7 27.8 7.9-27.8 7.9 20.1 20.7-28-7 7 28-20.7-20.1-7.9 27.8-7.9-27.8-20.7 20.1 7-28-27.9 7 20-20.7-27.7-7.9 27.7-7.9-20-20.7 27.9 7-7-27.9 20.7 20z'/%3e%3c/svg%3e")}.flag\:NU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23fedd00' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3ccircle fill='%23012169' cx='126.8' cy='85.7' r='29.9'/%3e%3cpath d='m128.3 128.6 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm-.1-115.4 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm76.4 58.1 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H201zm-151.8.1 3.6 10.9h11.4l-9.3 6.8 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.8-9.3-6.8h11.5zm74-15.6 6.7 20.7h21.8l-17.7 12.8 6.8 20.6-17.6-12.7-17.7 12.7 6.8-20.6-17.6-12.8H120z' fill='%23fedd00'/%3e%3c/svg%3e")}.flag\:NZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath d='m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z' fill='%23D80027' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:OM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M138 0h377v114H138z'/%3e%3cpath fill='%234A7C3A' d='M138 230h377v114H138z'/%3e%3cg fill='none' stroke='white' stroke-width='10' stroke-miterlimit='2'%3e%3cpath d='M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7'/%3e%3cpath d='M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1'/%3e%3c/g%3e%3c/svg%3e")}.flag\:PA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23da121a' d='M256.5 0H513v171H256.5z'/%3e%3cpath fill='%23072357' d='M0 171h256.5v171H0zM128 37.9l11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z'/%3e%3cpath fill='%23da121a' d='m384 208.9 11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z'/%3e%3c/svg%3e")}.flag\:PE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%23D80027'/%3e%3cpath fill='%2300A854' d='M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z'/%3e%3cpath fill='%23D91023' stroke='%23E7CA00' stroke-width='2' d='M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z'/%3e%3cellipse fill='%23E7CA00' cx='256.4' cy='200.9' rx='25' ry='13.2'/%3e%3cpath fill='white' d='M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z'/%3e%3cpath fill='%23007EA8' d='M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z'/%3e%3cpath fill='%23947245' d='M270.1 158.1h1.6v21.5h-1.6z'/%3e%3ccircle fill='%23D18219' stroke='white' cx='241.8' cy='165.2' r='8.1'/%3e%3cellipse fill='none' stroke='%2300A854' stroke-width='6' cx='256.4' cy='122.2' rx='20.5' ry='16.5'/%3e%3cellipse fill='none' stroke='%23E7CA00' stroke-width='3' cx='256.4' cy='122.2' rx='20.5' ry='16.5'/%3e%3ccircle fill='%23E7CA00' cx='270.9' cy='163.1' r='8.9'/%3e%3c/svg%3e")}.flag\:PF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v85H0zm0 257h513v85H0z' fill='%23D80027'/%3e%3cpath fill='%231481DB' d='M329.5 171c0 40.3-32.7 73-73 73s-73-32.7-73-73'/%3e%3cpath fill='%23FFAB50' d='M256.5 98c-40.3 0-73 32.7-73 73h146c0-40.3-32.7-73-73-73z'/%3e%3cg fill='white'%3e%3cpath d='M181.9 169.3h150.5v4.5H181.9z'/%3e%3cpath d='M222.4 162.9h66.5v10.9h-66.5z'/%3e%3c/g%3e%3cpath d='M212.8 131.1H223s-1.6 55.5.1 57.4c11.9 13.5 25.3 0 25.3 0s-2.7 18.9-17.8 18.9-17.8-18.7-17.8-18.7v-57.6zm85.6 0h-10.2s1.6 55.5-.1 57.4c-11.9 13.5-25.3 0-25.3 0s2.7 18.9 17.8 18.9c15.1 0 17.8-18.7 17.8-18.7v-57.6zM242.6 156l25.9 6.9v-36.4s-14-3.8-14-16.8 14-9.6 14-9.6-25.9-4.6-25.9 8.1V156z' fill='%23D80027' stroke='%23630810' stroke-width='2'/%3e%3c/svg%3e")}.flag\:PG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z'/%3e%3cpath fill='%23C8102E' d='M0 0h513v342'/%3e%3cpath d='m153.7 225 2.7 8.5h9l-7.2 5.2 2.7 8.6-7.2-5.3-7.3 5.3 2.8-8.6-7.3-5.2h9zm-25.3-120 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm0 160.3 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm50.7-96.1 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm-107.3 4.1 5.2 16h16.8l-13.6 9.9 5.2 15.9-13.6-9.8-13.6 9.8 5.2-15.9-13.6-9.9h16.8z' fill='white'/%3e%3cg fill='%23FFCD00'%3e%3cpath d='M288 79.9s33 13.8 30 19.7c-2.9 5.9-17.4-7.1-30-3.5-12.7 3.5-28.6 32.4-28.6 32.4s18.6 2.7 34.2 1.5c15.6-1.2 19.7-7.4 19.7-7.4s.7 15.3 12.7 24.3c18.2 13.6 56.2 22.3 56.2 22.3s.6-6.5-2.7-20.7-8-21.4-8-21.4 55.7 38.3 51.2 59.3-30.1 19.6-30.1 19.6 28.4 12.5 37.4-13.5c12.4-35.6-42.4-65.2-42.4-65.2s6.5 3.1 17.1 4.6 20.3-.3 20.3-.3-13.8-43.6-29.2-52.1c-15.3-8.5-37.1-.9-37.1-.9s9.1-5.9 10-15.9c.9-10-3.5-24.1-3.5-24.1-50.1 21.2-21.2 41.2-33 49.2-2 1.4-9.5-9.9-18.8-8.2-11.5 1.8-25.4.3-25.4.3z'/%3e%3cpath d='M404.7 131.8s15.3 17.7 8.2 35.9c-7.1 18.3-37.7 13.5-37.7 13.5s24.7 13.9 40.6-5.3-2.4-43.6-2.4-43.6l-8.7-.5z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:PH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230038A8' d='M513 0v171H256.5L0 0z'/%3e%3cpath fill='%23CE1126' d='M513 171v171H0l256.5-171z'/%3e%3cg fill='%23FCD116'%3e%3cpath d='m22.1 33.8 8.5 11.9 13.8-4.5-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7V57.2L8.2 52.7 22 48.4zm0 236.4 8.5 11.8 13.8-4.4-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7v-14.6l-13.7-4.5 13.8-4.3zM210.5 152l-8.5 11.8-13.8-4.4 8.6 11.7-8.4 11.8 13.7-4.6 8.6 11.7v-14.6l13.7-4.5-13.8-4.3z'/%3e%3ccircle cx='95' cy='171' r='32'/%3e%3cpath d='m95 171 11.2 56.5-3.4 3.4-3.7 3.5-4.2 4.2-4.2-4.2-3.7-3.5-3.4-3.4L95 171zm0 0-11.2-56.5 3.4-3.4 3.7-3.5 4.2-4.2 4.2 4.2 3.7 3.5 3.4 3.4L95 171zm0 0 56.5-11.2 3.4 3.4 3.5 3.7 4.2 4.2-4.2 4.2-3.5 3.7-3.4 3.4L95 171zm0 0-56.5 11.2-3.4-3.4-3.5-3.7-4.2-4.2 4.2-4.2 3.5-3.7 3.4-3.4L95 171zm0 0 32-47.9h4.8l5.1.2h5.9v5.9l.2 5.1v4.8L95 171zm0 0-32 47.9h-4.8l-5.1-.2h-5.9v-5.9l-.2-5.1v-4.8L95 171zm0 0 47.9 32v4.8l-.2 5.1v5.9h-5.9l-5.1.2h-4.8L95 171zm0 0-47.9-32v-4.8l.2-5.1v-5.9h5.9l5.1-.2h4.8L95 171z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:PK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='white' d='M0 0h900v600H0z'/%3e%3cpath fill='%2301411C' d='M225 0h675v600H225z'/%3e%3cpath fill='white' d='M562.5 120c99.4 0 180 80.6 180 180s-80.6 180-180 180-180-80.6-180-180 80.6-180 180-180z'/%3e%3cpath fill='%2301411C' d='M498.9 135.8c68.1-60.5 172.4-54.4 232.9 13.7s54.4 172.4-13.7 232.9-172.4 54.4-232.9-13.7-54.4-172.4 13.7-232.9z'/%3e%3cpath fill='white' d='m628.1 165.3 75.8 85.3-111.5-24.4L697 180.4l-57.7 98.5-11.2-113.6z'/%3e%3c/svg%3e")}.flag\:PL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='crimson' d='M0 171h513v171H0z'/%3e%3c/svg%3e")}.flag\:PM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300318A' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:PN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cg stroke='black'%3e%3cpath fill='%2396877d' d='m400.7 134.5-16.7 5.6-16.7-5.6-5.6-13.9 5.6-13.9h33.4l-5.6 13.9z'/%3e%3cpath fill='%23006ec7' d='M345 134.5v61.2c0 29.8 39 39 39 39s39-9.1 39-39v-61.2h-78z'/%3e%3cpath fill='%23337321' d='M348.6 210.2c9.6 18.4 35.4 24.5 35.4 24.5s25.9-6.1 35.4-24.5l-35.4-59-35.4 59z'/%3e%3cpath fill='%23f7e017' d='m423 195.1-39-60.6-39 60.6v.6c0 5.5 1.3 10.3 3.5 14.5l35.4-55.1 35.4 55.1c2.2-4.2 3.5-9 3.5-14.5v-.6z'/%3e%3c/g%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3cpath fill='%23f7e017' d='M375 189.5h18.3l.1 5.5h-5.8v25.2l12.3-6.1 3 5-18.9 9.7-18.4-9.8 2.9-5.1 12.6 6.3V195H375z'/%3e%3c/svg%3e")}.flag\:PR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v68.4H0zm0 136.8h513v68.4H0zm0 136.8h513V342H0z' fill='%23E00'/%3e%3cpath fill='%2304F' d='M256.5 171 0 342V0z'/%3e%3cpath fill='white' d='m84 110.1 15.1 46.5H148l-39.6 28.8 15.1 46.5L84 203.1l-39.6 28.8 15.1-46.5L20 156.6h48.9z'/%3e%3c/svg%3e")}.flag\:PS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0z'/%3e%3cpath fill='%23007A3D' d='M0 228h513v114H0z'/%3e%3cpath fill='%23CE1126' d='M256.5 171 0 342V0z'/%3e%3c/svg%3e")}.flag\:PT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='red' d='M0 0h513v342H0z'/%3e%3cpath fill='%23060' d='M197 0v342H0V0z'/%3e%3ccircle fill='%23FF0' cx='197.1' cy='171' r='64'/%3e%3cpath fill='red' d='M161.1 139v40c0 19.9 16.1 36 36 36s36-16.1 36-36v-40h-72z'/%3e%3cpath fill='white' d='M197.1 191c-6.6 0-12-5.4-12-12v-16h24v16c0 6.6-5.3 12-12 12z'/%3e%3c/svg%3e")}.flag\:PW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2309f' d='M0 0h513v342H0z'/%3e%3ccircle fill='%23ff0' cx='220' cy='171' r='74'/%3e%3c/svg%3e")}.flag\:PY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D52B1E' d='M0 0h513v114H0z'/%3e%3cpath fill='%230038A8' d='M0 228h513v114H0z'/%3e%3cpath fill='%23009B3A' d='m279.7 148-8.7 8.7c3.7 3.7 6 8.8 6 14.5 0 11.3-9.2 20.5-20.5 20.5s-20.5-9.2-20.5-20.5c0-5.7 2.3-10.8 6-14.5l-8.7-8.7c-5.9 5.9-9.6 14.1-9.6 23.2 0 18.1 14.7 32.8 32.8 32.8s32.8-14.7 32.8-32.8c0-9.1-3.7-17.3-9.6-23.2z'/%3e%3cpath fill='%23FEDF00' stroke='black' d='m256.5 157.2 3.2 9.9h10.5l-8.5 6.2 3.2 9.9-8.4-6.2-8.4 6.2 3.2-9.9-8.5-6.2h10.5z'/%3e%3ccircle fill='none' stroke='black' stroke-width='2' cx='256.5' cy='171' r='45'/%3e%3c/svg%3e")}.flag\:QA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%238a1538' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z'/%3e%3c/svg%3e")}.flag\:RE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300318A' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:RO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23002b7f' d='M0 0h171v342H0z'/%3e%3cpath fill='%23fcd116' d='M171 0h171v342H171z'/%3e%3cpath fill='%23ce1126' d='M342 0h171v342H342z'/%3e%3c/svg%3e")}.flag\:RS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c6363c' d='M0 0h513v114H0z'/%3e%3cpath fill='%230c4076' d='M0 114h513v114H0z'/%3e%3cpath fill='white' d='M0 228h513v114H0z'/%3e%3cpath fill='%23c6363c' d='M120 96.8v85.1c0 48.4 63.3 63.3 63.3 63.3s63.3-14.8 63.3-63.3V96.8H120z'/%3e%3cpath d='M146.1 111.6h74.2V82l-14.8 7.4-22.3-22.3L161 89.4 146.1 82zm85.6 82.2-48.3-48.2-48.2 48.2 15.7 15.7 32.5-32.5 32.5 32.5z' fill='%23edb92e'/%3e%3cpath fill='white' d='M231.7 148.7h-22.5c1.3-2.2 2-4.7 2-7.4 0-8.2-6.6-14.8-14.8-14.8-5.7 0-10.6 3.2-13.1 7.8-2.5-4.7-7.4-7.8-13.1-7.8-8.2 0-14.8 6.6-14.8 14.8 0 2.7.7 5.2 2 7.4h-22.1c0 8.2 7.1 14.8 15.3 14.8h-.6c0 8.2 6.6 14.8 14.8 14.8 0 7.3 5.2 13.3 12.1 14.6l-11.7 26.4c5.6 2.3 11.7 3.5 18.1 3.5s12.5-1.3 18.1-3.5L189.9 193c6.9-1.3 12.1-7.3 12.1-14.6 8.2 0 14.8-6.6 14.8-14.8h-.5c8.2 0 15.4-6.7 15.4-14.9z'/%3e%3c/svg%3e")}.flag\:RU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v114H0z'/%3e%3cpath fill='%230039a6' d='M0 114h513v114H0z'/%3e%3cpath fill='%23d52b1e' d='M0 228h513v114H0z'/%3e%3c/svg%3e")}.flag\:RW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300A5E0' d='M0 0h513v171H0z'/%3e%3cpath fill='%23F9D202' d='M0 171h513v85.5H0z'/%3e%3cpath fill='%231E5F3D' d='M0 256.5h513V342H0z'/%3e%3cpath fill='%23F9D202' d='m420.6 36.1 2.3 35.9 11.6-34.1-7 35.3 19.9-29.9-15.8 32.2 27-23.7-23.7 27L467.1 63l-29.9 19.9 35.3-7-34.1 11.6 35.9 2.3-35.9 2.3 34.1 11.6-35.3-7 29.9 19.9-32.2-15.8 23.7 27-27-23.7 15.8 32.2-19.9-29.9 7 35.3-11.6-34.1-2.3 35.9-2.3-35.9-11.6 34.1 7-35.3-19.9 29.9 15.8-32.2-27 23.7 23.7-27-32.2 15.8L404 96.7l-35.3 7 34.1-11.6-35.9-2.3 35.9-2.3-34.1-11.6 35.3 7L374.1 63l32.2 15.8-23.7-27 27 23.7-15.8-32.2 19.9 29.9-7-35.3L418.3 72z'/%3e%3ccircle fill='%23F9D202' stroke='%2300A5E0' stroke-width='2' cx='420.6' cy='89.8' r='15.9'/%3e%3c/svg%3e")}.flag\:SA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z' fill='white'/%3e%3cg fill='%2300512e'%3e%3cpath d='M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5'/%3e%3cpath d='m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:SB{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23205831' d='M0 0h513v342H0z'/%3e%3cpath fill='%23004EB4' d='M0 342V0h513'/%3e%3cpath fill='%23F4CA15' d='M0 328v14h28L513 14V0h-28z'/%3e%3cpath d='M47.2 11.5 54 32.6h22.3l-18 13.2 6.9 21.1-18-13.1-18 13.1L36 45.8 18 32.6h22.3zm113.6 0 6.9 21.1H190l-18 13.2 6.8 21.1-18-13.1-18 13.1 6.9-21.1-18-13.2H154zM47.2 122.3l6.8 21.1h22.3l-18 13.2 6.9 21.1-18-13-18 13 6.8-21.1-18-13.2h22.3zm113.6 0 6.9 21.1H190l-18 13.2 6.8 21.1-18-13-18 13 6.9-21.1-18-13.2H154zM104 66.9l6.8 21.2h22.3l-18 13 6.9 21.2-18-13.1-18 13.1 6.8-21.2-18-13h22.3z' fill='white'/%3e%3c/svg%3e")}.flag\:SC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F6CA3F' d='M185.9 0 0 342 368.2 0z'/%3e%3cpath fill='%23007631' d='M513 224.5 0 342h513z'/%3e%3cpath fill='%23CB262E' d='M513 0H358.2L0 342l513-224.9z'/%3e%3cpath fill='%23002E69' d='M0 0v342L185.9 0z'/%3e%3c/svg%3e")}.flag\:SD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23cb0f32' d='M0 0h513v114H0z'/%3e%3cpath fill='white' d='M0 114h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath fill='%23006e28' d='m0 0 200 171L0 342z'/%3e%3c/svg%3e")}.flag\:SE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23004F8E' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F6C500' d='M192.4.3h-64.2v138.8H0v64.1h128.2V342h64.2V203.2H513v-64.1H192.4z'/%3e%3c/svg%3e")}.flag\:SG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='white' d='M0 0h900v600H0V0z'/%3e%3cpath fill='%23ED2939' d='M0 0h900v300H0V0z'/%3e%3cg fill='white'%3e%3cpath d='M129.7 150c0-48.8 29-90.9 70.6-109.9-3.4-.3-6.8-.5-10.2-.5-61 0-110.4 49.4-110.4 110.4s49.4 110.4 110.4 110.4c3.4 0 6.9-.2 10.2-.5-41.7-19-70.6-61.1-70.6-109.9zm131.2-59.9 16.9-12.3H257l-6.5-19.9-6.5 19.9h-20.8l16.9 12.3-6.5 19.8 16.9-12.3 16.9 12.3zm37.3 114.5 16.9-12.2h-20.9l-6.5-19.9-6.4 19.9h-20.9l16.9 12.2-6.5 19.9 16.9-12.3 16.9 12.3z'/%3e%3cpath d='m200.7 133.8 16.9-12.3h-20.9l-6.4-19.8-6.5 19.8h-20.9l16.9 12.3-6.4 19.9 16.9-12.3 16.9 12.3zm137.4-12.3h-20.9l-6.5-19.8-6.4 19.8h-20.9l16.9 12.3-6.5 19.9 16.9-12.3 16.9 12.3-6.4-19.9zm-114.4 83.1 16.9-12.2h-20.9l-6.4-19.9-6.5 19.9h-20.9l16.9 12.2-6.4 19.9 16.9-12.3 16.9 12.3z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:SH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%235f7dbd' d='M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z'/%3e%3cpath fill='%23f2d049' d='M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z'/%3e%3cpath fill='%23b38c79' d='m369.5 204.5.3 10.3-12.8.2 4.9 13.2h-17.3c-18-20.2-23.4-42.4-24.9-68.1l9.1-9.7 8.3 14.3 10.8-12.8 7 7.8.8 15.7 13.8 29.1z'/%3e%3cpath fill='%235c5568' d='m436.6 192.5-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:SI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 160'%3e%3cpath fill='%23FF0D0B' d='M0 0h240v160H0V0z'/%3e%3cpath fill='%230E55BD' d='M0 0h240v106.7H0V0z'/%3e%3cpath fill='white' d='M0 0h240v53.3H0V0z'/%3e%3cpath fill='%230E55BD' d='M99.5 30.8c-12.4-5.5-26.4-5.5-38.8 0-2.2 28.7 4.4 44.8 19.3 48.7 14.9-3.9 21.5-20 19.5-48.7z'/%3e%3cpath d='m82 37.1-1.5.1-.5-1.3-.5 1.3-1.5-.1.8 1.2-.8 1.2 1.5-.2.5 1.2.5-1.2 1.5.2-.8-1.2zm-5.5-7.4-1.4.2-.6-1.4-.6 1.4-1.4-.2.8 1.2-.8 1.2 1.4-.1.6 1.3.6-1.3 1.4.1-.8-1.2zm11 0-1.4.2-.6-1.4-.6 1.4-1.4-.2.8 1.2-.8 1.2 1.4-.1.6 1.3.6-1.3 1.4.1-.8-1.2z' fill='%23FF0'/%3e%3cpath fill='white' d='m87.9 48.7-3.1 4.1-4.7-9.3-4.7 9.3-3.1-4.1-7.9 10.4c0 .5.1.9.3 1.5 2.1 7.6 8 13.7 15.5 16.3 7.5-2.5 13.3-8.7 15.5-16.3.1-.4.3-.9.3-1.5l-8.1-10.4z'/%3e%3cpath fill='%230E55BD' d='M64.5 60.5c.8 2.8 3.7 4.4 6.4 3.6.4-.1.8-.3 1.2-.5 1.6-.9 3.6-.9 5.2 0s3.6.9 5.2 0 3.6-.9 5.2 0c2.5 1.5 5.7.5 7.1-1.9.3-.4.4-.8.5-1.2l.3.1v3.9c-.9 0-1.9.3-2.7.7-1.6.9-3.6.9-5.2 0s-3.6-.9-5.2 0-3.6.9-5.2 0-3.6-.9-5.2 0-3.6.9-5.2 0c-.8-.4-1.7-.7-2.7-.7v-3.9'/%3e%3cpath fill='%230E55BD' d='M64.5 63.6c.8 2.8 3.7 4.4 6.4 3.6.4-.1.8-.3 1.2-.5 1.6-.9 3.6-.9 5.2 0s3.6.9 5.2 0 3.6-.9 5.2 0c2.5 1.5 5.7.5 7.1-1.9.3-.4.4-.8.5-1.2l.3.1v3.9c-.9 0-1.9.3-2.7.7-1.6.9-3.6.9-5.2 0s-3.6-.9-5.2 0-3.6.9-5.2 0-3.6-.9-5.2 0-3.6.9-5.2 0c-.8-.4-1.7-.7-2.7-.7v-3.9'/%3e%3cpath fill='%23FF0D0B' d='m99.5 30.8-1.6 24.8c-.7 10.5-7.8 19.7-17.9 22.9-10.1-3.2-17.2-12.3-17.9-22.9l-1.6-24.8c-.5.3-.9.4-1.5.7l1.5 24.1C61.3 66.9 69.1 76.7 80 80c10.9-3.3 18.7-13.1 19.3-24.4l1.5-24.1c-.4-.3-.9-.6-1.3-.7z'/%3e%3c/svg%3e")}.flag\:SJ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ba0c2f' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z'/%3e%3cpath fill='%2300205b' d='M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z'/%3e%3c/svg%3e")}.flag\:SK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 196.641h512v118.717H0z'/%3e%3cpath fill='%23D80027' d='M0 315.359h512v111.304H0z'/%3e%3cpath fill='white' d='M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z'/%3e%3cpath fill='%23D80027' d='M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z'/%3e%3cpath fill='white' d='M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z'/%3e%3cpath fill='%230052B4' d='M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 0 0-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z'/%3e%3c/svg%3e")}.flag\:SL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23338AF3' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")}.flag\:SM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.34h512v341.326H0z'/%3e%3cpath fill='white' d='M512 85.334v166.69L0 256.175V85.334z'/%3e%3cpath fill='%236DA544' d='M323.744 203.099 256 270.843l-67.744-67.744a81.156 81.156 0 0 0-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 0 0-13.881-45.483z'/%3e%3cpath fill='%23FFDA44' d='M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z'/%3e%3cpath fill='%23338AF3' d='M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z'/%3e%3cpath fill='%236DA544' d='M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z'/%3e%3cpath fill='%23FFDA44' d='M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 0 0-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 0 0-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z'/%3e%3c/svg%3e")}.flag\:SN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M330.207 85.331H512v341.337H330.207z'/%3e%3cpath d='M0 85.331h181.793v341.337H0zm255.999 111.301 14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z' fill='%23496E2D'/%3e%3c/svg%3e")}.flag\:SO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z'/%3e%3c/svg%3e")}.flag\:SR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23A2001D' d='M0 196.636h512v118.728H0z'/%3e%3cpath d='M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z' fill='%236DA544'/%3e%3cpath fill='%23FFDA44' d='m256.742 218.003 9.43 29.021h30.518L272 264.963l9.431 29.023-24.689-17.937-24.689 17.937 9.431-29.023-24.69-17.939h30.518z'/%3e%3c/svg%3e")}.flag\:SS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23496E2D' d='M0 322.783h512v103.88H0z'/%3e%3cpath d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='%23A2001D' d='M0 210.877h512v89.656H0z'/%3e%3cpath fill='%230052B4' d='M256 256.006 0 426.668V85.331z'/%3e%3cpath fill='%23FFDA44' d='m73.178 209.188 20.831 29.067 34.084-10.83-21.207 28.795 20.83 29.069-33.939-11.271-21.208 28.794.234-35.762-33.94-11.273 34.083-10.83z'/%3e%3c/svg%3e")}.flag\:ST{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%236DA544'/%3e%3cpath fill='%23D80027' d='M256 256.006 0 426.668V85.331z'/%3e%3cpath d='m302.049 226.318 7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zm74.203 0 7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z'/%3e%3c/svg%3e")}.flag\:SV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%230052B4'/%3e%3cpath fill='%23FFDA44' d='M228.582 261.936 256 214.447l27.418 47.489z'/%3e%3cpath fill='%236DA544' d='M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z'/%3e%3cpath fill='%23FFDA44' d='m289.579 216.485-12.592 12.592c5.37 5.372 8.693 12.791 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.114-5.316-24.987-13.91-33.579z'/%3e%3c/svg%3e")}.flag\:SX{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M512 85.331v166.69L0 256.173V85.331z'/%3e%3cpath fill='white' d='M256 256.006 0 426.668V85.331z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M59.621 256a59.546 59.546 0 0 0-.193 4.57c0 32.821 26.607 59.429 59.429 59.429s59.429-26.607 59.429-59.429c0-1.539-.078-3.061-.193-4.57H59.621z'/%3e%3ccircle cx='118.862' cy='210.287' r='18.286'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M77.715 205.714v59.429c0 31.494 41.144 41.143 41.144 41.143s41.144-9.649 41.144-41.143v-59.429H77.715z'/%3e%3cpath fill='%23338AF3' d='M118.877 287.148c-7.632-2.746-22.876-9.767-22.876-22.006v-41.144h45.715v41.144c-.001 12.28-15.244 19.283-22.839 22.006z'/%3e%3cpath fill='%23F3F3F3' d='M128.001 246.856v-9.142l-9.144-4.571-9.142 4.571v9.142l-4.571 4.573v18.285h27.428v-18.285z'/%3e%3c/svg%3e")}.flag\:SY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath d='M0 0h900v600H0z' fill='%230f0f0f'/%3e%3cpath d='M0 0h900v400H0z' fill='white'/%3e%3cpath d='M0 0h900v200H0z' fill='%23047a3f'/%3e%3cpath d='m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72M626.256 375l48.738-150 48.738 150-127.6-92.705h157.72M401.252 375l48.738-150 48.738 150-127.6-92.705h157.72' fill='%23ce1126'/%3e%3c/svg%3e")}.flag\:SZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%232B5DEA' d='M0 0h900v600H0V0z'/%3e%3cpath fill='%23FFDF29' d='M0 100h900v400H0V100z'/%3e%3cpath fill='%23D70000' d='M0 150h900v300H0V150z'/%3e%3cpath fill='white' d='M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z'/%3e%3cpath d='M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z'/%3e%3cpath fill='white' d='M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z'/%3e%3cpath d='M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z'/%3e%3c/svg%3e")}.flag\:TA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3cpath fill='%231799f8' d='M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z'/%3e%3cpath fill='white' d='M447.5 208.7c-.2 1.6-.4 3.3-.6 4.9-4.8 33.1-22.9 65.4-61.5 81-43.2-17-59.4-47.9-64.2-81-.2-1.6-.4-3.2-.6-4.9'/%3e%3cpath fill='%231799f8' d='m385.4 251.7-22.9-43h45.8z'/%3e%3cpath fill='white' d='m385.4 165.8-22.9 42.9h45.8z'/%3e%3cellipse fill='%23dcb072' cx='474.8' cy='236.8' rx='16.8' ry='43.3'/%3e%3cellipse fill='%23dcb072' cx='295.3' cy='236.8' rx='16.8' ry='43.3'/%3e%3cpath fill='white' d='m385.4 31.5-33.4 44h68.5zM315.5 280s33.8 29.5 69.9 29.5 67.1-29.5 67.1-29.5l8.5 14.6S439.2 326 385.4 326 307 294.6 307 294.6l8.5-14.6z'/%3e%3cellipse fill='%23A5A5A5' cx='386.3' cy='104.3' rx='34.3' ry='23.3'/%3e%3c/svg%3e")}.flag\:TC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' stroke='white' stroke-width='4' d='M332.1 106.7v78.2c0 38.1 51.9 49.8 51.9 49.8s51.9-11.7 51.9-49.8v-78.2H332.1z'/%3e%3cpath fill='%23fcad56' d='M376.6 135.1c0 7.9-6.6 28.4-14.8 28.4S347 142.9 347 135.1c0-7.9 14.8-14.2 14.8-14.2s14.8 6.4 14.8 14.2z'/%3e%3cpath fill='%239e540a' d='M416 150.6c2.4-5.6 4.3-13.8 4.3-17.9 0-6.5-8.9-11.9-8.9-11.9s-8.9 5.3-8.9 11.9c0 4.1 1.9 12.3 4.3 17.9l-5.1 11.1c3 1.2 6.3 1.8 9.8 1.8 3.5 0 6.8-.7 9.8-1.8l-5.3-11.1z'/%3e%3cpath fill='%23009e49' d='M372.9 184.9s-7.4 14.2-7.4 28.4h37.1c0-14.2-7.4-28.4-7.4-28.4l-11.1-7.1-11.2 7.1z'/%3e%3cpath fill='%23ce1126' d='M395.1 184.9v-3.6c0-5.9-5-10.7-11.1-10.7s-11.1 4.8-11.1 10.7v3.6h22.2z'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:TD{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")}.flag\:TF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M0 0h21v15H0V0z'/%3e%3cpath fill='%230A388A' d='M0 0h22.5v15H0V0z'/%3e%3cpath fill='white' d='M0 0h11.3v7.5H0V0z'/%3e%3cpath fill='%23D80027' d='M7.1 0h3.6v7H7.1V0z'/%3e%3cpath fill='%230A388A' d='M0 0h3.6v7H0V0z'/%3e%3cpath fill='white' d='M3.6 0h3.6v7H3.6V0zm10.9 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5 1 1.5h-2l1-1.5zm-3 0 1 1.5h-2l1-1.5zm1.5 3L16 10h2l-1 1.5zM20 8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-6 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm1 4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm4 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-2 1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z'/%3e%3c/svg%3e")}.flag\:TG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z' fill='%23496E2D'/%3e%3cpath fill='%23D80027' d='M0 85.337h204.054v204.054H0z'/%3e%3cpath fill='white' d='m102.026 133.938 13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z'/%3e%3c/svg%3e")}.flag\:TH{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.334h512V426.66H0z'/%3e%3cpath fill='%230052B4' d='M0 194.056h512v123.882H0z'/%3e%3cpath d='M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z' fill='%23D80027'/%3e%3c/svg%3e")}.flag\:TJ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zm-33.963-29.682 2.763 8.504h8.94l-7.233 5.255 2.763 8.502-7.233-5.255-7.234 5.255 2.763-8.502-7.233-5.255h8.94zm8.566-29.68 2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm24.488-22.261 2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm94.236 51.941-2.763 8.504h-8.94l7.233 5.255-2.763 8.502 7.233-5.255 7.234 5.255-2.763-8.502 7.233-5.255h-8.94zm-8.566-29.68-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zm-24.488-22.261-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM256 207.767l2.763 8.503h8.941l-7.234 5.256 2.763 8.502-7.233-5.254-7.233 5.254 2.763-8.502-7.234-5.256h8.941z' fill='%23FFDA44'/%3e%3c/svg%3e")}.flag\:TK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='m210.715 174.377 3.684 11.338h11.919l-9.643 7.006 3.684 11.337-9.644-7.007-9.644 7.007 3.684-11.337-9.645-7.006h11.921zm-93.899 107.594 4.605 14.172h14.9l-12.055 8.757 4.606 14.173-12.056-8.76-12.055 8.76 4.604-14.173-12.054-8.757h14.899zm27.88-162.292 4.604 14.172h14.901l-12.056 8.758 4.606 14.171-12.055-8.759-12.056 8.759 4.606-14.171-12.055-8.758h14.9zm-75.157 55.652 4.604 14.172h14.9l-12.055 8.758 4.606 14.171-12.055-8.758-12.056 8.758 4.606-14.171-12.055-8.758h14.9z' fill='white'/%3e%3cpath d='M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zm-365.585 11.586c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z' fill='%23FFDA44'/%3e%3c/svg%3e")}.flag\:TL{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z'/%3e%3cpath d='M0 90.691v330.618L189.217 256z'/%3e%3cpath fill='white' d='m44.184 213.36 24.912 23.577 30.121-16.41-14.723 30.98 24.911 23.575-34.012-4.43L60.67 301.63l-6.296-33.716-34.012-4.43 30.119-16.408z'/%3e%3c/svg%3e")}.flag\:TM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='white'%3e%3cpath d='M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0 1 10.884 2.621c27.002 9.688 41.038 39.428 31.35 66.431s-39.428 41.038-66.431 31.35a52.182 52.182 0 0 1-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zm-46.571-67.95-7.297 9.427-11.22-4.026 6.712 9.852-7.296 9.427 11.443-3.338 6.712 9.852.361-11.914 11.444-3.339-11.221-4.025z'/%3e%3cpath d='m330.338 146.448-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.443-3.339 6.712 9.853.36-11.915 11.445-3.34-11.221-4.024zM275.9 126.916l-7.296 9.427-11.219-4.024 6.711 9.851-7.296 9.426 11.443-3.338 6.712 9.852.361-11.915 11.444-3.337-11.221-4.027zm-.799 35.189-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.444-3.338 6.711 9.852.362-11.915 11.443-3.338-11.22-4.026zm33.484 12.013-7.296 9.427-11.22-4.026 6.712 9.853-7.297 9.426 11.444-3.338 6.712 9.852.36-11.915 11.443-3.338-11.219-4.025z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M83.478 85.337h89.043v341.326H83.478z'/%3e%3cpath fill='white' d='m117.458 175.191-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z'/%3e%3cpath d='M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z' fill='%23FF9811'/%3e%3cpath fill='white' d='m117.458 374.725-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z'/%3e%3cpath d='M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z' fill='%23FF9811'/%3e%3cpath d='m117.458 274.957-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zm36.513 24.434h-6.493v-6.493h-11.411l-8.068-8.068-8.067 8.068h-11.41v6.493h-6.493v12.986h6.493v6.492h11.41l8.068 8.069 8.068-8.069h11.41v-6.492h6.493zm0-99.768h-6.493v-6.492h-11.411l-8.068-8.069-8.067 8.069h-11.41v6.492h-6.493v12.986h6.493v6.492h11.41l8.068 8.07 8.068-8.07h11.41v-6.492h6.493z' fill='%23496E2D'/%3e%3cg fill='%23D80027'%3e%3cpath d='M120.576 248.576h14.84v14.84h-14.84z'/%3e%3ccircle cx='128' cy='206.113' r='7.421'/%3e%3ccircle cx='128' cy='305.887' r='7.421'/%3e%3c/g%3e%3c/svg%3e")}.flag\:TN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='white' cx='256' cy='255.994' r='96'/%3e%3cg fill='%23D80027'%3e%3cpath d='m267.826 219.291 16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z'/%3e%3cpath d='M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:TO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.331h256v170.663H0z'/%3e%3cpath fill='%23D80027' d='M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z'/%3e%3c/svg%3e")}.flag\:TR{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E30A17' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z'/%3e%3c/svg%3e")}.flag\:TT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='m6.066 85.337 207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z'/%3e%3cpath d='M43.364 85.337 384.69 426.663h83.946L127.31 85.337z'/%3e%3c/svg%3e")}.flag\:TV{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300B2EE' d='M0 171h256.5V0H513v342H0V171z'/%3e%3cpath d='m196.8 274.1 16.8 51.6-43.9-31.9H224l-43.9 31.9 16.7-51.6zm205.8-80.3 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm60.7-44.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm0-127.8L480.1 73l-44-32h54.3l-43.9 32 16.8-51.7zm-53 53.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9L410.3 75zm-77.4 32 16.8 51.6-43.9-31.9H360l-43.9 31.9 16.8-51.6zM350 245.4l16.8 51.6-43.9-31.9h54.3L333.3 297l16.7-51.6zm-71.8-56.2 16.8 51.6-44-31.8h54.3l-43.9 31.9 16.8-51.7zm0 75.3 16.8 51.6-44-31.9h54.3l-43.9 31.9 16.8-51.6z' fill='%23FFDA44'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:TW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 85.337h256V256H0z'/%3e%3cpath fill='white' d='M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z'/%3e%3ccircle fill='%230052B4' cx='128' cy='170.674' r='29.006'/%3e%3cpath fill='white' d='M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z'/%3e%3c/svg%3e")}.flag\:TZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 426.663V85.337h512'/%3e%3cpath fill='%23FFDA44' d='M512 152.222V85.337H411.67L0 359.778v66.885h100.33z'/%3e%3cpath d='M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z'/%3e%3c/svg%3e")}.flag\:UA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512V256H0z'/%3e%3c/svg%3e")}.flag\:UG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23232323' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M0 56.9h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 113.8h512v56.9H0z'/%3e%3cpath fill='%23FFDA44' d='M0 227.6h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 284.4h512v56.9H0z'/%3e%3ccircle fill='white' cx='256' cy='170.7' r='80.7'/%3e%3cpath d='M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z'/%3e%3c/svg%3e")}.flag\:UM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M0 0h256.5v184.1H0z'/%3e%3cpath d='m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z' fill='white'/%3e%3c/svg%3e")}.flag\:US{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M0 0h256.5v184.1H0z'/%3e%3cpath d='m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z' fill='white'/%3e%3c/svg%3e")}.flag\:UY{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z' fill='%230038a8'/%3e%3cpath fill='white' d='M0 0h256.5v190H0z'/%3e%3cpath fill='%23FED443' d='m128.3 138.7-15.1 22.6-3.8-26.9L86 148.2l8.2-25.9-27.2 2.2 18.6-19.8L60.3 95l25.4-9.7L67 65.5l27.1 2.3-8.2-25.9 23.4 13.8 3.9-26.9 15.1 22.6 15.1-22.6 3.8 26.9 23.4-13.8-8.2 25.9 27.1-2.2-18.6 19.8 25.4 9.7-25.4 9.7 18.6 19.8-27.1-2.2 8.2 25.9-23.4-13.8-3.9 26.9-15-22.7zm0-.5c23.9.9 44-17.6 44.9-41.5.9-23.9-17.6-44-41.5-44.9h-3.4c-23.9.8-42.6 20.8-41.8 44.6.6 22.8 19 41.1 41.8 41.8zm0-10.6c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.3 34-34 34z'/%3e%3c/svg%3e")}.flag\:UZ{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%233081f7' d='M0 0h513v108H0z'/%3e%3cpath fill='%23ee162e' d='M0 108h513v9H0z'/%3e%3cpath fill='white' d='M0 117h513v108H0z'/%3e%3cpath fill='%23ee162e' d='M0 225h513v9H0z'/%3e%3cpath fill='%23308738' d='M0 233h513v108H0z'/%3e%3cpath d='M53.5 54c0-23.1 16.4-35 34.3-38.9-2.7-.6-5.6-.9-8.5-.9-22 0-39.8 17.8-39.8 39.8s17.8 39.8 39.8 39.8c2.9 0 5.8-.3 8.5-.9C69.9 89 53.5 77.1 53.5 54zm57.9 21.3 1.8 5.9h6.2l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-83.5-28.9 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-55.7-29 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.9-4.9-3.6-5 3.6 1.9-5.9-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1z' fill='white'/%3e%3c/svg%3e")}.flag\:VA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='white' d='M256 85.331h256v341.337H256z'/%3e%3cpath fill='%23ACABB1' d='m321.353 233.837 32.073 42.43c-5.053 7.651-5.026 17.961.817 25.692 7.414 9.807 21.374 11.748 31.182 4.335 9.807-7.414 11.748-21.374 4.334-31.182-5.843-7.731-15.756-10.568-24.495-7.795l-49.988-66.129-11.838 8.949-17.759 13.424 17.899 23.677 17.775-13.401zm46.175 48.78a7.421 7.421 0 1 1 8.95 11.84 7.421 7.421 0 0 1-8.95-11.84z'/%3e%3cpath fill='%23FFDA44' d='m376.367 247.24 17.899-23.677-17.759-13.424-11.838-8.949-49.988 66.129c-8.74-2.775-18.651.063-24.495 7.795-7.414 9.808-5.473 23.768 4.334 31.182 9.808 7.414 23.768 5.473 31.182-4.335 5.845-7.731 5.871-18.041.817-25.692l32.073-42.43 17.775 13.401zm-62.504 45.771a7.42 7.42 0 1 1-11.84-8.95 7.42 7.42 0 0 1 11.84 8.95z'/%3e%3c/svg%3e")}.flag\:VC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath d='M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zm83.478 0-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z' fill='%236DA544'/%3e%3c/svg%3e")}.flag\:VE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%23FFCE00' d='M0 0h22.5v5H0z'/%3e%3cpath fill='%23203899' d='M0 5h22.5v5H0z'/%3e%3cpath fill='%23D82B2B' d='M0 10h22.5v5H0z'/%3e%3cpath fill='white' d='m12.13 5.38.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zm-1.77 0 .27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zm3.44.56-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zm-5.11.02.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zm6.55 1.17-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zm.19 1.12.21.43.47.07-.34.33.08.46-.42-.22-.42.22.08-.46-.34-.33.47-.07zM7 8.2l.21.43.47.06-.34.33.08.47L7 9.27l-.42.22.08-.47-.34-.33.47-.06zm.31-1.15.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z'/%3e%3c/svg%3e")}.flag\:VG{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23012169' d='M0 0h513v342H0z'/%3e%3cpath fill='%23ffc72c' d='m384.8 174.7-46.2 46.2c8.7 16.7 26.1 28.1 46.2 28.1s37.6-11.4 46.2-28.1l-46.2-46.2z'/%3e%3cpath fill='%23006129' stroke='white' stroke-width='3' d='M332.7 93v81.8c0 39.8 52 52 52 52s52-12.2 52-52V93h-104z'/%3e%3cpath fill='white' d='M373.6 130.1h22.3v59.5h-22.3z'/%3e%3ccircle fill='%239c4c00' cx='384.8' cy='130.1' r='11.2'/%3e%3cpath d='M347.6 107.8h14.9v14.9h-14.9zm0 33.5h14.9v14.9h-14.9zm0 33.4h14.9v14.9h-14.9zm59.5-66.9H422v14.9h-14.9zm0 33.5H422v14.9h-14.9zm0 33.4H422v14.9h-14.9z' fill='%23ffc72c'/%3e%3cpath fill='%23012169' d='M0 0h256.5v171H0z'/%3e%3cg fill='white'%3e%3cpath d='M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z'/%3e%3c/g%3e%3cg fill='%23D80027'%3e%3cpath d='M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z'/%3e%3cpath d='M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:VI{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%231583C4' d='m397.7 166.3-51 97.7c-1.1 2-.3 4.5 1.8 5.6 2 1.1 4.5.3 5.6-1.8l51-97.7c1-2.1.1-4.6-2-5.5-2-.9-4.3-.2-5.4 1.7z'/%3e%3cpath fill='%231583C4' d='m404.9 188-57.8 75.4c-1.3 1.9-.8 4.5 1.1 5.8 1.7 1.2 4.1.9 5.5-.7l57.8-75.4c1.4-1.8 1.1-4.4-.8-5.8-1.8-1.5-4.4-1.1-5.8.7z'/%3e%3cpath fill='%231583C4' d='m379 181.3-32.5 83.1c-.8 2.1.2 4.6 2.4 5.4 2.1.8 4.6-.2 5.4-2.4l32.5-83.1c.7-2.2-.4-4.5-2.6-5.3-2.1-.6-4.3.4-5.2 2.3z'/%3e%3cpath fill='%23409347' d='M122.1 171.9c.4 1.7 1.2 4.7 2.2 8.5 1.7 6.4 3.6 12.8 5.6 18.7 2.3 6.9 14.7 31.4 20.2 39.1 6.9 9.7 14.1 19.3 21.5 28.6 1.6 1.9 4.5 2.1 6.4.5 1.8-1.6 2.1-4.3.7-6.2-7.3-9.2-14.4-18.6-21.2-28.2-4.2-5.8-17.2-31.1-19-36.7-2.9-8.7-5.4-17.6-7.6-26.5-.5-2.4-2.9-4-5.3-3.5s-4 2.9-3.5 5.3c-.1.2 0 .3 0 .4z'/%3e%3cg fill='%23FFD836' stroke='%23231F20' stroke-miterlimit='10'%3e%3cpath d='M297.1 114.9S279.5 42.8 261 42.8c-6.9 0-11.9-.6-15.4 6.4-.9 1.7-20.7-1.6-19.1 20.8.5 6.9 1.1-9.8 14.9-3.4 6.3 3-16.4 48.2-16.4 48.2h72.1z'/%3e%3cpath d='m466.1 48.4-90.9 22c-75.3 18.3-42.1 44.4-42.1 44.4l-72.1 12-72.1-12s33.2-26.1-42.1-44.4l-90.9-22C43.1 45.3 38.1 51.8 45.3 63c0 0 106.6 104 126.8 112 20.2 8.1 40.8 0 40.8 0s-14.9 8.7-24 24c-9.2 15.3-4.6 34.7-38.9 40.2-5.5 6.6-5 14 2.9 19.9 7.9 5.8 72.1-48.1 72.1-48.1s-24 24.4-24 36.1c0 5.1 44.1 53.8 60.1 53.8s60.1-48.7 60.1-53.8c0-11.7-24-36.1-24-36.1s64.2 53.9 72.1 48.1 11.4-19.3 2.8-19.9c-28-1.8-29.7-24.9-38.9-40.2-9.2-15.3-24-24-24-24s20.6 8.1 40.8 0S476.7 63 476.7 63c7.2-11.2 2.3-17.7-10.6-14.6z'/%3e%3c/g%3e%3cpath fill='white' stroke='%23231F20' stroke-miterlimit='10' d='M201.3 111.8v80.3c0 45.7 59.7 59.7 59.7 59.7s59.7-14 59.7-59.7v-80.3H201.3z'/%3e%3cpath d='M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zm71.6 0V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M201.3 111.8h119.4v37.9H201.3z'/%3e%3cpath fill='%231583C4' d='m60.1 210.5-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zm391.4-58.6h18.9v81.7h-18.9z'/%3e%3c/svg%3e")}.flag\:VN{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M196.641 85.337H0v341.326h512V85.337z'/%3e%3cpath fill='%23FFDA44' d='m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z'/%3e%3c/svg%3e")}.flag\:VU{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M512 256v170.663H0L215.185 256z'/%3e%3cpath fill='%23D80027' d='M512 85.337V256H215.185L0 85.337z'/%3e%3cpath d='M221.001 239.304 26.868 85.337H8.956l208.168 165.098H512v-11.131zM8.956 426.663h17.912l194.133-153.967H512v-11.131H217.124zM0 92.44v14.206L188.317 256 0 405.354v14.205L206.229 256z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z'/%3e%3cpath d='M63.718 292.382v-14.295c14.265 0 25.87-11.606 25.87-25.869 0-10.092-8.211-18.303-18.304-18.303-6.875 0-12.469 5.593-12.469 12.469 0 4.397 3.577 7.974 7.974 7.974a4.514 4.514 0 0 0 4.508-4.508h14.295c0 10.368-8.435 18.804-18.802 18.804-12.279-.002-22.269-9.993-22.269-22.271 0-14.758 12.006-26.764 26.764-26.764 17.975 0 32.599 14.623 32.599 32.599 0 22.145-18.018 40.164-40.166 40.164z'/%3e%3c/g%3e%3c/svg%3e")}.flag\:WF{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3e%3cpath fill='%23D80B30' d='M0 0h150v100H0z'/%3e%3cpath fill='%2300318A' d='M0 0h20v44.33H0z'/%3e%3cpath fill='white' d='M20 0h20v44.33H20z'/%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M0 44.33h62.75V0'/%3e%3cpath fill='white' d='M108.08 43.29 87.96 23.17h40.25l-20.13 20.12zm-6.7 6.71L81.25 29.88v40.25L101.38 50zm6.7 6.71L87.96 76.83h40.25l-20.13-20.12zm6.71-6.71 20.13-20.13v40.25L114.79 50z'/%3e%3c/svg%3e")}.flag\:WS{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h256v170.663H0z'/%3e%3cpath d='m165.483 181.79 2.764 8.504h8.939l-7.232 5.254 2.763 8.503-7.234-5.255-7.233 5.255 2.763-8.503-7.233-5.254h8.94zm-44.904-66.783 4.606 14.173h14.9l-12.055 8.757 4.605 14.171-12.056-8.758-12.054 8.758 4.605-14.171-12.056-8.757h14.901zm44.522 14.841 4.606 14.172h14.9l-12.055 8.757 4.604 14.173-12.055-8.76-12.054 8.76 4.604-14.173-12.055-8.757h14.9zm-35.192 59.363 4.606 14.172h14.9l-12.055 8.758 4.604 14.171-12.055-8.759-12.054 8.759 4.604-14.171-12.055-8.758h14.9zm-39.01-37.103 4.605 14.173h14.9l-12.055 8.757 4.604 14.173-12.054-8.76-12.055 8.76 4.604-14.173-12.055-8.757h14.9z' fill='white'/%3e%3c/svg%3e")}.flag\:XA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v48.8H0zm0 97.5h513v48.8H0zM0 195h513v48.8H0zm0 97.6h513v48.8H0z' fill='%236DA544'/%3e%3cpath fill='%23D80027' d='M0 0h256.5v146.3H0z'/%3e%3cpath fill='white' d='m116.9 114.4-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z'/%3e%3ccircle fill='white' cx='82' cy='82.8' r='5.4'/%3e%3ccircle fill='white' cx='90.8' cy='61.7' r='5.4'/%3e%3ccircle fill='white' cx='106.6' cy='46.2' r='5.4'/%3e%3ccircle fill='white' cx='128' cy='40.8' r='5.4'/%3e%3ccircle fill='white' cx='149.4' cy='46.2' r='5.4'/%3e%3ccircle fill='white' cx='165.2' cy='61.7' r='5.4'/%3e%3ccircle fill='white' cx='174' cy='82.8' r='5.4'/%3e%3c/svg%3e")}.flag\:XC{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath d='M0 0h900v600H0z' fill='white'/%3e%3ccircle fill='%23e30a17' cx='300' cy='300' r='150'/%3e%3ccircle cx='337.5' cy='300' r='120' fill='white'/%3e%3cpath fill='%23e30a17' d='M0 60h900v60H0zm0 420h900v60H0zm417.5-180 135.676-44.084-83.852 115.413V228.671l83.852 115.413z'/%3e%3c/svg%3e")}.flag\:XK{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%230052B4' d='M0 0h512v341.34H0z'/%3e%3cpath d='m220.72 42.63 7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.36-15.9 8.36 3.03-17.7-12.86-12.54 17.78-2.58zm70.56-.06 7.95 16.1 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59zm62.08 11.36 7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.87-12.54 17.78-2.58zm63.01 18.3 7.95 16.11 17.77 2.59-12.86 12.53 3.04 17.71-15.9-8.36-15.9 8.36 3.03-17.71-12.86-12.53 17.78-2.59zm-257.73-18.3 7.95 16.11 17.78 2.58-12.87 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.86-12.54 17.77-2.58zm-63.01 18.3 7.95 16.11 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59z' fill='white'/%3e%3cpath fill='%23FFDA44' d='m217.53 259.33-27.22-13.61-27.22-54.43h27.22l27.22-27.22 13.61-27.22 27.22-13.61 13.61 13.61 27.22 13.61v13.61l13.61 13.61 40.83 27.22L340 245.73l-40.83 40.83-13.61-27.22-40.83 27.22v27.22l-13.61-13.61-13.59-40.84z'/%3e%3c/svg%3e")}.flag\:XO{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 300'%3e%3cpath fill='white' d='M0 0h450v300H0z'/%3e%3cpath fill='red' d='M0 100h450v200H0z'/%3e%3cpath fill='%23FFDF00' d='M0 200h450v100H0z'/%3e%3c/svg%3e")}.flag\:YE{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")}.flag\:YT{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='white' d='M0 0h90v60H0z'/%3e%3cpath stroke='%237f7f7f' stroke-width='.25' fill='%23ABABAB' d='M75.6 39.6c-1.1.7 0 1.8-.6 1.9-.6.1-1.5-1.4-.2-2.5 1.6-1.5 5.8 0 5.9 4.3 0 2.2-.9 6.8-7.2 6.8-7.6 0-11.4-5.7-11.4-11.4 0-4.8 3.7-13.5 6.5-14.6 3.1-1.2 6.7-3.5 6.8-5 0-.5-1.4-.1-3.3.9-3.1 1.7-6.6 2.5-6.6 1.4s2.9-3.1 4-4.6c1.2-1.6.9-5.5 3-5.5 7.6 0 9.9 7.7 7 11.7-1.9 2.6 4.3 1 4.3 1s0 5.3-3.2 7.3c-3 1.8-4.8 3.9-4.8 3.9s.2-4.6-.5-3.9c-.6.7-11.1 4.5-10.3 12 .3 3 4.5 5.4 8.5 5.2s5.7-2.4 5.8-4.9c.1-3.9-3-4.4-3.7-4zm-64.9 4c.1 2.5 1.8 4.7 5.8 4.9s8.2-2.2 8.5-5.2c.8-7.5-9.7-11.3-10.3-12-.7-.7-.5 3.9-.5 3.9s-1.8-2.1-4.8-3.9c-3.2-2-3.2-7.3-3.2-7.3s6.2 1.6 4.3-1c-2.9-4-.6-11.7 7-11.7 2.1 0 1.8 3.9 3 5.5 1.1 1.5 4 3.5 4 4.6s-3.5.3-6.6-1.4c-1.9-1-3.3-1.4-3.3-.9.1 1.5 3.7 3.8 6.8 5 2.8 1.1 6.5 9.8 6.5 14.6 0 5.7-3.8 11.4-11.4 11.4-6.3 0-7.2-4.6-7.2-6.8.1-4.3 4.3-5.8 5.9-4.3 1.2 1.1.4 2.7-.2 2.5-.6-.1.6-1.2-.6-1.9-.6-.4-3.7.1-3.7 4z'/%3e%3cpath fill='%23DE393A' d='M31 28.8v14c0 1.9 2.1 1.6 2.1 1.6h9.3c1.2 0 2.6 2.3 2.6 2.3s1.4-2.3 2.5-2.3h9.6s2 .2 2-1.8V28.7H31z'/%3e%3cpath fill='%233951A3' d='M31 13.1h28v15.7H31z'/%3e%3cpath fill='white' d='M50.1 16.5c-.4 2.4-2.5 4.2-5.1 4.2-2.5 0-4.6-1.8-5.1-4.2-.5.9-.8 1.9-.8 3 0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-1.1-.3-2.1-.8-3z'/%3e%3ccircle fill='%23FEE05F' cx='39.1' cy='36.5' r='3'/%3e%3ccircle fill='%23FEE05F' cx='50.9' cy='36.5' r='3'/%3e%3c/svg%3e")}.flag\:ZA{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M114.024 256.001 0 141.926v228.17z'/%3e%3cpath fill='%23ffb915' d='M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z'/%3e%3cpath fill='%23007847' d='M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z'/%3e%3cpath fill='%23000c8a' d='M503.181 322.783H236.433l-103.881 103.88H512v-103.88z'/%3e%3cpath fill='%23e1392d' d='M503.181 189.217H512V85.337H132.552l103.881 103.88z'/%3e%3c/svg%3e")}.flag\:ZM{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FF9811' d='M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z'/%3e%3cpath fill='%23D80027' d='M341.337 255.994h56.888v170.663h-56.888z'/%3e%3cpath fill='%23FF9811' d='M455.112 255.994H512v170.663h-56.888z'/%3e%3cpath d='M398.225 255.994h56.888v170.663h-56.888z'/%3e%3c/svg%3e")}.flag\:ZW{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.333h512V426.67H0z'/%3e%3cpath d='M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z' fill='%23FFDA44'/%3e%3cpath fill='%23057f44' d='M0 85.333h512v48.868H0z'/%3e%3cpath d='M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z' fill='%23D80027'/%3e%3cpath fill='%23057f44' d='M0 378.542h512v48.128H0z'/%3e%3cpath fill='white' d='M276.992 255.996 106.329 426.659H0V85.333h106.329z'/%3e%3cpath d='M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z'/%3e%3cpath fill='%23D80027' d='m102.465 202.57 13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z'/%3e%3cpath fill='%23FFDA44' d='m138.94 259.335-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z'/%3e%3c/svg%3e")}
