:root{--fp-color-text-primary: #0f172a;--fp-color-text-secondary: #475569;--fp-color-surface: rgba(255, 255, 255, .9);--fp-color-surface-solid: #ffffff;--fp-color-border: #e2e8f0;--fp-color-input-border: #cbd5e1;--fp-color-primary: #2563eb;--fp-color-primary-strong: #1d4ed8;--fp-color-primary-soft: #3b82f6;--fp-color-danger-bg: #fee2e2;--fp-color-danger-border: #fecaca;--fp-color-danger-text: #b91c1c;--fp-radius-card: 20px;--fp-radius-control: 12px;--fp-shadow-card: 0 18px 45px rgba(15, 23, 42, .12);--fp-shadow-button: 0 10px 24px rgba(37, 99, 235, .28);--font-display: "Bricolage Grotesque", "Hanken Grotesk", Inter, system-ui, sans-serif;--fp-brand-gradient: linear-gradient(100deg, #38A1E8, #4A73DB 55%, #5247D2);--header-height: 72px;--footer-height: 56px;--sidebar-width-desktop: 224px;--sidebar-width-mobile: 260px;--fp-users-mobile-item-bg: #ffffff;--fp-users-mobile-item-open-bg: #eef4ff;--fp-users-mobile-item-border: #dbeafe;--fp-users-filters-bg: #f8fbff;--fp-users-filters-border: #dbeafe;--fp-users-list-divider: #c7d2fe;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--fp-color-text-primary);background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.18),transparent 45%),radial-gradient(circle at 80% 0%,rgba(16,185,129,.15),transparent 42%),linear-gradient(180deg,#f8fafc,#eef2ff)}.app-root{min-height:100vh;padding-top:var(--header-height)}.app-root--landing{padding-top:0;padding-bottom:0;background:#fff}.app-root--backoffice{padding-top:0;background:#f7f6f2}.global-header{position:fixed;top:0;left:0;right:0;z-index:40;height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border-bottom:1px solid rgba(148,163,184,.2);background:#fff}.global-header__left-group{min-width:0;display:flex;align-items:center;gap:10px}.menu-toggle{border:1px solid var(--fp-color-border);background:#fff;border-radius:12px;height:40px;width:48px;font-size:1.2rem;cursor:pointer}.global-header__brand{text-decoration:none;display:inline-flex;align-items:center;max-width:min(52vw,280px)}.global-header__brand-logo{display:block;width:100%;max-height:40px;object-fit:contain}.global-header__right{display:flex;align-items:center;gap:10px}.language-menu{position:relative}.language-menu__trigger{list-style:none;border:1px solid var(--fp-color-border);background:#fff;border-radius:999px;height:34px;width:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.language-menu__trigger::-webkit-details-marker{display:none}.language-flag-icon{width:22px;height:16px;border-radius:2px;display:block}.language-menu__list{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);display:grid;justify-items:center;gap:6px;width:48px;padding:8px;border:1px solid var(--fp-color-border);border-radius:12px;background:#fff;box-shadow:0 8px 24px #0f172a1f;z-index:50}.language-menu__item{border:1px solid transparent;background:#fff;border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:1rem}.language-menu__item.is-active{border-color:#2563eb59;background:#2563eb1f}.user-pill{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;padding:8px 12px;border-radius:999px;border:1px solid var(--fp-color-border);background:#fff}.app-shell{min-height:calc(100vh - var(--header-height) - 70px);padding:26px 20px}.backoffice-shell{min-height:calc(100vh - var(--header-height) - var(--footer-height));display:block}.sidebar-overlay{display:none}.sidebar{border-right:1px solid rgba(148,163,184,.22);background:#f8fafc;padding:18px 14px 14px;display:flex;flex-direction:column;justify-content:flex-start;position:fixed;top:var(--header-height);bottom:var(--footer-height);left:0;width:var(--sidebar-width-desktop);overflow-y:auto}.sidebar__nav{display:grid;gap:10px;align-content:start}.sidebar-link,.sidebar-gear{text-decoration:none;border-radius:14px;border:1px solid transparent;color:#334155;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.sidebar-link{min-height:52px;width:100%;padding:10px 12px;text-align:left;justify-content:flex-start;font-size:.92rem;font-weight:600;line-height:1.15}.sidebar-gear{height:52px;width:100%;font-size:1.5rem}.sidebar-link.is-active,.sidebar-gear.is-active{color:var(--fp-color-primary-strong);border-color:#2563eb59;background:#2563eb1f}.sidebar-link--mobile-only{display:none}.sidebar-gear{position:static;width:100%;margin-top:auto}.backoffice-content{min-height:calc(100vh - var(--header-height) - var(--footer-height));margin-left:var(--sidebar-width-desktop);padding:24px 20px}.auth-loading{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.18),transparent 45%),radial-gradient(circle at 80% 0%,rgba(16,185,129,.15),transparent 42%),linear-gradient(180deg,#f8fafc,#eef2ff)}.auth-loading__card{width:100%;max-width:360px;border-radius:var(--fp-radius-card);padding:28px 22px;display:grid;place-items:center;gap:14px;background:var(--fp-color-surface);border:1px solid rgba(148,163,184,.26);box-shadow:var(--fp-shadow-card)}.auth-loading__spinner{width:62px;height:62px;border-radius:50%;border:4px solid rgba(37,99,235,.18);border-top-color:var(--fp-color-primary);animation:fp-spin .85s linear infinite}.auth-loading__text{margin:0;text-align:center;color:var(--fp-color-text-secondary);font-weight:600}.global-loading-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:#0f172a3d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.global-loading-overlay__card{width:min(90vw,320px);border-radius:var(--fp-radius-card);padding:18px 16px;display:grid;place-items:center;gap:10px;background:#fff;border:1px solid rgba(148,163,184,.34);box-shadow:var(--fp-shadow-card)}.global-loading-overlay__spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(37,99,235,.18);border-top-color:var(--fp-color-primary);animation:fp-spin .85s linear infinite}.global-loading-overlay__text{margin:0;text-align:center;color:var(--fp-color-text-secondary);font-weight:600}@keyframes fp-spin{to{transform:rotate(360deg)}}.page-card{max-width:1080px;margin:0 auto 16px;border-radius:var(--fp-radius-card);padding:28px;background:var(--fp-color-surface);box-shadow:var(--fp-shadow-card)}.page-card--narrow{max-width:460px;margin-top:40px}.landing-hero{padding:34px}.page-title{margin:0;font-size:1.9rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.01em}.page-subtitle{margin:10px 0 24px;color:var(--fp-color-text-secondary)}.hero-badge{margin:0 0 14px;color:var(--fp-color-primary-strong);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section-title{margin:0;font-size:1.35rem;font-family:var(--font-display);letter-spacing:-.01em}.form-stack{display:grid;gap:16px}.field-label{font-size:.92rem;font-weight:600;color:#334155;display:grid;gap:8px}.text-input,.language-select{width:100%;border:1px solid var(--fp-color-input-border);border-radius:var(--fp-radius-control);padding:.72rem .9rem;font:inherit;color:var(--fp-color-text-primary);background-color:var(--fp-color-surface-solid)}.text-input.is-invalid,.language-select.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426;background:#fff5f5}.button-primary,.button-outline,.button-soft-back,.button-ghost,.button-accent,.button-register{border-radius:var(--fp-radius-control);padding:.68rem 1rem;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button-primary{border:0;color:#fff;background:var(--fp-brand-gradient);box-shadow:var(--fp-shadow-button)}.button-outline{border:1px solid #dbe4f1;color:#334155;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px #0f172a08}.button-outline:hover{border-color:#c9d7eb;background:linear-gradient(180deg,#fff,#f1f5f9)}.button-soft-back{border:1px solid #d7e2f0;color:#334155;background:#f1f5f9bf;box-shadow:none}.button-soft-back:hover{border-color:#bfcee4;background:#e2e8f0c7}.button-ghost{border:1px solid transparent;color:var(--fp-color-primary-strong);background:#2563eb1a}.button-accent{border:1px solid rgba(124,58,237,.35);color:#6d28d9;background:#ede9fecc;box-shadow:none}.button-register{border:1px solid rgba(37,99,235,.22);color:#1e40af;background:#dbeafebf;box-shadow:none}.button-link-subtitle{margin-top:14px;border:0;background:transparent;color:var(--fp-color-primary-strong);font:inherit;font-weight:600;padding:0;text-decoration:underline;cursor:pointer}.login-subsection-title{margin-top:10px}.register-page__title{font-weight:640;letter-spacing:.01em}.register-page__label{font-weight:500;color:#475569}.register-page__footnote{margin:14px 0 0;font-size:.9rem}.link-button{min-width:170px}.alert-error{margin-top:14px;border-radius:var(--fp-radius-control);padding:10px 12px;color:var(--fp-color-danger-text);background:var(--fp-color-danger-bg);border:1px solid var(--fp-color-danger-border)}.register-trial-banner{margin:16px 0 4px;padding:14px 16px;border-radius:12px;border:1px solid rgba(37,99,235,.22);background:#dbeafe8c}.register-trial-banner__badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1e40af;background:#2563eb24;border-radius:999px;padding:3px 10px}.register-trial-banner__title{margin:10px 0 4px;font-weight:700;color:#0f172a}.register-trial-banner__note{margin:0;font-size:.9rem;color:#334155}.trial-expired-page .form-stack{gap:10px}.trial-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px;padding:10px 16px;border-radius:12px;border:1px solid rgba(37,99,235,.22);background:#dbeafe99}.trial-banner__text{font-weight:600;color:#1e3a8a}.trial-banner__cta{font-weight:700;color:#1d4ed8;text-decoration:underline;white-space:nowrap}.ads-grid,.info-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.ad-card,.info-tile,.settings-panel{border-radius:14px;padding:16px;border:1px solid var(--fp-color-border);background:var(--fp-color-surface-solid)}.ad-card h3{margin:0 0 8px}.dashboard-page{max-width:1180px}.dashboard-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.dashboard-profile-chip{min-width:220px;display:grid;gap:4px;justify-items:end;padding:10px 12px;border:1px solid #dbeafe;border-radius:14px;background:#fff}.dashboard-profile-chip span{color:#1d4ed8;font-size:.78rem;font-weight:800;text-transform:uppercase}.dashboard-profile-chip strong{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a}.dashboard-loading,.dashboard-empty-state{margin:0;color:var(--fp-color-text-secondary);font-weight:600}.dashboard-layout{display:grid;gap:16px}.dashboard-kpi-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-kpi{min-height:132px;display:grid;align-content:space-between;gap:8px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.dashboard-kpi span{color:#475569;font-size:.82rem;font-weight:800;text-transform:uppercase}.dashboard-kpi strong{color:#0f172a;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1}.dashboard-kpi p{margin:0;color:#475569;font-weight:650}.dashboard-kpi--green{border-color:#bbf7d0;background:linear-gradient(180deg,#fff,#f0fdf4)}.dashboard-kpi--blue{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#eff6ff)}.dashboard-kpi--violet{border-color:#ddd6fe;background:linear-gradient(180deg,#fff,#f5f3ff)}.dashboard-kpi--amber{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffbeb)}.dashboard-main-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);align-items:stretch}.dashboard-panel{min-width:0;display:grid;align-content:start;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.dashboard-panel--wide{min-height:328px}.dashboard-panel--compact{min-height:220px}.dashboard-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-panel__header h2{margin:0;font-size:1.05rem}.dashboard-panel__header p,.dashboard-panel__header span{margin:5px 0 0;color:#64748b;font-size:.9rem;font-weight:600}.dashboard-trend-chart{display:grid;gap:12px}.dashboard-trend-chart__plot{height:210px;display:grid;grid-template-columns:repeat(14,minmax(10px,1fr));gap:8px;align-items:end;padding:12px 10px 8px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,rgba(226,232,240,.32) 1px,transparent 1px) 0 0 / 100% 25%,#f8fafc}.dashboard-trend-chart__day{position:relative;height:100%;min-width:0;display:flex;align-items:flex-end;justify-content:center}.dashboard-trend-chart__bar{width:100%;max-width:22px;min-height:4px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#2563eb,#60a5fa)}.dashboard-trend-chart__card-line{position:absolute;left:50%;width:10px;height:10px;transform:translate(-50%,50%);border:2px solid #059669;border-radius:999px;background:#ecfdf5;box-shadow:0 0 0 3px #0596691f}.dashboard-trend-chart__legend{display:flex;gap:16px;flex-wrap:wrap;color:#475569;font-size:.9rem;font-weight:700}.legend-dot{width:10px;height:10px;display:inline-block;margin-right:6px;border-radius:999px}.legend-dot--actions{background:#2563eb}.legend-dot--cards{background:#059669}.dashboard-insight{display:grid;gap:8px;padding:16px;border-radius:14px;border:1px solid #bfdbfe;background:linear-gradient(145deg,#eff6ff,#fff)}.dashboard-insight span{width:fit-content;padding:4px 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.75rem;font-weight:800;text-transform:uppercase}.dashboard-insight strong{color:#0f172a;font-size:1.08rem}.dashboard-insight p{margin:0;color:#334155;line-height:1.45}.dashboard-bar-list{display:grid;gap:12px}.dashboard-metric-bar{display:grid;gap:8px}.dashboard-metric-bar__heading{display:flex;justify-content:space-between;gap:10px}.dashboard-metric-bar__heading div{min-width:0;display:grid;gap:3px}.dashboard-metric-bar__heading strong,.dashboard-metric-bar__heading span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-metric-bar__heading strong{color:#0f172a}.dashboard-metric-bar__heading span,.dashboard-metric-bar p{color:#64748b;font-size:.84rem;font-weight:650}.dashboard-metric-bar__heading small{flex:0 0 auto;color:#1d4ed8;font-weight:800}.dashboard-metric-bar__track{position:relative;height:11px;overflow:hidden;border-radius:999px;background:#e2e8f0}.dashboard-metric-bar__fill{position:absolute;inset-block:0;left:0;border-radius:999px}.dashboard-metric-bar__fill--primary{background:linear-gradient(90deg,#2563eb,#60a5fa)}.dashboard-metric-bar__fill--secondary{top:6px;height:5px;background:linear-gradient(90deg,#10b981,#86efac)}.dashboard-metric-bar p{margin:0}.dashboard-status-list{display:grid;gap:8px}.dashboard-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.dashboard-status-row span{color:#475569;font-weight:750}.dashboard-status-row strong{color:#0f172a;font-size:1.1rem}.scanner-page{max-width:560px;display:grid;gap:16px}.scanner-page--desktop{max-width:680px}.scanner-camera{position:relative;overflow:hidden;min-height:320px;border:1px solid #dbeafe;border-radius:16px;background:linear-gradient(145deg,#0f172a,#1e293b)}.scanner-camera__video{width:100%;height:320px;display:block;object-fit:cover;background:#0f172a}.scanner-camera__frame{position:absolute;inset:54px;border:3px solid rgba(255,255,255,.88);border-radius:18px;box-shadow:0 0 0 999px #0f172a57}.scanner-actions,.scanner-operation__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.scanner-hint{margin:0;color:#475569;font-weight:650}.scanner-card{display:grid;gap:16px;padding:16px;border:1px solid #dbeafe;border-radius:16px;background:#fff}.scanner-card__header{display:flex;justify-content:space-between;gap:14px;padding:14px;border-radius:14px;background:linear-gradient(145deg,#eff6ff,#fff)}.scanner-card__header span{color:#1d4ed8;font-size:.78rem;font-weight:850;text-transform:uppercase}.scanner-card__header h2{margin:4px 0;font-size:1.25rem}.scanner-card__header p{margin:0;color:#64748b;font-weight:650}.scanner-card__header strong{min-width:78px;align-self:center;text-align:right;color:#0f172a;font-size:2.1rem;line-height:1}.scanner-card__details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.scanner-card__details div,.scanner-static-info,.scanner-readonly,.scanner-event-row{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#f8fafc}.scanner-card__details dt,.scanner-static-info span{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase}.scanner-card__details dd{margin:4px 0 0;color:#0f172a;font-weight:750;overflow-wrap:anywhere}.scanner-static-info{display:grid;gap:6px;background:#f0fdf4;border-color:#bbf7d0}.scanner-static-info strong{color:#166534;font-size:1.08rem}.scanner-readonly{margin:0;color:#475569;font-weight:700}.scanner-event-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px}.scanner-event-row strong{color:#1d4ed8}.scanner-event-row small{grid-column:1 / -1;color:#64748b}.settings-page{display:grid;gap:16px}.settings-section-tabs{display:flex;gap:8px;flex-wrap:wrap}.settings-section-tab{border:1px solid var(--fp-color-border);background:#fff;color:#334155;border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer}.settings-section-tab.is-active{background:#eef2ff;border-color:#818cf8;color:#3730a3}.settings-danger-zone{display:grid;gap:14px;max-width:760px}.settings-danger-zone strong{color:var(--fp-color-danger-text)}.settings-danger-zone p{margin:6px 0 0;color:var(--fp-color-muted)}.field-hint{display:block;margin-top:6px;color:var(--fp-color-muted);font-size:.88rem;font-weight:500}.button-danger{border:1px solid var(--fp-color-danger-border);background:var(--fp-color-danger-text);color:#fff;border-radius:8px;padding:12px 18px;font-weight:800;cursor:pointer;width:fit-content;min-width:180px}.button-danger:hover:not(:disabled){filter:brightness(.95)}.button-danger:disabled{opacity:.55;cursor:not-allowed}.fp-modal--danger{border-top:5px solid var(--fp-color-danger-text)}.fp-modal--danger h3{color:var(--fp-color-danger-text)}.fp-modal--danger .button-danger{width:auto}.settings-billing-profile__compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.settings-billing-profile__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;grid-column:1 / -1}.settings-billing-profile__address-field{position:relative}.settings-billing-profile__autocomplete{position:absolute;top:calc(100% + 6px);left:0;right:0;border:1px solid #dbe3f6;border-radius:12px;overflow:hidden;background:#fff;z-index:20;box-shadow:0 8px 20px #0f172a1f}.settings-billing-profile__autocomplete-item{width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;display:grid;gap:4px;cursor:pointer}.settings-billing-profile__autocomplete-item+.settings-billing-profile__autocomplete-item{border-top:1px solid #edf2ff}.settings-billing-profile__autocomplete-item:hover{background:#f8faff}.settings-billing-profile__autocomplete-item span{color:#64748b;font-size:.85rem;font-weight:500}.settings-billing-profile .text-input:disabled{background:#d7deea;border-color:#a9b6cc;color:#334155;opacity:1;cursor:not-allowed}.settings-final-suggestion{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px;display:grid;gap:8px}.settings-final-suggestion__actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:980px){.settings-billing-profile__row{grid-template-columns:1fr}}.settings-pending-warning{margin:12px 0 0;padding:10px 12px;border-radius:10px;border:1px solid #facc15;background:#fef9c3;color:#713f12;font-weight:600}.settings-subscription{border-color:#dbeafe;background:linear-gradient(145deg,#fff,#f8fbff)}.settings-subscription__header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.settings-subscription__subtitle{margin-bottom:18px}.settings-subscription__grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.settings-subscription__item{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff}.settings-payment-management{margin-top:14px;display:grid;gap:12px;border:1px solid #dbeafe;border-radius:8px;padding:14px;background:#fff}.settings-payment-management h3{margin:0 0 4px;color:#111827;font-size:1rem}.settings-payment-management p{margin:0;color:#475569}.settings-payment-management ul{margin:0;padding-left:18px;color:#334155;display:grid;gap:5px}.settings-payment-management__button{justify-self:start}.settings-status-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:700}.settings-status-pill.is-active{color:#166534;background:#dcfce7}.settings-status-pill.is-past-due{color:#9a3412;background:#ffedd5}.settings-status-pill.is-suspended,.settings-status-pill.is-canceled{color:#991b1b;background:#fee2e2}.settings-status-pill.is-unknown{color:#334155;background:#e2e8f0}.settings-tiers__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.settings-tiers__billing-toggle{width:fit-content;display:grid;grid-template-columns:repeat(2,minmax(96px,1fr));gap:4px;padding:4px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;margin-bottom:14px}.settings-tiers__billing-toggle button{border:0;border-radius:8px;background:transparent;color:#475569;cursor:pointer;font-weight:700;min-height:34px;padding:0 14px}.settings-tiers__billing-toggle button.is-active{background:#1494ee;color:#fff;box-shadow:0 8px 18px #1494ee2e}.settings-plan-rules{display:grid;gap:8px;margin-bottom:14px;border:1px solid #dbeafe;border-radius:8px;padding:12px;background:#f8fbff}.settings-plan-rules strong{color:#111827}.settings-plan-rules div{display:grid;gap:6px;color:#475569;font-size:.92rem}.settings-plan-rules span{position:relative;padding-left:16px}.settings-plan-rules span:before{content:"";position:absolute;left:2px;top:.62em;width:5px;height:5px;border-radius:50%;background:#1494ee}.settings-tier-card{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff;display:grid;gap:12px}.settings-tier-card.is-current{border-color:#86efac;box-shadow:0 0 0 1px #16a34a26}.settings-tier-card__header{display:flex;justify-content:space-between;gap:10px}.settings-tier-card__header h3{margin:0;font-size:1rem}.settings-tier-card__price{margin:0;font-size:1.2rem;font-weight:700}.settings-tier-card__price span{display:block;font-size:.75rem;color:#64748b;font-weight:500}.settings-tier-card__billing-slot{min-height:24px}.settings-tier-card__savings{width:fit-content;display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:.75rem;font-weight:800;padding:3px 9px}.settings-tier-card__savings-placeholder{display:inline-block;min-height:24px}.settings-tier-card__list{margin:0;padding-left:18px;color:#334155;display:grid;gap:6px}.settings-tier-card__action{width:100%;min-height:42px;margin-top:auto}.settings-tier-card__current{width:100%;justify-content:center;text-align:center;margin-top:auto}.fp-modal-backdrop{position:fixed;inset:0;background:#0f172a7a;display:grid;place-items:center;z-index:70;padding:16px}.fp-modal{width:min(520px,100%);background:#fff;border-radius:16px;border:1px solid var(--fp-color-border);box-shadow:0 30px 90px #02061740;padding:20px;display:grid;gap:12px}.fp-modal--suggestion{gap:14px;border-color:#dbeafe;box-shadow:0 30px 90px #2563eb29}.fp-modal__header{display:flex;justify-content:flex-end}.fp-modal__badge{display:inline-flex;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:.76rem;padding:4px 10px;letter-spacing:.02em;text-transform:uppercase;margin-right:auto}.fp-modal__title{margin:0;color:#0f172a;font-size:1.12rem}.fp-modal__subtitle{margin:-4px 0 0;color:#64748b;font-size:.92rem}.fp-modal__address-preview{margin:0;padding:10px 12px;border:1px solid #bfdbfe;border-radius:12px;background:#f8fbff;color:#1e293b;font-weight:600}.fp-modal__close{border:0;background:transparent;color:#64748b;font-size:1.4rem;line-height:1;cursor:pointer;padding:0 4px}.fp-modal__close:hover{color:#334155}.fp-modal__actions{display:flex;justify-content:flex-end;gap:8px}.button-secondary{border:1px solid var(--fp-color-border);border-radius:10px;padding:9px 14px;background:#fff;color:#334155;font-weight:600;cursor:pointer}.settings-change-summary{margin:0;display:grid;gap:8px}.settings-change-summary div{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:start;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;background:#f8fafc}.settings-change-summary dt{color:#64748b;font-size:.82rem;font-weight:700}.settings-change-summary dd{margin:0;color:#111827;font-weight:700}.ad-card p{margin:0;color:var(--fp-color-text-secondary)}.info-label{margin:0 0 6px;color:#64748b;font-size:.85rem}.info-value{margin:0}.inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92rem;background:#f1f5f9;border-radius:8px;padding:2px 8px}.actions-row--split{display:flex;flex-wrap:wrap;gap:10px}.slug-preview{margin:-4px 0 0;color:#64748b;font-size:.88rem}.alert-success{margin-top:14px;border-radius:var(--fp-radius-control);padding:10px 12px;color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.users-tabs{display:flex;gap:8px;margin-bottom:18px}.users-tab{border:1px solid var(--fp-color-border);background:#fff;color:#334155;border-radius:12px;padding:8px 14px;font:inherit;font-weight:600;cursor:pointer}.users-tab.is-active{color:var(--fp-color-primary-strong);border-color:#2563eb59;background:#2563eb1f}.page-card--users{max-width:min(1200px,100%)}.users-form{max-width:440px;margin:0 auto}.users-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.users-filters{margin:14px 0 18px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:14px;border:1px solid var(--fp-users-filters-border);border-radius:14px;background:var(--fp-users-filters-bg)}.users-filters__field{margin:0}.users-empty-state{margin:8px 0 0;color:#64748b;font-weight:600}.users-desktop-list{display:block}.users-mobile-list{display:none;margin-top:14px;padding-top:10px;border-top:1px dashed var(--fp-users-list-divider)}.users-mobile-item{border:1px solid var(--fp-users-mobile-item-border);border-radius:14px;background:var(--fp-users-mobile-item-bg);overflow:hidden;box-shadow:0 6px 16px #0f172a0f}.users-mobile-item+.users-mobile-item{margin-top:10px}.users-mobile-item__trigger{width:100%;border:0;background:transparent;padding:14px;font:inherit;font-weight:700;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.users-mobile-item__trigger.is-open{background:var(--fp-users-mobile-item-open-bg)}.users-mobile-item__chevron{font-size:1.2rem;color:var(--fp-color-primary-strong)}.users-mobile-item__content{border-top:1px solid var(--fp-users-mobile-item-border);padding:12px 14px 14px;background:var(--fp-users-mobile-item-open-bg)}.users-mobile-info-grid{display:grid;gap:8px}.users-mobile-info-grid p,.users-mobile-readonly-block p{margin:0}.users-role-editor--mobile{margin-top:10px}.users-mobile-actions{display:grid;gap:8px;margin-top:6px}.users-table-wrapper{overflow-x:auto;margin-top:14px;padding-top:10px;border-top:1px dashed var(--fp-users-list-divider)}.users-table{width:100%;min-width:920px;table-layout:fixed;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #dbe4f1;border-radius:14px;overflow:hidden}.users-table th,.users-table td{text-align:left;padding:13px 12px;border-bottom:1px solid #e8eef7;vertical-align:middle}.users-table th{font-size:.84rem;color:#64748b;font-weight:700;background:#f8fbff}.users-table tbody tr{background:#fff;transition:background-color .12s ease}.users-table tbody tr:nth-child(2n){background:#fcfdff}.users-table tbody tr:hover{background:#f7fbff}.users-table th:nth-child(1),.users-table td:nth-child(1){width:28%}.users-table th:nth-child(2),.users-table td:nth-child(2){width:24%}.users-table th:nth-child(3),.users-table td:nth-child(3){width:12%}.users-table th:nth-child(4),.users-table td:nth-child(4){width:14%;white-space:nowrap}.users-table th:nth-child(5),.users-table td:nth-child(5){width:22%}.users-role-editor{display:flex;align-items:center;gap:8px;min-width:0}.users-role-editor .language-select{min-width:128px}.users-role-editor .button-outline{white-space:nowrap}.users-status-pill{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:600;color:#991b1b;background:#fee2e2}.users-status-pill.is-active{color:#166534;background:#dcfce7}.users-current-tag{margin-left:8px;font-size:.75rem;color:var(--fp-color-primary-strong)}.users-readonly-value{display:inline-flex;align-items:center;min-height:40px;font-weight:600}.users-readonly-hint{color:#64748b;font-size:.82rem;font-weight:600}.users-modal-backdrop{position:fixed;inset:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;z-index:40;padding:20px}.users-modal{width:min(480px,100%);border-radius:16px;border:1px solid var(--fp-color-border);background:#fff;padding:20px;box-shadow:var(--fp-shadow-card)}.users-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}@media(max-width:767px){.global-header{gap:8px;padding:0 10px}.global-header__left-group{gap:8px;flex:1 1 auto;min-width:0;max-width:none}.global-header__right{flex:0 1 auto;min-width:0;gap:6px}.global-header__right .button-ghost{padding:8px 10px;font-size:.82rem}.global-header__brand{max-width:60vw;padding:7px 11px;font-size:.92rem}.menu-toggle{height:36px;width:42px;flex:none}.user-pill{display:none}.global-header .store-switcher{min-width:0;max-width:96px;flex:0 1 auto}.language-menu__trigger{height:30px;width:34px}.language-menu__item{width:30px;height:30px}.backoffice-shell{grid-template-columns:1fr}.sidebar-overlay{position:fixed;inset:var(--header-height) 0 0 0;background:#0f172a59;border:0;width:100%;opacity:0;pointer-events:none;transition:opacity .2s;display:block;z-index:55}.sidebar-overlay.is-open{opacity:1;pointer-events:auto}.sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width-mobile);transform:translate(-100%);transition:transform .2s ease;border-right:1px solid rgba(148,163,184,.25);z-index:60;padding:16px}.sidebar.is-open{transform:translate(0)}.sidebar-gear{position:static;width:100%;margin-top:auto}.sidebar__nav{flex:1}.sidebar-link--mobile-only{display:flex}.backoffice-content{margin-left:0;padding:16px 12px}.page-card{padding:18px}.auth-loading__card{padding:22px 18px}.landing-hero{padding:22px}.page-title{font-size:1.55rem}.users-form{max-width:100%}.users-header-row,.users-role-editor{flex-direction:column;align-items:stretch}.users-desktop-list{display:none}.users-mobile-list{display:block}.users-filters{grid-template-columns:1fr}.users-role-editor .language-select,.users-role-editor .button-outline,.users-mobile-actions .button-ghost{width:100%}}.maintenance-page{min-height:100vh;display:grid;place-items:center;padding:24px}.maintenance-card{width:min(100%,700px);border:1px solid rgba(148,163,184,.28);border-radius:28px;padding:clamp(28px,5vw,52px);background:linear-gradient(140deg,#fffffff5,#ffffffdb),radial-gradient(circle at 10% 0%,rgba(37,99,235,.12),transparent 55%),radial-gradient(circle at 90% 100%,rgba(16,185,129,.14),transparent 50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 32px 70px #0f172a29;text-align:center}.maintenance-badge{display:inline-flex;margin:0 0 16px;padding:8px 14px;border-radius:999px;border:1px solid rgba(37,99,235,.34);background:#2563eb1a;color:#1e40af;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.maintenance-card h1{margin:0;color:#0f172a;font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.8rem);letter-spacing:-.02em}.maintenance-card p{margin:18px 0 0;color:#334155;line-height:1.65;font-size:clamp(1rem,2.4vw,1.08rem)}.page-card--campaigns{max-width:min(1160px,100%);display:grid;gap:18px}.campaigns-form{display:grid;gap:12px}.campaigns-form__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.textarea-input{resize:vertical;min-height:88px}.checkbox-row{display:inline-flex;gap:8px;align-items:center;font-weight:600;color:#334155}.campaigns-preview{border:1px solid #dbeafe;border-radius:14px;padding:14px;background:#f8fbff}.campaigns-preview h2,.campaigns-preview p{margin-top:0}.wallet-buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.add-to-google-wallet,.add-to-apple-wallet{display:inline-flex;align-items:center;line-height:0;border-radius:8px}.add-to-google-wallet{border-radius:25px}.add-to-google-wallet img,.add-to-apple-wallet img{display:block;height:50px;width:auto}.campaign-join-terms{border:1px solid var(--fp-color-border);border-radius:8px;padding:10px 12px;background:#f8fafc}.campaign-join-terms summary{cursor:pointer;font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}.privacy-page{max-width:900px;line-height:1.6}.legal-hub{display:grid;gap:12px}.legal-link-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.legal-link-card{display:grid;gap:10px;align-content:start;border:1px solid #d7dde5;border-radius:8px;background:#fff;padding:16px}.legal-link-card p{margin:0;color:#475569}.terms-page{display:block}.legal-disclaimer{border:1px solid #fde68a;border-left:4px solid #b45309;border-radius:8px;background:#fffbeb;color:#78350f;padding:12px;font-weight:700}.privacy-page p{margin:10px 0 16px}.privacy-page .section-title{margin-top:22px;margin-bottom:10px}.privacy-list{margin:0 0 16px;padding-left:22px;display:grid;gap:6px}.app-root{padding-bottom:70px}.app-root--landing{padding-bottom:0}.site-footer{position:fixed;left:0;right:0;bottom:0;z-index:45;height:56px;padding:0 16px;display:flex;align-items:center;justify-content:flex-start;gap:12px;border-top:1px solid rgba(148,163,184,.28);background:#fff}.site-footer__links{order:1;display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.site-footer__copyright{order:2;margin:0 0 0 auto;padding-right:64px;font-size:.84rem;color:#475569}.site-footer__gdpr-link{text-decoration:none;font-size:.82rem;font-weight:700;color:#1d4ed8;border:1px solid rgba(37,99,235,.35);background:#dbeafea6;border-radius:999px;padding:7px 14px}.site-footer__gdpr-link:hover{background:#bfdbfee6}@media(max-width:720px){.site-footer{height:auto;min-height:64px;padding:8px 12px;align-items:flex-start;flex-direction:column}.site-footer__links{justify-content:flex-start}.site-footer__copyright{margin-left:0;padding-right:56px}}.platform-merchant-profile-page{width:min(1120px,100%);margin:0 auto;display:grid;gap:1rem}.platform-merchant-profile-page__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.platform-merchant-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.platform-merchant-kpi{border:1px solid #e9d5ff;border-radius:12px;padding:10px 12px;background:#faf5ff}.platform-merchant-kpi p{margin:0;font-size:.78rem;color:#7c3aed}.platform-merchant-kpi strong{font-size:1.1rem;color:#312e81}.platform-merchant-profile-page__content{display:grid;grid-template-columns:.95fr 1.05fr;gap:12px}.platform-merchant-timeline{max-height:560px;overflow:auto;padding-right:4px}.platform-login-shell{display:grid;place-items:center}.platform-login-card{width:min(520px,100%);border:1px solid #e9d5ff;background:linear-gradient(160deg,#fff,#faf5ff)}@media(max-width:980px){.platform-grid-two-columns,.platform-filters{grid-template-columns:1fr}.platform-merchant-profile-page__header,.platform-merchant-profile-page__content{grid-template-columns:1fr;display:grid}.platform-merchant-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.settings-billing-command{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.settings-billing-command__item{display:grid;gap:6px;border:1px solid #d7dde5;border-radius:8px;padding:13px;background:#fff}.settings-billing-command__item span{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.settings-billing-command__item strong{color:#111827;font-size:1.02rem}.settings-billing-command__item p{margin:0;color:#475569;font-size:.9rem}.settings-billing-command__item.is-ready{border-left:4px solid #15803d}.settings-billing-command__item.needs-action{border-left:4px solid #b45309}.settings-section-tab,.settings-panel,.settings-subscription__item,.settings-tier-card{border-radius:8px}.scanner-page{max-width:520px;display:grid;gap:16px}.scanner-page--desktop{max-width:720px}.scanner-page__header .page-subtitle{margin-bottom:0}.scanner-camera{position:relative;overflow:hidden;min-height:260px;border:1px solid #dbe4f1;border-radius:8px;background:linear-gradient(180deg,#0f172a,#1e293b)}.scanner-camera__video{display:block;width:100%;height:260px;object-fit:cover}.scanner-camera__frame{position:absolute;inset:34px;border:2px solid rgba(255,255,255,.88);border-radius:8px;box-shadow:0 0 0 999px #0f172a57;pointer-events:none}.scanner-actions,.scanner-operation__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scanner-actions button,.scanner-operation__buttons button,.scanner-manual button,.scanner-card>.button-ghost{min-height:46px}.scanner-hint,.scanner-readonly{margin:0;border:1px solid #dbeafe;border-radius:8px;padding:12px;color:#1e3a8a;background:#eff6ff;font-weight:700}.scanner-manual,.scanner-operation{display:grid;gap:12px}.scanner-card{display:grid;gap:16px;border:1px solid #dbe4f1;border-radius:8px;padding:16px;background:#fff}.scanner-card__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.scanner-card__header span{display:inline-flex;width:fit-content;border-radius:999px;padding:4px 9px;color:#1d4ed8;background:#dbeafe;font-size:.75rem;font-weight:800;text-transform:uppercase}.scanner-card__header h2{margin:8px 0 4px;font-size:1.25rem;line-height:1.2}.scanner-card__header p{margin:0;color:#64748b;font-weight:700}.scanner-card__header strong{min-width:76px;text-align:right;color:#0f172a;font-size:2rem;line-height:1}.scanner-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.scanner-card__details div{min-width:0;border:1px solid #eef2f7;border-radius:8px;padding:10px;background:#f8fafc}.scanner-card__details dt{color:#64748b;font-size:.76rem;font-weight:800;text-transform:uppercase}.scanner-card__details dd{margin:4px 0 0;color:#172033;font-weight:800;overflow-wrap:anywhere}.scanner-static-info{display:grid;gap:4px;border:1px solid #bbf7d0;border-radius:8px;padding:12px;background:#f0fdf4}.scanner-static-info span{color:#166534;font-size:.78rem;font-weight:800;text-transform:uppercase}.scanner-static-info strong{color:#14532d;font-size:1.05rem}.scanner-events{display:grid;gap:8px}.scanner-events h3{margin:0;font-size:1rem}.scanner-event-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;border-top:1px solid #eef2f7;padding-top:8px}.scanner-event-row span{color:#334155;font-weight:800}.scanner-event-row strong{color:#0f766e}.scanner-event-row small{grid-column:1 / -1;color:#64748b;overflow-wrap:anywhere}@media(max-width:420px){.scanner-card__header,.scanner-actions,.scanner-operation__buttons,.scanner-card__details{grid-template-columns:1fr}.scanner-card__header{display:grid}.scanner-card__header strong{text-align:left}.scanner-camera,.scanner-camera__video{min-height:220px;height:220px}}.store-switcher{min-width:180px;height:38px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#152033;padding:0 34px 0 12px;font-weight:700}.page-card--stores,.page-card--alerts{max-width:1180px}.store-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.store-kpi{border:1px solid #e3e9f2;border-radius:8px;padding:16px;background:#f8fafc}.store-kpi span{display:block;color:#65738a;font-size:.82rem;font-weight:700;text-transform:uppercase}.store-kpi strong{display:block;margin-top:6px;color:#142033;font-size:1.7rem}.store-management-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;align-items:start}.store-form{border:1px solid #e3e9f2;border-radius:8px;padding:18px;background:#fff;display:grid;gap:12px}.store-form__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.store-address-search{position:relative}.store-address-search small{color:#65738a;font-weight:700}.store-address-suggestions{border:1px solid #d9e4f2;border-radius:8px;background:#fff;box-shadow:0 14px 30px #0f172a1f;overflow:hidden}.store-address-suggestions button{width:100%;border:0;border-bottom:1px solid #edf2f8;background:#fff;color:#142033;display:grid;gap:3px;padding:10px 12px;text-align:left;cursor:pointer}.store-address-suggestions button:hover{background:#f5f9ff}.store-address-suggestions button:last-child{border-bottom:0}.store-address-suggestions span{color:#65738a;font-size:.84rem}.store-list{display:grid;gap:12px}.store-row{border:1px solid #e3e9f2;border-radius:8px;background:#fff;padding:14px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr) auto;gap:12px;align-items:center}.store-row.is-selected{border-color:#1288ed;box-shadow:0 0 0 3px #1288ed1f}.store-row__main{border:0;background:transparent;text-align:left;padding:0;color:inherit;cursor:pointer}.store-row__main span{display:flex;gap:8px;align-items:center}.store-row__main strong{color:#142033}.store-row__main em{border-radius:999px;background:#e8f3ff;color:#106fbd;padding:3px 8px;font-size:.75rem;font-style:normal;font-weight:800}.store-row__main small{display:block;margin-top:4px;color:#68758a}.store-row__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;color:#40506a;font-size:.86rem}.store-row__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.alerts-grid{grid-template-columns:minmax(300px,390px) minmax(0,1fr)}.alert-form textarea.text-input{min-height:96px;resize:vertical}.alerts-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.alerts-tabs button{border:1px solid #d9e4f2;border-radius:8px;background:#fff;color:#25344d;cursor:pointer;font-weight:800;min-height:40px;padding:0 14px}.alerts-tabs button.is-active{border-color:#1288ed;background:#e8f3ff;color:#0d6fbd}.alert-row{grid-template-columns:minmax(0,1fr);align-items:stretch}.alert-row__message{margin:0;color:#314158;line-height:1.45}.alert-row .store-row__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.users-store-list{color:#40506a;font-size:.9rem}.users-store-picker{border:1px solid #e3e9f2;border-radius:8px;padding:12px;display:grid;gap:8px}.users-store-picker legend{padding:0 6px;color:#40506a;font-weight:800}@media(max-width:900px){.dashboard-page__header,.dashboard-panel__header,.dashboard-metric-bar__heading{flex-direction:column;align-items:stretch}.dashboard-profile-chip{min-width:0;justify-items:start}.dashboard-kpi-grid,.dashboard-main-grid{grid-template-columns:1fr}.dashboard-trend-chart__plot{gap:5px;height:190px}.store-kpi-row,.store-management-grid,.store-row{grid-template-columns:1fr}.store-row__actions{justify-content:flex-start}}.app-root--backoffice{padding-bottom:0}.platform-shell{--pf-ink: #0B1620;--pf-ink-700: #1F3445;--pf-muted: #7C8B99;--pf-faint: #A9B5BF;--pf-line: rgba(11, 22, 32, .08);--pf-surface: #ffffff;--pf-accent: #5247D2;--pf-accent-2: #38A1E8;--pf-accent-soft: #EAE8FB;--pf-brand: #2A5BD7;--pf-grad: linear-gradient(100deg, #38A1E8, #4A73DB 55%, #5247D2);--pf-ok: #1A9A6C;--pf-ok-bg: #DCF2E8;--pf-warn: #C77419;--pf-warn-bg: #FBEFD8;--pf-danger: #CC4B41;--pf-danger-bg: #FBE3E1;--pf-radius: 20px;--pf-radius-sm: 14px;--pf-radius-pill: 999px;--pf-shadow: 0 1px 2px rgba(11, 22, 32, .05), 0 14px 30px rgba(11, 22, 32, .06);min-height:100vh;display:grid;align-content:start;grid-auto-rows:max-content;gap:16px;padding:28px 22px 48px;color:var(--pf-ink);background:radial-gradient(1100px 480px at 12% -8%,rgba(82,71,210,.1),transparent 60%),radial-gradient(900px 420px at 92% -10%,rgba(56,161,232,.1),transparent 55%),linear-gradient(180deg,#f7f8fb,#f1f3f8)}.platform-command,.platform-menu,.platform-section,.platform-kpi{width:min(1280px,100%);margin:0 auto;background:var(--pf-surface);border:1px solid var(--pf-line);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow)}.platform-command{position:relative;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;overflow:hidden}.platform-command:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--pf-grad)}.platform-command h1{margin:2px 0 0;font-size:clamp(1.9rem,2.7vw,2.5rem);line-height:1.06;letter-spacing:-.02em;background:var(--pf-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.platform-command p{margin:8px 0 0;max-width:760px;color:var(--pf-ink-700)}.platform-eyebrow{margin:0 0 6px;color:var(--pf-accent);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.platform-command__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;flex:0 0 auto}.platform-live-dot,.platform-updated-at{display:inline-flex;align-items:center;gap:7px;min-height:36px;border-radius:var(--pf-radius-pill);padding:7px 13px;font-size:.82rem;font-weight:700}.platform-live-dot{color:var(--pf-ok);background:var(--pf-ok-bg)}.platform-live-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #1a9a6c29}.platform-live-dot.is-loading{color:var(--pf-warn);background:var(--pf-warn-bg)}.platform-updated-at{color:var(--pf-muted);background:#f3f5f8}.platform-menu{display:flex;align-items:center;gap:8px;padding:8px;overflow-x:auto;scrollbar-width:none}.platform-menu::-webkit-scrollbar{display:none}.platform-menu__item{flex:0 0 auto;border:1px solid transparent;background:transparent;color:var(--pf-muted);border-radius:var(--pf-radius-pill);padding:9px 16px;font-size:.9rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.platform-menu__item:hover{background:#f3f5f8;color:var(--pf-ink)}.platform-menu__item--active{color:#fff;background:var(--pf-grad);border-color:transparent;box-shadow:0 8px 18px #5247d242}.platform-kpi-grid{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.platform-kpi-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.platform-kpi{position:relative;min-height:124px;padding:18px;display:grid;align-content:space-between;gap:10px;overflow:hidden}.platform-kpi:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:#e3e7ef}.platform-kpi.is-revenue:before{background:var(--pf-grad)}.platform-kpi.is-risk:before{background:linear-gradient(90deg,#E2A6A0,var(--pf-danger))}.platform-kpi span{color:var(--pf-muted);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.platform-kpi strong{font-size:clamp(1.6rem,3vw,2.1rem);line-height:1;letter-spacing:-.01em;color:var(--pf-ink)}.platform-kpi.is-revenue strong{background:var(--pf-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.platform-kpi p{margin:0;color:var(--pf-muted);font-size:.86rem}.platform-section{padding:20px 22px}.platform-section__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:16px}.platform-shell .section-title{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:-.01em;color:var(--pf-ink)}.platform-shell .page-subtitle{margin:6px 0 0;max-width:760px;color:var(--pf-muted);font-size:.9rem}.platform-section h3{margin:0 0 10px;font-size:1rem;color:var(--pf-ink)}.platform-grid-two-columns{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.platform-signal-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.platform-signal-item{display:grid;grid-template-columns:minmax(140px,1fr) auto;align-items:center;gap:6px 12px;border:1px solid var(--pf-line);border-radius:var(--pf-radius-sm);padding:12px 14px;background:#fbfcfd;transition:border-color .15s ease,box-shadow .15s ease}.platform-signal-item:hover{border-color:#5247d24d;box-shadow:0 6px 16px #0b16200d}.platform-signal-item p{grid-column:1 / -1;margin:0;color:var(--pf-muted);font-size:.84rem}.platform-signal-item strong{color:var(--pf-ink)}.platform-empty-state{margin:0;border:1px dashed var(--pf-line);border-radius:var(--pf-radius-sm);padding:18px;text-align:center;color:var(--pf-muted);font-size:.88rem;background:#fbfcfd}.platform-signal-stack{display:grid;gap:14px}.platform-signal-band{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:14px;border:1px solid var(--pf-line);border-radius:var(--pf-radius-sm);padding:14px;background:#fbfcfd}.platform-signal-band strong{font-size:1.7rem;color:var(--pf-accent);letter-spacing:-.01em}.platform-signal-band span{color:var(--pf-ink-700);font-weight:600}.platform-tier-mix{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.platform-tier-mix__item{border:1px solid var(--pf-line);border-radius:var(--pf-radius-sm);padding:14px;background:#fbfcfd}.platform-tier-mix__item span,.platform-tier-mix__item p{margin:0;color:var(--pf-muted);font-size:.82rem}.platform-tier-mix__item strong{display:block;margin:6px 0;font-size:1.6rem;color:var(--pf-ink)}.platform-filters{display:grid;grid-template-columns:minmax(220px,2fr) minmax(180px,1fr) auto;gap:12px;margin-bottom:16px}.platform-filters__submit{min-width:120px;align-self:end}.platform-note{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(82,71,210,.22);border-radius:var(--pf-radius-sm);background:var(--pf-accent-soft);color:var(--pf-ink-700);font-size:.88rem}.platform-note__mark{flex:0 0 auto;width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;background:var(--pf-accent);color:#fff;font-size:.74rem;font-weight:800;font-style:italic}.platform-table-wrapper{margin-top:12px;overflow-x:auto}.platform-table th,.platform-table td{vertical-align:top}.platform-table thead th{background:#fafbfc;color:var(--pf-muted);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.platform-table--merchants{min-width:1180px}.platform-table--merchants th:nth-child(1),.platform-table--merchants td:nth-child(1){width:20%}.platform-table--merchants th:nth-child(2),.platform-table--merchants td:nth-child(2){width:15%}.platform-table--merchants th:nth-child(3),.platform-table--merchants td:nth-child(3){width:16%}.platform-table--merchants th:nth-child(4),.platform-table--merchants td:nth-child(4){width:19%}.platform-table--merchants th:nth-child(5),.platform-table--merchants td:nth-child(5){width:30%}.platform-table--plans th:nth-child(1),.platform-table--plans td:nth-child(1){width:22%}.platform-table--plans th:nth-child(2),.platform-table--plans td:nth-child(2){width:20%}.platform-table--plans th:nth-child(3),.platform-table--plans td:nth-child(3){width:16%}.platform-table--plans th:nth-child(4),.platform-table--plans td:nth-child(4){width:16%}.platform-table--plans th:nth-child(5),.platform-table--plans td:nth-child(5){width:12%}.platform-table--plans th:nth-child(6),.platform-table--plans td:nth-child(6){width:14%}.platform-table__meta,.platform-table__strong{margin:4px 0 0;overflow-wrap:anywhere}.platform-table__meta{color:var(--pf-muted);font-size:.82rem}.platform-table__strong{color:var(--pf-ink);font-weight:800}.platform-table__json{max-width:520px;white-space:pre-wrap;word-break:break-word;font-size:.76rem;color:var(--pf-ink-700)}.platform-row--muted td{opacity:.62}.platform-merchant-link{border:0;padding:0;background:transparent;color:var(--pf-accent);font-weight:800;cursor:pointer;text-align:left}.platform-merchant-link:hover{text-decoration:underline}.platform-actions{display:grid;grid-template-columns:repeat(2,minmax(108px,1fr));gap:8px;align-items:stretch}.platform-actions .button-ghost,.platform-actions .button-outline,.platform-actions .button-accent,.platform-actions .platform-tier-select{width:100%;min-width:0;min-height:42px;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-actions .platform-tier-select{grid-column:1 / -1}.platform-plan-actions{display:grid;gap:6px;min-width:0}.platform-plan-actions button{width:100%;min-height:38px;justify-content:center;white-space:nowrap}.platform-status-pill{display:inline-flex;align-items:center;border-radius:var(--pf-radius-pill);padding:5px 11px;font-size:.76rem;font-weight:800}.platform-status-pill--active{color:var(--pf-ok);background:var(--pf-ok-bg)}.platform-status-pill--pastdue{color:var(--pf-warn);background:var(--pf-warn-bg)}.platform-status-pill--suspended,.platform-status-pill--suspendeddefaulter,.platform-status-pill--canceled,.platform-status-pill--deleted{color:var(--pf-danger);background:var(--pf-danger-bg)}.platform-controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.platform-control-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--pf-line);border-radius:var(--pf-radius-sm);padding:14px 16px;background:#fbfcfd;font-weight:700;color:var(--pf-ink);cursor:pointer}.platform-control-item:hover{border-color:#5247d24d}.platform-control-item input{width:20px;height:20px;accent-color:var(--pf-accent);cursor:pointer}.platform-merchant-kpi{border:1px solid var(--pf-line);border-radius:var(--pf-radius-sm);background:var(--pf-accent-soft)}.platform-merchant-kpi p{color:var(--pf-accent)}.platform-merchant-kpi strong{color:var(--pf-ink)}.platform-login-card{border:1px solid var(--pf-line);border-radius:var(--pf-radius);box-shadow:var(--pf-shadow);background:linear-gradient(160deg,#fff,#f6f5fe)}@media(max-width:1080px){.platform-kpi-grid,.platform-kpi-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-grid-two-columns{grid-template-columns:1fr}}@media(max-width:720px){.platform-shell{padding:18px 13px 32px}.platform-command{display:grid;align-items:start;padding:18px}.platform-command__actions{justify-content:flex-start}.platform-kpi-grid,.platform-kpi-grid--compact,.platform-filters,.platform-signal-item{grid-template-columns:1fr}.platform-section{padding:16px}}.global-header .button-primary,.global-header .button-outline{padding:9px 16px;font-size:.92rem}.global-header__cta{box-shadow:0 8px 18px -8px #5247d28c}.cmp-cardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;padding:20px 22px}.cmp-camp{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}.cmp-camp:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0b16200f,0 14px 28px -12px #0b16202e}.cmp-camp:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.cmp-camp.is-selected{border-color:var(--brand);box-shadow:0 0 0 3px #2a5bd724}.cmp-camp__band{display:flex;align-items:center;min-height:56px;padding:10px 16px}.cmp-camp__band span{font-family:var(--font-display);font-size:15px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.cmp-camp.is-inactive .cmp-camp__name{color:var(--ink-700, #1F3445)}.cmp-camp.is-inactive .cmp-camp__mech,.cmp-camp.is-inactive .cmp-camp__meta dd{color:var(--muted)}.cmp-camp__body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px}.cmp-camp__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.cmp-camp__name{color:var(--ink);font-size:15px;line-height:1.25;overflow-wrap:anywhere}.cmp-camp__mech{margin:0;color:var(--muted);font-size:13px}.cmp-camp__meta{display:flex;gap:18px;margin:0}.cmp-camp__meta div{display:grid;gap:1px;min-width:0}.cmp-camp__meta dt{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.cmp-camp__meta dd{margin:0;color:var(--ink);font-weight:600;font-size:13.5px;font-variant-numeric:tabular-nums}.cmp-camp__actions{margin-top:4px}.cmp-pill--on{color:var(--ok);background:#dcf2e8}.cmp-pill--off{color:var(--muted);background:#eef1f3}.cmp-loading{padding:18px 22px}.cmp-empty-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--ink)}.cmp-empty-hint{margin:6px 0 14px;font-size:13.5px;color:var(--muted);max-width:460px}.cmp-updated{display:block;margin-top:4px;color:var(--muted);font-variant-numeric:tabular-nums}.cmp-panel{margin-top:18px}.cmp-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.cmp-panel__title{margin:0 0 8px;font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.cmp-panel__sub{margin:0;color:var(--body)}.cmp-deflist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0}.cmp-deflist dt{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.cmp-deflist dd{margin:0;color:var(--ink-700)}.cmp-panel__links{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px}.cmp-panel__foot{display:flex;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.cmp-confirm{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end;width:100%}.cmp-confirm p{margin:0;color:var(--ink-700);flex:1;min-width:220px}.cmp-confirm__actions{display:flex;align-items:center;gap:8px}.cmp-invite{display:flex;gap:22px;align-items:flex-start;flex-wrap:wrap}.cmp-invite__qr{flex:none;border-radius:12px;border:1px solid var(--line);background:#fff;image-rendering:pixelated}.cmp-invite__body{flex:1;min-width:260px;display:flex;flex-direction:column;gap:14px}.cmp-invite__linkrow{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cmp-invite__linkrow .bo-input{flex:1;min-width:200px}.cmp-invite__meta{margin:0;color:var(--body)}@media(max-width:640px){.cmp-deflist{grid-template-columns:minmax(0,1fr)}}.bo-shell .campaigns-page{max-width:1200px}.bo-shell .campaign-flow-steps{display:flex;gap:8px;margin-bottom:18px}.bo-shell .campaign-flow-step{display:inline-flex;align-items:center;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:700;color:var(--muted);background:#fff;border:1px solid var(--line)}.bo-shell .campaign-flow-step.is-active{color:#fff;background:var(--brand);border-color:var(--brand)}.bo-shell .campaign-step-title{margin-bottom:4px}.bo-shell .campaign-presets{margin-top:22px}.bo-shell .campaign-presets>div:first-child h3{margin:0 0 4px}.bo-shell .campaign-presets>div:first-child p{margin:0 0 14px;color:var(--muted);font-size:13.5px}.bo-shell .campaign-type-actions{margin-top:16px}.bo-shell .campaign-type-card__content{display:grid;gap:4px}.bo-shell .campaign-type-card__content strong{color:var(--ink)}.bo-shell .campaign-type-card__content span{color:var(--muted);font-size:13.5px;line-height:1.45}.bo-shell .campaign-type-card__bullets{display:grid;gap:3px;font-size:12.5px;color:var(--ink-700)}.bo-shell .campaign-template-card strong{display:block;margin-top:10px;color:var(--ink);font-size:14px}.bo-shell .campaign-template-card small{color:var(--muted);font-size:12px}.bo-shell .campaign-template-card.is-selected{border-color:var(--brand);box-shadow:0 0 0 3px #2a5bd724}.bo-shell .campaigns-create-layout .campaigns-form{display:grid;gap:0}.bo-shell .campaign-required{color:var(--danger);font-weight:800}.bo-shell .campaigns-field-hint{display:block;margin-top:6px;font-size:12.5px;font-weight:500;color:var(--muted);line-height:1.45}.bo-shell .campaigns-upload-hint{margin:12px 0 0;font-size:12.5px;color:var(--muted)}.bo-shell .campaigns-inline-warning{margin:0;align-self:center;font-size:13px;font-weight:600;color:var(--warning, #B06414)}.bo-shell .campaign-upload{align-self:start}.bo-shell .campaign-upload+input+.campaigns-field-hint{margin-top:8px}.bo-shell .color-picker-modern{display:flex;align-items:center;gap:10px;margin-top:7px}.bo-shell .color-picker-modern input[type=color]{width:44px;height:34px;padding:2px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.bo-shell .color-picker-modern span{font-size:13px;color:var(--ink-700);font-variant-numeric:tabular-nums}@keyframes campaign-spin{to{transform:rotate(360deg)}}.bo-shell .campaign-spin{animation:campaign-spin .8s linear infinite}.bo-shell .campaign-wallet-command{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper);margin-bottom:14px}.bo-shell .campaign-wallet-command p{margin:0;color:var(--ink-700);line-height:1.45;font-size:13.5px}.bo-shell .wallet-readiness-pill{flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:700;white-space:nowrap}.bo-shell .wallet-readiness-pill.is-ready{color:#15805a;background:#dcf2e8}.bo-shell .wallet-readiness-pill.is-warning{color:#b06414;background:#f8ecda}.bo-shell .wallet-readiness-pill.is-missing{color:#b53e35;background:#f9e4e2}.bo-shell .campaign-wallet-readiness{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-top:14px}.bo-shell .wallet-readiness-card{display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.bo-shell .wallet-readiness-card.is-warning{border-color:#c7741959;background:#fdfaf4}.bo-shell .wallet-readiness-card.is-missing{border-color:#cc4b4166;background:#fcf6f5}.bo-shell .wallet-readiness-card div{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.bo-shell .wallet-readiness-card strong{color:var(--ink);font-size:13.5px}.bo-shell .wallet-readiness-card span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.bo-shell .wallet-readiness-card.is-warning span{color:#b06414}.bo-shell .wallet-readiness-card.is-missing span{color:#b53e35}.bo-shell .wallet-readiness-card ul{margin:0;padding-left:18px;color:var(--ink-700);display:grid;gap:5px;font-size:13px}.bo-shell .campaign-wallet-provider-note{margin:12px 0 0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--muted);font-size:12.5px;line-height:1.5}.bo-shell .campaign-asset-details{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:12px}.bo-shell .campaign-asset-details span{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:12.5px}.bo-shell .campaign-asset-details strong{color:var(--ink)}.bo-shell .campaigns-create-layout .campaigns-preview{position:sticky;top:24px}.bo-shell .campaign-wallet-preview-tabs{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff;margin-bottom:10px}.bo-shell .campaign-wallet-preview-tab{border:0;border-radius:999px;background:transparent;color:var(--ink-700);font-weight:700;font-size:13px;padding:7px 14px;cursor:pointer;font-family:inherit}.bo-shell .campaign-wallet-preview-tab.is-active{background:var(--brand);color:#fff}.bo-shell .campaign-wallet-preview-note{margin:0 0 16px;font-size:12.5px;color:var(--muted);line-height:1.5}.bo-shell .phone-mockup{width:min(320px,100%);margin:0 auto;border-radius:32px;background:var(--ink);padding:14px 10px;box-shadow:0 2px 6px #0b16202e,0 18px 40px -12px #0b162059}.bo-shell .phone-screen{border-radius:22px;background:var(--paper-deep, #EFEDE6);padding:10px;min-height:520px}.campaign-card-preview__title{font-weight:700}.campaign-wallet-card{background:#3f6212;position:relative;overflow:hidden;color:#fff;border-radius:12px;min-height:390px;display:grid;gap:0;align-content:start;box-shadow:inset 0 0 0 1px #ffffff26}.campaign-wallet-card>*{position:relative;z-index:1}.campaign-wallet-card__header{display:flex;justify-content:space-between;gap:8px;min-height:82px;padding:16px 16px 12px;align-items:start}.campaign-wallet-card__header .campaign-card-preview__title{margin:0;color:#fff;font-size:1.15rem;font-weight:900;line-height:1.15}.campaign-card-preview__points{margin:0;font-weight:800}.campaign-wallet-card__strip{min-height:138px;background:linear-gradient(135deg,#0b162033,#ffffff1a);background-size:cover;background-position:center;display:flex;align-items:center;padding:16px}.campaign-wallet-strip-summary{width:100%;min-height:88px;border-radius:12px;background:#0b16205c;border:1px solid rgba(255,255,255,.32);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;gap:12px;padding:12px}.campaign-wallet-strip-summary>.material-symbols-rounded{width:44px;height:44px;border-radius:999px;background:#ffffffe6;color:#0b1620;display:inline-flex;align-items:center;justify-content:center;font-size:25px;font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 24}.campaign-wallet-strip-summary div{min-width:0;display:grid;gap:2px}.campaign-wallet-strip-summary strong,.campaign-wallet-strip-summary small{overflow-wrap:anywhere}.campaign-wallet-strip-summary strong{line-height:1.15}.campaign-wallet-strip-summary small{color:#ffffffdb;font-weight:800}.campaign-stamps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.campaign-stamp{display:inline-flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border-radius:999px;border:2px solid #fff;background:#ffffff38;background-size:cover;background-position:center}.campaign-stamp--icon{color:#fff;font-size:22px;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.campaign-wallet-card__strip .campaign-stamps-row{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 auto}.campaign-wallet-card__strip .campaign-stamp{min-width:0;border-width:2px;box-shadow:0 4px 12px #0b162038}.campaign-wallet-card__strip .campaign-stamp.is-used{border-color:#fffffffa;background-color:#ffffffe6;color:#0b1620}.campaign-wallet-card__strip .campaign-stamp.is-unused{border-color:#ffffffc2;background-color:#0b16203d;color:#ffffff85}.campaign-wallet-card__strip .campaign-stamp.is-used.campaign-stamp--icon{font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 24}.campaign-wallet-card__progress{display:grid;gap:4px;padding:14px 16px 10px}.campaign-wallet-card__progress span{font-size:.72rem;font-weight:900;text-transform:uppercase;opacity:.9}.campaign-wallet-card__progress strong{font-size:2rem;line-height:1;font-weight:500}.campaign-wallet-card__progress p{margin:0;font-weight:700;opacity:.92}.campaign-wallet-card__description{font-size:.78rem;line-height:1.25;font-weight:600!important;opacity:.82!important}.campaign-wallet-card__qr{width:150px;justify-self:center;display:grid;justify-items:center;gap:4px;margin:8px 0 20px;padding:10px 10px 8px;border-radius:8px;background:#fff;color:#0b1620;font-size:.75rem;font-weight:700}.campaign-qr-placeholder{width:118px;aspect-ratio:1;background:linear-gradient(#0b1620 0 0) 0 0 / 28px 28px no-repeat,linear-gradient(#0b1620 0 0) 100% 0 / 28px 28px no-repeat,linear-gradient(#0b1620 0 0) 0 100% / 28px 28px no-repeat,repeating-linear-gradient(90deg,#0B1620 0 5px,transparent 5px 10px),repeating-linear-gradient(0deg,transparent 0 7px,#0B1620 7px 12px,transparent 12px 18px);background-color:#fff;border:4px solid #fff;image-rendering:pixelated}.campaign-wallet-card--google{border-radius:24px;min-height:414px;box-shadow:0 14px 28px #0b16201f;display:flex;flex-direction:column;font-family:Roboto,Segoe UI,system-ui,sans-serif}.gwallet-card__issuer{display:flex;align-items:center;gap:10px;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.28);font-size:.95rem;font-weight:500}.gwallet-card__logo{width:30px;height:30px;border-radius:999px;background:#fff;color:#0b1620;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.gwallet-card__logo--image{object-fit:cover;background:#fff}.gwallet-card__program{margin:0;padding:16px 18px 4px;font-size:1.7rem;font-weight:500;line-height:1.15}.gwallet-card__modules{display:flex;justify-content:space-between;gap:12px;padding:8px 18px 0}.gwallet-card__module{display:grid;gap:2px;min-width:0}.gwallet-card__module:last-child:not(:first-child){text-align:right}.gwallet-card__module span{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.92}.gwallet-card__module strong{font-size:1.35rem;font-weight:500}.gwallet-card__qr{width:158px;margin:18px auto 8px;padding:14px;border-radius:18px;background:#fff;display:grid;justify-items:center}.gwallet-card__number{margin:0 0 16px;text-align:center;font-size:.85rem;letter-spacing:.04em}.gwallet-card__hero{position:relative;margin-top:auto;min-height:132px;background-size:cover;background-position:center}.gwallet-card__hero-stamps{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px}.gwallet-card__hero-stamps .campaign-stamp{width:26px;flex:0 0 26px;box-shadow:0 3px 8px #0b162047}.gwallet-card__hero-stamps .campaign-stamp.is-used{border-color:#fffffffa;background-color:#ffffffeb;color:#0b1620}.gwallet-card__hero-stamps .campaign-stamp.is-unused{border-color:#ffffffb3;background-color:#0b16204d;color:#ffffff8c}.gwallet-card__hero-stamps .campaign-stamp--icon{font-size:15px}.campaign-wallet-card--compact{min-height:282px;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff29}.campaign-wallet-card--compact .campaign-wallet-card__header{min-height:54px;padding:10px 10px 8px}.campaign-wallet-card--compact .campaign-card-preview__title{font-size:.88rem}.campaign-wallet-card--compact .campaign-card-preview__points{font-size:.86rem}.campaign-wallet-card--compact .campaign-wallet-card__strip{min-height:96px;padding:10px}.campaign-wallet-card--compact .campaign-wallet-card__strip .campaign-stamps-row{gap:7px}.campaign-wallet-card--compact .campaign-stamp--icon{font-size:18px}.campaign-wallet-card--compact .campaign-wallet-strip-summary{min-height:68px;border-radius:9px;padding:9px;gap:8px}.campaign-wallet-card--compact .campaign-wallet-strip-summary>.material-symbols-rounded{width:34px;height:34px;font-size:20px}.campaign-wallet-card--compact .campaign-wallet-strip-summary strong{font-size:.78rem}.campaign-wallet-card--compact .campaign-wallet-strip-summary small{font-size:.68rem}.campaign-wallet-card--compact .campaign-wallet-card__progress{padding:9px 10px 7px;gap:2px}.campaign-wallet-card--compact .campaign-wallet-card__progress span{font-size:.58rem}.campaign-wallet-card--compact .campaign-wallet-card__progress strong{font-size:1.45rem}.campaign-wallet-card--compact .campaign-wallet-card__progress p{font-size:.72rem;line-height:1.15}.campaign-wallet-card--compact .campaign-wallet-card__description{display:none}.campaign-wallet-card--compact .campaign-wallet-card__qr{width:86px;margin:4px 0 10px;padding:6px 6px 5px;font-size:.58rem}.campaign-wallet-card--compact .campaign-qr-placeholder{width:62px;background:linear-gradient(#0b1620 0 0) 0 0 / 15px 15px no-repeat,linear-gradient(#0b1620 0 0) 100% 0 / 15px 15px no-repeat,linear-gradient(#0b1620 0 0) 0 100% / 15px 15px no-repeat,repeating-linear-gradient(90deg,#0B1620 0 3px,transparent 3px 6px),repeating-linear-gradient(0deg,transparent 0 4px,#0B1620 4px 7px,transparent 7px 10px);background-color:#fff;border-width:3px}.campaign-wallet-card--compact.campaign-wallet-card--google{min-height:0;border-radius:16px}.campaign-wallet-card--compact .gwallet-card__issuer{padding:8px 12px;font-size:.7rem;gap:6px}.campaign-wallet-card--compact .gwallet-card__logo{width:18px;height:18px;font-size:.6rem}.campaign-wallet-card--compact .gwallet-card__program{padding:8px 12px 2px;font-size:1.05rem}.campaign-wallet-card--compact .gwallet-card__modules{padding:4px 12px 0}.campaign-wallet-card--compact .gwallet-card__module span{font-size:.55rem}.campaign-wallet-card--compact .gwallet-card__module strong{font-size:.9rem}.campaign-wallet-card--compact .gwallet-card__qr{width:84px;margin:10px auto 4px;padding:8px;border-radius:12px}.campaign-wallet-card--compact .gwallet-card__number{margin:0 0 10px;font-size:.6rem}.campaign-wallet-card--compact .gwallet-card__hero{min-height:64px}.campaign-wallet-card--compact .gwallet-card__hero-stamps{gap:4px;padding:8px}.campaign-wallet-card--compact .gwallet-card__hero-stamps .campaign-stamp{width:16px;flex-basis:16px}.campaign-wallet-card--compact .gwallet-card__hero-stamps .campaign-stamp--icon{font-size:10px}@media(max-width:1023px){.bo-shell .campaigns-create-layout{display:flex;flex-direction:column}.bo-shell .campaigns-create-layout .campaigns-preview{order:-1;position:static}.bo-shell .campaigns-create-layout .phone-screen{min-height:0}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/assets/Phosphor-Fill-D4CDmGRg.woff2) format("woff2"),url(/assets/Phosphor-Fill-CS2zOYDV.woff) format("woff"),url(/assets/Phosphor-Fill-N9gYSHy0.ttf) format("truetype"),url(/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-BCak21uZ.woff2) format("woff2"),url(/assets/Phosphor-Bold-Bs3tcKfK.woff) format("woff"),url(/assets/Phosphor-Bold-y1cGIEs3.ttf) format("truetype"),url(/assets/Phosphor-Bold-CIyscVBM.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before{content:""}.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before{content:""}.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before{content:""}.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before{content:""}.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before{content:""}.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before{content:""}.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before{content:""}.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before{content:""}.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before{content:""}.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before{content:""}.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before{content:""}.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}.bo-shell{--aa: #38A1E8;--ab: #5247D2;--grad: linear-gradient(100deg, #38A1E8, #4A73DB 55%, #5247D2);--side-bg: #0B1620;--side-fg: #F4F7F9;--side-muted: rgba(244, 247, 249, .56);--side-active: rgba(255, 255, 255, .08);--paper: #F7F6F2;--ink: #0B1620;--ink-700: #1F3445;--body: #4E6375;--muted: #7C8B99;--faint: #A9B5BF;--line: rgba(11, 22, 32, .08);--brand: #2A5BD7;--ok: #1A9A6C;--warn: #C77419;--danger: #CC4B41;--font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;--font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--font-accent: "Instrument Serif", Georgia, serif;--bo-sidebar-w: 256px;display:flex;min-height:100vh;background:var(--paper);font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased}.bo-shell *,.bo-shell *:before,.bo-shell *:after{box-sizing:border-box}.bo-shell ::selection{background:#cfcaf4;color:#0b1620}@keyframes boRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes boRowIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes boFade{0%{opacity:0}to{opacity:1}}@keyframes boLive{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes boPop{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:none}}@keyframes boSpin{to{transform:rotate(360deg)}}.bo-spin{animation:boSpin .8s linear infinite}@keyframes boPush{0%{opacity:0;transform:translateY(-14px) scale(.96)}60%{opacity:1}to{opacity:1;transform:none}}@keyframes boDraw{to{stroke-dashoffset:0}}@keyframes boGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes boSpin{0%{opacity:0;transform:rotate(-90deg) scale(.8)}to{opacity:1;transform:rotate(-90deg) scale(1)}}@media(prefers-reduced-motion:reduce){.bo-shell *,.bo-shell *:before,.bo-shell *:after{animation-duration:.001ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}}.bo-sidebar{width:var(--bo-sidebar-w);flex:none;background:var(--side-bg);color:var(--side-fg);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;overflow:hidden;z-index:50}.bo-sidebar__glow{position:absolute;inset:0;background:radial-gradient(60% 32% at 78% 8%,rgba(82,71,210,.34),transparent 70%),radial-gradient(46% 26% at 12% 96%,rgba(56,161,232,.22),transparent 72%);pointer-events:none}.bo-sidebar__brand{position:relative;padding:26px 22px 18px}.bo-sidebar__brand img{height:26px;width:auto;display:block}.bo-nav{position:relative;padding:8px 14px;display:flex;flex-direction:column;gap:3px}.bo-nav__label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--side-muted);padding:10px 12px 6px}.bo-navitem{position:relative;display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;font-size:14.5px;font-weight:600;text-decoration:none;color:var(--side-muted);cursor:pointer;border:none;background:transparent;font-family:inherit;width:100%;text-align:left;transition:background .18s,color .18s}.bo-navitem i{font-size:19px;flex:none}.bo-navitem:hover{background:#ffffff0d;color:var(--side-fg)}.bo-navitem.is-active{color:var(--side-fg);background:var(--side-active)}.bo-navitem.is-active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0;background:var(--grad)}.bo-navitem.is-active i{color:#7fb3f2}.bo-navitem__badge{margin-left:auto;font-size:11.5px;font-weight:700;color:#fff;background:var(--danger);border-radius:999px;padding:1px 8px}.bo-navitem--mobile{display:none}.bo-sidebar__foot{position:relative;margin-top:auto;padding:16px 14px;border-top:1px solid rgba(255,255,255,.08)}.bo-user{display:flex;align-items:center;gap:11px;padding:8px;border-radius:14px}.bo-user__avatar{width:38px;height:38px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:15px;color:#fff;flex:none}.bo-user__meta{min-width:0;flex:1}.bo-user__name{font-size:13.5px;font-weight:700;color:var(--side-fg);line-height:1.2}.bo-user__sub{font-size:11.5px;color:var(--side-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-user__logout{flex:none;width:32px;height:32px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--side-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,color .18s}.bo-user__logout:hover{background:#ffffff14;color:var(--side-fg)}.bo-overlay{display:none}.bo-main{flex:1;min-width:0;display:flex;flex-direction:column;margin-left:var(--bo-sidebar-w)}.bo-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:14px;padding:14px 28px;background:#f7f6f2d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,22,32,.07)}.bo-burger{display:none;width:42px;height:42px;border-radius:12px;flex:none;border:1px solid var(--line);background:#fff;color:var(--ink-700);align-items:center;justify-content:center;cursor:pointer;font-size:20px}.bo-search{display:flex;align-items:center;gap:10px;flex:1;max-width:380px;background:#fff;border:1px solid rgba(11,22,32,.1);border-radius:999px;padding:9px 16px;color:var(--muted);min-width:0}.bo-search i{font-size:17px;flex:none}.bo-search span{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-search__kbd{margin-left:auto;font-size:11px;font-weight:600;border:1px solid rgba(11,22,32,.12);border-radius:6px;padding:1px 6px;color:var(--faint);flex:none}.bo-topbar__right{margin-left:auto;display:flex;align-items:center;gap:12px}.bo-store-switcher{font-family:inherit;font-size:13.5px;font-weight:600;color:var(--ink-700);background:#fff;border:1px solid rgba(11,22,32,.1);border-radius:999px;padding:8px 13px;cursor:pointer;max-width:200px}.bo-iconbtn{position:relative;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(11,22,32,.1);color:var(--ink-700);display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none}.bo-iconbtn i{font-size:18px}.bo-iconbtn__dot{position:absolute;top:9px;right:10px;width:7px;height:7px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 2px #fff}.bo-content{padding:26px 28px 14px}.bo-content--narrow{max-width:1180px}.bo-pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:22px;animation:boRise .55s cubic-bezier(.22,1,.36,1) both}.bo-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin-bottom:8px}.bo-eyebrow:before{content:"";width:18px;height:2px;border-radius:2px;background:var(--grad)}.bo-h1{font-family:var(--font-display);font-size:32px;font-weight:800;letter-spacing:-.025em;line-height:1.05;margin:0 0 6px;color:var(--ink)}.bo-lead{margin:0;font-size:15px;color:var(--body);max-width:70ch}.bo-accent{font-family:var(--font-accent);font-style:italic;font-size:17px}.bo-h2{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--ink)}.bo-h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin:0;color:var(--ink)}.bo-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:700;cursor:pointer;white-space:nowrap;border-radius:999px;border:1px solid transparent;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s,background .18s,border-color .18s,color .18s}.bo-btn:active{transform:scale(.98)}.bo-btn:disabled{opacity:.55;cursor:not-allowed}.bo-btn--primary{background:var(--brand);color:#fff;border:none;padding:12px 22px;font-size:14.5px;box-shadow:0 10px 26px -10px #2a5bd7b3}.bo-btn--primary:hover{box-shadow:0 14px 30px -10px #2a5bd7cc}.bo-btn--lg{padding:14px 24px;font-size:15px}.bo-btn--tap{min-height:46px}.bo-btn--block{width:100%}.bo-btn--ghost{background:#fff;border:1px solid rgba(11,22,32,.16);color:var(--ink-700);padding:12px 18px;font-size:14px;font-weight:600}.bo-btn--ghost:hover{border-color:#0b162047}.bo-btn--danger-soft{background:transparent;border:none;color:var(--danger);padding:11px 14px;font-size:14px;font-weight:600}.bo-btn i{font-size:16px}.bo-link{font-size:13px;font-weight:700;color:var(--brand);text-decoration:none;cursor:pointer;white-space:nowrap}.bo-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 1px 2px #0b16200d,0 18px 42px -26px #0b16202e;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),border-color .25s}.bo-card--sm{border-radius:18px;padding:18px;box-shadow:0 1px 2px #0b16200d}.bo-card--lift:hover{transform:translateY(-3px);box-shadow:0 10px 22px -8px #0b162029,0 30px 60px -28px #0b16204d}.bo-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.bo-stat{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;box-shadow:0 1px 2px #0b16200d;transition:transform .3s cubic-bezier(.22,1,.36,1);animation:boRise .5s cubic-bezier(.22,1,.36,1) both}.bo-stat:hover{transform:translateY(-2px)}.bo-stat__head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.bo-stat__icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex:none}.bo-stat__label{font-size:12px;font-weight:600;color:var(--muted)}.bo-stat__value{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--ink);line-height:1}.bo-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px}.bo-pill i{font-size:13px}.bo-pill__dot{width:7px;height:7px;border-radius:50%;flex:none}.bo-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--ink-700);background:#f3f6f9;border-radius:8px;padding:4px 9px}.bo-chip i{font-size:13px;color:var(--muted)}.bo-tabs{display:inline-flex;gap:4px;background:#eef1f3;border-radius:999px;padding:4px;flex-wrap:wrap;max-width:100%}.bo-tab{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;transition:color .18s,background .18s,box-shadow .18s}.bo-tab i{font-size:15px}.bo-tab:hover{color:var(--ink)}.bo-tab.is-active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 1px 2px #0b16200f}.bo-field{display:block}.bo-label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:7px}.bo-input,.bo-select,.bo-textarea{width:100%;font-family:inherit;font-size:14.5px;color:var(--ink);border:1px solid rgba(11,22,32,.16);border-radius:12px;padding:12px 14px;background:#fff;transition:border-color .18s,box-shadow .18s}.bo-select{cursor:pointer}.bo-textarea{font-size:14px;line-height:1.5;resize:none}.bo-input:focus,.bo-select:focus,.bo-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3b79e82e;outline:none}.bo-input--invalid{border-color:var(--danger)!important}.bo-formgrid{display:grid;gap:16px}.bo-switch{width:44px;height:25px;border-radius:999px;background:#cbd3db;position:relative;border:none;cursor:pointer;flex:none;transition:background .2s;padding:0}.bo-switch.is-on{background:var(--ok)}.bo-switch:after{content:"";position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:left .2s}.bo-switch.is-on:after{left:21px}.bo-switch--sm{width:38px;height:22px}.bo-switch--sm:after{width:18px;height:18px}.bo-switch--sm.is-on:after{left:18px}.bo-tablecard{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 1px 2px #0b16200d,0 18px 44px -28px #0b16202e;overflow:hidden}.bo-tablewrap{overflow-x:auto}.bo-toast{position:fixed;right:26px;bottom:26px;z-index:80;display:flex;align-items:center;gap:11px;background:#0b1620;color:#f4f7f9;border-radius:13px;padding:13px 18px;box-shadow:0 24px 60px -18px #0b162099;animation:boPop .3s cubic-bezier(.22,1,.36,1) both}.bo-toast__icon{width:26px;height:26px;border-radius:50%;background:var(--ok);display:flex;align-items:center;justify-content:center;font-size:15px;flex:none}.bo-toast__icon--warn{background:var(--warn)}.bo-toast__icon--err{background:var(--danger)}.bo-toast span{font-size:13.5px;font-weight:600}.bo-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:28px 4px 18px;margin-top:16px}.bo-footer__links{display:flex;gap:10px;flex-wrap:wrap}.bo-footer__links a{font-size:12.5px;font-weight:600;color:var(--body);text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 14px;cursor:pointer}.bo-footer__copy{font-size:12.5px;color:var(--faint)}.bo-note{margin:16px 2px 0;font-size:12px;color:var(--faint);display:flex;align-items:center;gap:7px}.bo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:54px 22px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px}.bo-empty__icon{width:54px;height:54px;border-radius:50%;background:#f3f6f9;color:var(--faint);display:flex;align-items:center;justify-content:center;font-size:26px}.bo-dashgrid{display:grid;grid-template-columns:minmax(0,1fr) 384px;gap:20px;align-items:start}.bo-panel{animation:boRise .6s cubic-bezier(.22,1,.36,1) both}.bo-panel+.bo-panel{margin-top:20px}.bo-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.bo-panelhead p{margin:2px 0 0;font-size:13.5px;color:var(--muted)}.bo-col{display:flex;flex-direction:column;gap:20px;min-width:0}.bo-metric__head{display:flex;align-items:center;gap:11px;margin-bottom:9px}.bo-metric__title{flex:1;min-width:0}.bo-metric__title strong{display:block;font-size:14.5px;font-weight:700;color:var(--ink)}.bo-metric__title span{font-size:12px;color:var(--muted)}.bo-metric__value{text-align:right;font-family:var(--font-display);font-weight:800;font-size:14px;color:var(--ink)}.bo-track{height:8px;border-radius:6px;background:#eef1f3;overflow:hidden}.bo-track__fill{height:100%;border-radius:6px;background:var(--grad);transform-origin:left;animation:boGrow 1.1s cubic-bezier(.22,1,.36,1) both}.bo-track__fill--muted{background:#d2dae0}.bo-metric__cap{margin:6px 0 0;font-size:12px;color:var(--muted)}.bo-metriclist{display:flex;flex-direction:column;gap:18px}.bo-spark{flex:none}.bo-spark path{animation:boDraw 1.4s cubic-bezier(.22,1,.36,1) .5s forwards}.bo-signal{position:relative;background:#0b1620;color:#f4f7f9;border-radius:22px;padding:24px;overflow:hidden;box-shadow:0 18px 44px -22px #0b162080}.bo-signal__glow{position:absolute;width:200px;height:200px;border-radius:50%;right:-60px;top:-70px;background:radial-gradient(closest-side,rgba(82,71,210,.5),transparent 70%);pointer-events:none}.bo-signal h2{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.18;margin:0 0 10px}.bo-signal p{margin:0 0 18px;font-size:14px;line-height:1.55;color:#f4f7f9a8}.bo-signal__tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9fc4f2;background:#38a1e829;border:1px solid rgba(56,161,232,.28);border-radius:999px;padding:4px 10px}.bo-statusrow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bo-statusrow__sw{width:12px;height:12px;border-radius:4px;flex:none}.bo-statusrow strong{font-family:var(--font-display);font-weight:800;font-size:16px;color:var(--ink)}@media(max-width:980px){.bo-dashgrid{grid-template-columns:1fr}}.bo-toolbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:20px 22px;border-bottom:1px solid rgba(11,22,32,.07)}.bo-toolbar .bo-field{flex:1;min-width:200px;margin:0}.bo-toolbar .bo-field--sm{flex:0 0 190px}.bo-shell .users-table{width:100%;border-collapse:collapse}.bo-shell .users-table th{text-align:left;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7c8b99;padding:13px 22px;background:#fafbfc;border-bottom:1px solid rgba(11,22,32,.07)}.bo-shell .users-table td{padding:14px 22px;border-bottom:1px solid rgba(11,22,32,.05);font-size:14px;color:#1f3445;vertical-align:middle}.bo-shell .users-table tbody tr:hover{background:#f6f8fb}.bo-shell .users-table-wrapper{overflow-x:auto}.bo-shell .users-status-pill{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#7c8b99;background:#eef1f3;border-radius:999px;padding:5px 12px}.bo-shell .users-status-pill.is-active{color:#1a9a6c;background:#dcf2e8}.bo-shell .users-current-tag{margin-left:8px;font-size:11px;font-weight:700;color:#2a5bd7;background:#e3f0fb;border-radius:999px;padding:1px 8px}.bo-shell .users-readonly-hint{font-size:12.5px;color:#a9b5bf}.bo-shell .users-readonly-value{font-weight:600}.bo-shell .users-role-editor{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bo-shell .users-store-list{color:#4e6375}.bo-shell .users-table .language-select,.bo-shell .users-mobile-list .language-select{font-family:inherit;font-size:13.5px;color:#0b1620;border:1px solid rgba(11,22,32,.16);border-radius:9px;padding:7px 10px;background:#fff;cursor:pointer}.bo-shell .users-empty-state{padding:40px 22px;text-align:center;color:#7c8b99}.bo-shell .users-mobile-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}.bo-shell .users-mobile-item__trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:none;background:transparent;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:600;color:#0b1620;cursor:pointer;text-align:left}.bo-shell .users-mobile-item__trigger.is-open{background:#f6f8fb}.bo-shell .users-mobile-item__chevron{font-size:18px;color:#7c8b99;flex:none}.bo-shell .users-mobile-item__content{padding:4px 16px 16px;border-top:1px solid var(--line)}.bo-shell .users-mobile-info-grid p{margin:8px 0;font-size:13.5px;color:#4e6375}.bo-shell .users-mobile-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.bo-modal-backdrop{position:fixed;inset:0;z-index:60;background:#0b162080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:boFade .2s ease both}.bo-modal{width:100%;max-width:480px;background:#fff;border-radius:22px;box-shadow:0 40px 90px -30px #0b162099;overflow:hidden;animation:boPop .3s cubic-bezier(.22,1,.36,1) both}.bo-modal__head{padding:22px 24px;color:#fff;display:flex;align-items:center;justify-content:space-between;background-image:radial-gradient(120% 90% at 85% -10%,rgba(255,255,255,.18),transparent 55%),linear-gradient(120deg,#38a1e8,#4a73db 55%,#5247d2)}.bo-modal__head h2{font-family:var(--font-display);font-size:19px;font-weight:700;margin:0}.bo-modal__close{width:34px;height:34px;border-radius:9px;background:#ffffff29;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.bo-modal__body{padding:24px}.bo-storepicker{border:1px solid var(--line);border-radius:12px;padding:14px;margin:0 0 4px}.bo-storepicker legend{font-size:13px;font-weight:700;color:#0b1620;padding:0 6px}.bo-checkrow{display:flex;align-items:center;gap:9px;padding:6px 0;font-size:14px;color:#1f3445;cursor:pointer}.bo-checkrow input{width:16px;height:16px;accent-color:#2A5BD7;cursor:pointer}@media(max-width:767px){.bo-toolbar{padding:16px}.bo-toolbar .bo-field--sm{flex:1 1 100%}}.bo-alertgrid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.bo-phonewrap{position:sticky;top:92px;display:flex;flex-direction:column;gap:14px}.bo-phone{background:#0b1620;border-radius:42px;padding:10px;box-shadow:0 40px 80px -30px #0b162080,inset 0 0 0 1px #ffffff0f;margin:0 auto;width:300px;max-width:100%}.bo-phone__screen{position:relative;border-radius:33px;overflow:hidden;min-height:482px;background-image:radial-gradient(70% 50% at 30% 8%,rgba(82,71,210,.5),transparent 60%),radial-gradient(70% 50% at 85% 30%,rgba(56,161,232,.42),transparent 60%),linear-gradient(180deg,#10203a,#0a1422)}.bo-phone__notch{position:absolute;top:9px;left:50%;transform:translate(-50%);width:90px;height:24px;border-radius:14px;background:#06101c;z-index:5}.bo-phone__time{text-align:center;color:#fff;padding:44px 0 4px}.bo-phone__bar{position:absolute;bottom:14px;left:0;right:0;height:4px}.bo-phone__bar:after{content:"";display:block;width:120px;height:4px;border-radius:3px;background:#ffffff80;margin:0 auto}.bo-push{background:#f4f7faeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:18px;padding:12px 13px;box-shadow:0 8px 24px -10px #0006;animation:boPush .5s cubic-bezier(.22,1,.36,1)}@media(max-width:980px){.bo-alertgrid{grid-template-columns:1fr}.bo-phonewrap{position:static}}.bo-alert{display:flex;align-items:center;gap:10px;border-radius:12px;padding:11px 14px;font-size:13px;font-weight:600}.bo-alert--err{background:#fcf4f3;color:#8a5a55;border:1px solid rgba(204,75,65,.25)}.bo-alert--ok{background:#ecf7f1;color:#14724f;border:1px solid rgba(26,154,108,.22)}.bo-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:boSpinner .7s linear infinite;display:inline-block}@keyframes boSpinner{to{transform:rotate(360deg)}}@media(max-width:1100px){.bo-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.bo-sidebar{position:fixed;top:0;left:0;bottom:0;height:100%;transform:translate(-100%);transition:transform .28s cubic-bezier(.22,1,.36,1);box-shadow:0 24px 60px -12px #0b162080}.bo-shell.is-sidebar-open .bo-sidebar{transform:translate(0)}.bo-main{margin-left:0}.bo-overlay{display:block;position:fixed;inset:0;z-index:45;background:#0b162080;border:none;opacity:0;pointer-events:none;transition:opacity .25s ease;cursor:pointer}.bo-shell.is-sidebar-open .bo-overlay{opacity:1;pointer-events:auto}.bo-burger,.bo-navitem--mobile{display:flex}.bo-topbar{padding:11px 16px;gap:10px}.bo-search{max-width:none}.bo-search span,.bo-search__kbd{display:none}.bo-store-switcher{max-width:120px}.bo-content{padding:18px 16px 14px}.bo-stats{grid-template-columns:repeat(2,1fr);gap:12px}.bo-h1{font-size:26px}.bo-card{padding:20px;border-radius:18px}.bo-pagehead{gap:16px}.bo-pagehead>.bo-btn{width:100%}}@media(max-width:460px){.bo-stats{grid-template-columns:1fr 1fr}.bo-content{padding:14px 12px 12px}.bo-topbar__right{gap:8px}.bo-h1{font-size:23px}}.bo-shell .users-table .bo-btn,.bo-shell .users-mobile-actions .bo-btn{padding:7px 12px;font-size:13px;font-weight:600}.bo-shell .button-primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--brand);color:#fff;border:none;border-radius:999px;padding:13px 24px;font-size:14.5px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 12px 30px -10px #2a5bd7b3;transition:transform .18s,box-shadow .18s}.bo-shell .button-primary:hover{box-shadow:0 16px 34px -10px #2a5bd7cc}.bo-shell .button-primary:active{transform:scale(.98)}.bo-shell .button-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.bo-shell .button-secondary,.bo-shell .button-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid rgba(11,22,32,.16);color:var(--ink-700);border-radius:999px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .18s}.bo-shell .button-secondary:hover,.bo-shell .button-outline:hover{border-color:#0b16204d}.bo-shell .button-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:none;color:var(--brand);border-radius:999px;padding:11px 16px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.bo-shell .button-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--danger);border:none;color:#fff;border-radius:999px;padding:11px 18px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:inherit}.bo-shell .button-primary:disabled,.bo-shell .button-secondary:disabled,.bo-shell .button-outline:disabled,.bo-shell .button-ghost:disabled,.bo-shell .button-danger:disabled{opacity:.55;cursor:not-allowed}.bo-shell .text-input,.bo-shell .language-select{width:100%;font-family:inherit;font-size:14.5px;color:var(--ink);border:1px solid rgba(11,22,32,.16);border-radius:11px;padding:11px 13px;background:#fff;transition:border-color .18s,box-shadow .18s}.bo-shell .text-input:focus,.bo-shell .language-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3b79e82e;outline:none}.bo-shell .field-label{display:block;font-size:13px;font-weight:700;color:var(--ink)}.bo-shell .field-label>.text-input,.bo-shell .field-label>.language-select{margin-top:7px}.bo-shell .section-title{font-family:var(--font-display);font-size:19px;font-weight:700;margin:0 0 4px;color:var(--ink)}.bo-shell .checkbox-row{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--ink-700);cursor:pointer}.bo-shell .checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand)}.bo-shell .alert-error{background:#fcf4f3;color:#8a5a55;border:1px solid rgba(204,75,65,.25);border-radius:12px;padding:11px 14px;font-size:13.5px;font-weight:600}.bo-shell .alert-success{background:#ecf7f1;color:#14724f;border:1px solid rgba(26,154,108,.22);border-radius:12px;padding:11px 14px;font-size:13.5px;font-weight:600}.bo-shell .settings-section-tabs{display:inline-flex;gap:4px;background:#eef1f3;border-radius:999px;padding:4px;margin-bottom:22px;flex-wrap:wrap}.bo-shell .settings-section-tab{border:none;background:transparent;border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit}.bo-shell .settings-section-tab.is-active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 1px 2px #0b16200f}.bo-shell .settings-billing-command{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.bo-shell .settings-billing-command__item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;box-shadow:0 1px 2px #0b16200d}.bo-shell .settings-billing-command__item>span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:7px}.bo-shell .settings-billing-command__item>strong{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--ink);display:block}.bo-shell .settings-billing-command__item>p{font-size:12px;color:var(--muted);margin:5px 0 0;line-height:1.4}.bo-shell .settings-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 1px 2px #0b16200d,0 18px 42px -26px #0b16202e;margin-bottom:20px}.bo-shell .settings-subscription__subtitle{font-size:14px;color:var(--muted);margin:0 0 22px}.bo-shell .settings-subscription__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bo-shell .settings-subscription__item{border:1px solid var(--line);border-radius:13px;padding:14px 16px}.bo-shell .settings-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#5247d2;background:#eae8fb;border-radius:999px;padding:2px 9px}.bo-shell .settings-tiers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.bo-shell .settings-tiers__billing-toggle{display:inline-flex;gap:4px;background:#eef1f3;border-radius:999px;padding:4px}.bo-shell .settings-tier-card{position:relative;background:#fff;border:2px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 1px 2px #0b16200d;transition:transform .3s,box-shadow .3s}.bo-shell .settings-tier-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px -8px #0b162029}.bo-shell .settings-tier-card__current{border-color:var(--brand)}.bo-shell .settings-tier-card__price{font-family:var(--font-display);font-size:40px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.bo-shell .settings-tier-card__savings{font-size:13px;font-weight:700;color:var(--ok)}.bo-shell .settings-account-danger,.bo-shell .settings-danger-zone{border:1px solid rgba(204,75,65,.25);background:#fcf4f3;border-radius:20px;padding:22px 24px}@media(max-width:1100px){.bo-shell .settings-billing-command{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.bo-shell .settings-billing-command{grid-template-columns:1fr;gap:12px}.bo-shell .settings-subscription__grid{grid-template-columns:1fr}.bo-shell .settings-panel{padding:20px;border-radius:18px}}.bo-shell .page-title{font-family:var(--font-display);font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:0 0 4px}.bo-shell .page-subtitle{font-size:14.5px;color:var(--body);margin:0}.bo-shell .cust-table{table-layout:auto;min-width:980px}.bo-shell .cust-table th:nth-child(n),.bo-shell .cust-table td:nth-child(n){width:auto}.bo-shell .campaigns-create-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.bo-shell .campaign-section-card,.bo-shell .campaign-template-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 1px 2px #0b16200d;margin-bottom:18px}.bo-shell .campaigns-form__grid{display:grid;gap:16px}.bo-shell .campaign-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.bo-shell .campaign-type-card{background:#fff;border:2px solid var(--line);border-radius:18px;padding:20px;cursor:pointer;transition:transform .25s,box-shadow .25s,border-color .2s;display:flex;flex-direction:column;gap:10px;text-align:left}.bo-shell .campaign-type-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px -8px #0b162029}.bo-shell .campaign-type-card.is-selected,.bo-shell .campaign-type-card[aria-pressed=true]{border-color:var(--brand);box-shadow:0 0 0 3px #2a5bd724}.bo-shell .campaign-type-card__icon{width:44px;height:44px;border-radius:12px;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}.bo-shell .campaign-type-card__status{font-size:12.5px;font-weight:700;color:var(--brand)}.bo-shell .campaign-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.bo-shell .campaign-template-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;cursor:pointer;transition:border-color .2s,transform .2s}.bo-shell .campaign-template-card:hover{transform:translateY(-2px);border-color:#2a5bd766}.bo-shell .button-modern,.bo-shell .button-soft{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid rgba(11,22,32,.16);color:var(--ink-700);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.bo-shell .button-soft-back{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(11,22,32,.16);color:var(--ink-700);border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}@media(max-width:980px){.bo-shell .campaigns-create-layout{grid-template-columns:1fr}}.bo-trend__line{stroke-dasharray:1400;stroke-dashoffset:1400;animation:boDraw 1.7s cubic-bezier(.4,0,.2,1) both}.bo-trend__area{opacity:0;animation:boFade 1s ease 1s forwards}.bo-shell .bo-search{font-family:inherit;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.bo-shell .bo-search:hover{border-color:#5247d259;box-shadow:0 4px 14px #0b16200f}.bo-shell .bo-notif{position:relative}.bo-shell .bo-notif__trigger{list-style:none}.bo-shell .bo-notif__trigger::-webkit-details-marker{display:none}.bo-shell .bo-notif[open] .bo-notif__trigger{border-color:#5247d266}.bo-shell .bo-notif__panel{position:absolute;top:calc(100% + 10px);right:0;z-index:60;width:min(340px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px #0b162029;overflow:hidden;animation:boRise .18s ease both}.bo-shell .bo-notif__head{padding:13px 16px;font-size:13px;font-weight:800;color:var(--ink);border-bottom:1px solid var(--line)}.bo-shell .bo-notif__empty{margin:0;padding:22px 16px;text-align:center;color:var(--muted);font-size:13.5px}.bo-shell .bo-notif__list{list-style:none;margin:0;padding:6px;display:grid;gap:4px}.bo-shell .bo-notif__item{width:100%;display:grid;grid-template-columns:10px 1fr auto;align-items:start;gap:10px;padding:11px 12px;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.bo-shell .bo-notif__item:hover{background:#f6f8fb}.bo-shell .bo-notif__item .ph-caret-right{color:var(--faint);font-size:14px;align-self:center}.bo-shell .bo-notif__dot{width:9px;height:9px;border-radius:50%;margin-top:5px;background:var(--brand)}.bo-shell .bo-notif__item--danger .bo-notif__dot{background:var(--danger)}.bo-shell .bo-notif__item--warning .bo-notif__dot{background:var(--warn)}.bo-shell .bo-notif__item--info .bo-notif__dot{background:var(--brand)}.bo-shell .bo-notif__body{display:grid;gap:2px;min-width:0}.bo-shell .bo-notif__body strong{font-size:13.5px;color:var(--ink)}.bo-shell .bo-notif__body span{font-size:12.5px;color:var(--muted);line-height:1.35}.bo-shell .cmdk-backdrop{position:fixed;inset:0;z-index:200;display:flex;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;background:#0b16206b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bo-shell .cmdk{width:min(620px,100%);max-height:70vh;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 30px 70px #0b16204d;overflow:hidden;animation:boRise .18s ease both}.bo-shell .cmdk__search{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.bo-shell .cmdk__search i{font-size:20px;color:var(--muted);flex:none}.bo-shell .cmdk__input{flex:1;min-width:0;border:0;outline:none;background:transparent;font-family:inherit;font-size:16px;color:var(--ink)}.bo-shell .cmdk__input::placeholder{color:var(--faint)}.bo-shell .cmdk__esc{flex:none;font-size:11px;font-weight:700;color:var(--faint);border:1px solid var(--line);border-radius:6px;padding:2px 7px}.bo-shell .cmdk__results{overflow-y:auto;padding:8px}.bo-shell .cmdk__empty{margin:0;padding:26px;text-align:center;color:var(--muted);font-size:14px}.bo-shell .cmdk__group{padding:10px 12px 4px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--faint)}.bo-shell .cmdk__item{width:100%;display:flex;align-items:center;gap:12px;padding:11px 12px;border:0;border-radius:12px;background:transparent;cursor:pointer;font-family:inherit;text-align:left}.bo-shell .cmdk__item i{font-size:18px;color:var(--ink-700);flex:none}.bo-shell .cmdk__item.is-active{background:var(--ab);color:#fff}.bo-shell .cmdk__item.is-active i{color:#fff}.bo-shell .cmdk__item-label{font-size:14px;font-weight:600;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-shell .cmdk__item-sub{margin-left:auto;flex:none;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}.bo-shell .cmdk__item.is-active .cmdk__item-sub{color:#fffc}.bo-shell .field-label{display:grid;gap:7px;font-size:13px;font-weight:700;color:var(--ink)}.bo-shell .text-input,.bo-shell .textarea-input,.bo-shell .language-select{width:100%;font-family:inherit;font-weight:500;font-size:14.5px;color:var(--ink);border:1px solid rgba(11,22,32,.16);border-radius:12px;padding:12px 14px;background:#fff;transition:border-color .18s,box-shadow .18s}.bo-shell .language-select{cursor:pointer}.bo-shell .textarea-input{font-size:14px;line-height:1.5;min-height:92px;resize:vertical}.bo-shell .text-input:focus,.bo-shell .textarea-input:focus,.bo-shell .language-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #3b79e82e;outline:none}.bo-shell .button-primary,.bo-shell .button-accent,.bo-shell .button-outline,.bo-shell .button-ghost,.bo-shell .button-soft-back{border-radius:999px;border:1px solid transparent;font-family:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s}.bo-shell .button-primary,.bo-shell .button-accent{background:var(--brand);color:#fff;border:none;padding:12px 22px;font-size:14.5px;box-shadow:0 10px 26px -10px #2a5bd7b3}.bo-shell .button-primary:hover,.bo-shell .button-accent:hover{box-shadow:0 14px 30px -10px #2a5bd7cc}.bo-shell .button-outline,.bo-shell .button-ghost,.bo-shell .button-soft-back{background:#fff;border:1px solid rgba(11,22,32,.16);color:var(--ink-700);padding:12px 18px;font-size:14px;font-weight:600}.bo-shell .button-outline:hover,.bo-shell .button-ghost:hover,.bo-shell .button-soft-back:hover{border-color:#0b162047}.bo-shell .button-primary:active,.bo-shell .button-accent:active,.bo-shell .button-outline:active,.bo-shell .button-ghost:active,.bo-shell .button-soft-back:active{transform:scale(.98)}.bo-shell .button-primary:disabled,.bo-shell .button-accent:disabled,.bo-shell .button-outline:disabled,.bo-shell .button-ghost:disabled,.bo-shell .button-soft-back:disabled{opacity:.55;cursor:not-allowed}.bo-shell .page-card{max-width:none;margin:0 0 16px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 1px 2px #0b16200d,0 18px 42px -26px #0b16202e}.bo-shell .page-title{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;color:var(--ink)}.bo-shell .page-subtitle{color:var(--muted)}.bo-shell .section-title{font-family:var(--font-display);color:var(--ink)}.bo-shell .hero-badge{color:var(--brand)}.bo-shell .campaign-section-card,.bo-shell .campaigns-preview{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px;box-shadow:0 1px 2px #0b16200d}.bo-shell .campaigns-preview{background:#f6f8fb}.bo-shell .campaign-section-card h3,.bo-shell .campaigns-preview h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--ink)}.bo-shell .campaign-type-card{border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s,border-color .2s}.bo-shell .campaign-type-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -12px #0b162038}.bo-shell .campaign-type-card.is-selected{border-color:var(--brand);box-shadow:0 0 0 3px #2a5bd72e;background:#fff}.bo-shell .campaign-type-card__icon,.bo-shell .campaign-type-card.is-selected .campaign-type-card__status{color:var(--brand)}.bo-shell .campaign-flow-step{border:1px solid var(--line);color:var(--muted);background:#fff;font-weight:700}.bo-shell .campaign-flow-step.is-active{border-color:transparent;color:#fff;background:var(--grad)}.bo-shell .settings-panel,.bo-shell .settings-tier-card,.bo-shell .settings-subscription__item,.bo-shell .settings-billing-command__item{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 1px 2px #0b16200d}.bo-shell .settings-section-tab{border:1px solid var(--line);color:var(--muted);background:#fff;font-weight:700}.bo-shell .settings-section-tab.is-active{background:var(--grad);border-color:transparent;color:#fff}.bo-shell .settings-tiers__billing-toggle{border:1px solid var(--line);background:#f6f8fb}.bo-shell .settings-tiers__billing-toggle button.is-active{background:var(--brand);color:#fff;box-shadow:0 8px 18px -6px #2a5bd766}.bo-shell .settings-tier-card.is-current{border-color:var(--ok);box-shadow:0 0 0 2px #1a9a6c29}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-display:swap;font-weight:200 800;font-stretch:75% 100%;src:url(/assets/bricolage-grotesque-vietnamese-standard-normal-Br4FGdAc.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-display:swap;font-weight:200 800;font-stretch:75% 100%;src:url(/assets/bricolage-grotesque-latin-ext-standard-normal-qp-RdZgh.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-display:swap;font-weight:200 800;font-stretch:75% 100%;src:url(/assets/bricolage-grotesque-latin-standard-normal-C5Lc8Qmc.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:100 900;src:url(data:font/woff2;base64,d09GMgABAAAAAAaEABMAAAAADFgAAAYdAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbbhwoP0hWQVJpBmA/U1RBVIE4AFwvbBEICoJ8gkMLFAAwhCoBNgIkAyIEIAWGUAdiDAcbvgpRVHJOI/viwCYyfSFrJjFIG8raYpYj9+IeSF0s6zD+Lk/4OGrZHhHV+wvt2ffuWPwlA51lIICIosSVmyOKEs5Uzlx3NKeXIgn1ssCydUybDV0IHga+SszIyfrQe9bLTFNxjayzgs76hNsDoSYtRe32fiJ4gxBjrP8L+w//zzHjv7Yqyr9o2vOBDXhCo2jMtr4uwAK/gV1U0PxAq/EAD+yW9EoKOL1KLw8rHrFgCSgRTQRzBzpeXVhweEDlyfY8gIoOa2CQJzrTAHIIoitTMVV2dyFwpJ2iAEQTpSkhPitxD3YwuZHEagTcAhyKAcBmUyPdhTovJThOw6HYiaF2M/J7erdi2OUutor6ES6Ac88AvfZvKpb6fJoArohb524042j6Jij36NI7P8Pb7s721naN9gcTtcjXQP4l+8BKEzFVGMxxoHqlq8Ul4LGneFJBDFaOdKpLPcg8P14YSDwIcn75hdlyJLTBlZ4voL6tT46yC/njunXqpJ0/bSvmrH1o3kRlwZ+j0DBogkF3KbDRVBlbOc+fY5HVXwPoT9hfekPnyZMaEmenYLMSg5npqegFOsgXsBv1IoF9aIVfSCNHkk6+gIzILsiYuhWQCfUtZEpbkRntQxBZgw7MwFbMcRvwJrAnBlDqs7isLtL7pO84Xru1i7ah7tckH1Wreqq6K9u0amxU1bcff/s2Y1ni3rh2I8zHzqkm3PGvv3mzC6NDBz/UcOBIg+nm88rxN8MbdtypvHUL5o1c2zG0urYpRmW+VHZdiba6GXN/3v0B3i3nt4RBsbfAu8ftLqRcTIlZ4VYheFTAS5nXLS65VZrbuW3daF2Ze1ChyGXWZN6u9nUuH1LfyTERifZXEpIueMe28vF8FOoTnsONzw+1djo9P71lZGx1vM8mH/BhvSa2HDsRZ1+Ul+RmpnPOIaEuwWnZZdkgQWAAyCDDZ1wk+0sh7wseAAwA6UlHxbftCgYAAwKAgwIAEA7ACfHIRbV7J6dwF/ZzcRRmAjXUYKAGWAlDCCFmKnH+LJEQfHKEmVrfmKwSEab36AcubXQBoDYJV/aRV+funFD8wAXLSLYbwr9+DR+h/qZIKCfeqRG5ghHpdY0zcV2nuz5iJMhAFjaTDwOcoyKGG9JHrCfdp4cC+kCvUrxc7+bliIMiHj95sPIbUeWZEP/HLnN2tlr9EBeRiktHuWvErx98fRz1MuEvHO3FDRgtsSzL/P0hsDLK2n5/uHMOjvTst0HD6t+80ZN798j7j//kjqHxIOZDFPR/FxurFD6/HxGbB799RPHLx5F89MoBOub9jVuOWtmPH3o9H3r26DIuff+LqPLwff/xryDRmiAYmjxiK0GwS9XU+k8QpUrHsCTs4qH89Fv44ubWbQmOE51M7J8Pt8+h+NKt3zZpa2L9zZqcRlyEc4MaNGdfjQCxgIygn78ne4yAzcLWA3zAJ6RRGbijvHr1W+XN8ywrG0EoZSySb0/A9KsllI7Q/Pq8hLu76tfTy5cF4X8bQxTtYp2vr6/+1oI4AhgAlNYFryt62VaX9ktO6VsAeDLeWx6fff4vdV1ts7N6+gw9GCsQnqPB0QUttB9nEc7Aaf4XM0NQ90VJ+HV1rG04znGCmXcpPCA9+nxdMPgPlT7Dz83NMfZuMJaNeRqbc+tjd2QER/b0B44d7nv5Rif7VC8svYkx9SKWwb3YzN2M3cY8jSNLl+PYZqfjxNTxOLXVCmfmduDc0ty1kLbjeiGfIrDFJXWPTTMD5TKupR8cpZgJeXTofId8NoUj6E8XfAc2k4WPdbCberDYAp8Q7L5dUo8wE8cs9QINZYvwXKzvBS4v/n+fQZkGrrFysKEIuFBgjQpxiHH1XA+ZBI+C+oAoxhYKECc42rGOc8L4mYhsiThGfFjOcKmFubPpDgwnY1918Fwo8ouenDJxvGP96HFWJ28hiOy251oKjkcbGz2POMme8CTMThx6wqOPsFtPI6j6HhDyDTxFQYnL88FcXGAGHl3ZuueRbEuxbK6Hc84ZDvRrREtLzyjj8Xkd/uShR1b0sYd8Nh8/c8znxCnadxQcf2nFVWIyw1g+4StXav9j75s+CQAA) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-vietnamese-wght-normal-CHiFlh_0.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-latin-ext-wght-normal-Dg-wlmqe.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-latin-wght-normal-CaVRRdDk.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:100 900;src:url(data:font/woff2;base64,d09GMgABAAAAAAbUABMAAAAADXAAAAZtAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbbhwoP0hWQVJpBmA/U1RBVIE0AFwvbBEICoMAgkILFAAwhCYBNgIkAyIEIAWIagdiDAcbzwtR1KzJaS+yH4mxMavHya1W0jQVGwsRk9/Eu+B5+jb9c2cWPA4RJdKW11B3pX3ufxURIWSP1trcq4W08dWTGng91RUkWgqUSAS08NIjeoMhzv9+v5bvrifFk56IhEqItCb68GiSfkR8VUIED5G2kB5N7GvCJVSGCiERKo1QAqs6naQDAC/AdfGsdrz0LgjgBgAUgqARBHCSoyRVu+7pAXKDe1AXchgAQ4X7oD7YhQSA8jFQMGFaFYlqAwKyCAoAIO9MhUYhvA2izIIKGkuDAJmOEwDgBx4AANHsWDB2g0AuDSVoIBdkAQ+F/nmOVDFCBBCIIQAIaic7AVQ3A4bKlp9ZQH279uY7jS5boVNXyvnZlrABig9Z/y2v8MF3a/XD/FPQD6WYD/kNIM/UJuCjEQQ7CvBwAjnUuH465YABX7A5A8HDJ6C8+h7wbG++CYA46Q0QAHFx8KHNLQFAA0oi5GeorRCDkfKWIUq1BxKj7YjRPnDF6lkkv4WBAKAADXhoBPAwqA+IxI7Cik8NP3alfGtNE/BXmHfNnWYfs4YpN1ri2O4lQDSF4OHA3g9uIAP5GXWYiCACsgIFHIRokACIgc+9iAXkLcQKqj0gNlBbIXbQPhAHtOdeTZMoABwAxAIn0B4wGZAMPAAU6p24LQaCGIbN8Br7K45y6QhV3DNCu52DXF2cXfu3a+dq0+bb8+dlxpxc18KVTD/n+u5CqTZnz/bNjvL1HHW13XJGX+6489uzgbZ7Low+d47pO/3dIiytBwm7M1z/b5ObTpyrfP+Rkpf/uTwho9O/nYgduLHe/I1dJ1VMrVhvTsGmeTFNyXdW6xIo2bxMWqjDoI3ns4vWKFO2RpcabZsUzGr8Zasa3rEy9tmscfQ7lPGnLlSwa+GiDXIv1yz23cDytSq09AfqFSts/Y0OuYO/7/Q1wPfY7+RUT/qia9nal0v4d1cu62rUeYgqiAA2bGJwFB1uxT6RNjCfg6qnZ19O2g8OEBTg5wAgAOKVUcvt7lX+nRWu7s/04caN4AaLIUopNX0RbSQ8NwzFMy/TdehBXMgIE/cYP0q8wkTAHZd3YrO8PXh9t+0TR2bMsvQn8PJlIOh+6SjTRMdWLlQ77KKKzu13TkdFnQ4SSbZuGzyxFwFNs8/2bKqE1Buu2nzQQOovlLJEJKRu83OLXrt2ScxrW0KJ0p+wJnk+5CXEvAsVDFQBboFo4/2LbJ831pH/Gfg3TxAzo4TFIp/eKhsX7OE3dw8xMTfeeqIs0Q8eRKtLl9TjJyF3WhnIL5Vrk8/cfIsz9OxxsIT19eMXkP85VKxUCU6S5cX5c3ER9lcflqPffIqPun3mKOPe/2T1pjx88v6TPSYaOpPT/HfIy9PqQ5hQyLS508ozMenup2/zXiQnvwj7/WFvhLy7fQjyj579iHVjEXt8vDfY+5rRHt/Vh0HUDFRQv5A6KUHyZ8j3oCzKEhfp1I64uGePX5neQLloV0RQa22ILuPpDSHy3YxcOhiZ/+LFm2fxKVHvnp85HQrbXmaFw4r37yWBNUWdxalwEAJo3fpgwiZPt6jK7+wP94cAN77N4KL+33c9zW75pqWlvmUGFFYUAAKDZ6flF4s1XHfdQ36w9bVLWMlNMZ/P8sSAn1DF8YKOPgjgYJIkfUURmDYDAVJqSBgxHMDudX1ASF1NKNyqLDRV+wiDwh2HheTWwoq/74sjKVvbEgJuaQghvtJQZBULTaLPMHCrsrCQ7CaspNsNG/GWwo7P93CQaDSc2BkMFx7t4cZJU0QQSXVE4qY0ooiWg2jspCKGWM6a8cWgJptAYll7Q2GCBY9Nvsy8p3AYmM4kM6aZeEehYRm6sRObodFRmQKX3Q90kejSOZAGTMBkhCEPtkWgCa5ZaEtQPUNpG1lENYjI2tiGEJrBZ4qvQ0f/Uh8xVUwxo0gwg48imkYx2JqGwTQtzWyc7AhcFoVrC/NQCsLSIKGnFhzf4tVg81KKKq6EUstUiFdAgf7uldS3snS9RU8e9IicLv2Sx/cO96J7ScWVVIJvvBwFqnFLc0xmixTbWwPr3Rav/Qsj/p7u7cewKmFETb14HC1DCDBi9oG0NAzR0h9x5YZ+31ihwPwI8yv8thodQI5DKbRoMcQiVmuNnn82MS8+ZqjRLl6j+OWT3eI1Szt69GJU+cgXlpFG2qWKl/3ql/G/Ys5eafwAAAA=) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-vietnamese-wght-italic-_zMtch5S.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-latin-ext-wght-italic-KoQsQXDA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:100 900;src:url(/assets/hanken-grotesk-latin-wght-italic-ChtpyDsL.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/instrument-serif-latin-ext-400-normal-C2je3j2s.woff2) format("woff2"),url(/assets/instrument-serif-latin-ext-400-normal-CFCUzsTy.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Instrument Serif";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/instrument-serif-latin-400-normal-DnYpCC2O.woff2) format("woff2"),url(/assets/instrument-serif-latin-400-normal-BVbkICAY.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:italic;font-display:swap;font-weight:400;src:url(/assets/instrument-serif-latin-ext-400-italic-C9HzH3YL.woff2) format("woff2"),url(/assets/instrument-serif-latin-ext-400-italic-D7-lnxEk.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Instrument Serif";font-style:italic;font-display:swap;font-weight:400;src:url(/assets/instrument-serif-latin-400-italic-DKMiL14s.woff2) format("woff2"),url(/assets/instrument-serif-latin-400-italic-u__WvvIK.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:500;font-display:block;src:url(/assets/material-symbols-rounded-stamps-KcFQZ2-D.woff2) format("woff2")}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}
