:root{--violet: #3B65F3;--violet-hover: #2C53E6;--violet-active: #2C53E6;--violet-50: rgba(59, 101, 243, .1);--violet-100: rgba(59, 101, 243, .14);--violet-200: rgba(59, 101, 243, .32);--bg: #efeff4;--app-bg: #efeff4;--panel: #ffffff;--panel-soft: #f2f2f7;--fill: #e4e4ea;--text: #000000;--text-muted: #8e8e93;--text-faint: #aeaeb2;--border: rgba(60, 60, 67, .12);--border-strong: rgba(60, 60, 67, .22);--tabbar-bg: rgba(255, 255, 255, .45);--tabbar-edge: rgba(255, 255, 255, .55);--green: #34c759;--green-soft: rgba(52, 199, 89, .12);--amber: #ff9500;--amber-soft: rgba(255, 149, 0, .12);--red: #ff3b30;--red-soft: rgba(255, 59, 48, .1);--purple: #af52de;--tg-blue: #2AABEE;--star: #f5a623;--radius: 20px;--radius-sm: 12px;--shadow: none;--shadow-lg: 0 8px 28px rgba(0, 0, 0, .12);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", Roboto, "Segoe UI", sans-serif;--tbar-h: 56px}.dark{--violet: #5B80F7;--violet-hover: #6E8FF7;--violet-active: #8FA9F9;--violet-50: rgba(91, 128, 247, .16);--violet-100: rgba(91, 128, 247, .22);--violet-200: rgba(91, 128, 247, .42);--bg: #000000;--app-bg: #000000;--panel: #1c1c1e;--panel-soft: #2c2c2e;--fill: #3a3a3c;--text: #ffffff;--text-muted: #98989f;--text-faint: #7c7c82;--border: rgba(84, 84, 88, .5);--border-strong: rgba(84, 84, 88, .72);--tabbar-bg: rgba(28, 28, 30, .45);--tabbar-edge: rgba(255, 255, 255, .12);--green: #30d158;--green-soft: rgba(48, 209, 88, .14);--amber: #ff9f0a;--amber-soft: rgba(255, 159, 10, .14);--red: #ff453a;--red-soft: rgba(255, 69, 58, .14);--purple: #bf5af2;--shadow: none;--shadow-lg: 0 8px 28px rgba(0, 0, 0, .5)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--text);background:var(--bg);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-weight:700}button{font-family:var(--font)}.frame-wrap{min-height:100vh;display:flex;align-items:stretch;justify-content:center;padding:0;background:var(--bg)}.phone{width:100%;max-width:440px;height:100vh;background:var(--app-bg);position:relative;display:flex;flex-direction:column;overflow:hidden}.tbar{display:flex;align-items:center;gap:8px;min-height:var(--tbar-h);padding:12px 16px 4px}.tbar-center{flex:1;min-width:0;display:flex;justify-content:center}.tbar-title{flex:1;min-width:0;text-align:left;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.15;padding-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-widget{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.bw-main{flex:1;min-width:0;display:flex;align-items:center;gap:10px;text-align:left;border:0;background:none;padding:0;cursor:pointer;color:var(--text);transition:opacity .15s ease}.bw-main:active{opacity:.6}.bw-logo{width:40px;height:40px;border-radius:50%;background:var(--panel);display:grid;place-items:center;flex-shrink:0;overflow:hidden}.bw-logo img{width:62%;height:62%;object-fit:contain;display:block}.bw-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.bw-label{font-size:12px;color:var(--text-muted);font-weight:500;line-height:1.2}.bw-name{display:flex;align-items:center;gap:3px;min-width:0;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-name svg{color:var(--text-muted);flex-shrink:0}.bw-ava{width:38px;height:38px;border-radius:50%;border:0;cursor:pointer;padding:0;background:linear-gradient(180deg,#82b1ff,var(--violet));color:#fff;font-size:14px;font-weight:600;flex-shrink:0;display:grid;place-items:center;transition:transform .16s ease}.bw-ava:active{transform:scale(.9)}.scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.scroll>*{flex:0 0 auto}.scroll.with-tabs{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.scroll.with-mainbtn{padding-bottom:calc(110px + env(safe-area-inset-bottom))}.scroll.with-mainbtn.with-tabs{padding-bottom:calc(186px + env(safe-area-inset-bottom))}.pad{padding:16px;padding-bottom:max(32px,calc(16px + env(safe-area-inset-bottom)))}.scroll.with-tabs .pad,.scroll.with-mainbtn .pad{padding-bottom:16px}.scroll>*:not(.sheet-overlay){animation:rise .3s cubic-bezier(.2,.7,.3,1) both}.scroll>*:nth-child(2):not(.sheet-overlay){animation-delay:40ms}.scroll>*:nth-child(3):not(.sheet-overlay){animation-delay:80ms}.scroll>*:nth-child(4):not(.sheet-overlay){animation-delay:.12s}.scroll>*:nth-child(n+5):not(.sheet-overlay){animation-delay:.16s}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.tabbar{position:absolute;bottom:calc(14px + env(safe-area-inset-bottom));left:50%;display:flex;gap:2px;background:var(--tabbar-bg);-webkit-backdrop-filter:blur(24px) saturate(1.6);backdrop-filter:blur(24px) saturate(1.6);border:1px solid var(--tabbar-edge);border-radius:999px;padding:6px;box-shadow:var(--shadow-lg);z-index:30;transform:translate(-50%) translateZ(0)}.tab{border:0;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11.5px;font-weight:600;color:var(--text);width:76px;padding:8px 0;border-radius:999px;transition:background .18s ease,color .18s ease}.tab svg{width:22px;height:22px}.tab.on{background:var(--violet-50);color:var(--violet)}.tab.on svg{animation:pop .35s cubic-bezier(.34,1.56,.64,1)}.hero{text-align:center;padding:20px 24px 4px}.hero-date{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:var(--panel);color:var(--text-muted);font-size:13px;font-weight:600}.hero-date:first-letter{text-transform:uppercase}.hero-date svg{color:currentColor}.hero-t{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-top:10px;line-height:1.15}.h-screen{font-size:20px;font-weight:700;letter-spacing:-.01em;margin:6px 0 2px}.h-sub{color:var(--text-muted);font-size:15px;margin-bottom:14px}.sec-title{font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--text);margin:22px 0 10px}.sec-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.sec-row .sec-title{margin:0}.sec-count{font-size:16px;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums}.pick{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:13px 14px;background:var(--panel);border:0;border-radius:var(--radius);cursor:pointer;margin-bottom:8px;color:var(--text);transition:transform .16s ease,background .18s ease,box-shadow .18s ease}.pick:active{transform:scale(.98)}.pick.sel{background:var(--violet-50);box-shadow:inset 0 0 0 1.5px var(--violet)}.pick-body{flex:1;min-width:0}.pick-title{font-weight:600;font-size:16px}.pick-meta{color:var(--text-muted);font-size:14px;margin-top:2px}.pick-right{text-align:right;flex-shrink:0}.im{display:flex;align-items:center;gap:6px}.pick-price{font-weight:600;font-size:16px;white-space:nowrap;font-variant-numeric:tabular-nums}.pick-dur{color:var(--text-muted);font-size:13px;margin-top:2px;white-space:nowrap}.ava{width:46px;height:46px;border-radius:50%;background:linear-gradient(180deg,#82b1ff,var(--violet));color:#fff;display:grid;place-items:center;font-weight:600;font-size:16px;flex-shrink:0;overflow:hidden}.ava.round{border-radius:50%}.ava.lg{width:64px;height:64px;font-size:22px;border-radius:50%}.tick{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--border-strong);flex-shrink:0;display:grid;place-items:center;color:#fff}.tick.on{background:var(--violet);border-color:var(--violet)}.date-strip{display:flex;gap:8px;overflow-x:auto;padding:4px 0 8px;scrollbar-width:none}.date-strip::-webkit-scrollbar{display:none}.date-chip{flex-shrink:0;width:58px;padding:9px 0;border:0;border-radius:var(--radius-sm);background:var(--panel);cursor:pointer;text-align:center;color:var(--text);transition:transform .16s ease,background .18s ease}.date-chip:active{transform:scale(.94)}.date-chip .wd{font-size:11px;color:var(--text-muted);text-transform:uppercase;font-weight:600}.date-chip .dd{font-size:19px;font-weight:700;margin-top:2px;font-variant-numeric:tabular-nums}.date-chip .mo{font-size:11px;color:var(--text-muted)}.date-chip.sel{background:var(--violet)}.date-chip.sel .wd,.date-chip.sel .dd,.date-chip.sel .mo{color:#fff}.date-chip.off{opacity:.4;cursor:not-allowed}.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.slot{padding:11px 0;border:0;border-radius:var(--radius-sm);background:var(--panel);cursor:pointer;text-align:center;font-weight:600;font-size:15px;color:var(--text);font-variant-numeric:tabular-nums;transition:transform .16s ease,background .18s ease,color .18s ease}.slot:active{transform:scale(.94)}.slot.sel{background:var(--violet);color:#fff}.slot.off{opacity:.35;cursor:not-allowed;text-decoration:line-through}.slot-period{font-size:15px;color:var(--text-muted);font-weight:600;margin:16px 0 8px}.field{margin-bottom:14px}.field>label{display:block;font-size:15px;color:var(--text-muted);margin:0 2px 8px;font-weight:600}.input,textarea.input{width:100%;padding:14px 16px;border:0;border-radius:var(--radius-sm);font-size:17px;font-family:var(--font);color:var(--text);background:var(--panel);outline:none}.input:focus,textarea.input:focus{outline:2px solid var(--violet)}.input::placeholder,textarea.input::placeholder{color:var(--text-muted);font-weight:400}textarea.input{resize:vertical;min-height:76px}.summary{background:var(--panel);border-radius:var(--radius);padding:4px 16px}.kv{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:.5px solid var(--border)}.kv:last-child{border-bottom:0}.kv .k{color:var(--text-muted);font-size:15px;flex-shrink:0}.kv .v{font-weight:600;text-align:right;font-size:15px}.kv.total .k,.kv.total .v{font-size:17px;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:54px;padding:0 20px;border-radius:999px;border:0;background:var(--violet);color:#fff;cursor:pointer;font-size:17px;font-weight:600;font-family:var(--font);line-height:1;width:100%;transition:transform .16s ease,background .18s ease,opacity .15s ease}.btn:hover{background:var(--violet-hover)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:var(--violet-50);color:var(--violet)}.btn.secondary:hover{background:var(--violet-100)}.btn.ghost{background:var(--fill);color:var(--text)}.btn.danger{background:var(--red-soft);color:var(--red)}.btn.sm{height:42px;padding:0 16px;font-size:15px;border-radius:999px;width:auto}.mainbtn{position:absolute;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:20;pointer-events:none;animation:cta-in .28s cubic-bezier(.2,.7,.3,1)}.mainbtn.above-tabs{bottom:calc(88px + env(safe-area-inset-bottom))}.mainbtn .btn{box-shadow:var(--shadow-lg);pointer-events:auto}@keyframes cta-in{0%{transform:translateY(24px);opacity:0}}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;background:transparent;padding:18px 16px 16px;margin-bottom:4px}.profile-card .ava{width:88px;height:88px;font-size:30px;border-radius:50%;margin-bottom:10px}.profile-card .pn{font-weight:700;font-size:20px;letter-spacing:-.01em}.profile-card .pp{color:var(--text-muted);font-size:15px}.pp-phone{display:inline-flex;align-items:center;gap:5px}.pp-phone svg{color:var(--green)}.menu-card{background:var(--panel);border-radius:var(--radius);overflow:hidden;margin-bottom:14px}.mrow{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:0;background:transparent;cursor:pointer;font-family:var(--font);color:var(--text);font-size:17px;font-weight:400;text-align:left;text-decoration:none;position:relative}.mrow:not(:first-child):before{content:"";position:absolute;left:57px;right:0;top:0;border-top:.5px solid var(--border)}.mrow:active{background:var(--panel-soft)}.mi{width:29px;height:29px;border-radius:8px;flex-shrink:0;background:var(--violet);color:#fff;display:grid;place-items:center}.mi svg{width:18px;height:18px}.mi.c-blue{background:var(--violet)}.mi.c-green{background:var(--green)}.mi.c-purple{background:var(--purple)}.mi.c-gray{background:var(--text-muted)}.mi.c-red{background:var(--red)}.mi.c-tg{background:var(--tg-blue)}.mi.c-insta{background:#e1306c}.mrow .ml{flex:1;min-width:0}.mrow .mchev{color:var(--text-faint);display:inline-flex;flex-shrink:0}.mrow .mvalue{color:var(--text-muted);font-size:15px;flex-shrink:0}.seg2{display:flex;gap:3px;margin-bottom:14px;background:var(--fill);border-radius:999px;padding:3px}.seg2-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;border:0;border-radius:999px;background:none;color:var(--text-muted);font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.seg2-btn.active{background:var(--panel);color:var(--text);box-shadow:0 1px 4px #00000014}.rev-card{background:var(--panel);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px}.rev-head{display:flex;align-items:center;justify-content:space-between}.rev-name{font-weight:600;font-size:16px}.rev-date{color:var(--text-muted);font-size:13px}.rc-stars{display:flex;gap:2px;color:var(--star)}.rev-text{font-size:15px;line-height:1.45;color:var(--text)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12.5px;font-weight:600}.badge.violet{background:var(--violet-50);color:var(--violet)}.badge.green{background:var(--green-soft);color:var(--green)}.badge.amber{background:var(--amber-soft);color:var(--amber)}.badge.gray{background:var(--fill);color:var(--text-muted)}.badge.red{background:var(--red-soft);color:var(--red)}.bcard{background:var(--panel);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px}.bcard-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bcard-actions{display:flex;gap:8px;margin-top:12px}.schip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:var(--panel-soft);color:var(--text);font-size:13.5px;font-weight:600;margin:0 6px 6px 0}.schip.lg{background:var(--panel);padding:10px 16px;font-size:14.5px;margin:0 8px 8px 0}.success-ico{width:84px;height:84px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin:8px auto 18px;animation:pop .35s cubic-bezier(.34,1.56,.64,1)}.center{text-align:center}.zero{text-align:center;padding:48px 24px 36px}.zero svg{width:56px;height:auto;color:var(--text-muted);opacity:.65;margin-bottom:14px}.zero .z-t{font-size:17px;font-weight:600}.zero .z-d{font-size:14px;color:var(--text-muted);margin-top:5px;line-height:1.5;max-width:300px;margin-left:auto;margin-right:auto}.zero .z-cta{display:inline-flex;width:auto;height:46px;padding:0 32px;margin-top:18px;box-shadow:none;font-size:16px}.note{background:var(--violet-50);border-radius:var(--radius-sm);padding:12px 14px;color:var(--violet);font-size:14px;font-weight:500}.muted{color:var(--text-muted)}.divider{height:.5px;background:var(--border);margin:14px 0}.row{width:100%;border:0;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:14px;padding:15px 16px;position:relative;color:var(--text);font-family:var(--font)}.row:active{background:var(--panel-soft)}.row.solo{background:var(--panel);border-radius:var(--radius);margin-bottom:10px;transition:transform .16s ease}.row.solo:active{transform:scale(.98);background:var(--panel)}.r-ico{width:52px;height:52px;border-radius:50%;flex-shrink:0;background:var(--violet-50);color:var(--violet);display:grid;place-items:center}.r-ico.green{background:var(--green-soft);color:var(--green)}.r-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.r-t{font-size:17px;font-weight:600}.r-s{font-size:15px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.r-s.on{color:var(--violet);font-weight:600}.r-chev{color:var(--text-faint);display:inline-flex;flex-shrink:0}.book-card{width:100%;min-height:72px;border:0;cursor:pointer;border-radius:var(--radius);background:var(--violet);color:#fff;font-family:var(--font);font-size:17px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:transform .16s ease,background .18s ease,color .18s ease}.book-card:active:not(:disabled){transform:scale(.98)}.st-ava{width:52px;height:52px;border-radius:50%;flex-shrink:0;background-size:cover;background-position:center;background-color:var(--panel-soft)}.st-rate{display:inline-flex;align-items:center;gap:4px;color:var(--star);font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;flex-shrink:0}.staff-photo{position:relative;width:100%;height:220px;border-radius:var(--radius);background-size:cover;background-position:center;background-color:var(--panel-soft)}.m-rate{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:4px;background:var(--panel);color:var(--text);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;padding:4px 9px;border-radius:999px}.m-rate svg{color:var(--star)}.m-rate i{font-style:normal;color:var(--text-muted);font-weight:500}.sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;background:#0006;display:flex;align-items:flex-end;animation:sheet-fade .2s ease-out;will-change:opacity}@keyframes sheet-fade{0%{opacity:0}}.sheet{position:relative;width:100%;max-height:88%;background:var(--app-bg);border-radius:var(--radius) var(--radius) 0 0;display:flex;flex-direction:column;animation:sheet-up .22s ease-out;will-change:transform;transform:translateZ(0)}@keyframes sheet-up{0%{transform:translateY(100%)}}.sheet-grip{width:36px;height:4.5px;border-radius:3px;background:var(--fill);margin:8px auto 2px}.sheet-head{display:flex;align-items:center;gap:10px;padding:8px 16px 12px}.sheet-head h3{flex:1;font-size:20px;font-weight:700;letter-spacing:-.01em}.sheet-sub{margin:-6px 0 12px;font-size:14px;color:var(--text-muted);line-height:1.45}.sheet-x{width:32px;height:32px;border:0;border-radius:50%;background:var(--fill);color:var(--text-muted);display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:transform .16s ease,color .18s ease}.sheet-x:hover{color:var(--text)}.sheet-x:active{transform:scale(.9)}.sheet-body{overflow-y:auto;padding:0 16px 14px;-webkit-overflow-scrolling:touch}.sheet-body.with-foot{padding-bottom:88px}.sheet-foot{position:absolute;left:0;right:0;bottom:0;padding:10px 16px max(16px,calc(12px + env(safe-area-inset-bottom)));pointer-events:none}.sheet-foot .btn{pointer-events:auto;box-shadow:var(--shadow-lg)}.spec-row{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:11px 12px;background:var(--panel);border:0;border-radius:var(--radius);cursor:pointer;margin-bottom:8px;color:var(--text);transition:transform .16s ease,background .18s ease,box-shadow .18s ease}.spec-row:active{transform:scale(.98)}.spec-row.sel{background:var(--violet-50);box-shadow:inset 0 0 0 1.5px var(--violet)}.spec-ava{width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,#82b1ff,var(--violet));color:#fff;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.spec-ava img{width:100%;height:100%;object-fit:cover}.spec-body{flex:1;min-width:0}.spec-name{font-weight:600;font-size:17px}.spec-role{font-size:14px;color:var(--text-muted);margin-top:1px}.spec-rate{display:inline-flex;align-items:center;gap:4px;margin-top:5px;font-size:13px;font-weight:600;color:var(--star)}.chips-sticky{position:sticky;top:0;z-index:3;background:var(--app-bg);margin:0 -16px;padding:4px 16px 0;box-shadow:0 -10px 0 0 var(--app-bg)}.svc-search{display:flex;align-items:center;gap:10px;padding:0 14px;height:44px;background:var(--fill);border:0;border-radius:var(--radius-sm);color:var(--text-muted);margin-bottom:12px}.svc-search input{flex:1;border:0;background:transparent;outline:none;font-family:var(--font);font-size:16px;color:var(--text)}.svc-search input::placeholder{color:var(--text-muted)}.chip-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:8px 16px;border-radius:999px;border:0;background:none;color:var(--text-muted);font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s ease,color .18s ease}.chip.active{background:var(--fill);color:var(--text)}.svc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.svc-sec{scroll-margin-top:58px}.svc-card{text-align:left;padding:8px 8px 10px;background:var(--panel);border:0;border-radius:var(--radius);cursor:pointer;color:var(--text);transition:transform .16s ease,box-shadow .18s ease}.svc-card:active{transform:scale(.97)}.svc-card.sel{box-shadow:inset 0 0 0 2px var(--violet)}.svc-photo{position:relative;width:100%;aspect-ratio:1;border-radius:var(--radius-sm);background-size:cover;background-position:center;background-color:var(--panel-soft)}.svc-check{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;animation:pop .3s cubic-bezier(.34,1.56,.64,1)}.svc-name{font-weight:600;font-size:14.5px;line-height:1.3;margin:9px 4px 0}.svc-foot{display:flex;align-items:center;justify-content:space-between;gap:6px;margin:7px 4px 0}.svc-price{font-weight:700;font-size:14.5px;color:var(--text);white-space:nowrap;font-variant-numeric:tabular-nums}.svc-dur{font-size:12px;color:var(--text-muted);background:var(--panel-soft);padding:2px 8px;border-radius:8px;white-space:nowrap}.powered{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:auto;padding:20px 16px 8px;color:var(--text-faint);font-size:13px;font-weight:600}.powered-logo{width:80px;height:21px;display:block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='495%20415%20950%20250'%3e%3cstyle%20type='text/css'%3e.st0{fill:%233B65F3;}.st1{fill:%23112D56;}%3c/style%3e%3cg%3e%3cg%3e%3cpolygon%20class='st0'%20points='563.22,484.64%20507.87,484.64%20507.87,650.75%20673.88,650.75%20673.88,595.36%20563.22,595.36'/%3e%3cpath%20class='st0'%20d='M682.86,429.25h-64.31v55.39h55.33v110.73h55.35V475.62C729.23,450.01,708.47,429.25,682.86,429.25z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st1'%20d='M838.62,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02v-52.23h28.68v143.38h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C849.24,589.18,844.36,590.04,838.62,590.04z%20M845.79,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C832.48,562.79,838.55,565.46,845.79,565.46z'/%3e%3cpath%20class='st1'%20d='M966.64,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02V482.5h28.68v104.46h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C977.25,589.18,972.37,590.04,966.64,590.04z%20M973.81,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C960.49,562.79,966.57,565.46,973.81,565.46z'/%3e%3cpath%20class='st1'%20d='M1056.76,507.08h-13.31V482.5h13.31v-22.53h28.68v22.53h29.7v24.58h-29.7v55.3h30.72v24.58h-59.4V507.08z'/%3e%3cpath%20class='st1'%20d='M1146.88,469.19c-4.64,0-8.54-1.54-11.67-4.61c-3.14-3.07-4.71-6.66-4.71-10.75s1.57-7.68,4.71-10.75c3.14-3.07,7.03-4.61,11.67-4.61c4.64,0,8.53,1.54,11.67,4.61c3.14,3.07,4.71,6.66,4.71,10.75s-1.57,7.68-4.71,10.75C1155.42,467.65,1151.52,469.19,1146.88,469.19z%20M1132.54,482.5h28.68v104.46h-28.68V482.5z'/%3e%3cpath%20class='st1'%20d='M1234.96,590.04c-8.19,0-15.81-1.43-22.84-4.3c-7.04-2.87-13.11-6.79-18.23-11.78c-5.12-4.98-9.12-10.86-11.98-17.61c-2.87-6.76-4.3-13.96-4.3-21.61c0-7.65,1.43-14.85,4.3-21.61c2.87-6.76,6.86-12.63,11.98-17.61c5.12-4.98,11.19-8.91,18.23-11.78c7.03-2.87,14.65-4.3,22.84-4.3c8.19,0,15.77,1.43,22.74,4.3c6.96,2.87,13.01,6.79,18.13,11.78c5.12,4.99,9.15,10.86,12.09,17.61c2.93,6.76,4.4,13.96,4.4,21.61c0,7.65-1.47,14.85-4.4,21.61c-2.94,6.76-6.96,12.63-12.09,17.61c-5.12,4.99-11.16,8.91-18.13,11.78C1250.73,588.6,1243.15,590.04,1234.96,590.04z%20M1234.96,565.46c3.82,0,7.41-0.75,10.75-2.25c3.34-1.5,6.28-3.58,8.81-6.25c2.53-2.66,4.51-5.87,5.94-9.63c1.43-3.75,2.15-7.95,2.15-12.6c0-4.64-0.72-8.84-2.15-12.6c-1.43-3.75-3.41-6.96-5.94-9.63c-2.53-2.66-5.46-4.74-8.81-6.25c-3.35-1.5-6.93-2.25-10.75-2.25c-3.82,0-7.41,0.75-10.75,2.25c-3.35,1.5-6.28,3.58-8.81,6.25c-2.53,2.66-4.51,5.87-5.94,9.63c-1.43,3.76-2.15,7.96-2.15,12.6c0,4.64,0.72,8.84,2.15,12.6c1.43,3.76,3.41,6.96,5.94,9.63c2.53,2.66,5.46,4.75,8.81,6.25C1227.55,564.71,1231.13,565.46,1234.96,565.46z'/%3e%3cpath%20class='st1'%20d='M1308.69,482.5h28.68v14.34h1.02c1.91-3.28,4.44-6.15,7.58-8.6c2.73-2.18,6.11-4.2,10.14-6.04c4.03-1.84,9.04-2.77,15.05-2.77c12.83,0,22.87,3.72,30.11,11.16c7.24,7.44,10.86,18.4,10.86,32.88v63.5h-28.68v-59.4c0-7.78-1.91-13.65-5.73-17.61c-3.82-3.96-9.08-5.94-15.77-5.94c-3.28,0-6.42,0.68-9.42,2.05c-3,1.37-5.63,3.24-7.89,5.63c-2.25,2.39-4.03,5.29-5.33,8.71c-1.3,3.41-1.95,7.17-1.95,11.27v55.3h-28.68V482.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='495%20415%20950%20250'%3e%3cstyle%20type='text/css'%3e.st0{fill:%233B65F3;}.st1{fill:%23112D56;}%3c/style%3e%3cg%3e%3cg%3e%3cpolygon%20class='st0'%20points='563.22,484.64%20507.87,484.64%20507.87,650.75%20673.88,650.75%20673.88,595.36%20563.22,595.36'/%3e%3cpath%20class='st0'%20d='M682.86,429.25h-64.31v55.39h55.33v110.73h55.35V475.62C729.23,450.01,708.47,429.25,682.86,429.25z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st1'%20d='M838.62,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02v-52.23h28.68v143.38h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C849.24,589.18,844.36,590.04,838.62,590.04z%20M845.79,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C832.48,562.79,838.55,565.46,845.79,565.46z'/%3e%3cpath%20class='st1'%20d='M966.64,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02V482.5h28.68v104.46h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C977.25,589.18,972.37,590.04,966.64,590.04z%20M973.81,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C960.49,562.79,966.57,565.46,973.81,565.46z'/%3e%3cpath%20class='st1'%20d='M1056.76,507.08h-13.31V482.5h13.31v-22.53h28.68v22.53h29.7v24.58h-29.7v55.3h30.72v24.58h-59.4V507.08z'/%3e%3cpath%20class='st1'%20d='M1146.88,469.19c-4.64,0-8.54-1.54-11.67-4.61c-3.14-3.07-4.71-6.66-4.71-10.75s1.57-7.68,4.71-10.75c3.14-3.07,7.03-4.61,11.67-4.61c4.64,0,8.53,1.54,11.67,4.61c3.14,3.07,4.71,6.66,4.71,10.75s-1.57,7.68-4.71,10.75C1155.42,467.65,1151.52,469.19,1146.88,469.19z%20M1132.54,482.5h28.68v104.46h-28.68V482.5z'/%3e%3cpath%20class='st1'%20d='M1234.96,590.04c-8.19,0-15.81-1.43-22.84-4.3c-7.04-2.87-13.11-6.79-18.23-11.78c-5.12-4.98-9.12-10.86-11.98-17.61c-2.87-6.76-4.3-13.96-4.3-21.61c0-7.65,1.43-14.85,4.3-21.61c2.87-6.76,6.86-12.63,11.98-17.61c5.12-4.98,11.19-8.91,18.23-11.78c7.03-2.87,14.65-4.3,22.84-4.3c8.19,0,15.77,1.43,22.74,4.3c6.96,2.87,13.01,6.79,18.13,11.78c5.12,4.99,9.15,10.86,12.09,17.61c2.93,6.76,4.4,13.96,4.4,21.61c0,7.65-1.47,14.85-4.4,21.61c-2.94,6.76-6.96,12.63-12.09,17.61c-5.12,4.99-11.16,8.91-18.13,11.78C1250.73,588.6,1243.15,590.04,1234.96,590.04z%20M1234.96,565.46c3.82,0,7.41-0.75,10.75-2.25c3.34-1.5,6.28-3.58,8.81-6.25c2.53-2.66,4.51-5.87,5.94-9.63c1.43-3.75,2.15-7.95,2.15-12.6c0-4.64-0.72-8.84-2.15-12.6c-1.43-3.75-3.41-6.96-5.94-9.63c-2.53-2.66-5.46-4.74-8.81-6.25c-3.35-1.5-6.93-2.25-10.75-2.25c-3.82,0-7.41,0.75-10.75,2.25c-3.35,1.5-6.28,3.58-8.81,6.25c-2.53,2.66-4.51,5.87-5.94,9.63c-1.43,3.76-2.15,7.96-2.15,12.6c0,4.64,0.72,8.84,2.15,12.6c1.43,3.76,3.41,6.96,5.94,9.63c2.53,2.66,5.46,4.75,8.81,6.25C1227.55,564.71,1231.13,565.46,1234.96,565.46z'/%3e%3cpath%20class='st1'%20d='M1308.69,482.5h28.68v14.34h1.02c1.91-3.28,4.44-6.15,7.58-8.6c2.73-2.18,6.11-4.2,10.14-6.04c4.03-1.84,9.04-2.77,15.05-2.77c12.83,0,22.87,3.72,30.11,11.16c7.24,7.44,10.86,18.4,10.86,32.88v63.5h-28.68v-59.4c0-7.78-1.91-13.65-5.73-17.61c-3.82-3.96-9.08-5.94-15.77-5.94c-3.28,0-6.42,0.68-9.42,2.05c-3,1.37-5.63,3.24-7.89,5.63c-2.25,2.39-4.03,5.29-5.33,8.71c-1.3,3.41-1.95,7.17-1.95,11.27v55.3h-28.68V482.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain}.gallery{display:flex;gap:10px;overflow-x:auto;padding:4px 0;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.g-photo{flex-shrink:0;width:250px;height:156px;border-radius:var(--radius-sm);background-size:cover;background-position:center;background-color:var(--panel-soft)}.company-text{font-size:15px;line-height:1.55;color:var(--text);margin:12px 2px 4px}.about-hero{text-align:center;padding:18px 8px 20px}.about-logo{display:block;width:132px;height:35px;margin:0 auto 14px;background:var(--text);opacity:.85;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='495%20415%20950%20250'%3e%3cstyle%20type='text/css'%3e.st0{fill:%233B65F3;}.st1{fill:%23112D56;}%3c/style%3e%3cg%3e%3cg%3e%3cpolygon%20class='st0'%20points='563.22,484.64%20507.87,484.64%20507.87,650.75%20673.88,650.75%20673.88,595.36%20563.22,595.36'/%3e%3cpath%20class='st0'%20d='M682.86,429.25h-64.31v55.39h55.33v110.73h55.35V475.62C729.23,450.01,708.47,429.25,682.86,429.25z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st1'%20d='M838.62,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02v-52.23h28.68v143.38h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C849.24,589.18,844.36,590.04,838.62,590.04z%20M845.79,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C832.48,562.79,838.55,565.46,845.79,565.46z'/%3e%3cpath%20class='st1'%20d='M966.64,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02V482.5h28.68v104.46h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C977.25,589.18,972.37,590.04,966.64,590.04z%20M973.81,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C960.49,562.79,966.57,565.46,973.81,565.46z'/%3e%3cpath%20class='st1'%20d='M1056.76,507.08h-13.31V482.5h13.31v-22.53h28.68v22.53h29.7v24.58h-29.7v55.3h30.72v24.58h-59.4V507.08z'/%3e%3cpath%20class='st1'%20d='M1146.88,469.19c-4.64,0-8.54-1.54-11.67-4.61c-3.14-3.07-4.71-6.66-4.71-10.75s1.57-7.68,4.71-10.75c3.14-3.07,7.03-4.61,11.67-4.61c4.64,0,8.53,1.54,11.67,4.61c3.14,3.07,4.71,6.66,4.71,10.75s-1.57,7.68-4.71,10.75C1155.42,467.65,1151.52,469.19,1146.88,469.19z%20M1132.54,482.5h28.68v104.46h-28.68V482.5z'/%3e%3cpath%20class='st1'%20d='M1234.96,590.04c-8.19,0-15.81-1.43-22.84-4.3c-7.04-2.87-13.11-6.79-18.23-11.78c-5.12-4.98-9.12-10.86-11.98-17.61c-2.87-6.76-4.3-13.96-4.3-21.61c0-7.65,1.43-14.85,4.3-21.61c2.87-6.76,6.86-12.63,11.98-17.61c5.12-4.98,11.19-8.91,18.23-11.78c7.03-2.87,14.65-4.3,22.84-4.3c8.19,0,15.77,1.43,22.74,4.3c6.96,2.87,13.01,6.79,18.13,11.78c5.12,4.99,9.15,10.86,12.09,17.61c2.93,6.76,4.4,13.96,4.4,21.61c0,7.65-1.47,14.85-4.4,21.61c-2.94,6.76-6.96,12.63-12.09,17.61c-5.12,4.99-11.16,8.91-18.13,11.78C1250.73,588.6,1243.15,590.04,1234.96,590.04z%20M1234.96,565.46c3.82,0,7.41-0.75,10.75-2.25c3.34-1.5,6.28-3.58,8.81-6.25c2.53-2.66,4.51-5.87,5.94-9.63c1.43-3.75,2.15-7.95,2.15-12.6c0-4.64-0.72-8.84-2.15-12.6c-1.43-3.75-3.41-6.96-5.94-9.63c-2.53-2.66-5.46-4.74-8.81-6.25c-3.35-1.5-6.93-2.25-10.75-2.25c-3.82,0-7.41,0.75-10.75,2.25c-3.35,1.5-6.28,3.58-8.81,6.25c-2.53,2.66-4.51,5.87-5.94,9.63c-1.43,3.76-2.15,7.96-2.15,12.6c0,4.64,0.72,8.84,2.15,12.6c1.43,3.76,3.41,6.96,5.94,9.63c2.53,2.66,5.46,4.75,8.81,6.25C1227.55,564.71,1231.13,565.46,1234.96,565.46z'/%3e%3cpath%20class='st1'%20d='M1308.69,482.5h28.68v14.34h1.02c1.91-3.28,4.44-6.15,7.58-8.6c2.73-2.18,6.11-4.2,10.14-6.04c4.03-1.84,9.04-2.77,15.05-2.77c12.83,0,22.87,3.72,30.11,11.16c7.24,7.44,10.86,18.4,10.86,32.88v63.5h-28.68v-59.4c0-7.78-1.91-13.65-5.73-17.61c-3.82-3.96-9.08-5.94-15.77-5.94c-3.28,0-6.42,0.68-9.42,2.05c-3,1.37-5.63,3.24-7.89,5.63c-2.25,2.39-4.03,5.29-5.33,8.71c-1.3,3.41-1.95,7.17-1.95,11.27v55.3h-28.68V482.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='495%20415%20950%20250'%3e%3cstyle%20type='text/css'%3e.st0{fill:%233B65F3;}.st1{fill:%23112D56;}%3c/style%3e%3cg%3e%3cg%3e%3cpolygon%20class='st0'%20points='563.22,484.64%20507.87,484.64%20507.87,650.75%20673.88,650.75%20673.88,595.36%20563.22,595.36'/%3e%3cpath%20class='st0'%20d='M682.86,429.25h-64.31v55.39h55.33v110.73h55.35V475.62C729.23,450.01,708.47,429.25,682.86,429.25z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st1'%20d='M838.62,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02v-52.23h28.68v143.38h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C849.24,589.18,844.36,590.04,838.62,590.04z%20M845.79,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C832.48,562.79,838.55,565.46,845.79,565.46z'/%3e%3cpath%20class='st1'%20d='M966.64,590.04c-6.69,0-12.94-1.3-18.74-3.89c-5.8-2.59-10.89-6.28-15.26-11.06c-4.37-4.78-7.82-10.58-10.34-17.41c-2.53-6.83-3.79-14.47-3.79-22.94c0-8.46,1.26-16.11,3.79-22.94c2.53-6.83,5.97-12.63,10.34-17.41c4.37-4.78,9.45-8.47,15.26-11.06c5.8-2.59,12.05-3.89,18.74-3.89c5.73,0,10.61,0.85,14.64,2.56c4.03,1.71,7.41,3.58,10.14,5.63c3.14,2.46,5.8,5.19,7.99,8.19h1.02V482.5h28.68v104.46h-28.68v-13.31h-1.02c-2.19,3.01-4.85,5.74-7.99,8.19c-2.73,2.05-6.11,3.93-10.14,5.63C977.25,589.18,972.37,590.04,966.64,590.04z%20M973.81,565.46c7.78,0,14.16-2.66,19.15-7.99c4.98-5.33,7.48-12.9,7.48-22.74c0-9.83-2.49-17.41-7.48-22.74c-4.99-5.33-11.37-7.99-19.15-7.99c-7.24,0-13.31,2.66-18.23,7.99c-4.92,5.32-7.37,12.9-7.37,22.74c0,9.83,2.46,17.41,7.37,22.74C960.49,562.79,966.57,565.46,973.81,565.46z'/%3e%3cpath%20class='st1'%20d='M1056.76,507.08h-13.31V482.5h13.31v-22.53h28.68v22.53h29.7v24.58h-29.7v55.3h30.72v24.58h-59.4V507.08z'/%3e%3cpath%20class='st1'%20d='M1146.88,469.19c-4.64,0-8.54-1.54-11.67-4.61c-3.14-3.07-4.71-6.66-4.71-10.75s1.57-7.68,4.71-10.75c3.14-3.07,7.03-4.61,11.67-4.61c4.64,0,8.53,1.54,11.67,4.61c3.14,3.07,4.71,6.66,4.71,10.75s-1.57,7.68-4.71,10.75C1155.42,467.65,1151.52,469.19,1146.88,469.19z%20M1132.54,482.5h28.68v104.46h-28.68V482.5z'/%3e%3cpath%20class='st1'%20d='M1234.96,590.04c-8.19,0-15.81-1.43-22.84-4.3c-7.04-2.87-13.11-6.79-18.23-11.78c-5.12-4.98-9.12-10.86-11.98-17.61c-2.87-6.76-4.3-13.96-4.3-21.61c0-7.65,1.43-14.85,4.3-21.61c2.87-6.76,6.86-12.63,11.98-17.61c5.12-4.98,11.19-8.91,18.23-11.78c7.03-2.87,14.65-4.3,22.84-4.3c8.19,0,15.77,1.43,22.74,4.3c6.96,2.87,13.01,6.79,18.13,11.78c5.12,4.99,9.15,10.86,12.09,17.61c2.93,6.76,4.4,13.96,4.4,21.61c0,7.65-1.47,14.85-4.4,21.61c-2.94,6.76-6.96,12.63-12.09,17.61c-5.12,4.99-11.16,8.91-18.13,11.78C1250.73,588.6,1243.15,590.04,1234.96,590.04z%20M1234.96,565.46c3.82,0,7.41-0.75,10.75-2.25c3.34-1.5,6.28-3.58,8.81-6.25c2.53-2.66,4.51-5.87,5.94-9.63c1.43-3.75,2.15-7.95,2.15-12.6c0-4.64-0.72-8.84-2.15-12.6c-1.43-3.75-3.41-6.96-5.94-9.63c-2.53-2.66-5.46-4.74-8.81-6.25c-3.35-1.5-6.93-2.25-10.75-2.25c-3.82,0-7.41,0.75-10.75,2.25c-3.35,1.5-6.28,3.58-8.81,6.25c-2.53,2.66-4.51,5.87-5.94,9.63c-1.43,3.76-2.15,7.96-2.15,12.6c0,4.64,0.72,8.84,2.15,12.6c1.43,3.76,3.41,6.96,5.94,9.63c2.53,2.66,5.46,4.75,8.81,6.25C1227.55,564.71,1231.13,565.46,1234.96,565.46z'/%3e%3cpath%20class='st1'%20d='M1308.69,482.5h28.68v14.34h1.02c1.91-3.28,4.44-6.15,7.58-8.6c2.73-2.18,6.11-4.2,10.14-6.04c4.03-1.84,9.04-2.77,15.05-2.77c12.83,0,22.87,3.72,30.11,11.16c7.24,7.44,10.86,18.4,10.86,32.88v63.5h-28.68v-59.4c0-7.78-1.91-13.65-5.73-17.61c-3.82-3.96-9.08-5.94-15.77-5.94c-3.28,0-6.42,0.68-9.42,2.05c-3,1.37-5.63,3.24-7.89,5.63c-2.25,2.39-4.03,5.29-5.33,8.71c-1.3,3.41-1.95,7.17-1.95,11.27v55.3h-28.68V482.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain}.about-text{font-size:15px;color:var(--text-muted);line-height:1.55;max-width:320px;margin:0 auto}@keyframes pop{0%{transform:scale(.7)}60%{transform:scale(1.15)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
