:root{--primary: #0A2A66;--secondary: #1E5EFF;--white: #FFFFFF;--bg: #F5F7FA;--bg2: #EEF2FA;--text: #1A202C;--muted: #64748b;--text-muted: #64748b;--sidebar-bg: #EEF2FA;--border: #D1D9EE;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--radius: 8px;--shadow: 0 1px 4px rgba(10,42,102,.1);--shadow-md: 0 4px 16px rgba(10,42,102,.12);--sb-w: 252px;--hd-h: 60px}body{font-family:Open Sans,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%}.admin-layout{display:grid;grid-template-columns:var(--sb-w) 1fr;grid-template-rows:var(--hd-h) 1fr;min-height:100vh}.sidebar{grid-row:1 / -1;background:var(--primary);color:#ffffffbf;display:flex;flex-direction:column;overflow-y:auto}.sb-brand{display:flex;align-items:center;gap:.6rem;padding:1rem 1.25rem;height:var(--hd-h);font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid rgba(255,255,255,.1)}.sb-brand .sb-icon-brand{font-size:1.2rem;color:var(--secondary);filter:brightness(1.4)}.sb-section{padding:.65rem 1.25rem .2rem;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-top:.4rem}.sb-link{display:flex;align-items:center;gap:.6rem;padding:.58rem 1.25rem;font-size:.83rem;font-weight:600;color:#ffffffb8;cursor:pointer;transition:background .15s,color .15s;border-left:3px solid transparent}.sb-link:hover{background:#ffffff12;color:#fff}.sb-link.active{background:#ffffff1a;color:#fff;border-left-color:var(--secondary);filter:brightness(1.3)}.sb-icon{font-size:.9rem;width:1rem;text-align:center}.sb-badge{margin-left:auto;background:var(--danger);color:#fff;font-size:.66rem;font-weight:700;padding:.1rem .38rem;border-radius:999px}.sb-footer{padding:.9rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);font-size:.79rem;color:#ffffff80;margin-top:auto}.sb-footer strong{color:#ffffffd9;display:block;font-size:.82rem}.admin-header{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.hd-title{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:800;color:var(--primary)}.hd-user{display:flex;align-items:center;gap:.7rem;font-size:.83rem}.hd-avatar{width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.8rem;font-family:Montserrat,sans-serif}.hd-logout{background:none;border:1px solid var(--border);padding:.28rem .65rem;border-radius:var(--radius);cursor:pointer;font-size:.75rem;color:var(--muted);transition:all .15s;font-family:inherit}.hd-logout:hover{background:#fee2e2;color:var(--danger);border-color:var(--danger)}.admin-content{padding:1.5rem;overflow-y:auto;max-height:calc(100vh - var(--hd-h))}.admin-section{display:none}.admin-section.active{display:block}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;flex-wrap:wrap;gap:.75rem}.page-header h2{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:800;color:var(--primary)}.page-desc{font-size:.82rem;color:var(--muted);margin-bottom:1.1rem;line-height:1.6}.rol-badge{display:inline-block;padding:.18rem .65rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.rol-owner{background:#fef3c7;color:#92400e}.rol-admin{background:#dbeafe;color:#1e40af}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.875rem;margin-bottom:1.5rem}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow)}.stat-label{font-size:.72rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.9rem;font-weight:900;font-family:Montserrat,sans-serif;line-height:1;margin-top:.18rem}.s-primary .stat-value{color:var(--primary)}.s-secondary.stat-value,.s-secondary .stat-value{color:var(--secondary)}.s-green .stat-value{color:var(--success)}.s-red .stat-value{color:var(--danger)}.s-orange .stat-value{color:var(--warning)}.table-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;background:#fafcff}.table-toolbar strong{font-size:.84rem;font-family:Montserrat,sans-serif;color:var(--primary)}table{width:100%;border-collapse:collapse;font-size:.83rem}thead{background:var(--bg)}th{padding:.6rem 1rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--border)}td{padding:.6rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#fafcff}.td-actions{display:flex;gap:.28rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.32rem;padding:.4rem .92rem;border-radius:var(--radius);font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;transition:opacity .15s,transform .1s}.btn:hover{opacity:.85}.btn-primary{background:var(--secondary);color:#fff}.btn-primary:hover{opacity:1;background:#1248e0}.btn-dark{background:var(--primary);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-warning{background:var(--warning);color:#fff}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn-sm{padding:.26rem .58rem;font-size:.7rem}.btn-icon{padding:.28rem .42rem}.badge{display:inline-block;padding:.16rem .52rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.b-pub{background:#dcfce7;color:#166534}.b-draft{background:#fee2e2;color:#991b1b}.b-owner{background:#fef3c7;color:#92400e}.b-admin{background:#dbeafe;color:#1e40af}.b-nuevo{background:#fef3c7;color:#92400e}.b-leido{background:#f3f4f6;color:#6b7280}.b-blue{background:var(--bg2);color:var(--primary)}.b-active{background:#dcfce7;color:#166534}.b-inactivo{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a2a6673;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-overlay.hidden{display:none}.modal{background:var(--white);border-radius:12px;width:100%;max-width:620px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0a2a6633;animation:mIn .18s ease}@keyframes mIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.25rem;border-bottom:1px solid var(--border);background:#fafcff}.modal-header h3{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:800;text-transform:uppercase;color:var(--primary)}.modal-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--muted);line-height:1}.modal-body{padding:1.25rem}.modal-footer{padding:.95rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem;background:#fafcff}.form-group{margin-bottom:.88rem}.form-group label{display:block;font-weight:700;font-size:.78rem;margin-bottom:.25rem;color:var(--primary)}.form-control{width:100%;padding:.46rem .78rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.86rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color .2s}.form-control:focus{outline:none;border-color:var(--secondary)}textarea.form-control{resize:vertical;min-height:85px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-hint{font-size:.72rem;color:var(--muted);margin-top:.18rem}.switch-wrap{display:flex;align-items:center;gap:.5rem}.switch{position:relative;width:38px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:20px;cursor:pointer;transition:.2s}.slider:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}input:checked+.slider{background:var(--secondary)}input:checked+.slider:before{transform:translate(18px)}.editor-toolbar{display:flex;gap:.28rem;flex-wrap:wrap;padding:.45rem .6rem;border:1.5px solid var(--border);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;background:var(--bg)}.editor-toolbar button{padding:.2rem .46rem;font-size:.8rem;border:1px solid var(--border);border-radius:4px;background:#fff;cursor:pointer;font-family:inherit}.editor-toolbar button:hover{background:var(--secondary);color:#fff;border-color:var(--secondary)}.editor-area{min-height:160px;padding:.7rem;border:1.5px solid var(--border);border-radius:0 0 var(--radius) var(--radius);font-size:.86rem;font-family:inherit;line-height:1.7;outline:none}.editor-area:focus{border-color:var(--secondary)}.toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:2000;padding:.65rem 1.15rem;border-radius:var(--radius);font-size:.84rem;max-width:320px;box-shadow:var(--shadow-md);animation:tIn .22s ease;font-family:Montserrat,sans-serif;font-weight:700}.toast-success{background:var(--success);color:#fff}.toast-error{background:var(--danger);color:#fff}.color-row{display:flex;align-items:center;gap:.6rem}.color-swatch{width:32px;height:32px;border-radius:var(--radius);border:1.5px solid var(--border);cursor:pointer;padding:0}.alert{padding:.7rem 1rem;border-radius:var(--radius);margin-bottom:.9rem;font-size:.84rem}.log-accion{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--primary)}.log-detalle{font-size:.8rem;color:var(--muted)}.access-denied{padding:2.5rem;text-align:center;color:var(--muted)}.access-denied h3{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;color:var(--danger);margin-bottom:.5rem;text-transform:uppercase}#sb-toggle{display:none}@media (max-width: 960px){.admin-layout{grid-template-columns:1fr}.sidebar{display:none;position:fixed;inset:0 auto 0 0;z-index:200;width:var(--sb-w)}.sidebar.open{display:flex}.form-row{grid-template-columns:1fr}#sb-toggle{display:block}}@media (max-width: 600px){.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-content{padding:1rem}}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;flex-wrap:wrap;gap:.75rem}.admin-page-title{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:800;color:var(--primary)}.admin-table-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto;margin-bottom:1rem}.admin-table{width:100%;border-collapse:collapse;font-size:.83rem}.admin-table thead{background:var(--bg)}.admin-table th{padding:.6rem 1rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--border)}.admin-table td{padding:.6rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafcff}.admin-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:.75rem;overflow:hidden}.admin-card-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:#fafcff}.admin-card-title{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.03em}.admin-card-body{padding:.75rem 1rem}.stat-icon{font-size:1.5rem;margin-bottom:.25rem}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-primary{background:#dbeafe;color:#1e3a8a}.badge-info{background:var(--bg2);color:var(--primary)}:root{--primary: #0A2A66;--secondary: #1E5EFF;--white: #FFFFFF;--bg: #F5F7FA;--bg2: #EEF2FA;--text: #1A202C;--muted: #64748b;--border: #D1D9EE;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(10,42,102,.08);--shadow: 0 2px 8px rgba(10,42,102,.12);--shadow-md: 0 6px 24px rgba(10,42,102,.15);--shadow-lg: 0 12px 40px rgba(10,42,102,.18);--transition: .22s cubic-bezier(.4,0,.2,1);--font-display: "Montserrat", sans-serif;--font-body: "Open Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);background:var(--white);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100vw}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--secondary);text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2}.container{max-width:1180px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}.page-wrap{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.navbar{background:var(--primary);position:sticky;top:0;z-index:200;box-shadow:0 2px 16px #0a2a6659}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:0 1rem 0 1.25rem;height:64px;gap:1rem}.navbar-brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.navbar-brand-logo{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0;overflow:hidden}.navbar-brand-logo img{width:100%;height:100%;object-fit:cover}.navbar-brand-name{font-family:var(--font-display);font-weight:900;font-size:.82rem;color:var(--white);text-transform:uppercase;letter-spacing:.04em;line-height:1.2;white-space:nowrap}.navbar-brand-sub{font-size:.65rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em}.navbar-links{display:flex;align-items:center;height:100%;gap:0;justify-content:flex-end;overflow:visible;flex-shrink:1}.nav-item{position:relative;height:64px;display:flex;align-items:center}.nav-link{display:flex;align-items:center;gap:.25rem;padding:0 .78rem;height:100%;font-family:var(--font-display);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffbf;cursor:pointer;transition:color var(--transition),background var(--transition);border-bottom:3px solid transparent;-webkit-user-select:none;user-select:none;white-space:nowrap}.nav-link:hover,.nav-link.active{color:#fff;border-bottom-color:var(--secondary);background:#ffffff12}.nav-caret{font-size:.55rem;transition:transform var(--transition);opacity:.7}.nav-item:hover .nav-caret{transform:rotate(180deg)}.dropdown{display:none;position:absolute;top:100%;left:0;background:var(--white);min-width:230px;border-radius:0 0 12px 12px;box-shadow:0 8px 24px #0a2a662e;border-top:3px solid var(--secondary);z-index:300;overflow:hidden;animation:dropIn .15s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-item:hover .dropdown{display:block}.dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.72rem 1.1rem;font-size:.81rem;font-weight:600;color:var(--primary);border-bottom:1px solid var(--border);transition:background var(--transition),padding-left var(--transition);cursor:pointer}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--bg2);color:var(--secondary);padding-left:1.4rem}.dropdown-item:before{content:"›";color:var(--secondary);font-size:1rem;font-weight:900;opacity:0;transition:opacity var(--transition)}.dropdown-item:hover:before{opacity:1}.dropdown-item-icon{font-size:.85rem;opacity:.7}.navbar-auth{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.btn-nav-admin{padding:.3rem .75rem;border-radius:999px;background:var(--secondary);color:#fff;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:background var(--transition)}.btn-nav-admin:hover{background:#1248e0;color:#fff}.btn-nav-login{padding:.28rem .72rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.4);color:#fffc;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all var(--transition)}.btn-nav-login:hover{border-color:#fff;color:#fff}.navbar-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.4rem .5rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary) 0%,#0d3580 55%,#1432a0 100%)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.22;transition:opacity .4s}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a2a66,#0a2a66b3 60%,#0a2a664d)}.hero-content{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:5rem 1.5rem;width:100%;box-sizing:border-box;overflow:hidden}.hero-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem 1rem;border-radius:999px;background:#1e5eff4d;border:1px solid rgba(30,94,255,.5);color:#ffffffe6;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;color:#fff;margin-bottom:.9rem;max-width:680px}.hero h1 em{color:#7fa8ff;font-style:normal}.hero-desc{color:#ffffffb8;font-size:1.05rem;max-width:560px;margin-bottom:2rem;line-height:1.7}.hero-btns{display:flex;flex-wrap:wrap;gap:.75rem}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff6;font-size:.75rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;animation:bounce 2s infinite;z-index:2}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.page-band{background:var(--primary);padding:2.5rem 1.5rem 0;position:relative}.page-band:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--secondary)}.page-band-tag{display:inline-block;padding:.2rem .75rem;background:#1e5eff40;border:1px solid rgba(30,94,255,.4);color:#fffc;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;margin-bottom:.6rem}.page-band h1{font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;color:#fff;padding-bottom:1.4rem}.tabs-bar{background:var(--primary);border-bottom:3px solid var(--secondary);overflow-x:auto;scrollbar-width:none}.tabs-bar::-webkit-scrollbar{display:none}.tabs-inner{display:flex;gap:0;max-width:1180px;margin:0 auto;padding:0 1.5rem}.tab-btn{flex-shrink:0;padding:.75rem 1.1rem;font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff9;cursor:pointer;border:none;background:transparent;border-bottom:3px solid transparent;margin-bottom:-3px;transition:color var(--transition),border-color var(--transition),background var(--transition);white-space:nowrap}.tab-btn:hover{color:#ffffffe6;background:#ffffff0f}.tab-btn.active{color:#fff;border-bottom-color:#fff;background:#ffffff1a}.tab-panel{display:none}.tab-panel.active{display:block}.section{padding:3.5rem 0}.section-alt{background:var(--bg)}.section-sm{padding:2rem 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.section-title{font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;color:var(--primary)}.section-title span{color:var(--secondary)}.section-subtitle{color:var(--muted);font-size:.92rem;margin-top:.3rem}.section-label{display:inline-block;padding:.18rem .7rem;border-radius:999px;background:var(--bg2);color:var(--secondary);font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.divider{height:3px;border-radius:999px;background:linear-gradient(90deg,var(--secondary),transparent);margin:.75rem 0 2rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem}.cards-grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:1.25rem}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition),border-color var(--transition);display:flex;flex-direction:column}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:#1e5eff4d}.card-img{width:100%;height:200px;object-fit:cover;flex-shrink:0}.card-img-placeholder{width:100%;height:160px;background:linear-gradient(135deg,var(--primary) 0%,#1432a0 100%);display:flex;align-items:center;justify-content:center;font-size:2.5rem;opacity:.5;flex-shrink:0}.card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.card-tag{display:inline-block;padding:.18rem .62rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:var(--bg2);color:var(--secondary);margin-bottom:.6rem;align-self:flex-start}.card-tag-green{background:#dcfce7;color:#166534}.card-tag-orange{background:#fef3c7;color:#92400e}.card-title{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.4rem;line-height:1.3}.card-meta{font-size:.78rem;color:var(--muted);margin-bottom:.5rem}.card-text{font-size:.88rem;color:var(--text);line-height:1.6;flex:1}.card-footer{padding:.9rem 1.4rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-h{display:flex;flex-direction:row;align-items:stretch;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);margin-bottom:.75rem}.card-h:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-h-accent{width:5px;flex-shrink:0;background:linear-gradient(180deg,var(--secondary),var(--primary))}.card-h-body{padding:1.1rem 1.25rem;flex:1}.card-h-img{width:120px;flex-shrink:0;object-fit:cover}.agenda-card{display:flex;gap:1rem;align-items:flex-start;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.1rem 1.3rem;margin-bottom:.75rem;transition:box-shadow var(--transition),transform var(--transition)}.agenda-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.agenda-date-box{min-width:60px;text-align:center;background:var(--primary);color:#fff;border-radius:var(--radius);padding:.5rem .4rem;flex-shrink:0}.agenda-date-box .day{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:900;line-height:1}.agenda-date-box .mon{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3}.agenda-info{flex:1}.agenda-info h3{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.agenda-info .meta{font-size:.8rem;color:var(--muted)}.content-block{background:var(--white);border-radius:var(--radius-lg);padding:2rem 2.25rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.content-block-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;color:var(--primary);margin-bottom:.4rem}.content-block-divider{height:3px;width:60px;background:var(--secondary);border-radius:999px;margin-bottom:1.25rem}.rich-text h2,.rich-content h2{font-size:1.2rem;font-weight:700;color:var(--primary);margin:1.5rem 0 .6rem}.rich-text h3,.rich-content h3{font-size:1rem;font-weight:700;color:var(--primary);margin:1.2rem 0 .4rem}.rich-text p,.rich-content p{margin-bottom:.85rem;line-height:1.8}.rich-text ul,.rich-content ul{list-style:none;margin-bottom:.85rem}.rich-text ul li,.rich-content ul li{padding:.25rem 0 .25rem 1.4rem;position:relative}.rich-text ul li:before,.rich-content ul li:before{content:"▸";position:absolute;left:0;color:var(--secondary);font-size:.75rem;top:.35rem}.rich-text ol,.rich-content ol{list-style:decimal;padding-left:1.5rem;margin-bottom:.85rem}.rich-text blockquote,.rich-content blockquote{border-left:4px solid var(--secondary);padding:.8rem 1.2rem;background:var(--bg2);margin:1rem 0;border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.rich-text strong,.rich-content strong{font-weight:700;color:var(--primary)}.rich-text a,.rich-content a{color:var(--secondary);text-decoration:underline}.rich-text img,.rich-content img{border-radius:var(--radius);margin:1rem 0;max-width:100%}.toast{padding:.65rem 1.15rem;border-radius:var(--radius);font-size:.84rem;max-width:320px;box-shadow:var(--shadow-md);animation:tIn .22s ease;font-family:Montserrat,sans-serif;font-weight:700}.toast-success{background:#10b981;color:#fff}.toast-error{background:#ef4444;color:#fff}.toast-info{background:var(--primary);color:#fff}@keyframes tIn{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.form-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow);max-width:620px}.form-title{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:800;color:var(--primary);margin-bottom:.4rem}.form-subtitle{font-size:.88rem;color:var(--muted);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:700;font-size:.82rem;color:var(--primary);margin-bottom:.3rem}.form-control{width:100%;padding:.58rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.92rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color var(--transition),box-shadow var(--transition)}.form-control:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #1e5eff1f}textarea.form-control{resize:vertical;min-height:110px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.35rem;border-radius:var(--radius);font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:hover{transform:translateY(-1px);text-decoration:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--secondary);color:#fff;border-color:var(--secondary)}.btn-primary:hover{background:#1248e0;border-color:#1248e0;color:#fff}.btn-dark{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-dark:hover{background:#0d3580;color:#fff}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-white{background:transparent;color:#fff;border-color:#fff9}.btn-outline-white:hover{background:#ffffff26;color:#fff;border-color:#fff}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:hover{background:var(--bg);color:var(--primary)}.btn-sm{padding:.35rem .85rem;font-size:.7rem}.btn-block{width:100%;justify-content:center}.alert{padding:.82rem 1.1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem;display:flex;align-items:flex-start;gap:.6rem}.alert-success{background:#dcfce7;color:#166534;border:1px solid #86efac}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.alert-info{background:var(--bg2);color:var(--primary);border:1px solid var(--border)}footer{background:var(--primary);color:#fff}.footer-top{padding:3.5rem 1.5rem 2.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1180px;margin:0 auto}.footer-brand-name{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:900;color:#7fa8ff;text-transform:uppercase;letter-spacing:.04em}.footer-brand-desc{color:#ffffff8c;font-size:.84rem;margin-top:.5rem;line-height:1.6}.footer-redes{display:flex;gap:.55rem;margin-top:1.1rem}.footer-red{width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background var(--transition),transform var(--transition)}.footer-red:hover{background:var(--secondary);transform:translateY(-2px)}.footer-col h4{font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:.85rem}.footer-col a,.footer-col span{display:block;color:#ffffffa6;font-size:.83rem;margin-bottom:.38rem;transition:color var(--transition);cursor:pointer}.footer-col a:hover,.footer-col span:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem}.footer-bottom-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{font-size:.76rem;color:#ffffff59}.spinner{width:40px;height:40px;margin:2rem auto;border:4px solid var(--border);border-top-color:var(--secondary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-wrap{display:flex;justify-content:center;padding:4rem 0}.loading-wrap-sm{display:flex;justify-content:center;padding:2rem 0}.foro-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem;margin-bottom:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:box-shadow var(--transition),border-color var(--transition),transform var(--transition)}.foro-card:hover{box-shadow:var(--shadow-md);border-color:#1e5eff4d;transform:translate(4px)}.foro-stat{text-align:center}.foro-stat .num{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:900;color:var(--primary);line-height:1}.foro-stat .lbl{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.comment-item{display:flex;gap:.85rem;margin-bottom:1.5rem}.comment-avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;background:var(--primary);color:#7fa8ff;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:900;font-size:.9rem}.comment-body{flex:1;background:var(--bg);border-radius:0 var(--radius-lg) var(--radius-lg) var(--radius-lg);padding:.9rem 1.1rem}.comment-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.4rem}.comment-name{font-weight:700;font-size:.88rem;color:var(--primary)}.comment-badge{padding:.1rem .5rem;border-radius:999px;background:var(--bg2);color:var(--secondary);font-size:.65rem;font-weight:700;text-transform:uppercase}.comment-date{font-size:.76rem;color:var(--muted)}.comment-text{font-size:.9rem;line-height:1.6}.novedad-hero{background:var(--primary);padding:3rem 1.5rem 2.5rem}.novedad-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:900;color:#fff;max-width:800px}.novedad-hero .meta{color:#fff9;font-size:.84rem;margin-top:.6rem}.badge{display:inline-block;padding:.18rem .6rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.badge-blue{background:var(--bg2);color:var(--secondary)}.badge-green{background:#dcfce7;color:#166534}.badge-orange{background:#fef3c7;color:#92400e}.badge-gray{background:#f3f4f6;color:#6b7280}.no-select{-webkit-user-select:none;user-select:none}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--muted)}.empty-state i{font-size:2.5rem;opacity:.3;display:block;margin-bottom:.75rem}.truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-tabs{display:flex;gap:.4rem;flex-wrap:wrap;border-bottom:2px solid var(--border);margin-bottom:2rem}.page-tab{padding:.6rem 1.15rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;background:transparent;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-2px;border-radius:var(--radius) var(--radius) 0 0;transition:color var(--transition),background var(--transition)}.page-tab:hover{color:var(--primary);background:var(--bg2)}.page-tab.active{color:var(--primary);border-bottom-color:var(--secondary);background:var(--bg2)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}@media (min-width: 1101px) and (max-width: 1280px){.nav-link{padding:0 .55rem;font-size:.66rem}}@media (min-width: 1101px) and (max-width: 1024px){.navbar-inner{padding:0 1rem}.nav-link{padding:0 .45rem;font-size:.63rem;letter-spacing:.04em}}@media (max-width: 1100px){.navbar-links{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--primary);flex-direction:column;align-items:flex-start;overflow-y:auto;padding:.5rem 0;z-index:199;justify-content:flex-start}.navbar-links.open{display:flex}.navbar-toggle{display:block}.nav-item{height:auto;width:100%}.nav-link{height:auto;padding:.88rem 1.4rem;width:100%;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06);border-left:3px solid transparent}.nav-link.active,.nav-link:hover{border-left-color:var(--secondary);border-bottom:1px solid rgba(255,255,255,.06)}.dropdown{display:none;position:static;box-shadow:none;border-top:none;background:#ffffff0d;animation:none;width:100%}.nav-item.submenu-open .dropdown,.nav-item:hover .dropdown{display:block}.dropdown-item{padding:.5rem 1rem .5rem 2.2rem;color:#ffffffb3;border-bottom-color:#ffffff0f;white-space:normal;word-break:break-word}.dropdown-item:hover{background:#ffffff14;color:#fff;padding-left:2.2rem}.dropdown-item:before{display:none}.navbar-brand{min-width:auto}.nav-caret{padding:.6rem .9rem;margin:-.6rem -.9rem}.nav-item.submenu-open .nav-caret{transform:rotate(180deg)}}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.cards-grid-2{grid-template-columns:1fr}}@media (max-width: 768px){.navbar-auth{flex-direction:column;align-items:flex-start;padding:.75rem 1.4rem;border-top:1px solid rgba(255,255,255,.1);width:100%;margin-left:0}.hero{min-height:400px}.hero-content{padding:3.5rem 1.5rem}.footer-grid,.form-row-2,.cards-grid{grid-template-columns:1fr}.tabs-inner{padding:0 1rem}}@media (max-width: 480px){.section{padding:2.5rem 0}.content-block{padding:1.4rem}.hero{min-height:340px}.hero-content{padding:2.5rem 1.1rem}.hero h1{font-size:1.7rem}.hero-desc{font-size:.9rem}.hero-btns{flex-direction:column;gap:.5rem}.hero-btns .btn{width:100%;justify-content:center}.navbar-brand-name{font-size:.78rem}.navbar-brand-sub{display:none}.cards-grid{grid-template-columns:1fr;gap:.875rem}.agenda-card{flex-direction:column}.agenda-date-box{width:100%;display:flex;gap:.5rem;align-items:center;border-radius:8px;padding:.5rem .75rem}.agenda-date-box .day{font-size:1.2rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-top{padding:2rem 1.1rem 1.5rem}}@media (min-width: 769px) and (max-width: 860px){.navbar-brand-sub{display:none}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-x59EyKmm.woff2) format("woff2"),url(/assets/Phosphor-DVuTvPfB.woff) format("woff"),url(/assets/Phosphor-yfsDooQ_.ttf) format("truetype"),url(/assets/Phosphor-CiiF8d5l.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;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-address-book: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-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-air-traffic-control: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-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-archive-tray: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-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-line-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-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-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-arrows-split:before{content:""}.ph.ph-arrows-vertical: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-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right: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-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times: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-baby: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-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap: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-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-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-bird: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-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food: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-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-buildings:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly: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-plus: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-cardholder:before{content:""}.ph.ph-cards: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-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-car-simple: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-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-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-church: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-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-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-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-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass: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-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-credit-card: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-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-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-dev-to-logo: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-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-dribbble-logo:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom: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-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-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-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather: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-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before,.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-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,.ph.ph-file-search: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-rs:before{content:""}.ph.ph-files: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-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-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-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-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-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-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.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-football:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife: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-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-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request: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-stand:before{content:""}.ph.ph-goggles: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-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-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hand-coins: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-pointing:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hands-praying: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-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heartbeat: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-hexagon:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse: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-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-images:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity: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-jeep:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-key-return: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-laptop:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf: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-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-linkedin-logo: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-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-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lockers: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-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-map-pin:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-trifold: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-math-operations: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-messenger-logo:before{content:""}.ph.ph-meta-logo: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-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-monitor: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-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-note-simple: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-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo: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-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange-slice: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-pants:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt: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-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line: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-pen-nib:before{content:""}.ph.ph-pen-nib-straight: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-run: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-outgoing:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash: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-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel: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-playlist:before{content:""}.ph.ph-play-pause: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-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,.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-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud: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-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once: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-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning: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-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-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-signature:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out: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-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-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-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-spinner: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-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp: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-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-subtitles:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square: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-sunglasses:before{content:""}.ph.ph-sun-horizon: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-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-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-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-a-underline:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-textbox: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-t:before{content:""}.ph.ph-text-underline: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-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-timer:before{content:""}.ph.ph-tipi: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-tote:before{content:""}.ph.ph-tote-simple: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-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-t-shirt: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-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-circle: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-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault: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-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus: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-watch:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waves: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-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-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-square:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
