:root, :host { --font-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --defaults-font-family: var(--font-sans); --defaults-font-feature-settings: var(--font-sans--font-feature-settings); --defaults-font-variation-settings: var(--font-sans--font-variation-settings); --defaults-mono-font-family: var(--font-mono); --defaults-mono-font-feature-settings: var(--font-mono--font-feature-settings); --defaults-mono-font-variation-settings: var(--font-mono--font-variation-settings); } *, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box;  margin: 0;  padding: 0;  border: 0 solid;  }  html, :host { line-height: 1.5;  -webkit-text-size-adjust: 100%;  tab-size: 4;  font-family: var( --defaults-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' );  font-feature-settings: var(--defaults-font-feature-settings, normal);  font-variation-settings: var(--defaults-font-variation-settings, normal);  -webkit-tap-highlight-color: transparent;  }  body { line-height: inherit; }  hr { height: 0;  color: inherit;  border-top-width: 1px;  }  abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }  a { color: inherit; -webkit-text-decoration: inherit; text-decoration: inherit; }  b, strong { font-weight: bolder; }  code, kbd, samp, pre { font-family: var( --defaults-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );  font-feature-settings: var(--defaults-mono-font-feature-settings, normal);  font-variation-settings: var(--defaults-mono-font-variation-settings, normal);  font-size: 1em;  }  small { font-size: 80%; }  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; }  table { text-indent: 0;  border-color: inherit;  border-collapse: collapse;  }  :-moz-focusring { outline: auto; }  progress { vertical-align: baseline; }  summary { display: list-item; }  ol, ul, menu { list-style: none; }  img, svg, video, canvas, audio, iframe, embed, object { display: block;  vertical-align: middle;  }  img, video { max-width: 100%; height: auto; }  button, input, select, optgroup, textarea, ::file-selector-button { font: inherit;  font-feature-settings: inherit;  font-variation-settings: inherit;  letter-spacing: inherit;  color: inherit;  border-radius: 0;  background-color: transparent;  opacity: 1;  }  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }  ::file-selector-button { margin-inline-end: 4px; }  ::placeholder { opacity: 1;  color: color-mix(in oklab, currentColor 50%, transparent);  }  textarea { resize: vertical; }  ::-webkit-search-decoration { -webkit-appearance: none; }  ::-webkit-date-and-time-value { min-height: 1lh;  text-align: inherit;  }  ::-webkit-datetime-edit { display: inline-flex; }  ::-webkit-datetime-edit-fields-wrapper { padding: 0; } ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0; }  :-moz-ui-invalid { box-shadow: none; }  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button { appearance: button; }  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }  [hidden]:where(:not([hidden='until-found'])) { display: none !important; }:root{
  --colors-primary: #88FF00;
  --colors-gold: #FFE6B7;
  --colors-yellow: #FFDF00;
  --colors-red-6: #FF3B30;
  --colors-orange-6: #FF9500;
  --colors-blue-6: #007AFF;
  --colors-green-6: #34C759;
  --colors-teal-6: #30B0C7;
  --colors-purple-6: #AF52DE;
  --colors-pink-6: #FF5990;
  --colors-indigo-6: #5856D6;
  --colors-brown-6: #A2845E;
  --colors-neutral-black-100: #000;
  --colors-neutral-white-5: rgba(255, 255, 255, 0.05);
  --colors-neutral-white-10: rgba(255, 255, 255, 0.10);
  --colors-neutral-white-15: rgba(255, 255, 255, 0.15);
  --colors-neutral-white-20: rgba(255, 255, 255, 0.20);
  --colors-neutral-white-30: rgba(255, 255, 255, 0.30);
  --colors-neutral-white-40: rgba(255, 255, 255, 0.40);
  --colors-neutral-white-50: rgba(255, 255, 255, 0.50);
  --colors-neutral-white-75: rgba(255, 255, 255, 0.75);
  --colors-neutral-white-100: #FFF;
  --colors-neutral-1100: #F3F5F7;
  --colors-neutral-2100: #E8ECEF;
  --colors-neutral-3100: #606365;
  --colors-neutral-4100: #4A4D4F;
  --colors-neutral-5100: #353839;
  --colors-neutral-6100: #242728;
  --colors-neutral-7100: #141718;
  --colors-rawblue1: #030f14;
  --colors-rawblue2: rgba(3, 15, 20, 0.85);
  --colors-rawblue3: rgba(3, 15, 20, 0);
  --colors-rawblue4: #031218;
  --colors-rawblue5: rgba(3, 18, 24, 0.75);
  --colors-rawblue6: #06161c;
  --colors-rawblue7: #08161b;
  --colors-rawblue8: rgba(15, 20, 23, 0.95);
  --colors-rawblue9: rgba(15, 20, 23, 0.98);
  --colors-rawblue10: #051d26;
  --colors-rawblue11: #071c25;
  --colors-rawblue12: #101e24;
  --colors-rawblue13: #111329;
  --colors-rawblue14: #1c2127;
  --colors-rawblue15: rgba(30, 36, 40, 0.95);
  --colors-rawblue16: #171b33;
  --colors-rawblue17: rgba(40, 48, 52, 0.98);
  --colors-rawblue18: #292f35;
  --colors-rawblue19: #222647;
  --colors-rawblue20: #050469;
  --colors-rawblue21: #22254e;
  --colors-rawblue22: #2d3150;
  --colors-rawblue23: #0062b0;
  --colors-rawblue24: #4e5171;
  --colors-rawblue25: #2d6cb0;
  --colors-rawblue26: #4a2fb4;
  --colors-rawblue27: #5136bb;
  --colors-rawblue28: #037cf4;
  --colors-rawblue29: #0471f6;
  --colors-rawblue30: #007aff;
  --colors-rawblue31: rgba(0, 122, 255, 0.15);
  --colors-rawblue32: #0a84ff;
  --colors-rawblue33: #0b84ff;
  --colors-rawblue34: #2196f3;
  --colors-rawblue35: #5784fd;
  --colors-rawblue36: #8abdff;
  --colors-rawblue37: #bdc1cf;
  --colors-rawblue38: #c6cfdf;
  --colors-rawgray1: #000;
  --colors-rawgray2: #00000026;
  --colors-rawgray3: #00000040;
  --colors-rawgray4: #0000004d;
  --colors-rawgray5: #00000059;
  --colors-rawgray6: #00000080;
  --colors-rawgray7: #00000088;
  --colors-rawgray8: #000000bf;
  --colors-rawgray9: #000000f2;
  --colors-rawgray10: rgb(0 0 0 / 0.1);
  --colors-rawgray11: rgb(0 0 0 / 0.25);
  --colors-rawgray12: rgb(0 0 0 / 0.9);
  --colors-rawgray13: rgba(0, 0, 0, 0.00);
  --colors-rawgray14: rgba(0, 0, 0, 0.05);
  --colors-rawgray15: rgba(0, 0, 0, 0.1);
  --colors-rawgray16: rgba(0, 0, 0, 0.15);
  --colors-rawgray17: rgba(0, 0, 0, 0.2);
  --colors-rawgray18: rgba(0, 0, 0, 0.20);
  --colors-rawgray19: rgba(0, 0, 0, 0.25);
  --colors-rawgray20: rgba(0, 0, 0, 0.5);
  --colors-rawgray21: rgba(0, 0, 0, 0.50);
  --colors-rawgray22: rgba(0, 0, 0, 0.55);
  --colors-rawgray23: rgba(0, 0, 0, 0.7);
  --colors-rawgray24: rgba(0, 0, 0, 0.75);
  --colors-rawgray25: rgba(0, 0, 0, 0.85);
  --colors-rawgray26: rgba(0,0,0,.5);
  --colors-rawgray27: rgba(0,0,0,0.15);
  --colors-rawgray28: rgba(0,0,0,0.25);
  --colors-rawgray29: rgba(0,0,0,0.3);
  --colors-rawgray30: rgba(0,0,0,0.30);
  --colors-rawgray31: rgba(0,0,0,0.60);
  --colors-rawgray32: rgba(0,0,0,0.7);
  --colors-rawgray33: rgba(0,0,0,0.8);
  --colors-rawgray34: rgba(0,0,0,0.95);
  --colors-rawgray35: rgba(0,0,0,0);
  --colors-rawgray36: #070d00;
  --colors-rawgray37: #001407;
  --colors-rawgray38: #001414;
  --colors-rawgray39: #0b0b0b;
  --colors-rawgray40: #0d0d0d;
  --colors-rawgray41: rgba(20, 23, 24, 0.50);
  --colors-rawgray42: rgba(20, 23, 24, 0);
  --colors-rawgray43: rgba(22, 22, 23, .8);
  --colors-rawgray44: #1c1c1e;
  --colors-rawgray45: #1f1f1f;
  --colors-rawgray46: #242728;
  --colors-rawgray47: #2c2c2e;
  --colors-rawgray48: #2c3031;
  --colors-rawgray49: #2f3233;
  --colors-rawgray50: #3e3d3de0;
  --colors-rawgray51: #3b4041;
  --colors-rawgray52: #404647;
  --colors-rawgray53: #444;
  --colors-rawgray54: #3e4a4e;
  --colors-rawgray55: #444448;
  --colors-rawgray56: #585854;
  --colors-rawgray57: #565566;
  --colors-rawgray58: #7c7e7f;
  --colors-rawgray59: #7f7f7f;
  --colors-rawgray60: #818482;
  --colors-rawgray61: #858585;
  --colors-rawgray62: #868686;
  --colors-rawgray63: #878686;
  --colors-rawgray64: #7f8f89;
  --colors-rawgray65: #82858c;
  --colors-rawgray66: #888;
  --colors-rawgray67: #888888;
  --colors-rawgray68: rgba(136,136,136,.2);
  --colors-rawgray69: #958b86;
  --colors-rawgray70: rgba(149, 139, 134, 0.3);
  --colors-rawgray71: rgba(149, 139, 134, 0.6);
  --colors-rawgray72: rgba(149, 139, 134, 0.8);
  --colors-rawgray73: #999;
  --colors-rawgray74: #99a19c;
  --colors-rawgray75: #9ba09c;
  --colors-rawgray76: #95a79c;
  --colors-rawgray77: #99a5a1;
  --colors-rawgray78: #9ea6a1;
  --colors-rawgray79: #9ca3af;
  --colors-rawgray80: #9eaea4;
  --colors-rawgray81: #aaa;
  --colors-rawgray82: #a7a8b8;
  --colors-rawgray83: #bbadaa;
  --colors-rawgray84: #adb7ba;
  --colors-rawgray85: #c0c2c1;
  --colors-rawgray86: #c2c2c2;
  --colors-rawgray87: #c0c7bf;
  --colors-rawgray88: #c5c5c5;
  --colors-rawgray89: #c8c9c9;
  --colors-rawgray90: #ccc;
  --colors-rawgray91: #ccd2d0;
  --colors-rawgray92: #d9d9d9;
  --colors-rawgray93: #dadce0;
  --colors-rawgray94: #ececec;
  --colors-rawgray95: #fff;
  --colors-rawgray96: #ffffff;
  --colors-rawgray97: #ffffff0d;
  --colors-rawgray98: #ffffff22;
  --colors-rawgray99: #ffffff26;
  --colors-rawgray100: #ffffff80;
  --colors-rawgray101: #ffffff99;
  --colors-rawgray102: #ffffffaa;
  --colors-rawgray103: #ffffffcc;
  --colors-rawgray104: #ffffffe6;
  --colors-rawgray105: #fffffff2;
  --colors-rawgray106: rgb(255 255 255 / 80%);
  --colors-rawgray107: rgb(255 255 255 / 90%);
  --colors-rawgray108: rgba(255, 255, 255, 0.00);
  --colors-rawgray109: rgba(255, 255, 255, 0.03);
  --colors-rawgray110: rgba(255, 255, 255, 0.05);
  --colors-rawgray111: rgba(255, 255, 255, 0.1);
  --colors-rawgray112: rgba(255, 255, 255, 0.35);
  --colors-rawgray113: rgba(255, 255, 255, 0.4);
  --colors-rawgray114: rgba(255, 255, 255, 0.45);
  --colors-rawgray115: rgba(255, 255, 255, 0.80);
  --colors-rawgray116: rgba(255, 255, 255, 0.85);
  --colors-rawgray117: rgba(255, 255, 255, 0.95);
  --colors-rawgray118: rgba(255, 255, 255, 0);
  --colors-rawgray119: rgba(255,255,255,0.05);
  --colors-rawgray120: rgba(255,255,255,0.3);
  --colors-rawgray121: rgba(255,255,255,0.6);
  --colors-rawgreen1: #001f14;
  --colors-rawgreen2: #062014;
  --colors-rawgreen3: #03280c;
  --colors-rawgreen4: #012b11;
  --colors-rawgreen5: #022d13;
  --colors-rawgreen6: #102a1a;
  --colors-rawgreen7: #003c0f;
  --colors-rawgreen8: #003d27;
  --colors-rawgreen9: #073e00;
  --colors-rawgreen10: #0e361d;
  --colors-rawgreen11: #004811;
  --colors-rawgreen12: #15331f;
  --colors-rawgreen13: #17352d;
  --colors-rawgreen14: #084618;
  --colors-rawgreen15: #005020;
  --colors-rawgreen16: rgba(0, 82, 15, 0.50);
  --colors-rawgreen17: rgba(0, 92, 41, 0.15);
  --colors-rawgreen18: #0b5f00;
  --colors-rawgreen19: rgba(0, 98, 56, 0.50);
  --colors-rawgreen20: #006529;
  --colors-rawgreen21: #006619;
  --colors-rawgreen22: rgba(0, 102, 25, 0.00);
  --colors-rawgreen23: #344226;
  --colors-rawgreen24: #3b4f26;
  --colors-rawgreen25: #426117;
  --colors-rawgreen26: rgba(0, 120, 10, 0.80);
  --colors-rawgreen27: #2b4f39;
  --colors-rawgreen28: #02875f;
  --colors-rawgreen29: #028760;
  --colors-rawgreen30: #0f801c;
  --colors-rawgreen31: #00973d;
  --colors-rawgreen32: #336b41;
  --colors-rawgreen33: #009f57;
  --colors-rawgreen34: #1e8e3e;
  --colors-rawgreen35: rgba(0, 178, 72, 0);
  --colors-rawgreen36: #00b91f;
  --colors-rawgreen37: #15ab26;
  --colors-rawgreen38: #3b8562;
  --colors-rawgreen39: #06bf45;
  --colors-rawgreen40: #5bbb10;
  --colors-rawgreen41: #8dba1a;
  --colors-rawgreen42: #87cd20;
  --colors-rawgreen43: #c5f702;
  --colors-rawgreen44: #00ff48;
  --colors-rawgreen45: #0f1;
  --colors-rawgreen46: #88ff00;
  --colors-rawgreen47: #b4ff00;
  --colors-rawgreen48: #c2fe01;
  --colors-rawgreen49: rgba(136, 255, 0, 0.5);
  --colors-rawgreen50: rgba(136, 255, 0, 0.85);
  --colors-rawgreen51: rgba(60, 255, 0, 0.20);
  --colors-rawgreen52: #30d158;
  --colors-rawgreen53: #37d449;
  --colors-rawgreen54: #53c154;
  --colors-rawgreen55: #2dee88;
  --colors-rawgreen56: #7f9e93;
  --colors-rawgreen57: rgba(58, 227, 89, 0.16);
  --colors-rawgreen58: rgba(58, 227, 89, 0.24);
  --colors-rawgreen59: #7fa78f;
  --colors-rawgreen60: #96e974;
  --colors-rawgreen61: #b9cbc1;
  --colors-rawgreen62: #dcff96;
  --colors-rawgreen63: #c8e6c9;
  --colors-rawgreen64: #d7eadb;
  --colors-rawgreen65: #e8f5e9;
  --colors-raworange1: #4d1603;
  --colors-raworange2: #772304;
  --colors-raworange3: #8d3c00;
  --colors-raworange4: #9e3500;
  --colors-raworange5: #95470a;
  --colors-raworange6: #9e5603;
  --colors-raworange7: #f40;
  --colors-raworange8: #ff9500;
  --colors-raworange9: #ffa500;
  --colors-raworange10: #ffa600;
  --colors-raworange11: #fe7504;
  --colors-raworange12: #ff9f15;
  --colors-raworange13: #f5a623;
  --colors-raworange14: #ff9f1a;
  --colors-raworange15: #f9a631;
  --colors-raworange16: #fc974c;
  --colors-raworange17: #ffd99b;
  --colors-rawpink1: #87277e;
  --colors-rawpink2: #bf0050;
  --colors-rawpink3: #ff0084;
  --colors-rawpurple1: #7801e8;
  --colors-rawpurple2: #80f;
  --colors-rawred1: #480510;
  --colors-rawred2: #5c1f12;
  --colors-rawred3: #b7260a;
  --colors-rawred4: #af241c;
  --colors-rawred5: #dc0137;
  --colors-rawred6: #cc4428;
  --colors-rawred7: #cd5c5c;
  --colors-rawred8: #ff3b30;
  --colors-rawred9: #e94b4b;
  --colors-rawred10: #f8c6cb;
  --colors-rawred11: #faceca;
  --colors-rawteal1: #002727;
  --colors-rawteal2: #0f1f22;
  --colors-rawteal3: #102024;
  --colors-rawteal4: #1a2b2e;
  --colors-rawteal5: #3b869c;
  --colors-rawteal6: rgba(48, 176, 199, 0.10);
  --colors-rawteal7: rgba(48, 176, 199, 0.15);
  --colors-rawteal8: #7badad;
  --colors-rawteal9: #b0ced7;
  --colors-rawteal10: #d4e6e5;
  --colors-rawteal11: #d5e7e9;
  --colors-rawyellow1: #d8d614;
  --colors-rawyellow2: #f6f204;
  --colors-rawyellow3: #e1ff00;
  --colors-rawyellow4: #ffb300;
  --colors-rawyellow5: #ffc800;
  --colors-rawyellow6: #ffcc00;
  --colors-rawyellow7: rgba(255, 215, 0, 0.3);
  --colors-rawyellow8: #d5a136;
  --colors-rawyellow9: #ffb60d;
  --colors-rawyellow10: #ffc61c;
  --colors-rawyellow11: rgba(255, 237, 28, 0.10);
  --colors-rawyellow12: rgba(255, 237, 28, 0.20);
  --colors-rawyellow13: #ffff37;
  --colors-rawyellow14: #e9ce96;
  --colors-rawyellow15: #fff892;
  --colors-rawyellow16: #fff2c6;
  --colors-rawyellow17: #fff9d1;
  --colors-rawyellow18: #fff3d9;
}.i-activity\:arrow_right_line_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.1875 6.99932C2.1875 6.77783 2.35209 6.59479 2.56563 6.56582L2.625 6.56182L10.3157 6.56217L7.53726 3.79511C7.36604 3.62463 7.36544 3.34762 7.53592 3.1764C7.69091 3.02074 7.93394 3.0061 8.10548 3.13281L8.15464 3.17507L11.6838 6.68906C11.7064 6.71154 11.726 6.73586 11.7426 6.76154C11.7473 6.76927 11.7521 6.77718 11.7566 6.78525C11.7608 6.79217 11.7646 6.79935 11.7681 6.80661C11.7731 6.81717 11.7779 6.82809 11.7823 6.83922C11.7858 6.84781 11.7888 6.85616 11.7915 6.86458C11.7947 6.87502 11.7979 6.88614 11.8006 6.89743C11.8026 6.90532 11.8042 6.9129 11.8055 6.92052C11.8075 6.93186 11.8091 6.94359 11.8103 6.95546C11.8113 6.96451 11.812 6.97348 11.8123 6.98245C11.8124 6.9879 11.8125 6.9936 11.8125 6.99932L11.8123 7.01627C11.8119 7.02486 11.8114 7.03344 11.8105 7.04199L11.8125 6.99932C11.8125 7.02693 11.8099 7.05394 11.8051 7.08013C11.8039 7.08639 11.8026 7.09281 11.8011 7.0992C11.798 7.11237 11.7944 7.12506 11.7902 7.13749C11.7882 7.14367 11.7858 7.15027 11.7833 7.15682C11.7782 7.16998 11.7726 7.18253 11.7665 7.19476C11.7637 7.2005 11.7605 7.20652 11.7572 7.21248C11.7517 7.22219 11.7461 7.23143 11.7401 7.24043C11.7359 7.2468 11.7313 7.25343 11.7264 7.25996L11.7226 7.265C11.7108 7.2804 11.698 7.29499 11.6844 7.30868L11.6838 7.30909L8.15467 10.8237C7.98346 10.9942 7.70645 10.9936 7.53595 10.8224C7.38095 10.6667 7.36733 10.4237 7.49477 10.2527L7.53723 10.2037L10.3145 7.43717L2.625 7.43682C2.38338 7.43682 2.1875 7.24095 2.1875 6.99932Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:14;height:14;}.i-activity\:logo_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_8398_2721)'/%3E%3Cpath d='M24 7.6H19.58V6.8C19.58 6.58 19.49 6.38 19.35 6.23C19.2 6.09 19 6 18.78 6C18.34 6 17.98 6.36 17.98 6.8V7.6H13.98V6.8C13.98 6.58 13.89 6.38 13.75 6.23C13.6 6.09 13.4 6 13.18 6C12.74 6 12.38 6.36 12.38 6.8V7.6H8C6.9 7.6 6 8.5 6 9.6L6 24C6 25.1 6.9 26 8 26H24C25.1 26 26 25.1 26 24V9.6C26 8.49 25.1 7.6 24 7.6ZM20.16 16.84L15.19 21.84L15.16 21.87C15.12 21.91 15.08 21.94 15.04 21.97C15 22 14.95 22.02 14.9 22.04C14.83 22.07 14.75 22.09 14.68 22.09H14.6C14.4 22.09 14.2 22.01 14.04 21.86L14.02 21.84L11.82 19.62C11.51 19.31 11.51 18.81 11.82 18.51C11.98 18.35 12.18 18.28 12.37 18.28C12.57 18.28 12.77 18.36 12.93 18.51L14.6 20.19L19.05 15.72C19.36 15.41 19.86 15.41 20.16 15.72C20.34 15.86 20.4 16.07 20.4 16.27C20.4 16.47 20.32 16.68 20.16 16.84ZM24.4 11.6H7.6V9.6C7.6 9.38 7.78 9.2 8 9.2H12.38V10C12.38 10.44 12.74 10.8 13.18 10.8C13.62 10.8 13.98 10.44 13.98 10V9.2H17.98V10C17.98 10.44 18.34 10.8 18.78 10.8C19.22 10.8 19.58 10.44 19.58 10V9.2H24C24.22 9.2 24.4 9.38 24.4 9.6V11.6Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8398_2721' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_10{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='7' fill='url(%23paint0_radial_8398_2719)'/%3E%3Cpath d='M24.4558 20.8698C23.9631 21.1761 23.2894 21.4109 22.4448 21.5844C21.6002 21.758 20.6752 21.8498 19.6798 21.8498C18.6844 21.8498 17.7594 21.758 16.9148 21.5844C16.0702 21.4109 15.3965 21.1659 14.9038 20.8698C14.4112 20.5737 14.1598 20.2369 14.1598 19.8898V18.583C14.7329 19.0118 15.5071 19.3385 16.4925 19.5529C17.4778 19.7673 18.5436 19.8795 19.6798 19.8795C20.816 19.8795 21.8717 19.7673 22.8671 19.5529C23.8525 19.3283 24.6367 19.0118 25.1998 18.583V19.8898C25.1998 20.2369 24.9484 20.5635 24.4558 20.8698ZM24.4558 17.9195C23.9631 18.2257 23.2894 18.4605 22.4448 18.6341C21.6002 18.8076 20.6752 18.8995 19.6798 18.8995C18.6844 18.8995 17.7594 18.8076 16.9148 18.6341C16.0702 18.4605 15.3965 18.2155 14.9038 17.9195C14.4112 17.6132 14.1598 17.2865 14.1598 16.9394V15.6327C14.7329 16.0614 15.5071 16.3881 16.4925 16.6025C17.4778 16.8271 18.5436 16.9292 19.6798 16.9292C20.816 16.9292 21.8717 16.8169 22.8671 16.6025C23.8525 16.3881 24.6367 16.0614 25.1998 15.6327V16.9394C25.1998 17.2865 24.9484 17.6132 24.4558 17.9195ZM24.4558 14.9793C23.9631 15.2754 23.2894 15.5204 22.4448 15.6939C21.6002 15.8675 20.6752 15.9594 19.6798 15.9594C18.6844 15.9594 17.7594 15.8675 16.9148 15.6939C16.0702 15.5204 15.3965 15.2754 14.9038 14.9793C14.4112 14.673 14.1598 14.3464 14.1598 13.9993V13.0192C14.1598 12.6619 14.4112 12.3352 14.9038 12.0392C15.3965 11.7329 16.0702 11.4981 16.9148 11.3246C17.7594 11.151 18.6844 11.0591 19.6798 11.0591C20.6752 11.0591 21.6002 11.151 22.4448 11.3246C23.2894 11.4981 23.9631 11.7431 24.4558 12.0392C24.9484 12.3454 25.1998 12.6721 25.1998 13.0192V13.9993C25.1998 14.3464 24.9484 14.673 24.4558 14.9793ZM13.1443 12.764C12.0182 12.7538 10.9725 12.6619 10.0173 12.4679C9.03194 12.2638 8.24767 11.9983 7.67456 11.6512C7.10144 11.3041 6.80986 10.9366 6.80986 10.5385V9.42572C6.80986 9.02757 7.10144 8.64985 7.67456 8.31296C8.24767 7.96586 9.03194 7.70043 10.0173 7.49625C11.0026 7.29207 12.0785 7.2002 13.2448 7.2002C14.4112 7.2002 15.487 7.30228 16.4724 7.49625C17.4577 7.70043 18.242 7.96586 18.8151 8.31296C19.3882 8.66006 19.6798 9.02757 19.6798 9.42572V9.8647L17.5884 10.0485C15.9495 10.028 13.0638 11.0489 13.1443 12.764ZM13.1141 13.8768V16.1023C11.9981 16.0921 10.9624 16.0002 10.0173 15.8062C9.03194 15.6021 8.24767 15.3366 7.67456 14.9895C7.10144 14.6424 6.80986 14.2749 6.80986 13.8768V12.3965C7.47347 12.8865 8.37838 13.254 9.53467 13.499C10.6407 13.744 11.8372 13.8666 13.1141 13.8768ZM13.1141 17.2253V19.4508C11.9981 19.4406 10.9624 19.3487 10.0173 19.1547C9.03194 18.9505 8.24767 18.6851 7.67456 18.338C7.10144 17.9909 6.80986 17.6234 6.80986 17.2253V15.745C7.47347 16.235 8.37838 16.6025 9.53467 16.8475C10.6407 17.0925 11.8372 17.215 13.1141 17.2253ZM13.1141 20.5737V22.6666C13.1141 22.7176 13.1242 22.7584 13.1242 22.8095C12.0081 22.7993 10.9624 22.7074 10.0072 22.5134C9.02188 22.3092 8.23762 22.0438 7.6645 21.6967C7.09139 21.3496 6.7998 20.9821 6.7998 20.584V19.1037C7.46341 19.5937 8.36833 19.9612 9.52461 20.2062C10.6407 20.441 11.8372 20.5635 13.1141 20.5737ZM19.6798 22.8299C20.816 22.8299 21.8717 22.7176 22.8671 22.5032C23.8525 22.2786 24.6367 21.9621 25.1998 21.5334V22.8401C25.1998 23.1974 24.9484 23.5241 24.4558 23.8202C23.9631 24.1264 23.2894 24.3612 22.4448 24.5348C21.6002 24.7083 20.6752 24.8002 19.6798 24.8002C18.6844 24.8002 17.7594 24.7083 16.9148 24.5348C16.0702 24.3612 15.3965 24.1162 14.9038 23.8202C14.4112 23.5139 14.1598 23.1872 14.1598 22.8401V21.5232C14.7329 21.9519 15.5071 22.2786 16.4925 22.493C17.4778 22.7176 18.5436 22.8299 19.6798 22.8299Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8398_2719' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_3{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_8398_2729)'/%3E%3Cpath d='M20.4711 24.1226L23.3599 27H8.63989L11.5287 24.1226C9.47885 23.1171 7.83098 21.4502 6.85322 19.3932C5.87547 17.3362 5.62538 15.0102 6.14365 12.7936C6.66193 10.577 7.91806 8.60034 9.70764 7.18527C11.4972 5.7702 13.7149 5 15.9999 5C18.2848 5 20.5025 5.7702 22.2921 7.18527C24.0817 8.60034 25.3378 10.577 25.8561 12.7936C26.3744 15.0102 26.1243 17.3362 25.1465 19.3932C24.1688 21.4502 22.5209 23.1171 20.4711 24.1226ZM15.9999 8.67289C14.7262 8.67289 13.4811 9.04909 12.422 9.75393C11.363 10.4588 10.5375 11.4606 10.0501 12.6327C9.56268 13.8048 9.43514 15.0945 9.68363 16.3388C9.93212 17.5831 10.5455 18.726 11.4461 19.6231C12.3468 20.5202 13.4943 21.1311 14.7435 21.3786C15.9927 21.6261 17.2876 21.4991 18.4644 21.0136C19.6411 20.5281 20.6469 19.7059 21.3545 18.6511C22.0622 17.5962 22.4399 16.356 22.4399 15.0874C22.4399 13.3862 21.7614 11.7546 20.5536 10.5517C19.3459 9.3487 17.7079 8.67289 15.9999 8.67289ZM15.9999 17.8364C15.3809 17.8307 14.7819 17.6179 14.299 17.2322C13.8161 16.8465 13.4773 16.3103 13.3372 15.7098C13.1971 15.1093 13.2637 14.4792 13.5264 13.921C13.789 13.3627 14.2325 12.9086 14.7855 12.6315L15.9999 10.2857L17.2143 12.6315C17.7673 12.9086 18.2107 13.3627 18.4734 13.921C18.736 14.4792 18.8027 15.1093 18.6625 15.7098C18.5224 16.3103 18.1837 16.8465 17.7008 17.2322C17.2179 17.6179 16.6188 17.8307 15.9999 17.8364Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8398_2729' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_5{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_8398_2727)'/%3E%3Cpath d='M16.2339 20.0418C16.6013 20.115 16.86 20.1972 17.0042 20.2881C17.1644 20.3877 17.243 20.5315 17.2431 20.7193V20.7313C17.243 20.8688 17.1993 20.9821 17.109 21.0742C17.02 21.1663 16.8873 21.2364 16.7093 21.2831C16.5763 21.3197 16.417 21.3409 16.2339 21.3497V20.0418Z' fill='%2388FF00'/%3E%3Cpath d='M15.7674 17.8729C15.4276 17.8047 15.18 17.7198 15.0307 17.6176C14.8716 17.5078 14.7927 17.3564 14.7927 17.1646V17.1534C14.7927 17.0196 14.8337 16.9094 14.9177 16.821C15.0005 16.7326 15.1252 16.666 15.2883 16.6219C15.4212 16.5853 15.5819 16.5638 15.7674 16.5575V17.8729Z' fill='%2388FF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7531 10.4064C18.9538 10.6766 19.2046 10.9712 19.5055 11.2906C19.7563 11.5771 20.0665 11.9014 20.4339 12.2624C20.8014 12.6247 21.228 13.0076 21.7134 13.4116C22.1146 13.765 22.5283 14.1815 22.9546 14.6611C23.3811 15.1408 23.7536 15.7016 24.0709 16.3404C24.3882 16.9804 24.6103 17.7165 24.7357 18.5497C24.8611 19.3828 24.8396 20.313 24.6728 21.3392C24.5223 22.1812 24.2253 22.9767 23.7827 23.7252C23.34 24.4751 22.7505 25.1268 22.0143 25.6822C21.2781 26.2377 20.4053 26.6799 19.3932 27.0081C18.3811 27.3363 17.2647 27.5 15.9441 27.5C14.6235 27.5 13.4518 27.3105 12.4321 26.9318C11.4126 26.553 10.5468 26.0606 9.83574 25.4546C9.12488 24.8488 8.56056 24.1724 8.14301 23.4228C7.72536 22.6741 7.44918 21.929 7.31498 21.188C7.16449 20.3636 7.14374 19.5721 7.25284 18.8147C7.36196 18.0572 7.55734 17.3463 7.84204 16.681C8.12674 16.017 8.48174 15.406 8.90815 14.8505C9.33454 14.2951 9.79828 13.7987 10.2999 13.3607C10.7351 12.9744 11.1279 12.6083 11.4791 12.2624C11.8302 11.9178 12.1228 11.6026 12.3573 11.3161C12.642 10.9967 12.8927 10.693 13.1097 10.4064H18.7531ZM15.7674 13.863V14.8408C15.1466 14.8547 14.6009 14.9568 14.1331 15.15C13.6315 15.357 13.2411 15.6495 12.9652 16.0282C12.6893 16.4056 12.5512 16.8493 12.5512 17.3593V17.3705C12.5512 18.032 12.7547 18.566 13.1636 18.9712C13.5724 19.3764 14.1935 19.6576 15.0263 19.8142L15.7674 19.9534V21.3445C15.5994 21.3331 15.4472 21.3139 15.3167 21.2823C15.1187 21.2356 14.9632 21.1627 14.8503 21.063C14.7375 20.9633 14.6638 20.8383 14.6287 20.6894L14.6167 20.6377H12.516L12.5212 20.7246C12.5563 21.2219 12.713 21.6463 12.9914 21.9973C13.2698 22.3482 13.6589 22.6131 14.1593 22.7961C14.6121 22.9615 15.1491 23.05 15.7674 23.0664V24.0449H16.2339V23.0641C16.8496 23.0414 17.3877 22.938 17.848 22.7549C18.3747 22.5454 18.7794 22.247 19.0616 21.8595C19.3438 21.4707 19.4846 21.0073 19.4846 20.467V20.4543C19.4845 19.8005 19.2841 19.2852 18.8841 18.909C18.4828 18.5328 17.845 18.2631 16.9683 18.099L16.2339 17.9612V16.5702C16.3642 16.5828 16.482 16.6018 16.5835 16.6308C16.7664 16.6813 16.9119 16.7593 17.0185 16.8652C17.1251 16.9712 17.1967 17.1078 17.2318 17.2769L17.2431 17.3286H19.3453L19.3326 17.2111C19.2824 16.6911 19.1193 16.2545 18.8422 15.9024C18.5663 15.549 18.1828 15.2838 17.69 15.1058C17.2787 14.9569 16.7919 14.8708 16.2339 14.8468V13.863H15.7674Z' fill='%2388FF00'/%3E%3Cpath d='M17.0477 4.54886C17.2483 4.46432 17.5155 4.48947 17.8502 4.62447C18.017 4.67495 18.1512 4.74723 18.2515 4.83934C18.3518 4.9315 18.4489 5.01978 18.5405 5.10437C18.632 5.18889 18.7324 5.25993 18.8415 5.31923C18.9505 5.37842 19.0882 5.40754 19.2547 5.40758C19.4215 5.40758 19.5648 5.38244 19.6815 5.33196C19.7981 5.28148 19.9108 5.23436 20.0199 5.19271C20.129 5.15105 20.2372 5.12078 20.3463 5.10437C20.4554 5.08799 20.5844 5.1048 20.7348 5.15528C20.9015 5.22211 21.0142 5.31896 21.0732 5.44501C21.1322 5.57123 21.1485 5.70151 21.1234 5.83656C21.0983 5.97164 21.0398 6.10576 20.9482 6.24084C20.8567 6.37579 20.7439 6.48422 20.6098 6.56876C20.2926 6.77068 20.0489 6.97641 19.8821 7.18716C19.7153 7.39795 19.5473 7.62043 19.3805 7.85647C19.2965 7.97387 19.2046 8.10926 19.1042 8.26075C19.004 8.41216 18.9127 8.56378 18.8287 8.71519C18.7284 8.90075 18.6189 9.07736 18.5023 9.24524H13.3103C13.1937 9.04326 13.0758 8.84986 12.9592 8.66428C12.8589 8.49642 12.7494 8.32754 12.6328 8.15968C12.5161 7.9918 12.4158 7.8403 12.3318 7.70524C12.165 7.45275 11.9768 7.22908 11.7673 7.03593C11.5579 6.84283 11.3533 6.67005 11.1527 6.5186C10.9357 6.36712 10.7852 6.16072 10.7012 5.89945C10.6174 5.63832 10.6929 5.41637 10.9273 5.23089C11.0439 5.14631 11.1781 5.11341 11.3286 5.12982C11.4791 5.14623 11.6387 5.1804 11.8055 5.23089C11.9722 5.28135 12.1352 5.33166 12.2944 5.38212C12.4536 5.43258 12.599 5.44161 12.7331 5.40758C12.9676 5.35708 13.1435 5.26877 13.2601 5.14255C13.3768 5.01631 13.5774 4.86095 13.8621 4.67538C14.0791 4.5403 14.3226 4.49447 14.5898 4.53613C14.8568 4.5778 15.0576 4.66615 15.1917 4.80116C15.2581 4.88565 15.3292 4.95673 15.4043 5.01602C15.4796 5.07536 15.5591 5.12948 15.6432 5.17998C15.7271 5.24683 15.8184 5.3062 15.9187 5.35667C15.9525 5.35667 15.9943 5.34059 16.0444 5.30651C16.1448 5.23959 16.279 5.12098 16.4457 4.95314C16.6464 4.76756 16.847 4.63344 17.0477 4.54886Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8398_2727' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_6{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='7' fill='url(%23paint0_radial_11832_5869)'/%3E%3Cpath d='M24.2539 10.4449C22.6291 12.2901 20.4323 13.5369 18.0151 13.9859C17.8178 13.6248 17.527 13.3235 17.1731 13.1136C16.8192 12.9037 16.4154 12.7929 16.0039 12.7929C15.5924 12.7929 15.1886 12.9037 14.8347 13.1136C14.4808 13.3235 14.19 13.6248 13.9927 13.9859C11.5755 13.5369 9.3787 12.2901 7.75391 10.4449V7.7526C7.75391 7.50949 7.85048 7.27633 8.02239 7.10442C8.1943 6.93251 8.42746 6.83594 8.67057 6.83594H23.3372C23.5804 6.83594 23.8135 6.93251 23.9854 7.10442C24.1573 7.27633 24.2539 7.50949 24.2539 7.7526V10.4449ZM24.2539 12.9996V24.2526C24.2539 24.4957 24.1573 24.7289 23.9854 24.9008C23.8135 25.0727 23.5804 25.1693 23.3372 25.1693H8.67057C8.42746 25.1693 8.1943 25.0727 8.02239 24.9008C7.85048 24.7289 7.75391 24.4957 7.75391 24.2526V12.9996C9.49302 14.4631 11.5909 15.4364 13.8314 15.8193C13.9849 16.2737 14.277 16.6685 14.6666 16.9482C15.0563 17.2278 15.5238 17.3783 16.0034 17.3783C16.4831 17.3783 16.9506 17.2278 17.3403 16.9482C17.7299 16.6685 18.022 16.2737 18.1755 15.8193C20.416 15.4364 22.5139 14.4631 24.253 12.9996H24.2539Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_11832_5869' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_7{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_11832_5861)'/%3E%3Cg clip-path='url(%23clip0_11832_5861)'%3E%3Cpath d='M25.5348 21.9978C25.5348 22.2638 25.4893 22.5123 25.3983 22.7433C25.3073 22.9743 25.1778 23.1773 25.0098 23.3523C24.8418 23.5273 24.6458 23.6638 24.4218 23.7618C24.1978 23.8598 23.9528 23.9088 23.6868 23.9088H8.4408C8.1748 23.9088 7.9228 23.8598 7.6848 23.7618C7.4468 23.6638 7.2368 23.5273 7.0548 23.3523C6.8728 23.1773 6.7293 22.9743 6.6243 22.7433C6.5193 22.5123 6.4668 22.2638 6.4668 21.9978V11.5188C6.4668 10.9868 6.6523 10.5353 7.0233 10.1643C7.3943 9.7933 7.8458 9.60781 8.3778 9.60781H23.6238C24.1558 9.60781 24.6073 9.7933 24.9783 10.1643C25.3493 10.5353 25.5348 10.9868 25.5348 11.5188V14.3748H20.7678C20.2358 14.3748 19.7843 14.5568 19.4133 14.9208C19.0423 15.2848 18.8568 15.7328 18.8568 16.2648C18.8708 16.6288 18.9478 16.9508 19.0878 17.2308C19.1998 17.4688 19.3853 17.6858 19.6443 17.8818C19.9033 18.0778 20.2778 18.1758 20.7678 18.1758H25.5348V21.9978ZM22.6788 8.6418H13.1448C13.9008 8.2498 14.6148 7.8718 15.2868 7.5078C15.8748 7.1998 16.4558 6.8918 17.0298 6.5838C17.6038 6.2758 18.0518 6.0378 18.3738 5.8698C18.8638 5.6038 19.3013 5.4813 19.6863 5.5023C20.0713 5.5233 20.3968 5.5898 20.6628 5.7018C20.9708 5.8558 21.2368 6.0588 21.4608 6.3108L22.6788 8.6418ZM19.8228 16.2648C19.8228 15.9988 19.9138 15.7748 20.0958 15.5928C20.2778 15.4108 20.5018 15.3198 20.7678 15.3198C21.0338 15.3198 21.2578 15.4108 21.4398 15.5928C21.6218 15.7748 21.7128 15.9988 21.7128 16.2648C21.7128 16.5308 21.6218 16.7583 21.4398 16.9473C21.2578 17.1363 21.0338 17.2308 20.7678 17.2308C20.5018 17.2308 20.2778 17.1363 20.0958 16.9473C19.9138 16.7583 19.8228 16.5308 19.8228 16.2648Z' fill='%2388FF00'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_11832_5861' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_11832_5861'%3E%3Crect width='21' height='21' fill='white' transform='translate(5.5 5.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_8{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_11832_5877)'/%3E%3Cpath d='M23.1147 8.88841C21.2144 6.98928 18.6876 5.94336 16 5.94336C13.3124 5.94336 10.7856 6.9893 8.88545 8.88844C6.98519 10.7875 5.9375 13.3128 5.9375 15.9988C5.9375 18.6837 6.98393 21.2103 8.88545 23.1094C10.7869 25.0084 13.3124 26.0556 16 26.0556C18.6876 26.0556 21.2143 25.0099 23.1159 23.1094C25.0148 21.2103 26.0625 18.6837 26.0625 15.9988C26.0625 13.3128 25.0149 10.7875 23.1147 8.88841ZM22.2609 22.2575L18.3175 18.3151C17.8951 18.7359 17.386 19.0191 16.8487 19.162L18.2933 24.5508C17.5544 24.747 16.7849 24.8492 16 24.8492C15.2152 24.8492 14.4457 24.747 13.7068 24.5508L15.1514 19.162C14.6141 19.0191 14.1049 18.7359 13.6839 18.3151L9.73922 22.2575C8.59842 21.1199 7.83513 19.7435 7.44721 18.2883L12.8339 16.847C12.6858 16.291 12.6858 15.7056 12.8339 15.152L7.44721 13.7095C7.83513 12.2543 8.59842 10.8794 9.73791 9.74038L13.6826 13.6827C14.105 13.2618 14.6142 12.9787 15.1514 12.8358L13.7069 7.44705C14.4458 7.25072 15.2153 7.14866 16.0001 7.14866C16.7849 7.14866 17.5544 7.25074 18.2934 7.44705L16.8488 12.8358C17.386 12.9799 17.8951 13.2619 18.3176 13.684L22.2608 9.74153C23.3801 10.8588 24.1599 12.2211 24.558 13.7083L19.1649 15.152C19.3129 15.7069 19.3129 16.2923 19.1649 16.847L24.558 18.2908C24.1612 19.778 23.38 21.1402 22.2609 22.2575ZM16.5321 13.2785L16 10.6841L15.5074 13.2707C14.9702 13.3677 14.4546 13.6227 14.0399 14.0386C12.9564 15.1213 12.9564 16.8764 14.0399 17.9593C15.1233 19.0409 16.8794 19.0409 17.9628 17.9593C19.0462 16.8764 19.0462 15.1213 17.9628 14.0386C17.5556 13.6341 17.0554 13.3804 16.5321 13.2785Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_11832_5877' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:logo_9{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2C0 7.27963 0 5.31945 0.762954 3.82207C1.43407 2.50493 2.50493 1.43407 3.82207 0.762954C5.31945 0 7.27963 0 11.2 0H20.8C24.7204 0 26.6806 0 28.1779 0.762954C29.4951 1.43407 30.5659 2.50493 31.237 3.82207C32 5.31945 32 7.27963 32 11.2V20.8C32 24.7204 32 26.6806 31.237 28.1779C30.5659 29.4951 29.4951 30.5659 28.1779 31.237C26.6806 32 24.7204 32 20.8 32H11.2C7.27963 32 5.31945 32 3.82207 31.237C2.50493 30.5659 1.43407 29.4951 0.762954 28.1779C0 26.6806 0 24.7204 0 20.8V11.2Z' fill='url(%23paint0_radial_8398_2723)'/%3E%3Cpath d='M6 8.21834V10.9922H26V8.21834C26 7.87661 25.7339 7.59961 25.4057 7.59961L6.59426 7.59961C6.26605 7.59961 6 7.87664 6 8.21834Z' fill='%2388FF00'/%3E%3Cpath d='M26 12.5949H6V23.5664C6 24.0266 6.35829 24.3996 6.80025 24.3996H25.1998C25.6417 24.3996 26 24.0266 26 23.5664V12.5949ZM13.2517 17.0814C13.2517 17.177 13.1772 17.2546 13.0854 17.2546H13C12.9315 17.2546 12.87 17.2983 12.8451 17.3647L11.4455 21.095C11.4206 21.1614 11.3591 21.2051 11.2906 21.2051H9.97973C9.9125 21.2051 9.85189 21.163 9.82614 21.0983L8.33678 17.3613C8.31103 17.2967 8.2504 17.2546 8.18319 17.2546H7.92898V16.0251H10.5815V17.2546H10.3972C10.2827 17.2546 10.2025 17.3722 10.2402 17.4848L10.7437 18.9867C10.7952 19.1402 11.0033 19.1419 11.0569 18.9891L11.5848 17.4872C11.6421 17.3243 11.4498 17.1476 11.2623 17.3354V16.025H13.2517L13.2517 17.0814ZM17.1055 17.0814C17.1055 17.177 17.0311 17.2546 16.9392 17.2546H16.6552V19.9314H17.1055V21.1609H14.2935V19.9313H14.7474V17.2545H14.2935V16.025H17.1055V17.0814ZM23.6261 18.5283C23.4464 18.7696 23.2088 18.9443 22.9133 19.0526C22.6225 19.1585 22.1734 19.2114 21.5658 19.2114H20.7963V19.9314H21.2928V21.1609H18.4098V19.9313H18.8885V17.2545H18.4098V16.025H21.4346C22.1296 16.025 22.6379 16.0952 22.9594 16.2355C23.2809 16.3783 23.5173 16.5727 23.6686 16.8188C23.8199 17.065 23.8956 17.3345 23.8956 17.6274C23.8956 17.9893 23.8057 18.2896 23.6261 18.5283Z' fill='%2388FF00'/%3E%3Cpath d='M21.5763 17.1845C21.4818 17.1624 21.321 17.1513 21.0941 17.1513H20.9625C20.8706 17.1513 20.7962 17.2288 20.7962 17.3245V17.9418C20.7962 18.0374 20.8706 18.1149 20.9625 18.1149H21.1685C21.4285 18.1149 21.6177 18.083 21.7359 18.019C21.8494 17.955 21.9061 17.8307 21.9061 17.6461C21.9061 17.5255 21.8754 17.4233 21.8139 17.3396C21.7548 17.2584 21.6756 17.2067 21.5763 17.1845Z' fill='%2388FF00'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8398_2723' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(21.8182 10.9091) rotate(121.827) scale(24.8233)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='1' stop-color='%23006529'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-activity\:modal-bg{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='313' height='285' viewBox='0 0 313 285' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dii_8944_2930)'%3E%3Cpath d='M299 0C304.523 3.38235e-06 309 4.47715 309 10V199.411C302.536 202.142 298 208.542 298 216C298 223.458 302.536 229.857 309 232.588V267C309 272.523 304.523 277 299 277H14C8.47716 277 4 272.523 4 267V232.588C10.4638 229.857 15 223.458 15 216C15 208.542 10.464 202.142 4 199.411V10C4 4.47716 8.47715 0 14 0H299Z' fill='url(%23paint0_radial_8944_2930)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dii_8944_2930' x='0' y='0' width='313' height='285' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8944_2930'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8944_2930' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.9 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_8944_2930'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.616667 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='effect2_innerShadow_8944_2930' result='effect3_innerShadow_8944_2930'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_8944_2930' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(157 9.78791e-06) rotate(90.1034) scale(277 573.991)'%3E%3Cstop stop-color='%2300973D'/%3E%3Cstop offset='0.825' stop-color='%23006529'/%3E%3Cstop offset='0.8251' stop-color='%23004D1F'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:313;height:285;}.i-app\:arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.34431 10.4686L12.1582 4.30527C12.2142 4.23281 12.1636 4.12891 12.072 4.12891H11.0152C10.9482 4.12891 10.884 4.16035 10.8429 4.2123L6.99978 9.13418L3.15661 4.2123C3.1156 4.15898 3.05134 4.12891 2.98435 4.12891H1.92751C1.83591 4.12891 1.78532 4.23418 1.84138 4.30527L6.65525 10.4686C6.83025 10.6928 7.16931 10.6928 7.34431 10.4686Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:14;height:14;}.i-app\:arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.03594 7.60626L11.0797 2.1047C11.1625 2.04063 11.2812 2.09845 11.2812 2.20313V3.41095C11.2812 3.48751 11.2453 3.56095 11.1859 3.60782L5.56094 8.00001L11.1859 12.3922C11.2469 12.4391 11.2812 12.5125 11.2812 12.5891V13.7969C11.2812 13.9016 11.1609 13.9594 11.0797 13.8953L4.03594 8.39376C3.77969 8.19376 3.77969 7.80626 4.03594 7.60626Z' fill='white' fill-opacity='0.75'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:arrow-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9641 7.60626L4.92031 2.1047C4.8375 2.04063 4.71875 2.09845 4.71875 2.20313V3.41095C4.71875 3.48751 4.75469 3.56095 4.81406 3.60782L10.4391 8.00001L4.81406 12.3922C4.75313 12.4391 4.71875 12.5125 4.71875 12.5891V13.7969C4.71875 13.9016 4.83906 13.9594 4.92031 13.8953L11.9641 8.39376C12.2203 8.19376 12.2203 7.80626 11.9641 7.60626Z' fill='white' fill-opacity='0.75'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:badge-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' xmlns='http://www.w3.org/2000/svg' width='55' height='17' viewBox='0 0 55 17' %3E%3Cpath d='M0 1.42667L0 15.5689C0.0370169 16.3444 0.616948 16.9667 1.33672 17H54.1568C54.1712 17 54.1836 17 54.198 16.9978C54.2041 16.9978 54.2103 16.9978 54.2185 16.9956C54.2247 16.9956 54.2329 16.9956 54.2391 16.9933C54.2473 16.9933 54.2556 16.9911 54.2638 16.9911C54.2699 16.9911 54.2741 16.9889 54.2802 16.9889C54.2885 16.9867 54.2987 16.9867 54.307 16.9844C54.3111 16.9844 54.3152 16.9822 54.3214 16.9822C54.3296 16.98 54.3399 16.9778 54.3481 16.9756C54.3522 16.9733 54.3563 16.9733 54.3604 16.9733L54.3851 16.9667C54.3892 16.9644 54.3954 16.9644 54.3995 16.9622C54.4077 16.96 54.416 16.9578 54.4221 16.9533C54.4283 16.9511 54.4324 16.9489 54.4386 16.9467C54.4447 16.9444 54.453 16.94 54.4591 16.9378L54.4776 16.9311C54.4838 16.9289 54.49 16.9244 54.4962 16.9222C54.5023 16.92 54.5106 16.9156 54.5167 16.9133C54.5208 16.9111 54.527 16.9089 54.5311 16.9044C54.5393 16.9 54.5455 16.8956 54.5537 16.8933C54.5579 16.8911 54.562 16.8889 54.5661 16.8844C54.5743 16.88 54.5805 16.8756 54.5887 16.8711C54.5928 16.8689 54.5969 16.8667 54.601 16.8622C54.6093 16.8578 54.6154 16.8511 54.6237 16.8467C54.6278 16.8444 54.6319 16.84 54.636 16.8378C54.6442 16.8333 54.6504 16.8267 54.6586 16.82C54.6627 16.8156 54.6668 16.8133 54.671 16.8089C54.6771 16.8044 54.6833 16.7978 54.6895 16.7933C54.6956 16.7889 54.6998 16.7822 54.7059 16.7778C54.71 16.7733 54.7162 16.7689 54.7203 16.7644C54.7306 16.7533 54.7409 16.7444 54.7512 16.7333C54.7614 16.7222 54.7697 16.7111 54.78 16.7C54.7841 16.6956 54.7882 16.6889 54.7923 16.6844C54.7964 16.6778 54.8026 16.6733 54.8067 16.6667C54.8129 16.66 54.817 16.6533 54.8211 16.6467C54.8252 16.6422 54.8273 16.6378 54.8314 16.6333C54.8375 16.6244 54.8417 16.6178 54.8478 16.6089C54.8499 16.6044 54.854 16.6 54.856 16.5956C54.8602 16.5867 54.8663 16.58 54.8704 16.5711C54.8725 16.5667 54.8746 16.5622 54.8787 16.5578C54.8828 16.5489 54.8869 16.5422 54.891 16.5333C54.8931 16.5289 54.8951 16.5244 54.8992 16.52C54.9033 16.5111 54.9075 16.5044 54.9095 16.4956C54.9116 16.4911 54.9136 16.4844 54.9177 16.48C54.9219 16.4733 54.9239 16.4644 54.926 16.4578C54.928 16.4511 54.9321 16.4444 54.9342 16.4378L54.9404 16.4178C54.9424 16.4111 54.9465 16.4022 54.9486 16.3956C54.9506 16.3889 54.9527 16.3844 54.9548 16.3778C54.9568 16.3689 54.9609 16.36 54.963 16.3533C54.965 16.3489 54.965 16.3422 54.9671 16.3378L54.9733 16.3111C54.9753 16.3067 54.9753 16.3022 54.9774 16.2956C54.9794 16.2867 54.9815 16.2756 54.9835 16.2667C54.9835 16.2622 54.9856 16.2578 54.9856 16.2511C54.9877 16.2422 54.9897 16.2311 54.9897 16.2222C54.9897 16.2156 54.9918 16.2111 54.9918 16.2044C54.9938 16.1956 54.9938 16.1867 54.9938 16.1778C54.9938 16.1711 54.9959 16.1622 54.9959 16.1556C54.9959 16.1489 54.9979 16.1422 54.9979 16.1333C54.9979 16.1178 55 16.1044 55 16.0889C55 16.0733 55 16.0578 54.9979 16.0444C54.9979 16.0378 54.9979 16.0311 54.9959 16.0222C54.9959 16.0156 54.9959 16.0067 54.9938 16C54.9938 15.9911 54.9918 15.9822 54.9918 15.9733C54.9918 15.9667 54.9897 15.9622 54.9897 15.9556C54.9877 15.9467 54.9877 15.9356 54.9856 15.9267C54.9856 15.9222 54.9835 15.9178 54.9835 15.9111C54.9815 15.9022 54.9794 15.8911 54.9774 15.8822C54.9753 15.8778 54.9753 15.8733 54.9733 15.8667L54.9671 15.84C54.965 15.8356 54.965 15.8289 54.963 15.8244C54.9609 15.8156 54.9589 15.8067 54.9548 15.8C54.9527 15.7933 54.9506 15.7889 54.9486 15.7822C54.9465 15.7756 54.9424 15.7667 54.9404 15.76L54.9342 15.74C54.9321 15.7333 54.928 15.7267 54.926 15.72C54.9239 15.7133 54.9198 15.7044 54.9177 15.6978C54.9157 15.6933 54.9136 15.6867 54.9095 15.6822C54.9054 15.6733 54.9013 15.6667 54.8992 15.6578C54.8972 15.6533 54.8951 15.6489 54.891 15.6444C54.8869 15.6356 54.8828 15.6289 54.8787 15.62C54.8766 15.6156 54.8746 15.6111 54.8704 15.6067C54.8663 15.5978 54.8602 15.5889 54.856 15.5822C54.854 15.5778 54.8499 15.5733 54.8478 15.5689C54.8437 15.56 54.8375 15.5533 54.8314 15.5444C54.8273 15.54 54.8252 15.5356 54.8211 15.5311C54.817 15.5244 54.8108 15.5178 54.8067 15.5089C54.8026 15.5022 54.7985 15.4978 54.7923 15.4911C54.7882 15.4867 54.7841 15.48 54.78 15.4756C54.7717 15.4644 54.7614 15.4533 54.7512 15.4444L48.3349 8.51111L54.7512 1.57778C54.9177 1.39778 55 1.16 54.9979 0.922222V0.911112C54.9979 0.408888 54.6216 0 54.1548 0L1.35317 0C0.627231 0.0288887 0.0411299 0.64889 0 1.42667Z' fill='black'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:55;height:17;}.i-app\:betting{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1764215066095' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3292' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M690.215385 734.208h96.216615c22.646154 0 39.660308 16.935385 33.988923 39.620923 0 22.646154-16.974769 39.620923-39.620923 33.949539h-51.318154l-21.700923 15.084307-17.565538 52.854154c0 11.342769-17.014154 22.646154-33.988923 22.646154h-11.303385c-17.014154-11.303385-28.356923-33.949538-22.646154-50.924308l33.949539-90.584615c5.671385-17.014154 22.646154-28.356923 33.988923-22.646154z m-351.035077-17.014154c16.974769 0 28.317538 11.342769 33.988923 28.356923l28.278154 96.216616c5.671385 22.646154-5.632 39.620923-22.646154 45.292307h-16.935385c-17.014154 0-33.988923-11.342769-33.988923-28.317538l-15.399385-46.040616-26.742153-21.897846h-48.443077c-22.646154 0-39.660308-16.974769-33.988923-39.620923 0-22.646154 16.974769-33.988923 39.620923-33.988923h96.256z m135.876923-588.8L531.692308 173.686154l56.595692-39.620923c16.974769-11.303385 39.620923-5.671385 50.963692 11.342769 11.303385 16.935385 5.671385 39.620923-11.342769 50.924308l-79.241846 56.635077H531.692308c-5.671385 0-17.014154 0-22.646154-5.671385l-79.281231-62.267077c-16.974769-11.342769-22.646154-33.988923-5.671385-50.963692 11.342769-16.974769 33.988923-22.646154 50.963693-5.671385zM531.692308 179.357538c22.646154 0 39.620923 16.974769 33.949538 39.620924v124.573538c0 22.646154-16.974769 33.949538-39.620923 33.949538A38.715077 38.715077 0 0 1 486.4 337.92l5.632-124.534154c0-22.646154 17.014154-39.660308 39.660308-33.988923zM242.924308 383.212308l118.941538 39.620923c22.606769 5.671385 33.949538 28.356923 28.278154 50.963692-5.671385 11.342769-22.646154 22.646154-33.988923 22.646154h-11.303385l-124.573538-45.292308c-16.935385-5.671385-28.278154-28.317538-22.646154-45.292307 5.671385-16.974769 28.356923-28.317538 45.292308-22.646154z m198.183384 249.107692c11.303385 5.671385 16.935385 33.988923 5.632 45.292308l-79.241846 101.927384a31.113846 31.113846 0 0 1-28.317538 16.935385c-5.671385 0-16.974769 0-22.646154-5.632-16.974769-11.303385-16.974769-33.949538-5.671385-50.963692l79.281231-101.888c11.303385-16.974769 33.949538-16.974769 50.963692-5.671385z m209.447385 5.671385l73.649231 101.888c11.303385 17.014154 5.632 39.660308-11.34277 50.963692-5.671385 5.671385-17.014154 11.342769-22.646153 11.342769a31.113846 31.113846 0 0 1-28.356923-17.014154l-73.570462-107.52c-11.303385-17.014154-5.671385-39.660308 11.342769-51.003077 16.935385-11.303385 39.620923-5.632 50.924308 11.34277z m203.815385-334.020923c17.014154 5.632 28.356923 28.278154 22.646153 45.292307l-19.810461 59.431385 2.599384 13.154461 34.225231 29.302154c15.675077 10.476308 16.856615 30.562462 8.073846 46.946462l-2.441846 4.017231a31.113846 31.113846 0 0 1-28.278154 16.974769c-5.671385 0-17.014154 0-22.646153-5.671385l-53.523693-43.756308-93.696 26.781539c-11.303385 11.342769-11.303385 11.342769-16.974769 11.342769-16.974769 0-33.988923-11.342769-33.988923-28.356923-5.632-22.606769 5.671385-39.581538 22.646154-45.292308l110.276923-35.091692 25.6-72.467692c5.671385-16.935385 28.356923-28.278154 45.292308-22.606769zM242.924308 309.563077l28.356923 90.584615c5.632 17.014154 0 33.988923-17.014154 39.660308l-79.281231 62.227692c-5.632 5.710769-11.303385 5.710769-16.935384 5.71077-17.014154 0-28.356923-5.671385-33.988924-17.014154-11.342769-16.935385-5.671385-39.620923 11.303385-50.924308l42.811077-30.011077 9.412923-27.175385-12.603077-50.412307c-5.632-16.935385 5.671385-39.620923 22.646154-45.292308 22.646154-5.632 39.660308 5.671385 45.292308 22.646154z' fill='%23ffffff' p-id='3293'%3E%3C/path%3E%3Cpath d='M622.276923 705.890462l-209.526154-5.671385c-16.935385 0-28.278154-11.303385-33.949538-28.317539l-56.595693-203.815384c-5.671385-16.935385 0-33.949538 16.97477-39.620923l175.497846-118.902154c11.342769-11.303385 33.988923-11.303385 45.292308 0l164.233846 130.244923c11.303385 11.303385 16.935385 28.278154 11.303384 39.620923l-79.28123 198.144c-5.671385 16.974769-16.974769 28.317538-33.949539 28.317539z m-181.169231-79.281231l152.812308 5.671384 51.003077-147.180307-118.941539-96.256-130.166153 84.91323 45.292307 152.851693z' fill='%23ffffff' p-id='3294'%3E%3C/path%3E%3Cpath d='M512 68.923077c244.696615 0 443.076923 198.380308 443.076923 443.076923S756.696615 955.076923 512 955.076923 68.923077 756.696615 68.923077 512 267.303385 68.923077 512 68.923077z m0 98.461538a344.615385 344.615385 0 1 0 0 689.23077 344.615385 344.615385 0 0 0 0-689.23077z' fill='%23ffffff' p-id='3295'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-app\:check_line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8128 3.71094H16.4476C16.2562 3.71094 16.0745 3.79883 15.9573 3.94922L7.90461 14.1504L4.04328 9.25781C3.92414 9.10742 3.74446 9.01953 3.55305 9.01953H2.18782C2.05696 9.01953 1.98469 9.16992 2.06477 9.27148L7.41438 16.0488C7.66438 16.3652 8.14485 16.3652 8.3968 16.0488L17.9359 3.96094C18.0159 3.86133 17.9437 3.71094 17.8128 3.71094Z' fill='%23007AFF'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:check-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.868 2.13778C10.6921 1.94404 10.4234 1.96439 10.2307 2.13778C8.73826 3.48077 4.18325 7.29545 4.18325 7.29545C4.18325 7.29545 2.34135 6.42119 1.76931 6.13806C1.5423 6.02571 1.30801 5.94427 1.13196 6.13806C0.956014 6.33181 0.956014 6.64601 1.13196 6.83973C1.13196 6.83973 3.84419 9.84191 3.85719 9.85621C3.94707 9.95518 4.06539 10.0021 4.18325 9.99993C4.30106 10.0021 4.41937 9.95519 4.5093 9.85621C4.52224 9.84191 9.27741 4.59259 10.868 2.83946C11.0439 2.6456 11.044 2.33153 10.868 2.13778Z' fill='black'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:12;height:12;}.i-app\:close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.8095 8L12.9111 3.11094C12.9798 3.02969 12.922 2.90625 12.8158 2.90625H11.5689C11.4954 2.90625 11.4251 2.93906 11.3767 2.99531L7.99388 7.02812L4.61106 2.99531C4.56419 2.93906 4.49388 2.90625 4.41888 2.90625H3.172C3.06575 2.90625 3.00794 3.02969 3.07669 3.11094L7.17825 8L3.07669 12.8891C3.00794 12.9703 3.06575 13.0938 3.172 13.0938H4.41888C4.49231 13.0938 4.56263 13.0609 4.61106 13.0047L7.99388 8.97188L11.3767 13.0047C11.4236 13.0609 11.4939 13.0938 11.5689 13.0938H12.8158C12.922 13.0938 12.9798 12.9703 12.9111 12.8891L8.8095 8Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:close-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.2305 13.3242L11.9414 13.3184L10 11.0039L8.06055 13.3164L6.76953 13.3223C6.68359 13.3223 6.61328 13.2539 6.61328 13.166C6.61328 13.1289 6.62695 13.0938 6.65039 13.0645L9.19141 10.0371L6.65039 7.01172C6.62695 6.98242 6.61328 6.94727 6.61328 6.91016C6.61328 6.82422 6.68359 6.75391 6.76953 6.75391L8.06055 6.75977L10 9.07422L11.9395 6.76172L13.2285 6.75586C13.3145 6.75586 13.3848 6.82422 13.3848 6.91211C13.3848 6.94922 13.3711 6.98438 13.3477 7.01367L10.8105 10.0391L13.3496 13.0664C13.373 13.0957 13.3867 13.1309 13.3867 13.168C13.3867 13.2539 13.3164 13.3242 13.2305 13.3242Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:close-fill1{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.2305 13.3242L11.9414 13.3184L10 11.0039L8.06055 13.3164L6.76953 13.3223C6.68359 13.3223 6.61328 13.2539 6.61328 13.166C6.61328 13.1289 6.62695 13.0938 6.65039 13.0645L9.19141 10.0371L6.65039 7.01172C6.62695 6.98242 6.61328 6.94727 6.61328 6.91016C6.61328 6.82422 6.68359 6.75391 6.76953 6.75391L8.06055 6.75977L10 9.07422L11.9395 6.76172L13.2285 6.75586C13.3145 6.75586 13.3848 6.82422 13.3848 6.91211C13.3848 6.94922 13.3711 6.98438 13.3477 7.01367L10.8105 10.0391L13.3496 13.0664C13.373 13.0957 13.3867 13.1309 13.3867 13.168C13.3867 13.2539 13.3164 13.3242 13.2305 13.3242Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:copy_line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 1.25H5.78125C5.69531 1.25 5.625 1.32031 5.625 1.40625V2.5C5.625 2.58594 5.69531 2.65625 5.78125 2.65625H15.4688V16.0938C15.4688 16.1797 15.5391 16.25 15.625 16.25H16.7188C16.8047 16.25 16.875 16.1797 16.875 16.0938V1.875C16.875 1.5293 16.5957 1.25 16.25 1.25Z' fill='white'/%3E%3Cpath d='M13.75 3.75H3.75C3.4043 3.75 3.125 4.0293 3.125 4.375V14.7402C3.125 14.9062 3.19141 15.0645 3.30859 15.1816L6.69336 18.5664C6.73633 18.6094 6.78516 18.6445 6.83789 18.6738V18.7109H6.91992C6.98828 18.7363 7.06055 18.75 7.13477 18.75H13.75C14.0957 18.75 14.375 18.4707 14.375 18.125V4.375C14.375 4.0293 14.0957 3.75 13.75 3.75ZM6.83594 16.7227L5.1543 15.0391H6.83594V16.7227ZM12.9688 17.3438H8.08594V14.5703C8.08594 14.1387 7.73633 13.7891 7.30469 13.7891H4.53125V5.15625H12.9688V17.3438Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:del-fill,.i-ios\:ios-error{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.2305 13.3242L11.9414 13.3184L10 11.0039L8.06055 13.3164L6.76953 13.3223C6.68359 13.3223 6.61328 13.2539 6.61328 13.166C6.61328 13.1289 6.62695 13.0938 6.65039 13.0645L9.19141 10.0371L6.65039 7.01172C6.62695 6.98242 6.61328 6.94727 6.61328 6.91016C6.61328 6.82422 6.68359 6.75391 6.76953 6.75391L8.06055 6.75977L10 9.07422L11.9395 6.76172L13.2285 6.75586C13.3145 6.75586 13.3848 6.82422 13.3848 6.91211C13.3848 6.94922 13.3711 6.98438 13.3477 7.01367L10.8105 10.0391L13.3496 13.0664C13.373 13.0957 13.3867 13.1309 13.3867 13.168C13.3867 13.2539 13.3164 13.3242 13.2305 13.3242Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.2305 13.3242L11.9414 13.3184L10 11.0039L8.06055 13.3164L6.76953 13.3223C6.68359 13.3223 6.61328 13.2539 6.61328 13.166C6.61328 13.1289 6.62695 13.0938 6.65039 13.0645L9.19141 10.0371L6.65039 7.01172C6.62695 6.98242 6.61328 6.94727 6.61328 6.91016C6.61328 6.82422 6.68359 6.75391 6.76953 6.75391L8.06055 6.75977L10 9.07422L11.9395 6.76172L13.2285 6.75586C13.3145 6.75586 13.3848 6.82422 13.3848 6.91211C13.3848 6.94922 13.3711 6.98438 13.3477 7.01367L10.8105 10.0391L13.3496 13.0664C13.373 13.0957 13.3867 13.1309 13.3867 13.168C13.3867 13.2539 13.3164 13.3242 13.2305 13.3242Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.2305 13.3242L11.9414 13.3184L10 11.0039L8.06055 13.3164L6.76953 13.3223C6.68359 13.3223 6.61328 13.2539 6.61328 13.166C6.61328 13.1289 6.62695 13.0938 6.65039 13.0645L9.19141 10.0371L6.65039 7.01172C6.62695 6.98242 6.61328 6.94727 6.61328 6.91016C6.61328 6.82422 6.68359 6.75391 6.76953 6.75391L8.06055 6.75977L10 9.07422L11.9395 6.76172L13.2285 6.75586C13.3145 6.75586 13.3848 6.82422 13.3848 6.91211C13.3848 6.94922 13.3711 6.98438 13.3477 7.01367L10.8105 10.0391L13.3496 13.0664C13.373 13.0957 13.3867 13.1309 13.3867 13.168C13.3867 13.2539 13.3164 13.3242 13.2305 13.3242Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:eye-close-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4144 8.00207C18.4992 7.87435 18.5339 7.71981 18.5118 7.5681C18.4896 7.41639 18.4122 7.27821 18.2944 7.18007C18.1652 7.08476 18.004 7.04355 17.8449 7.06521C17.6858 7.08687 17.5414 7.16969 17.4424 7.29607C17.4124 7.32507 14.0344 11.1741 10.0034 11.1741C6.10342 11.1741 2.56442 7.29607 2.53442 7.26707C2.42458 7.15407 2.27691 7.08556 2.1197 7.07467C1.96249 7.06378 1.80678 7.11128 1.68242 7.20807C1.56591 7.30962 1.49424 7.45308 1.483 7.60722C1.47176 7.76136 1.52187 7.9137 1.62242 8.03107C1.68242 8.11907 2.41442 8.91107 3.57742 9.79107L2.02342 11.3501C1.96863 11.4045 1.92571 11.4698 1.89734 11.5416C1.86898 11.6135 1.85579 11.6904 1.85861 11.7676C1.86143 11.8448 1.88019 11.9206 1.91371 11.9902C1.94724 12.0598 1.99481 12.1217 2.05342 12.1721C2.11342 12.2881 2.26342 12.3461 2.41342 12.3461C2.57404 12.3438 2.72806 12.2818 2.84542 12.1721L4.52042 10.4981C5.38219 11.0772 6.31527 11.5424 7.29642 11.8821L6.65542 13.9701C6.56442 14.2901 6.74542 14.6191 7.08542 14.7071H7.26742C7.40026 14.7098 7.53007 14.6672 7.63549 14.5863C7.7409 14.5054 7.81565 14.3911 7.84742 14.2621L8.48942 12.1721C8.99222 12.2648 9.50216 12.3133 10.0134 12.3171C10.5247 12.3133 11.0346 12.2648 11.5374 12.1721L12.1794 14.2321C12.2394 14.4941 12.5094 14.6771 12.7604 14.6771C12.8204 14.6771 12.8804 14.6771 12.9104 14.6491C13.0678 14.6083 13.2026 14.5069 13.2854 14.3671C13.3253 14.2991 13.3509 14.2236 13.3605 14.1454C13.3702 14.0671 13.3637 13.9877 13.3414 13.9121L12.7004 11.8521C13.6864 11.5131 14.6204 11.0481 15.4774 10.4701L17.1214 12.1141C17.1926 12.182 17.2789 12.2321 17.3732 12.2602C17.4674 12.2884 17.5671 12.2938 17.6638 12.276C17.7606 12.2583 17.8518 12.2178 17.9299 12.1581C18.0081 12.0983 18.071 12.0208 18.1134 11.9321C18.1618 11.8274 18.1781 11.7108 18.1603 11.5969C18.1425 11.483 18.0914 11.377 18.0134 11.2921L16.4604 9.73307C17.1719 9.22771 17.8273 8.64775 18.4154 8.00307L18.4144 8.00207Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:eye-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4019 9.49609C16.5503 5.5957 13.7515 3.63281 9.99951 3.63281C6.24561 3.63281 3.44873 5.5957 1.59717 9.49805C1.44678 9.81445 1.44678 10.1855 1.59717 10.5039C3.44873 14.4043 6.24756 16.3672 9.99951 16.3672C13.7534 16.3672 16.5503 14.4043 18.4019 10.502C18.5522 10.1855 18.5522 9.81836 18.4019 9.49609ZM9.99951 14.9609C6.84912 14.9609 4.54248 13.3633 2.91553 10C4.54248 6.63672 6.84912 5.03906 9.99951 5.03906C13.1499 5.03906 15.4565 6.63672 17.0835 10C15.4585 13.3633 13.1519 14.9609 9.99951 14.9609Z' fill='white'/%3E%3Cpath d='M9.92188 6.5625C8.02344 6.5625 6.48438 8.10156 6.48438 10C6.48438 11.8984 8.02344 13.4375 9.92188 13.4375C11.8203 13.4375 13.3594 11.8984 13.3594 10C13.3594 8.10156 11.8203 6.5625 9.92188 6.5625ZM9.92188 12.1875C8.71289 12.1875 7.73438 11.209 7.73438 10C7.73438 8.79102 8.71289 7.8125 9.92188 7.8125C11.1309 7.8125 12.1094 8.79102 12.1094 10C12.1094 11.209 11.1309 12.1875 9.92188 12.1875Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:home_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1775024514678' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4804' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M854.08768 503.1168l0 342.08768c0 44.450816-36.040704 80.490496-80.49152 80.490496L612.614144 925.694976 612.614144 664.09984c0-44.450816-36.03968-80.490496-80.490496-80.490496l-40.245248 0c-44.450816 0-80.49152 36.03968-80.49152 80.490496L411.38688 925.696 250.40384 925.696c-44.450816 0-80.490496-36.03968-80.490496-80.490496l0-342.08768L49.175552 503.117824 512 60.416l462.824448 442.701824L854.08768 503.117824z' p-id='4805' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-app\:language_white_line_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.02148 10.2001C2.02148 5.79368 5.59348 2.22168 9.99988 2.22168C14.4063 2.22168 17.9783 5.79368 17.9783 10.2001C17.9783 14.6065 14.4063 18.1785 9.99988 18.1785C5.59348 18.1785 2.02148 14.6065 2.02148 10.2001ZM9.99988 3.42168C8.9387 3.42152 7.89229 3.67051 6.94491 4.14862C5.99753 4.62673 5.17563 5.32059 4.54539 6.17436C3.91514 7.02812 3.49416 8.01794 3.31632 9.06412C3.13848 10.1103 3.20875 11.1836 3.52148 12.1977C3.54267 12.2037 3.5635 12.2109 3.58388 12.2193C4.51988 12.5953 4.90228 12.4705 5.05268 12.3329C5.07108 12.3169 5.12308 12.2489 5.16708 12.0345C5.20228 11.8625 5.21908 11.6721 5.23908 11.4409L5.25508 11.2625C5.28308 10.9745 5.32228 10.6233 5.43268 10.3041C5.54708 9.97128 5.75668 9.62088 6.15428 9.40408C6.62948 9.14488 7.11028 9.28008 7.43988 9.42808C7.71028 9.55048 7.99748 9.73688 8.24468 9.89688L8.39188 9.99208C8.69908 10.1881 8.95428 10.3329 9.18708 10.4017C9.39668 10.4641 9.54708 10.4521 9.69028 10.3721C9.75336 10.3415 9.80812 10.2962 9.8499 10.2399C9.89169 10.1836 9.91926 10.1181 9.93028 10.0489C9.96868 9.86728 9.95588 9.63048 9.91588 9.29688C9.91016 9.2486 9.90429 9.20033 9.89828 9.15208C9.86388 8.87848 9.82148 8.54328 9.83428 8.23768C9.85268 7.85368 9.96068 7.40088 10.3543 7.05848C10.8999 6.58408 11.5527 6.54488 11.9239 6.52248C11.9791 6.52008 12.0279 6.51688 12.0687 6.51288C12.2679 6.49448 12.3119 6.46648 12.3199 6.46088L12.3215 6.45928L12.3239 6.45688C12.3295 6.44968 12.3343 6.4419 12.3383 6.43368C12.3681 6.36858 12.3875 6.2992 12.3959 6.22808C12.4151 6.10488 12.4143 6.02808 12.4095 5.98408C12.4081 5.97052 12.4054 5.95713 12.4015 5.94408C12.4015 5.94008 12.3999 5.93688 12.3999 5.93688L12.3983 5.93528L12.3967 5.93288C12.353 5.89581 12.3061 5.86262 12.2567 5.83368L12.2111 5.80728C12.0245 5.70432 11.8528 5.57648 11.7007 5.42728C11.4767 5.19688 11.3143 4.89368 11.2399 4.48328V4.48008C11.177 4.16176 11.1372 3.83933 11.1207 3.51528C10.7503 3.45329 10.3754 3.42199 9.99988 3.42168ZM9.99988 16.9785C10.2519 16.9785 10.5015 16.9641 10.7463 16.9377C10.5063 16.5449 10.3183 16.0097 10.3287 15.3457C10.3335 14.9825 10.3911 14.6809 10.5047 14.4233C10.6215 14.1593 10.7807 13.9809 10.9287 13.8473C11.0127 13.7708 11.0994 13.6975 11.1887 13.6273C11.2871 13.5497 11.3135 13.5289 11.3519 13.4297C11.3759 13.3641 11.3935 13.2529 11.4015 13.0377L11.4047 12.9177C11.4103 12.7449 11.4159 12.5249 11.4447 12.3193C11.4831 12.0505 11.5671 11.7321 11.7839 11.4457C12.0079 11.1497 12.3311 10.9449 12.7455 10.8313C13.5663 10.6073 14.4815 10.8361 15.2279 11.1977C15.6972 11.4247 16.1314 11.7178 16.5175 12.0681C16.9883 10.4243 16.8207 8.6633 16.0482 7.13784C15.2758 5.61237 13.9555 4.43506 12.3519 3.84168C12.3679 3.96168 12.3903 4.10408 12.4191 4.26728C12.4551 4.46328 12.5159 4.54568 12.5615 4.59288C12.6199 4.65288 12.6823 4.69048 12.8151 4.77048L12.8759 4.80648C13.0247 4.89688 13.2815 5.05448 13.4471 5.35288C13.6183 5.66088 13.6423 6.01848 13.5807 6.41368C13.5151 6.83208 13.3527 7.18728 13.0359 7.42328C12.7431 7.64088 12.4063 7.68648 12.1807 7.70728L11.9439 7.72808C11.5703 7.75768 11.3591 7.77448 11.1415 7.96408C11.0919 8.00648 11.0423 8.08088 11.0327 8.29208C11.0247 8.48568 11.0503 8.69688 11.0847 8.97208L11.1071 9.15448C11.1463 9.48088 11.1879 9.90088 11.1023 10.3009C11.0079 10.7401 10.7983 11.1249 10.3119 11.3969L10.2743 11.4201C9.77828 11.6969 9.27908 11.6809 8.84548 11.5529C8.43428 11.4313 8.05188 11.1993 7.74548 11.0033L7.55988 10.8833C7.31588 10.7265 7.12548 10.6033 6.94708 10.5233C6.87869 10.4898 6.80511 10.4682 6.72948 10.4593H6.72628C6.67588 10.4865 6.61908 10.5417 6.56628 10.6961C6.50788 10.8641 6.47668 11.0841 6.44948 11.3737L6.43668 11.5177C6.41916 11.7715 6.38764 12.0241 6.34228 12.2745C6.28148 12.5705 6.16228 12.9441 5.86068 13.2201C5.39588 13.6441 4.79508 13.7329 4.15108 13.6281C4.74873 14.6485 5.60305 15.4948 6.62913 16.0827C7.65522 16.6706 8.81731 16.9797 9.99988 16.9793V16.9785ZM12.0807 16.6529C13.788 16.1001 15.2075 14.8946 16.0295 13.2993C15.7495 12.9385 15.2663 12.5497 14.7047 12.2777C14.0807 11.9753 13.4839 11.8737 13.0631 11.9889C12.8575 12.0449 12.7783 12.1201 12.7399 12.1705C12.6951 12.2305 12.6559 12.3241 12.6335 12.4873C12.6143 12.6193 12.6111 12.7497 12.6063 12.9113L12.6007 13.0833C12.5927 13.2961 12.5759 13.5889 12.4719 13.8593C12.3047 14.2945 11.9551 14.5641 11.7967 14.6865C11.7687 14.7081 11.7463 14.7257 11.7327 14.7377C11.6768 14.7838 11.6321 14.8421 11.6023 14.9081C11.5703 14.9809 11.5319 15.1145 11.5287 15.3633C11.5167 16.1249 11.9167 16.5353 12.0191 16.6049C12.0406 16.6196 12.0612 16.6356 12.0807 16.6529Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.25H11.9375V3.75C11.9375 2.64531 11.0422 1.75 9.9375 1.75H6.0625C4.95781 1.75 4.0625 2.64531 4.0625 3.75V7.25H3C2.72344 7.25 2.5 7.47344 2.5 7.75V13.75C2.5 14.0266 2.72344 14.25 3 14.25H13C13.2766 14.25 13.5 14.0266 13.5 13.75V7.75C13.5 7.47344 13.2766 7.25 13 7.25ZM5.1875 3.75C5.1875 3.26719 5.57969 2.875 6.0625 2.875H9.9375C10.4203 2.875 10.8125 3.26719 10.8125 3.75V7.25H5.1875V3.75ZM12.375 13.125H3.625V8.375H12.375V13.125Z' fill='white'/%3E%3Cpath d='M7.5625 10.9531V11.7812C7.5625 11.85 7.61875 11.9062 7.6875 11.9062H8.3125C8.38125 11.9062 8.4375 11.85 8.4375 11.7812V10.9531C8.62656 10.8172 8.75 10.5953 8.75 10.3438C8.75 9.92969 8.41406 9.59375 8 9.59375C7.58594 9.59375 7.25 9.92969 7.25 10.3438C7.25 10.5953 7.37344 10.8172 7.5625 10.9531Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:lock-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='19' height='18' viewBox='0 0 19 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.0002 7.73994V5.93994C5.0002 4.74647 5.4743 3.60187 6.31821 2.75796C7.16213 1.91405 8.30672 1.43994 9.5002 1.43994C10.6937 1.43994 11.8383 1.91405 12.6822 2.75796C13.5261 3.60187 14.0002 4.74647 14.0002 5.93994V7.73994C14.4776 7.73994 14.9354 7.92958 15.273 8.26715C15.6106 8.60471 15.8002 9.06255 15.8002 9.53994V14.0399C15.8002 14.5173 15.6106 14.9752 15.273 15.3127C14.9354 15.6503 14.4776 15.8399 14.0002 15.8399H5.0002C4.52281 15.8399 4.06497 15.6503 3.7274 15.3127C3.38984 14.9752 3.2002 14.5173 3.2002 14.0399V9.53994C3.2002 9.06255 3.38984 8.60471 3.7274 8.26715C4.06497 7.92958 4.52281 7.73994 5.0002 7.73994ZM12.2002 5.93994V7.73994H6.8002V5.93994C6.8002 5.22386 7.08466 4.5371 7.59101 4.03075C8.09736 3.52441 8.78411 3.23994 9.5002 3.23994C10.2163 3.23994 10.903 3.52441 11.4094 4.03075C11.9157 4.5371 12.2002 5.22386 12.2002 5.93994Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:19;height:18;}.i-app\:msg-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 14C7.20982 14.0002 9 15.7901 9 18C8.99994 18.7498 8.78979 19.4597 8.41992 20.0596C7.72998 21.2195 6.45984 21.9999 5 22C3.54006 22 2.2701 21.2195 1.58008 20.0596C1.21013 19.4597 1.00006 18.7499 1 18C1 15.79 2.79 14 5 14ZM18 2C20.9999 2 22.9999 3.98533 23 6.96387V12.9219C22.9999 14.4058 22.4947 15.6495 21.6211 16.5273C20.7474 17.3843 19.4947 17.8857 18 17.8857V19.9971C18 20.7913 17.1048 21.272 16.4521 20.833L12 17.8857H11.4209C11.1368 17.8857 10.8951 17.6558 10.874 17.3633C10.6003 14.4265 8.1159 12.0021 5.10547 12.002C4.63196 12.002 4.17925 12.0538 3.7373 12.1582C3.37941 12.2523 3 11.9908 3 11.625V6.96387C3.0001 3.98533 5.00007 2 8 2H18ZM7.00977 16.6094C6.72976 16.3094 6.24919 16.2894 5.94922 16.5693L4.34961 18.0498L3.86914 17.5693C3.57915 17.2798 3.09945 17.2796 2.80957 17.5693C2.51957 17.8593 2.51957 18.3399 2.80957 18.6299L3.7998 19.6201C3.94975 19.7699 4.14022 19.8398 4.33008 19.8398C4.50994 19.8397 4.69997 19.7695 4.83984 19.6396L6.96973 17.6699C7.26973 17.3899 7.28977 16.9094 7.00977 16.6094ZM9.49512 9.26367C9.08468 9.26367 8.74722 9.5977 8.74707 10.0156C8.74707 10.4232 9.08459 10.7578 9.49512 10.7578H16.5049C16.9154 10.7578 17.2529 10.4232 17.2529 10.0156C17.2528 9.5977 16.9153 9.26367 16.5049 9.26367H9.49512Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M5 14C7.20982 14.0002 9 15.7901 9 18C8.99994 18.7498 8.78979 19.4597 8.41992 20.0596C7.72998 21.2195 6.45984 21.9999 5 22C3.54006 22 2.2701 21.2195 1.58008 20.0596C1.21013 19.4597 1.00006 18.7499 1 18C1 15.79 2.79 14 5 14ZM18 2C20.9999 2 22.9999 3.98533 23 6.96387V12.9219C22.9999 14.4058 22.4947 15.6495 21.6211 16.5273C20.7474 17.3843 19.4947 17.8857 18 17.8857V19.9971C18 20.7913 17.1048 21.272 16.4521 20.833L12 17.8857H11.4209C11.1368 17.8857 10.8951 17.6558 10.874 17.3633C10.6003 14.4265 8.1159 12.0021 5.10547 12.002C4.63196 12.002 4.17925 12.0538 3.7373 12.1582C3.37941 12.2523 3 11.9908 3 11.625V6.96387C3.0001 3.98533 5.00007 2 8 2H18ZM7.00977 16.6094C6.72976 16.3094 6.24919 16.2894 5.94922 16.5693L4.34961 18.0498L3.86914 17.5693C3.57915 17.2798 3.09945 17.2796 2.80957 17.5693C2.51957 17.8593 2.51957 18.3399 2.80957 18.6299L3.7998 19.6201C3.94975 19.7699 4.14022 19.8398 4.33008 19.8398C4.50994 19.8397 4.69997 19.7695 4.83984 19.6396L6.96973 17.6699C7.26973 17.3899 7.28977 16.9094 7.00977 16.6094ZM9.49512 9.26367C9.08468 9.26367 8.74722 9.5977 8.74707 10.0156C8.74707 10.4232 9.08459 10.7578 9.49512 10.7578H16.5049C16.9154 10.7578 17.2529 10.4232 17.2529 10.0156C17.2528 9.5977 16.9153 9.26367 16.5049 9.26367H9.49512Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M5 14C7.20982 14.0002 9 15.7901 9 18C8.99994 18.7498 8.78979 19.4597 8.41992 20.0596C7.72998 21.2195 6.45984 21.9999 5 22C3.54006 22 2.2701 21.2195 1.58008 20.0596C1.21013 19.4597 1.00006 18.7499 1 18C1 15.79 2.79 14 5 14ZM18 2C20.9999 2 22.9999 3.98533 23 6.96387V12.9219C22.9999 14.4058 22.4947 15.6495 21.6211 16.5273C20.7474 17.3843 19.4947 17.8857 18 17.8857V19.9971C18 20.7913 17.1048 21.272 16.4521 20.833L12 17.8857H11.4209C11.1368 17.8857 10.8951 17.6558 10.874 17.3633C10.6003 14.4265 8.1159 12.0021 5.10547 12.002C4.63196 12.002 4.17925 12.0538 3.7373 12.1582C3.37941 12.2523 3 11.9908 3 11.625V6.96387C3.0001 3.98533 5.00007 2 8 2H18ZM7.00977 16.6094C6.72976 16.3094 6.24919 16.2894 5.94922 16.5693L4.34961 18.0498L3.86914 17.5693C3.57915 17.2798 3.09945 17.2796 2.80957 17.5693C2.51957 17.8593 2.51957 18.3399 2.80957 18.6299L3.7998 19.6201C3.94975 19.7699 4.14022 19.8398 4.33008 19.8398C4.50994 19.8397 4.69997 19.7695 4.83984 19.6396L6.96973 17.6699C7.26973 17.3899 7.28977 16.9094 7.00977 16.6094ZM9.49512 9.26367C9.08468 9.26367 8.74722 9.5977 8.74707 10.0156C8.74707 10.4232 9.08459 10.7578 9.49512 10.7578H16.5049C16.9154 10.7578 17.2529 10.4232 17.2529 10.0156C17.2528 9.5977 16.9153 9.26367 16.5049 9.26367H9.49512Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:24;height:24;}.i-app\:notifications_white_line_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75051 12.3319V7.90463C3.75051 4.45942 6.54843 1.6665 9.99989 1.6665C13.4513 1.6665 16.2493 4.45942 16.2493 7.90463V12.3319L17.433 14.6955C17.6409 15.1103 17.3386 15.5982 16.8741 15.5982H3.12572C2.66114 15.5982 2.35906 15.1103 2.56676 14.6955L3.75051 12.3319ZM15.863 14.3507L15.0653 12.7582C15.0219 12.6716 14.9993 12.5761 14.9993 12.4792V7.90463C14.9993 5.14838 12.7609 2.91421 9.99989 2.91421C7.23885 2.91421 5.00051 5.14838 5.00051 7.90463V12.479C5.00051 12.5759 4.97781 12.6713 4.93447 12.7582L4.13676 14.3505H15.863V14.3507ZM7.20468 17.3257C7.14157 17.2734 7.08939 17.2091 7.05115 17.1367C7.01291 17.0642 6.98935 16.9848 6.98182 16.9032C6.97429 16.8216 6.98294 16.7393 7.00728 16.661C7.03161 16.5828 7.07116 16.5101 7.12364 16.4471C7.22973 16.3199 7.38195 16.2399 7.54693 16.2248C7.7119 16.2096 7.87614 16.2605 8.00364 16.3663C8.56431 16.8324 9.2708 17.0868 9.99989 17.0853C10.7288 17.0868 11.4351 16.8324 11.9957 16.3665C12.1232 16.2607 12.2875 16.2098 12.4524 16.225C12.6174 16.2401 12.7696 16.3201 12.8757 16.4473C12.9282 16.5103 12.9677 16.583 12.992 16.6613C13.0164 16.7396 13.025 16.8219 13.0174 16.9035C13.0099 16.9851 12.9863 17.0644 12.9481 17.1369C12.9098 17.2094 12.8576 17.2736 12.7945 17.3259C12.0094 17.9782 11.0206 18.3346 9.99989 18.3332C8.9651 18.3332 7.98426 17.9728 7.20468 17.3255V17.3257Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:phone_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.625 0.96875H4.375C3.82344 0.96875 3.375 1.41719 3.375 1.96875V13.9688C3.375 14.5203 3.82344 14.9688 4.375 14.9688H11.625C12.1766 14.9688 12.625 14.5203 12.625 13.9688V1.96875C12.625 1.41719 12.1766 0.96875 11.625 0.96875ZM11.5 13.8438H4.5V2.09375H11.5V13.8438Z' fill='white' fill-opacity='0.95'/%3E%3Cpath d='M7.375 12.25C7.375 12.4158 7.44085 12.5747 7.55806 12.6919C7.67527 12.8092 7.83424 12.875 8 12.875C8.16576 12.875 8.32473 12.8092 8.44194 12.6919C8.55915 12.5747 8.625 12.4158 8.625 12.25C8.625 12.0842 8.55915 11.9253 8.44194 11.8081C8.32473 11.6908 8.16576 11.625 8 11.625C7.83424 11.625 7.67527 11.6908 7.55806 11.8081C7.44085 11.9253 7.375 12.0842 7.375 12.25Z' fill='white' fill-opacity='0.95'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:pwd-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.00065V4.83398C4.5 2.90082 6.06667 1.33398 8 1.33398C9.93333 1.33398 11.5 2.89998 11.5 4.83398V6.00065H11.6668C12.6788 6.00065 13.5 6.82248 13.5 7.83398V12.834C13.5 13.8468 12.6802 14.6673 11.6668 14.6673H4.33333C3.32117 14.6673 2.5 13.8455 2.5 12.834V7.83398C2.5 6.82115 3.31983 6.00065 4.33317 6.00065H4.5ZM5.5 6.00065H10.5V4.83398C10.5 3.45232 9.38117 2.33398 8 2.33398C6.619 2.33398 5.5 3.45315 5.5 4.83398V6.00065ZM3.5 7.83398V12.834C3.5 13.2933 3.87367 13.6673 4.33317 13.6673H11.6667C11.7761 13.6674 11.8846 13.646 11.9857 13.6042C12.0869 13.5623 12.1788 13.5009 12.2562 13.4235C12.3336 13.3461 12.395 13.2542 12.4368 13.153C12.4787 13.0519 12.5001 12.9435 12.5 12.834V7.83398C12.5 7.37465 12.1263 7.00065 11.6668 7.00065H4.33333C4.22386 7.00052 4.11544 7.02198 4.01427 7.06382C3.91311 7.10565 3.82119 7.16703 3.74378 7.24443C3.66638 7.32184 3.605 7.41376 3.56317 7.51493C3.52133 7.61609 3.49987 7.72451 3.5 7.83398Z' fill='white' fill-opacity='0.95'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:safe_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.25H11.9375V3.75C11.9375 2.64531 11.0422 1.75 9.9375 1.75H6.0625C4.95781 1.75 4.0625 2.64531 4.0625 3.75V7.25H3C2.72344 7.25 2.5 7.47344 2.5 7.75V13.75C2.5 14.0266 2.72344 14.25 3 14.25H13C13.2766 14.25 13.5 14.0266 13.5 13.75V7.75C13.5 7.47344 13.2766 7.25 13 7.25ZM5.1875 3.75C5.1875 3.26719 5.57969 2.875 6.0625 2.875H9.9375C10.4203 2.875 10.8125 3.26719 10.8125 3.75V7.25H5.1875V3.75ZM12.375 13.125H3.625V8.375H12.375V13.125Z' fill='white' fill-opacity='0.95'/%3E%3Cpath d='M7.5625 10.9531V11.7812C7.5625 11.85 7.61875 11.9062 7.6875 11.9062H8.3125C8.38125 11.9062 8.4375 11.85 8.4375 11.7812V10.9531C8.62656 10.8172 8.75 10.5953 8.75 10.3438C8.75 9.92969 8.41406 9.59375 8 9.59375C7.58594 9.59375 7.25 9.92969 7.25 10.3438C7.25 10.5953 7.37344 10.8172 7.5625 10.9531Z' fill='white' fill-opacity='0.95'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.461 11.7541C13.4308 10.6176 13.981 9.17592 13.981 7.65742C13.9812 4.16442 11.15 1.33325 7.65718 1.33325C4.16434 1.33325 1.33301 4.16459 1.33301 7.65725C1.33301 11.1501 4.16434 13.9816 7.65701 13.9816C8.28285 13.9821 8.9053 13.8897 9.50401 13.7074C9.6301 13.6681 9.73551 13.5805 9.79724 13.4638C9.85897 13.347 9.872 13.2106 9.83348 13.0842C9.79495 12.9579 9.70801 12.852 9.59164 12.7895C9.47526 12.7271 9.33891 12.7132 9.21234 12.7509C8.70817 12.9044 8.18401 12.9821 7.65701 12.9816C4.71667 12.9814 2.33301 10.5978 2.33301 7.65725C2.33301 4.71692 4.71667 2.33325 7.65701 2.33325C10.5975 2.33325 12.9813 4.71692 12.9813 7.65725C12.9813 9.05225 12.4285 10.3713 11.4635 11.3654C11.3578 11.4743 11.2991 11.6205 11.3002 11.7723C11.3014 11.9241 11.3622 12.0694 11.4695 12.1768L13.8128 14.5201C13.9069 14.6126 14.0336 14.6642 14.1655 14.6637C14.2974 14.6632 14.4238 14.6106 14.5171 14.5173C14.6103 14.424 14.663 14.2977 14.6635 14.1658C14.6641 14.0339 14.6125 13.9071 14.52 13.8131L12.461 11.7541Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:search-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.46 11.7541C13.4299 10.6176 13.98 9.17592 13.98 7.65742C13.9802 4.16442 11.149 1.33325 7.6562 1.33325C4.16336 1.33325 1.33203 4.16459 1.33203 7.65725C1.33203 11.1501 4.16336 13.9816 7.65603 13.9816C8.28187 13.9821 8.90433 13.8897 9.50303 13.7074C9.62912 13.6681 9.73454 13.5805 9.79627 13.4638C9.858 13.347 9.87102 13.2106 9.8325 13.0842C9.79398 12.9579 9.70704 12.852 9.59066 12.7895C9.47429 12.7271 9.33793 12.7132 9.21137 12.7509C8.7072 12.9044 8.18304 12.9821 7.65603 12.9816C4.7157 12.9814 2.33203 10.5978 2.33203 7.65725C2.33203 4.71692 4.7157 2.33325 7.65603 2.33325C10.5965 2.33325 12.9804 4.71692 12.9804 7.65725C12.9804 9.05225 12.4275 10.3713 11.4625 11.3654C11.3568 11.4743 11.2981 11.6205 11.2993 11.7723C11.3004 11.9241 11.3612 12.0694 11.4685 12.1768L13.8119 14.5201C13.9059 14.6126 14.0326 14.6642 14.1645 14.6637C14.2964 14.6632 14.4228 14.6106 14.5161 14.5173C14.6094 14.424 14.662 14.2977 14.6626 14.1658C14.6631 14.0339 14.6115 13.9071 14.519 13.8131L12.46 11.7541Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:service_white_line_icon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.07783 14.6736C2.86283 14.3086 2.722 14.0638 2.652 13.9332C2.00348 12.7237 1.66504 11.3722 1.667 9.99984C1.667 5.39755 5.39804 1.6665 10.0003 1.6665C14.6026 1.6665 18.3337 5.39755 18.3337 9.99984C18.3337 14.6021 14.6026 18.3332 10.0003 18.3332C8.49288 18.3354 7.01329 17.9269 5.72054 17.1515C5.59031 17.0744 5.45975 16.9978 5.32888 16.9217L3.28971 17.478C2.82304 17.605 2.39513 17.1769 2.52242 16.7105L3.07783 14.6736ZM4.35325 14.7475L4.01617 15.984L5.25263 15.6469C5.33263 15.6251 5.41618 15.6194 5.49841 15.6301C5.58064 15.6409 5.6599 15.6679 5.73158 15.7096C5.94272 15.8321 6.15335 15.9554 6.36346 16.0796C7.462 16.7385 8.71936 17.0854 10.0003 17.0832C13.9124 17.0832 17.0837 13.9119 17.0837 9.99984C17.0837 6.08775 13.9124 2.9165 10.0003 2.9165C6.08825 2.9165 2.917 6.08775 2.917 9.99984C2.917 11.1832 3.207 12.3232 3.75346 13.3423C3.82596 13.4773 4.00596 13.7882 4.28804 14.2648C4.33067 14.3368 4.35841 14.4167 4.36961 14.4996C4.38081 14.5825 4.37525 14.6668 4.35325 14.7475ZM7.20471 13.3653C7.14047 13.3131 7.08721 13.2488 7.04803 13.176C7.00884 13.1031 6.9845 13.0232 6.97643 12.9409C6.96835 12.8586 6.9767 12.7755 7.00098 12.6964C7.02526 12.6173 7.065 12.5439 7.11789 12.4803C7.17077 12.4167 7.23576 12.3642 7.30908 12.3259C7.38239 12.2876 7.46258 12.2642 7.545 12.2572C7.62741 12.2501 7.71041 12.2594 7.78918 12.2847C7.86795 12.3099 7.94092 12.3506 8.00388 12.4042C8.56423 12.8712 9.27092 13.1263 10.0003 13.1248C10.7403 13.1248 11.4393 12.8675 11.9962 12.4044C12.0593 12.3519 12.1321 12.3124 12.2105 12.2881C12.2889 12.2638 12.3713 12.2551 12.4531 12.2626C12.5348 12.2702 12.6142 12.2937 12.6869 12.332C12.7595 12.3702 12.8239 12.4223 12.8764 12.4855C12.9289 12.5486 12.9684 12.6214 12.9927 12.6998C13.017 12.7782 13.0257 12.8606 13.0182 12.9424C13.0106 13.0241 12.9871 13.1035 12.9488 13.1762C12.9106 13.2488 12.8585 13.3132 12.7953 13.3657C12.0106 14.019 11.0214 14.3762 10.0003 14.3748C8.97896 14.3762 7.98952 14.0189 7.20471 13.3653Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-app\:star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.36678 0.875H5.63322L5.50658 4.54794L8.72697 3.26712L9.125 4.51027L5.79605 5.54623L8.03947 8.31507L7.0625 9.125L5 6.14897L2.9375 9.125L1.96053 8.31507L4.20395 5.54623L0.875 4.51027L1.27303 3.26712L4.51151 4.54794L4.36678 0.875Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:10;height:10;}.i-app\:top-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1771055358848' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5441' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M959.59362 234.131435c0-24.030299-19.48068-43.51098-43.51098-43.51098L106.733395 190.620455c-24.030299 0-43.51098 19.48068-43.51098 43.51098l0 86.954421 896.371204 0L959.59362 234.131435z' fill='%23ffffff' p-id='5442'%3E%3C/path%3E%3Cpath d='M63.223439 387.086036l0 400.070768c0 24.029276 19.48068 43.51098 43.51098 43.51098l809.350269 0c24.029276 0 43.51098-19.48068 43.51098-43.51098L959.595666 387.086036 63.223439 387.086036zM221.315036 738.573295c-40.689724 0-73.673953-32.985252-73.673953-73.673953s32.984229-73.673953 73.673953-73.673953 73.673953 32.985252 73.673953 73.673953S262.004761 738.573295 221.315036 738.573295z' fill='%23ffffff' p-id='5443'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-app\:user-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4141 11.9312C13.1188 11.2312 12.6938 10.6031 12.1547 10.0641C11.6157 9.525 10.9875 9.10156 10.2875 8.80469C10.2813 8.80156 10.275 8.8 10.2688 8.79688C11.2422 8.09375 11.875 6.94844 11.875 5.65625C11.875 3.51562 10.1407 1.78125 8.00003 1.78125C5.85941 1.78125 4.12503 3.51562 4.12503 5.65625C4.12503 6.94844 4.75784 8.09375 5.73128 8.79844C5.72503 8.80156 5.71878 8.80312 5.71253 8.80625C5.01253 9.10156 4.38441 9.525 3.84534 10.0656C3.30628 10.6047 2.88284 11.2328 2.58597 11.9328C2.29534 12.6172 2.14066 13.3438 2.12503 14.0906C2.12347 14.1609 2.17972 14.2188 2.25003 14.2188H3.18753C3.25628 14.2188 3.31097 14.1641 3.31253 14.0969C3.34378 12.8906 3.82816 11.7609 4.68441 10.9047C5.57034 10.0188 6.74691 9.53125 8.00003 9.53125C9.25316 9.53125 10.4297 10.0188 11.3157 10.9047C12.1719 11.7609 12.6563 12.8906 12.6875 14.0969C12.6891 14.1656 12.7438 14.2188 12.8125 14.2188H13.75C13.8203 14.2188 13.8766 14.1609 13.875 14.0906C13.8594 13.3438 13.7047 12.6172 13.4141 11.9312ZM8.00003 8.34375C7.28284 8.34375 6.60784 8.06406 6.10003 7.55625C5.59222 7.04844 5.31253 6.37344 5.31253 5.65625C5.31253 4.93906 5.59222 4.26406 6.10003 3.75625C6.60784 3.24844 7.28284 2.96875 8.00003 2.96875C8.71722 2.96875 9.39222 3.24844 9.90003 3.75625C10.4078 4.26406 10.6875 4.93906 10.6875 5.65625C10.6875 6.37344 10.4078 7.04844 9.90003 7.55625C9.39222 8.06406 8.71722 8.34375 8.00003 8.34375Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:warn{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1757597634465' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6506' width='64' height='64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M512 204.8a307.2 307.2 0 1 1 0 614.4 307.2 307.2 0 0 1 0-614.4z m0 51.2a256 256 0 1 0 0 512 256 256 0 0 0 0-512z m-25.856 111.616c0-13.7216 10.9568-24.832 24.4736-24.832s24.4736 11.1104 24.4736 24.832v187.392a24.6784 24.6784 0 0 1-24.4736 24.8832 24.6784 24.6784 0 0 1-24.4736-24.832V367.616z m24.4736 314.2144a35.1232 35.1232 0 0 1-34.816-35.3792c0-19.5584 15.5648-35.4304 34.816-35.4304 19.2512 0 34.816 15.872 34.816 35.4304a35.1232 35.1232 0 0 1-34.816 35.3792z' fill='%23333333' p-id='6507'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:64;height:64;}.i-app\:warn-fill1{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8305_5375)'%3E%3Cpath d='M15.6474 6.98852L14.5671 5.72421C14.3671 5.48415 14.199 5.03604 14.199 4.71596V3.35562C14.199 2.50741 13.5029 1.81124 12.6547 1.81124H11.2943C10.9742 1.81124 10.5181 1.6432 10.2781 1.44315L9.01375 0.362877C8.46161 -0.10924 7.55739 -0.10924 7.00525 0.362877L5.72493 1.44315C5.48487 1.6432 5.03676 1.81124 4.71668 1.81124H3.33234C2.48413 1.81124 1.78796 2.50741 1.78796 3.35562V4.71596C1.78796 5.02804 1.62792 5.47615 1.42787 5.71621L0.347598 6.98852C-0.116517 7.54866 -0.116517 8.44489 0.347598 8.98902L1.42787 10.2613C1.62792 10.4934 1.78796 10.9495 1.78796 11.2616V12.6299C1.78796 13.4781 2.48413 14.1743 3.33234 14.1743H4.72469C5.03676 14.1743 5.49288 14.3424 5.73294 14.5424L6.99725 15.6227C7.54939 16.0948 8.45361 16.0948 9.00575 15.6227L10.2701 14.5424C10.5101 14.3424 10.9582 14.1743 11.2783 14.1743H12.6387C13.4869 14.1743 14.183 13.4781 14.183 12.6299V11.2696C14.183 10.9495 14.3511 10.5014 14.5511 10.2613L15.6314 8.99702C16.1195 8.45289 16.1195 7.54866 15.6474 6.98852ZM7.39735 4.9C7.39735 4.57192 7.66942 4.29986 7.9975 4.29986C8.32558 4.29986 8.59765 4.57192 8.59765 4.9V8.76497C8.59765 9.09305 8.32558 9.36511 7.9975 9.36511C7.66942 9.36511 7.39735 9.09305 7.39735 8.76497V4.9ZM7.9975 11.8937C7.55739 11.8937 7.1973 11.5337 7.1973 11.0935C7.1973 10.6534 7.54939 10.2933 7.9975 10.2933C8.43761 10.2933 8.7977 10.6534 8.7977 11.0935C8.7977 11.5337 8.44561 11.8937 7.9975 11.8937Z' fill='white' fill-opacity='0.95'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8305_5375'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:warn-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1C4.13438 1 1 4.13438 1 8C1 11.8656 4.13438 15 8 15C11.8656 15 15 11.8656 15 8C15 4.13438 11.8656 1 8 1ZM8 13.8125C4.79063 13.8125 2.1875 11.2094 2.1875 8C2.1875 4.79063 4.79063 2.1875 8 2.1875C11.2094 2.1875 13.8125 4.79063 13.8125 8C13.8125 11.2094 11.2094 13.8125 8 13.8125Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M7.25 5.25C7.25 5.44891 7.32902 5.63968 7.46967 5.78033C7.61032 5.92098 7.80109 6 8 6C8.19891 6 8.38968 5.92098 8.53033 5.78033C8.67098 5.63968 8.75 5.44891 8.75 5.25C8.75 5.05109 8.67098 4.86032 8.53033 4.71967C8.38968 4.57902 8.19891 4.5 8 4.5C7.80109 4.5 7.61032 4.57902 7.46967 4.71967C7.32902 4.86032 7.25 5.05109 7.25 5.25Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M8.375 7H7.625C7.55625 7 7.5 7.05625 7.5 7.125V11.375C7.5 11.4437 7.55625 11.5 7.625 11.5H8.375C8.44375 11.5 8.5 11.4437 8.5 11.375V7.125C8.5 7.05625 8.44375 7 8.375 7Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:16;height:16;}.i-app\:withdrawal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1771055663449' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6511' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M663.050638 171.588225H303.617389a49.853336 49.853336 0 0 1-49.802374-49.802374v-71.983477A49.853336 49.853336 0 0 1 303.617389 0h359.433249a49.853336 49.853336 0 0 1 49.802374 49.802374v71.983477a49.853336 49.853336 0 0 1-49.802374 49.802374z m0-49.802374z m-359.433249-71.983477v71.983477H662.974196l0.076442-71.983477zM638.69092 1024H130.092617A74.799114 74.799114 0 0 1 55.382686 949.290069V117.084629a74.786374 74.786374 0 0 1 74.709931-74.69719h51.331227v49.802374H130.092617A24.920298 24.920298 0 0 0 105.18506 117.084629v832.20544a24.920298 24.920298 0 0 0 24.907557 24.907557h508.598303zM911.25986 641.723144h-49.802374V117.084629a24.920298 24.920298 0 0 0-24.907557-24.894816H779.03959V42.387439h57.510339a74.786374 74.786374 0 0 1 74.709931 74.69719z' p-id='6512' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M248.196481 337.583398h347.546421v49.802374H248.196481zM241.698858 532.461144h506.674497v49.802374H241.698858zM842.053798 987.027248L815.64287 960.629059l100.165327-100.190808-101.133601-101.1336 26.398189-26.410929L968.617314 860.438251l-126.563516 126.588997z' p-id='6513' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M675.115833 841.276632h260.465524v37.354965H675.115833z' p-id='6514' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-colors\:add_wishlist{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='14' height='19' viewBox='0 0 14 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.81667 6.7H10.05V8.375H7.81667V10.6083H6.14167V8.375H3.90833V6.7H6.14167V4.46667H7.81667V6.7Z' fill='%233B8562'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.84 0.00272624C13.02 0.0625975 13.9583 1.03848 13.9583 2.23333V18.425L6.97917 15.3542L0 18.425V2.23333C3.48463e-08 1.03848 0.938312 0.0625973 2.11829 0.00272624L2.23333 0H11.725L11.84 0.00272624ZM2.23333 1.675C1.92497 1.675 1.675 1.92497 1.675 2.23333V15.858L6.97917 13.5243L12.2833 15.858V2.23333C12.2833 1.92497 12.0334 1.675 11.725 1.675H2.23333Z' fill='%233B8562'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:14;height:19;}.i-colors\:age_18{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='1.06667' fill='%233B8562'/%3E%3Cpath d='M7.99954 9.0666H10.6662V11.1999H5.86621V4.2666H7.99954V9.0666Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:16;height:16;}.i-colors\:badge_orange{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='41' height='13' viewBox='0 0 41 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.8487 0C39.0454 0 40.0157 0.970375 40.0157 2.16699V10.833C40.0157 12.0296 39.0454 13 37.8487 13H2.09875C1.25292 13 0.521195 12.5151 0.164676 11.8083C0.0120369 11.5057 0.113419 11.151 0.33291 10.8928L3.3346 7.36069C3.67837 6.95618 3.67838 6.36216 3.33463 5.95764L0.237467 2.31294C0.0488194 2.09094 -0.0553373 1.79792 0.0314706 1.51982C0.306365 0.639186 1.12747 1.06583e-06 2.09875 0H37.8487Z' fill='url(%23paint0_linear_8404_3003)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8404_3003' x1='0.000488281' y1='6.20455' x2='40.0157' y2='6.20454' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF9500'/%3E%3Cstop offset='1' stop-color='%23FF4D00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:41;height:13;}.i-colors\:download{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33317 9.99984V0.666504M5.33317 9.99984L1.33317 5.99984M5.33317 9.99984L9.33317 5.99984M9.99984 12.6665H0.666504' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:11;height:14;}.i-colors\:empty{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='170' height='112' viewBox='0 0 170 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M127 0C132.519 0 137.234 3.43971 139.12 8.29199C140.218 8.10015 141.347 8 142.5 8C153.27 8 162 16.7304 162 27.5C162 38.2696 153.27 47 142.5 47C133.235 47 125.48 40.539 123.493 31.877C121.121 34.4129 117.747 36 114 36C106.82 36 101 30.1797 101 23C101 15.8203 106.82 10 114 10C114.116 10 114.231 10.0009 114.347 10.0039C115.7 4.26851 120.851 0 127 0Z' fill='url(%23paint0_linear_8305_5589)'/%3E%3Cpath opacity='0.4' d='M28 24C33.3739 24 38.04 27.028 40.3867 31.4707C41.5394 31.1636 42.7506 31 44 31C51.732 31 58 37.268 58 45C58 52.732 51.732 59 44 59C38.6257 59 33.9588 55.9716 31.6123 51.5283C30.5897 51.8007 29.5214 51.9597 28.4209 51.9922C26.7022 57.7789 21.3447 62 15 62C7.26801 62 1 55.732 1 48C1 40.4091 7.04131 34.2299 14.5781 34.0068C16.2971 28.2204 21.6555 24 28 24Z' fill='url(%23paint1_linear_8305_5589)'/%3E%3Cpath opacity='0.4' d='M169 111.5H1C1 69.8025 38.6081 36 85 36C131.392 36 169 69.8025 169 111.5Z' fill='url(%23paint2_linear_8305_5589)'/%3E%3Cg clip-path='url(%23clip0_8305_5589)'%3E%3Cpath d='M11 8C11.5 17.5 12 24.5 17.5 29C23 33.5 32.5 34.5 36 23.5C39.5 12.5 23 11.8121 24.5 22C26 32.1879 33 34.5 37 36C40.2 37.2 61 37.1667 71 37V-12L11 -11V8Z' stroke='%23BBBBBB' stroke-dasharray='3 1'/%3E%3C/g%3E%3Cpath d='M106 18.5C111.523 18.5 116 22.9772 116 28.5V56.5C116 62.0228 111.523 66.5 106 66.5H78.3701L65.499 73.6279C63.4788 74.7464 61.0057 73.2581 61.0469 70.9492L61.1289 66.3223C56.5006 65.446 53 61.3832 53 56.5V28.5C53 22.9772 57.4772 18.5 63 18.5H106ZM68 37.5C65.2386 37.5 63 39.7386 63 42.5C63 45.2614 65.2386 47.5 68 47.5C70.7614 47.5 73 45.2614 73 42.5C73 39.7386 70.7614 37.5 68 37.5ZM85 37.5C82.2386 37.5 80 39.7386 80 42.5C80 45.2614 82.2386 47.5 85 47.5C87.7614 47.5 90 45.2614 90 42.5C90 39.7386 87.7614 37.5 85 37.5ZM102 37.5C99.2386 37.5 97 39.7386 97 42.5C97 45.2614 99.2386 47.5 102 47.5C104.761 47.5 107 45.2614 107 42.5C107 39.7386 104.761 37.5 102 37.5Z' fill='%23BBBBBB'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8305_5589' x1='131.5' y1='0' x2='131.5' y2='38.2848' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.646342' stop-color='white' stop-opacity='0.15'/%3E%3Cstop offset='0.886179' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8305_5589' x1='29.5' y1='24' x2='29.5' y2='54.9536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.646342' stop-color='white' stop-opacity='0.15'/%3E%3Cstop offset='0.886179' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8305_5589' x1='85' y1='36' x2='85' y2='97.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.5' stop-color='white' stop-opacity='0.15'/%3E%3Cstop offset='0.745192' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8305_5589'%3E%3Crect width='29' height='30' fill='white' transform='translate(9 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:170;height:112;}.i-colors\:fail_pay{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9923 20C34.9923 19.1607 34.781 18.3346 34.3779 17.5985C33.9748 16.8624 33.3923 16.2399 32.6852 15.7878C32.0943 15.4099 31.803 14.7021 31.9569 14.0177C32.1418 13.1951 32.1159 12.339 31.8812 11.5291C31.6464 10.7193 31.2111 9.9818 30.6149 9.38558C30.0187 8.78937 29.2812 8.35326 28.4714 8.11849C27.6614 7.88373 26.8046 7.85784 25.9819 8.04281C25.2976 8.19653 24.5906 7.90537 24.2127 7.31445C23.7606 6.60735 23.1374 6.02564 22.4012 5.62256C21.665 5.21949 20.839 5.00814 19.9997 5.00814C19.1605 5.00819 18.335 5.21959 17.599 5.62256C16.8628 6.02563 16.2396 6.60738 15.7874 7.31445C15.4098 7.90507 14.7031 8.19606 14.019 8.04281C13.1976 7.85864 12.3423 7.88512 11.5337 8.1193C10.7252 8.35351 9.98923 8.78854 9.39339 9.38314C8.79753 9.97776 8.36138 10.7129 8.12549 11.521C7.88961 12.3291 7.86166 13.1837 8.04411 14.0055C8.19639 14.6915 7.90138 15.3998 7.30762 15.7756C6.59525 16.2265 6.00852 16.8502 5.60189 17.5887C5.19521 18.3274 4.9818 19.1568 4.98177 20C4.98177 20.8432 5.19527 21.6727 5.60189 22.4113C6.00856 23.1499 6.59515 23.7743 7.30762 24.2253C7.90129 24.601 8.19624 25.3086 8.04411 25.9945C7.86167 26.8163 7.88965 27.6709 8.12549 28.479C8.36137 29.2871 8.79749 30.023 9.39339 30.6177C9.98917 31.2121 10.7253 31.6465 11.5337 31.8807C12.3423 32.1149 13.1976 32.1414 14.019 31.9572L14.1476 31.9336C14.7916 31.8414 15.4364 32.1331 15.7899 32.6888C16.2414 33.3986 16.8648 33.9831 17.6022 34.388C18.3396 34.7928 19.1674 35.0049 20.0086 35.0049C20.8498 35.0048 21.6777 34.7929 22.415 34.388C23.1524 33.9831 23.7759 33.3986 24.2274 32.6888L24.3014 32.5814C24.6916 32.0624 25.3525 31.8141 25.9941 31.9564C26.816 32.1388 27.6714 32.1109 28.4795 31.875C29.2875 31.6391 30.0228 31.2029 30.6173 30.6071C31.212 30.0112 31.647 29.2746 31.8812 28.466C32.1153 27.6574 32.141 26.8028 31.9569 25.9814C31.8035 25.2975 32.0948 24.5908 32.6852 24.2131C33.3923 23.7609 33.9748 23.1377 34.3779 22.4015C34.781 21.6654 34.9923 20.8393 34.9923 20ZM20.0168 25C20.9371 25.0001 21.6833 25.7463 21.6834 26.6667C21.6834 27.5871 20.9372 28.3333 20.0168 28.3333H19.9997C19.0793 28.3332 18.333 27.587 18.333 26.6667C18.3331 25.7464 19.0794 25.0002 19.9997 25H20.0168ZM18.333 20V13.3333C18.3331 12.413 19.0794 11.6668 19.9997 11.6667C20.9201 11.6667 21.6663 12.4129 21.6663 13.3333V20C21.6663 20.9205 20.9201 21.6667 19.9997 21.6667C19.0793 21.6665 18.333 20.9204 18.333 20ZM38.3257 20C38.3257 21.3989 37.9729 22.7753 37.3011 24.0023C36.8089 24.9011 36.1558 25.6973 35.3789 26.3558C35.4672 27.3749 35.369 28.405 35.0827 29.3937C34.6924 30.7413 33.9676 31.9683 32.9766 32.9614C31.9855 33.9546 30.7598 34.6817 29.4129 35.0749C28.4251 35.3632 27.3957 35.4637 26.3766 35.3776C25.7179 36.1585 24.9201 36.8148 24.019 37.3096C22.7901 37.9843 21.4107 38.3382 20.0086 38.3382C18.6065 38.3382 17.2265 37.9844 15.9974 37.3096C15.0969 36.8151 14.2991 36.1595 13.6406 35.3792C12.6228 35.467 11.5942 35.369 10.6068 35.083C9.25907 34.6927 8.03142 33.968 7.03825 32.9769C6.0452 31.9858 5.31873 30.76 4.92562 29.4132C4.63752 28.4262 4.53555 27.3976 4.62126 26.3794C3.83747 25.7208 3.17883 24.9218 2.68197 24.0194C2.00412 22.7882 1.64844 21.4054 1.64844 20C1.64846 18.5946 2.00415 17.2117 2.68197 15.9806C3.17893 15.0781 3.8373 14.2784 4.62126 13.6198C4.53572 12.6019 4.63763 11.5734 4.92562 10.5868C5.31877 9.24003 6.04519 8.01411 7.03825 7.02311C8.03142 6.03202 9.25907 5.30812 10.6068 4.91781C11.595 4.6316 12.6244 4.53183 13.6431 4.61995C14.3016 3.84306 15.0994 3.19071 15.9982 2.69857C17.225 2.02694 18.6011 1.67486 19.9997 1.6748C21.3984 1.6748 22.775 2.02684 24.002 2.69857C24.9005 3.19056 25.6971 3.84337 26.3555 4.61995C27.3765 4.53096 28.4086 4.62988 29.3991 4.91699C30.7489 5.30825 31.9779 6.03504 32.9717 7.02881C33.9654 8.02255 34.6914 9.25162 35.0827 10.6014C35.3696 11.5915 35.4685 12.6228 35.3797 13.6434C36.1566 14.3019 36.8089 15.0989 37.3011 15.9977C37.9729 17.2246 38.3257 18.6012 38.3257 20Z' fill='%23FF4F4F'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:40;}.i-colors\:fireworks_l{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8469 8.11169C23.9551 8.2118 24.0373 8.33247 24.1059 8.46477L24.1136 8.45761L34.953 31.0421L34.9423 31.052C35.1433 31.4122 34.807 32.1452 34.118 32.7834C33.4289 33.4207 32.6365 33.7318 32.247 33.5459L32.2373 33.5548L7.81985 23.5283L7.82759 23.5202C7.68552 23.4577 7.55506 23.3817 7.44585 23.2798C5.93631 21.8835 8.38424 17.3561 12.9119 13.1674C17.4415 8.97874 22.3364 6.71546 23.8469 8.11169Z' fill='%23DD2E44'/%3E%3Cpath d='M22.7073 12.5996L34.6853 30.811L34.9537 31.3749L34.9432 31.3847C35.1412 31.7426 34.8099 32.4708 34.1313 33.1049C33.9105 33.311 33.6811 33.4673 33.4564 33.5996L18.9 17.0401L22.7073 12.5996Z' fill='%23EA596E'/%3E%3Cpath d='M12.8727 13.3292C8.45079 17.5689 5.99551 22.0882 7.39122 23.424C8.78599 24.7616 13.5015 22.4094 17.9263 18.1715C22.3492 13.9318 24.8035 9.41071 23.4087 8.07399C22.013 6.73728 17.2975 9.08946 12.8727 13.3292Z' fill='%23A0041E'/%3E%3Cpath d='M17.4813 13.8011C17.6764 13.9457 17.9312 14.0212 18.2008 13.9942C19.0516 13.9098 19.7671 13.6385 20.268 13.2101C20.7982 12.7565 21.0599 12.1476 20.9884 11.5377C20.8629 10.4671 19.6906 9.48445 17.6921 9.68205C16.9148 9.75839 16.5678 9.52936 16.556 9.41978C16.5423 9.3111 16.8275 9.01919 17.6048 8.94195C18.4556 8.85752 19.1711 8.58627 19.673 8.15784C20.2033 7.70425 20.466 7.09529 20.3934 6.48542C20.266 5.41479 19.0947 4.43218 17.0981 4.63068C16.5315 4.68637 16.2326 4.57948 16.1061 4.51032C16.0052 4.45374 15.965 4.39985 15.9611 4.36841C15.9493 4.25973 16.2306 3.96782 17.0098 3.89058C17.548 3.83669 17.9381 3.39478 17.8783 2.90078C17.8205 2.40768 17.3392 2.05111 16.7991 2.105C14.8025 2.3017 13.885 3.48999 14.0115 4.56152C14.1389 5.63395 15.3102 6.61476 17.3088 6.41806C17.8753 6.36147 18.1714 6.46925 18.2988 6.53841C18.3997 6.5941 18.4409 6.64889 18.4448 6.67943C18.4576 6.78901 18.1743 7.08002 17.3951 7.15726C15.3984 7.35486 14.481 8.54226 14.6074 9.61379C14.7339 10.6844 15.9052 11.667 17.9028 11.4685C18.4693 11.4128 18.7673 11.5206 18.8947 11.5889C18.9967 11.6464 19.0359 11.7003 19.0398 11.7308C19.0525 11.8395 18.7693 12.1314 17.991 12.2086C17.4539 12.2625 17.0628 12.7053 17.1226 13.1984C17.15 13.4445 17.2863 13.6574 17.4813 13.8011Z' fill='%23AA8DD8'/%3E%3Cpath d='M5.48823 21.8544C3.69371 21.3506 2.45583 22.1465 2.16114 23.1912C1.86645 24.2349 2.50494 25.5563 4.29855 26.0582C4.9989 26.2536 5.209 26.5864 5.1808 26.6922C5.14988 26.799 4.79425 26.9744 4.09573 26.7782C2.30212 26.2762 1.06424 27.0721 0.769547 28.1158C0.473037 29.1604 1.11335 30.48 2.90787 30.9829C3.6073 31.1782 3.81832 31.512 3.78739 31.6178C3.75738 31.7236 3.40266 31.8991 2.70322 31.7037C2.22117 31.569 1.71728 31.8484 1.58176 32.3287C1.44715 32.8098 1.7282 33.3091 2.21207 33.4448C4.00477 33.9467 5.24356 33.1526 5.54007 32.1071C5.83476 31.0634 5.19536 29.7438 3.39993 29.2409C2.69958 29.0447 2.48948 28.7127 2.52041 28.606C2.54951 28.5002 2.90423 28.3238 3.60276 28.5192C5.39818 29.0221 6.63516 28.228 6.93076 27.1815C7.22636 26.1378 6.58695 24.8182 4.79243 24.3145C4.09391 24.12 3.8838 23.7854 3.91291 23.6805C3.94383 23.5737 4.29764 23.3983 4.99708 23.5936C5.48095 23.7293 5.98211 23.4489 6.11854 22.9687C6.25406 22.4893 5.9721 21.9901 5.48823 21.8544Z' fill='%2377B255'/%3E%3Cpath d='M12.9992 19.5992C13.2932 19.5992 13.5832 19.4768 13.7812 19.2432C14.1262 18.8331 14.0552 18.236 13.6252 17.9085C13.4072 17.7424 8.20757 13.8654 0.859093 14.8631C0.312132 14.9372 -0.0678444 15.4175 0.01015 15.9368C0.0881443 16.4551 0.590109 16.8196 1.14207 16.7418C7.63461 15.8665 12.3283 19.3562 12.3743 19.3913C12.5603 19.5318 12.7803 19.5992 12.9992 19.5992Z' fill='%23AA8DD8'/%3E%3Cpath d='M29.8328 16.1008C29.928 16.1008 30.0253 16.0883 30.1215 16.0635C30.6518 15.9222 30.9525 15.4274 30.7931 14.9575C29.6574 11.6058 28.628 6.2571 29.893 4.86241C30.0343 4.70429 30.2478 4.54883 30.737 4.5817C31.6772 4.64566 31.588 6.40368 31.587 6.42144C31.5449 6.91092 31.9599 7.33732 32.5112 7.37374C33.0715 7.40395 33.5446 7.04328 33.5857 6.55381C33.6889 5.32879 33.2589 2.96936 30.8873 2.81035C29.8288 2.73928 28.9497 3.0653 28.3293 3.74932C25.9526 6.37081 28.3653 13.9705 28.8725 15.4683C29.0029 15.8529 29.4018 16.1008 29.8328 16.1008Z' fill='%2377B255'/%3E%3Cpath d='M10.5004 11.2004C9.72719 11.2004 9.10039 10.5736 9.10039 9.80039C9.10039 9.02719 9.72719 8.40039 10.5004 8.40039C11.2736 8.40039 11.9004 9.02719 11.9004 9.80039C11.9004 10.5736 11.2736 11.2004 10.5004 11.2004Z' fill='%235C913B'/%3E%3Cpath d='M33.25 19.5996C32.2835 19.5996 31.5 18.8161 31.5 17.8496C31.5 16.8831 32.2835 16.0996 33.25 16.0996C34.2165 16.0996 35 16.8831 35 17.8496C35 18.8161 34.2165 19.5996 33.25 19.5996Z' fill='%239266CC'/%3E%3Cpath d='M3.50039 20.3C2.72719 20.3 2.10039 19.6732 2.10039 18.9C2.10039 18.1268 2.72719 17.5 3.50039 17.5C4.27359 17.5 4.90039 18.1268 4.90039 18.9C4.90039 19.6732 4.27359 20.3 3.50039 20.3Z' fill='%235C913B'/%3E%3Cpath d='M12.6 30.8C11.8268 30.8 11.2 30.1732 11.2 29.4C11.2 28.6268 11.8268 28 12.6 28C13.3732 28 14 28.6268 14 29.4C14 30.1732 13.3732 30.8 12.6 30.8Z' fill='%235C913B'/%3E%3Cpath d='M8.0498 7C7.08331 7 6.2998 6.2165 6.2998 5.25C6.2998 4.2835 7.08331 3.5 8.0498 3.5C9.0163 3.5 9.7998 4.2835 9.7998 5.25C9.7998 6.2165 9.0163 7 8.0498 7Z' fill='%23FFCC4D'/%3E%3Cpath d='M3.50039 10.4992C2.72719 10.4992 2.10039 9.87242 2.10039 9.09922C2.10039 8.32602 2.72719 7.69922 3.50039 7.69922C4.27359 7.69922 4.90039 8.32602 4.90039 9.09922C4.90039 9.87242 4.27359 10.4992 3.50039 10.4992Z' fill='%23FFCC4D'/%3E%3Cpath d='M6.65039 13.9992C5.68389 13.9992 4.90039 13.3724 4.90039 12.5992C4.90039 11.826 5.68389 11.1992 6.65039 11.1992C7.61689 11.1992 8.40039 11.826 8.40039 12.5992C8.40039 13.3724 7.61689 13.9992 6.65039 13.9992Z' fill='%23FFCC4D'/%3E%3Cpath d='M28.0004 23.8C27.2272 23.8 26.6004 23.1732 26.6004 22.4C26.6004 21.6268 27.2272 21 28.0004 21C28.7736 21 29.4004 21.6268 29.4004 22.4C29.4004 23.1732 28.7736 23.8 28.0004 23.8Z' fill='%23FFCC4D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:35;height:35;}.i-colors\:fireworks_r{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1531 8.11169C11.0449 8.2118 10.9627 8.33247 10.8941 8.46477L10.8864 8.45761L0.0470395 31.0421L0.0576701 31.052C-0.143345 31.4122 0.192968 32.1452 0.882023 32.7834C1.57108 33.4207 2.36354 33.7318 2.75301 33.5459L2.76267 33.5548L27.1801 23.5283L27.1724 23.5202C27.3145 23.4577 27.4449 23.3817 27.5541 23.2798C29.0637 21.8835 26.6158 17.3561 22.0881 13.1674C17.5585 8.97874 12.6636 6.71546 11.1531 8.11169Z' fill='%23DD2E44'/%3E%3Cpath d='M12.2927 12.5996L0.314748 30.811L0.0463298 31.3749L0.0568 31.3847C-0.141182 31.7426 0.190057 32.4708 0.868716 33.1049C1.08954 33.311 1.31893 33.4673 1.54357 33.5996L16.1 17.0401L12.2927 12.5996Z' fill='%23EA596E'/%3E%3Cpath d='M22.1273 13.3292C26.5492 17.5689 29.0045 22.0882 27.6088 23.424C26.214 24.7616 21.4985 22.4094 17.0737 18.1715C12.6508 13.9318 10.1965 9.41071 11.5913 8.07399C12.987 6.73728 17.7025 9.08946 22.1273 13.3292Z' fill='%23A0041E'/%3E%3Cpath d='M17.5187 13.8011C17.3236 13.9457 17.0688 14.0212 16.7992 13.9942C15.9484 13.9098 15.2329 13.6385 14.732 13.2101C14.2018 12.7565 13.9401 12.1476 14.0116 11.5377C14.1371 10.4671 15.3094 9.48445 17.3079 9.68205C18.0852 9.75839 18.4322 9.52936 18.444 9.41978C18.4577 9.3111 18.1725 9.01919 17.3952 8.94195C16.5444 8.85752 15.8289 8.58627 15.327 8.15784C14.7967 7.70425 14.534 7.09529 14.6066 6.48542C14.734 5.41479 15.9053 4.43218 17.9019 4.63068C18.4685 4.68637 18.7674 4.57948 18.8939 4.51032C18.9948 4.45374 19.035 4.39985 19.0389 4.36841C19.0507 4.25973 18.7694 3.96782 17.9902 3.89058C17.452 3.83669 17.0619 3.39478 17.1217 2.90078C17.1795 2.40768 17.6608 2.05111 18.2009 2.105C20.1975 2.3017 21.115 3.48999 20.9885 4.56152C20.8611 5.63395 19.6898 6.61476 17.6912 6.41806C17.1247 6.36147 16.8286 6.46925 16.7012 6.53841C16.6003 6.5941 16.5591 6.64889 16.5552 6.67943C16.5424 6.78901 16.8257 7.08002 17.6049 7.15726C19.6016 7.35486 20.519 8.54226 20.3926 9.61379C20.2661 10.6844 19.0948 11.667 17.0972 11.4685C16.5307 11.4128 16.2327 11.5206 16.1053 11.5889C16.0033 11.6464 15.9641 11.7003 15.9602 11.7308C15.9475 11.8395 16.2307 12.1314 17.009 12.2086C17.5461 12.2625 17.9372 12.7053 17.8774 13.1984C17.85 13.4445 17.7137 13.6574 17.5187 13.8011Z' fill='%23AA8DD8'/%3E%3Cpath d='M29.5118 21.8544C31.3063 21.3506 32.5442 22.1465 32.8389 23.1912C33.1336 24.2349 32.4951 25.5563 30.7014 26.0582C30.0011 26.2536 29.791 26.5864 29.8192 26.6922C29.8501 26.799 30.2057 26.9744 30.9043 26.7782C32.6979 26.2762 33.9358 27.0721 34.2305 28.1158C34.527 29.1604 33.8867 30.48 32.0921 30.9829C31.3927 31.1782 31.1817 31.512 31.2126 31.6178C31.2426 31.7236 31.5973 31.8991 32.2968 31.7037C32.7788 31.569 33.2827 31.8484 33.4182 32.3287C33.5528 32.8098 33.2718 33.3091 32.7879 33.4448C30.9952 33.9467 29.7564 33.1526 29.4599 32.1071C29.1652 31.0634 29.8046 29.7438 31.6001 29.2409C32.3004 29.0447 32.5105 28.7127 32.4796 28.606C32.4505 28.5002 32.0958 28.3238 31.3972 28.5192C29.6018 29.0221 28.3648 28.228 28.0692 27.1815C27.7736 26.1378 28.413 24.8182 30.2076 24.3145C30.9061 24.12 31.1162 23.7854 31.0871 23.6805C31.0562 23.5737 30.7024 23.3983 30.0029 23.5936C29.519 23.7293 29.0179 23.4489 28.8815 22.9687C28.7459 22.4893 29.0279 21.9901 29.5118 21.8544Z' fill='%2377B255'/%3E%3Cpath d='M22.0008 19.5992C21.7068 19.5992 21.4168 19.4768 21.2188 19.2432C20.8738 18.8331 20.9448 18.236 21.3748 17.9085C21.5928 17.7424 26.7924 13.8654 34.1409 14.8631C34.6879 14.9372 35.0678 15.4175 34.9899 15.9368C34.9119 16.4551 34.4099 16.8196 33.8579 16.7418C27.3654 15.8665 22.6717 19.3562 22.6257 19.3913C22.4397 19.5318 22.2197 19.5992 22.0008 19.5992Z' fill='%23AA8DD8'/%3E%3Cpath d='M5.16718 16.1008C5.07195 16.1008 4.97472 16.0883 4.8785 16.0635C4.34824 15.9222 4.04753 15.4274 4.20691 14.9575C5.34259 11.6058 6.37203 6.2571 5.10704 4.86241C4.9657 4.70429 4.7522 4.54883 4.26304 4.5817C3.32282 4.64566 3.41203 6.40368 3.41303 6.42144C3.45513 6.91092 3.04015 7.33732 2.48884 7.37374C1.92852 7.40395 1.4554 7.04328 1.4143 6.55381C1.31106 5.32879 1.74107 2.96936 4.11268 2.81035C5.17119 2.73928 6.05027 3.0653 6.67074 3.74932C9.04736 6.37081 6.63465 13.9705 6.12745 15.4683C5.99714 15.8529 5.5982 16.1008 5.16718 16.1008Z' fill='%2377B255'/%3E%3Cpath d='M24.4996 11.2004C25.2728 11.2004 25.8996 10.5736 25.8996 9.80039C25.8996 9.02719 25.2728 8.40039 24.4996 8.40039C23.7264 8.40039 23.0996 9.02719 23.0996 9.80039C23.0996 10.5736 23.7264 11.2004 24.4996 11.2004Z' fill='%235C913B'/%3E%3Cpath d='M1.75 19.5996C2.7165 19.5996 3.5 18.8161 3.5 17.8496C3.5 16.8831 2.7165 16.0996 1.75 16.0996C0.783502 16.0996 0 16.8831 0 17.8496C0 18.8161 0.783502 19.5996 1.75 19.5996Z' fill='%239266CC'/%3E%3Cpath d='M31.4996 20.3C32.2728 20.3 32.8996 19.6732 32.8996 18.9C32.8996 18.1268 32.2728 17.5 31.4996 17.5C30.7264 17.5 30.0996 18.1268 30.0996 18.9C30.0996 19.6732 30.7264 20.3 31.4996 20.3Z' fill='%235C913B'/%3E%3Cpath d='M22.4 30.8C23.1732 30.8 23.8 30.1732 23.8 29.4C23.8 28.6268 23.1732 28 22.4 28C21.6268 28 21 28.6268 21 29.4C21 30.1732 21.6268 30.8 22.4 30.8Z' fill='%235C913B'/%3E%3Cpath d='M26.9502 7C27.9167 7 28.7002 6.2165 28.7002 5.25C28.7002 4.2835 27.9167 3.5 26.9502 3.5C25.9837 3.5 25.2002 4.2835 25.2002 5.25C25.2002 6.2165 25.9837 7 26.9502 7Z' fill='%23FFCC4D'/%3E%3Cpath d='M31.4996 10.4992C32.2728 10.4992 32.8996 9.87242 32.8996 9.09922C32.8996 8.32602 32.2728 7.69922 31.4996 7.69922C30.7264 7.69922 30.0996 8.32602 30.0996 9.09922C30.0996 9.87242 30.7264 10.4992 31.4996 10.4992Z' fill='%23FFCC4D'/%3E%3Cpath d='M28.3496 13.9992C29.3161 13.9992 30.0996 13.3724 30.0996 12.5992C30.0996 11.826 29.3161 11.1992 28.3496 11.1992C27.3831 11.1992 26.5996 11.826 26.5996 12.5992C26.5996 13.3724 27.3831 13.9992 28.3496 13.9992Z' fill='%23FFCC4D'/%3E%3Cpath d='M6.99961 23.8C7.77281 23.8 8.39961 23.1732 8.39961 22.4C8.39961 21.6268 7.77281 21 6.99961 21C6.22641 21 5.59961 21.6268 5.59961 22.4C5.59961 23.1732 6.22641 23.8 6.99961 23.8Z' fill='%23FFCC4D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:35;height:35;}.i-colors\:game{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3061 10.9501L12.6527 4.57506C12.4481 3.75688 11.5447 3.34779 10.7947 3.70575L8.28905 4.91597C8.13564 4.98415 7.98223 5.03529 7.82882 5.06938C7.94814 4.31938 8.28905 3.99552 8.62996 3.72279L8.76632 3.62052C9.34587 3.19438 10.0106 2.70006 10.147 1.30234C10.1641 1.0637 10.0106 0.859155 9.77201 0.84211C9.55042 0.825064 9.32882 0.978473 9.31178 1.21711C9.20951 2.23984 8.78337 2.54665 8.25496 2.95575L8.10155 3.07506C7.60723 3.45006 7.07882 3.99552 6.95951 5.10347C6.77201 5.06938 6.60155 5.01825 6.4311 4.93302L3.92541 3.72279C3.17541 3.36484 2.27201 3.77393 2.06746 4.59211L0.397005 10.9501C0.209505 11.7001 0.499278 12.4842 1.14701 12.9103C1.79473 13.3535 2.66405 13.3194 3.27769 12.8421L5.47655 11.1376C6.58451 10.2853 8.1186 10.2853 9.22655 11.1376L11.4254 12.8421C12.0391 13.3194 12.9084 13.3535 13.5561 12.9103C14.1868 12.4842 14.4936 11.7001 14.3061 10.9501ZM6.32882 7.84779C6.32882 8.06938 6.14132 8.23984 5.91973 8.23984H5.06746V9.09211C5.06746 9.3137 4.89701 9.5012 4.67541 9.5012H4.65837C4.43678 9.5012 4.24928 9.3137 4.24928 9.09211V8.23984H3.41405C3.19246 8.23984 2.98791 8.06938 2.98791 7.84779V7.83075C2.98791 7.60916 3.19246 7.42166 3.41405 7.42166H4.24928V6.58643C4.24928 6.36484 4.43678 6.16029 4.65837 6.16029H4.67541C4.89701 6.16029 5.06746 6.36484 5.06746 6.58643V7.42166H5.91973C6.14132 7.42166 6.32882 7.60916 6.32882 7.84779ZM10.0106 9.53529C9.09019 9.53529 8.34019 8.78529 8.34019 7.86484C8.34019 6.94438 9.09019 6.19438 10.0106 6.19438C10.9311 6.19438 11.6811 6.94438 11.6811 7.86484C11.6811 8.78529 10.9311 9.53529 10.0106 9.53529Z' fill='url(%23paint0_radial_8172_536)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8172_536' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.8998 5.06183) rotate(125.1) scale(9.97448 10.4725)'%3E%3Cstop stop-color='%23FFFF37'/%3E%3Cstop offset='1' stop-color='%2388FF00'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:15;height:16;}.i-colors\:google_play{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='171' height='34' viewBox='0 0 171 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M166.942 14.1005L163.799 22.104H163.705L160.426 14.1005H157.461L162.374 25.2886L159.567 31.5111H162.447L170.021 14.1005H166.942ZM144.733 7.45889H141.988V25.9171H144.733V7.45889ZM134.404 7.45889H127.804V25.9171H130.57V18.9298H134.414C135.19 18.9563 135.962 18.8286 136.688 18.5541C137.413 18.2796 138.077 17.8637 138.64 17.3306C139.203 16.7975 139.655 16.1578 139.969 15.4486C140.283 14.7395 140.453 13.975 140.469 13.1996C140.453 12.4228 140.283 11.657 139.968 10.9466C139.654 10.2361 139.201 9.59529 138.637 9.06121C138.073 8.52714 137.408 8.11047 136.681 7.83541C135.954 7.56035 135.18 7.43236 134.404 7.45889ZM134.477 16.3528H130.57V10.0673H134.488C135.321 10.0673 136.121 10.3985 136.71 10.9878C137.299 11.5772 137.63 12.3766 137.63 13.2101C137.63 14.0436 137.299 14.8429 136.71 15.4323C136.121 16.0217 135.321 16.3528 134.488 16.3528H134.477ZM151.5 13.7024C150.495 13.6448 149.495 13.8816 148.622 14.384C147.749 14.8864 147.042 15.6325 146.587 16.5309L149.039 17.5784C149.281 17.1343 149.649 16.7708 150.095 16.5326C150.542 16.2943 151.049 16.1918 151.553 16.2375C151.899 16.2029 152.248 16.2369 152.581 16.3378C152.914 16.4387 153.224 16.6044 153.493 16.8254C153.761 17.0464 153.984 17.3183 154.147 17.6255C154.31 17.9327 154.411 18.2692 154.444 18.6155V18.8041C153.566 18.329 152.583 18.0806 151.584 18.0813C148.955 18.0813 146.273 19.5269 146.273 22.2716C146.273 24.7438 148.42 26.3361 150.851 26.3361C151.542 26.38 152.233 26.2357 152.849 25.9184C153.465 25.6011 153.984 25.1228 154.35 24.5343H154.454V25.959H157.136V18.8565C157.136 15.5776 154.685 13.7548 151.521 13.7548L151.5 13.7024ZM151.176 23.822C150.275 23.822 149.018 23.361 149.018 22.2506C149.018 20.8259 150.578 20.2812 151.94 20.2812C152.819 20.2577 153.687 20.4712 154.454 20.8992C154.353 21.7003 153.965 22.4377 153.363 22.975C152.76 23.5123 151.983 23.8131 151.176 23.822ZM51.8448 26.3152C49.238 26.3238 46.7329 25.305 44.8721 23.4794C43.0113 21.6539 41.9446 19.1687 41.9033 16.5623C41.9446 13.9559 43.0113 11.4707 44.8721 9.64516C46.7329 7.81964 49.238 6.80081 51.8448 6.8094C53.0869 6.78871 54.3206 7.01619 55.4737 7.47849C56.6268 7.9408 57.6759 8.62862 58.5597 9.50166L56.6636 11.3768C55.3775 10.1166 53.6453 9.41622 51.8448 9.42833C49.9638 9.42833 48.16 10.1755 46.8299 11.5055C45.4999 12.8356 44.7527 14.6395 44.7527 16.5204C44.7527 18.4013 45.4999 20.2052 46.8299 21.5352C48.16 22.8653 49.9638 23.6125 51.8448 23.6125C52.7601 23.65 53.6732 23.4951 54.5249 23.1576C55.3766 22.8202 56.1481 22.3078 56.7893 21.6535C57.6419 20.7343 58.1556 19.5518 58.2454 18.3013H51.8448V15.7138H60.8539C60.9522 16.2634 60.9978 16.8211 60.9901 17.3794C61.0806 19.6984 60.2481 21.9586 58.6749 23.6648C57.7868 24.562 56.7194 25.2618 55.5425 25.7184C54.3656 26.1751 53.1056 26.3785 51.8448 26.3152ZM74.9228 20.0298C74.9572 20.8677 74.8219 21.704 74.5249 22.4883C74.228 23.2726 73.7755 23.9888 73.1948 24.5939C72.6141 25.1989 71.9171 25.6803 71.1456 26.0092C70.3741 26.3381 69.5441 26.5076 68.7055 26.5076C67.8668 26.5076 67.0368 26.3381 66.2653 26.0092C65.4938 25.6803 64.7968 25.1989 64.2161 24.5939C63.6354 23.9888 63.1829 23.2726 62.886 22.4883C62.589 21.704 62.4537 20.8677 62.4881 20.0298C62.4537 19.1918 62.589 18.3556 62.886 17.5712C63.1829 16.7869 63.6354 16.0707 64.2161 15.4657C64.7968 14.8606 65.4938 14.3792 66.2653 14.0503C67.0368 13.7214 67.8668 13.5519 68.7055 13.5519C69.5441 13.5519 70.3741 13.7214 71.1456 14.0503C71.9171 14.3792 72.6141 14.8606 73.1948 15.4657C73.7755 16.0707 74.228 16.7869 74.5249 17.5712C74.8219 18.3556 74.9572 19.1918 74.9228 20.0298ZM72.1991 20.0298C72.2453 19.5431 72.1893 19.0522 72.0348 18.5884C71.8802 18.1247 71.6305 17.6983 71.3016 17.3367C70.9727 16.9751 70.5718 16.6862 70.1248 16.4885C69.6777 16.2908 69.1943 16.1887 68.7055 16.1887C68.2166 16.1887 67.7332 16.2908 67.2861 16.4885C66.8391 16.6862 66.4382 16.9751 66.1093 17.3367C65.7804 17.6983 65.5307 18.1247 65.3761 18.5884C65.2216 19.0522 65.1656 19.5431 65.2118 20.0298C65.1656 20.5164 65.2216 21.0073 65.3761 21.4711C65.5307 21.9348 65.7804 22.3612 66.1093 22.7228C66.4382 23.0844 66.8391 23.3733 67.2861 23.571C67.7332 23.7687 68.2166 23.8709 68.7055 23.8709C69.1943 23.8709 69.6777 23.7687 70.1248 23.571C70.5718 23.3733 70.9727 23.0844 71.3016 22.7228C71.6305 22.3612 71.8802 21.9348 72.0348 21.4711C72.1893 21.0073 72.2453 20.5164 72.1991 20.0298ZM88.8555 20.0298C88.8555 21.6773 88.201 23.2574 87.036 24.4224C85.871 25.5874 84.291 26.2419 82.6434 26.2419C80.9958 26.2419 79.4158 25.5874 78.2508 24.4224C77.0858 23.2574 76.4313 21.6773 76.4313 20.0298C76.4313 18.3822 77.0858 16.8021 78.2508 15.6371C79.4158 14.4721 80.9958 13.8177 82.6434 13.8177C84.291 13.8177 85.871 14.4721 87.036 15.6371C88.201 16.8021 88.8555 18.3822 88.8555 20.0298ZM86.1423 20.0298C86.1885 19.5431 86.1325 19.0522 85.978 18.5884C85.8234 18.1247 85.5737 17.6983 85.2448 17.3367C84.9159 16.9751 84.515 16.6862 84.068 16.4885C83.6209 16.2908 83.1375 16.1887 82.6486 16.1887C82.1598 16.1887 81.6764 16.2908 81.2293 16.4885C80.7822 16.6862 80.3814 16.9751 80.0525 17.3367C79.7236 17.6983 79.4739 18.1247 79.3193 18.5884C79.1647 19.0522 79.1088 19.5431 79.155 20.0298C79.1088 20.5164 79.1647 21.0073 79.3193 21.4711C79.4739 21.9348 79.7236 22.3612 80.0525 22.7228C80.3814 23.0844 80.7822 23.3733 81.2293 23.571C81.6764 23.7687 82.1598 23.8709 82.6486 23.8709C83.1375 23.8709 83.6209 23.7687 84.068 23.571C84.515 23.3733 84.9159 23.0844 85.2448 22.7228C85.5737 22.3612 85.8234 21.9348 85.978 21.4711C86.1325 21.0073 86.1885 20.5164 86.1423 20.0298ZM102.453 14.1319V25.4143C102.453 30.0445 99.6979 31.9511 96.4504 31.9511C95.26 31.9612 94.0933 31.6182 93.0977 30.9657C92.1021 30.3131 91.3221 29.3801 90.8564 28.2846L93.2344 27.2371C93.481 27.8766 93.9106 28.4293 94.4696 28.8262C95.0285 29.223 95.6919 29.4464 96.3771 29.4684C98.4722 29.4684 99.7503 28.1799 99.7503 25.7809V24.88H99.6455C99.2346 25.3385 98.7303 25.7038 98.1666 25.9513C97.6029 26.1989 96.9927 26.3229 96.3771 26.3152C94.7101 26.3152 93.1114 25.653 91.9326 24.4742C90.7539 23.2955 90.0916 21.6968 90.0916 20.0298C90.0916 18.3628 90.7539 16.764 91.9326 15.5853C93.1114 14.4065 94.7101 13.7443 96.3771 13.7443C96.9968 13.7307 97.6123 13.8488 98.183 14.0907C98.7536 14.3327 99.2664 14.6931 99.6874 15.1481H99.7922V14.1005H102.453V14.1319ZM100.012 20.0612C100.051 19.5871 99.9935 19.1101 99.8441 18.6585C99.6946 18.2069 99.456 17.7899 99.1424 17.4323C98.8288 17.0747 98.4465 16.7837 98.0182 16.5767C97.59 16.3697 97.1245 16.2508 96.6494 16.2271C96.1651 16.2431 95.6888 16.3556 95.2484 16.5579C94.808 16.7602 94.4124 17.0482 94.0847 17.4052C93.7569 17.7622 93.5037 18.181 93.3397 18.637C93.1757 19.0931 93.1043 19.5772 93.1296 20.0612C93.1071 20.5419 93.1809 21.0222 93.3465 21.474C93.5122 21.9258 93.7664 22.34 94.0942 22.6923C94.4221 23.0445 94.817 23.3277 95.2558 23.5253C95.6946 23.7229 96.1684 23.8309 96.6494 23.8429C97.1217 23.8246 97.5853 23.7111 98.0126 23.5093C98.4399 23.3074 98.8221 23.0213 99.1361 22.6681C99.4501 22.315 99.6896 21.902 99.8401 21.4541C99.9907 21.0061 100.049 20.5323 100.012 20.0612ZM107.303 7.47985V25.9276H104.538V7.47985H107.303ZM118.198 22.104L120.356 23.5286C119.78 24.3885 119 25.0927 118.087 25.5788C117.173 26.0649 116.153 26.3179 115.118 26.3152C114.295 26.327 113.478 26.1716 112.716 25.8584C111.955 25.5452 111.265 25.0808 110.688 24.4932C110.111 23.9056 109.659 23.207 109.36 22.4398C109.061 21.6726 108.921 20.8527 108.948 20.0298C108.825 18.6149 109.228 17.2045 110.078 16.0672C110.929 14.93 112.168 14.1454 113.56 13.8632C114.951 13.581 116.398 13.8207 117.625 14.5368C118.851 15.2529 119.771 16.3952 120.209 17.7461L120.492 18.4689L112.112 21.9363C112.373 22.5233 112.804 23.0186 113.349 23.3584C113.894 23.6982 114.529 23.867 115.171 23.8429C115.781 23.8333 116.379 23.6687 116.909 23.3646C117.438 23.0604 117.882 22.6266 118.198 22.104ZM111.588 19.8412L117.224 17.5156C117.006 17.0886 116.667 16.7351 116.25 16.4986C115.833 16.2621 115.356 16.1531 114.877 16.1852C114.42 16.2052 113.971 16.3161 113.557 16.5115C113.143 16.7069 112.772 16.9828 112.466 17.3232C112.159 17.6636 111.924 18.0615 111.773 18.4939C111.623 18.9262 111.56 19.3842 111.588 19.8412Z' fill='%235F6368'/%3E%3Cpath d='M14.1839 16.0073L0.125488 30.7362C0.283346 31.2957 0.567038 31.8117 0.954878 32.2447C1.34272 32.6778 1.82444 33.0164 2.36321 33.2347C2.90199 33.4531 3.48355 33.5454 4.06345 33.5045C4.64335 33.4636 5.20622 33.2907 5.70905 32.9989L21.5274 23.9898L14.1839 16.0073Z' fill='%23EA4335'/%3E%3Cpath d='M28.4016 13.5034L21.561 9.58545L13.8613 16.3423L21.5924 23.9686L28.3807 20.0926C28.9821 19.7777 29.4858 19.3042 29.8373 18.7235C30.1888 18.1427 30.3746 17.4768 30.3746 16.798C30.3746 16.1191 30.1888 15.4533 29.8373 14.8725C29.4858 14.2917 28.9821 13.8182 28.3807 13.5034H28.4016Z' fill='%23FBBC04'/%3E%3Cpath d='M0.12575 2.78662C0.0407698 3.10078 -0.00151316 3.42494 4.13495e-05 3.75039V29.7721C0.000891329 30.0974 0.0431335 30.4212 0.12575 30.7358L14.6661 16.3841L0.12575 2.78662Z' fill='%234285F4'/%3E%3Cpath d='M14.2887 16.7612L21.5588 9.58529L5.76143 0.534269C5.16712 0.186203 4.49119 0.00185823 3.80247 7.49238e-06C2.97067 -0.00164087 2.16116 0.268739 1.49731 0.769931C0.83347 1.27112 0.351716 1.97564 0.125488 2.77607L14.2887 16.7612Z' fill='%2334A853'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:171;height:34;}.i-colors\:menu_btn{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' y='0.25' width='31.5' height='31.5' rx='5.75' fill='url(%23paint0_linear_8043_2176)'/%3E%3Crect x='0.25' y='0.25' width='31.5' height='31.5' rx='5.75' stroke='url(%23paint1_linear_8043_2176)' stroke-width='0.5'/%3E%3Crect x='9' y='9' width='14' height='2' fill='white' fill-opacity='0.95'/%3E%3Crect x='9' y='15' width='9' height='2' fill='white' fill-opacity='0.95'/%3E%3Crect x='9' y='21' width='14' height='2' fill='white' fill-opacity='0.95'/%3E%3Cpath d='M24.8317 16.3086C25.0561 16.1611 25.0561 15.8389 24.8317 15.6914L21.5944 13.5641C21.3411 13.3976 21 13.5747 21 13.8727V18.1273C21 18.4253 21.3411 18.6024 21.5944 18.4359L24.8317 16.3086Z' fill='%2388FF00'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8043_2176' x1='0' y1='0' x2='21.1945' y2='38.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.15'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.15'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8043_2176' x1='0' y1='0' x2='21.1945' y2='38.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-colors\:message_btn{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59961 0.25H22.4004C24.0844 0.25 25.3324 0.250349 26.3203 0.331055C27.3054 0.411537 28.0097 0.570923 28.6104 0.876953C29.6923 1.42822 30.5718 2.30773 31.123 3.38965C31.4291 3.99027 31.5885 4.69464 31.6689 5.67969C31.7497 6.66757 31.75 7.91558 31.75 9.59961V22.4004C31.75 24.0844 31.7497 25.3324 31.6689 26.3203C31.5885 27.3054 31.4291 28.0097 31.123 28.6104C30.5718 29.6923 29.6923 30.5718 28.6104 31.123C28.0097 31.4291 27.3054 31.5885 26.3203 31.6689C25.3324 31.7497 24.0844 31.75 22.4004 31.75H9.59961C7.91558 31.75 6.66757 31.7497 5.67969 31.6689C4.69464 31.5885 3.99027 31.4291 3.38965 31.123C2.30773 30.5718 1.42822 29.6923 0.876953 28.6104C0.570923 28.0097 0.411537 27.3054 0.331055 26.3203C0.250349 25.3324 0.25 24.0844 0.25 22.4004V9.59961C0.25 7.91558 0.250349 6.66757 0.331055 5.67969C0.411537 4.69464 0.570923 3.99027 0.876953 3.38965C1.42822 2.30773 2.30773 1.42822 3.38965 0.876953C3.99027 0.570923 4.69464 0.411537 5.67969 0.331055C6.66757 0.250349 7.91558 0.25 9.59961 0.25Z' fill='url(%23paint0_linear_11015_1342)'/%3E%3Cpath d='M9.59961 0.25H22.4004C24.0844 0.25 25.3324 0.250349 26.3203 0.331055C27.3054 0.411537 28.0097 0.570923 28.6104 0.876953C29.6923 1.42822 30.5718 2.30773 31.123 3.38965C31.4291 3.99027 31.5885 4.69464 31.6689 5.67969C31.7497 6.66757 31.75 7.91558 31.75 9.59961V22.4004C31.75 24.0844 31.7497 25.3324 31.6689 26.3203C31.5885 27.3054 31.4291 28.0097 31.123 28.6104C30.5718 29.6923 29.6923 30.5718 28.6104 31.123C28.0097 31.4291 27.3054 31.5885 26.3203 31.6689C25.3324 31.7497 24.0844 31.75 22.4004 31.75H9.59961C7.91558 31.75 6.66757 31.7497 5.67969 31.6689C4.69464 31.5885 3.99027 31.4291 3.38965 31.123C2.30773 30.5718 1.42822 29.6923 0.876953 28.6104C0.570923 28.0097 0.411537 27.3054 0.331055 26.3203C0.250349 25.3324 0.25 24.0844 0.25 22.4004V9.59961C0.25 7.91558 0.250349 6.66757 0.331055 5.67969C0.411537 4.69464 0.570923 3.99027 0.876953 3.38965C1.42822 2.30773 2.30773 1.42822 3.38965 0.876953C3.99027 0.570923 4.69464 0.411537 5.67969 0.331055C6.66757 0.250349 7.91558 0.25 9.59961 0.25Z' stroke='url(%23paint1_linear_11015_1342)' stroke-width='0.5'/%3E%3Cpath d='M17.9043 23.1562C17.7404 23.8026 17.1573 24.2812 16.46 24.2812C15.7626 24.2812 15.1784 23.8027 15.0146 23.1562C15.0878 23.1688 15.1677 23.184 15.2529 23.1973C15.6156 23.2537 16.0829 23.3135 16.46 23.3135C16.837 23.3135 17.3043 23.2537 17.667 23.1973C17.7518 23.1841 17.8314 23.1687 17.9043 23.1562ZM16.46 9.64453C19.1538 9.64453 21.2168 12.1359 21.3867 14.917C21.4369 15.7376 21.5464 16.568 21.7471 17.3389C21.8667 17.7983 22.1013 18.2978 22.373 18.7764C22.6737 19.3059 22.6889 19.9353 22.4775 20.4482C22.2676 20.9573 21.8438 21.3352 21.2666 21.4033C19.6539 21.5933 17.7801 21.7715 16.46 21.7715C15.1399 21.7715 13.266 21.5933 11.6533 21.4033C11.0762 21.3352 10.6523 20.9572 10.4424 20.4482C10.231 19.9354 10.2463 19.3059 10.5469 18.7764C10.8186 18.2978 11.0542 17.7983 11.1738 17.3389C11.3745 16.568 11.4831 15.7376 11.5332 14.917C11.7031 12.1359 13.7661 9.64456 16.46 9.64453ZM16.46 8.2998C16.7835 8.2998 17.0455 8.55764 17.0547 8.87891C17.0523 8.87851 17.0493 8.87832 17.0469 8.87793C16.8769 8.85045 16.649 8.82031 16.46 8.82031C16.2708 8.82033 16.043 8.85045 15.873 8.87793C15.8705 8.87834 15.8677 8.8785 15.8652 8.87891C15.8745 8.55768 16.1365 8.29987 16.46 8.2998Z' fill='url(%23paint2_linear_11015_1342)' stroke='url(%23paint3_linear_11015_1342)' stroke-width='0.6'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_11015_1342' x1='0' y1='0' x2='21.1945' y2='38.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='%23FF9500' stop-opacity='0.3'/%3E%3Cstop offset='0.3' stop-color='%23FF9500' stop-opacity='0.2'/%3E%3Cstop offset='0.7' stop-color='%23FF9500' stop-opacity='0.2'/%3E%3Cstop offset='0.95' stop-color='%23FF9500' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_11015_1342' x1='0' y1='0' x2='21.1945' y2='38.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_11015_1342' x1='10' y1='8' x2='22.2198' y2='25.0786' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.22557' stop-color='%23FFCC00'/%3E%3Cstop offset='0.420541' stop-color='%23FFCC00' stop-opacity='0.5'/%3E%3Cstop offset='0.536898' stop-color='%23FFCC00' stop-opacity='0.5'/%3E%3Cstop offset='0.829821' stop-color='%23FFCC00' stop-opacity='0.8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_11015_1342' x1='10' y1='8' x2='22.2198' y2='25.0786' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:32;height:32;}.i-colors\:notice_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='23.5' fill='url(%23paint0_linear_4677_2069)'/%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='23.5' stroke='url(%23paint1_linear_4677_2069)'/%3E%3Cpath d='M31.125 30H30.5625V22.0312C30.5625 18.7242 28.118 15.9914 24.9375 15.5367V14.625C24.9375 14.107 24.518 13.6875 24 13.6875C23.482 13.6875 23.0625 14.107 23.0625 14.625V15.5367C19.882 15.9914 17.4375 18.7242 17.4375 22.0312V30H16.875C16.4602 30 16.125 30.3352 16.125 30.75V31.5C16.125 31.6031 16.2094 31.6875 16.3125 31.6875H21.375C21.375 33.1359 22.5516 34.3125 24 34.3125C25.4484 34.3125 26.625 33.1359 26.625 31.6875H31.6875C31.7906 31.6875 31.875 31.6031 31.875 31.5V30.75C31.875 30.3352 31.5398 30 31.125 30ZM24 32.8125C23.3789 32.8125 22.875 32.3086 22.875 31.6875H25.125C25.125 32.3086 24.6211 32.8125 24 32.8125ZM19.125 30V22.0312C19.125 20.7281 19.6312 19.5047 20.5523 18.5836C21.4734 17.6625 22.6969 17.1562 24 17.1562C25.3031 17.1562 26.5266 17.6625 27.4477 18.5836C28.3687 19.5047 28.875 20.7281 28.875 22.0312V30H19.125Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4677_2069' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232E92FF'/%3E%3Cstop offset='1' stop-color='%23007AFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4677_2069' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:48;height:48;}.i-colors\:notice_2{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' fill='url(%23paint0_linear_4735_3314)'/%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' stroke='url(%23paint1_linear_4735_3314)'/%3E%3Cpath d='M26.6695 14.6953C26.5313 14.6953 26.3906 14.7328 26.2617 14.8195L17.9531 20.25H14.1094C13.9031 20.25 13.7344 20.4187 13.7344 20.625V27.375C13.7344 27.5813 13.9031 27.75 14.1094 27.75H17.9531L26.2617 33.1805C26.3906 33.2648 26.5336 33.3047 26.6695 33.3047C27.0609 33.3047 27.4219 32.993 27.4219 32.5523V15.4477C27.4219 15.007 27.0609 14.6953 26.6695 14.6953ZM25.7344 30.8203L18.8766 26.3367L18.4547 26.0625H15.4219V21.9375H18.4547L18.8742 21.6633L25.7344 17.1797V30.8203ZM33.8906 23.1562H30.8906C30.6844 23.1562 30.5156 23.325 30.5156 23.5312V24.4688C30.5156 24.675 30.6844 24.8438 30.8906 24.8438H33.8906C34.0969 24.8438 34.2656 24.675 34.2656 24.4688V23.5312C34.2656 23.325 34.0969 23.1562 33.8906 23.1562ZM32.9086 29.2922L30.3234 27.7992C30.2648 27.7664 30.2016 27.75 30.1383 27.75C30.0094 27.75 29.8828 27.818 29.8148 27.9375L29.3484 28.7461C29.2453 28.9242 29.3062 29.1539 29.4844 29.257L32.0695 30.75C32.1281 30.7828 32.1914 30.7992 32.2547 30.7992C32.3836 30.7992 32.5102 30.7312 32.5781 30.6117L33.0445 29.8031C33.1477 29.625 33.0844 29.3953 32.9086 29.2922ZM29.8125 20.0625C29.8805 20.182 30.007 20.25 30.1359 20.25C30.1992 20.25 30.2625 20.2336 30.3211 20.2008L32.9062 18.7078C33.0844 18.6047 33.1453 18.375 33.0422 18.1969L32.5781 17.3906C32.5102 17.2711 32.3836 17.2031 32.2547 17.2031C32.1914 17.2031 32.1281 17.2195 32.0695 17.2523L29.4844 18.7453C29.3062 18.8484 29.2453 19.0781 29.3484 19.2563L29.8125 20.0625Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4735_3314' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2359D177'/%3E%3Cstop offset='1' stop-color='%2334C759'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4735_3314' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.25'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:48;height:48;}.i-colors\:notice_3{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' fill='url(%23paint0_linear_4793_2132)'/%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' stroke='url(%23paint1_linear_4793_2132)'/%3E%3Cpath d='M27.75 24.0938C24.9539 24.0938 22.6875 26.3602 22.6875 29.1562C22.6875 31.9523 24.9539 34.2188 27.75 34.2188C30.5461 34.2188 32.8125 31.9523 32.8125 29.1562C32.8125 26.3602 30.5461 24.0938 27.75 24.0938ZM30.2695 31.6758C29.5969 32.3484 28.7016 32.7188 27.75 32.7188C26.7984 32.7188 25.9031 32.3484 25.2305 31.6758C24.5578 31.0031 24.1875 30.1078 24.1875 29.1562C24.1875 28.2047 24.5578 27.3094 25.2305 26.6367C25.9031 25.9641 26.7984 25.5938 27.75 25.5938C28.7016 25.5938 29.5969 25.9641 30.2695 26.6367C30.9422 27.3094 31.3125 28.2047 31.3125 29.1562C31.3125 30.1078 30.9422 31.0031 30.2695 31.6758Z' fill='white'/%3E%3Cpath d='M29.8362 27.375H28.798C28.737 27.375 28.6808 27.4031 28.6456 27.4523L27.1573 29.5102L26.6159 28.7625C26.5808 28.7133 26.5245 28.6852 26.4636 28.6852H25.43C25.2776 28.6852 25.1886 28.8586 25.2776 28.9828L27.0073 31.3758C27.0823 31.4789 27.2347 31.4789 27.3097 31.3758L29.9862 27.6727C30.0776 27.5484 29.9886 27.375 29.8362 27.375Z' fill='white'/%3E%3Cpath d='M22.3125 31.9688H16.875V15.4688H30V23.5312C30 23.6344 30.0844 23.7188 30.1875 23.7188H31.5C31.6031 23.7188 31.6875 23.6344 31.6875 23.5312V14.5312C31.6875 14.1164 31.3523 13.7812 30.9375 13.7812H15.9375C15.5227 13.7812 15.1875 14.1164 15.1875 14.5312V32.9062C15.1875 33.3211 15.5227 33.6562 15.9375 33.6562H22.3125C22.4156 33.6562 22.5 33.5719 22.5 33.4688V32.1562C22.5 32.0531 22.4156 31.9688 22.3125 31.9688Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4793_2132' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFA82E'/%3E%3Cstop offset='1' stop-color='%23FF9500'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4793_2132' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:48;height:48;}.i-colors\:notice_4{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' fill='url(%23paint0_linear_4793_2127)'/%3E%3Cpath d='M24 0.5C36.9787 0.5 47.5 11.0213 47.5 24C47.5 36.9787 36.9787 47.5 24 47.5C11.0213 47.5 0.5 36.9787 0.5 24C0.5 11.0213 11.0213 0.5 24 0.5Z' stroke='url(%23paint1_linear_4793_2127)'/%3E%3Cpath d='M32.625 14.625C32.5359 14.625 32.4445 14.6414 32.3531 14.6789L18.8438 20.107H15C14.7938 20.107 14.625 20.2805 14.625 20.4961V27.5039C14.625 27.7195 14.7938 27.893 15 27.893H17.3836C17.2969 28.1648 17.25 28.4531 17.25 28.7461C17.25 30.2906 18.5109 31.5469 20.0625 31.5469C21.3609 31.5469 22.4555 30.6656 22.7789 29.475L32.3555 33.3234C32.4469 33.3586 32.5383 33.3773 32.6273 33.3773C33.0234 33.3773 33.3773 33.0445 33.3773 32.5992V15.4031C33.375 14.9578 33.0234 14.625 32.625 14.625ZM20.0625 29.8664C19.4414 29.8664 18.9375 29.3648 18.9375 28.7461C18.9375 28.4836 19.0289 28.2328 19.1953 28.0336L21.1852 28.8328C21.1383 29.4094 20.6531 29.8664 20.0625 29.8664ZM31.6875 31.2352L19.4719 26.3273L19.1695 26.2055H16.3125V21.7945H19.1695L19.4719 21.6727L31.6875 16.7648V31.2352Z' fill='white'/%3E%3Cg filter='url(%23filter0_d_4793_2127)'%3E%3Ccircle cx='42' cy='6' r='5' fill='url(%23paint2_linear_4793_2127)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_4793_2127' x='35' y='0' width='14' height='14' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4793_2127'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4793_2127' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_4793_2127' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237674DD'/%3E%3Cstop offset='1' stop-color='%235856D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4793_2127' x1='24' y1='0' x2='24' y2='48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:49;height:48;}.i-colors\:pending_pay{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9928 20C34.9928 19.1607 34.7815 18.3346 34.3784 17.5985C33.9753 16.8624 33.3928 16.2399 32.6857 15.7878C32.0948 15.4099 31.8035 14.7021 31.9574 14.0177C32.1423 13.1951 32.1164 12.339 31.8817 11.5291C31.6469 10.7193 31.2116 9.9818 30.6154 9.38558C30.0192 8.78937 29.2817 8.35326 28.4718 8.11849C27.6619 7.88373 26.8051 7.85784 25.9824 8.04281C25.2981 8.19653 24.591 7.90537 24.2132 7.31445C23.7611 6.60735 23.1379 6.02564 22.4017 5.62256C21.6655 5.21949 20.8395 5.00814 20.0002 5.00814C19.161 5.00819 18.3355 5.21959 17.5994 5.62256C16.8633 6.02563 16.2401 6.60738 15.7879 7.31445C15.4103 7.90507 14.7036 8.19606 14.0195 8.04281C13.1981 7.85864 12.3428 7.88512 11.5342 8.1193C10.7257 8.35351 9.98972 8.78854 9.39388 9.38314C8.79802 9.97776 8.36186 10.7129 8.12598 11.521C7.8901 12.3291 7.86215 13.1837 8.0446 14.0055C8.19688 14.6915 7.90187 15.3998 7.30811 15.7756C6.59574 16.2265 6.00901 16.8502 5.60238 17.5887C5.1957 18.3274 4.98229 19.1568 4.98226 20C4.98226 20.8432 5.19575 21.6727 5.60238 22.4113C6.00905 23.1499 6.59564 23.7743 7.30811 24.2253C7.90178 24.601 8.19673 25.3086 8.0446 25.9945C7.86216 26.8163 7.89014 27.6709 8.12598 28.479C8.36186 29.2871 8.79798 30.023 9.39388 30.6177C9.98966 31.2121 10.7258 31.6465 11.5342 31.8807C12.3428 32.1149 13.1981 32.1414 14.0195 31.9572L14.1481 31.9336C14.7921 31.8414 15.4369 32.1331 15.7904 32.6888C16.2419 33.3986 16.8653 33.9831 17.6027 34.388C18.3401 34.7928 19.1679 35.0049 20.0091 35.0049C20.8503 35.0048 21.6782 34.7929 22.4155 34.388C23.1529 33.9831 23.7764 33.3986 24.2279 32.6888L24.3019 32.5814C24.6921 32.0624 25.353 31.8141 25.9946 31.9564C26.8165 32.1388 27.6719 32.1109 28.48 31.875C29.288 31.6391 30.0233 31.2029 30.6178 30.6071C31.2125 30.0112 31.6475 29.2746 31.8817 28.466C32.1158 27.6574 32.1415 26.8028 31.9574 25.9814C31.804 25.2975 32.0953 24.5908 32.6857 24.2131C33.3928 23.7609 33.9753 23.1377 34.3784 22.4015C34.7815 21.6654 34.9928 20.8393 34.9928 20ZM25.0002 23.3333C25.0001 22.8914 24.8251 22.4675 24.5127 22.1549C24.2001 21.8424 23.7755 21.6667 23.3335 21.6667H21.6668V25H23.3335C23.7755 25 24.2001 24.8243 24.5127 24.5117C24.8251 24.1992 25.0002 23.7752 25.0002 23.3333ZM28.3335 23.3333C28.3335 24.6594 27.8071 25.9316 26.8695 26.8693C25.9318 27.8069 24.6595 28.3333 23.3335 28.3333H21.6668V30C21.6668 30.9205 20.9206 31.6667 20.0002 31.6667C19.0798 31.6665 18.3335 30.9204 18.3335 30V28.3333H13.3335C12.4132 28.3332 11.6668 27.587 11.6668 26.6667C11.6669 25.7464 12.4132 25.0002 13.3335 25H18.3335V21.6667H16.6668C15.3409 21.6666 14.0693 21.1401 13.1317 20.2026C12.194 19.265 11.6668 17.9928 11.6668 16.6667C11.6669 15.3407 12.1941 14.0691 13.1317 13.1315C14.0693 12.1939 15.3409 11.6668 16.6668 11.6667H18.3335V10C18.3336 9.07971 19.0799 8.33351 20.0002 8.33333C20.9206 8.33333 21.6667 9.0796 21.6668 10V11.6667H26.6668C27.5872 11.6667 28.3334 12.4129 28.3335 13.3333C28.3335 14.2538 27.5873 15 26.6668 15H21.6668V18.3333H23.3335C24.6596 18.3333 25.9318 18.8605 26.8695 19.7982C27.807 20.7358 28.3335 22.0074 28.3335 23.3333ZM38.3262 20C38.3262 21.3989 37.9734 22.7753 37.3016 24.0023C36.8094 24.9011 36.1563 25.6973 35.3794 26.3558C35.4677 27.3749 35.3695 28.405 35.0832 29.3937C34.6928 30.7413 33.9681 31.9683 32.9771 32.9614C31.986 33.9546 30.7603 34.6817 29.4134 35.0749C28.4256 35.3632 27.3962 35.4637 26.3771 35.3776C25.7184 36.1585 24.9206 36.8148 24.0195 37.3096C22.7905 37.9843 21.4111 38.3382 20.0091 38.3382C18.607 38.3382 17.227 37.9844 15.9979 37.3096C15.0974 36.8151 14.2996 36.1595 13.6411 35.3792C12.6232 35.467 11.5947 35.369 10.6073 35.083C9.25956 34.6927 8.03191 33.968 7.03874 32.9769C6.04569 31.9858 5.31922 30.76 4.92611 29.4132C4.63801 28.4262 4.53604 27.3976 4.62174 26.3794C3.83796 25.7208 3.17932 24.9218 2.68245 24.0194C2.00461 22.7882 1.64893 21.4054 1.64893 20C1.64895 18.5946 2.00464 17.2117 2.68245 15.9806C3.17942 15.0781 3.83778 14.2784 4.62174 13.6198C4.53621 12.6019 4.63812 11.5734 4.92611 10.5868C5.31926 9.24003 6.04568 8.01411 7.03874 7.02311C8.03191 6.03202 9.25956 5.30812 10.6073 4.91781C11.5955 4.6316 12.6249 4.53183 13.6436 4.61995C14.3021 3.84306 15.0999 3.19071 15.9987 2.69857C17.2255 2.02694 18.6016 1.67486 20.0002 1.6748C21.3989 1.6748 22.7755 2.02684 24.0024 2.69857C24.901 3.19056 25.6976 3.84337 26.356 4.61995C27.377 4.53096 28.409 4.62988 29.3996 4.91699C30.7494 5.30825 31.9784 6.03504 32.9722 7.02881C33.9659 8.02255 34.6919 9.25162 35.0832 10.6014C35.3701 11.5915 35.469 12.6228 35.3802 13.6434C36.1571 14.3019 36.8094 15.0989 37.3016 15.9977C37.9734 17.2246 38.3261 18.6012 38.3262 20ZM15.0002 16.6667C15.0002 17.1086 15.176 17.5325 15.4884 17.8451C15.8009 18.1575 16.2249 18.3332 16.6668 18.3333H18.3335V15H16.6668C16.2249 15.0001 15.8009 15.1758 15.4884 15.4883C15.176 15.8008 15.0002 16.2247 15.0002 16.6667Z' fill='%23FF9500'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:40;}.i-colors\:play_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11544_4841)'%3E%3Cpath d='M7.03492 3.41814C5.63016 2.34591 4.22543 1.27385 2.82068 0.201785C2.32057 -0.180047 1.59961 0.176583 1.59961 0.805867L1.59961 7.23856C1.59961 7.86785 2.32057 8.22446 2.82068 7.8428C4.22543 6.77058 5.63016 5.69852 7.03492 4.62629C7.43343 4.32212 7.43343 3.72229 7.03492 3.41814Z' fill='white' fill-opacity='0.3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11544_4841'%3E%3Crect width='8' height='8' fill='white' transform='translate(3.4969e-07 8) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:8;height:8;}.i-colors\:receive_big{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='url(%23paint0_linear_8879_7834)'/%3E%3Cg filter='url(%23filter0_di_8879_7834)'%3E%3Ccircle cx='25' cy='25' r='20.5' fill='url(%23paint1_linear_8879_7834)'/%3E%3C/g%3E%3Cpath d='M24.1586 13.31C24.5522 12.6972 25.4478 12.6972 25.8414 13.31L29.5623 19.103C29.6977 19.3138 29.9073 19.4661 30.1497 19.5297L36.8089 21.2784C37.5133 21.4633 37.7901 22.3151 37.329 22.8788L32.9693 28.2077C32.8106 28.4016 32.7306 28.648 32.7449 28.8982L33.1397 35.7719C33.1815 36.499 32.4569 37.0254 31.7783 36.761L25.363 34.2614C25.1296 34.1705 24.8704 34.1705 24.637 34.2614L18.2217 36.761C17.5431 37.0254 16.8185 36.499 16.8603 35.7719L17.2551 28.8982C17.2694 28.648 17.1894 28.4016 17.0307 28.2077L12.671 22.8788C12.2099 22.3151 12.4867 21.4633 13.1911 21.2784L19.8503 19.5297C20.0927 19.4661 20.3023 19.3138 20.4377 19.103L24.1586 13.31Z' fill='url(%23paint2_linear_8879_7834)'/%3E%3Cdefs%3E%3Cfilter id='filter0_di_8879_7834' x='3.5' y='4.5' width='42' height='42' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8879_7834'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8879_7834' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-2' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_8879_7834'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8879_7834' x1='25' y1='0' x2='25' y2='50' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.5' stop-color='%23F77977'/%3E%3Cstop offset='0.5' stop-color='%23F3403E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8879_7834' x1='39.5005' y1='4.5' x2='10.4995' y2='45.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.185' stop-color='%23F00600'/%3E%3Cstop offset='0.395' stop-color='%23F00600'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8879_7834' x1='25' y1='12' x2='25' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.5' stop-color='%23FFE415'/%3E%3Cstop offset='0.5' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:50;height:50;}.i-colors\:receive_roll{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='url(%23paint0_linear_8879_7835)'/%3E%3Cg filter='url(%23filter0_di_8879_7835)'%3E%3Ccircle cx='25' cy='25' r='20.5' fill='%23089C19'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0_8879_7835)'%3E%3Cpath d='M38.7417 31.4192L38.7407 29.017C38.7407 28.7737 38.645 28.5402 38.4743 28.3669L36.7473 26.6242C36.3214 26.1913 36.0827 25.6083 36.0827 25.001C36.0827 24.3937 36.3214 23.8108 36.7473 23.3778L38.4743 21.6352C38.645 21.4619 38.7407 21.2284 38.7407 20.9851L38.741 18.5809C38.741 17.9067 38.4731 17.2602 37.9964 16.7835C37.5197 16.3068 36.8732 16.039 36.199 16.0389L13.801 16.0389C13.1268 16.039 12.4803 16.3068 12.0036 16.7835C11.5269 17.2602 11.259 17.9068 11.259 18.5809L11.259 20.9822C11.2589 21.2264 11.3554 21.4608 11.5274 21.6342L13.2543 23.3769C13.6802 23.8098 13.9189 24.3927 13.9189 25C13.9189 25.6073 13.6802 26.1903 13.2543 26.6232L11.5274 28.3659C11.3566 28.5392 11.2609 28.7727 11.2609 29.016L11.2583 31.4192C11.2584 32.0933 11.5262 32.7399 12.0029 33.2166C12.4796 33.6933 13.1262 33.9611 13.8003 33.9612L36.1997 33.9612C36.8739 33.9611 37.5204 33.6932 37.9971 33.2165C38.4738 32.7398 38.7416 32.0933 38.7417 31.4192L38.7417 31.4192ZM20.3799 21.1632C20.1957 21.1631 20.0192 21.09 19.889 20.9598C19.7588 20.8296 19.6856 20.653 19.6856 20.4689L19.6856 20.353C19.6856 20.1688 19.7587 19.992 19.889 19.8617C20.0192 19.7314 20.1959 19.6582 20.3802 19.6581C20.5644 19.6581 20.7412 19.7312 20.8715 19.8615C21.0018 19.9918 21.075 20.1684 21.0751 20.3527L21.0748 20.4682C21.0748 20.5595 21.0569 20.6499 21.022 20.7343C20.9871 20.8186 20.9359 20.8952 20.8714 20.9598C20.8068 21.0243 20.7302 21.0755 20.6459 21.1104C20.5615 21.1453 20.4711 21.1632 20.3799 21.1632ZM20.3799 24.2636C20.1957 24.2635 20.0192 24.1904 19.889 24.0602C19.7588 23.93 19.6856 23.7534 19.6856 23.5693V23.331C19.6888 23.149 19.7633 22.9755 19.8931 22.8478C20.023 22.7202 20.1978 22.6487 20.3799 22.6487C20.5619 22.6487 20.7367 22.7202 20.8666 22.8478C20.9964 22.9755 21.0709 23.149 21.0741 23.331L21.0741 23.5693C21.0739 23.7532 21.0008 23.9295 20.8707 24.0595C20.7407 24.1896 20.5644 24.2627 20.3805 24.2629L20.3799 24.2636ZM20.3799 27.364C20.1957 27.3639 20.0192 27.2908 19.889 27.1606C19.7588 27.0304 19.6856 26.8538 19.6856 26.6697L19.6856 26.4314C19.6856 26.3402 19.7035 26.2499 19.7384 26.1657C19.7733 26.0814 19.8244 26.0048 19.8889 25.9403C19.9533 25.8758 20.0299 25.8247 20.1141 25.7898C20.1984 25.7548 20.2887 25.7369 20.3799 25.7368C20.471 25.7368 20.5613 25.7548 20.6456 25.7896C20.7299 25.8245 20.8064 25.8756 20.8709 25.9401C20.9354 26.0046 20.9866 26.0811 21.0215 26.1654C21.0564 26.2496 21.0744 26.3399 21.0744 26.4311L21.0741 26.6697C21.0739 26.8536 21.0008 27.0299 20.8707 27.1599C20.7407 27.29 20.5644 27.3631 20.3805 27.3633L20.3799 27.364ZM20.3799 30.3419C20.2886 30.342 20.1983 30.324 20.114 30.2891C20.0297 30.2542 19.9531 30.2031 19.8886 30.1386C19.8241 30.0741 19.773 29.9975 19.7381 29.9132C19.7032 29.8289 19.6852 29.7386 19.6853 29.6474L19.6856 29.5318C19.6888 29.3498 19.7633 29.1763 19.8931 29.0487C20.023 28.921 20.1978 28.8495 20.3799 28.8495C20.5619 28.8495 20.7367 28.921 20.8666 29.0487C20.9964 29.1763 21.0709 29.3498 21.0741 29.5318L21.0744 29.6474C21.0743 29.8314 21.0012 30.0078 20.8711 30.1379C20.7409 30.268 20.5645 30.3412 20.3805 30.3413L20.3799 30.3419Z' fill='white'/%3E%3Cpath d='M28.5436 20.0204C28.72 19.626 29.28 19.626 29.4564 20.0204L30.5437 22.4512C30.6164 22.6137 30.77 22.7254 30.947 22.7443L33.5948 23.0271C34.0245 23.0731 34.1975 23.6056 33.8769 23.8953L31.901 25.6805C31.7689 25.7999 31.7103 25.9804 31.747 26.1546L32.2962 28.7603C32.3853 29.1831 31.9323 29.5123 31.5577 29.2968L29.2493 27.9693C29.0949 27.8806 28.9051 27.8806 28.7507 27.9693L26.4423 29.2968C26.0677 29.5123 25.6147 29.1831 25.7038 28.7603L26.253 26.1546C26.2897 25.9804 26.2311 25.7999 26.099 25.6805L24.1231 23.8953C23.8025 23.6056 23.9755 23.0731 24.4052 23.0271L27.053 22.7443C27.23 22.7254 27.3836 22.6137 27.4563 22.4512L28.5436 20.0204Z' fill='%23FFC400'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_di_8879_7835' x='3.5' y='4.5' width='42' height='42' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8879_7835'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8879_7835' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-2' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_8879_7835'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8879_7835' x1='25' y1='0' x2='25' y2='50' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.5' stop-color='%2377F78A'/%3E%3Cstop offset='0.5' stop-color='%2331D149'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8879_7835'%3E%3Crect width='30' height='30' fill='white' transform='translate(10 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:50;height:50;}.i-colors\:receive_small{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='url(%23paint0_linear_8879_7833)'/%3E%3Cg filter='url(%23filter0_di_8879_7833)'%3E%3Ccircle cx='25' cy='25' r='20.5' fill='url(%23paint1_linear_8879_7833)'/%3E%3C/g%3E%3Cpath d='M24.1586 13.31C24.5522 12.6972 25.4478 12.6972 25.8414 13.31L29.5623 19.103C29.6977 19.3138 29.9073 19.4661 30.1497 19.5297L36.8089 21.2784C37.5133 21.4633 37.7901 22.3151 37.329 22.8788L32.9693 28.2077C32.8106 28.4016 32.7306 28.648 32.7449 28.8982L33.1397 35.7719C33.1815 36.499 32.4569 37.0254 31.7783 36.761L25.363 34.2614C25.1296 34.1705 24.8704 34.1705 24.637 34.2614L18.2217 36.761C17.5431 37.0254 16.8185 36.499 16.8603 35.7719L17.2551 28.8982C17.2694 28.648 17.1894 28.4016 17.0307 28.2077L12.671 22.8788C12.2099 22.3151 12.4867 21.4633 13.1911 21.2784L19.8503 19.5297C20.0927 19.4661 20.3023 19.3138 20.4377 19.103L24.1586 13.31Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_di_8879_7833' x='3.5' y='4.5' width='42' height='42' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8879_7833'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8879_7833' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-2' dy='4'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_8879_7833'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8879_7833' x1='25' y1='0' x2='25' y2='50' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.5' stop-color='%23FFE183'/%3E%3Cstop offset='0.5' stop-color='%23FFCB51'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8879_7833' x1='39.5005' y1='4.5' x2='10.4995' y2='45.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.185' stop-color='%23F0B208'/%3E%3Cstop offset='0.395' stop-color='%23F0BB08'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:50;height:50;}.i-colors\:share_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9125 0C17.6085 0 18.9833 1.37486 18.9833 3.07083C18.9833 4.76681 17.6085 6.14167 15.9125 6.14167C15.1416 6.14167 14.4376 5.85681 13.8984 5.38759L6.11768 9.95404C6.13266 10.077 6.14167 10.2021 6.14167 10.3292C6.14167 10.6414 6.09472 10.9427 6.00808 11.2266L13.4818 15.7108C14.0434 14.9844 14.9233 14.5167 15.9125 14.5167C17.6085 14.5167 18.9833 15.8915 18.9833 17.5875C18.9833 19.2835 17.6085 20.6583 15.9125 20.6583C14.2165 20.6583 12.8417 19.2835 12.8417 17.5875C12.8417 17.4867 12.8464 17.387 12.8558 17.2887L5.09861 12.6339C4.55761 13.1103 3.84831 13.4 3.07083 13.4C1.37486 13.4 0 12.0251 0 10.3292C0 8.63319 1.37486 7.25833 3.07083 7.25833C4.03536 7.25833 4.8955 7.70345 5.45847 8.39899L12.9796 3.98467C12.8898 3.69603 12.8417 3.38904 12.8417 3.07083C12.8417 1.37486 14.2165 0 15.9125 0Z' fill='%233B8562'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:19;height:21;}.i-colors\:share_pdd{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='white'/%3E%3Cpath d='M11.0783 6.76611C11.2162 6.88216 11.3376 6.99991 11.4429 7.11947C11.5478 7.23885 11.6004 7.35674 11.6004 7.47271C11.6004 7.60251 11.5527 7.70843 11.4576 7.79031C11.3624 7.87241 11.2458 7.96442 11.108 8.06693C10.8979 8.2306 10.6764 8.40323 10.4433 8.58422C10.2223 8.75581 10.0006 8.92652 9.77834 9.09633C9.56839 9.25669 9.38295 9.39684 9.22198 9.516C9.06103 9.63537 8.94769 9.71547 8.8822 9.7566C8.66546 9.89314 8.49802 9.94278 8.37995 9.90504C8.26164 9.86732 8.1861 9.79403 8.15311 9.68493V8.49695H8.11384C7.61458 8.49695 7.17814 8.5533 6.80387 8.66602C6.42985 8.77873 6.10132 8.94945 5.81907 9.17813C5.53656 9.40697 5.29015 9.69054 5.08004 10.0284C4.87001 10.3663 4.67966 10.7569 4.50866 11.2008C4.48903 11.1874 4.46926 11.1497 4.44939 11.0883C4.43625 11.0337 4.42472 10.9552 4.41512 10.8526C4.40552 10.7504 4.40039 10.607 4.40039 10.4218C4.40039 9.8486 4.4839 9.31282 4.65148 8.81446C4.81891 8.31602 5.05855 7.8809 5.37029 7.50865C5.68207 7.13662 6.05983 6.84476 6.50319 6.633C6.94638 6.42128 7.44401 6.31888 7.99549 6.32565C8.02796 6.32565 8.05615 6.32726 8.07904 6.33086C8.10203 6.33445 8.13018 6.33612 8.16283 6.33612L8.1531 5.26084C8.16632 5.06968 8.24201 4.93134 8.37994 4.84588C8.51764 4.76054 8.69154 4.7963 8.90166 4.95335C9.02138 5.05255 9.14129 5.15151 9.26137 5.25023C9.4565 5.41101 9.65187 5.57147 9.84748 5.73162C10.0684 5.91303 10.2883 6.09572 10.5073 6.27969C10.7306 6.46734 10.9211 6.6295 11.0789 6.76611H11.0783Z' fill='%23178424'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:16;height:16;}.i-colors\:star_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3099 0L6.56343 3.85799L10.62 3.85799L7.33816 6.24236L8.5917 10.1003L5.3099 7.71598L2.0281 10.1003L3.28163 6.24236L-0.000169754 3.85799L4.05636 3.85799L5.3099 0Z' fill='%23202020'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:11;height:11;}.i-colors\:step{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M10.2382 5.07205C10.7594 5.35631 10.7594 6.10463 10.2382 6.38889L1.10996 11.3679C0.561 11.6674 -0.0917774 11.203 0.011023 10.5862L0.799764 5.85377C0.81337 5.77213 0.81337 5.68881 0.799764 5.60717L0.0110235 0.874722C-0.0917769 0.257919 0.561001 -0.20643 1.10996 0.0930012L10.2382 5.07205Z' fill='%23FF3B30'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:11;height:12;}.i-colors\:subscript_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='white' fill-opacity='0.05'/%3E%3Cpath d='M12.7273 15.7941C14.0676 14.0382 15.4077 12.2823 16.7478 10.5263C17.2251 9.9012 16.7793 9 15.9927 9H7.9518C7.16519 9 6.71942 9.9012 7.1965 10.5263C8.53677 12.2823 9.87685 14.0382 11.2171 15.7941C11.5973 16.2923 12.3471 16.2923 12.7273 15.7941Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:24;height:24;}.i-colors\:success_pay{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9923 20C34.9923 19.1607 34.781 18.3346 34.3779 17.5985C33.9748 16.8624 33.3923 16.2399 32.6852 15.7878C32.0943 15.4099 31.803 14.7021 31.9569 14.0177C32.1418 13.1951 32.1159 12.339 31.8812 11.5291C31.6464 10.7193 31.2111 9.9818 30.6149 9.38558C30.0187 8.78937 29.2812 8.35326 28.4714 8.11849C27.6614 7.88373 26.8046 7.85784 25.9819 8.04281C25.2976 8.19653 24.5906 7.90537 24.2127 7.31445C23.7606 6.60735 23.1374 6.02564 22.4012 5.62256C21.665 5.21949 20.839 5.00814 19.9997 5.00814C19.1605 5.00819 18.335 5.21959 17.599 5.62256C16.8628 6.02563 16.2396 6.60738 15.7874 7.31445C15.4098 7.90507 14.7031 8.19606 14.019 8.04281C13.1976 7.85864 12.3423 7.88512 11.5337 8.1193C10.7252 8.35351 9.98923 8.78854 9.39339 9.38314C8.79753 9.97776 8.36138 10.7129 8.12549 11.521C7.88961 12.3291 7.86166 13.1837 8.04411 14.0055C8.19639 14.6915 7.90138 15.3998 7.30762 15.7756C6.59525 16.2265 6.00852 16.8502 5.60189 17.5887C5.19521 18.3274 4.9818 19.1568 4.98177 20C4.98177 20.8432 5.19527 21.6727 5.60189 22.4113C6.00856 23.1499 6.59515 23.7743 7.30762 24.2253C7.90129 24.601 8.19624 25.3086 8.04411 25.9945C7.86167 26.8163 7.88965 27.6709 8.12549 28.479C8.36137 29.2871 8.79749 30.023 9.39339 30.6177C9.98917 31.2121 10.7253 31.6465 11.5337 31.8807C12.3423 32.1149 13.1976 32.1414 14.019 31.9572L14.1476 31.9336C14.7916 31.8414 15.4364 32.1331 15.7899 32.6888C16.2414 33.3986 16.8648 33.9831 17.6022 34.388C18.3396 34.7928 19.1674 35.0049 20.0086 35.0049C20.8498 35.0048 21.6777 34.7929 22.415 34.388C23.1524 33.9831 23.7759 33.3986 24.2274 32.6888L24.3014 32.5814C24.6916 32.0624 25.3525 31.8141 25.9941 31.9564C26.816 32.1388 27.6714 32.1109 28.4795 31.875C29.2875 31.6391 30.0228 31.2029 30.6173 30.6071C31.212 30.0112 31.647 29.2746 31.8812 28.466C32.1153 27.6574 32.141 26.8028 31.9569 25.9814C31.8035 25.2975 32.0948 24.5908 32.6852 24.2131C33.3923 23.7609 33.9748 23.1377 34.3779 22.4015C34.781 21.6654 34.9923 20.8393 34.9923 20ZM23.8213 15.4883C24.4722 14.8374 25.528 14.8374 26.1789 15.4883C26.8295 16.1391 26.8294 17.1942 26.1789 17.8451L19.5122 24.5117C18.8613 25.1626 17.8055 25.1626 17.1546 24.5117L13.8213 21.1784C13.1707 20.5275 13.1706 19.4724 13.8213 18.8216C14.4722 18.1707 15.528 18.1707 16.1789 18.8216L18.333 20.9757L23.8213 15.4883ZM38.3257 20C38.3257 21.3989 37.9729 22.7753 37.3011 24.0023C36.8089 24.9011 36.1558 25.6973 35.3789 26.3558C35.4672 27.3749 35.369 28.405 35.0827 29.3937C34.6924 30.7413 33.9676 31.9683 32.9766 32.9614C31.9855 33.9546 30.7598 34.6817 29.4129 35.0749C28.4251 35.3632 27.3957 35.4637 26.3766 35.3776C25.7179 36.1585 24.9201 36.8148 24.019 37.3096C22.7901 37.9843 21.4107 38.3382 20.0086 38.3382C18.6065 38.3382 17.2265 37.9844 15.9974 37.3096C15.0969 36.8151 14.2991 36.1595 13.6406 35.3792C12.6228 35.467 11.5942 35.369 10.6068 35.083C9.25907 34.6927 8.03142 33.968 7.03825 32.9769C6.0452 31.9858 5.31873 30.76 4.92562 29.4132C4.63752 28.4262 4.53555 27.3976 4.62126 26.3794C3.83747 25.7208 3.17883 24.9218 2.68197 24.0194C2.00412 22.7882 1.64844 21.4054 1.64844 20C1.64846 18.5946 2.00415 17.2117 2.68197 15.9806C3.17893 15.0781 3.8373 14.2784 4.62126 13.6198C4.53572 12.6019 4.63763 11.5734 4.92562 10.5868C5.31877 9.24003 6.04519 8.01411 7.03825 7.02311C8.03142 6.03202 9.25907 5.30812 10.6068 4.91781C11.595 4.6316 12.6244 4.53183 13.6431 4.61995C14.3016 3.84306 15.0994 3.19071 15.9982 2.69857C17.225 2.02694 18.6011 1.67486 19.9997 1.6748C21.3984 1.6748 22.775 2.02684 24.002 2.69857C24.9005 3.19056 25.6971 3.84337 26.3555 4.61995C27.3765 4.53096 28.4086 4.62988 29.3991 4.91699C30.7489 5.30825 31.9779 6.03504 32.9717 7.02881C33.9654 8.02255 34.6914 9.25162 35.0827 10.6014C35.3696 11.5915 35.4685 12.6228 35.3797 13.6434C36.1566 14.3019 36.8089 15.0989 37.3011 15.9977C37.9729 17.2246 38.3257 18.6012 38.3257 20Z' fill='%2388FF00'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:40;}.i-colors\:time_bg_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83412 14.6669C1.56745 14.6669 1.33412 14.4335 1.33412 14.1669V10.1669C1.33412 9.90019 1.56745 9.66686 1.83412 9.66686C2.10079 9.66686 2.33412 9.90019 2.33412 10.1669V14.1669C2.33412 14.4335 2.10079 14.6669 1.83412 14.6669ZM5.93412 14.6669C5.66745 14.6669 5.43412 14.4335 5.43412 14.1669V8.50019C5.43412 8.23352 5.66745 8.00019 5.93412 8.00019C6.20079 8.00019 6.43412 8.23352 6.43412 8.50019V14.1669C6.43412 14.4335 6.23412 14.6669 5.93412 14.6669ZM10.0675 14.6669C9.80079 14.6669 9.56745 14.4335 9.56745 14.1669V9.50019C9.56745 9.23352 9.80079 9.00019 10.0675 9.00019C10.3341 9.00019 10.5675 9.23352 10.5675 9.50019V14.1669C10.5675 14.4335 10.3341 14.6669 10.0675 14.6669ZM14.1675 14.6669C13.9008 14.6669 13.6675 14.4335 13.6675 14.1669V7.50019C13.6675 7.23352 13.9008 7.00019 14.1675 7.00019C14.4341 7.00019 14.6675 7.23352 14.6675 7.50019V14.1669C14.6675 14.4335 14.4341 14.6669 14.1675 14.6669ZM1.83412 8.50019C1.70079 8.50019 1.53412 8.43352 1.43412 8.33352C1.26745 8.13352 1.26745 7.80019 1.50079 7.63352L5.43412 4.30019C5.80079 4.00019 6.30079 4.06686 6.60079 4.40019L8.06745 6.13352L13.1675 2.13352C13.4008 1.96686 13.7008 2.03352 13.8675 2.23352C14.0341 2.43352 14.0008 2.73352 13.8008 2.90019L8.60079 7.03352C8.23412 7.30019 7.73412 7.26686 7.43412 6.90019L5.96745 5.16686L2.16745 8.36686C2.06745 8.46686 1.93412 8.50019 1.83412 8.50019Z' fill='white'/%3E%3Cpath d='M14.1669 4.5335C13.9003 4.5335 13.6669 4.30016 13.6669 4.0335V2.3335H11.9336C11.6669 2.3335 11.4336 2.10016 11.4336 1.8335C11.4336 1.56683 11.6669 1.3335 11.9336 1.3335H13.8336C14.3003 1.3335 14.6669 1.70016 14.6669 2.16683V4.0335C14.6669 4.3335 14.4336 4.5335 14.1669 4.5335Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:16;height:16;}.i-colors\:time_icon{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11035_4696)'%3E%3Cpath d='M4.99766 0C2.23737 0 0 2.23737 0 4.99753C0 7.75794 2.2375 9.99518 4.99766 9.99518C7.75807 9.99518 9.99531 7.75768 9.99531 4.99753C9.99531 2.23737 7.75781 0 4.99766 0ZM1.25234 5.00651C1.25234 5.06152 1.2415 5.11598 1.22044 5.1668C1.19938 5.21761 1.16851 5.26378 1.12959 5.30266C1.09068 5.34153 1.04449 5.37236 0.993652 5.39338C0.942818 5.41439 0.88834 5.42518 0.833333 5.42513C0.722309 5.42513 0.615831 5.38103 0.537324 5.30252C0.458818 5.22401 0.414714 5.11754 0.414714 5.00651C0.414714 4.89549 0.458818 4.78901 0.537324 4.7105C0.615831 4.63199 0.722309 4.58789 0.833333 4.58789C0.944336 4.58792 1.05078 4.63204 1.12926 4.71055C1.20774 4.78905 1.25182 4.89551 1.25182 5.00651H1.25234ZM4.58568 0.830469C4.58568 0.775512 4.5965 0.721093 4.61753 0.67032C4.63856 0.619546 4.66939 0.573412 4.70825 0.534552C4.74711 0.495692 4.79324 0.464866 4.84402 0.443835C4.89479 0.422804 4.94921 0.411979 5.00417 0.411979C5.05913 0.411962 5.11357 0.422774 5.16436 0.443797C5.21514 0.464821 5.26129 0.495644 5.30017 0.534506C5.33904 0.573368 5.36988 0.619508 5.39092 0.67029C5.41196 0.721072 5.42279 0.775501 5.42279 0.830469C5.4228 0.885447 5.41199 0.939891 5.39096 0.990688C5.36992 1.04148 5.33909 1.08764 5.30021 1.12652C5.26134 1.16539 5.21518 1.19623 5.16439 1.21726C5.11359 1.23829 5.05915 1.24911 5.00417 1.24909C4.9492 1.24909 4.89477 1.23826 4.84399 1.21722C4.79321 1.19618 4.74707 1.16534 4.7082 1.12647C4.66934 1.0876 4.63852 1.04145 4.6175 0.990658C4.59647 0.939869 4.58566 0.885436 4.58568 0.830469ZM5.41979 9.17526C5.41979 9.28628 5.37569 9.39276 5.29718 9.47127C5.21867 9.54978 5.1122 9.59388 5.00117 9.59388C4.89028 9.59367 4.78401 9.54948 4.70567 9.47099C4.62733 9.39251 4.58333 9.28615 4.58333 9.17526C4.58337 9.06426 4.62749 8.95781 4.70599 8.87934C4.78449 8.80086 4.89095 8.75677 5.00195 8.75677C5.11296 8.75677 5.21941 8.80086 5.29792 8.87934C5.37642 8.95781 5.42054 9.06426 5.42057 9.17526H5.41979ZM8.24662 6.87591C8.21925 6.92331 8.18282 6.96485 8.1394 6.99816C8.09598 7.03148 8.04643 7.05591 7.99356 7.07007C7.9407 7.08423 7.88557 7.08784 7.83131 7.08068C7.77705 7.07353 7.72473 7.05576 7.67734 7.02839L5.05443 5.51406C5.03348 5.51677 5.01239 5.51816 4.99128 5.51823C4.92665 5.51823 4.86265 5.5055 4.80294 5.48076C4.74324 5.45602 4.68899 5.41977 4.64329 5.37406C4.5976 5.32836 4.56136 5.2741 4.53664 5.21438C4.51192 5.15467 4.4992 5.09067 4.49922 5.02604V2.55378C4.49922 2.42326 4.55106 2.29809 4.64333 2.20579C4.73561 2.11349 4.86076 2.06162 4.99128 2.06159C5.12181 2.06159 5.247 2.11344 5.33931 2.20575C5.43161 2.29805 5.48346 2.42324 5.48346 2.55378V4.79922L8.09427 6.30664C8.14167 6.334 8.18321 6.37043 8.21652 6.41385C8.24984 6.45727 8.27427 6.50683 8.28843 6.55969C8.30259 6.61255 8.3062 6.66769 8.29904 6.72195C8.29189 6.77621 8.27412 6.82852 8.24675 6.87591H8.24662ZM9.58776 4.9974C9.58776 5.05236 9.57693 5.10679 9.55589 5.15757C9.53485 5.20836 9.50401 5.2545 9.46514 5.29336C9.42627 5.33222 9.38012 5.36304 9.32933 5.38407C9.27854 5.40509 9.22411 5.4159 9.16914 5.41588C9.11413 5.41597 9.05964 5.40521 9.00879 5.38422C8.95794 5.36322 8.91173 5.33241 8.8728 5.29354C8.83387 5.25467 8.80299 5.20851 8.78192 5.1577C8.76085 5.10688 8.75 5.05241 8.75 4.9974C8.74998 4.94243 8.7608 4.888 8.78182 4.83721C8.80284 4.78642 8.83366 4.74027 8.87253 4.70139C8.91139 4.66252 8.95753 4.63168 9.00831 4.61064C9.05909 4.5896 9.11352 4.57878 9.16849 4.57878C9.22347 4.57876 9.27791 4.58958 9.32871 4.61061C9.37951 4.63164 9.42566 4.66247 9.46454 4.70135C9.50341 4.74022 9.53425 4.78638 9.55528 4.83718C9.57631 4.88797 9.58713 4.94242 9.58711 4.9974H9.58776Z' fill='white' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11035_4696'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:10;height:10;}.i-colors\:vip{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_8383_2011)'%3E%3Cg filter='url(%23filter1_di_8383_2011)'%3E%3Cpath d='M8.72225 17.7663C9.40932 18.5232 10.591 18.5232 11.278 17.7663L18.7111 9.57736C19.2052 9.03301 19.308 8.23411 18.968 7.58035L16.3799 2.60397C16.0804 2.02803 15.4894 1.66732 14.8452 1.66732H5.15511C4.51093 1.66732 3.91987 2.02804 3.62035 2.60398L1.03232 7.58036C0.692329 8.23411 0.795086 9.03301 1.28918 9.57735L8.72225 17.7663Z' fill='url(%23paint0_linear_8383_2011)'/%3E%3C/g%3E%3Cmask id='mask0_8383_2011' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='6' width='20' height='13'%3E%3Crect x='0.833496' y='6.66699' width='18.3333' height='11.6667' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8383_2011)'%3E%3Cpath d='M8.72225 17.7663C9.40932 18.5232 10.591 18.5232 11.278 17.7663L18.7111 9.57736C19.2052 9.03301 19.308 8.23411 18.968 7.58035L16.3799 2.60397C16.0804 2.02804 15.4894 1.66732 14.8452 1.66732H5.15511C4.51093 1.66732 3.91987 2.02804 3.62035 2.60398L1.03232 7.58036C0.692329 8.23411 0.795086 9.03301 1.28918 9.57735L8.72225 17.7663Z' fill='url(%23paint1_linear_8383_2011)'/%3E%3C/g%3E%3Cpath d='M10.0003 18.334L15.8337 6.66732H4.16699L10.0003 18.334Z' fill='url(%23paint2_linear_8383_2011)'/%3E%3Cpath d='M6.50033 1.66699H13.5003L15.8337 6.66699H4.16699L6.50033 1.66699Z' fill='url(%23paint3_linear_8383_2011)'/%3E%3Cpath d='M10.0003 1.66699L15.8337 6.66699H4.16699L10.0003 1.66699Z' fill='url(%23paint4_linear_8383_2011)'/%3E%3Cg filter='url(%23filter2_i_8383_2011)'%3E%3Cpath d='M10.0196 14.167L5 6.66699H8.5V7.60449L10.0588 9.94824L11.5 7.60449V6.66699L15 6.66699L10.0196 14.167Z' fill='%2391301C'/%3E%3C/g%3E%3Cpath d='M8.41699 6.75V7.62988L8.43066 7.65039L9.98926 9.99414L10.0615 10.1025L10.1299 9.99219L11.5713 7.64844L11.583 7.62793V6.75H14.8447L10.0186 14.0166L5.15527 6.75H8.41699Z' stroke='url(%23paint5_linear_8383_2011)' stroke-width='0.166667'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_8383_2011' x='0.833496' y='1.66699' width='18.3335' height='20.0003' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.33333'/%3E%3CfeGaussianBlur stdDeviation='1.66667'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_8383_2011'/%3E%3C/filter%3E%3Cfilter id='filter1_di_8383_2011' x='0.833496' y='1.66699' width='20.8335' height='20.0003' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1.25' dy='1.25'/%3E%3CfeGaussianBlur stdDeviation='0.625'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.360784 0 0 0 0 0.247059 0 0 0 0 0.0196078 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8383_2011'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8383_2011' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='3.33333'/%3E%3CfeGaussianBlur stdDeviation='1.66667'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_8383_2011'/%3E%3C/filter%3E%3Cfilter id='filter2_i_8383_2011' x='5' y='6.66699' width='10' height='7.91667' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.416667'/%3E%3CfeGaussianBlur stdDeviation='0.208333'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_8383_2011'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8383_2011' x1='10.0002' y1='6.66732' x2='10.0002' y2='18.334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D99643'/%3E%3Cstop offset='1' stop-color='%23FFD79E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8383_2011' x1='10.0002' y1='6.66732' x2='10.0002' y2='18.334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D99643'/%3E%3Cstop offset='1' stop-color='%23FFD79E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8383_2011' x1='10.0003' y1='6.66732' x2='10.0003' y2='18.334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E2B070'/%3E%3Cstop offset='0.65' stop-color='%23FDE1BB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_8383_2011' x1='10.0003' y1='6.66699' x2='10.0003' y2='1.66699' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF2E0'/%3E%3Cstop offset='1' stop-color='%23E3B273'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_8383_2011' x1='10.0003' y1='1.66699' x2='10.0003' y2='6.66699' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEDEC2'/%3E%3Cstop offset='1' stop-color='%23F3CFA3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_8383_2011' x1='10' y1='6.66699' x2='10' y2='14.167' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2391301C'/%3E%3Cstop offset='0.5' stop-color='%23F3D2CB'/%3E%3Cstop offset='1' stop-color='%23FAF4E7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:22;height:20;}.i-game\:0_0{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='44' height='41' viewBox='0 0 44 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5563 35.4005C17.878 35.8623 18.3185 34.5924 17.7678 34.1306C16.0056 32.8607 15.1245 30.5518 15.7853 28.4737C16.4461 26.1648 18.2084 25.2413 18.2084 21.7779C18.2084 21.7779 20.4111 23.5096 19.9706 26.1649C22.1734 23.5096 21.1821 20.0462 20.7416 18.43C26.3587 21.547 31.2048 28.3583 25.5877 34.1306C24.9269 34.7078 25.5877 35.7469 26.579 35.4005C41.8882 26.2803 30.3237 12.6576 28.3412 11.0414C29.002 12.6576 29.1122 15.1974 27.7905 16.4674C25.4776 7.34714 19.8605 5.5 19.8605 5.5C20.5213 10.2333 17.3273 15.313 14.3535 19.2381C14.2434 17.2755 14.1333 16.0056 13.2521 14.2739C13.0319 17.6219 10.4987 20.3925 9.8379 23.8559C8.95678 28.4737 10.4987 31.8217 16.5564 35.4005L16.5563 35.4005Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:44;height:41;}.i-game\:0_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='44' height='41' viewBox='0 0 44 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8224_344)'%3E%3Cg filter='url(%23filter0_d_8224_344)'%3E%3Cpath d='M16.5563 35.4005C17.878 35.8623 18.3185 34.5924 17.7678 34.1306C16.0056 32.8607 15.1245 30.5518 15.7853 28.4737C16.4461 26.1648 18.2084 25.2413 18.2084 21.7779C18.2084 21.7779 20.4111 23.5096 19.9706 26.1649C22.1734 23.5096 21.1821 20.0462 20.7416 18.43C26.3587 21.547 31.2048 28.3583 25.5877 34.1306C24.9269 34.7078 25.5877 35.7469 26.579 35.4005C41.8882 26.2803 30.3237 12.6576 28.3412 11.0414C29.002 12.6576 29.1122 15.1974 27.7905 16.4674C25.4776 7.34714 19.8605 5.5 19.8605 5.5C20.5213 10.2333 17.3273 15.313 14.3535 19.2381C14.2434 17.2755 14.1333 16.0056 13.2521 14.2739C13.0319 17.6219 10.4987 20.3925 9.8379 23.8559C8.95678 28.4737 10.4987 31.8217 16.5564 35.4005L16.5563 35.4005Z' fill='url(%23paint0_linear_8224_344)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8224_344' x='5.60889' y='5.5' width='32.7827' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0117647 0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8224_344'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8224_344' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8224_344' x1='22.0002' y1='5.5' x2='22.0002' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8224_344'%3E%3Crect width='44' height='40' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:44;height:41;}.i-game\:1_0{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' t='1769245409613' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1742' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M500.608 171.648c-9.728 1.536-24.064 6.272-31.616 10.752-9.6 5.632-20.608 15.616-26.752 24.192-4.864 6.912-25.344 48.256-61.44 124.416l-6.656 14.08-10.112 1.536c-80.384 11.648-125.824 18.432-130.816 19.456-12.032 2.688-28.672 12.032-39.424 22.272-15.616 14.592-23.04 28.8-27.52 52.608-1.792 9.856-2.176 14.08-1.152 15.872 0.64 1.408 1.28 4.096 1.28 5.888 0 12.8 10.624 36.224 22.144 48.768 4.352 4.736 28.16 27.904 52.736 51.456 24.704 23.552 44.928 43.392 45.184 44.288 0.128 0.768-6.656 35.712-15.104 77.568-14.72 72.064-15.488 76.8-14.72 86.912 1.536 22.912 9.472 40.96 24.32 55.936 21.248 21.376 50.944 29.184 80.512 21.248 12.928-3.584 15.616-4.992 87.808-46.208 33.408-19.072 61.568-34.688 62.464-34.688 1.024 0 31.616 17.024 68.096 37.888 40.704 23.168 69.76 39.04 75.264 40.832 19.968 6.784 37.888 6.912 56.96 0.512 30.848-10.368 52.48-39.424 55.424-74.752 0.768-8.064-0.768-16.896-14.72-86.272-8.576-42.624-15.872-77.824-16.128-78.208-0.256-0.512 13.44-14.08 30.464-30.08 67.584-63.616 76.928-73.856 84.352-92.032 3.712-8.96 7.68-26.24 7.808-33.408 0.128-5.888-3.712-23.552-6.784-31.616-3.712-9.984-13.568-24.704-21.376-31.872-16-14.976-31.232-21.632-58.368-25.472-22.528-3.328-110.976-16.512-118.016-17.792-4.224-0.64-5.504-1.664-7.424-5.248-1.152-2.432-15.36-32-31.488-65.664-16.128-33.536-31.488-63.872-33.92-67.328-7.168-9.728-19.84-20.864-29.824-26.112-15.744-8.192-35.712-12.032-51.456-9.728z m27.136 57.216c3.456 1.792 7.68 5.248 9.472 7.552 1.664 2.176 18.304 35.712 36.864 74.24 18.688 38.528 35.2 71.936 36.864 73.984 1.664 2.176 5.888 5.376 9.472 7.296 6.912 3.84 1.024 2.816 109.824 18.816 52.864 7.808 55.808 8.576 65.024 16.768 8.704 7.552 12.544 23.168 8.576 35.328-3.072 9.344-1.152 7.424-91.136 93.056-24.448 23.296-27.136 27.008-29.44 40.96-1.28 7.424-0.896 10.24 6.4 46.336 4.352 21.12 11.648 57.088 16.384 80 9.088 45.056 9.472 50.048 4.48 60.032-5.632 10.752-19.712 16.896-32.768 14.208-6.656-1.408-11.392-3.84-75.52-40.32-17.536-9.984-42.112-23.808-54.4-30.848l-22.4-12.672h-26.88L467.2 731.392c-122.88 69.632-115.84 65.792-123.136 66.816-9.216 1.28-19.712-2.432-26.24-9.216-5.632-5.76-8.064-11.904-8.064-20.352 0-2.816 7.296-41.088 16.128-84.992 15.104-75.008 16-80.256 14.848-87.168-2.56-14.464-4.48-16.768-41.6-52.096-80.384-76.288-80.256-76.032-80.256-92.544 0.128-13.952 6.528-24.32 19.2-30.72 6.4-3.2 12.544-4.48 51.968-10.112 114.304-16.512 112.384-16.128 120.96-24.704 3.072-3.072 10.752-17.664 25.984-49.664 46.976-98.304 47.232-98.816 53.376-104.064 10.624-9.216 24.832-10.624 37.376-3.712z' p-id='1743'%3E%3C/path%3E%3Cpath d='M416.64 543.872c-9.216 2.304-15.744 7.68-19.2 15.744-4.992 12.16-0.64 22.528 16.384 39.04 24.576 23.68 53.632 36.096 89.6 38.272 14.72 0.896 35.968-1.664 50.56-6.016 10.88-3.328 28.928-12.416 37.632-18.816 9.216-6.784 24.576-23.296 28.032-29.952 9.088-17.792-3.328-38.144-23.296-38.144-10.368 0-15.744 3.328-25.728 15.616-15.744 19.328-52.224 29.056-81.664 21.632-17.792-4.352-28.416-10.496-40.32-22.656-12.672-13.056-21.632-17.152-32-14.72z' p-id='1744'%3E%3C/path%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:200;height:200;}.i-game\:1_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' t='1769245431488' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1895' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M447 134.6z' fill='%231afa29' p-id='1896'%3E%3C/path%3E%3Cpath d='M867.7 344.7l-187.3-27.2c-7.8-1.1-14.6-6-18.1-13.1l-83.7-169.7c-12.5-25.3-37.7-40.9-65.8-40.9-28.2 0-53.4 15.7-65.8 40.9l-83.7 169.7c-3.5 7.1-10.3 12-18.1 13.1l-187.3 27.2c-15.9 2.3-30.8 9.9-42 21.4l-2.7 2.9-0.3 0.3c-25.4 29.3-23.5 73.5 4.3 100.6L252.7 602c5.7 5.5 8.2 13.5 6.9 21.2l-32 186.6c-2.7 15.8-0.1 32.4 7.4 46.6l1.8 3.3 0.2 0.3c13.7 22.8 38 35.6 63 35.6 11.5 0 23.2-2.7 34.1-8.4l167.5-88.1c7-3.7 15.3-3.7 22.3 0l167.5 88.1c14.2 7.5 30.8 10.1 46.6 7.4l3.6-0.7 0.3-0.1c38-8.7 62.6-45.6 56-84l-32-186.5c-1.3-7.8 1.2-15.7 6.9-21.2L908.3 470c11.5-11.2 19.1-26.1 21.4-42l0.4-3.6v-0.4c3.7-38.9-23.8-73.7-62.4-79.3zM622.8 586.3c-26.6 26.8-63.4 42.2-101.1 42.2h-0.4c-37.5 0-74.1-15.2-100.6-41.8-15.2-15.2-15.2-39.8 0-55s39.8-15.2 55 0c12 12.1 28.6 19 45.6 19h0.2c17.1 0 33.8-6.9 45.8-19.1 9.7-10.1 24.1-14.2 37.7-10.7 13.6 3.5 24.3 14.1 27.9 27.6s-0.3 28-10.1 37.8z' fill='%231afa29' p-id='1897'%3E%3C/path%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:200;height:200;}.i-game\:1000_0{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='45' height='41' viewBox='0 0 45 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.7685 27.3884V25.5889H43.5287V27.3884H41.7685ZM41.7685 23.5325H43.5287V25.3319H41.7685V23.5325ZM39.8195 29.6441H41.5249V31.4435H39.8195V29.6441ZM39.8195 27.6454H41.5249V29.387H39.8195V27.6454ZM39.8195 25.5889H41.5249V27.3884H39.8195V25.5889ZM39.8195 23.5325H41.5249V25.3319H39.8195V23.5325ZM39.8195 21.4181H41.5249V23.2176H39.8195V21.4181ZM39.8195 17.363H41.5249V19.1046H39.8195V17.363ZM39.8195 15.3065H41.5249V17.1059H39.8195V15.3065ZM37.9253 29.6441H39.6307V31.4435H37.9253V29.6441ZM37.9253 27.6454H39.6307V29.387H37.9253V27.6454ZM37.9253 23.5325H39.6307V25.3319H37.9253V23.5325ZM37.9253 21.4181H39.6307V23.2176H37.9253V21.4181ZM37.9253 17.363H39.6307V19.1046H37.9253V17.363ZM37.9253 15.3065H39.6307V17.1059H37.9253V15.3065ZM35.9763 31.7006H37.6816V33.5H35.9763V31.7006ZM35.9763 29.6441H37.6816V31.4435H35.9763V29.6441ZM35.9763 23.5325H37.6816V25.3319H35.9763V23.5325ZM35.9763 21.4181H37.6816V23.2176H35.9763V21.4181ZM35.9763 15.3065H37.6816V17.1059H35.9763V15.3065ZM35.9763 13.25H37.6816V15.0494H35.9763V13.25ZM33.9724 31.7006H35.6778V33.5H33.9724V31.7006ZM33.9724 29.6441H35.6778V31.4435H33.9724V29.6441ZM33.9724 23.5325H35.6778V25.3319H33.9724V23.5325ZM33.9724 21.4181H35.6778V23.2176H33.9724V21.4181ZM33.9724 15.3065H35.6778V17.1059H33.9724V15.3065ZM33.9724 13.25H35.6778V15.0494H33.9724V13.25ZM32.0782 31.7006H33.7288V33.5H32.0782V31.7006ZM32.0782 29.6441H33.7288V31.4435H32.0782V29.6441ZM32.0782 15.3065H33.7288V17.1059H32.0782V15.3065ZM32.0782 13.25H33.7288V15.0494H32.0782V13.25ZM30.1292 31.7006H31.8346V33.5H30.1292V31.7006ZM30.1292 29.6441H31.8346V31.4435H30.1292V29.6441ZM30.1292 15.3065H31.8346V17.1059H30.1292V15.3065ZM30.1292 13.25H31.8346V15.0494H30.1292V13.25ZM28.1254 31.7006H29.8856V33.5H28.1254V31.7006ZM28.1254 29.6441H29.8856V31.4435H28.1254V29.6441ZM28.1254 27.6454H29.8856V29.387H28.1254V27.6454ZM28.1254 17.363H29.8856V19.1046H28.1254V17.363ZM28.1254 15.3065H29.8856V17.1059H28.1254V15.3065ZM26.1764 27.6454H27.8818V29.387H26.1764V27.6454ZM26.1764 25.5889H27.8818V27.3884H26.1764V25.5889ZM26.1764 23.5325H27.8818V25.3319H26.1764V23.5325ZM26.1764 21.4181H27.8818V23.2176H26.1764V21.4181ZM26.1764 19.3616H27.8818V21.1611H26.1764V19.3616ZM26.1764 17.363H27.8818V19.1046H26.1764V17.363ZM26.1764 15.3065H27.8818V17.1059H26.1764V15.3065ZM24.2822 27.6454H25.9876V29.387H24.2822V27.6454ZM24.2822 25.5889H25.9876V27.3884H24.2822V25.5889ZM24.2822 23.5325H25.9876V25.3319H24.2822V23.5325ZM24.2822 21.4181H25.9876V23.2176H24.2822V21.4181ZM24.2822 19.3616H25.9876V21.1611H24.2822V19.3616ZM18.624 23.5325H20.3294V25.3319H18.624V23.5325ZM18.624 21.4181H20.3294V23.2176H18.624V21.4181ZM18.624 19.3616H20.3294V21.1611H18.624V19.3616ZM18.624 17.363H20.3294V19.1046H18.624V17.363ZM16.7298 25.5889H18.4352V27.3884H16.7298V25.5889ZM16.7298 23.5325H18.4352V25.3319H16.7298V23.5325ZM16.7298 21.4181H18.4352V23.2176H16.7298V21.4181ZM16.7298 19.3616H18.4352V21.1611H16.7298V19.3616ZM16.7298 17.363H18.4352V19.1046H16.7298V17.363ZM16.7298 15.3065H18.4352V17.1059H16.7298V15.3065ZM14.726 25.5889H16.4862V27.3884H14.726V25.5889ZM14.726 23.5325H16.4862V25.3319H14.726V23.5325ZM14.726 21.4181H16.4862V23.2176H14.726V21.4181ZM14.726 19.3616H16.4862V21.1611H14.726V19.3616ZM14.726 17.363H16.4862V19.1046H14.726V17.363ZM14.726 15.3065H16.4862V17.1059H14.726V15.3065ZM14.726 13.25H16.4862V15.0494H14.726V13.25ZM12.7769 25.5889H14.4823V27.3884H12.7769V25.5889ZM12.7769 15.3065H14.4823V17.1059H12.7769V15.3065ZM12.7769 13.25H14.4823V15.0494H12.7769V13.25ZM10.8827 27.6454H12.5333V29.387H10.8827V27.6454ZM10.8827 25.5889H12.5333V27.3884H10.8827V25.5889ZM10.8827 15.3065H12.5333V17.1059H10.8827V15.3065ZM10.8827 13.25H12.5333V15.0494H10.8827V13.25ZM8.93374 27.6454H10.6391V29.387H8.93374V27.6454ZM8.93374 25.5889H10.6391V27.3884H8.93374V25.5889ZM8.93374 15.3065H10.6391V17.1059H8.93374V15.3065ZM8.93374 13.25H10.6391V15.0494H8.93374V13.25ZM6.92991 27.6454H8.6353V29.387H6.92991V27.6454ZM6.92991 25.5889H8.6353V27.3884H6.92991V25.5889ZM6.92991 15.3065H8.6353V17.1059H6.92991V15.3065ZM6.92991 13.25H8.6353V15.0494H6.92991V13.25ZM4.9809 27.6454H6.68629V29.387H4.9809V27.6454ZM4.9809 25.5889H6.68629V27.3884H4.9809V25.5889ZM4.9809 15.3065H6.68629V17.1059H4.9809V15.3065ZM4.9809 13.25H6.68629V15.0494H4.9809V13.25ZM3.08671 29.6441H4.79209V31.4435H3.08671V29.6441ZM3.08671 27.6454H4.79209V29.387H3.08671V27.6454ZM3.08671 25.5889H4.79209V27.3884H3.08671V25.5889ZM3.08671 23.5325H4.79209V25.3319H3.08671V23.5325ZM3.08671 21.4181H4.79209V23.2176H3.08671V21.4181ZM3.08671 19.3616H4.79209V21.1611H3.08671V19.3616ZM3.08671 17.363H4.79209V19.1046H3.08671V17.363ZM3.08671 15.3065H4.79209V17.1059H3.08671V15.3065ZM3.08671 13.25H4.79209V15.0494H3.08671V13.25ZM1.1377 31.7006H2.84308V33.5H1.1377V31.7006ZM1.1377 29.6441H2.84308V31.4435H1.1377V29.6441ZM1.1377 27.6454H2.84308V29.387H1.1377V27.6454ZM1.1377 25.5889H2.84308V27.3884H1.1377V25.5889ZM1.1377 23.5325H2.84308V25.3319H1.1377V23.5325ZM1.1377 21.4181H2.84308V23.2176H1.1377V21.4181ZM1.1377 19.3616H2.84308V21.1611H1.1377V19.3616ZM1.1377 17.363H2.84308V19.1046H1.1377V17.363Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.731 13.2522H18.4364V15.0517H16.731V13.2522Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.13806 15.3088H2.84344V17.1082H1.13806V15.3088Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.08698 31.6986H4.79236V33.4981H3.08698V31.6986Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7704 27.6486H14.4758V29.3837H12.7704V27.6486Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2829 17.3654H25.9883V19.1006H24.2829V17.3654Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1695 29.642H27.8749V31.4414H26.1695V29.642Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.9245 31.6986H39.6299V33.4981H37.9245V31.6986Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.7628 27.6486H43.529V29.3837H41.7628V27.6486Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.7628 21.4155H43.529V23.2149H41.7628V21.4155Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.1812 13.2522H29.8866V15.0517H28.1812V13.2522Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:45;height:41;}.i-game\:1000_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='44' height='41' viewBox='0 0 44 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8228_369)'%3E%3Cg filter='url(%23filter0_d_8228_369)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.435 27.3884V25.5889H43.1952V27.3884H41.435ZM41.435 23.5325H43.1952V25.3319H41.435V23.5325ZM39.486 29.6441H41.1914V31.4435H39.486V29.6441ZM39.486 27.6454H41.1914V29.387H39.486V27.6454ZM39.486 25.5889H41.1914V27.3884H39.486V25.5889ZM39.486 23.5325H41.1914V25.3319H39.486V23.5325ZM39.486 21.4181H41.1914V23.2176H39.486V21.4181ZM39.486 17.363H41.1914V19.1046H39.486V17.363ZM39.486 15.3065H41.1914V17.1059H39.486V15.3065ZM37.5918 29.6441H39.2972V31.4435H37.5918V29.6441ZM37.5918 27.6454H39.2972V29.387H37.5918V27.6454ZM37.5918 23.5325H39.2972V25.3319H37.5918V23.5325ZM37.5918 21.4181H39.2972V23.2176H37.5918V21.4181ZM37.5918 17.363H39.2972V19.1046H37.5918V17.363ZM37.5918 15.3065H39.2972V17.1059H37.5918V15.3065ZM35.6428 31.7006H37.3482V33.5H35.6428V31.7006ZM35.6428 29.6441H37.3482V31.4435H35.6428V29.6441ZM35.6428 23.5325H37.3482V25.3319H35.6428V23.5325ZM35.6428 21.4181H37.3482V23.2176H35.6428V21.4181ZM35.6428 15.3065H37.3482V17.1059H35.6428V15.3065ZM35.6428 13.25H37.3482V15.0494H35.6428V13.25ZM33.6389 31.7006H35.3443V33.5H33.6389V31.7006ZM33.6389 29.6441H35.3443V31.4435H33.6389V29.6441ZM33.6389 23.5325H35.3443V25.3319H33.6389V23.5325ZM33.6389 21.4181H35.3443V23.2176H33.6389V21.4181ZM33.6389 15.3065H35.3443V17.1059H33.6389V15.3065ZM33.6389 13.25H35.3443V15.0494H33.6389V13.25ZM31.7447 31.7006H33.3953V33.5H31.7447V31.7006ZM31.7447 29.6441H33.3953V31.4435H31.7447V29.6441ZM31.7447 15.3065H33.3953V17.1059H31.7447V15.3065ZM31.7447 13.25H33.3953V15.0494H31.7447V13.25ZM29.7957 31.7006H31.5011V33.5H29.7957V31.7006ZM29.7957 29.6441H31.5011V31.4435H29.7957V29.6441ZM29.7957 15.3065H31.5011V17.1059H29.7957V15.3065ZM29.7957 13.25H31.5011V15.0494H29.7957V13.25ZM27.7919 31.7006H29.5521V33.5H27.7919V31.7006ZM27.7919 29.6441H29.5521V31.4435H27.7919V29.6441ZM27.7919 27.6454H29.5521V29.387H27.7919V27.6454ZM27.7919 17.363H29.5521V19.1046H27.7919V17.363ZM27.7919 15.3065H29.5521V17.1059H27.7919V15.3065ZM25.8429 27.6454H27.5483V29.387H25.8429V27.6454ZM25.8429 25.5889H27.5483V27.3884H25.8429V25.5889ZM25.8429 23.5325H27.5483V25.3319H25.8429V23.5325ZM25.8429 21.4181H27.5483V23.2176H25.8429V21.4181ZM25.8429 19.3616H27.5483V21.1611H25.8429V19.3616ZM25.8429 17.363H27.5483V19.1046H25.8429V17.363ZM25.8429 15.3065H27.5483V17.1059H25.8429V15.3065ZM23.9487 27.6454H25.6541V29.387H23.9487V27.6454ZM23.9487 25.5889H25.6541V27.3884H23.9487V25.5889ZM23.9487 23.5325H25.6541V25.3319H23.9487V23.5325ZM23.9487 21.4181H25.6541V23.2176H23.9487V21.4181ZM23.9487 19.3616H25.6541V21.1611H23.9487V19.3616ZM18.2905 23.5325H19.9959V25.3319H18.2905V23.5325ZM18.2905 21.4181H19.9959V23.2176H18.2905V21.4181ZM18.2905 19.3616H19.9959V21.1611H18.2905V19.3616ZM18.2905 17.363H19.9959V19.1046H18.2905V17.363ZM16.3963 25.5889H18.1017V27.3884H16.3963V25.5889ZM16.3963 23.5325H18.1017V25.3319H16.3963V23.5325ZM16.3963 21.4181H18.1017V23.2176H16.3963V21.4181ZM16.3963 19.3616H18.1017V21.1611H16.3963V19.3616ZM16.3963 17.363H18.1017V19.1046H16.3963V17.363ZM16.3963 15.3065H18.1017V17.1059H16.3963V15.3065ZM14.3925 25.5889H16.1527V27.3884H14.3925V25.5889ZM14.3925 23.5325H16.1527V25.3319H14.3925V23.5325ZM14.3925 21.4181H16.1527V23.2176H14.3925V21.4181ZM14.3925 19.3616H16.1527V21.1611H14.3925V19.3616ZM14.3925 17.363H16.1527V19.1046H14.3925V17.363ZM14.3925 15.3065H16.1527V17.1059H14.3925V15.3065ZM14.3925 13.25H16.1527V15.0494H14.3925V13.25ZM12.4434 25.5889H14.1488V27.3884H12.4434V25.5889ZM12.4434 15.3065H14.1488V17.1059H12.4434V15.3065ZM12.4434 13.25H14.1488V15.0494H12.4434V13.25ZM10.5493 27.6454H12.1998V29.387H10.5493V27.6454ZM10.5493 25.5889H12.1998V27.3884H10.5493V25.5889ZM10.5493 15.3065H12.1998V17.1059H10.5493V15.3065ZM10.5493 13.25H12.1998V15.0494H10.5493V13.25ZM8.60024 27.6454H10.3056V29.387H8.60024V27.6454ZM8.60024 25.5889H10.3056V27.3884H8.60024V25.5889ZM8.60024 15.3065H10.3056V17.1059H8.60024V15.3065ZM8.60024 13.25H10.3056V15.0494H8.60024V13.25ZM6.59642 27.6454H8.3018V29.387H6.59642V27.6454ZM6.59642 25.5889H8.3018V27.3884H6.59642V25.5889ZM6.59642 15.3065H8.3018V17.1059H6.59642V15.3065ZM6.59642 13.25H8.3018V15.0494H6.59642V13.25ZM4.6474 27.6454H6.35279V29.387H4.6474V27.6454ZM4.6474 25.5889H6.35279V27.3884H4.6474V25.5889ZM4.6474 15.3065H6.35279V17.1059H4.6474V15.3065ZM4.6474 13.25H6.35279V15.0494H4.6474V13.25ZM2.75321 29.6441H4.45859V31.4435H2.75321V29.6441ZM2.75321 27.6454H4.45859V29.387H2.75321V27.6454ZM2.75321 25.5889H4.45859V27.3884H2.75321V25.5889ZM2.75321 23.5325H4.45859V25.3319H2.75321V23.5325ZM2.75321 21.4181H4.45859V23.2176H2.75321V21.4181ZM2.75321 19.3616H4.45859V21.1611H2.75321V19.3616ZM2.75321 17.363H4.45859V19.1046H2.75321V17.363ZM2.75321 15.3065H4.45859V17.1059H2.75321V15.3065ZM2.75321 13.25H4.45859V15.0494H2.75321V13.25ZM0.804199 31.7006H2.50958V33.5H0.804199V31.7006ZM0.804199 29.6441H2.50958V31.4435H0.804199V29.6441ZM0.804199 27.6454H2.50958V29.387H0.804199V27.6454ZM0.804199 25.5889H2.50958V27.3884H0.804199V25.5889ZM0.804199 23.5325H2.50958V25.3319H0.804199V23.5325ZM0.804199 21.4181H2.50958V23.2176H0.804199V21.4181ZM0.804199 19.3616H2.50958V21.1611H0.804199V19.3616ZM0.804199 17.363H2.50958V19.1046H0.804199V17.363Z' fill='url(%23paint0_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3975 13.2522H18.1029V15.0517H16.3975V13.2522Z' fill='url(%23paint1_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.804561 15.3088H2.50995V17.1082H0.804561V15.3088Z' fill='url(%23paint2_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.75348 31.6986H4.45887V33.4981H2.75348V31.6986Z' fill='url(%23paint3_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4369 27.6486H14.1423V29.3837H12.4369V27.6486Z' fill='url(%23paint4_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9494 17.3654H25.6548V19.1006H23.9494V17.3654Z' fill='url(%23paint5_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.836 29.642H27.5414V31.4414H25.836V29.642Z' fill='url(%23paint6_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.591 31.6986H39.2964V33.4981H37.591V31.6986Z' fill='url(%23paint7_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.4293 27.6486H43.1955V29.3837H41.4293V27.6486Z' fill='url(%23paint8_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.4293 21.4155H43.1955V23.2149H41.4293V21.4155Z' fill='url(%23paint9_linear_8228_369)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.8477 13.2522H29.5531V15.0517H27.8477V13.2522Z' fill='url(%23paint10_linear_8228_369)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8228_369' x='-3.1958' y='13.25' width='50.3911' height='28.25' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0117647 0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8228_369'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8228_369' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_8228_369' x1='21.9999' y1='13.25' x2='21.9999' y2='33.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8228_369'%3E%3Crect width='44' height='40' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:44;height:41;}.i-game\:1001_0{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2657 16.6365C18.4772 16.872 20.1782 21.8061 24.3666 21.5456C28.4636 21.2909 26.3021 16.3857 22.2657 16.6365Z' fill='white'/%3E%3Cpath d='M13.8996 14.1051C15.693 12.9979 17.7448 12.3771 19.8515 12.3041C19.6141 11.5256 18.7703 8.24549 20.2984 5.06821C17.4008 7.25847 17.9044 10.6174 17.9044 10.6174C17.9044 10.6174 16.0832 5.88992 13.718 3C13.3989 6.72028 14.5647 11.6496 14.5647 11.6496C14.5647 11.6496 13.0837 8.59339 9.45471 8.42232C12.4648 10.1522 13.6325 13.269 13.8996 14.1051Z' fill='white'/%3E%3Cpath d='M20.6665 13.589C13.9255 13.589 8.46094 19.0536 8.46094 25.7945C8.46094 32.5354 13.9255 38 20.6665 38C27.4074 38 32.872 32.5354 32.872 25.7945C32.872 19.0536 27.4074 13.589 20.6665 13.589ZM20.6665 36.7208C14.6339 36.7218 9.74204 31.8319 9.74107 25.7993C9.74011 19.7667 14.63 14.8749 20.6626 14.8739C26.6952 14.873 31.587 19.7628 31.588 25.7954V25.7974C31.588 31.829 26.6981 36.7199 20.6665 36.7208Z' fill='white'/%3E%3Cpath d='M13.564 22.9648H11.3267V29.5462H12.3886V26.9917H13.5679C14.3069 26.9917 14.873 26.8129 15.2641 26.4564C15.6553 26.0998 15.8513 25.6097 15.8513 24.9879C15.8504 24.3603 15.6582 23.8663 15.2747 23.5059C14.8912 23.1455 14.3213 22.9648 13.564 22.9648ZM13.4516 26.1248H12.3886V23.8413H13.4545C13.9148 23.8413 14.2483 23.9384 14.4568 24.1345C14.6654 24.3305 14.7692 24.615 14.7692 24.9879C14.7692 25.7462 14.33 26.1248 13.4516 26.1248Z' fill='white'/%3E%3Cpath d='M17.6742 22.9649H16.6112V29.5462H19.949V28.7168H17.6742V22.9649Z' fill='white'/%3E%3Cpath d='M22.8207 23.0677L20.3959 29.5463H21.5338L22.0374 28.1201H24.8149L25.3185 29.5463H26.4564L24.0412 23.0677H22.8207ZM22.3353 27.3003L23.4261 24.2249L24.5169 27.3003H22.3353Z' fill='white'/%3E%3Cpath d='M29.5145 22.9649L28.0047 26.0134L26.4939 22.9649H25.2628L27.4626 27.1503V29.5462H28.5323V27.1503L30.7226 22.9649H29.5145Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:41;height:41;}.i-game\:1001_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8228_362)'%3E%3Cg filter='url(%23filter0_d_8228_362)'%3E%3Cpath d='M19.9995 13.5889C26.7404 13.5889 32.2056 19.054 32.2056 25.7949C32.2053 32.5356 26.7403 38 19.9995 38C13.259 37.9998 7.79467 32.5355 7.79443 25.7949C7.79443 19.0542 13.2588 13.5891 19.9995 13.5889ZM19.9966 14.874C13.9641 14.875 9.074 19.7664 9.07471 25.7988C9.07567 31.8313 13.9671 36.7214 19.9995 36.7207C26.031 36.7197 30.9211 31.8293 30.9214 25.7979V25.7959C30.9204 19.7635 26.029 14.8733 19.9966 14.874ZM12.8979 22.9648C13.6549 22.9649 14.2245 23.1456 14.6079 23.5059C14.9914 23.8663 15.1841 24.3607 15.1851 24.9883C15.185 25.6099 14.9882 26.0996 14.5972 26.4561C14.206 26.8126 13.6399 26.9922 12.9009 26.9922H11.7222V29.5459H10.6606V22.9648H12.8979ZM17.0073 28.7168H19.2827V29.5459H15.9448V22.9648H17.0073V28.7168ZM25.7896 29.5459H24.6519L24.1479 28.1201H21.3706L20.8677 29.5459H19.729L22.1538 23.0674H23.3745L25.7896 29.5459ZM27.3384 26.0137L28.8481 22.9648H30.0562L27.8657 27.1504V29.5459H26.7964V27.1504L24.5962 22.9648H25.8276L27.3384 26.0137ZM21.6685 27.2998H23.8501L22.7593 24.2246L21.6685 27.2998ZM11.7222 26.125H12.7847C13.6629 26.125 14.1029 25.7463 14.103 24.9883C14.103 24.6155 13.9989 24.3308 13.7905 24.1348C13.582 23.9387 13.2479 23.8418 12.7876 23.8418H11.7222V26.125ZM21.5991 16.6367C25.6356 16.3859 27.7967 21.2912 23.6997 21.5459C19.5117 21.806 17.8108 16.8722 21.5991 16.6367ZM13.0513 3C15.4074 5.87884 17.2239 10.5812 17.2378 10.6172C17.2332 10.5864 16.7481 7.24852 19.6323 5.06836C18.1044 8.24523 18.9475 11.5247 19.1851 12.3037C17.0784 12.3768 15.0263 12.9983 13.2329 14.1055C12.9657 13.2694 11.7986 10.1518 8.78857 8.42188C12.3994 8.59228 13.8834 11.6196 13.8979 11.6494C13.8893 11.6129 12.7334 6.70641 13.0513 3Z' fill='url(%23paint0_linear_8228_362)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8228_362' x='3.79443' y='3' width='32.4111' height='43' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0117647 0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8228_362'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8228_362' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8228_362' x1='20' y1='3' x2='20' y2='38' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8228_362'%3E%3Crect width='40' height='40' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:41;}.i-game\:1002_0{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1402 22.4512C26.4641 21.9475 26.517 21.4761 26.486 20.8889C26.3996 19.2727 26.3539 17.6504 26.3758 16.0333C26.3968 14.4054 27.4256 13.235 28.1866 11.9574C28.8293 10.8781 28.2312 9.36354 27.029 9.10388C26.2744 8.9405 25.5729 9.07169 24.9659 9.55814C23.863 10.4439 23.0962 11.6114 22.5328 12.9325C22.0476 14.0696 21.5879 15.2182 21.1065 16.385C20.9713 16.3308 20.8692 16.3011 20.7757 16.2516C18.9133 15.2704 17.0508 14.2879 15.1905 13.3024C13.2151 12.2556 11.2591 11.1649 9.25487 10.1874C8.82833 9.97873 8.06797 9.9551 7.73886 10.223C6.52111 11.2126 6.23738 12.9376 7.83133 13.8772C9.14329 14.6506 10.465 15.4027 11.7813 16.1661C12.2563 16.4417 12.729 16.7202 13.0558 16.9112C12.5969 17.4508 11.9798 17.8958 11.7658 18.5036C11.5525 19.1045 11.745 19.8693 11.7605 20.649C10.5982 21.4606 10.3703 22.6157 11.17 23.7338C10.933 24.3585 10.6181 24.9065 10.5265 25.4958C10.3563 26.5873 11.1761 27.1549 11.9107 27.5616C13.771 28.5921 15.6649 29.5638 17.5971 30.4272C18.3649 30.7711 19.2665 30.7992 20.115 30.9001C20.3683 30.9308 20.7304 30.8035 20.8929 30.6083C21.3519 30.055 21.7543 29.4451 22.1408 28.831C23.4786 26.7077 24.7831 24.5598 26.1402 22.4512Z' fill='white'/%3E%3Cpath d='M32.6605 24.2378C31.591 23.5629 30.5159 22.8966 29.4318 22.2475C28.6547 21.7829 28.0694 21.9289 27.5656 22.7221C27.1299 23.4086 26.752 24.1366 26.3205 24.8268C24.9306 27.0473 23.5228 29.2544 22.133 31.4763C21.655 32.2401 21.7955 32.7949 22.5526 33.2667C23.4779 33.8445 24.401 34.4265 25.3419 34.9757C25.6891 35.1787 26.0852 35.2902 26.5958 35.5C26.8994 35.2069 27.2517 34.9671 27.4741 34.6317C28.3001 33.3882 29.0832 32.1128 29.8816 30.8498C30.9161 29.2148 31.9519 27.5809 32.9808 25.9422C33.4489 25.1971 33.3552 24.6752 32.6605 24.2378Z' fill='white'/%3E%3Cpath d='M13.7254 10.418C13.8319 10.6538 14.1342 10.7673 14.4011 10.6733C14.6679 10.5792 14.7964 10.3121 14.6899 10.0763L12.9873 6.32167C12.8808 6.08592 12.5785 5.97237 12.3117 6.06645C12.0448 6.16054 11.9163 6.42764 12.0228 6.66339L13.7254 10.418Z' fill='white'/%3E%3Cpath d='M17.4768 10.4548C17.7633 10.4396 17.9824 10.2233 17.9652 9.97029L17.7008 5.93231C17.6837 5.67926 17.4389 5.48569 17.1525 5.50083C16.8661 5.51597 16.647 5.73225 16.6641 5.9853L16.9285 10.0233C16.9456 10.2763 17.1904 10.4699 17.4768 10.4548Z' fill='white'/%3E%3Cpath d='M20.2297 10.6734C20.4965 10.7675 20.7989 10.6528 20.9053 10.4182L22.6079 6.66351C22.7144 6.42776 22.5847 6.16065 22.3191 6.06657C22.0522 5.97249 21.7499 6.08712 21.6434 6.32178L19.9408 10.0764C19.8343 10.3122 19.9641 10.5793 20.2297 10.6734Z' fill='white'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:41;}.i-game\:1002_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8228_359)'%3E%3Cg filter='url(%23filter0_d_8228_359)'%3E%3Cpath d='M26.1402 22.4512C26.4641 21.9475 26.517 21.4761 26.486 20.8889C26.3996 19.2727 26.3539 17.6504 26.3758 16.0333C26.3968 14.4054 27.4256 13.235 28.1866 11.9574C28.8293 10.8781 28.2312 9.36354 27.029 9.10388C26.2744 8.9405 25.5729 9.07169 24.9659 9.55814C23.863 10.4439 23.0962 11.6114 22.5328 12.9325C22.0476 14.0696 21.5879 15.2182 21.1065 16.385C20.9713 16.3308 20.8692 16.3011 20.7757 16.2516C18.9133 15.2704 17.0508 14.2879 15.1905 13.3024C13.2151 12.2556 11.2591 11.1649 9.25487 10.1874C8.82833 9.97873 8.06797 9.9551 7.73886 10.223C6.52111 11.2126 6.23738 12.9377 7.83133 13.8772C9.14329 14.6506 10.465 15.4027 11.7813 16.1661C12.2563 16.4417 12.729 16.7202 13.0558 16.9112C12.5969 17.4508 11.9798 17.8958 11.7658 18.5036C11.5525 19.1045 11.745 19.8693 11.7605 20.649C10.5982 21.4606 10.3703 22.6157 11.17 23.7338C10.933 24.3585 10.6181 24.9065 10.5265 25.4958C10.3563 26.5873 11.1761 27.1549 11.9107 27.5616C13.771 28.5921 15.6649 29.5638 17.5971 30.4272C18.3649 30.7711 19.2665 30.7992 20.115 30.9001C20.3683 30.9308 20.7304 30.8035 20.8929 30.6083C21.3519 30.055 21.7543 29.4451 22.1408 28.831C23.4786 26.7077 24.7831 24.5598 26.1402 22.4512Z' fill='url(%23paint0_linear_8228_359)'/%3E%3Cpath d='M32.6605 24.2378C31.591 23.5629 30.5159 22.8966 29.4318 22.2475C28.6547 21.7829 28.0694 21.9289 27.5656 22.7221C27.1299 23.4085 26.752 24.1366 26.3205 24.8268C24.9306 27.0473 23.5228 29.2544 22.133 31.4763C21.655 32.2401 21.7955 32.7949 22.5526 33.2667C23.4779 33.8445 24.401 34.4265 25.3419 34.9757C25.6891 35.1787 26.0852 35.2902 26.5958 35.5C26.8994 35.2069 27.2517 34.9671 27.4741 34.6317C28.3001 33.3882 29.0832 32.1128 29.8816 30.8498C30.9161 29.2148 31.9519 27.5809 32.9808 25.9422C33.4489 25.1971 33.3552 24.6752 32.6605 24.2378Z' fill='url(%23paint1_linear_8228_359)'/%3E%3Cpath d='M13.7254 10.418C13.8319 10.6538 14.1342 10.7673 14.4011 10.6733C14.6679 10.5792 14.7964 10.3121 14.6899 10.0763L12.9873 6.32167C12.8808 6.08592 12.5785 5.97237 12.3117 6.06645C12.0448 6.16054 11.9163 6.42764 12.0228 6.66339L13.7254 10.418Z' fill='url(%23paint2_linear_8228_359)'/%3E%3Cpath d='M17.4768 10.4548C17.7633 10.4396 17.9824 10.2233 17.9652 9.97029L17.7008 5.93231C17.6837 5.67926 17.4389 5.48569 17.1525 5.50083C16.8661 5.51597 16.647 5.73225 16.6641 5.9853L16.9285 10.0233C16.9456 10.2763 17.1904 10.4699 17.4768 10.4548Z' fill='url(%23paint3_linear_8228_359)'/%3E%3Cpath d='M20.2297 10.6734C20.4965 10.7675 20.7989 10.6528 20.9053 10.4182L22.6079 6.66351C22.7144 6.42776 22.5847 6.16065 22.3191 6.06657C22.0522 5.97249 21.7499 6.08712 21.6434 6.32178L19.9408 10.0764C19.8343 10.3122 19.9641 10.5793 20.2297 10.6734Z' fill='url(%23paint4_linear_8228_359)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8228_359' x='2.72949' y='5.5' width='34.541' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0117647 0 0 0 0 0.0705882 0 0 0 0 0.0941176 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8228_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8228_359' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_8228_359' x1='20' y1='5.5' x2='20' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8228_359' x1='20' y1='5.5' x2='20' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8228_359' x1='20' y1='5.5' x2='20' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_8228_359' x1='20' y1='5.5' x2='20' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_8228_359' x1='20' y1='5.5' x2='20' y2='35.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFF33'/%3E%3Cstop offset='0.65' stop-color='%2388FF00'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8228_359'%3E%3Crect width='40' height='40' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:40;height:41;}.i-ios\:ios-arrow-back{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1745060147105' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4886' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M435.8 512L690 258c18.8-18.8 18.8-49.2 0-67.8-18.8-18.8-49.2-18.6-68 0L334 478c-18.2 18.2-18.6 47.4-1.4 66.2L621.8 834c9.4 9.4 21.8 14 34 14s24.6-4.6 34-14c18.8-18.8 18.8-49.2 0-67.8L435.8 512z' p-id='4887'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-ios\:ios-arrow-forward{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1745060141509' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4733' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M588.2 512L334 258c-18.8-18.8-18.8-49.2 0-67.8s49.2-18.6 68 0L690 478c18.2 18.2 18.6 47.4 1.4 66.2L402.2 834c-9.4 9.4-21.8 14-34 14s-24.6-4.6-34-14c-18.8-18.8-18.8-49.2 0-67.8l254-254.2z' p-id='4734'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-ios\:ios-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1745477761238' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6442' width='200' height='200' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M438.186667 822.613333c-18.944 0-34.986667-8.149333-48.213334-24.448l-183.466666-225.962666a66.816 66.816 0 0 1-11.306667-18.048A53.973333 53.973333 0 0 1 192 535.722667c0-14.165333 4.693333-25.856 14.165333-35.072 9.429333-9.173333 21.333333-13.781333 35.754667-13.781334 16.298667 0 29.994667 6.954667 41.088 20.906667l153.728 194.773333 299.946667-475.306666c6.186667-9.429333 12.544-16.042667 19.157333-19.84 6.613333-4.010667 14.848-5.973333 24.746667-5.973334 14.421333 0 26.24 4.437333 35.456 13.44 9.216 8.96 13.824 20.394667 13.824 34.346667 0 5.674667-0.938667 11.306667-2.858667 16.981333a77.653333 77.653333 0 0 1-8.832 17.706667l-331.52 512.853333c-11.306667 17.237333-27.477333 25.856-48.512 25.856z' fill='%23000000' p-id='6443'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-ios\:ios-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1744855197915' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4162' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M557.2 512l136.4-136.4c12.4-12.4 12.4-32.8 0-45.2-12.4-12.4-32.8-12.4-45.2 0L512 466.8l-136.4-136.4c-12.4-12.4-32.8-12.4-45.2 0-6.2 6.2-9.4 14.4-9.4 22.6 0 8.2 3.2 16.4 9.4 22.6l136.4 136.4-136.4 136.4c-6.2 6.2-9.4 14.4-9.4 22.6 0 8.2 3.2 16.4 9.4 22.6 12.4 12.4 32.8 12.4 45.2 0l136.4-136.4 136.4 136.4c12.4 12.4 32.8 12.4 45.2 0 12.4-12.4 12.4-32.8 0-45.2L557.2 512z' p-id='4163'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-ios\:ios-help{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1745836327978' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1182' width='64' height='64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M512 862.33088a354.95936 354.95936 0 0 1-142.37696-28.91776 377.4464 377.4464 0 0 1-117.47328-79.872 377.4464 377.4464 0 0 1-79.872-117.47328A354.87744 354.87744 0 0 1 143.36 493.69088c0-50.3808 9.6256-97.73056 28.91776-142.04928A379.2896 379.2896 0 0 1 251.78112 233.8816a377.40544 377.40544 0 0 1 117.47328-79.872 354.87744 354.87744 0 0 1 142.37696-28.91776c50.3808 0 97.81248 9.6256 142.41792 28.91776a376.2176 376.2176 0 0 1 117.80096 79.872c33.9968 33.95584 60.6208 73.23648 79.872 117.80096A352.33792 352.33792 0 0 1 880.64 493.69088c0 50.3808-9.6256 97.81248-28.91776 142.37696a377.48736 377.48736 0 0 1-79.872 117.47328 376.2176 376.2176 0 0 1-117.80096 79.872 352.37888 352.37888 0 0 1-142.04928 28.91776z m0-61.44a300.48256 300.48256 0 0 0 119.6032-23.87968 312.77056 312.77056 0 0 0 97.97632-65.7408 304.70144 304.70144 0 0 0 65.78176-97.97632c15.89248-37.10976 23.83872-77.0048 23.83872-119.6032a300.40064 300.40064 0 0 0-23.83872-119.6032 309.61664 309.61664 0 0 0-66.1504-97.97632 299.58144 299.58144 0 0 0-97.93536-65.78176 300.4416 300.4416 0 0 0-119.6032-23.83872 300.4416 300.4416 0 0 0-119.64416 23.83872c-37.10976 15.64672-69.632 37.60128-97.60768 65.78176a312.68864 312.68864 0 0 0-65.78176 97.93536 304.45568 304.45568 0 0 0-23.47008 119.6032c0 42.68032 7.82336 82.5344 23.47008 119.64416a312.68864 312.68864 0 0 0 65.78176 97.93536A312.7296 312.7296 0 0 0 392.3968 777.0112c37.10976 15.93344 77.0048 23.87968 119.64416 23.87968z m-7.24992-232.40704c-19.2512 0-28.8768-9.50272-28.8768-28.54912v-2.17088-2.53952c0-17.8176 4.21888-32.1536 12.65664-43.008a149.0944 149.0944 0 0 1 32.52224-29.61408c15.89248-11.0592 27.68896-20.48 35.38944-28.18048 7.70048-7.94624 11.59168-18.06336 11.59168-30.39232 0-13.7216-4.9152-24.7808-14.82752-33.21856-9.87136-8.68352-23.1424-13.02528-39.7312-13.02528a62.6688 62.6688 0 0 0-22.44608 3.97312 59.392 59.392 0 0 0-18.432 11.55072 77.12768 77.12768 0 0 0-14.78656 17.73568l-6.5536 8.68352a38.5024 38.5024 0 0 1-11.18208 10.4448 27.36128 27.36128 0 0 1-15.1552 4.01408 27.27936 27.27936 0 0 1-16.9984-6.144c-5.3248-4.34176-7.94624-10.6496-7.94624-18.8416a54.8864 54.8864 0 0 1 2.8672-17.69472c5.07904-16.5888 17.36704-31.17056 36.864-43.70432 19.78368-12.77952 45.17888-19.16928 76.26752-19.16928 20.48 0 39.40352 3.60448 56.7296 10.8544 17.36704 6.9632 31.3344 17.32608 41.94304 31.08864 10.8544 13.7216 16.26112 30.59712 16.26112 50.5856 0 21.7088-5.65248 38.78912-16.9984 51.32288a228.1472 228.1472 0 0 1-43.008 36.12672c-12.77952 8.43776-22.1184 16.384-28.18048 23.87968a39.3216 39.3216 0 0 0-9.0112 26.0096v4.34176a24.1664 24.1664 0 0 1-7.9872 18.0224c-5.03808 5.07904-12.04224 7.61856-20.97152 7.61856z m-1.06496 107.7248a38.33856 38.33856 0 0 1-27.11552-10.8544 35.96288 35.96288 0 0 1-11.55072-26.74688c0-10.36288 3.72736-19.16928 11.22304-26.37824a38.0928 38.0928 0 0 1 27.4432-11.22304c10.60864 0 19.74272 3.64544 27.4432 10.8544a35.2256 35.2256 0 0 1 11.59168 26.74688 35.2256 35.2256 0 0 1-11.55072 26.74688 38.78912 38.78912 0 0 1-27.4432 10.8544z' p-id='1183'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:64;height:64;}.i-ios\:ios-Left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9688 5.1163V3.30458C16.9688 3.14755 16.7883 3.06083 16.6664 3.15692L6.10078 11.4093C5.71641 11.7093 5.71641 12.2882 6.10078 12.5882L16.6664 20.8405C16.7906 20.9366 16.9688 20.8499 16.9688 20.6929V18.8811C16.9688 18.7663 16.9148 18.6561 16.8258 18.5858L8.38828 11.9999L16.8258 5.41161C16.9148 5.3413 16.9688 5.23114 16.9688 5.1163Z' fill='white'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:24;height:24;}.i-ios\:ios-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1744856094600' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4315' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M887 840.4L673.4 624.8c41.8-52.4 67-118.8 67-191 0-169-137-306-306.2-306S128 265 128 434s137 306 306.2 306c73.2 0 140.2-25.6 193-68.4l212.2 214.2c6.4 6.8 15.2 10.2 23.8 10.2 8.2 0 16.4-3 22.6-9 13.2-12.6 13.6-33.4 1.2-46.6z m-452.8-166.2c-64.2 0-124.6-25-170-70.4-45.4-45.4-70.4-105.8-70.4-169.8 0-64.2 25-124.6 70.4-169.8 45.4-45.4 105.8-70.4 170-70.4s124.6 25 170 70.4c45.4 45.4 70.4 105.8 70.4 169.8 0 64.2-25 124.6-70.4 169.8-45.4 45.4-105.8 70.4-170 70.4z' p-id='4316'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-ios\:ios-success{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.25C5.16797 1.25 1.25 5.16797 1.25 10C1.25 14.832 5.16797 18.75 10 18.75C14.832 18.75 18.75 14.832 18.75 10C18.75 5.16797 14.832 1.25 10 1.25ZM13.7793 7.14258L9.66602 12.8457C9.41797 13.1914 8.9043 13.1914 8.65625 12.8457L6.2207 9.4707C6.14648 9.36719 6.2207 9.22266 6.34766 9.22266H7.26367C7.46289 9.22266 7.65234 9.31836 7.76953 9.48242L9.16016 11.4121L12.2305 7.1543C12.3477 6.99219 12.5352 6.89453 12.7363 6.89453H13.6523C13.7793 6.89453 13.8535 7.03906 13.7793 7.14258Z' fill='%2334C759'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:20;height:20;}.i-login\:bg_1{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='345' height='118' viewBox='0 0 345 118' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none meet'%3E%3CforeignObject x='0' y='0' width='0' height='0'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(25px);clip-path:url(%23bgblur_0_0_1_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='50'%3E%3Cmask id='path-1-inside-1_0_1' fill='white'%3E%3Cpath d='M313 44C324.201 44 329.802 43.9998 334.08 46.1797C337.843 48.0971 340.903 51.1568 342.82 54.9199C345 59.1982 345 64.799 345 76V260C345 271.201 345 276.802 342.82 281.08C340.903 284.843 337.843 287.903 334.08 289.82C329.802 292 324.201 292 313 292H32C20.799 292 15.1982 292 10.9199 289.82C7.15679 287.903 4.09714 284.843 2.17969 281.08C-0.000182186 276.802 0 271.201 0 260V20C0 8.95431 8.95431 0 20 0H152C163.046 0 172 8.95431 172 20C172 23.716 172 25.574 172.246 27.1287C173.602 35.6865 180.313 42.3983 188.871 43.7538C190.426 44 192.284 44 196 44H313Z'/%3E%3C/mask%3E%3Cpath d='M313 44C324.201 44 329.802 43.9998 334.08 46.1797C337.843 48.0971 340.903 51.1568 342.82 54.9199C345 59.1982 345 64.799 345 76V260C345 271.201 345 276.802 342.82 281.08C340.903 284.843 337.843 287.903 334.08 289.82C329.802 292 324.201 292 313 292H32C20.799 292 15.1982 292 10.9199 289.82C7.15679 287.903 4.09714 284.843 2.17969 281.08C-0.000182186 276.802 0 271.201 0 260V20C0 8.95431 8.95431 0 20 0H152C163.046 0 172 8.95431 172 20C172 23.716 172 25.574 172.246 27.1287C173.602 35.6865 180.313 42.3983 188.871 43.7538C190.426 44 192.284 44 196 44H313Z' fill='url(%23paint0_linear_0_1)'/%3E%3Cpath d='M313 44V43V44ZM334.08 46.1797L334.534 45.2887L334.534 45.2887L334.08 46.1797ZM342.82 54.9199L343.711 54.4659L343.711 54.4659L342.82 54.9199ZM342.82 281.08L343.711 281.534L343.711 281.534L342.82 281.08ZM334.08 289.82L334.534 290.711L334.534 290.711L334.08 289.82ZM32 292V293V292ZM10.9199 289.82L10.4659 290.711L10.4659 290.711L10.9199 289.82ZM2.17969 281.08L1.28868 281.534L1.28868 281.534L2.17969 281.08ZM172.246 27.1287L171.259 27.2851L172.246 27.1287ZM188.871 43.7538L188.715 44.7415L188.871 43.7538ZM313 44V45C318.617 45 322.77 45.0007 326.055 45.2691C329.328 45.5365 331.651 46.0646 333.626 47.0707L334.08 46.1797L334.534 45.2887C332.23 44.1149 329.614 43.5532 326.217 43.2757C322.832 42.9992 318.584 43 313 43V44ZM334.08 46.1797L333.626 47.0707C337.201 48.8923 340.108 51.7989 341.929 55.3739L342.82 54.9199L343.711 54.4659C341.698 50.5146 338.485 47.302 334.534 45.2887L334.08 46.1797ZM342.82 54.9199L341.929 55.3739C342.935 57.3485 343.464 59.672 343.731 62.9453C343.999 66.2303 344 70.383 344 76H345H346C346 70.416 346.001 66.1678 345.724 62.7825C345.447 59.3855 344.885 56.7695 343.711 54.4659L342.82 54.9199ZM345 76H344V260H345H346V76H345ZM345 260H344C344 265.617 343.999 269.77 343.731 273.055C343.464 276.328 342.935 278.651 341.929 280.626L342.82 281.08L343.711 281.534C344.885 279.23 345.447 276.614 345.724 273.217C346.001 269.832 346 265.584 346 260H345ZM342.82 281.08L341.929 280.626C340.108 284.201 337.201 287.108 333.626 288.929L334.08 289.82L334.534 290.711C338.485 288.698 341.698 285.485 343.711 281.534L342.82 281.08ZM334.08 289.82L333.626 288.929C331.651 289.935 329.328 290.464 326.055 290.731C322.77 290.999 318.617 291 313 291V292V293C318.584 293 322.832 293.001 326.217 292.724C329.614 292.447 332.23 291.885 334.534 290.711L334.08 289.82ZM313 292V291H32V292V293H313V292ZM32 292V291C26.383 291 22.2303 290.999 18.9453 290.731C15.672 290.464 13.3485 289.935 11.3739 288.929L10.9199 289.82L10.4659 290.711C12.7695 291.885 15.3855 292.447 18.7825 292.724C22.1678 293.001 26.416 293 32 293V292ZM10.9199 289.82L11.3739 288.929C7.79894 287.108 4.89227 284.201 3.07069 280.626L2.17969 281.08L1.28868 281.534C3.30201 285.485 6.51464 288.698 10.4659 290.711L10.9199 289.82ZM2.17969 281.08L3.07069 280.626C2.06457 278.651 1.53646 276.328 1.26907 273.055C1.00073 269.77 1 265.617 1 260H0H-1C-1 265.584 -1.00082 269.832 -0.724288 273.217C-0.446799 276.614 0.114939 279.23 1.28868 281.534L2.17969 281.08ZM0 260H1V20H0H-1V260H0ZM0 20H1C1 9.50659 9.50659 1 20 1V0V-1C8.40202 -1 -1 8.40202 -1 20H0ZM20 0V1H152V0V-1H20V0ZM152 0V1C162.493 1 171 9.50659 171 20H172H173C173 8.40202 163.598 -1 152 -1V0ZM196 44V45H313V44V43H196V44ZM172 20H171C171 23.6778 170.997 25.6331 171.259 27.2851L172.246 27.1287L173.234 26.9723C173.003 25.5149 173 23.7542 173 20H172ZM196 44V43C192.246 43 190.485 42.9969 189.028 42.7661L188.871 43.7538L188.715 44.7415C190.367 45.0031 192.322 45 196 45V44ZM172.246 27.1287L171.259 27.2851C172.682 36.2709 179.729 43.3183 188.715 44.7415L188.871 43.7538L189.028 42.7661C180.898 41.4784 174.522 35.1022 173.234 26.9723L172.246 27.1287Z' fill='url(%23paint1_linear_0_1)' mask='url(%23path-1-inside-1_0_1)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_0_1_clip_path' transform='translate(0 0)'%3E%3Cpath d='M313 44C324.201 44 329.802 43.9998 334.08 46.1797C337.843 48.0971 340.903 51.1568 342.82 54.9199C345 59.1982 345 64.799 345 76V260C345 271.201 345 276.802 342.82 281.08C340.903 284.843 337.843 287.903 334.08 289.82C329.802 292 324.201 292 313 292H32C20.799 292 15.1982 292 10.9199 289.82C7.15679 287.903 4.09714 284.843 2.17969 281.08C-0.000182186 276.802 0 271.201 0 260V20C0 8.95431 8.95431 0 20 0H152C163.046 0 172 8.95431 172 20C172 23.716 172 25.574 172.246 27.1287C173.602 35.6865 180.313 42.3983 188.871 43.7538C190.426 44 192.284 44 196 44H313Z'/%3E%3C/clipPath%3E%3ClinearGradient id='paint0_linear_0_1' x1='0' y1='0' x2='175.492' y2='371.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_0_1' x1='0' y1='0' x2='175.492' y2='371.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:345;height:118;}.i-login\:bg_2{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='345' height='144' viewBox='0 0 345 144' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none meet'%3E%3CforeignObject x='0' y='0' width='0' height='0'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(25px);clip-path:url(%23bgblur_0_0_1_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='50'%3E%3Cmask id='path-1-inside-1_0_1' fill='white'%3E%3Cpath d='M313 -74C324.201 -74 329.802 -74.0002 334.08 -71.8203C337.843 -69.9029 340.903 -66.8432 342.82 -63.0801C345 -58.8018 345 -53.201 345 -42V142C345 153.201 345 158.802 342.82 163.08C340.903 166.843 337.843 169.903 334.08 171.82C329.802 174 324.201 174 313 174H32C20.799 174 15.1982 174 10.9199 171.82C7.15679 169.903 4.09714 166.843 2.17969 163.08C-0.000182186 158.802 0 153.201 0 142V-98C0 -109.046 8.95431 -118 20 -118H152C163.046 -118 172 -109.046 172 -98C172 -94.284 172 -92.426 172.246 -90.8713C173.602 -82.3135 180.313 -75.6017 188.871 -74.2462C190.426 -74 192.284 -74 196 -74H313Z'/%3E%3C/mask%3E%3Cpath d='M313 -74C324.201 -74 329.802 -74.0002 334.08 -71.8203C337.843 -69.9029 340.903 -66.8432 342.82 -63.0801C345 -58.8018 345 -53.201 345 -42V142C345 153.201 345 158.802 342.82 163.08C340.903 166.843 337.843 169.903 334.08 171.82C329.802 174 324.201 174 313 174H32C20.799 174 15.1982 174 10.9199 171.82C7.15679 169.903 4.09714 166.843 2.17969 163.08C-0.000182186 158.802 0 153.201 0 142V-98C0 -109.046 8.95431 -118 20 -118H152C163.046 -118 172 -109.046 172 -98C172 -94.284 172 -92.426 172.246 -90.8713C173.602 -82.3135 180.313 -75.6017 188.871 -74.2462C190.426 -74 192.284 -74 196 -74H313Z' fill='url(%23paint0_linear_0_1)'/%3E%3Cpath d='M313 -74V-75V-74ZM334.08 -71.8203L334.534 -72.7113L334.534 -72.7113L334.08 -71.8203ZM342.82 -63.0801L343.711 -63.5341L343.711 -63.5341L342.82 -63.0801ZM342.82 163.08L343.711 163.534L343.711 163.534L342.82 163.08ZM334.08 171.82L334.534 172.711L334.534 172.711L334.08 171.82ZM32 174V175V174ZM10.9199 171.82L10.4659 172.711L10.4659 172.711L10.9199 171.82ZM2.17969 163.08L1.28868 163.534L1.28868 163.534L2.17969 163.08ZM172.246 -90.8713L171.259 -90.7149L172.246 -90.8713ZM188.871 -74.2462L188.715 -73.2585L188.871 -74.2462ZM313 -74V-73C318.617 -73 322.77 -72.9993 326.055 -72.7309C329.328 -72.4635 331.651 -71.9354 333.626 -70.9293L334.08 -71.8203L334.534 -72.7113C332.23 -73.8851 329.614 -74.4468 326.217 -74.7243C322.832 -75.0008 318.584 -75 313 -75V-74ZM334.08 -71.8203L333.626 -70.9293C337.201 -69.1077 340.108 -66.2011 341.929 -62.6261L342.82 -63.0801L343.711 -63.5341C341.698 -67.4854 338.485 -70.698 334.534 -72.7113L334.08 -71.8203ZM342.82 -63.0801L341.929 -62.6261C342.935 -60.6515 343.464 -58.328 343.731 -55.0547C343.999 -51.7697 344 -47.617 344 -42H345H346C346 -47.584 346.001 -51.8322 345.724 -55.2175C345.447 -58.6145 344.885 -61.2305 343.711 -63.5341L342.82 -63.0801ZM345 -42H344V142H345H346V-42H345ZM345 142H344C344 147.617 343.999 151.77 343.731 155.055C343.464 158.328 342.935 160.651 341.929 162.626L342.82 163.08L343.711 163.534C344.885 161.23 345.447 158.614 345.724 155.217C346.001 151.832 346 147.584 346 142H345ZM342.82 163.08L341.929 162.626C340.108 166.201 337.201 169.108 333.626 170.929L334.08 171.82L334.534 172.711C338.485 170.698 341.698 167.485 343.711 163.534L342.82 163.08ZM334.08 171.82L333.626 170.929C331.651 171.935 329.328 172.464 326.055 172.731C322.77 172.999 318.617 173 313 173V174V175C318.584 175 322.832 175.001 326.217 174.724C329.614 174.447 332.23 173.885 334.534 172.711L334.08 171.82ZM313 174V173H32V174V175H313V174ZM32 174V173C26.383 173 22.2303 172.999 18.9453 172.731C15.672 172.464 13.3485 171.935 11.3739 170.929L10.9199 171.82L10.4659 172.711C12.7695 173.885 15.3855 174.447 18.7825 174.724C22.1678 175.001 26.416 175 32 175V174ZM10.9199 171.82L11.3739 170.929C7.79894 169.108 4.89227 166.201 3.07069 162.626L2.17969 163.08L1.28868 163.534C3.30201 167.485 6.51464 170.698 10.4659 172.711L10.9199 171.82ZM2.17969 163.08L3.07069 162.626C2.06457 160.651 1.53646 158.328 1.26907 155.055C1.00073 151.77 1 147.617 1 142H0H-1C-1 147.584 -1.00082 151.832 -0.724288 155.217C-0.446799 158.614 0.114939 161.23 1.28868 163.534L2.17969 163.08ZM0 142H1V-98H0H-1V142H0ZM0 -98H1C1 -108.493 9.50659 -117 20 -117V-118V-119C8.40202 -119 -1 -109.598 -1 -98H0ZM20 -118V-117H152V-118V-119H20V-118ZM152 -118V-117C162.493 -117 171 -108.493 171 -98H172H173C173 -109.598 163.598 -119 152 -119V-118ZM196 -74V-73H313V-74V-75H196V-74ZM172 -98H171C171 -94.3222 170.997 -92.3669 171.259 -90.7149L172.246 -90.8713L173.234 -91.0277C173.003 -92.4851 173 -94.2458 173 -98H172ZM196 -74V-75C192.246 -75 190.485 -75.0031 189.028 -75.2339L188.871 -74.2462L188.715 -73.2585C190.367 -72.9969 192.322 -73 196 -73V-74ZM172.246 -90.8713L171.259 -90.7149C172.682 -81.7291 179.729 -74.6817 188.715 -73.2585L188.871 -74.2462L189.028 -75.2339C180.898 -76.5216 174.522 -82.8978 173.234 -91.0277L172.246 -90.8713Z' fill='url(%23paint1_linear_0_1)' mask='url(%23path-1-inside-1_0_1)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_0_1_clip_path' transform='translate(0 0)'%3E%3Cpath d='M313 -74C324.201 -74 329.802 -74.0002 334.08 -71.8203C337.843 -69.9029 340.903 -66.8432 342.82 -63.0801C345 -58.8018 345 -53.201 345 -42V142C345 153.201 345 158.802 342.82 163.08C340.903 166.843 337.843 169.903 334.08 171.82C329.802 174 324.201 174 313 174H32C20.799 174 15.1982 174 10.9199 171.82C7.15679 169.903 4.09714 166.843 2.17969 163.08C-0.000182186 158.802 0 153.201 0 142V-98C0 -109.046 8.95431 -118 20 -118H152C163.046 -118 172 -109.046 172 -98C172 -94.284 172 -92.426 172.246 -90.8713C173.602 -82.3135 180.313 -75.6017 188.871 -74.2462C190.426 -74 192.284 -74 196 -74H313Z'/%3E%3C/clipPath%3E%3ClinearGradient id='paint0_linear_0_1' x1='0' y1='-118' x2='175.492' y2='253.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_0_1' x1='0' y1='-118' x2='175.492' y2='253.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:345;height:144;}.i-login\:bg_3{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='345' height='30' viewBox='0 0 345 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='0' y='0' width='0' height='0'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(25px);clip-path:url(%23bgblur_0_50_287_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='50'%3E%3Cmask id='path-1-inside-1_50_287' fill='white'%3E%3Cpath d='M313 -218C324.201 -218 329.802 -218 334.08 -215.82C337.843 -213.903 340.903 -210.843 342.82 -207.08C345 -202.802 345 -197.201 345 -186V-2C345 9.20105 345 14.8018 342.82 19.0801C340.903 22.8432 337.843 25.9029 334.08 27.8203C329.802 30.0002 324.201 30 313 30H32C20.7989 30 15.1982 30.0002 10.9199 27.8203C7.15679 25.9029 4.09714 22.8432 2.17969 19.0801C-0.000182186 14.8018 0 9.20105 0 -2V-242C0 -253.046 8.95431 -262 20 -262H152C163.046 -262 172 -253.046 172 -242V-242C172 -238.284 172 -236.426 172.246 -234.871C173.602 -226.313 180.313 -219.602 188.871 -218.246C190.426 -218 192.284 -218 196 -218H313Z'/%3E%3C/mask%3E%3Cpath d='M313 -218C324.201 -218 329.802 -218 334.08 -215.82C337.843 -213.903 340.903 -210.843 342.82 -207.08C345 -202.802 345 -197.201 345 -186V-2C345 9.20105 345 14.8018 342.82 19.0801C340.903 22.8432 337.843 25.9029 334.08 27.8203C329.802 30.0002 324.201 30 313 30H32C20.7989 30 15.1982 30.0002 10.9199 27.8203C7.15679 25.9029 4.09714 22.8432 2.17969 19.0801C-0.000182186 14.8018 0 9.20105 0 -2V-242C0 -253.046 8.95431 -262 20 -262H152C163.046 -262 172 -253.046 172 -242V-242C172 -238.284 172 -236.426 172.246 -234.871C173.602 -226.313 180.313 -219.602 188.871 -218.246C190.426 -218 192.284 -218 196 -218H313Z' fill='url(%23paint0_linear_50_287)'/%3E%3Cpath d='M313 -218V-219V-218ZM334.08 -215.82L334.534 -216.711L334.534 -216.711L334.08 -215.82ZM342.82 -207.08L343.711 -207.534L343.711 -207.534L342.82 -207.08ZM342.82 19.0801L343.711 19.5341L343.711 19.5341L342.82 19.0801ZM334.08 27.8203L334.534 28.7113L334.534 28.7113L334.08 27.8203ZM32 30V31V30ZM10.9199 27.8203L10.4659 28.7113L10.4659 28.7113L10.9199 27.8203ZM2.17969 19.0801L1.28868 19.5341L1.28868 19.5341L2.17969 19.0801ZM172.246 -234.871L171.259 -234.715L172.246 -234.871ZM188.871 -218.246L188.715 -217.259L188.871 -218.246ZM313 -218V-217C318.617 -217 322.77 -216.999 326.055 -216.731C329.328 -216.464 331.651 -215.935 333.626 -214.929L334.08 -215.82L334.534 -216.711C332.23 -217.885 329.614 -218.447 326.218 -218.724C322.832 -219.001 318.584 -219 313 -219V-218ZM334.08 -215.82L333.626 -214.929C337.201 -213.108 340.108 -210.201 341.929 -206.626L342.82 -207.08L343.711 -207.534C341.698 -211.485 338.485 -214.698 334.534 -216.711L334.08 -215.82ZM342.82 -207.08L341.929 -206.626C342.935 -204.651 343.464 -202.328 343.731 -199.055C343.999 -195.77 344 -191.617 344 -186H345H346C346 -191.584 346.001 -195.832 345.724 -199.218C345.447 -202.614 344.885 -205.23 343.711 -207.534L342.82 -207.08ZM345 -186H344V-2H345H346V-186H345ZM345 -2H344C344 3.61703 343.999 7.76973 343.731 11.0547C343.464 14.328 342.935 16.6515 341.929 18.6261L342.82 19.0801L343.711 19.5341C344.885 17.2305 345.447 14.6145 345.724 11.2175C346.001 7.83224 346 3.58402 346 -2H345ZM342.82 19.0801L341.929 18.6261C340.108 22.2011 337.201 25.1077 333.626 26.9293L334.08 27.8203L334.534 28.7113C338.485 26.698 341.698 23.4854 343.711 19.5341L342.82 19.0801ZM334.08 27.8203L333.626 26.9293C331.651 27.9354 329.328 28.4635 326.055 28.7309C322.77 28.9993 318.617 29 313 29V30V31C318.584 31 322.832 31.0008 326.218 30.7243C329.614 30.4468 332.23 29.8851 334.534 28.7113L334.08 27.8203ZM313 30V29H32V30V31H313V30ZM32 30L32 29C26.383 29 22.2303 28.9993 18.9453 28.7309C15.672 28.4635 13.3485 27.9354 11.3739 26.9293L10.9199 27.8203L10.4659 28.7113C12.7695 29.8851 15.3855 30.4468 18.7825 30.7243C22.1678 31.0008 26.416 31 32 31L32 30ZM10.9199 27.8203L11.3739 26.9293C7.79894 25.1077 4.89227 22.2011 3.07069 18.6261L2.17969 19.0801L1.28868 19.5341C3.30201 23.4854 6.51464 26.698 10.4659 28.7113L10.9199 27.8203ZM2.17969 19.0801L3.07069 18.6261C2.06457 16.6515 1.53646 14.328 1.26907 11.0547C1.00073 7.76973 1 3.61703 1 -2H0H-1C-1 3.58402 -1.00082 7.83224 -0.724288 11.2175C-0.446799 14.6145 0.114939 17.2305 1.28868 19.5341L2.17969 19.0801ZM0 -2H1V-242H0H-1V-2H0ZM0 -242H1C1 -252.493 9.50659 -261 20 -261V-262V-263C8.40202 -263 -1 -253.598 -1 -242H0ZM20 -262V-261H152V-262V-263H20V-262ZM152 -262V-261C162.493 -261 171 -252.493 171 -242L172 -242L173 -242C173 -253.598 163.598 -263 152 -263V-262ZM196 -218V-217H313V-218V-219H196V-218ZM172 -242H171C171 -238.322 170.997 -236.367 171.259 -234.715L172.246 -234.871L173.234 -235.028C173.003 -236.485 173 -238.246 173 -242H172ZM196 -218V-219C192.246 -219 190.485 -219.003 189.028 -219.234L188.871 -218.246L188.715 -217.259C190.367 -216.997 192.322 -217 196 -217V-218ZM172.246 -234.871L171.259 -234.715C172.682 -225.729 179.729 -218.682 188.715 -217.259L188.871 -218.246L189.028 -219.234C180.898 -220.522 174.522 -226.898 173.234 -235.028L172.246 -234.871Z' fill='url(%23paint1_linear_50_287)' mask='url(%23path-1-inside-1_50_287)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_50_287_clip_path' transform='translate(0 0)'%3E%3Cpath d='M313 -218C324.201 -218 329.802 -218 334.08 -215.82C337.843 -213.903 340.903 -210.843 342.82 -207.08C345 -202.802 345 -197.201 345 -186V-2C345 9.20105 345 14.8018 342.82 19.0801C340.903 22.8432 337.843 25.9029 334.08 27.8203C329.802 30.0002 324.201 30 313 30H32C20.7989 30 15.1982 30.0002 10.9199 27.8203C7.15679 25.9029 4.09714 22.8432 2.17969 19.0801C-0.000182186 14.8018 0 9.20105 0 -2V-242C0 -253.046 8.95431 -262 20 -262H152C163.046 -262 172 -253.046 172 -242V-242C172 -238.284 172 -236.426 172.246 -234.871C173.602 -226.313 180.313 -219.602 188.871 -218.246C190.426 -218 192.284 -218 196 -218H313Z'/%3E%3C/clipPath%3E%3ClinearGradient id='paint0_linear_50_287' x1='0' y1='-262' x2='175.492' y2='109.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.1'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_50_287' x1='0' y1='-262' x2='175.492' y2='109.915' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='0.05'/%3E%3Cstop offset='0.95' stop-color='white' stop-opacity='0.2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:345;height:30;}.i-logo\:logo-facebook{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8879_10969)'%3E%3Crect width='30' height='30' rx='15' fill='url(%23paint0_linear_8879_10969)'/%3E%3Cpath d='M21.0675 19.5027L21.7516 15.0424H17.4721V12.1492C17.4721 10.9287 18.0689 9.73828 19.9856 9.73828H21.9324V5.94102C21.9324 5.94102 20.1664 5.63965 18.4787 5.63965C14.9527 5.63965 12.6502 7.77636 12.6502 11.6429V15.0424H8.73242V19.5027H12.6502V30.2857C13.4368 30.4092 14.2415 30.4725 15.0612 30.4725C15.8809 30.4725 16.6856 30.4092 17.4721 30.2857V19.5027H21.0675Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8879_10969' x1='14.9992' y1='29.9985' x2='14.9992' y2='-0.00104962' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231877F2'/%3E%3Cstop offset='1' stop-color='%231877F2'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_8879_10969'%3E%3Crect width='30' height='30' rx='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:30;height:30;}.i-logo\:logo-instagram{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8879_10982)'%3E%3Crect x='0.166992' width='30' height='30' rx='15' fill='%23E2E2E2'/%3E%3Cpath d='M15.1719 0C8.90953 0 7.07803 0.00646033 6.72202 0.0359932C5.43687 0.142819 4.63718 0.345166 3.76596 0.778931C3.09454 1.11233 2.56503 1.4988 2.04243 2.04054C1.09069 3.02851 0.513876 4.24397 0.305069 5.68878C0.203549 6.39018 0.174017 6.53324 0.168018 10.1159C0.16571 11.3102 0.168018 12.8819 0.168018 14.99C0.168018 21.2473 0.174939 23.077 0.204934 23.4323C0.30876 24.6828 0.504877 25.4696 0.920184 26.3302C1.71388 27.9776 3.22975 29.2143 5.01557 29.6757C5.63391 29.8349 6.31686 29.9226 7.19362 29.9641C7.56509 29.9803 11.3513 29.9918 15.1398 29.9918C18.9283 29.9918 22.7169 29.9872 23.0791 29.9688C24.0943 29.921 24.6838 29.8419 25.3356 29.6734C26.2211 29.4464 27.0463 29.0287 27.7537 28.4497C28.461 27.8706 29.0335 27.1442 29.431 26.321C29.8382 25.4811 30.0447 24.6644 30.1382 23.4791C30.1585 23.2207 30.167 19.1006 30.167 14.9861C30.167 10.8709 30.1578 6.75842 30.1375 6.50001C30.0429 5.29562 29.8364 4.48577 29.416 3.62978C29.071 2.92907 28.688 2.40578 28.132 1.87073C27.1399 0.922904 25.9263 0.346089 24.4798 0.137513C23.7791 0.036224 23.6395 0.0062296 20.0541 0H15.1719Z' fill='url(%23paint0_radial_8879_10982)'/%3E%3Cpath d='M15.1719 0C8.90953 0 7.07803 0.00646033 6.72202 0.0359932C5.43687 0.142819 4.63718 0.345166 3.76596 0.778931C3.09454 1.11233 2.56503 1.4988 2.04243 2.04054C1.09069 3.02851 0.513876 4.24397 0.305069 5.68878C0.203549 6.39018 0.174017 6.53324 0.168018 10.1159C0.16571 11.3102 0.168018 12.8819 0.168018 14.99C0.168018 21.2473 0.174939 23.077 0.204934 23.4323C0.30876 24.6828 0.504877 25.4696 0.920184 26.3302C1.71388 27.9776 3.22975 29.2143 5.01557 29.6757C5.63391 29.8349 6.31686 29.9226 7.19362 29.9641C7.56509 29.9803 11.3513 29.9918 15.1398 29.9918C18.9283 29.9918 22.7169 29.9872 23.0791 29.9688C24.0943 29.921 24.6838 29.8419 25.3356 29.6734C26.2211 29.4464 27.0463 29.0287 27.7537 28.4497C28.461 27.8706 29.0335 27.1442 29.431 26.321C29.8382 25.4811 30.0447 24.6644 30.1382 23.4791C30.1585 23.2207 30.167 19.1006 30.167 14.9861C30.167 10.8709 30.1578 6.75842 30.1375 6.50001C30.0429 5.29562 29.8364 4.48577 29.416 3.62978C29.071 2.92907 28.688 2.40578 28.132 1.87073C27.1399 0.922904 25.9263 0.346089 24.4798 0.137513C23.7791 0.036224 23.6395 0.0062296 20.0541 0H15.1719Z' fill='url(%23paint1_radial_8879_10982)'/%3E%3Cpath d='M15.1647 5.99707C12.7204 5.99707 12.4137 6.00776 11.4537 6.05145C10.4955 6.09532 9.84154 6.24701 9.26928 6.46957C8.67734 6.69945 8.17521 7.00695 7.67495 7.50739C7.17432 8.00765 6.86682 8.50977 6.63619 9.10153C6.41307 9.67397 6.26119 10.3282 6.21806 11.2859C6.17531 12.2459 6.16406 12.5529 6.16406 14.9971C6.16406 17.4414 6.17494 17.7472 6.21844 18.7072C6.2625 19.6653 6.41419 20.3193 6.63657 20.8916C6.86663 21.4835 7.17414 21.9857 7.67458 22.4859C8.17465 22.9866 8.67678 23.2948 9.26834 23.5247C9.84098 23.7472 10.4952 23.8989 11.4531 23.9428C12.4131 23.9865 12.7197 23.9972 15.1638 23.9972C17.6082 23.9972 17.9141 23.9865 18.8741 23.9428C19.8322 23.8989 20.487 23.7472 21.0596 23.5247C21.6513 23.2948 22.1527 22.9866 22.6528 22.4859C23.1534 21.9857 23.4609 21.4835 23.6916 20.8918C23.9128 20.3193 24.0647 19.6652 24.1097 18.7074C24.1528 17.7474 24.1641 17.4414 24.1641 14.9971C24.1641 12.5529 24.1528 12.2461 24.1097 11.2861C24.0647 10.328 23.9128 9.67397 23.6916 9.10171C23.4609 8.50977 23.1534 8.00765 22.6528 7.50739C22.1522 7.00676 21.6515 6.69926 21.059 6.46957C20.4853 6.24701 19.8309 6.09532 18.8728 6.05145C17.9127 6.00776 17.6071 5.99707 15.1621 5.99707H15.1647ZM14.3573 7.61896C14.597 7.61858 14.8643 7.61896 15.1647 7.61896C17.5677 7.61896 17.8526 7.62758 18.8015 7.67071C19.679 7.71083 20.1553 7.85746 20.4725 7.98065C20.8925 8.14377 21.192 8.33877 21.5068 8.65377C21.8218 8.96878 22.0168 9.26878 22.1803 9.68878C22.3035 10.0057 22.4503 10.4819 22.4902 11.3594C22.5334 12.3082 22.5427 12.5932 22.5427 14.9951C22.5427 17.397 22.5334 17.682 22.4902 18.6307C22.4501 19.5082 22.3035 19.9845 22.1803 20.3013C22.0172 20.7213 21.8218 21.0204 21.5068 21.3352C21.1918 21.6502 20.8927 21.8452 20.4725 22.0084C20.1556 22.1321 19.679 22.2784 18.8015 22.3185C17.8527 22.3616 17.5677 22.371 15.1647 22.371C12.7615 22.371 12.4767 22.3616 11.5279 22.3185C10.6504 22.278 10.1742 22.1314 9.85673 22.0082C9.43672 21.845 9.13672 21.65 8.82172 21.335C8.50671 21.02 8.31171 20.7208 8.14821 20.3006C8.02502 19.9837 7.87821 19.5075 7.83827 18.63C7.79514 17.6812 7.78652 17.3962 7.78652 14.9928C7.78652 12.5894 7.79514 12.3059 7.83827 11.3572C7.87839 10.4797 8.02502 10.0034 8.14821 9.68616C8.31133 9.26615 8.50671 8.96615 8.82172 8.65115C9.13672 8.33615 9.43672 8.14115 9.85673 7.97765C10.174 7.85389 10.6504 7.70764 11.5279 7.66733C12.3582 7.62983 12.6799 7.61858 14.3573 7.61671V7.61896ZM19.9689 9.11334C19.7553 9.11334 19.5464 9.17669 19.3688 9.29538C19.1912 9.41407 19.0528 9.58276 18.9711 9.78013C18.8893 9.9775 18.868 10.1947 18.9097 10.4042C18.9514 10.6137 19.0543 10.8061 19.2053 10.9572C19.3564 11.1082 19.5489 11.211 19.7584 11.2526C19.9679 11.2943 20.1851 11.2728 20.3825 11.191C20.5798 11.1092 20.7484 10.9707 20.8671 10.7931C20.9857 10.6154 21.049 10.4066 21.0489 10.193C21.0489 9.59672 20.5651 9.11296 19.9689 9.11296V9.11334ZM15.1647 10.3752C12.6123 10.3752 10.5428 12.4447 10.5428 14.9971C10.5428 17.5496 12.6123 19.6181 15.1647 19.6181C17.7172 19.6181 19.7861 17.5496 19.7861 14.9971C19.7861 12.4447 17.717 10.3752 15.1645 10.3752H15.1647ZM15.1647 11.9971C16.8215 11.9971 18.1647 13.3402 18.1647 14.9971C18.1647 16.6539 16.8215 17.9971 15.1647 17.9971C13.5078 17.9971 12.1647 16.6539 12.1647 14.9971C12.1647 13.3402 13.5078 11.9971 15.1647 11.9971Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_8879_10982' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(8.13578 32.3018) rotate(-90) scale(29.7241 27.6533)'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.1' stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_8879_10982' cx='0' cy='0' r='1' gradientTransform='matrix(2.60861 13.0284 -53.7169 10.7557 -4.85817 2.16056)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233771C8'/%3E%3Cstop offset='0.128' stop-color='%233771C8'/%3E%3Cstop offset='1' stop-color='%236600FF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_8879_10982'%3E%3Crect x='0.166992' width='30' height='30' rx='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:31;height:30;}.i-logo\:logo-mais{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='url(%23paint0_linear_8879_10966)'/%3E%3Cpath d='M12.9852 17.0513C12.5377 17.5567 11.9561 17.9125 11.3142 18.0734C10.6723 18.2343 9.99892 18.1931 9.37951 17.955C8.7601 17.717 8.22253 17.2928 7.83496 16.7363C7.4474 16.1798 7.22728 15.516 7.20254 14.8291C7.17779 14.1421 7.34953 13.463 7.69596 12.8779C8.0424 12.2927 8.54794 11.8278 9.14848 11.5421C9.74903 11.2564 10.4175 11.1629 11.0692 11.2732C11.7209 11.3836 12.3264 11.693 12.809 12.1621L15.7182 10.1872C15.4858 9.59482 15.471 8.93401 15.6769 8.33101C15.8827 7.728 16.2947 7.22507 16.8341 6.91827C17.3736 6.61146 18.0026 6.52229 18.6012 6.66777C19.1998 6.81326 19.7259 7.18321 20.0791 7.70696C20.4323 8.23072 20.5878 8.87158 20.5159 9.50714C20.444 10.1427 20.1498 10.7284 19.6894 11.1524C19.229 11.5764 18.6347 11.809 18.0201 11.8058C17.4054 11.8025 16.8134 11.5636 16.3572 11.1348L13.4847 13.0842C13.7291 13.5672 13.8669 14.1167 13.8669 14.6998C13.8675 15.1748 13.774 15.6449 13.5925 16.0806L17.7779 18.5316C18.1711 18.0397 18.7245 17.7157 19.3325 17.6217C19.9405 17.5276 20.5604 17.6701 21.0739 18.0217C21.5875 18.3734 21.9586 18.9097 22.1164 19.5282C22.2742 20.1467 22.2076 20.804 21.9294 21.3747C21.6512 21.9453 21.1809 22.3893 20.6082 22.6218C20.0356 22.8542 19.4007 22.859 18.8249 22.635C18.2491 22.411 17.7727 21.9741 17.4867 21.4077C17.2008 20.8412 17.1252 20.1849 17.2745 19.5641L12.9846 17.0519L12.9852 17.0513Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8879_10966' x1='14.9992' y1='29.9985' x2='14.9992' y2='-0.00104962' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231A9276'/%3E%3Cstop offset='1' stop-color='%2319AB89'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:30;height:30;}.i-logo\:logo-tg{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='32' height='32' rx='16' fill='url(%23paint0_linear_8157_572)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.74285 15.8309C12.4072 13.7988 15.5175 12.459 17.0737 11.8117C21.5171 9.96359 22.4404 9.64255 23.0422 9.63195C23.1745 9.62962 23.4705 9.66242 23.6622 9.81797C23.824 9.94931 23.8686 10.1267 23.8899 10.2513C23.9112 10.3758 23.9377 10.6595 23.9166 10.8811C23.6758 13.4111 22.6339 19.5507 22.1039 22.3843C21.8796 23.5833 21.438 23.9853 21.0104 24.0247C20.0813 24.1102 19.3757 23.4106 18.4758 22.8207C17.0676 21.8976 16.2721 21.323 14.9051 20.4222C13.3254 19.3812 14.3495 18.8091 15.2498 17.874C15.4854 17.6293 19.5792 13.9056 19.6585 13.5678C19.6684 13.5256 19.6776 13.3681 19.584 13.285C19.4905 13.2018 19.3524 13.2302 19.2527 13.2529C19.1115 13.2849 16.8619 14.7718 12.5038 17.7136C11.8653 18.1521 11.2869 18.3657 10.7687 18.3545C10.1974 18.3422 9.09851 18.0315 8.28158 17.766C7.27957 17.4403 6.4832 17.2681 6.55255 16.7149C6.58867 16.4268 6.98544 16.1321 7.74285 15.8309Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8157_572' x1='16.5' y1='0' x2='16.5' y2='31.7627' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:33;height:32;}.i-logo\:logo-whatsapp{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='32' height='32' rx='16' fill='url(%23paint0_linear_8157_576)'/%3E%3Cpath d='M6.79443 25.3091L8.16635 20.3273C7.31817 18.8651 6.87323 17.2091 6.87786 15.5161C6.87786 10.2114 11.2161 5.89844 16.5415 5.89844C19.1277 5.89844 21.5564 6.89942 23.3779 8.71687C25.204 10.5343 26.2098 12.9514 26.2051 15.5208C26.2051 20.8255 21.8669 25.1385 16.5369 25.1385H16.5322C14.9147 25.1385 13.3249 24.7325 11.9113 23.9668L6.79443 25.3091ZM12.1569 22.2278L12.4489 22.4031C13.6818 23.1319 15.0954 23.5148 16.5369 23.5194H16.5415C20.9678 23.5194 24.5737 19.9352 24.5737 15.5254C24.5737 13.3896 23.7394 11.3831 22.2238 9.87007C20.7082 8.35707 18.6874 7.52676 16.5415 7.52676C12.1152 7.52215 8.50932 11.1063 8.50932 15.5161C8.50932 17.0245 8.93109 18.496 9.73755 19.7692L9.92758 20.0736L9.11649 23.0212L12.1569 22.2278Z' fill='white'/%3E%3Cpath d='M7.1333 24.9726L8.45886 20.1614C7.6385 18.7545 7.20746 17.1539 7.20746 15.5209C7.21209 10.4007 11.3974 6.23535 16.542 6.23535C19.0402 6.23535 21.3808 7.20404 23.142 8.95691C24.9033 10.7098 25.8719 13.0439 25.8719 15.5256C25.8719 20.6458 21.6821 24.8111 16.542 24.8111H16.5374C14.9754 24.8111 13.4413 24.4191 12.0787 23.681L7.1333 24.9726Z' fill='url(%23paint1_linear_8157_576)'/%3E%3Cpath d='M6.79443 25.3091L8.16635 20.3273C7.31817 18.8651 6.87323 17.2091 6.87786 15.5161C6.87786 10.2114 11.2161 5.89844 16.5415 5.89844C19.1277 5.89844 21.5564 6.89942 23.3779 8.71687C25.204 10.5343 26.2098 12.9514 26.2051 15.5208C26.2051 20.8255 21.8669 25.1385 16.5369 25.1385H16.5322C14.9147 25.1385 13.3249 24.7325 11.9113 23.9668L6.79443 25.3091ZM12.1569 22.2278L12.4489 22.4031C13.6818 23.1319 15.0954 23.5148 16.5369 23.5194H16.5415C20.9678 23.5194 24.5737 19.9352 24.5737 15.5254C24.5737 13.3896 23.7394 11.3831 22.2238 9.87007C20.7082 8.35707 18.6874 7.52676 16.5415 7.52676C12.1152 7.52215 8.50932 11.1063 8.50932 15.5161C8.50932 17.0245 8.93109 18.496 9.73755 19.7692L9.92758 20.0736L9.11649 23.0212L12.1569 22.2278Z' fill='url(%23paint2_linear_8157_576)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1268 11.494C13.9461 11.0927 13.7561 11.0834 13.5846 11.0788C13.4455 11.0742 13.2833 11.0742 13.1211 11.0742C12.9589 11.0742 12.6993 11.1342 12.4768 11.3741C12.2544 11.6139 11.6333 12.1951 11.6333 13.3806C11.6333 14.5615 12.5 15.7055 12.6205 15.8669C12.741 16.0284 14.2937 18.5331 16.7455 19.4972C18.7849 20.2998 19.202 20.1384 19.6423 20.0969C20.0826 20.0554 21.0698 19.5157 21.2738 18.9529C21.4731 18.3901 21.4731 17.9104 21.4128 17.8089C21.3526 17.7074 21.1903 17.6475 20.9493 17.5275C20.7083 17.4076 19.5218 16.8264 19.2993 16.7434C19.0768 16.6649 18.9146 16.6234 18.757 16.8633C18.5948 17.1032 18.1313 17.6429 17.9923 17.8043C17.8533 17.9658 17.7096 17.9842 17.4686 17.8643C17.2275 17.7443 16.4489 17.4906 15.5266 16.6696C14.8082 16.033 14.3215 15.2442 14.1825 15.0043C14.0434 14.7645 14.1686 14.6353 14.2891 14.5154C14.3957 14.4093 14.5301 14.234 14.6506 14.0956C14.7711 13.9572 14.8128 13.8557 14.8916 13.6943C14.9704 13.5328 14.9333 13.3945 14.8731 13.2745C14.8128 13.1592 14.34 11.9691 14.1268 11.494Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8157_576' x1='16.4992' y1='31.9984' x2='16.4992' y2='-0.0011196' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_8157_576' x1='16.5021' y1='24.9717' x2='16.5021' y2='6.2347' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_8157_576' x1='16.5017' y1='25.3073' x2='16.5017' y2='5.89844' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:33;height:32;}.i-logo\:logo-x{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8879_10979)'%3E%3Cpath d='M15.0002 29.9998C11.5299 29.9998 8.16686 28.7966 5.48424 26.5951C2.80163 24.3936 0.965357 21.3298 0.28829 17.9262C-0.388778 14.5226 0.135212 10.9896 1.77107 7.92908C3.40693 4.86852 6.05354 2.46983 9.25968 1.14176C12.4658 -0.186305 16.0331 -0.361425 19.354 0.645917C22.6749 1.65326 25.5438 3.78059 27.4718 6.66602C29.3998 9.55146 30.2679 13.0162 29.9278 16.4698C29.5877 19.9234 28.0605 23.1524 25.6067 25.6063C24.2172 27.0037 22.5642 28.1115 20.7436 28.8656C18.923 29.6198 16.9708 30.0052 15.0002 29.9998Z' fill='black'/%3E%3Cpath d='M6.90039 8.0957L12.8253 15.4045L7.13971 21.6H9.5457L13.9534 16.8001L17.848 21.6H22.9022L16.5273 13.7342L21.7024 8.0957H19.2964L15.3962 12.343L11.9532 8.0957H6.90039ZM19.9848 20.077L18.2598 20.0268L9.66929 9.4331L11.3381 9.41332L19.9848 20.077Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8879_10979'%3E%3Crect width='30' height='29.9998' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:30;height:30;}.i-logo\:rdollar{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM12.9023 5V5.9043C12.4997 5.93693 12.1324 6.03304 11.8018 6.19531C11.3881 6.39842 11.0626 6.68112 10.8252 7.04297C10.59 7.40495 10.4732 7.82813 10.4756 8.3125C10.4732 8.90365 10.6492 9.3737 11.002 9.72266C11.3547 10.0715 11.8354 10.3282 12.4443 10.4922L12.9023 10.6191V12.6758C12.747 12.6553 12.6021 12.6189 12.4688 12.5625C12.2619 12.4714 12.0963 12.3372 11.9717 12.1602C11.8494 11.9805 11.7801 11.7565 11.7637 11.4883H10.2852C10.2969 12.0638 10.4232 12.5469 10.6631 12.9375C10.9053 13.3255 11.2416 13.6185 11.6719 13.8164C12.0304 13.9803 12.4406 14.0744 12.9023 14.1025V15H13.4814V14.1035C13.9479 14.0765 14.3551 13.9832 14.7021 13.8203C15.1206 13.6224 15.4401 13.3449 15.6611 12.9883C15.8845 12.6289 15.9976 12.2044 16 11.7148C15.9976 11.3815 15.9422 11.0859 15.834 10.8281C15.7282 10.5703 15.5786 10.3463 15.3857 10.1562C15.193 9.9663 14.9653 9.80592 14.7021 9.67578C14.4388 9.54557 14.1491 9.44141 13.834 9.36328L13.4814 9.26953V7.32422C13.7198 7.35848 13.9177 7.43876 14.0742 7.56641C14.2881 7.74088 14.4093 7.98577 14.4375 8.30078H15.9014C15.8943 7.82426 15.779 7.40493 15.5557 7.04297C15.3323 6.681 15.0193 6.39844 14.6172 6.19531C14.2856 6.02682 13.9069 5.92912 13.4814 5.90039V5H12.9023ZM4 6V14H5.52734V11.1641H6.64258L8.01074 14H9.69629L8.16309 10.8906C8.18514 10.88 8.20794 10.8706 8.22949 10.8594C8.6221 10.6563 8.922 10.3645 9.12891 9.98438C9.33576 9.60161 9.43945 9.14442 9.43945 8.61328C9.43942 8.08476 9.33737 7.62493 9.13281 7.23438C8.93057 6.84117 8.63507 6.53775 8.24707 6.32422C7.86152 6.10816 7.39593 6.00006 6.85059 6H4ZM13.4814 10.7871C13.638 10.8373 13.7772 10.8882 13.8975 10.9453C14.0808 11.0312 14.2194 11.1355 14.3135 11.2578C14.4099 11.3802 14.458 11.5312 14.458 11.7109C14.458 11.9036 14.4056 12.0742 14.2998 12.2227C14.194 12.3711 14.0444 12.487 13.8516 12.5703C13.74 12.6191 13.6164 12.6517 13.4814 12.6719V10.7871ZM6.55762 7.38281C6.85122 7.38284 7.09441 7.43117 7.28711 7.52734C7.48226 7.62107 7.62761 7.75917 7.72168 7.94141C7.81806 8.12363 7.86618 8.34778 7.86621 8.61328C7.86621 8.87613 7.81797 9.09641 7.72168 9.27344C7.62763 9.45049 7.48381 9.58333 7.29102 9.67188C7.0982 9.76041 6.85603 9.80468 6.56445 9.80469H5.52734V7.38281H6.55762ZM12.9023 9.10742C12.8473 9.089 12.7926 9.07143 12.7402 9.05078C12.6017 8.99356 12.4797 8.92697 12.374 8.85156C12.2682 8.77344 12.1842 8.68099 12.123 8.57422C12.0643 8.46747 12.0373 8.34241 12.042 8.19922C12.042 8.02741 12.0865 7.87366 12.1758 7.73828C12.2675 7.60286 12.3996 7.4974 12.5713 7.42188C12.669 7.3774 12.7794 7.3463 12.9023 7.32715V9.10742Z' fill='url(%23paint0_linear_8305_5359)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8305_5359' x1='0' y1='0' x2='20' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD38C'/%3E%3Cstop offset='1' stop-color='%23DE842B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:20;height:20;}.i-main\:add{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1735747764885' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4254' width='48' height='48'%3E%3Cpath d='M948.313043 442.991304l-369.530435 0 0-369.530435c0-37.843478-31.165217-69.008696-69.008696-69.008696-37.843478 0-69.008696 31.165217-69.008696 69.008696l0 369.530435-369.530435 0c-37.843478 0-69.008696 31.165217-69.008696 69.008696 0 37.843478 31.165217 69.008696 69.008696 69.008696l369.530435 0 0 369.530435c0 37.843478 31.165217 69.008696 69.008696 69.008696 37.843478 0 69.008696-31.165217 69.008696-69.008696l0-369.530435 369.530435 0c37.843478 0 69.008696-31.165217 69.008696-69.008696C1017.321739 474.156522 988.382609 442.991304 948.313043 442.991304z' p-id='4255'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:48;height:48;}.i-tabbar\:active{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='25' height='24' viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8172_640)'%3E%3Cpath d='M4.5 18.9301C4.5 20.4501 5.73 21.6801 7.25 21.6801H17.25C18.77 21.6801 20 20.4501 20 18.9301V13.1801H4.5V18.9301Z' fill='%2388FF00'/%3E%3Cpath d='M21.47 7.17008C21.14 6.85008 20.7 6.68008 20.25 6.68008H16.77L17.21 5.90008C17.37 5.63008 17.48 5.33008 17.52 5.02008C17.56 4.71008 17.54 4.40008 17.46 4.09008C17.38 3.79008 17.24 3.51008 17.05 3.26008C16.86 3.01008 16.62 2.80008 16.35 2.65008C16.08 2.49008 15.78 2.39008 15.47 2.35008C15.16 2.31008 14.85 2.33008 14.54 2.41008C14.24 2.49008 13.96 2.63008 13.71 2.82008C13.46 3.02008 13.26 3.26008 13.1 3.53008L12.17 5.13008L11.25 3.53008C11.09 3.26008 10.89 3.02008 10.64 2.82008C10.39 2.63008 10.11 2.49008 9.81 2.41008C9.5 2.33008 9.19 2.31008 8.88 2.35008C8.57 2.39008 8.27 2.49008 8 2.65008C7.72 2.80008 7.49 3.01008 7.3 3.26008C7.11 3.51008 6.97 3.79008 6.89 4.09008C6.81 4.40008 6.79 4.71008 6.83 5.02008C6.87 5.33008 6.98 5.63008 7.13 5.90008L7.58 6.68008H4.25C3.79 6.68008 3.34 6.86008 3.01 7.19008C2.68 7.52008 2.5 7.96008 2.5 8.43008V10.4901C2.52 10.9401 2.71 11.3701 3.03 11.6901C3.36 12.0001 3.8 12.1801 4.25 12.1801H20.25C20.71 12.1801 21.16 11.9901 21.49 11.6601C21.82 11.3401 22 10.8901 22 10.4301V8.37008C21.98 7.91008 21.79 7.48008 21.47 7.17008Z' fill='%2388FF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8172_640'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.25)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:25;height:24;}.i-tabbar\:home{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' t='1764140626684' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9036' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M886.976 387.904l-362.666667-256a21.354667 21.354667 0 0 0-24.618666 0l-362.666667 256A21.376 21.376 0 0 0 128 405.333333v469.333334a21.333333 21.333333 0 0 0 21.333333 21.333333h234.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V618.666667h213.333334v256a21.333333 21.333333 0 0 0 21.333333 21.333333h234.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V405.333333a21.376 21.376 0 0 0-9.024-17.429333z' fill='%2388ff00' p-id='9037'%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:200;height:200;}.i-tabbar\:mine{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='25' height='24' viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6793 2.16211C9.93133 2.16211 7.6955 4.43107 7.6955 7.21891C7.6955 10.0067 9.93133 12.2757 12.6793 12.2757C15.4273 12.2757 17.6632 10.0072 17.6632 7.21891C17.6632 4.43011 15.4273 2.16211 12.6793 2.16211ZM14.7328 12.7629H10.9984C7.52845 12.7629 4.70605 15.6251 4.70605 19.1435V19.5223C4.70605 21.3621 7.48333 21.3621 10.9984 21.3621H14.7328C18.1101 21.3621 21.0261 21.3621 21.0261 19.5223V19.1435C21.0261 15.6256 18.2032 12.7629 14.7328 12.7629Z' fill='%2388FF00'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:25;height:24;}.i-tabbar\:rank{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' fill='currentColor' width='25' height='24' viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.92462 4.73438L3.63545 4.72954C3.13307 4.72847 2.71223 5.09849 2.69306 5.6005C2.59942 8.05305 2.96013 14.917 9.75274 16.2902C9.5273 15.9509 9.17462 15.3259 8.72596 14.4107C5.68131 12.8259 4.98265 8.71875 5.07417 6.53795C5.46256 6.54018 6.00274 6.54911 6.00274 6.54911L5.92462 4.73438ZM19.5652 4.73438L21.8591 4.72953C22.3614 4.72847 22.7822 5.09836 22.8014 5.60028C22.8953 8.05264 22.5346 14.917 15.7327 16.2902C15.9581 15.9509 16.3108 15.3259 16.7617 14.4107C19.8085 12.8259 20.5094 8.71875 20.4179 6.53795C20.0295 6.54018 19.4871 6.54911 19.4871 6.54911L19.5652 4.73438Z' fill='%2388FF00'/%3E%3Cpath d='M14.1833 18.8281C14.1833 18.8281 14.1275 18.2924 14.1275 17.9576C15.132 17.6228 17.0628 14.7009 17.3262 14.2411C19.6848 11.1694 19.7168 5.19592 19.6341 2.91519C19.6153 2.3952 19.1847 2 18.6644 2H6.88061C6.36038 2 5.92991 2.39505 5.91093 2.91494C5.82764 5.19548 5.85816 11.1693 8.21683 14.2411C8.48023 14.7009 10.411 17.6228 11.4155 17.9576C11.4155 18.2902 11.3597 18.8281 11.3597 18.8281H9.25033C8.8855 18.8281 8.54962 19.0268 8.37393 19.3465L7.73609 20.5073C7.37044 21.1727 7.85056 21.9868 8.60981 21.9889L12.7726 22L16.936 21.9889C17.6952 21.9868 18.1753 21.173 17.8099 20.5076L17.1713 19.3446C16.9956 19.0247 16.6597 18.8259 16.2947 18.8259H14.1833V18.8281ZM10.8284 12.0112L11.2503 9.67411L9.56505 8L11.92 7.67857L12.9914 5.55804L14.0226 7.69866L16.3708 8.06027L14.6543 9.70313L15.036 12.0491L12.9423 10.9241L10.8284 12.0112Z' fill='%2388FF00'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:inline-block;vertical-align:middle;width:25;height:24;}