.mb-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--mb-surface-overlay);display:flex;align-items:center;justify-content:center;z-index:var(--mb-z-modal)}.mb-dialog-close{position:absolute;top:var(--mb-space-4);right:var(--mb-space-4);width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:var(--mb-text-muted);cursor:pointer;font-size:var(--mb-text-lg);border-radius:var(--mb-radius-sm);transition:all var(--mb-transition-base)}.mb-dialog-icon-header{display:flex;align-items:flex-start;gap:var(--mb-space-3)}.mb-dialog-body{padding:0 var(--mb-space-6) var(--mb-space-4);display:flex;flex-direction:column;gap:var(--mb-space-4)}.mb-dialog-context-row{display:flex;justify-content:space-between;margin-bottom:var(--mb-space-1)}.mb-dialog-note{display:flex;align-items:flex-start;gap:var(--mb-space-2);padding:var(--mb-space-3);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs)}.mb-dialog-note-list{display:flex;flex-direction:column;gap:var(--mb-space-1);padding-left:var(--mb-space-5);margin-top:var(--mb-space-2)}.mb-dialog-note-list span{display:flex;align-items:center;gap:var(--mb-space-1-5)}.mb-dialog-note-list i{font-size:12px;margin-top:0}.mb-dialog-footer{display:flex;justify-content:flex-end;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-4) var(--mb-space-6);background:var(--mb-surface-subtle);border-top:1px solid var(--mb-border-default)}.mb-dialog-secondary-action{margin-right:auto;background:none;border:none;padding:0;font-family:var(--mb-font-body);font-size:var(--mb-text-xs);color:var(--mb-text-link);cursor:pointer;text-decoration:none}.mb-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--mb-space-2);font-family:var(--mb-font-body);font-weight:var(--mb-weight-medium);border-radius:var(--mb-radius-md);border:1px solid transparent;cursor:pointer;transition:all var(--mb-transition-base);line-height:var(--mb-leading-tight);white-space:nowrap;text-decoration:none}.mb-btn--ghost{background:transparent;color:var(--mb-text-secondary);border-color:transparent}.mb-btn--dirty{border:2px solid var(--mb-color-warning-500);background:var(--mb-color-warning-200);color:var(--mb-color-warning-700);animation:mb-btn-pulse 2s ease-in-out infinite}.mb-btn__spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:mb-btn-spin .6s linear infinite}.mb-input{width:100%;padding:var(--mb-space-2) var(--mb-space-3);font-family:var(--mb-font-body);font-size:var(--mb-text-sm);color:var(--mb-text-primary);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);outline:none;transition:all var(--mb-transition-base)}.mb-textarea{min-height:80px;resize:vertical;line-height:var(--mb-leading-relaxed)}.mb-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256'%3E%3Cpath fill='%23968d7e' d='M213.66 101.66l-80 80a8 8 0 01-11.32 0l-80-80A8 8 0 0153.66 90.34L128 164.69l74.34-74.35a8 8 0 0111.32 11.32z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--mb-space-3) center;padding-right:var(--mb-space-8);cursor:pointer}.mb-input-wrap{position:relative;width:100%}.mb-input-wrap--icon-left .mb-input-icon{position:absolute;left:var(--mb-space-3);top:50%;transform:translateY(-50%);font-size:16px;color:var(--mb-text-muted);pointer-events:none}.mb-input-suffix{position:absolute;right:var(--mb-space-3);top:50%;transform:translateY(-50%);display:flex;align-items:center}.mb-input-counter{font-size:10px;color:var(--mb-text-muted);pointer-events:none}.mb-input-action{background:none;border:none;color:var(--mb-text-muted);cursor:pointer;font-size:16px;padding:0;display:flex;align-items:center;transition:color var(--mb-transition-base)}.mb-field{display:flex;flex-direction:column;gap:0}.mb-field-error{font-size:var(--mb-text-xs);color:var(--mb-color-error-600);margin-top:var(--mb-space-1);display:flex;align-items:center;gap:var(--mb-space-1)}.mb-search-select{position:relative;width:100%}.mb-search-select button.mb-select{width:100%;text-align:left;display:flex;align-items:center}.mb-search-select-dropdown{position:absolute;top:calc(100% + var(--mb-space-1));left:0;right:0;background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);z-index:var(--mb-z-dropdown);max-height:240px}.mb-search-select-option{width:100%;display:flex;flex-direction:column;padding:var(--mb-space-2) var(--mb-space-3);font-family:var(--mb-font-body);background:none;border:none;cursor:pointer;text-align:left;transition:background var(--mb-transition-base)}.mb-search-select-option-top{display:flex;justify-content:space-between;align-items:center;gap:var(--mb-space-2)}.mb-search-input{position:relative;max-width:20rem}.mb-search-input i{position:absolute;left:var(--mb-space-3);top:50%;transform:translateY(-50%);font-size:var(--mb-text-md);color:var(--mb-text-muted);pointer-events:none}.mb-alert{display:flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-3) var(--mb-space-4);border-radius:var(--mb-radius-md);font-size:var(--mb-text-sm);border:1px solid transparent}.mb-alert-content{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-login{background:var(--mb-color-neutral-100);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--mb-space-4)}.mb-login-container{display:flex;width:100%;max-width:60rem;min-height:35rem;border-radius:var(--mb-radius-2xl);overflow:hidden;box-shadow:var(--mb-shadow-xl)}.mb-login-brand{width:26.25rem;flex-shrink:0;background:var(--mb-color-neutral-950);padding:var(--mb-space-10);display:flex;flex-direction:column;justify-content:space-between;color:var(--mb-color-neutral-0);position:relative;overflow:hidden}.mb-login-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgb(var(--mb-color-primary-rgb, 244 127 22) / 8%) 1px,transparent 1px);background-size:var(--mb-space-6) var(--mb-space-6)}.mb-login-brand:after{content:"";position:absolute;bottom:-6.25rem;right:-6.25rem;width:25rem;height:25rem;border-radius:50%;background:radial-gradient(circle,rgb(var(--mb-color-primary-rgb, 244 127 22) / 15%),transparent 70%)}.mb-login-brand>*{position:relative;z-index:1}.mb-login-brand-logo{display:flex;align-items:center;gap:var(--mb-space-3)}.mb-login-brand-logo-icon{width:var(--mb-space-10);height:var(--mb-space-10);background:var(--mb-color-primary-500);border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xl)}.mb-login-brand-logo-text{font-family:var(--mb-font-display);font-size:var(--mb-text-xl);font-weight:var(--mb-weight-bold)}.mb-login-brand-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:var(--mb-space-4)}.mb-login-brand-heading{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);line-height:var(--mb-leading-tight);color:var(--mb-color-neutral-0)}.mb-login-brand-heading-accent{color:var(--mb-color-primary-400)}.mb-login-brand-text{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed)}.mb-login-brand-features{display:flex;flex-direction:column;gap:var(--mb-space-3);margin-top:var(--mb-space-4)}.mb-login-brand-feature{display:flex;align-items:center;gap:var(--mb-space-3);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-300)}.mb-login-brand-feature-icon{width:var(--mb-space-8);height:var(--mb-space-8);border-radius:var(--mb-radius-sm);background:rgb(var(--mb-color-primary-rgb, 244 127 22) / 10%);color:var(--mb-color-primary-400);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-md);flex-shrink:0}.mb-login-brand-footer{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-600)}.mb-login-form-panel{flex:1;background:var(--mb-surface-card);padding:var(--mb-space-10);display:flex;flex-direction:column;justify-content:center}.mb-login-form-header{margin-bottom:var(--mb-space-8)}.mb-login-form-title{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);margin-bottom:var(--mb-space-2)}.mb-login-form-subtitle{font-size:var(--mb-text-sm);color:var(--mb-text-secondary)}.mb-login-form{display:flex;flex-direction:column;gap:var(--mb-space-4)}.mb-login-submit{width:100%;margin-top:var(--mb-space-2)}.mb-login-divider{display:flex;align-items:center;gap:var(--mb-space-3);margin:var(--mb-space-6) 0;color:var(--mb-text-muted);font-size:var(--mb-text-xs)}.mb-login-divider:before,.mb-login-divider:after{content:"";flex:1;height:1px;background:var(--mb-color-neutral-200)}.mb-login-google{width:100%}.mb-login-footer{text-align:center;font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-6)}@media(max-width:768px){.mb-login-brand{display:none}.mb-login-container{min-height:auto;border-radius:var(--mb-radius-xl)}.mb-login-form-panel{padding:var(--mb-space-6)}}.mb-input-prefix-wrap{display:flex;border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow:hidden;transition:all var(--mb-transition-base)}.mb-input-prefix-wrap:focus-within{border-color:var(--mb-border-focus);box-shadow:var(--mb-ring)}.mb-input-prefix{display:flex;align-items:center;padding:var(--mb-space-2) var(--mb-space-3);background:var(--mb-surface-subtle);border-right:1px solid var(--mb-border-default);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);color:var(--mb-text-muted);white-space:nowrap;flex-shrink:0;-webkit-user-select:none;user-select:none}.mb-input-borderless{flex:1;min-width:0;padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);border:none;background:var(--mb-surface-card);color:var(--mb-text-primary);outline:none}.mb-input-borderless::placeholder{color:var(--mb-text-muted)}.mb-plan-cards{display:flex;flex-direction:column;gap:var(--mb-space-2)}.mb-plan-card{display:flex;align-items:flex-start;gap:var(--mb-space-3);padding:var(--mb-space-3);border:2px solid var(--mb-border-default);border-radius:var(--mb-radius-md);cursor:pointer;transition:all var(--mb-transition-base)}.mb-plan-card:hover{border-color:var(--mb-border-strong);background:var(--mb-surface-subtle)}.mb-plan-card--selected{border-color:var(--mb-color-primary-400);background:var(--mb-color-primary-50)}.mb-plan-card input[type=radio]{margin-top:2px;flex-shrink:0;accent-color:var(--mb-color-primary-500)}.mb-plan-card-info{flex:1;min-width:0}.mb-plan-card-name{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);margin-bottom:2px}.mb-plan-card-price{font-weight:var(--mb-weight-normal);color:var(--mb-text-muted);margin-left:var(--mb-space-1)}.mb-plan-card-desc{font-size:var(--mb-text-xs);color:var(--mb-text-muted);line-height:1.5}.mb-tenant-switcher{display:flex;align-items:center;gap:var(--mb-space-3);width:100%;padding:var(--mb-space-3) var(--mb-space-2);border:1px solid transparent;border-radius:var(--mb-radius-lg);background:none;color:inherit;text-align:left;cursor:pointer;transition:background var(--mb-transition-base),border-color var(--mb-transition-base)}.mb-tenant-switcher:hover{background:#ffffff0d}.mb-tenant-switcher--open{background:var(--mb-color-neutral-900);border-color:#ffffff1a;border-bottom-color:transparent;border-radius:var(--mb-radius-lg) var(--mb-radius-lg) 0 0;color:var(--mb-color-neutral-200)}.mb-tenant-switcher-logo{width:2.25rem;height:2.25rem;border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0;background:var(--mb-tenant-color-light, var(--mb-color-primary-100));color:var(--mb-tenant-color-dark, var(--mb-color-primary-700))}.mb-tenant-switcher-info{flex:1;min-width:0}.mb-tenant-switcher-name{font-family:var(--mb-font-display);font-weight:var(--mb-weight-semibold);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mb-tenant-switcher-plan{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500)}.mb-tenant-switcher-caret{font-size:var(--mb-text-base);color:var(--mb-color-neutral-500);flex-shrink:0;transition:transform var(--mb-transition-base)}.mb-tenant-switcher--open .mb-tenant-switcher-caret{transform:rotate(180deg)}.mb-tenant-switcher-root{position:relative;margin-bottom:var(--mb-space-2)}.mb-tenant-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--mb-color-neutral-900);border:1px solid rgb(255 255 255 / 10%);border-top:none;border-radius:0 0 var(--mb-radius-lg) var(--mb-radius-lg);box-shadow:var(--mb-shadow-xl);padding:var(--mb-space-1-5);z-index:var(--mb-z-dropdown)}.mb-tenant-dropdown-label{font-size:.625rem;font-weight:var(--mb-weight-semibold);color:var(--mb-color-neutral-600);text-transform:uppercase;letter-spacing:.08em;padding:var(--mb-space-2) var(--mb-space-2) var(--mb-space-1)}.mb-tenant-dropdown-item{display:flex;align-items:center;gap:var(--mb-space-3);width:100%;padding:var(--mb-space-2);border:none;border-radius:var(--mb-radius-md);background:none;cursor:pointer;text-align:left;transition:background var(--mb-transition-base)}.mb-tenant-dropdown-item:hover{background:#ffffff12}.mb-tenant-dropdown-item--active{background:#ffffff0d}.mb-tenant-dropdown-logo{width:2.25rem;height:2.25rem;border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0}.mb-tenant-dropdown-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mb-tenant-dropdown-name{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-color-neutral-100);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--mb-font-display)}.mb-tenant-dropdown-meta{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-tenant-dropdown-plan{font-size:.625rem;color:var(--mb-color-neutral-500)}.mb-tenant-dropdown-role{font-size:.625rem;font-weight:var(--mb-weight-medium);padding:1px var(--mb-space-1-5);border-radius:var(--mb-radius-sm);background:#ffffff14;color:var(--mb-color-neutral-400)}.mb-tenant-dropdown-check{font-size:1rem;color:var(--mb-color-primary-400);flex-shrink:0}.mb-tenant-dropdown-divider{height:1px;background:#ffffff14;margin:var(--mb-space-2) 0}.mb-tenant-dropdown-create{display:flex;align-items:center;gap:var(--mb-space-2);width:100%;padding:var(--mb-space-2);border:none;border-radius:var(--mb-radius-md);background:none;font-size:var(--mb-text-sm);font-family:var(--mb-font-body);font-weight:var(--mb-weight-medium);color:var(--mb-color-primary-400);cursor:pointer;text-align:left;transition:background var(--mb-transition-base)}.mb-tenant-dropdown-create:hover{background:#ffffff12}.mb-tenant-dropdown-create i{font-size:1rem}.mb-sidebar{position:relative;width:var(--mb-sidebar-width);background:var(--mb-surface-sidebar);color:var(--mb-color-neutral-100);display:flex;flex-direction:column;padding:var(--mb-space-4);gap:var(--mb-space-2);height:100vh}.mb-sidebar-tenant{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-3) var(--mb-space-2);margin-bottom:var(--mb-space-4);border-radius:var(--mb-radius-md);transition:background var(--mb-transition-base);cursor:pointer}.mb-sidebar-tenant-logo{width:2.25rem;height:2.25rem;border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0;background:var(--mb-tenant-color-light, var(--mb-color-primary-100));color:var(--mb-tenant-color-dark, var(--mb-color-primary-700))}.mb-sidebar-tenant-caret{font-size:var(--mb-text-base);color:var(--mb-color-neutral-500)}.mb-sidebar-tenant-name{font-family:var(--mb-font-display);font-weight:var(--mb-weight-semibold);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-sidebar-nav{display:flex;flex-direction:column;gap:var(--mb-space-1);flex:1}.mb-sidebar-section-label{font-size:.625rem;font-weight:var(--mb-weight-semibold);color:var(--mb-color-neutral-600);text-transform:uppercase;letter-spacing:.08em;padding:var(--mb-space-4) var(--mb-space-3) var(--mb-space-1)}.mb-sidebar-link{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-3);border-radius:var(--mb-radius-md);color:var(--mb-color-neutral-400);text-decoration:none;font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);transition:all var(--mb-transition-base)}.mb-sidebar-link:hover{background:#ffffff14;color:var(--mb-color-neutral-100)}.mb-sidebar-link i{font-size:var(--mb-text-lg);opacity:.7;width:var(--mb-text-lg);text-align:center}.mb-sidebar-badge{margin-left:auto;background:var(--mb-color-primary-500);color:var(--mb-color-neutral-0);font-size:.625rem;font-weight:var(--mb-weight-bold);padding:var(--mb-space-0-5) var(--mb-space-1-5);border-radius:var(--mb-radius-full)}.mb-sidebar-footer{border-top:1px solid rgb(255 255 255 / 8%);padding-top:var(--mb-space-3);display:flex;flex-direction:column;gap:var(--mb-space-2)}.mb-sidebar-branding{display:flex;align-items:center;justify-content:center;gap:var(--mb-space-2);padding:var(--mb-space-3);margin-top:var(--mb-space-2);border-top:1px solid rgb(255 255 255 / 8%);font-size:var(--mb-text-xs);color:var(--mb-color-neutral-600)}.mb-breadcrumb{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-breadcrumb-item{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-breadcrumb-sep{color:var(--mb-color-neutral-300)}.mb-breadcrumb-current{color:var(--mb-text-primary);font-weight:var(--mb-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:12.5rem}.mb-breadcrumb-link{color:var(--mb-text-muted);text-decoration:none;transition:color var(--mb-transition-base)}.mb-breadcrumb-link:hover{color:var(--mb-text-secondary)}.mb-breadcrumb-home{font-size:var(--mb-text-md);color:var(--mb-text-muted);text-decoration:none;transition:color var(--mb-transition-base)}.mb-breadcrumb-home:hover{color:var(--mb-text-secondary)}.mb-header{display:flex;align-items:center;gap:var(--mb-space-3);flex:1}.mb-header-breadcrumb{flex:1}.mb-header-user{position:relative}.mb-header-avatar-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;border-radius:var(--mb-radius-full);transition:box-shadow var(--mb-transition-base)}.mb-header-avatar-btn:hover{box-shadow:0 0 0 var(--mb-space-0-5) var(--mb-border-default)}.mb-header-dropdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--mb-z-dropdown)}.mb-header-dropdown{position:absolute;right:0;top:calc(100% + var(--mb-space-1));z-index:calc(var(--mb-z-dropdown) + 1);width:13rem;background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);box-shadow:var(--mb-shadow-lg);padding:var(--mb-space-1);overflow:hidden}.mb-header-dropdown-info{padding:var(--mb-space-3);border-bottom:1px solid var(--mb-border-default);margin-bottom:var(--mb-space-1)}.mb-header-dropdown-info-name{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary)}.mb-header-dropdown-info-email{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-0-5)}.mb-header-dropdown-info-role{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-1);text-transform:capitalize}.mb-header-dropdown-item{display:flex;align-items:center;gap:var(--mb-space-2);width:100%;padding:var(--mb-space-2) var(--mb-space-3);border:none;background:none;border-radius:var(--mb-radius-sm);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);color:var(--mb-text-secondary);cursor:pointer;transition:all var(--mb-transition-base);text-align:left}.mb-header-dropdown-item:hover{background:var(--mb-surface-subtle);color:var(--mb-text-primary)}.mb-header-dropdown-item i{font-size:var(--mb-text-md)}.mb-app-shell{display:flex;height:100vh;overflow:hidden}.mb-app-shell-sidebar{display:none}@media(min-width:1024px){.mb-app-shell-sidebar{display:block}}.mb-app-shell-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--mb-z-overlay);background:var(--mb-surface-overlay)}.mb-app-shell-mobile-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:var(--mb-z-modal);width:var(--mb-sidebar-width)}.mb-app-shell-main{display:flex;flex-direction:column;flex:1;overflow:hidden}.mb-app-shell-topbar{display:flex;align-items:center;height:var(--mb-topbar-height);padding:0 var(--mb-space-4);border-bottom:1px solid var(--mb-border-default);background:var(--mb-surface-card);gap:var(--mb-space-3)}@media(min-width:1024px){.mb-app-shell-topbar{padding:0 var(--mb-space-6)}}.mb-app-shell-menu-btn{display:block;padding:var(--mb-space-1-5);border-radius:var(--mb-radius-md);border:none;background:none;cursor:pointer;font-size:var(--mb-text-xl);color:var(--mb-text-primary);transition:background var(--mb-transition-base)}.mb-app-shell-menu-btn:hover{background:var(--mb-surface-card-hover)}@media(min-width:1024px){.mb-app-shell-menu-btn{display:none}}.mb-app-shell-content{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:var(--mb-space-4);background:var(--mb-surface-page)}@media(min-width:1024px){.mb-app-shell-content{padding:var(--mb-space-6)}}.mb-app-shell-loading{display:flex;align-items:center;justify-content:center;height:100vh}.mb-badge{display:inline-flex;align-items:center;gap:var(--mb-space-1);padding:var(--mb-space-1) var(--mb-space-3);font-family:var(--mb-font-body);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-semibold);line-height:1;white-space:nowrap;border-radius:var(--mb-radius-full);border:1px solid transparent}.mb-dashboard-welcome-title{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);margin-bottom:var(--mb-space-1)}.mb-dashboard-welcome-subtitle{color:var(--mb-text-secondary);font-size:var(--mb-text-sm)}.mb-dashboard-alerts{display:flex;flex-direction:column;gap:var(--mb-space-4);margin-bottom:var(--mb-space-6)}.mb-dashboard-tabs-nav{display:flex;align-items:center;gap:var(--mb-space-1);margin-bottom:var(--mb-space-4)}.mb-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mb-space-4);margin-bottom:var(--mb-space-6);margin-top:var(--mb-space-6)}@media(max-width:1023px){.mb-dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.mb-dashboard-stats{grid-template-columns:1fr}}.mb-dashboard-stat-icon--delivered{background:var(--mb-color-primary-100);color:var(--mb-color-primary-600)}.mb-dashboard-stat-icon--opened{background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-600)}.mb-dashboard-stat-icon--clicked{background:var(--mb-color-success-100);color:var(--mb-color-success-600)}.mb-dashboard-stat-icon--bounced{background:var(--mb-color-error-100);color:var(--mb-color-error-600)}.mb-dashboard-campaign-info{display:flex;flex-direction:column;gap:var(--mb-space-0-5)}.mb-dashboard-campaign-title{font-weight:var(--mb-weight-medium);color:var(--mb-text-primary)}.mb-dashboard-campaign-subject{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-rate-good{color:var(--mb-color-success-600);font-weight:var(--mb-weight-medium)}.mb-rate-ok{color:var(--mb-color-secondary-600);font-weight:var(--mb-weight-medium)}.mb-rate-bad{color:var(--mb-color-error-600);font-weight:var(--mb-weight-medium)}.mb-rate-zero{color:var(--mb-text-muted)}.mb-chart-tooltip{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);padding:var(--mb-space-3) var(--mb-space-4);font-size:var(--mb-text-xs);box-shadow:var(--mb-shadow-md);min-width:160px}.mb-chart-tooltip-title{font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);margin-bottom:var(--mb-space-1);font-size:var(--mb-text-sm)}.mb-chart-tooltip-date{color:var(--mb-text-muted);margin-bottom:var(--mb-space-2);font-size:var(--mb-text-xs)}.mb-chart-tooltip-row{margin-top:var(--mb-space-1)}.mb-dashboard-half{max-width:50%;margin-bottom:var(--mb-space-6)}@media(max-width:1023px){.mb-dashboard-half{max-width:100%}}.mb-dashboard-table-loading,.mb-dashboard-table-empty{padding:var(--mb-space-8);text-align:center;font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-data-table{display:flex;flex-direction:column;gap:var(--mb-space-4);flex:1;min-height:0}.mb-data-table-toolbar{display:flex;align-items:center;gap:var(--mb-space-4)}.mb-data-table-search{position:relative;flex:1;max-width:20rem}.mb-data-table-search i{position:absolute;left:var(--mb-space-3);top:50%;transform:translateY(-50%);font-size:var(--mb-text-md);color:var(--mb-text-muted);pointer-events:none}.mb-data-table-search .mb-input{padding-left:var(--mb-space-8)}.mb-data-table-toolbar-right{display:flex;align-items:center;gap:var(--mb-space-2);flex:1;justify-content:flex-end}.mb-data-table-selection-count{font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-data-table-wrap{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);overflow:hidden;flex:1;display:flex;flex-direction:column}.mb-data-table-table{width:100%;font-size:var(--mb-text-sm);border-collapse:collapse}.mb-data-table-table thead{z-index:1}.mb-data-table-table thead tr{border-bottom:1px solid var(--mb-border-default);background:var(--mb-surface-subtle)}.mb-data-table-table th{padding:var(--mb-space-3) var(--mb-space-4);text-align:left;font-weight:var(--mb-weight-medium);color:var(--mb-text-secondary);font-size:var(--mb-text-xs);text-transform:uppercase;letter-spacing:var(--mb-tracking-wide);white-space:nowrap}.mb-data-table-table th.mb-text-right,.mb-data-table-table td.mb-text-right{text-align:right}.mb-data-table-th-checkbox{width:2.5rem;padding-left:var(--mb-space-3);padding-right:var(--mb-space-3)}.mb-data-table-table td{padding:var(--mb-space-3) var(--mb-space-4);color:var(--mb-text-primary);border-bottom:1px solid var(--mb-border-default)}.mb-data-table-table tbody tr:last-child td{border-bottom:none}.mb-data-table-table tbody tr{transition:background var(--mb-transition-base)}.mb-data-table-table tbody tr:hover{background:var(--mb-surface-subtle)}.mb-data-table-table tbody tr.mb-data-table-row--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.mb-data-table-table tbody tr.mb-data-table-row--selected{background:rgb(var(--mb-color-primary-rgb) / 10%)}.mb-data-table-table .mb-table-row-actions{opacity:1}.mb-data-table-empty{padding:var(--mb-space-8) var(--mb-space-4);text-align:center;color:var(--mb-text-muted);font-size:var(--mb-text-sm)}.mb-data-table-empty-state{padding:0;height:100%}.mb-data-table-empty-state .mb-empty-state{min-height:100%;border:none}tr:has(.mb-data-table-empty-state):hover{background:none!important}.mb-data-table-skeleton{height:var(--mb-space-4);border-radius:var(--mb-radius-sm);background:var(--mb-surface-subtle);animation:mb-pulse 1.5s ease-in-out infinite}@keyframes mb-pulse{0%,to{opacity:1}50%{opacity:.4}}.mb-data-table-pagination{display:flex;align-items:center;justify-content:space-between}.mb-data-table-pagination-total{font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-data-table-pagination-controls{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-data-table-pagination-btn{display:inline-flex;align-items:center;padding:var(--mb-space-1) var(--mb-space-3);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);background:none;font-size:var(--mb-text-sm);color:var(--mb-text-primary);cursor:pointer;transition:background var(--mb-transition-base)}.mb-data-table-pagination-btn:hover:not(:disabled){background:var(--mb-surface-subtle)}.mb-data-table-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.mb-data-table-pagination-btn i{font-size:var(--mb-text-md)}.mb-data-table-page-size{padding:var(--mb-space-1) var(--mb-space-2);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);background:none;font-size:var(--mb-text-sm);font-family:var(--mb-font-body);color:var(--mb-text-primary);cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 256 256'%3E%3Cpath fill='%23968d7e' d='M213.66 101.66l-80 80a8 8 0 01-11.32 0l-80-80A8 8 0 0153.66 90.34L128 164.69l74.34-74.35a8 8 0 0111.32 11.32z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--mb-space-1) center;padding-right:var(--mb-space-5)}.mb-data-table-pagination-info{font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-status-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mb-space-3);margin-bottom:0}@media(max-width:767px){.mb-status-filters{grid-template-columns:repeat(2,1fr)}}.mb-status-filter{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-4);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);cursor:pointer;transition:all var(--mb-transition-base);text-align:left}.mb-status-filter:hover{border-color:var(--mb-color-neutral-300);box-shadow:var(--mb-shadow-sm)}.mb-status-filter--active{border-color:var(--mb-color-primary-500);box-shadow:var(--mb-shadow-sm)}.mb-status-filter--disabled{opacity:.5;cursor:default}.mb-status-filter--disabled:hover{border-color:var(--mb-border-default);box-shadow:none}.mb-status-filter-icon{width:2.75rem;height:2.75rem;border-radius:var(--mb-radius-lg);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xl);flex-shrink:0}.mb-status-filter-count{font-family:var(--mb-font-display);font-size:var(--mb-text-xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary)}.mb-status-filter-label{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-dialog.mb-campaigns-create-dialog{width:600px;max-width:600px;height:800px;display:flex;flex-direction:column}.mb-campaigns-create-dialog .mb-dialog-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.mb-campaigns-create-dialog .mb-field{flex-shrink:0}.mb-campaigns-stepper{border:none;background:none;padding:var(--mb-space-4) 0 0;margin:var(--mb-space-2) 0 0}.mb-campaigns-pill-select{display:flex;flex-wrap:wrap;gap:var(--mb-space-2);align-items:center}.mb-pill-remove{background:none;border:none;padding:0;cursor:pointer;font-size:12px;opacity:.5;transition:opacity var(--mb-transition-base);color:inherit;display:flex}.mb-pill-remove:hover{opacity:1}.mb-campaigns-audience-total{font-size:var(--mb-text-xs);color:var(--mb-text-secondary);margin-top:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-3);background:var(--mb-surface-subtle);border-radius:var(--mb-radius-md);font-weight:var(--mb-weight-medium);display:flex;justify-content:space-between;align-items:center}.mb-campaigns-audience-empty{flex:1}.mb-campaigns-audience-preview{flex:1;min-height:0;display:flex;flex-direction:column}.mb-campaigns-preview{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow:hidden;flex:1;display:flex;flex-direction:column}.mb-campaigns-preview-row{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-3);border-bottom:1px solid var(--mb-border-subtle);font-size:var(--mb-text-xs)}.mb-campaigns-preview-avatar{width:24px;height:24px;font-size:9px;flex-shrink:0}.mb-campaigns-preview-email{flex:1;color:var(--mb-text-primary);font-weight:var(--mb-weight-medium)}.mb-campaigns-preview-list{color:var(--mb-text-muted)}.mb-campaigns-preview-loading{flex:1;padding:0}.mb-campaigns-preview-search{display:flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-3);border-bottom:1px solid var(--mb-border-subtle);flex-shrink:0}.mb-campaigns-preview-search i{color:var(--mb-text-muted);font-size:14px;flex-shrink:0}.mb-campaigns-preview-search-input{flex:1;border:none;background:none;font-size:var(--mb-text-xs);font-family:var(--mb-font-body);color:var(--mb-text-primary);outline:none}.mb-campaigns-preview-search-input::placeholder{color:var(--mb-text-muted)}.mb-campaigns-preview-pagination{display:flex;align-items:center;justify-content:space-between;padding:var(--mb-space-2) 0;font-size:var(--mb-text-xs);margin-top:auto}.mb-campaigns-preview-pagination-btns{display:flex;gap:var(--mb-space-1)}.mb-campaigns-review-section{flex-shrink:0}.mb-campaigns-template-preview{flex:1;min-height:0;display:flex;flex-direction:column}.mb-campaigns-template-preview-frame{flex:1;min-height:0;border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow-y:auto;background:var(--mb-surface-subtle);padding:var(--mb-space-3)}.mb-campaigns-template-preview-empty{flex:1}.mb-campaigns-template-preview-iframe{width:100%;min-height:100px;border:none;border-radius:var(--mb-radius-sm);display:block}.mb-campaigns-review-preview{flex:1;min-height:0;display:flex;flex-direction:column}.mb-campaigns-review-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--mb-space-2)}.mb-campaigns-review-preview-frame{flex:1;min-height:0;border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow-y:auto;background:var(--mb-surface-subtle);padding:var(--mb-space-3)}.mb-campaigns-review-preview-iframe{width:100%;min-height:100px;border:none;border-radius:var(--mb-radius-sm);display:block}.mb-campaigns-preview-expand{width:24px;height:24px;border-radius:var(--mb-radius-sm);background:none;border:1px solid var(--mb-border-default);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mb-text-muted);font-size:13px;transition:all var(--mb-transition-base);flex-shrink:0}.mb-campaigns-preview-expand:hover{background:var(--mb-surface-subtle);color:var(--mb-text-primary);border-color:var(--mb-border-strong)}.mb-dialog.mb-campaigns-preview-dialog{width:680px;max-width:680px;height:85vh;max-height:820px;display:flex;flex-direction:column}.mb-campaigns-preview-dialog .mb-dialog-body{flex:1;overflow:hidden;min-height:0;padding:0 var(--mb-space-5) var(--mb-space-5)}.mb-campaigns-preview-dialog-frame{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow:hidden;height:100%;position:relative}.mb-campaigns-preview-dialog-iframe{width:100%;height:100%;border:none;display:block}.mb-dialog.mb-campaigns-recipients-modal{width:520px;max-width:520px;height:600px;display:flex;flex-direction:column;overflow:visible}.mb-campaigns-recipients-modal .mb-dialog-body{flex:1;overflow-y:auto;min-height:0}.mb-campaigns-recipients-search{display:flex;align-items:center;gap:var(--mb-space-2);padding:0 var(--mb-space-5);margin-bottom:var(--mb-space-3)}.mb-campaigns-recipients-search i{color:var(--mb-text-muted);font-size:16px;flex-shrink:0}.mb-campaigns-recipients-search-input{flex:1;border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);color:var(--mb-text-primary);background:var(--mb-surface-card);outline:none;transition:border-color var(--mb-transition-base)}.mb-campaigns-recipients-search-input:focus{border-color:var(--mb-color-primary-400)}.mb-campaigns-recipients-search-input::placeholder{color:var(--mb-text-muted)}.mb-campaigns-recipients-list{display:flex;flex-direction:column}.mb-campaigns-recipients-row{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) 0;border-bottom:1px solid var(--mb-border-subtle)}.mb-campaigns-recipients-row:last-child{border-bottom:none}.mb-campaigns-recipients-avatar{width:32px;height:32px;font-size:11px;flex-shrink:0}.mb-campaigns-recipients-info{flex:1;display:flex;flex-direction:column;min-width:0}.mb-campaigns-recipients-email{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-campaigns-recipients-name{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-campaigns-recipients-list-tag{font-size:var(--mb-text-xs);color:var(--mb-text-muted);flex-shrink:0}.mb-campaigns-recipients-loading{display:flex;align-items:center;justify-content:center;padding:var(--mb-space-8)}.mb-campaigns-recipients-empty{text-align:center;padding:var(--mb-space-8);color:var(--mb-text-muted);font-size:var(--mb-text-sm)}.mb-campaigns-recipients-pagination{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-xs)}.mb-campaigns-recipients-pagination-btns{display:flex;gap:var(--mb-space-1)}.mb-campaigns-filters-wrap{position:relative}.mb-campaigns-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 var(--mb-space-1);border-radius:var(--mb-radius-full);background:var(--mb-color-primary-500);color:var(--mb-color-neutral-0);font-size:10px;font-weight:var(--mb-weight-bold);margin-left:var(--mb-space-1)}.mb-campaigns-filters-panel{position:absolute;top:calc(100% + var(--mb-space-2));right:0;background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);padding:var(--mb-space-3);min-width:420px;z-index:var(--mb-z-dropdown);display:flex;flex-direction:column;gap:var(--mb-space-2)}.mb-campaigns-filter-row{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaigns-filter-row .mb-input{font-size:var(--mb-text-xs);padding:var(--mb-space-1) var(--mb-space-2)}.mb-campaigns-filter-row .mb-select{font-size:var(--mb-text-xs);padding:var(--mb-space-1) var(--mb-space-2);padding-right:var(--mb-space-6)}.mb-campaigns-filter-row input[type=number]{width:80px;flex-shrink:0}.mb-campaigns-filter-add{display:flex;align-items:center;gap:var(--mb-space-1);background:none;border:none;padding:var(--mb-space-1) 0;font-family:var(--mb-font-body);font-size:var(--mb-text-xs);color:var(--mb-text-link);cursor:pointer}.mb-campaigns-filter-add:hover{text-decoration:underline}.mb-campaigns-filter-actions{display:flex;justify-content:flex-end;gap:var(--mb-space-2);padding-top:var(--mb-space-2);border-top:1px solid var(--mb-border-subtle)}.mb-campaigns-page{display:flex;flex-direction:column;gap:var(--mb-space-4);flex:1;min-height:0}.mb-campaign-cell{display:flex;flex-direction:column;gap:2px}.mb-campaign-cell-title{font-weight:var(--mb-weight-medium);color:var(--mb-text-primary)}.mb-campaign-cell-subject{font-size:var(--mb-text-xs);color:var(--mb-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.mb-last-activity{font-size:var(--mb-text-xs);color:var(--mb-text-muted);display:flex;align-items:center;gap:var(--mb-space-1);white-space:nowrap}.mb-last-activity i{font-size:12px}.mb-campaign-lifecycle-stepper{margin-bottom:var(--mb-space-5)}.mb-stepper-step--rejected .mb-stepper-dot{background:var(--mb-color-error-500);border-color:var(--mb-color-error-500);color:var(--mb-color-neutral-0)}.mb-stepper-step--rejected{color:var(--mb-color-error-600)}.mb-stepper-line--rejected{background:var(--mb-color-error-300)}.mb-campaign-detail{display:grid;grid-template-columns:1fr;gap:var(--mb-space-6);padding-bottom:80px}@media(min-width:1024px){.mb-campaign-detail{grid-template-columns:1fr 1fr}}.mb-campaign-detail-left{display:flex;flex-direction:column;gap:var(--mb-space-4);overflow-y:auto}.mb-campaign-detail-right{position:sticky;top:var(--mb-space-6);align-self:start;height:calc(var(--mb-content-height-with-bar) - 5rem)}.mb-campaign-header-card{padding:var(--mb-space-5);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg)}.mb-campaign-header-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--mb-space-3)}.mb-campaign-header-actions{display:flex;align-items:center;gap:var(--mb-space-2);flex-shrink:0}.mb-campaign-header-title{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaign-header-meta{display:flex;align-items:center;gap:var(--mb-space-4);font-size:var(--mb-text-xs);color:var(--mb-text-secondary);margin-top:var(--mb-space-2)}.mb-campaign-header-meta span{display:flex;align-items:center;gap:var(--mb-space-1)}.mb-campaign-header-meta i{font-size:var(--mb-text-sm)}.mb-campaign-recipients-preview{display:flex;align-items:center;gap:var(--mb-space-2);margin-top:var(--mb-space-3)}.mb-campaign-recipients-count{font-size:var(--mb-text-xs);color:var(--mb-text-secondary)}.mb-campaign-form-card{padding:var(--mb-space-5);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg)}.mb-campaign-form-card>.mb-field,.mb-campaign-form-card>.mb-pill-select{margin-top:var(--mb-space-3)}.mb-campaign-form-card-footer{display:flex;justify-content:flex-end;margin-top:var(--mb-space-3)}.mb-campaign-form-card-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);margin-bottom:var(--mb-space-1);display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaign-form-card-title i{font-size:var(--mb-text-base);color:var(--mb-text-muted)}.mb-campaign-form-readonly{padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-sm);color:var(--mb-text-primary);background:var(--mb-surface-subtle);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md)}.mb-campaign-form-lists{display:flex;flex-direction:column;gap:var(--mb-space-2)}.mb-campaign-form-list-label{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);cursor:pointer}.mb-campaign-activity{padding:var(--mb-space-5);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg)}.mb-campaign-activity-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);margin-bottom:var(--mb-space-4);display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaign-activity-list{display:flex;flex-direction:column;position:relative;padding-left:var(--mb-space-6)}.mb-campaign-activity-list:before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:var(--mb-border-default)}.mb-campaign-activity-entry{position:relative;padding:var(--mb-space-2) 0}.mb-campaign-activity-icon{position:absolute;left:calc(-1 * var(--mb-space-6) + 3px);top:12px;width:12px;height:12px;border-radius:var(--mb-radius-full);border:2px solid var(--mb-surface-card)}.mb-campaign-activity-icon--created{background:var(--mb-color-neutral-400)}.mb-campaign-activity-icon--submitted{background:var(--mb-color-warning-500)}.mb-campaign-activity-icon--approved{background:var(--mb-color-success-500)}.mb-campaign-activity-icon--rejected{background:var(--mb-color-error-500)}.mb-campaign-activity-icon--sent{background:var(--mb-color-primary-500)}.mb-campaign-activity-text{font-size:var(--mb-text-xs);color:var(--mb-text-secondary)}.mb-campaign-activity-text strong{color:var(--mb-text-primary);font-weight:var(--mb-weight-medium)}.mb-campaign-activity-time{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-0-5)}.mb-campaign-activity-note{font-size:var(--mb-text-xs);color:var(--mb-text-muted);font-style:italic;margin-top:var(--mb-space-1)}.mb-campaign-preview{background:var(--mb-color-neutral-100);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);display:flex;flex-direction:column;overflow:hidden;height:100%}.mb-campaign-preview-header{display:flex;align-items:center;justify-content:space-between;padding:var(--mb-space-3) var(--mb-space-4);background:var(--mb-surface-card);border-bottom:1px solid var(--mb-border-default)}.mb-campaign-preview-label{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-secondary)}.mb-campaign-preview-tools{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaign-device-toggle{display:flex;align-items:center;border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);background:var(--mb-surface-subtle)}.mb-campaign-device-btn{padding:var(--mb-space-2) var(--mb-space-3);border:none;background:none;border-radius:var(--mb-radius-sm);color:var(--mb-text-muted);cursor:pointer;font-size:var(--mb-text-md);transition:all var(--mb-transition-base);display:flex;align-items:center;justify-content:center}.mb-campaign-device-btn--active{background:var(--mb-surface-card);color:var(--mb-text-primary);box-shadow:var(--mb-shadow-sm)}.mb-campaign-preview-body{flex:1;overflow-y:auto;padding:var(--mb-space-6);display:flex;justify-content:center;min-height:400px}.mb-campaign-preview-frame{background:var(--mb-color-neutral-0);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);width:100%;max-width:600px;overflow:hidden}.mb-campaign-preview-frame--mobile{max-width:375px}.mb-campaign-preview-iframe{width:100%;min-height:400px;border:none;display:block}.mb-campaign-action-bar{position:fixed;bottom:0;left:0;right:0;border-top:1px solid var(--mb-border-default);background:var(--mb-surface-card);padding:var(--mb-space-3) var(--mb-space-6);display:flex;align-items:center;justify-content:space-between;z-index:var(--mb-z-sticky);box-shadow:0 -4px 12px #0000000d}@media(min-width:1024px){.mb-campaign-action-bar{left:var(--mb-sidebar-width)}}.mb-campaign-action-bar-info{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);display:flex;align-items:center;gap:var(--mb-space-2)}.mb-campaign-action-bar-info i{font-size:var(--mb-text-md)}.mb-campaign-action-bar-btns{display:flex;gap:var(--mb-space-2)}.mb-dialog.mb-audience-dialog{width:520px;max-width:520px;height:600px;display:flex;flex-direction:column}.mb-audience-search{padding:0 var(--mb-space-6);flex-shrink:0}.mb-audience-dialog .mb-dialog-body{flex:1;overflow-y:auto;min-height:0}.mb-audience-scroll{display:flex;flex-direction:column}.mb-audience-sentinel{display:flex;align-items:center;justify-content:center;padding:var(--mb-space-3);min-height:var(--mb-space-4)}.mb-campaign-action-icon--draft{color:var(--mb-text-muted)}.mb-campaign-action-icon--pending{color:var(--mb-color-warning-500)}.mb-campaign-action-icon--approved{color:var(--mb-color-success-500)}.mb-campaign-action-icon--rejected{color:var(--mb-color-error-500)}.mb-campaign-action-icon--sending{color:var(--mb-color-primary-500)}.mb-campaign-action-icon--sent{color:var(--mb-color-success-500)}.mb-analytics-summary{display:flex;align-items:center;gap:var(--mb-space-4);padding:var(--mb-space-4) var(--mb-space-5);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);margin-bottom:var(--mb-space-6)}.mb-analytics-summary-info{flex:1}.mb-analytics-summary-title{font-family:var(--mb-font-display);font-size:var(--mb-text-md);font-weight:var(--mb-weight-semibold)}.mb-analytics-summary-meta{font-size:var(--mb-text-xs);color:var(--mb-text-secondary);margin-top:2px;display:flex;align-items:center;gap:var(--mb-space-3)}.mb-analytics-summary-meta i{font-size:var(--mb-text-sm)}.mb-analytics-summary-meta span{display:flex;align-items:center;gap:var(--mb-space-1)}.mb-funnel-filter-badge{display:inline-flex;align-items:center;gap:var(--mb-space-1);margin-left:var(--mb-space-2);padding:var(--mb-space-1) var(--mb-space-2);background:var(--mb-color-primary-50);color:var(--mb-color-primary-600);border:1px solid var(--mb-color-primary-200);border-radius:var(--mb-radius-full);font-size:var(--mb-text-xs);font-family:var(--mb-font-body);font-weight:var(--mb-weight-medium);cursor:pointer;transition:all var(--mb-transition-base)}.mb-funnel-filter-badge:hover{background:var(--mb-color-primary-100)}.mb-funnel-filter-badge i{font-size:10px}.mb-analytics-two-col{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-6);margin-bottom:var(--mb-space-6)}@media(max-width:1024px){.mb-analytics-two-col{grid-template-columns:1fr}}.mb-funnel-card{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);padding:var(--mb-space-5);margin-bottom:var(--mb-space-6)}.mb-funnel{display:flex;align-items:flex-end;gap:var(--mb-space-4);height:220px;padding:0 var(--mb-space-4)}.mb-funnel-step{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.mb-funnel-bar-wrap{width:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;margin-top:var(--mb-space-2)}.mb-funnel-bar{width:100%;border-radius:var(--mb-radius-md) var(--mb-radius-md) 0 0;transition:filter var(--mb-transition-base),transform var(--mb-transition-base);animation:mb-bar-grow .6s ease-out backwards}.mb-funnel-step:nth-child(1) .mb-funnel-bar{animation-delay:0ms}.mb-funnel-step:nth-child(2) .mb-funnel-bar{animation-delay:80ms}.mb-funnel-step:nth-child(3) .mb-funnel-bar{animation-delay:.16s}.mb-funnel-step:nth-child(4) .mb-funnel-bar{animation-delay:.24s}.mb-funnel-step:nth-child(5) .mb-funnel-bar{animation-delay:.32s}@keyframes mb-bar-grow{0%{transform:scaleY(0);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}.mb-funnel-step:hover .mb-funnel-bar{filter:brightness(1.1);transform:scaleX(1.06)}.mb-funnel-step--dimmed{opacity:.35}.mb-funnel-step--active .mb-funnel-bar{filter:brightness(1.1);transform:scaleX(1.08)}.mb-funnel-bar--sent{background:var(--mb-color-primary-400)}.mb-funnel-bar--delivered{background:#818cf8}.mb-funnel-bar--opened{background:var(--mb-color-secondary-400)}.mb-funnel-bar--clicked{background:var(--mb-color-success-500)}.mb-funnel-bar--bounced{background:var(--mb-color-error-400)}.mb-funnel-bar-info{text-align:center;flex-shrink:0}.mb-funnel-bar-value{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary)}.mb-funnel-bar-label{font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);color:var(--mb-text-secondary)}.mb-funnel-bar-rate{font-size:10px;font-weight:var(--mb-weight-medium);color:var(--mb-text-muted)}.mb-benchmark-note{display:flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-3) var(--mb-space-4);background:var(--mb-color-success-50);border:1px solid var(--mb-color-success-500);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs);color:var(--mb-color-success-700);margin-top:var(--mb-space-4)}.mb-benchmark-note i{font-size:var(--mb-text-md)}.mb-chart-card{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);padding:var(--mb-space-5)}.mb-chart-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);margin-bottom:var(--mb-space-3);display:flex;align-items:center;gap:var(--mb-space-2)}.mb-chart-title i{font-size:var(--mb-text-md);color:var(--mb-text-muted)}.mb-chart-legend{display:flex;gap:var(--mb-space-4);margin-top:var(--mb-space-3);font-size:var(--mb-text-xs);color:var(--mb-text-secondary)}.mb-chart-legend-dot{width:10px;height:10px;border-radius:var(--mb-radius-full);display:inline-block;vertical-align:middle;margin-right:var(--mb-space-1)}.mb-link-bar-wrap{height:8px;background:var(--mb-color-neutral-200);border-radius:var(--mb-radius-full);overflow:hidden}.mb-link-bar-fill{height:100%;background:var(--mb-color-secondary-500);border-radius:var(--mb-radius-full)}.mb-link-rank{font-weight:var(--mb-weight-bold);color:var(--mb-text-muted);text-align:center}.mb-link-url{color:var(--mb-text-link);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-link-clicks{font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);text-align:right;white-space:nowrap}.mb-event-icon{display:inline-flex;align-items:center;gap:var(--mb-space-2)}.mb-event-icon i{font-size:var(--mb-text-md)}.mb-event-icon--delivered i{color:var(--mb-color-primary-500)}.mb-event-icon--opened i{color:var(--mb-color-secondary-500)}.mb-event-icon--clicked i{color:var(--mb-color-success-500)}.mb-event-icon--bounced i{color:var(--mb-color-error-500)}.mb-event-icon--complained i{color:var(--mb-color-warning-500)}.mb-analytics-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--mb-space-4)}.mb-dialog.mb-import-dialog{width:820px;height:min(50rem,85vh);display:flex;flex-direction:column}.mb-import-dialog .mb-dialog-body{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.mb-import-preview-table,.mb-import-issues-table,.mb-import-dropzone{flex:1;min-height:0}.mb-import-stepper{margin-top:var(--mb-space-4)}.mb-import-dropzone{border:2px dashed var(--mb-border-strong);border-radius:var(--mb-radius-lg);padding:var(--mb-space-6);text-align:center;cursor:pointer;transition:border-color var(--mb-transition-base);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--mb-space-2);flex:1}.mb-import-dropzone:hover{border-color:var(--mb-color-primary-400)}.mb-import-dropzone>i{font-size:var(--mb-text-3xl);color:var(--mb-text-muted)}.mb-import-dropzone-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary)}.mb-import-dropzone-hint{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-import-dropzone-loading{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-color-primary-600);margin-top:var(--mb-space-2)}.mb-import-mappings{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);flex:1;min-height:0}.mb-import-mapping-head{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);color:var(--mb-text-muted);background:var(--mb-surface-subtle);border-bottom:1px solid var(--mb-border-default);position:sticky;top:0}.mb-import-mapping-head span:first-child{width:180px;flex-shrink:0}.mb-import-mapping-row{display:flex;align-items:center;padding:var(--mb-space-2) var(--mb-space-3);gap:var(--mb-space-3);border-bottom:1px solid var(--mb-border-default);transition:background var(--mb-transition-base)}.mb-import-mapping-row:last-child{border-bottom:none}.mb-import-mapping-row--mapped{background:var(--mb-color-primary-50)}.mb-import-mapping-header{width:180px;font-size:var(--mb-text-sm);color:var(--mb-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.mb-import-mapping-select{flex:1}.mb-import-preview-table{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow:hidden}.mb-import-row--error{background:var(--mb-color-error-50)}.mb-import-cell--error{color:var(--mb-color-error-600);font-weight:var(--mb-weight-medium)}.mb-import-error-tag{display:inline-flex;align-items:center;gap:var(--mb-space-1);font-size:var(--mb-text-xs);color:var(--mb-color-error-600);white-space:nowrap}.mb-import-view-issues{background:none;border:none;cursor:pointer;font-family:var(--mb-font-body);font-size:inherit;color:var(--mb-text-link);text-decoration:underline;padding:0}.mb-import-view-issues:hover{color:var(--mb-text-link-hover)}.mb-import-issues-icon{background:var(--mb-color-error-100);color:var(--mb-color-error-600)}.mb-import-issues-actions{display:flex;gap:var(--mb-space-2);margin-bottom:var(--mb-space-3)}.mb-import-issues-table{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);overflow:hidden}.mb-import-issues-table table,.mb-import-preview-table table{table-layout:fixed;width:100%}.mb-import-issues-table td,.mb-import-issues-table th,.mb-import-preview-table td,.mb-import-preview-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-import-issues-table th:first-child,.mb-import-issues-table td:first-child,.mb-import-preview-table th:first-child,.mb-import-preview-table td:first-child{width:3rem}.mb-import-issues-table td:not(:first-child):not(:last-child),.mb-import-issues-table th:not(:first-child):not(:last-child),.mb-import-preview-table td:not(:first-child):not(:last-child),.mb-import-preview-table th:not(:first-child):not(:last-child){max-width:8rem}.mb-import-issues-table th:last-child,.mb-import-issues-table td:last-child,.mb-import-preview-table th:last-child,.mb-import-preview-table td:last-child{width:auto;overflow:visible;text-overflow:clip;white-space:nowrap}.mb-contacts-layout{display:flex;gap:0;flex:1;min-height:0}.mb-contacts-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:var(--mb-space-4);padding:var(--mb-space-4);background:var(--mb-surface-page);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);position:sticky;top:0;align-self:stretch}@media(max-width:767px){.mb-contacts-sidebar{display:none}}.mb-contacts-sidebar-header{display:flex;align-items:center;justify-content:space-between;min-height:36px}.mb-contacts-new-list{display:flex;gap:var(--mb-space-1)}.mb-contacts-new-list .mb-input{flex:1;padding:var(--mb-space-1) var(--mb-space-2)}.mb-contacts-list-items{display:flex;flex-direction:column;gap:var(--mb-space-1);flex:1;scrollbar-gutter:stable}.mb-contacts-list-item-wrap{position:relative}.mb-contacts-list-item{width:100%;display:flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-3);border-radius:var(--mb-radius-md);font-size:var(--mb-text-sm);text-align:left;border:none;background:none;cursor:pointer;color:var(--mb-text-primary);transition:all var(--mb-transition-base)}.mb-contacts-list-item i{font-size:var(--mb-text-md);color:var(--mb-text-muted);flex-shrink:0}.mb-contacts-list-item:hover{background:var(--mb-surface-card-hover)}.mb-contacts-list-item--active{background:var(--mb-color-primary-100);color:var(--mb-color-primary-700)}.mb-contacts-list-item--active i{color:var(--mb-color-primary-600)}.mb-contacts-list-item-name{font-weight:var(--mb-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.mb-contacts-list-item-count{font-size:var(--mb-text-xs);color:var(--mb-text-muted);flex-shrink:0;background:var(--mb-color-neutral-100);padding:1px 6px;border-radius:var(--mb-radius-full)}.mb-contacts-list-item--active .mb-contacts-list-item-count{background:var(--mb-color-primary-200);color:var(--mb-color-primary-700)}.mb-contacts-selection-bar{display:flex;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-4);margin:var(--mb-space-2) 0;background:var(--mb-color-primary-50);border:1px solid var(--mb-color-primary-200);border-radius:var(--mb-radius-md);font-size:var(--mb-text-sm)}.mb-contacts-selection-count{font-weight:var(--mb-weight-semibold);color:var(--mb-color-primary-700)}.mb-contacts-select-all{font-size:var(--mb-text-xs);color:var(--mb-text-link);background:none;border:none;cursor:pointer;font-family:var(--mb-font-body);text-decoration:underline}.mb-contacts-select-all:hover{color:var(--mb-text-link-hover)}.mb-contacts-selection-actions{display:flex;gap:var(--mb-space-2);margin-left:auto}.mb-contacts-view-header{display:flex;align-items:center;justify-content:space-between;gap:var(--mb-space-3);margin-bottom:var(--mb-space-4);min-height:36px}.mb-contacts-view-title{display:flex;align-items:baseline;gap:var(--mb-space-2)}.mb-contacts-view-list-actions{display:flex;gap:var(--mb-space-1)}.mb-contacts-view-count{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-normal);color:var(--mb-text-muted)}.mb-contacts-view-actions{display:flex;gap:var(--mb-space-2)}.mb-contacts-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:var(--mb-space-4);padding-right:0;padding-bottom:0;background:var(--mb-surface-page)}.mb-contacts-cell{display:flex;align-items:center;gap:var(--mb-space-2)}.mb-contacts-avatar{width:32px;height:32px;border-radius:var(--mb-radius-full);background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-700);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0}.mb-contacts-info{display:flex;flex-direction:column}.mb-contacts-name{font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);line-height:1.3}.mb-contacts-email{font-size:var(--mb-text-xs);color:var(--mb-text-muted);line-height:1.3}.mb-templates-page{display:flex;flex-direction:column;gap:var(--mb-space-4);flex:1;min-height:0}.mb-templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:var(--mb-space-5)}.mb-approvals-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 var(--mb-space-2);border-radius:var(--mb-radius-full);background:var(--mb-color-warning-200);color:var(--mb-color-warning-700);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold)}.mb-approvals-actions{display:flex;gap:var(--mb-space-2)}.mb-domain-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--mb-space-8) var(--mb-space-4);border:1px dashed var(--mb-border-default);border-radius:var(--mb-radius-lg)}.mb-domain-empty .mb-domain-add-form{margin-top:var(--mb-space-4)}.mb-domain-add-form{display:flex;flex-direction:column;gap:var(--mb-space-2);max-width:480px}.mb-domain-add-row{display:flex;gap:var(--mb-space-2)}.mb-domain-add-row .mb-input{flex:1}.mb-domain-info{display:flex;flex-direction:column;gap:var(--mb-space-3)}.mb-domain-info-header{display:flex;align-items:center;justify-content:space-between;gap:var(--mb-space-3);padding:var(--mb-space-4);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md)}.mb-domain-info-name{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm)}.mb-domain-info-name i{font-size:var(--mb-text-base);color:var(--mb-text-muted);line-height:1;flex-shrink:0}.mb-domain-info-actions{display:flex;align-items:center;gap:var(--mb-space-2);flex-shrink:0}.mb-domain-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mb-space-3)}.mb-domain-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--mb-space-1);padding:var(--mb-space-3);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);background:var(--mb-surface-subtle)}.mb-domain-stat-value{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary)}.mb-domain-stat-label{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-domain-dns-collapsible{display:flex;flex-direction:column;gap:var(--mb-space-3)}.mb-domain-dns-toggle{display:flex;align-items:center;gap:var(--mb-space-2);border:none;background:none;color:var(--mb-text-muted);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);cursor:pointer;padding:0;transition:color var(--mb-transition-base)}.mb-domain-dns-toggle:hover{color:var(--mb-text-primary)}.mb-dns-cell{display:flex;align-items:flex-start;gap:var(--mb-space-2)}.mb-dns-code{font-family:var(--mb-font-mono);font-size:var(--mb-text-xs);color:var(--mb-text-secondary);word-break:break-all}.mb-member-menu-wrap{position:relative;display:inline-flex}.mb-member-menu-dropdown{position:absolute;top:calc(100% + var(--mb-space-1));right:0;z-index:var(--mb-z-dropdown);min-width:200px;background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-lg);padding:var(--mb-space-1)}.mb-member-menu-item{display:flex;align-items:center;gap:var(--mb-space-2);width:100%;padding:var(--mb-space-2) var(--mb-space-3);border:none;background:none;border-radius:var(--mb-radius-sm);font-size:var(--mb-text-xs);font-family:var(--mb-font-body);color:var(--mb-text-primary);cursor:pointer;text-align:left;transition:background var(--mb-transition-base)}.mb-member-menu-item i{font-size:14px;flex-shrink:0}.mb-member-menu-item:hover{background:var(--mb-surface-subtle)}.mb-member-menu-item--danger{color:var(--mb-color-error-600)}.mb-member-menu-item--danger:hover{background:var(--mb-color-error-50)}.mb-member-menu-divider{height:1px;background:var(--mb-border-subtle);margin:var(--mb-space-1) 0}.mb-user-avatar--owner{background:var(--mb-color-primary-100);color:var(--mb-color-primary-700)}.mb-user-avatar--admin{background:var(--mb-color-info-100);color:var(--mb-color-info-700)}.mb-user-avatar--editor{background:var(--mb-color-neutral-200);color:var(--mb-color-neutral-700)}.mb-user-avatar--pending{background:var(--mb-color-warning-50);color:var(--mb-color-warning-500)}.mb-settings-tabs{display:flex;flex-direction:column;gap:var(--mb-space-4)}.mb-settings-tabs-nav{display:flex;align-items:center;gap:var(--mb-space-1)}.mb-settings-tab{display:flex;align-items:center;gap:var(--mb-space-1-5);padding:var(--mb-space-2) var(--mb-space-3);border:none;background:none;font-size:var(--mb-text-sm);font-family:var(--mb-font-body);font-weight:var(--mb-weight-medium);color:var(--mb-text-muted);cursor:pointer;border-bottom:2px solid var(--mb-color-neutral-200);transition:color var(--mb-transition-base)}.mb-settings-tab:hover{color:var(--mb-text-primary)}.mb-settings-tab--active{color:var(--mb-text-primary);border-bottom-color:var(--mb-color-primary-500)}.mb-settings-tab-count{font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);padding:0 var(--mb-space-1-5);border-radius:var(--mb-radius-full);background:var(--mb-color-neutral-100);color:var(--mb-text-secondary)}.mb-settings-tab--active .mb-settings-tab-count{background:var(--mb-color-primary-100);color:var(--mb-color-primary-700)}.mb-settings-tabs-spacer{flex:1}.mb-api-key-name{font-weight:var(--mb-weight-medium);font-size:var(--mb-text-sm);display:block}.mb-api-key-prefix{font-family:var(--mb-font-mono);font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:2px;display:block}.mb-api-key-context-card{background:var(--mb-surface-subtle);border-radius:var(--mb-radius-md);overflow:hidden}.mb-api-key-context-card .mb-dialog-context{border-radius:0}.mb-api-key-context-card .mb-btn{width:100%;border-radius:0 0 var(--mb-radius-md) var(--mb-radius-md);border-top:1px solid var(--mb-border-default);justify-content:center}.mb-settings-layout{display:flex;flex-direction:column;gap:var(--mb-space-6);flex:1}.mb-settings-section{display:grid;grid-template-columns:220px 1fr 280px;gap:var(--mb-space-6);padding-bottom:var(--mb-space-6);border-bottom:1px solid var(--mb-border-default)}.mb-settings-section:last-child{border-bottom:none;padding-bottom:0}.mb-settings-section-info{position:sticky;top:var(--mb-space-6);align-self:flex-start}.mb-settings-section-title{display:flex;align-items:center;gap:var(--mb-space-2);margin-bottom:var(--mb-space-2)}.mb-settings-section-title i{font-size:var(--mb-text-xl);color:var(--mb-text-muted)}.mb-settings-section-description{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);line-height:var(--mb-leading-relaxed)}.mb-settings-section-body{display:flex;flex-direction:column;gap:var(--mb-space-4);overflow:visible}.mb-settings-help{position:sticky;top:var(--mb-space-6);align-self:flex-start;padding:var(--mb-space-4);background:var(--mb-surface-subtle);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg)}.mb-settings-help-icon{width:32px;height:32px;border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-md);margin-bottom:var(--mb-space-2);background:var(--mb-color-primary-100);color:var(--mb-color-primary-600)}.mb-settings-help-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);margin-bottom:var(--mb-space-1)}.mb-settings-help-text{font-size:var(--mb-text-xs);color:var(--mb-text-secondary);line-height:var(--mb-leading-relaxed)}.mb-settings-section-body-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:var(--mb-space-2)}.mb-toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-3)}.mb-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--mb-space-4);padding:var(--mb-space-4);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md)}.mb-toggle-info{flex:1}.mb-toggle-title{display:flex;align-items:center;gap:var(--mb-space-2);margin-bottom:var(--mb-space-1)}.mb-toggle-title i{font-size:var(--mb-text-md);color:var(--mb-text-muted)}.mb-toggle-description{font-size:var(--mb-text-xs);color:var(--mb-text-muted);line-height:var(--mb-leading-relaxed)}.mb-user-row{display:flex;align-items:center;gap:var(--mb-space-3)}.mb-user-avatar{width:32px;height:32px;border-radius:var(--mb-radius-full);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0}.mb-user-avatar--owner{background:var(--mb-color-warning-100);color:var(--mb-color-warning-700)}.mb-user-avatar--admin{background:var(--mb-color-primary-100);color:var(--mb-color-primary-700)}.mb-user-avatar--editor{background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-700)}.mb-user-avatar--viewer{background:var(--mb-color-neutral-100);color:var(--mb-color-neutral-600)}.mb-user-info{flex:1;min-width:0}.mb-user-name{font-weight:var(--mb-weight-medium);font-size:var(--mb-text-sm)}.mb-user-email{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-user-you{font-size:var(--mb-text-xs);color:var(--mb-text-muted);font-weight:var(--mb-weight-normal);margin-left:var(--mb-space-1)}.mb-role-picker{display:flex;flex-direction:column;gap:var(--mb-space-2)}.mb-role-option{display:flex;align-items:flex-start;gap:var(--mb-space-3);padding:var(--mb-space-3);border:2px solid var(--mb-border-default);border-radius:var(--mb-radius-md);cursor:pointer;transition:all var(--mb-transition-base)}.mb-role-option--selected{border-color:var(--mb-color-primary-400);background:var(--mb-color-primary-50)}.mb-role-option-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary)}.mb-role-option-radio{margin-top:2px}.mb-role-option-description{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:2px}@media(max-width:1100px){.mb-settings-section{grid-template-columns:240px 1fr}.mb-settings-help{display:none}}@media(max-width:768px){.mb-settings-section,.mb-toggle-grid{grid-template-columns:1fr}}.mb-quick-send{display:flex;flex-direction:column;gap:var(--mb-space-4);flex:1}.mb-quick-send-header .t-subtitle{margin-top:var(--mb-space-1)}.mb-quick-send-top{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-6);align-items:stretch}.mb-quick-send-compose{display:flex;flex-direction:column;gap:var(--mb-space-3)}.mb-quick-send-subject-row{display:flex;gap:var(--mb-space-2);align-items:flex-start}.mb-quick-send-subject-row .mb-input-wrap{flex:1}.mb-quick-send-subject-row .mb-btn{flex-shrink:0}.mb-quick-send-configure-link{display:flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-sm);color:var(--mb-color-warning-700);background:var(--mb-color-warning-50);border:1px solid var(--mb-color-warning-200);border-radius:var(--mb-radius-md);text-decoration:none;transition:background var(--mb-transition-base)}.mb-quick-send-configure-link:hover{background:var(--mb-color-warning-100)}.mb-quick-send-carousel{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);background:var(--mb-surface-subtle);overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between}.mb-quick-send-carousel-track{display:flex;transition:transform .4s ease;flex:1}.mb-quick-send-slide{min-width:100%;padding:var(--mb-space-5)}.mb-quick-send-carousel-dots{display:flex;justify-content:center;gap:var(--mb-space-2);padding-bottom:var(--mb-space-3)}.mb-quick-send-dot{width:8px;height:8px;border-radius:var(--mb-radius-full);border:none;background:var(--mb-color-neutral-300);cursor:pointer;padding:0;transition:background var(--mb-transition-base)}.mb-quick-send-dot--active{background:var(--mb-color-primary-500);width:20px}.mb-quick-send-card-icon{width:36px;height:36px;border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--mb-text-lg);margin-bottom:var(--mb-space-2)}.mb-quick-send-card-icon--primary{background:var(--mb-color-primary-100);color:var(--mb-color-primary-600)}.mb-quick-send-card-icon--secondary{background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-600)}.mb-quick-send-card-desc{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);margin:var(--mb-space-1) 0 var(--mb-space-3);line-height:var(--mb-leading-relaxed)}.mb-quick-send-tips-list{list-style:none;padding:0;margin:var(--mb-space-3) 0 0;display:flex;flex-direction:column;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-text-secondary);line-height:var(--mb-leading-relaxed)}.mb-quick-send-tips-list li:before{content:"→ ";color:var(--mb-color-primary-400);font-weight:var(--mb-weight-medium)}.mb-quick-send-recipient-header{display:flex;align-items:baseline;gap:var(--mb-space-2);margin-bottom:var(--mb-space-1)}.mb-quick-send-recipient-toggle{display:flex;gap:var(--mb-space-1)}.mb-quick-send-tab{padding:2px var(--mb-space-2);font-size:11px;font-weight:var(--mb-weight-medium);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-sm);background:transparent;color:var(--mb-text-muted);cursor:pointer;transition:all var(--mb-transition-base)}.mb-quick-send-tab--active{background:var(--mb-color-primary-50);border-color:var(--mb-color-primary-400);color:var(--mb-color-primary-700)}.mb-quick-send-recent{display:flex;flex-direction:column;gap:var(--mb-space-3);border-top:1px solid var(--mb-border-default);padding-top:var(--mb-space-6)}@media(max-width:900px){.mb-quick-send-top{grid-template-columns:1fr}}.landing-page{font-family:var(--mb-font-body);font-size:var(--mb-text-base);line-height:var(--mb-leading-normal);color:var(--mb-color-neutral-200);background:#0c0a09;-webkit-font-smoothing:antialiased;min-height:100vh}.l-navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#0c0a09d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.l-navbar-inner{max-width:1200px;margin:0 auto;padding:0 var(--mb-space-6);height:64px;display:flex;align-items:center;justify-content:space-between}.l-navbar-logo{display:flex;align-items:center;gap:var(--mb-space-2);text-decoration:none}.l-navbar-logo-icon{width:32px;height:32px;background:var(--mb-color-primary-500);border-radius:var(--mb-radius-md);display:flex;align-items:center;justify-content:center;font-size:18px}.l-navbar-logo-text{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0)}.l-navbar-links{display:flex;align-items:center;gap:var(--mb-space-8)}.l-navbar-link{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-color-neutral-400);text-decoration:none;transition:color var(--mb-transition-base)}.l-navbar-link:hover{color:var(--mb-color-neutral-0)}.l-navbar-actions{display:flex;align-items:center;gap:var(--mb-space-3)}.l-btn{display:inline-flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-4);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);font-family:var(--mb-font-body);border-radius:var(--mb-radius-md);border:none;cursor:pointer;transition:all var(--mb-transition-base);text-decoration:none}.l-btn-ghost{background:none;color:var(--mb-color-neutral-400)}.l-btn-ghost:hover{color:var(--mb-color-neutral-0)}.l-btn-primary{background:var(--mb-color-primary-500);color:#fff}.l-btn-primary:hover{background:var(--mb-color-primary-400);box-shadow:0 0 24px #f47f164d}.l-btn-outline{background:transparent;color:var(--mb-color-neutral-200);border:1px solid rgba(255,255,255,.15)}.l-btn-outline:hover{background:#ffffff0d;border-color:#ffffff40}.l-btn-lg{padding:var(--mb-space-3) var(--mb-space-6);font-size:var(--mb-text-md);border-radius:var(--mb-radius-lg)}.l-container{max-width:1200px;margin:0 auto;padding:0 var(--mb-space-6)}.l-hero{padding:160px 0 100px;position:relative;overflow:hidden}.l-hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(244,127,22,.08),transparent 70%);pointer-events:none}.l-hero>*{position:relative;z-index:1}.l-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-12);align-items:center}.l-hero-content{display:flex;flex-direction:column;gap:var(--mb-space-5)}.l-hero-badge{display:inline-flex;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-1) var(--mb-space-4);background:#f47f161a;border:1px solid rgba(244,127,22,.2);border-radius:var(--mb-radius-full);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);color:var(--mb-color-primary-400);width:fit-content}.l-hero-title{font-family:var(--mb-font-display);font-size:3.25rem;font-weight:var(--mb-weight-extrabold);line-height:1.1;letter-spacing:var(--mb-tracking-tight);color:var(--mb-color-neutral-0)}.l-hero-title span{background:linear-gradient(135deg,var(--mb-color-primary-400),var(--mb-color-primary-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.l-hero-subtitle{font-size:var(--mb-text-lg);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed);max-width:480px}.l-hero-actions{display:flex;align-items:center;gap:var(--mb-space-3);margin-top:var(--mb-space-2)}.l-hero-note{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500);margin-top:var(--mb-space-1)}.l-hero-code{background:#1a1816;border:1px solid rgba(255,255,255,.08);border-radius:var(--mb-radius-xl);overflow:hidden}.l-code-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.l-code-tab{padding:10px 20px;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);color:var(--mb-color-neutral-500);cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all var(--mb-transition-base);font-family:var(--mb-font-body);background:none}.l-code-tab:hover{color:var(--mb-color-neutral-300)}.l-code-tab.active{color:var(--mb-color-primary-400);border-bottom-color:var(--mb-color-primary-400)}.l-code-panels{position:relative;height:400px;overflow:hidden}.l-code-panel{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--mb-space-5) var(--mb-space-6);font-family:var(--mb-font-mono);font-size:13px;line-height:1.9;color:var(--mb-color-neutral-300);overflow-x:auto;white-space:pre;opacity:0;pointer-events:none;transition:opacity .15s ease}.l-code-panel pre{margin:0;font:inherit;color:inherit;white-space:pre}.l-code-panel.active{opacity:1;pointer-events:auto}.ck{color:var(--mb-color-neutral-500)}.cs{color:var(--mb-color-success-500)}.cf{color:var(--mb-color-primary-400)}.cp{color:#c084fc}.cn{color:var(--mb-color-secondary-400)}.cw{color:var(--mb-color-neutral-200)}.co{color:var(--mb-color-neutral-500)}.l-stats{padding:var(--mb-space-12) 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.l-stats-grid{display:flex;align-items:center;justify-content:center;gap:var(--mb-space-16)}.l-stat-item{text-align:center}.l-stat-value{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-extrabold);color:var(--mb-color-primary-400)}.l-stat-label{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500);margin-top:4px}.l-section-header{text-align:center;margin-bottom:var(--mb-space-12)}.l-section-title{font-family:var(--mb-font-display);font-size:var(--mb-text-3xl);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-3)}.l-section-subtitle{font-size:var(--mb-text-md);color:var(--mb-color-neutral-400);max-width:500px;margin:0 auto}.l-pillars{padding:var(--mb-space-20) 0}.l-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mb-space-6)}.l-pillar-card{padding:var(--mb-space-8);border:1px solid rgba(255,255,255,.08);border-radius:var(--mb-radius-xl);background:#ffffff05;transition:all var(--mb-transition-base)}.l-pillar-card:hover{border-color:#f47f164d;background:#ffffff0a}.l-pillar-icon{width:48px;height:48px;border-radius:var(--mb-radius-lg);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:var(--mb-space-5)}.l-pillar-icon.teams{background:#f47f1626;color:var(--mb-color-primary-400)}.l-pillar-icon.devs{background:#1d95a526;color:var(--mb-color-secondary-400)}.l-pillar-icon.agents{background:#22c55e26;color:#4ade80}.l-pillar-title{font-family:var(--mb-font-display);font-size:var(--mb-text-xl);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-3)}.l-pillar-description{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed);margin-bottom:var(--mb-space-5)}.l-pillar-features{display:flex;flex-direction:column;gap:var(--mb-space-3)}.l-pillar-feature{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-300)}.l-pillar-feature i{font-size:16px;color:var(--mb-color-primary-400)}.l-pillar-feature code{font-family:var(--mb-font-mono);font-size:var(--mb-text-xs);background:#ffffff0f;padding:1px 6px;border-radius:4px}.l-features{padding:var(--mb-space-20) 0;border-top:1px solid rgba(255,255,255,.06)}.l-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-12);align-items:center;margin-bottom:var(--mb-space-16)}.l-feature-row:last-child{margin-bottom:0}.l-feature-row.reverse .l-feature-content{order:2}.l-feature-row.reverse .l-feature-mock{order:1}.l-feature-content{display:flex;flex-direction:column;gap:var(--mb-space-4)}.l-feature-label{display:inline-flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-semibold);color:var(--mb-color-primary-400);text-transform:uppercase;letter-spacing:.05em}.l-feature-label i{font-size:16px}.l-feature-title{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);line-height:var(--mb-leading-tight);color:var(--mb-color-neutral-0)}.l-feature-description{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed)}.l-feature-mock{background:#1a1816;border:1px solid rgba(255,255,255,.08);border-radius:var(--mb-radius-xl);overflow:hidden}.l-mock-inner{padding:var(--mb-space-5);display:flex;flex-direction:column;gap:var(--mb-space-4)}.l-mock-approval-card{padding:var(--mb-space-3) var(--mb-space-4);border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--mb-color-warning-500);border-radius:var(--mb-radius-md);display:flex;justify-content:space-between;align-items:center}.l-mock-approval-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-semibold);color:var(--mb-color-neutral-0)}.l-mock-approval-meta{font-size:11px;color:var(--mb-color-neutral-500)}.l-mock-badge{padding:2px 10px;background:#fbbf2426;color:var(--mb-color-warning-400);font-size:10px;font-weight:var(--mb-weight-bold);border-radius:var(--mb-radius-full)}.l-mock-stepper{display:flex;align-items:center;padding:0 var(--mb-space-2)}.l-mock-stepper-step{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.l-mock-stepper-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:var(--mb-weight-bold)}.l-mock-stepper-dot.done{background:var(--mb-color-success-500)}.l-mock-stepper-dot.current{background:var(--mb-color-primary-500)}.l-mock-stepper-dot.pending{background:none;border:2px solid var(--mb-color-neutral-700);color:var(--mb-color-neutral-500)}.l-mock-stepper-label{font-size:9px;color:var(--mb-color-neutral-500)}.l-mock-stepper-step.active .l-mock-stepper-label{color:var(--mb-color-primary-400)}.l-mock-stepper-line{flex:1;height:2px;border-radius:1px;margin-bottom:18px}.l-mock-stepper-line.done{background:var(--mb-color-success-600)}.l-mock-stepper-line.current{background:var(--mb-color-primary-500)}.l-mock-stepper-line.pending{background:var(--mb-color-neutral-800)}.l-mock-actions{display:flex;gap:var(--mb-space-2);justify-content:flex-end}.l-mock-btn-reject{padding:5px 12px;border:1px solid rgba(255,255,255,.1);border-radius:var(--mb-radius-md);font-size:11px;color:var(--mb-color-neutral-400)}.l-mock-btn-approve{padding:5px 12px;background:var(--mb-color-success-500);border-radius:var(--mb-radius-md);font-size:11px;color:#fff;font-weight:var(--mb-weight-semibold)}.l-mock-activity{display:flex;flex-direction:column;gap:8px;padding-top:var(--mb-space-3);border-top:1px solid rgba(255,255,255,.06)}.l-mock-activity-item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--mb-color-neutral-500)}.l-mock-activity-item strong{color:var(--mb-color-neutral-300);font-weight:var(--mb-weight-medium)}.l-mock-activity-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.l-mock-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mb-space-3)}.l-mock-stat-card{padding:12px;border:1px solid rgba(255,255,255,.06);border-radius:var(--mb-radius-md);background:#ffffff05}.l-mock-stat-label{font-size:10px;color:var(--mb-color-neutral-500);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.l-mock-stat-value{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:8px}.l-mock-stat-bar{height:4px;background:#ffffff0f;border-radius:2px;margin-bottom:6px;overflow:hidden}.l-mock-stat-bar-fill{height:100%;border-radius:2px;transition:width .6s ease}.l-mock-stat-pct{font-size:11px;font-weight:var(--mb-weight-semibold)}.l-mock-benchmark{padding:6px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:var(--mb-radius-md);font-size:11px;color:#4ade80;display:flex;align-items:center;gap:var(--mb-space-2)}.l-mock-editor-wrap{display:flex;flex-direction:column}.l-mock-editor-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.l-mock-editor-toolbar-left{display:flex;align-items:center;gap:12px}.l-mock-editor-toolbar-btn{font-size:14px;color:var(--mb-color-neutral-500)}.l-mock-editor-toolbar-btn.active{color:var(--mb-color-primary-400)}.l-mock-editor-toolbar-right{display:flex;align-items:center;gap:8px}.l-mock-device-btn{padding:3px 8px;border-radius:4px;font-size:12px;color:var(--mb-color-neutral-500)}.l-mock-device-btn.active{background:#ffffff14;color:var(--mb-color-neutral-200)}.l-mock-editor{display:flex;height:340px}.l-mock-editor-code{flex:1;padding:16px;font-family:var(--mb-font-mono);font-size:11px;line-height:1.8;color:var(--mb-color-neutral-400);border-right:1px solid rgba(255,255,255,.06);white-space:pre;overflow:auto;margin:0}.l-mock-editor-preview{flex:1;background:#fff;display:flex;flex-direction:column}.l-mock-email-header{width:100%;background:var(--mb-color-primary-500);padding:16px;text-align:center}.l-mock-email-logo{font-family:var(--mb-font-display);font-weight:var(--mb-weight-bold);font-size:14px;color:#fff}.l-mock-email-body{padding:20px 24px;text-align:center;display:flex;flex-direction:column;gap:10px;align-items:center;flex:1;justify-content:center}.l-mock-email-greeting{font-size:16px;font-weight:var(--mb-weight-semibold);color:#1a1a1a}.l-mock-email-text{font-size:12px;color:#6b7280;line-height:1.5;max-width:200px}.l-mock-email-cta{background:var(--mb-color-primary-500);color:#fff;padding:8px 24px;border-radius:6px;font-size:12px;font-weight:var(--mb-weight-semibold)}.l-mock-email-footer{width:100%;padding:12px;text-align:center;font-size:9px;color:#9ca3af;border-top:1px solid #f3f4f6}.l-mock-tag{color:#f97316}.l-mock-var{color:var(--mb-color-primary-400);background:#f47f1626;padding:1px 4px;border-radius:3px}.l-mock-attr{color:var(--mb-color-secondary-400)}.l-mock-val{color:var(--mb-color-success-500)}.l-mock-ln{color:var(--mb-color-neutral-700);margin-right:12px}.l-dev-section{padding:var(--mb-space-20) 0;border-top:1px solid rgba(255,255,255,.06)}.l-dev-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--mb-space-12);align-items:center}.l-dev-layout+.l-dev-layout{margin-top:var(--mb-space-16)}.l-dev-terminal{background:#1a1816;border:1px solid rgba(255,255,255,.08);border-radius:var(--mb-radius-xl);overflow:hidden}.l-dev-terminal-bar{height:36px;background:#ffffff08;display:flex;align-items:center;padding:0 var(--mb-space-4);gap:var(--mb-space-2)}.l-dev-dot{width:10px;height:10px;border-radius:50%}.l-dev-dot.red{background:#ff5f57}.l-dev-dot.yellow{background:#febc2e}.l-dev-dot.green{background:#28c840}.l-dev-terminal-title{margin-left:auto;font-size:11px;color:var(--mb-color-neutral-600);font-family:var(--mb-font-body)}.l-dev-terminal-body{padding:var(--mb-space-5);font-family:var(--mb-font-mono);font-size:var(--mb-text-xs);line-height:2;color:var(--mb-color-neutral-400);white-space:pre}.l-dev-install{font-family:var(--mb-font-mono);font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500);background:#ffffff0a;padding:var(--mb-space-1) var(--mb-space-3);border-radius:var(--mb-radius-sm);display:inline-block;width:fit-content;margin-top:var(--mb-space-2)}.t-comment{color:var(--mb-color-neutral-600)}.t-prompt{color:var(--mb-color-primary-400)}.t-cmd{color:var(--mb-color-neutral-100)}.t-flag{color:var(--mb-color-secondary-400)}.t-str{color:var(--mb-color-success-500)}.t-out{color:var(--mb-color-neutral-500)}.t-fn{color:var(--mb-color-primary-400)}.l-pricing{padding:var(--mb-space-20) 0;border-top:1px solid rgba(255,255,255,.06)}.l-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mb-space-6);max-width:1000px;margin:0 auto}.l-pricing-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:var(--mb-radius-xl);padding:var(--mb-space-8);display:flex;flex-direction:column}.l-pricing-card.popular{border-color:var(--mb-color-primary-500);background:#f47f160a;position:relative}.l-pricing-popular-badge{position:absolute;top:calc(-1 * var(--mb-space-3));left:50%;transform:translate(-50%);padding:var(--mb-space-1) var(--mb-space-4);background:var(--mb-color-primary-500);color:#fff;border-radius:var(--mb-radius-full);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold)}.l-pricing-plan{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-2)}.l-pricing-description{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-500);margin-bottom:var(--mb-space-5)}.l-pricing-price{font-family:var(--mb-font-display);font-size:var(--mb-text-4xl);font-weight:var(--mb-weight-extrabold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-1)}.l-pricing-price span{font-size:var(--mb-text-md);font-weight:var(--mb-weight-normal);color:var(--mb-color-neutral-500)}.l-pricing-period{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500);margin-bottom:var(--mb-space-6)}.l-pricing-features{display:flex;flex-direction:column;gap:var(--mb-space-3);margin-bottom:var(--mb-space-8);flex:1}.l-pricing-feature{display:flex;align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-300)}.l-pricing-feature i{font-size:16px;color:var(--mb-color-primary-400)}.l-pricing-cta{width:100%;text-align:center;justify-content:center}.l-cta{padding:var(--mb-space-20) 0;text-align:center;position:relative;overflow:hidden}.l-cta:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(244,127,22,.08),transparent 70%);pointer-events:none}.l-cta>*{position:relative;z-index:1}.l-cta-emoji{font-size:40px;margin-bottom:var(--mb-space-4)}.l-cta-title{font-family:var(--mb-font-display);font-size:var(--mb-text-3xl);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-3)}.l-cta-subtitle{font-size:var(--mb-text-md);color:var(--mb-color-neutral-500);margin-bottom:var(--mb-space-8);max-width:440px;margin-left:auto;margin-right:auto}.l-cta-actions{display:flex;align-items:center;justify-content:center;gap:var(--mb-space-3)}.l-footer{padding:var(--mb-space-12) 0;border-top:1px solid rgba(255,255,255,.06)}.l-footer-inner{display:flex;align-items:center;justify-content:space-between}.l-footer-logo{display:flex;align-items:center;gap:var(--mb-space-2)}.l-footer-logo-icon{width:28px;height:28px;background:var(--mb-color-primary-500);border-radius:var(--mb-radius-sm);display:flex;align-items:center;justify-content:center;font-size:15px}.l-footer-logo-text{font-family:var(--mb-font-display);font-weight:var(--mb-weight-bold);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-0)}.l-footer-links{display:flex;gap:var(--mb-space-6)}.l-footer-link{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-500);text-decoration:none}.l-footer-link:hover{color:var(--mb-color-neutral-300)}.l-footer-copy{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-600)}.legal-page{font-family:var(--mb-font-body);color:var(--mb-color-neutral-200);background:#0c0a09;min-height:100vh;-webkit-font-smoothing:antialiased}.legal-content{max-width:720px;margin:0 auto;padding:120px var(--mb-space-6) var(--mb-space-20)}.legal-content h1{font-family:var(--mb-font-display);font-size:var(--mb-text-3xl);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-bottom:var(--mb-space-2)}.legal-updated{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-500);margin-bottom:var(--mb-space-10)}.legal-content h2{font-family:var(--mb-font-display);font-size:var(--mb-text-xl);font-weight:var(--mb-weight-bold);color:var(--mb-color-neutral-0);margin-top:var(--mb-space-10);margin-bottom:var(--mb-space-3)}.legal-content p{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed);margin-bottom:var(--mb-space-4)}.legal-content ul{margin-bottom:var(--mb-space-4);padding-left:var(--mb-space-6)}.legal-content li{font-size:var(--mb-text-sm);color:var(--mb-color-neutral-400);line-height:var(--mb-leading-relaxed);margin-bottom:var(--mb-space-2)}.legal-content a{color:var(--mb-color-primary-400);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:var(--mb-color-neutral-200)}.refund-highlight{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:var(--mb-radius-lg);padding:var(--mb-space-6);margin-bottom:var(--mb-space-8)}.refund-highlight p{color:#4ade80;font-weight:var(--mb-weight-medium);margin-bottom:0}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-muted:oklch(96.8% .007 247.858);--color-background:oklch(100% 0 0);--color-foreground:oklch(14.5% .028 261.692);--color-border:oklch(92.2% .012 249.128)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--color-border)}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--mb-font-body,system-ui, -apple-system, sans-serif);margin:0}}@layer components;@layer utilities{.invisible{visibility:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.text-right{text-align:right}.text-muted{color:var(--color-muted)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}@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{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.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,.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,.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,.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,.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,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus: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-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,.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,.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,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent: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-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,.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,.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-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{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Bold!important}.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,.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,.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,.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,.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,.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before,.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before,.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before,.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before,.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before,.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,.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,.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,.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before,.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before,.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before,.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,.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,.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:""}@font-face{font-family:Phosphor-Duotone;src:url(/assets/Phosphor-Duotone-BOGiEKDk.woff2)format("woff2"),url(/assets/Phosphor-Duotone-BFE_OHZm.woff)format("woff"),url(/assets/Phosphor-Duotone-B53-f1eC.ttf)format("truetype"),url(/assets/Phosphor-Duotone-D8lfv-AX.svg#Phosphor-Duotone)format("svg");font-weight:400;font-style:normal;font-display:block}.ph-duotone{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Duotone!important}.ph-duotone.ph-acorn:before{content:"";opacity:.2}.ph-duotone.ph-acorn:after{content:"";margin-left:-1em}.ph-duotone.ph-address-book:before{content:"";opacity:.2}.ph-duotone.ph-address-book:after{content:"";margin-left:-1em}.ph-duotone.ph-address-book-tabs:before{content:"";opacity:.2}.ph-duotone.ph-address-book-tabs:after{content:"";margin-left:-1em}.ph-duotone.ph-air-traffic-control:before{content:"";opacity:.2}.ph-duotone.ph-air-traffic-control:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane:before{content:"";opacity:.2}.ph-duotone.ph-airplane:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-in-flight:before{content:"";opacity:.2}.ph-duotone.ph-airplane-in-flight:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-landing:before{content:"";opacity:.2}.ph-duotone.ph-airplane-landing:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-takeoff:before{content:"";opacity:.2}.ph-duotone.ph-airplane-takeoff:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-taxiing:before{content:"";opacity:.2}.ph-duotone.ph-airplane-taxiing:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-tilt:before{content:"";opacity:.2}.ph-duotone.ph-airplane-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-airplay:before{content:"";opacity:.2}.ph-duotone.ph-airplay:after{content:"";margin-left:-1em}.ph-duotone.ph-alarm:before{content:"";opacity:.2}.ph-duotone.ph-alarm:after{content:"";margin-left:-1em}.ph-duotone.ph-alien:before{content:"";opacity:.2}.ph-duotone.ph-alien:after{content:"";margin-left:-1em}.ph-duotone.ph-align-bottom:before{content:"";opacity:.2}.ph-duotone.ph-align-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-align-bottom-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-bottom-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-align-center-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-horizontal-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-center-horizontal-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-vertical:before{content:"";opacity:.2}.ph-duotone.ph-align-center-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-vertical-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-center-vertical-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-left:before{content:"";opacity:.2}.ph-duotone.ph-align-left:after{content:"";margin-left:-1em}.ph-duotone.ph-align-left-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-left-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-right:before{content:"";opacity:.2}.ph-duotone.ph-align-right:after{content:"";margin-left:-1em}.ph-duotone.ph-align-right-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-right-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-top:before{content:"";opacity:.2}.ph-duotone.ph-align-top:after{content:"";margin-left:-1em}.ph-duotone.ph-align-top-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-top-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-amazon-logo:before{content:"";opacity:.2}.ph-duotone.ph-amazon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-ambulance:before{content:"";opacity:.2}.ph-duotone.ph-ambulance:after{content:"";margin-left:-1em}.ph-duotone.ph-anchor:before{content:"";opacity:.2}.ph-duotone.ph-anchor:after{content:"";margin-left:-1em}.ph-duotone.ph-anchor-simple:before{content:"";opacity:.2}.ph-duotone.ph-anchor-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-android-logo:before{content:"";opacity:.2}.ph-duotone.ph-android-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-angle:before{content:"";opacity:.2}.ph-duotone.ph-angle:after{content:"";margin-left:-1em}.ph-duotone.ph-angular-logo:before{content:"";opacity:.2}.ph-duotone.ph-angular-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-aperture:before{content:"";opacity:.2}.ph-duotone.ph-aperture:after{content:"";margin-left:-1em}.ph-duotone.ph-app-store-logo:before{content:"";opacity:.2}.ph-duotone.ph-app-store-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-app-window:before{content:"";opacity:.2}.ph-duotone.ph-app-window:after{content:"";margin-left:-1em}.ph-duotone.ph-apple-logo:before{content:"";opacity:.2}.ph-duotone.ph-apple-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-apple-podcasts-logo:before{content:"";opacity:.2}.ph-duotone.ph-apple-podcasts-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-approximate-equals:before{content:"";opacity:.2}.ph-duotone.ph-approximate-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-archive:before{content:"";opacity:.2}.ph-duotone.ph-archive:after{content:"";margin-left:-1em}.ph-duotone.ph-armchair:before{content:"";opacity:.2}.ph-duotone.ph-armchair:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-arc-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-arc-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-arc-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-arc-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-double-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-double-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-double-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-double-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrow-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrow-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-in:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-in:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-out:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-out:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrows-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrows-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-down-up:before{content:"";opacity:.2}.ph-duotone.ph-arrows-down-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-cardinal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-cardinal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-line-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-line-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-simple:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-left-right:before{content:"";opacity:.2}.ph-duotone.ph-arrows-left-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-merge:before{content:"";opacity:.2}.ph-duotone.ph-arrows-merge:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-cardinal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-cardinal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-line-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-line-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-simple:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-split:before{content:"";opacity:.2}.ph-duotone.ph-arrows-split:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-article:before{content:"";opacity:.2}.ph-duotone.ph-article:after{content:"";margin-left:-1em}.ph-duotone.ph-article-medium:before{content:"";opacity:.2}.ph-duotone.ph-article-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-article-ny-times:before{content:"";opacity:.2}.ph-duotone.ph-article-ny-times:after{content:"";margin-left:-1em}.ph-duotone.ph-asclepius:before{content:"";opacity:.2}.ph-duotone.ph-asclepius:after{content:"";margin-left:-1em}.ph-duotone.ph-asterisk:before{content:"";opacity:.2}.ph-duotone.ph-asterisk:after{content:"";margin-left:-1em}.ph-duotone.ph-asterisk-simple:before{content:"";opacity:.2}.ph-duotone.ph-asterisk-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-at:before{content:"";opacity:.2}.ph-duotone.ph-at:after{content:"";margin-left:-1em}.ph-duotone.ph-atom:before{content:"";opacity:.2}.ph-duotone.ph-atom:after{content:"";margin-left:-1em}.ph-duotone.ph-avocado:before{content:"";opacity:.2}.ph-duotone.ph-avocado:after{content:"";margin-left:-1em}.ph-duotone.ph-axe:before{content:"";opacity:.2}.ph-duotone.ph-axe:after{content:"";margin-left:-1em}.ph-duotone.ph-baby:before{content:"";opacity:.2}.ph-duotone.ph-baby:after{content:"";margin-left:-1em}.ph-duotone.ph-baby-carriage:before{content:"";opacity:.2}.ph-duotone.ph-baby-carriage:after{content:"";margin-left:-1em}.ph-duotone.ph-backpack:before{content:"";opacity:.2}.ph-duotone.ph-backpack:after{content:"";margin-left:-1em}.ph-duotone.ph-backspace:before{content:"";opacity:.2}.ph-duotone.ph-backspace:after{content:"";margin-left:-1em}.ph-duotone.ph-bag:before{content:"";opacity:.2}.ph-duotone.ph-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-bag-simple:before{content:"";opacity:.2}.ph-duotone.ph-bag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-balloon:before{content:"";opacity:.2}.ph-duotone.ph-balloon:after{content:"";margin-left:-1em}.ph-duotone.ph-bandaids:before{content:"";opacity:.2}.ph-duotone.ph-bandaids:after{content:"";margin-left:-1em}.ph-duotone.ph-bank:before{content:"";opacity:.2}.ph-duotone.ph-bank:after{content:"";margin-left:-1em}.ph-duotone.ph-barbell:before{content:"";opacity:.2}.ph-duotone.ph-barbell:after{content:"";margin-left:-1em}.ph-duotone.ph-barcode:before{content:"";opacity:.2}.ph-duotone.ph-barcode:after{content:"";margin-left:-1em}.ph-duotone.ph-barn:before{content:"";opacity:.2}.ph-duotone.ph-barn:after{content:"";margin-left:-1em}.ph-duotone.ph-barricade:before{content:"";opacity:.2}.ph-duotone.ph-barricade:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball:before{content:"";opacity:.2}.ph-duotone.ph-baseball:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball-cap:before{content:"";opacity:.2}.ph-duotone.ph-baseball-cap:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball-helmet:before{content:"";opacity:.2}.ph-duotone.ph-baseball-helmet:after{content:"";margin-left:-1em}.ph-duotone.ph-basket:before{content:"";opacity:.2}.ph-duotone.ph-basket:after{content:"";margin-left:-1em}.ph-duotone.ph-basketball:before{content:"";opacity:.2}.ph-duotone.ph-basketball:after{content:"";margin-left:-1em}.ph-duotone.ph-bathtub:before{content:"";opacity:.2}.ph-duotone.ph-bathtub:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-charging:before{content:"";opacity:.2}.ph-duotone.ph-battery-charging:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-charging-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-charging-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-empty:before{content:"";opacity:.2}.ph-duotone.ph-battery-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-full:before{content:"";opacity:.2}.ph-duotone.ph-battery-full:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-high:before{content:"";opacity:.2}.ph-duotone.ph-battery-high:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-low:before{content:"";opacity:.2}.ph-duotone.ph-battery-low:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-medium:before{content:"";opacity:.2}.ph-duotone.ph-battery-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-plus:before{content:"";opacity:.2}.ph-duotone.ph-battery-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-plus-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-plus-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-empty:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-full:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-full:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-high:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-high:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-low:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-low:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-medium:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-warning:before{content:"";opacity:.2}.ph-duotone.ph-battery-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-warning-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-warning-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-beach-ball:before{content:"";opacity:.2}.ph-duotone.ph-beach-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-beanie:before{content:"";opacity:.2}.ph-duotone.ph-beanie:after{content:"";margin-left:-1em}.ph-duotone.ph-bed:before{content:"";opacity:.2}.ph-duotone.ph-bed:after{content:"";margin-left:-1em}.ph-duotone.ph-beer-bottle:before{content:"";opacity:.2}.ph-duotone.ph-beer-bottle:after{content:"";margin-left:-1em}.ph-duotone.ph-beer-stein:before{content:"";opacity:.2}.ph-duotone.ph-beer-stein:after{content:"";margin-left:-1em}.ph-duotone.ph-behance-logo:before{content:"";opacity:.2}.ph-duotone.ph-behance-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-bell:before{content:"";opacity:.2}.ph-duotone.ph-bell:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-ringing:before{content:"";opacity:.2}.ph-duotone.ph-bell-ringing:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-ringing:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-ringing:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-z:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-z:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-slash:before{content:"";opacity:.2}.ph-duotone.ph-bell-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-z:before{content:"";opacity:.2}.ph-duotone.ph-bell-z:after{content:"";margin-left:-1em}.ph-duotone.ph-belt:before{content:"";opacity:.2}.ph-duotone.ph-belt:after{content:"";margin-left:-1em}.ph-duotone.ph-bezier-curve:before{content:"";opacity:.2}.ph-duotone.ph-bezier-curve:after{content:"";margin-left:-1em}.ph-duotone.ph-bicycle:before{content:"";opacity:.2}.ph-duotone.ph-bicycle:after{content:"";margin-left:-1em}.ph-duotone.ph-binary:before{content:"";opacity:.2}.ph-duotone.ph-binary:after{content:"";margin-left:-1em}.ph-duotone.ph-binoculars:before{content:"";opacity:.2}.ph-duotone.ph-binoculars:after{content:"";margin-left:-1em}.ph-duotone.ph-biohazard:before{content:"";opacity:.2}.ph-duotone.ph-biohazard:after{content:"";margin-left:-1em}.ph-duotone.ph-bird:before{content:"";opacity:.2}.ph-duotone.ph-bird:after{content:"";margin-left:-1em}.ph-duotone.ph-blueprint:before{content:"";opacity:.2}.ph-duotone.ph-blueprint:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-connected:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-connected:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-slash:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-x:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-x:after{content:"";margin-left:-1em}.ph-duotone.ph-boat:before{content:"";opacity:.2}.ph-duotone.ph-boat:after{content:"";margin-left:-1em}.ph-duotone.ph-bomb:before{content:"";opacity:.2}.ph-duotone.ph-bomb:after{content:"";margin-left:-1em}.ph-duotone.ph-bone:before{content:"";opacity:.2}.ph-duotone.ph-bone:after{content:"";margin-left:-1em}.ph-duotone.ph-book:before{content:"";opacity:.2}.ph-duotone.ph-book:after{content:"";margin-left:-1em}.ph-duotone.ph-book-bookmark:before{content:"";opacity:.2}.ph-duotone.ph-book-bookmark:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open:before{content:"";opacity:.2}.ph-duotone.ph-book-open:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open-text:before{content:"";opacity:.2}.ph-duotone.ph-book-open-text:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open-user:before{content:"";opacity:.2}.ph-duotone.ph-book-open-user:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmark:before{content:"";opacity:.2}.ph-duotone.ph-bookmark:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmark-simple:before{content:"";opacity:.2}.ph-duotone.ph-bookmark-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmarks:before{content:"";opacity:.2}.ph-duotone.ph-bookmarks:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmarks-simple:before{content:"";opacity:.2}.ph-duotone.ph-bookmarks-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-books:before{content:"";opacity:.2}.ph-duotone.ph-books:after{content:"";margin-left:-1em}.ph-duotone.ph-boot:before{content:"";opacity:.2}.ph-duotone.ph-boot:after{content:"";margin-left:-1em}.ph-duotone.ph-boules:before{content:"";opacity:.2}.ph-duotone.ph-boules:after{content:"";margin-left:-1em}.ph-duotone.ph-bounding-box:before{content:"";opacity:.2}.ph-duotone.ph-bounding-box:after{content:"";margin-left:-1em}.ph-duotone.ph-bowl-food:before{content:"";opacity:.2}.ph-duotone.ph-bowl-food:after{content:"";margin-left:-1em}.ph-duotone.ph-bowl-steam:before{content:"";opacity:.2}.ph-duotone.ph-bowl-steam:after{content:"";margin-left:-1em}.ph-duotone.ph-bowling-ball:before{content:"";opacity:.2}.ph-duotone.ph-bowling-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-box-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-box-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-box-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-box-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-boxing-glove:before{content:"";opacity:.2}.ph-duotone.ph-boxing-glove:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-angle:before{content:"";opacity:.2}.ph-duotone.ph-brackets-angle:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-curly:before{content:"";opacity:.2}.ph-duotone.ph-brackets-curly:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-round:before{content:"";opacity:.2}.ph-duotone.ph-brackets-round:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-square:before{content:"";opacity:.2}.ph-duotone.ph-brackets-square:after{content:"";margin-left:-1em}.ph-duotone.ph-brain:before{content:"";opacity:.2}.ph-duotone.ph-brain:after{content:"";margin-left:-1em}.ph-duotone.ph-brandy:before{content:"";opacity:.2}.ph-duotone.ph-brandy:after{content:"";margin-left:-1em}.ph-duotone.ph-bread:before{content:"";opacity:.2}.ph-duotone.ph-bread:after{content:"";margin-left:-1em}.ph-duotone.ph-bridge:before{content:"";opacity:.2}.ph-duotone.ph-bridge:after{content:"";margin-left:-1em}.ph-duotone.ph-briefcase:before{content:"";opacity:.2}.ph-duotone.ph-briefcase:after{content:"";margin-left:-1em}.ph-duotone.ph-briefcase-metal:before{content:"";opacity:.2}.ph-duotone.ph-briefcase-metal:after{content:"";margin-left:-1em}.ph-duotone.ph-broadcast:before{content:"";opacity:.2}.ph-duotone.ph-broadcast:after{content:"";margin-left:-1em}.ph-duotone.ph-broom:before{content:"";opacity:.2}.ph-duotone.ph-broom:after{content:"";margin-left:-1em}.ph-duotone.ph-browser:before{content:"";opacity:.2}.ph-duotone.ph-browser:after{content:"";margin-left:-1em}.ph-duotone.ph-browsers:before{content:"";opacity:.2}.ph-duotone.ph-browsers:after{content:"";margin-left:-1em}.ph-duotone.ph-bug:before{content:"";opacity:.2}.ph-duotone.ph-bug:after{content:"";margin-left:-1em}.ph-duotone.ph-bug-beetle:before{content:"";opacity:.2}.ph-duotone.ph-bug-beetle:after{content:"";margin-left:-1em}.ph-duotone.ph-bug-droid:before{content:"";opacity:.2}.ph-duotone.ph-bug-droid:after{content:"";margin-left:-1em}.ph-duotone.ph-building:before{content:"";opacity:.2}.ph-duotone.ph-building:after{content:"";margin-left:-1em}.ph-duotone.ph-building-apartment:before{content:"";opacity:.2}.ph-duotone.ph-building-apartment:after{content:"";margin-left:-1em}.ph-duotone.ph-building-office:before{content:"";opacity:.2}.ph-duotone.ph-building-office:after{content:"";margin-left:-1em}.ph-duotone.ph-buildings:before{content:"";opacity:.2}.ph-duotone.ph-buildings:after{content:"";margin-left:-1em}.ph-duotone.ph-bulldozer:before{content:"";opacity:.2}.ph-duotone.ph-bulldozer:after{content:"";margin-left:-1em}.ph-duotone.ph-bus:before{content:"";opacity:.2}.ph-duotone.ph-bus:after{content:"";margin-left:-1em}.ph-duotone.ph-butterfly:before{content:"";opacity:.2}.ph-duotone.ph-butterfly:after{content:"";margin-left:-1em}.ph-duotone.ph-cable-car:before{content:"";opacity:.2}.ph-duotone.ph-cable-car:after{content:"";margin-left:-1em}.ph-duotone.ph-cactus:before{content:"";opacity:.2}.ph-duotone.ph-cactus:after{content:"";margin-left:-1em}.ph-duotone.ph-cake:before{content:"";opacity:.2}.ph-duotone.ph-cake:after{content:"";margin-left:-1em}.ph-duotone.ph-calculator:before{content:"";opacity:.2}.ph-duotone.ph-calculator:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar:before{content:"";opacity:.2}.ph-duotone.ph-calendar:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-blank:before{content:"";opacity:.2}.ph-duotone.ph-calendar-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-check:before{content:"";opacity:.2}.ph-duotone.ph-calendar-check:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-dot:before{content:"";opacity:.2}.ph-duotone.ph-calendar-dot:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-dots:before{content:"";opacity:.2}.ph-duotone.ph-calendar-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-heart:before{content:"";opacity:.2}.ph-duotone.ph-calendar-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-minus:before{content:"";opacity:.2}.ph-duotone.ph-calendar-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-plus:before{content:"";opacity:.2}.ph-duotone.ph-calendar-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-slash:before{content:"";opacity:.2}.ph-duotone.ph-calendar-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-star:before{content:"";opacity:.2}.ph-duotone.ph-calendar-star:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-x:before{content:"";opacity:.2}.ph-duotone.ph-calendar-x:after{content:"";margin-left:-1em}.ph-duotone.ph-call-bell:before{content:"";opacity:.2}.ph-duotone.ph-call-bell:after{content:"";margin-left:-1em}.ph-duotone.ph-camera:before{content:"";opacity:.2}.ph-duotone.ph-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-plus:before{content:"";opacity:.2}.ph-duotone.ph-camera-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-rotate:before{content:"";opacity:.2}.ph-duotone.ph-camera-rotate:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-slash:before{content:"";opacity:.2}.ph-duotone.ph-camera-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-campfire:before{content:"";opacity:.2}.ph-duotone.ph-campfire:after{content:"";margin-left:-1em}.ph-duotone.ph-car:before{content:"";opacity:.2}.ph-duotone.ph-car:after{content:"";margin-left:-1em}.ph-duotone.ph-car-battery:before{content:"";opacity:.2}.ph-duotone.ph-car-battery:after{content:"";margin-left:-1em}.ph-duotone.ph-car-profile:before{content:"";opacity:.2}.ph-duotone.ph-car-profile:after{content:"";margin-left:-1em}.ph-duotone.ph-car-simple:before{content:"";opacity:.2}.ph-duotone.ph-car-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-cardholder:before{content:"";opacity:.2}.ph-duotone.ph-cardholder:after{content:"";margin-left:-1em}.ph-duotone.ph-cards:before{content:"";opacity:.2}.ph-duotone.ph-cards:after{content:"";margin-left:-1em}.ph-duotone.ph-cards-three:before{content:"";opacity:.2}.ph-duotone.ph-cards-three:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-up-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-up-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-up-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-up-down:after{content:"";margin-left:-1em}.ph-duotone.ph-carrot:before{content:"";opacity:.2}.ph-duotone.ph-carrot:after{content:"";margin-left:-1em}.ph-duotone.ph-cash-register:before{content:"";opacity:.2}.ph-duotone.ph-cash-register:after{content:"";margin-left:-1em}.ph-duotone.ph-cassette-tape:before{content:"";opacity:.2}.ph-duotone.ph-cassette-tape:after{content:"";margin-left:-1em}.ph-duotone.ph-castle-turret:before{content:"";opacity:.2}.ph-duotone.ph-castle-turret:after{content:"";margin-left:-1em}.ph-duotone.ph-cat:before{content:"";opacity:.2}.ph-duotone.ph-cat:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-full:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-full:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-high:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-high:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-low:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-low:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-medium:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-none:before{content:"";color:#444}.ph-duotone.ph-cell-signal-slash:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-x:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-x:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-tower:before{content:"";opacity:.2}.ph-duotone.ph-cell-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-certificate:before{content:"";opacity:.2}.ph-duotone.ph-certificate:after{content:"";margin-left:-1em}.ph-duotone.ph-chair:before{content:"";opacity:.2}.ph-duotone.ph-chair:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard-simple:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard-teacher:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard-teacher:after{content:"";margin-left:-1em}.ph-duotone.ph-champagne:before{content:"";opacity:.2}.ph-duotone.ph-champagne:after{content:"";margin-left:-1em}.ph-duotone.ph-charging-station:before{content:"";opacity:.2}.ph-duotone.ph-charging-station:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-bar:before{content:"";opacity:.2}.ph-duotone.ph-chart-bar:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-bar-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-chart-bar-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-donut:before{content:"";opacity:.2}.ph-duotone.ph-chart-donut:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line:before{content:"";opacity:.2}.ph-duotone.ph-chart-line:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line-down:before{content:"";opacity:.2}.ph-duotone.ph-chart-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line-up:before{content:"";opacity:.2}.ph-duotone.ph-chart-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-pie:before{content:"";opacity:.2}.ph-duotone.ph-chart-pie:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-pie-slice:before{content:"";opacity:.2}.ph-duotone.ph-chart-pie-slice:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-polar:before{content:"";opacity:.2}.ph-duotone.ph-chart-polar:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-scatter:before{content:"";opacity:.2}.ph-duotone.ph-chart-scatter:after{content:"";margin-left:-1em}.ph-duotone.ph-chat:before{content:"";opacity:.2}.ph-duotone.ph-chat:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chats:before{content:"";opacity:.2}.ph-duotone.ph-chats:after{content:"";margin-left:-1em}.ph-duotone.ph-chats-circle:before{content:"";opacity:.2}.ph-duotone.ph-chats-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-chats-teardrop:before{content:"";opacity:.2}.ph-duotone.ph-chats-teardrop:after{content:"";margin-left:-1em}.ph-duotone.ph-check:before{content:"";opacity:.2}.ph-duotone.ph-check:after{content:"";margin-left:-1em}.ph-duotone.ph-check-circle:before{content:"";opacity:.2}.ph-duotone.ph-check-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-check-fat:before{content:"";opacity:.2}.ph-duotone.ph-check-fat:after{content:"";margin-left:-1em}.ph-duotone.ph-check-square:before{content:"";opacity:.2}.ph-duotone.ph-check-square:after{content:"";margin-left:-1em}.ph-duotone.ph-check-square-offset:before{content:"";opacity:.2}.ph-duotone.ph-check-square-offset:after{content:"";margin-left:-1em}.ph-duotone.ph-checkerboard:before{content:"";opacity:.2}.ph-duotone.ph-checkerboard:after{content:"";margin-left:-1em}.ph-duotone.ph-checks:before{content:"";opacity:.2}.ph-duotone.ph-checks:after{content:"";margin-left:-1em}.ph-duotone.ph-cheers:before{content:"";opacity:.2}.ph-duotone.ph-cheers:after{content:"";margin-left:-1em}.ph-duotone.ph-cheese:before{content:"";opacity:.2}.ph-duotone.ph-cheese:after{content:"";margin-left:-1em}.ph-duotone.ph-chef-hat:before{content:"";opacity:.2}.ph-duotone.ph-chef-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-cherries:before{content:"";opacity:.2}.ph-duotone.ph-cherries:after{content:"";margin-left:-1em}.ph-duotone.ph-church:before{content:"";opacity:.2}.ph-duotone.ph-church:after{content:"";margin-left:-1em}.ph-duotone.ph-cigarette:before{content:"";opacity:.2}.ph-duotone.ph-cigarette:after{content:"";margin-left:-1em}.ph-duotone.ph-cigarette-slash:before{content:"";opacity:.2}.ph-duotone.ph-cigarette-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-circle:before{content:"";opacity:.2}.ph-duotone.ph-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-circle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-half:before{content:"";opacity:.2}.ph-duotone.ph-circle-half:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-half-tilt:before{content:"";opacity:.2}.ph-duotone.ph-circle-half-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-notch:before{content:"";opacity:.2}.ph-duotone.ph-circle-notch:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-four:before{content:"";opacity:.2}.ph-duotone.ph-circles-four:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-three:before{content:"";opacity:.2}.ph-duotone.ph-circles-three:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-three-plus:before{content:"";opacity:.2}.ph-duotone.ph-circles-three-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-circuitry:before{content:"";opacity:.2}.ph-duotone.ph-circuitry:after{content:"";margin-left:-1em}.ph-duotone.ph-city:before{content:"";opacity:.2}.ph-duotone.ph-city:after{content:"";margin-left:-1em}.ph-duotone.ph-clipboard:before{content:"";opacity:.2}.ph-duotone.ph-clipboard:after{content:"";margin-left:-1em}.ph-duotone.ph-clipboard-text:before{content:"";opacity:.2}.ph-duotone.ph-clipboard-text:after{content:"";margin-left:-1em}.ph-duotone.ph-clock:before{content:"";opacity:.2}.ph-duotone.ph-clock:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-afternoon:before{content:"";opacity:.2}.ph-duotone.ph-clock-afternoon:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-clock-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-countdown:before{content:"";opacity:.2}.ph-duotone.ph-clock-countdown:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-clock-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-user:before{content:"";opacity:.2}.ph-duotone.ph-clock-user:after{content:"";margin-left:-1em}.ph-duotone.ph-closed-captioning:before{content:"";opacity:.2}.ph-duotone.ph-closed-captioning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud:before{content:"";opacity:.2}.ph-duotone.ph-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-cloud-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-cloud-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-check:before{content:"";opacity:.2}.ph-duotone.ph-cloud-check:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-fog:before{content:"";opacity:.2}.ph-duotone.ph-cloud-fog:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-lightning:before{content:"";opacity:.2}.ph-duotone.ph-cloud-lightning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-moon:before{content:"";opacity:.2}.ph-duotone.ph-cloud-moon:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-rain:before{content:"";opacity:.2}.ph-duotone.ph-cloud-rain:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-slash:before{content:"";opacity:.2}.ph-duotone.ph-cloud-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-snow:before{content:"";opacity:.2}.ph-duotone.ph-cloud-snow:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-sun:before{content:"";opacity:.2}.ph-duotone.ph-cloud-sun:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-warning:before{content:"";opacity:.2}.ph-duotone.ph-cloud-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-x:before{content:"";opacity:.2}.ph-duotone.ph-cloud-x:after{content:"";margin-left:-1em}.ph-duotone.ph-clover:before{content:"";opacity:.2}.ph-duotone.ph-clover:after{content:"";margin-left:-1em}.ph-duotone.ph-club:before{content:"";opacity:.2}.ph-duotone.ph-club:after{content:"";margin-left:-1em}.ph-duotone.ph-coat-hanger:before{content:"";opacity:.2}.ph-duotone.ph-coat-hanger:after{content:"";margin-left:-1em}.ph-duotone.ph-coda-logo:before{content:"";opacity:.2}.ph-duotone.ph-coda-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-code:before{content:"";opacity:.2}.ph-duotone.ph-code:after{content:"";margin-left:-1em}.ph-duotone.ph-code-block:before{content:"";opacity:.2}.ph-duotone.ph-code-block:after{content:"";margin-left:-1em}.ph-duotone.ph-code-simple:before{content:"";opacity:.2}.ph-duotone.ph-code-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-codepen-logo:before{content:"";opacity:.2}.ph-duotone.ph-codepen-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-codesandbox-logo:before{content:"";opacity:.2}.ph-duotone.ph-codesandbox-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-coffee:before{content:"";opacity:.2}.ph-duotone.ph-coffee:after{content:"";margin-left:-1em}.ph-duotone.ph-coffee-bean:before{content:"";opacity:.2}.ph-duotone.ph-coffee-bean:after{content:"";margin-left:-1em}.ph-duotone.ph-coin:before{content:"";opacity:.2}.ph-duotone.ph-coin:after{content:"";margin-left:-1em}.ph-duotone.ph-coin-vertical:before{content:"";opacity:.2}.ph-duotone.ph-coin-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-coins:before{content:"";opacity:.2}.ph-duotone.ph-coins:after{content:"";margin-left:-1em}.ph-duotone.ph-columns:before{content:"";opacity:.2}.ph-duotone.ph-columns:after{content:"";margin-left:-1em}.ph-duotone.ph-columns-plus-left:before{content:"";opacity:.2}.ph-duotone.ph-columns-plus-left:after{content:"";margin-left:-1em}.ph-duotone.ph-columns-plus-right:before{content:"";opacity:.2}.ph-duotone.ph-columns-plus-right:after{content:"";margin-left:-1em}.ph-duotone.ph-command:before{content:"";opacity:.2}.ph-duotone.ph-command:after{content:"";margin-left:-1em}.ph-duotone.ph-compass:before{content:"";opacity:.2}.ph-duotone.ph-compass:after{content:"";margin-left:-1em}.ph-duotone.ph-compass-rose:before{content:"";opacity:.2}.ph-duotone.ph-compass-rose:after{content:"";margin-left:-1em}.ph-duotone.ph-compass-tool:before{content:"";opacity:.2}.ph-duotone.ph-compass-tool:after{content:"";margin-left:-1em}.ph-duotone.ph-computer-tower:before{content:"";opacity:.2}.ph-duotone.ph-computer-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-confetti:before{content:"";opacity:.2}.ph-duotone.ph-confetti:after{content:"";margin-left:-1em}.ph-duotone.ph-contactless-payment:before{content:"";opacity:.2}.ph-duotone.ph-contactless-payment:after{content:"";margin-left:-1em}.ph-duotone.ph-control:before{content:"";opacity:.2}.ph-duotone.ph-control:after{content:"";margin-left:-1em}.ph-duotone.ph-cookie:before{content:"";opacity:.2}.ph-duotone.ph-cookie:after{content:"";margin-left:-1em}.ph-duotone.ph-cooking-pot:before{content:"";opacity:.2}.ph-duotone.ph-cooking-pot:after{content:"";margin-left:-1em}.ph-duotone.ph-copy:before{content:"";opacity:.2}.ph-duotone.ph-copy:after{content:"";margin-left:-1em}.ph-duotone.ph-copy-simple:before{content:"";opacity:.2}.ph-duotone.ph-copy-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-copyleft:before{content:"";opacity:.2}.ph-duotone.ph-copyleft:after{content:"";margin-left:-1em}.ph-duotone.ph-copyright:before{content:"";opacity:.2}.ph-duotone.ph-copyright:after{content:"";margin-left:-1em}.ph-duotone.ph-corners-in:before{content:"";opacity:.2}.ph-duotone.ph-corners-in:after{content:"";margin-left:-1em}.ph-duotone.ph-corners-out:before{content:"";opacity:.2}.ph-duotone.ph-corners-out:after{content:"";margin-left:-1em}.ph-duotone.ph-couch:before{content:"";opacity:.2}.ph-duotone.ph-couch:after{content:"";margin-left:-1em}.ph-duotone.ph-court-basketball:before{content:"";opacity:.2}.ph-duotone.ph-court-basketball:after{content:"";margin-left:-1em}.ph-duotone.ph-cow:before{content:"";opacity:.2}.ph-duotone.ph-cow:after{content:"";margin-left:-1em}.ph-duotone.ph-cowboy-hat:before{content:"";opacity:.2}.ph-duotone.ph-cowboy-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-cpu:before{content:"";opacity:.2}.ph-duotone.ph-cpu:after{content:"";margin-left:-1em}.ph-duotone.ph-crane:before{content:"";opacity:.2}.ph-duotone.ph-crane:after{content:"";margin-left:-1em}.ph-duotone.ph-crane-tower:before{content:"";opacity:.2}.ph-duotone.ph-crane-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-credit-card:before{content:"";opacity:.2}.ph-duotone.ph-credit-card:after{content:"";margin-left:-1em}.ph-duotone.ph-cricket:before{content:"";opacity:.2}.ph-duotone.ph-cricket:after{content:"";margin-left:-1em}.ph-duotone.ph-crop:before{content:"";opacity:.2}.ph-duotone.ph-crop:after{content:"";margin-left:-1em}.ph-duotone.ph-cross:before{content:"";opacity:.2}.ph-duotone.ph-cross:after{content:"";margin-left:-1em}.ph-duotone.ph-crosshair:before{content:"";opacity:.2}.ph-duotone.ph-crosshair:after{content:"";margin-left:-1em}.ph-duotone.ph-crosshair-simple:before{content:"";opacity:.2}.ph-duotone.ph-crosshair-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-crown:before{content:"";opacity:.2}.ph-duotone.ph-crown:after{content:"";margin-left:-1em}.ph-duotone.ph-crown-cross:before{content:"";opacity:.2}.ph-duotone.ph-crown-cross:after{content:"";margin-left:-1em}.ph-duotone.ph-crown-simple:before{content:"";opacity:.2}.ph-duotone.ph-crown-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-cube:before{content:"";opacity:.2}.ph-duotone.ph-cube:after{content:"";margin-left:-1em}.ph-duotone.ph-cube-focus:before{content:"";opacity:.2}.ph-duotone.ph-cube-focus:after{content:"";margin-left:-1em}.ph-duotone.ph-cube-transparent:before{content:"";opacity:.2}.ph-duotone.ph-cube-transparent:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-btc:before{content:"";opacity:.2}.ph-duotone.ph-currency-btc:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-circle-dollar:before{content:"";opacity:.2}.ph-duotone.ph-currency-circle-dollar:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-cny:before{content:"";opacity:.2}.ph-duotone.ph-currency-cny:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-dollar:before{content:"";opacity:.2}.ph-duotone.ph-currency-dollar:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-dollar-simple:before{content:"";opacity:.2}.ph-duotone.ph-currency-dollar-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-eth:before{content:"";opacity:.2}.ph-duotone.ph-currency-eth:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-eur:before{content:"";opacity:.2}.ph-duotone.ph-currency-eur:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-gbp:before{content:"";opacity:.2}.ph-duotone.ph-currency-gbp:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-inr:before{content:"";opacity:.2}.ph-duotone.ph-currency-inr:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-jpy:before{content:"";opacity:.2}.ph-duotone.ph-currency-jpy:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-krw:before{content:"";opacity:.2}.ph-duotone.ph-currency-krw:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-kzt:before{content:"";opacity:.2}.ph-duotone.ph-currency-kzt:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-ngn:before{content:"";opacity:.2}.ph-duotone.ph-currency-ngn:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-rub:before{content:"";opacity:.2}.ph-duotone.ph-currency-rub:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor:before{content:"";opacity:.2}.ph-duotone.ph-cursor:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor-click:before{content:"";opacity:.2}.ph-duotone.ph-cursor-click:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor-text:before{content:"";opacity:.2}.ph-duotone.ph-cursor-text:after{content:"";margin-left:-1em}.ph-duotone.ph-cylinder:before{content:"";opacity:.2}.ph-duotone.ph-cylinder:after{content:"";margin-left:-1em}.ph-duotone.ph-database:before{content:"";opacity:.2}.ph-duotone.ph-database:after{content:"";margin-left:-1em}.ph-duotone.ph-desk:before{content:"";opacity:.2}.ph-duotone.ph-desk:after{content:"";margin-left:-1em}.ph-duotone.ph-desktop:before{content:"";opacity:.2}.ph-duotone.ph-desktop:after{content:"";margin-left:-1em}.ph-duotone.ph-desktop-tower:before{content:"";opacity:.2}.ph-duotone.ph-desktop-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-detective:before{content:"";opacity:.2}.ph-duotone.ph-detective:after{content:"";margin-left:-1em}.ph-duotone.ph-dev-to-logo:before{content:"";opacity:.2}.ph-duotone.ph-dev-to-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-camera:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-slash:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-speaker:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-speaker:after{content:"";margin-left:-1em}.ph-duotone.ph-device-rotate:before{content:"";opacity:.2}.ph-duotone.ph-device-rotate:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet-camera:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet-speaker:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet-speaker:after{content:"";margin-left:-1em}.ph-duotone.ph-devices:before{content:"";opacity:.2}.ph-duotone.ph-devices:after{content:"";margin-left:-1em}.ph-duotone.ph-diamond:before{content:"";opacity:.2}.ph-duotone.ph-diamond:after{content:"";margin-left:-1em}.ph-duotone.ph-diamonds-four:before{content:"";opacity:.2}.ph-duotone.ph-diamonds-four:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-five:before{content:"";opacity:.2}.ph-duotone.ph-dice-five:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-four:before{content:"";opacity:.2}.ph-duotone.ph-dice-four:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-one:before{content:"";opacity:.2}.ph-duotone.ph-dice-one:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-six:before{content:"";opacity:.2}.ph-duotone.ph-dice-six:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-three:before{content:"";opacity:.2}.ph-duotone.ph-dice-three:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-two:before{content:"";opacity:.2}.ph-duotone.ph-dice-two:after{content:"";margin-left:-1em}.ph-duotone.ph-disc:before{content:"";opacity:.2}.ph-duotone.ph-disc:after{content:"";margin-left:-1em}.ph-duotone.ph-disco-ball:before{content:"";opacity:.2}.ph-duotone.ph-disco-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-discord-logo:before{content:"";opacity:.2}.ph-duotone.ph-discord-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-divide:before{content:"";opacity:.2}.ph-duotone.ph-divide:after{content:"";margin-left:-1em}.ph-duotone.ph-dna:before{content:"";opacity:.2}.ph-duotone.ph-dna:after{content:"";margin-left:-1em}.ph-duotone.ph-dog:before{content:"";opacity:.2}.ph-duotone.ph-dog:after{content:"";margin-left:-1em}.ph-duotone.ph-door:before{content:"";opacity:.2}.ph-duotone.ph-door:after{content:"";margin-left:-1em}.ph-duotone.ph-door-open:before{content:"";opacity:.2}.ph-duotone.ph-door-open:after{content:"";margin-left:-1em}.ph-duotone.ph-dot:before{content:"";opacity:.2}.ph-duotone.ph-dot:after{content:"";margin-left:-1em}.ph-duotone.ph-dot-outline:before{content:"";opacity:.2}.ph-duotone.ph-dot-outline:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-nine:before{content:"";opacity:.2}.ph-duotone.ph-dots-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-six:before{content:"";opacity:.2}.ph-duotone.ph-dots-six:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-six-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-six-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three:before{content:"";opacity:.2}.ph-duotone.ph-dots-three:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-circle:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-circle-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-circle-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-outline:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-outline:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-outline-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-outline-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-download:before{content:"";opacity:.2}.ph-duotone.ph-download:after{content:"";margin-left:-1em}.ph-duotone.ph-download-simple:before{content:"";opacity:.2}.ph-duotone.ph-download-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-dress:before{content:"";opacity:.2}.ph-duotone.ph-dress:after{content:"";margin-left:-1em}.ph-duotone.ph-dresser:before{content:"";opacity:.2}.ph-duotone.ph-dresser:after{content:"";margin-left:-1em}.ph-duotone.ph-dribbble-logo:before{content:"";opacity:.2}.ph-duotone.ph-dribbble-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-drone:before{content:"";opacity:.2}.ph-duotone.ph-drone:after{content:"";margin-left:-1em}.ph-duotone.ph-drop:before{content:"";opacity:.2}.ph-duotone.ph-drop:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-half:before{content:"";opacity:.2}.ph-duotone.ph-drop-half:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-half-bottom:before{content:"";opacity:.2}.ph-duotone.ph-drop-half-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-simple:before{content:"";opacity:.2}.ph-duotone.ph-drop-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-slash:before{content:"";opacity:.2}.ph-duotone.ph-drop-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-dropbox-logo:before{content:"";opacity:.2}.ph-duotone.ph-dropbox-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-ear:before{content:"";opacity:.2}.ph-duotone.ph-ear:after{content:"";margin-left:-1em}.ph-duotone.ph-ear-slash:before{content:"";opacity:.2}.ph-duotone.ph-ear-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-egg:before{content:"";opacity:.2}.ph-duotone.ph-egg:after{content:"";margin-left:-1em}.ph-duotone.ph-egg-crack:before{content:"";opacity:.2}.ph-duotone.ph-egg-crack:after{content:"";margin-left:-1em}.ph-duotone.ph-eject:before{content:"";opacity:.2}.ph-duotone.ph-eject:after{content:"";margin-left:-1em}.ph-duotone.ph-eject-simple:before{content:"";opacity:.2}.ph-duotone.ph-eject-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-elevator:before{content:"";opacity:.2}.ph-duotone.ph-elevator:after{content:"";margin-left:-1em}.ph-duotone.ph-empty:before{content:"";opacity:.2}.ph-duotone.ph-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-engine:before{content:"";opacity:.2}.ph-duotone.ph-engine:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope:before{content:"";opacity:.2}.ph-duotone.ph-envelope:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-open:before{content:"";opacity:.2}.ph-duotone.ph-envelope-open:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-simple:before{content:"";opacity:.2}.ph-duotone.ph-envelope-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-simple-open:before{content:"";opacity:.2}.ph-duotone.ph-envelope-simple-open:after{content:"";margin-left:-1em}.ph-duotone.ph-equalizer:before{content:"";opacity:.2}.ph-duotone.ph-equalizer:after{content:"";margin-left:-1em}.ph-duotone.ph-equals:before{content:"";opacity:.2}.ph-duotone.ph-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-eraser:before{content:"";opacity:.2}.ph-duotone.ph-eraser:after{content:"";margin-left:-1em}.ph-duotone.ph-escalator-down:before{content:"";opacity:.2}.ph-duotone.ph-escalator-down:after{content:"";margin-left:-1em}.ph-duotone.ph-escalator-up:before{content:"";opacity:.2}.ph-duotone.ph-escalator-up:after{content:"";margin-left:-1em}.ph-duotone.ph-exam:before{content:"";opacity:.2}.ph-duotone.ph-exam:after{content:"";margin-left:-1em}.ph-duotone.ph-exclamation-mark:before{content:"";opacity:.2}.ph-duotone.ph-exclamation-mark:after{content:"";margin-left:-1em}.ph-duotone.ph-exclude:before{content:"";opacity:.2}.ph-duotone.ph-exclude:after{content:"";margin-left:-1em}.ph-duotone.ph-exclude-square:before{content:"";opacity:.2}.ph-duotone.ph-exclude-square:after{content:"";margin-left:-1em}.ph-duotone.ph-export:before{content:"";opacity:.2}.ph-duotone.ph-export:after{content:"";margin-left:-1em}.ph-duotone.ph-eye:before{content:"";opacity:.2}.ph-duotone.ph-eye:after{content:"";margin-left:-1em}.ph-duotone.ph-eye-closed:before{content:"";opacity:.2}.ph-duotone.ph-eye-closed:after{content:"";margin-left:-1em}.ph-duotone.ph-eye-slash:before{content:"";opacity:.2}.ph-duotone.ph-eye-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-eyedropper:before{content:"";opacity:.2}.ph-duotone.ph-eyedropper:after{content:"";margin-left:-1em}.ph-duotone.ph-eyedropper-sample:before{content:"";opacity:.2}.ph-duotone.ph-eyedropper-sample:after{content:"";margin-left:-1em}.ph-duotone.ph-eyeglasses:before{content:"";opacity:.2}.ph-duotone.ph-eyeglasses:after{content:"";margin-left:-1em}.ph-duotone.ph-eyes:before{content:"";opacity:.2}.ph-duotone.ph-eyes:after{content:"";margin-left:-1em}.ph-duotone.ph-face-mask:before{content:"";opacity:.2}.ph-duotone.ph-face-mask:after{content:"";margin-left:-1em}.ph-duotone.ph-facebook-logo:before{content:"";opacity:.2}.ph-duotone.ph-facebook-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-factory:before{content:"";opacity:.2}.ph-duotone.ph-factory:after{content:"";margin-left:-1em}.ph-duotone.ph-faders:before{content:"";opacity:.2}.ph-duotone.ph-faders:after{content:"";margin-left:-1em}.ph-duotone.ph-faders-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-faders-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-fallout-shelter:before{content:"";opacity:.2}.ph-duotone.ph-fallout-shelter:after{content:"";margin-left:-1em}.ph-duotone.ph-fan:before{content:"";opacity:.2}.ph-duotone.ph-fan:after{content:"";margin-left:-1em}.ph-duotone.ph-farm:before{content:"";opacity:.2}.ph-duotone.ph-farm:after{content:"";margin-left:-1em}.ph-duotone.ph-fast-forward:before{content:"";opacity:.2}.ph-duotone.ph-fast-forward:after{content:"";margin-left:-1em}.ph-duotone.ph-fast-forward-circle:before{content:"";opacity:.2}.ph-duotone.ph-fast-forward-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-feather:before{content:"";opacity:.2}.ph-duotone.ph-feather:after{content:"";margin-left:-1em}.ph-duotone.ph-fediverse-logo:before{content:"";opacity:.2}.ph-duotone.ph-fediverse-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-figma-logo:before{content:"";opacity:.2}.ph-duotone.ph-figma-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-file:before{content:"";opacity:.2}.ph-duotone.ph-file:after{content:"";margin-left:-1em}.ph-duotone.ph-file-archive:before{content:"";opacity:.2}.ph-duotone.ph-file-archive:after{content:"";margin-left:-1em}.ph-duotone.ph-file-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-file-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-file-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-file-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-file-audio:before{content:"";opacity:.2}.ph-duotone.ph-file-audio:after{content:"";margin-left:-1em}.ph-duotone.ph-file-c:before{content:"";opacity:.2}.ph-duotone.ph-file-c:after{content:"";margin-left:-1em}.ph-duotone.ph-file-c-sharp:before{content:"";opacity:.2}.ph-duotone.ph-file-c-sharp:after{content:"";margin-left:-1em}.ph-duotone.ph-file-cloud:before{content:"";opacity:.2}.ph-duotone.ph-file-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-file-code:before{content:"";opacity:.2}.ph-duotone.ph-file-code:after{content:"";margin-left:-1em}.ph-duotone.ph-file-cpp:before{content:"";opacity:.2}.ph-duotone.ph-file-cpp:after{content:"";margin-left:-1em}.ph-duotone.ph-file-css:before{content:"";opacity:.2}.ph-duotone.ph-file-css:after{content:"";margin-left:-1em}.ph-duotone.ph-file-csv:before{content:"";opacity:.2}.ph-duotone.ph-file-csv:after{content:"";margin-left:-1em}.ph-duotone.ph-file-dashed:before{content:"";opacity:.2}.ph-duotone.ph-file-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-file-doc:before{content:"";opacity:.2}.ph-duotone.ph-file-doc:after{content:"";margin-left:-1em}.ph-duotone.ph-file-html:before{content:"";opacity:.2}.ph-duotone.ph-file-html:after{content:"";margin-left:-1em}.ph-duotone.ph-file-image:before{content:"";opacity:.2}.ph-duotone.ph-file-image:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ini:before{content:"";opacity:.2}.ph-duotone.ph-file-ini:after{content:"";margin-left:-1em}.ph-duotone.ph-file-jpg:before{content:"";opacity:.2}.ph-duotone.ph-file-jpg:after{content:"";margin-left:-1em}.ph-duotone.ph-file-js:before{content:"";opacity:.2}.ph-duotone.ph-file-js:after{content:"";margin-left:-1em}.ph-duotone.ph-file-jsx:before{content:"";opacity:.2}.ph-duotone.ph-file-jsx:after{content:"";margin-left:-1em}.ph-duotone.ph-file-lock:before{content:"";opacity:.2}.ph-duotone.ph-file-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-file-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-file-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-file-md:before{content:"";opacity:.2}.ph-duotone.ph-file-md:after{content:"";margin-left:-1em}.ph-duotone.ph-file-minus:before{content:"";opacity:.2}.ph-duotone.ph-file-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-file-pdf:before{content:"";opacity:.2}.ph-duotone.ph-file-pdf:after{content:"";margin-left:-1em}.ph-duotone.ph-file-plus:before{content:"";opacity:.2}.ph-duotone.ph-file-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-file-png:before{content:"";opacity:.2}.ph-duotone.ph-file-png:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ppt:before{content:"";opacity:.2}.ph-duotone.ph-file-ppt:after{content:"";margin-left:-1em}.ph-duotone.ph-file-py:before{content:"";opacity:.2}.ph-duotone.ph-file-py:after{content:"";margin-left:-1em}.ph-duotone.ph-file-rs:before{content:"";opacity:.2}.ph-duotone.ph-file-rs:after{content:"";margin-left:-1em}.ph-duotone.ph-file-sql:before{content:"";opacity:.2}.ph-duotone.ph-file-sql:after{content:"";margin-left:-1em}.ph-duotone.ph-file-svg:before{content:"";opacity:.2}.ph-duotone.ph-file-svg:after{content:"";margin-left:-1em}.ph-duotone.ph-file-text:before{content:"";opacity:.2}.ph-duotone.ph-file-text:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ts:before{content:"";opacity:.2}.ph-duotone.ph-file-ts:after{content:"";margin-left:-1em}.ph-duotone.ph-file-tsx:before{content:"";opacity:.2}.ph-duotone.ph-file-tsx:after{content:"";margin-left:-1em}.ph-duotone.ph-file-txt:before{content:"";opacity:.2}.ph-duotone.ph-file-txt:after{content:"";margin-left:-1em}.ph-duotone.ph-file-video:before{content:"";opacity:.2}.ph-duotone.ph-file-video:after{content:"";margin-left:-1em}.ph-duotone.ph-file-vue:before{content:"";opacity:.2}.ph-duotone.ph-file-vue:after{content:"";margin-left:-1em}.ph-duotone.ph-file-x:before{content:"";opacity:.2}.ph-duotone.ph-file-x:after{content:"";margin-left:-1em}.ph-duotone.ph-file-xls:before{content:"";opacity:.2}.ph-duotone.ph-file-xls:after{content:"";margin-left:-1em}.ph-duotone.ph-file-zip:before{content:"";opacity:.2}.ph-duotone.ph-file-zip:after{content:"";margin-left:-1em}.ph-duotone.ph-files:before{content:"";opacity:.2}.ph-duotone.ph-files:after{content:"";margin-left:-1em}.ph-duotone.ph-film-reel:before{content:"";opacity:.2}.ph-duotone.ph-film-reel:after{content:"";margin-left:-1em}.ph-duotone.ph-film-script:before{content:"";opacity:.2}.ph-duotone.ph-film-script:after{content:"";margin-left:-1em}.ph-duotone.ph-film-slate:before{content:"";opacity:.2}.ph-duotone.ph-film-slate:after{content:"";margin-left:-1em}.ph-duotone.ph-film-strip:before{content:"";opacity:.2}.ph-duotone.ph-film-strip:after{content:"";margin-left:-1em}.ph-duotone.ph-fingerprint:before{content:"";opacity:.2}.ph-duotone.ph-fingerprint:after{content:"";margin-left:-1em}.ph-duotone.ph-fingerprint-simple:before{content:"";opacity:.2}.ph-duotone.ph-fingerprint-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-finn-the-human:before{content:"";opacity:.2}.ph-duotone.ph-finn-the-human:after{content:"";margin-left:-1em}.ph-duotone.ph-fire:before{content:"";opacity:.2}.ph-duotone.ph-fire:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-extinguisher:before{content:"";opacity:.2}.ph-duotone.ph-fire-extinguisher:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-simple:before{content:"";opacity:.2}.ph-duotone.ph-fire-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-truck:before{content:"";opacity:.2}.ph-duotone.ph-fire-truck:after{content:"";margin-left:-1em}.ph-duotone.ph-first-aid:before{content:"";opacity:.2}.ph-duotone.ph-first-aid:after{content:"";margin-left:-1em}.ph-duotone.ph-first-aid-kit:before{content:"";opacity:.2}.ph-duotone.ph-first-aid-kit:after{content:"";margin-left:-1em}.ph-duotone.ph-fish:before{content:"";opacity:.2}.ph-duotone.ph-fish:after{content:"";margin-left:-1em}.ph-duotone.ph-fish-simple:before{content:"";opacity:.2}.ph-duotone.ph-fish-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-flag:before{content:"";opacity:.2}.ph-duotone.ph-flag:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-banner:before{content:"";opacity:.2}.ph-duotone.ph-flag-banner:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-banner-fold:before{content:"";opacity:.2}.ph-duotone.ph-flag-banner-fold:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-checkered:before{content:"";opacity:.2}.ph-duotone.ph-flag-checkered:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-pennant:before{content:"";opacity:.2}.ph-duotone.ph-flag-pennant:after{content:"";margin-left:-1em}.ph-duotone.ph-flame:before{content:"";opacity:.2}.ph-duotone.ph-flame:after{content:"";margin-left:-1em}.ph-duotone.ph-flashlight:before{content:"";opacity:.2}.ph-duotone.ph-flashlight:after{content:"";margin-left:-1em}.ph-duotone.ph-flask:before{content:"";opacity:.2}.ph-duotone.ph-flask:after{content:"";margin-left:-1em}.ph-duotone.ph-flip-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-flip-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-flip-vertical:before{content:"";opacity:.2}.ph-duotone.ph-flip-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-floppy-disk:before{content:"";opacity:.2}.ph-duotone.ph-floppy-disk:after{content:"";margin-left:-1em}.ph-duotone.ph-floppy-disk-back:before{content:"";opacity:.2}.ph-duotone.ph-floppy-disk-back:after{content:"";margin-left:-1em}.ph-duotone.ph-flow-arrow:before{content:"";opacity:.2}.ph-duotone.ph-flow-arrow:after{content:"";margin-left:-1em}.ph-duotone.ph-flower:before{content:"";opacity:.2}.ph-duotone.ph-flower:after{content:"";margin-left:-1em}.ph-duotone.ph-flower-lotus:before{content:"";opacity:.2}.ph-duotone.ph-flower-lotus:after{content:"";margin-left:-1em}.ph-duotone.ph-flower-tulip:before{content:"";opacity:.2}.ph-duotone.ph-flower-tulip:after{content:"";margin-left:-1em}.ph-duotone.ph-flying-saucer:before{content:"";opacity:.2}.ph-duotone.ph-flying-saucer:after{content:"";margin-left:-1em}.ph-duotone.ph-folder:before{content:"";opacity:.2}.ph-duotone.ph-folder:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-dashed:before{content:"";opacity:.2}.ph-duotone.ph-folder-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-lock:before{content:"";opacity:.2}.ph-duotone.ph-folder-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-minus:before{content:"";opacity:.2}.ph-duotone.ph-folder-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-open:before{content:"";opacity:.2}.ph-duotone.ph-folder-open:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-plus:before{content:"";opacity:.2}.ph-duotone.ph-folder-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-dashed:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-lock:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-minus:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-plus:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-star:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-star:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-user:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-user:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-star:before{content:"";opacity:.2}.ph-duotone.ph-folder-star:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-user:before{content:"";opacity:.2}.ph-duotone.ph-folder-user:after{content:"";margin-left:-1em}.ph-duotone.ph-folders:before{content:"";opacity:.2}.ph-duotone.ph-folders:after{content:"";margin-left:-1em}.ph-duotone.ph-football:before{content:"";opacity:.2}.ph-duotone.ph-football:after{content:"";margin-left:-1em}.ph-duotone.ph-football-helmet:before{content:"";opacity:.2}.ph-duotone.ph-football-helmet:after{content:"";margin-left:-1em}.ph-duotone.ph-footprints:before{content:"";opacity:.2}.ph-duotone.ph-footprints:after{content:"";margin-left:-1em}.ph-duotone.ph-fork-knife:before{content:"";opacity:.2}.ph-duotone.ph-fork-knife:after{content:"";margin-left:-1em}.ph-duotone.ph-four-k:before{content:"";opacity:.2}.ph-duotone.ph-four-k:after{content:"";margin-left:-1em}.ph-duotone.ph-frame-corners:before{content:"";opacity:.2}.ph-duotone.ph-frame-corners:after{content:"";margin-left:-1em}.ph-duotone.ph-framer-logo:before{content:"";opacity:.2}.ph-duotone.ph-framer-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-function:before{content:"";opacity:.2}.ph-duotone.ph-function:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel:before{content:"";opacity:.2}.ph-duotone.ph-funnel:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-simple:before{content:"";opacity:.2}.ph-duotone.ph-funnel-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-funnel-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-x:before{content:"";opacity:.2}.ph-duotone.ph-funnel-x:after{content:"";margin-left:-1em}.ph-duotone.ph-game-controller:before{content:"";opacity:.2}.ph-duotone.ph-game-controller:after{content:"";margin-left:-1em}.ph-duotone.ph-garage:before{content:"";opacity:.2}.ph-duotone.ph-garage:after{content:"";margin-left:-1em}.ph-duotone.ph-gas-can:before{content:"";opacity:.2}.ph-duotone.ph-gas-can:after{content:"";margin-left:-1em}.ph-duotone.ph-gas-pump:before{content:"";opacity:.2}.ph-duotone.ph-gas-pump:after{content:"";margin-left:-1em}.ph-duotone.ph-gauge:before{content:"";opacity:.2}.ph-duotone.ph-gauge:after{content:"";margin-left:-1em}.ph-duotone.ph-gavel:before{content:"";opacity:.2}.ph-duotone.ph-gavel:after{content:"";margin-left:-1em}.ph-duotone.ph-gear:before{content:"";opacity:.2}.ph-duotone.ph-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-gear-fine:before{content:"";opacity:.2}.ph-duotone.ph-gear-fine:after{content:"";margin-left:-1em}.ph-duotone.ph-gear-six:before{content:"";opacity:.2}.ph-duotone.ph-gear-six:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-female:before{content:"";opacity:.2}.ph-duotone.ph-gender-female:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-intersex:before{content:"";opacity:.2}.ph-duotone.ph-gender-intersex:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-male:before{content:"";opacity:.2}.ph-duotone.ph-gender-male:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-neuter:before{content:"";opacity:.2}.ph-duotone.ph-gender-neuter:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-nonbinary:before{content:"";opacity:.2}.ph-duotone.ph-gender-nonbinary:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-transgender:before{content:"";opacity:.2}.ph-duotone.ph-gender-transgender:after{content:"";margin-left:-1em}.ph-duotone.ph-ghost:before{content:"";opacity:.2}.ph-duotone.ph-ghost:after{content:"";margin-left:-1em}.ph-duotone.ph-gif:before{content:"";opacity:.2}.ph-duotone.ph-gif:after{content:"";margin-left:-1em}.ph-duotone.ph-gift:before{content:"";opacity:.2}.ph-duotone.ph-gift:after{content:"";margin-left:-1em}.ph-duotone.ph-git-branch:before{content:"";opacity:.2}.ph-duotone.ph-git-branch:after{content:"";margin-left:-1em}.ph-duotone.ph-git-commit:before{content:"";opacity:.2}.ph-duotone.ph-git-commit:after{content:"";margin-left:-1em}.ph-duotone.ph-git-diff:before{content:"";opacity:.2}.ph-duotone.ph-git-diff:after{content:"";margin-left:-1em}.ph-duotone.ph-git-fork:before{content:"";opacity:.2}.ph-duotone.ph-git-fork:after{content:"";margin-left:-1em}.ph-duotone.ph-git-merge:before{content:"";opacity:.2}.ph-duotone.ph-git-merge:after{content:"";margin-left:-1em}.ph-duotone.ph-git-pull-request:before{content:"";opacity:.2}.ph-duotone.ph-git-pull-request:after{content:"";margin-left:-1em}.ph-duotone.ph-github-logo:before{content:"";opacity:.2}.ph-duotone.ph-github-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gitlab-logo:before{content:"";opacity:.2}.ph-duotone.ph-gitlab-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gitlab-logo-simple:before{content:"";opacity:.2}.ph-duotone.ph-gitlab-logo-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-globe:before{content:"";opacity:.2}.ph-duotone.ph-globe:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-hemisphere-east:before{content:"";opacity:.2}.ph-duotone.ph-globe-hemisphere-east:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-hemisphere-west:before{content:"";opacity:.2}.ph-duotone.ph-globe-hemisphere-west:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-simple:before{content:"";opacity:.2}.ph-duotone.ph-globe-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-globe-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-stand:before{content:"";opacity:.2}.ph-duotone.ph-globe-stand:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-x:before{content:"";opacity:.2}.ph-duotone.ph-globe-x:after{content:"";margin-left:-1em}.ph-duotone.ph-goggles:before{content:"";opacity:.2}.ph-duotone.ph-goggles:after{content:"";margin-left:-1em}.ph-duotone.ph-golf:before{content:"";opacity:.2}.ph-duotone.ph-golf:after{content:"";margin-left:-1em}.ph-duotone.ph-goodreads-logo:before{content:"";opacity:.2}.ph-duotone.ph-goodreads-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-cardboard-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-cardboard-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-chrome-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-chrome-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-drive-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-drive-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-photos-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-photos-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-play-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-play-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-podcasts-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-podcasts-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gps:before{content:"";opacity:.2}.ph-duotone.ph-gps:after{content:"";margin-left:-1em}.ph-duotone.ph-gps-fix:before{content:"";opacity:.2}.ph-duotone.ph-gps-fix:after{content:"";margin-left:-1em}.ph-duotone.ph-gps-slash:before{content:"";opacity:.2}.ph-duotone.ph-gps-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-gradient:before{content:"";opacity:.2}.ph-duotone.ph-gradient:after{content:"";margin-left:-1em}.ph-duotone.ph-graduation-cap:before{content:"";opacity:.2}.ph-duotone.ph-graduation-cap:after{content:"";margin-left:-1em}.ph-duotone.ph-grains:before{content:"";opacity:.2}.ph-duotone.ph-grains:after{content:"";margin-left:-1em}.ph-duotone.ph-grains-slash:before{content:"";opacity:.2}.ph-duotone.ph-grains-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-graph:before{content:"";opacity:.2}.ph-duotone.ph-graph:after{content:"";margin-left:-1em}.ph-duotone.ph-graphics-card:before{content:"";opacity:.2}.ph-duotone.ph-graphics-card:after{content:"";margin-left:-1em}.ph-duotone.ph-greater-than:before{content:"";opacity:.2}.ph-duotone.ph-greater-than:after{content:"";margin-left:-1em}.ph-duotone.ph-greater-than-or-equal:before{content:"";opacity:.2}.ph-duotone.ph-greater-than-or-equal:after{content:"";margin-left:-1em}.ph-duotone.ph-grid-four:before{content:"";opacity:.2}.ph-duotone.ph-grid-four:after{content:"";margin-left:-1em}.ph-duotone.ph-grid-nine:before{content:"";opacity:.2}.ph-duotone.ph-grid-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-guitar:before{content:"";opacity:.2}.ph-duotone.ph-guitar:after{content:"";margin-left:-1em}.ph-duotone.ph-hair-dryer:before{content:"";opacity:.2}.ph-duotone.ph-hair-dryer:after{content:"";margin-left:-1em}.ph-duotone.ph-hamburger:before{content:"";opacity:.2}.ph-duotone.ph-hamburger:after{content:"";margin-left:-1em}.ph-duotone.ph-hammer:before{content:"";opacity:.2}.ph-duotone.ph-hammer:after{content:"";margin-left:-1em}.ph-duotone.ph-hand:before{content:"";opacity:.2}.ph-duotone.ph-hand:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-hand-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-hand-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-coins:before{content:"";opacity:.2}.ph-duotone.ph-hand-coins:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-deposit:before{content:"";opacity:.2}.ph-duotone.ph-hand-deposit:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-eye:before{content:"";opacity:.2}.ph-duotone.ph-hand-eye:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-fist:before{content:"";opacity:.2}.ph-duotone.ph-hand-fist:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-grabbing:before{content:"";opacity:.2}.ph-duotone.ph-hand-grabbing:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-heart:before{content:"";opacity:.2}.ph-duotone.ph-hand-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-palm:before{content:"";opacity:.2}.ph-duotone.ph-hand-palm:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-peace:before{content:"";opacity:.2}.ph-duotone.ph-hand-peace:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-pointing:before{content:"";opacity:.2}.ph-duotone.ph-hand-pointing:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-soap:before{content:"";opacity:.2}.ph-duotone.ph-hand-soap:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-swipe-left:before{content:"";opacity:.2}.ph-duotone.ph-hand-swipe-left:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-swipe-right:before{content:"";opacity:.2}.ph-duotone.ph-hand-swipe-right:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-tap:before{content:"";opacity:.2}.ph-duotone.ph-hand-tap:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-waving:before{content:"";opacity:.2}.ph-duotone.ph-hand-waving:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-withdraw:before{content:"";opacity:.2}.ph-duotone.ph-hand-withdraw:after{content:"";margin-left:-1em}.ph-duotone.ph-handbag:before{content:"";opacity:.2}.ph-duotone.ph-handbag:after{content:"";margin-left:-1em}.ph-duotone.ph-handbag-simple:before{content:"";opacity:.2}.ph-duotone.ph-handbag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hands-clapping:before{content:"";opacity:.2}.ph-duotone.ph-hands-clapping:after{content:"";margin-left:-1em}.ph-duotone.ph-hands-praying:before{content:"";opacity:.2}.ph-duotone.ph-hands-praying:after{content:"";margin-left:-1em}.ph-duotone.ph-handshake:before{content:"";opacity:.2}.ph-duotone.ph-handshake:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-drive:before{content:"";opacity:.2}.ph-duotone.ph-hard-drive:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-drives:before{content:"";opacity:.2}.ph-duotone.ph-hard-drives:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-hat:before{content:"";opacity:.2}.ph-duotone.ph-hard-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-hash:before{content:"";opacity:.2}.ph-duotone.ph-hash:after{content:"";margin-left:-1em}.ph-duotone.ph-hash-straight:before{content:"";opacity:.2}.ph-duotone.ph-hash-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-head-circuit:before{content:"";opacity:.2}.ph-duotone.ph-head-circuit:after{content:"";margin-left:-1em}.ph-duotone.ph-headlights:before{content:"";opacity:.2}.ph-duotone.ph-headlights:after{content:"";margin-left:-1em}.ph-duotone.ph-headphones:before{content:"";opacity:.2}.ph-duotone.ph-headphones:after{content:"";margin-left:-1em}.ph-duotone.ph-headset:before{content:"";opacity:.2}.ph-duotone.ph-headset:after{content:"";margin-left:-1em}.ph-duotone.ph-heart:before{content:"";opacity:.2}.ph-duotone.ph-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-break:before{content:"";opacity:.2}.ph-duotone.ph-heart-break:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-half:before{content:"";opacity:.2}.ph-duotone.ph-heart-half:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-straight:before{content:"";opacity:.2}.ph-duotone.ph-heart-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-straight-break:before{content:"";opacity:.2}.ph-duotone.ph-heart-straight-break:after{content:"";margin-left:-1em}.ph-duotone.ph-heartbeat:before{content:"";opacity:.2}.ph-duotone.ph-heartbeat:after{content:"";margin-left:-1em}.ph-duotone.ph-hexagon:before{content:"";opacity:.2}.ph-duotone.ph-hexagon:after{content:"";margin-left:-1em}.ph-duotone.ph-high-definition:before{content:"";opacity:.2}.ph-duotone.ph-high-definition:after{content:"";margin-left:-1em}.ph-duotone.ph-high-heel:before{content:"";opacity:.2}.ph-duotone.ph-high-heel:after{content:"";margin-left:-1em}.ph-duotone.ph-highlighter:before{content:"";opacity:.2}.ph-duotone.ph-highlighter:after{content:"";margin-left:-1em}.ph-duotone.ph-highlighter-circle:before{content:"";opacity:.2}.ph-duotone.ph-highlighter-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-hockey:before{content:"";opacity:.2}.ph-duotone.ph-hockey:after{content:"";margin-left:-1em}.ph-duotone.ph-hoodie:before{content:"";opacity:.2}.ph-duotone.ph-hoodie:after{content:"";margin-left:-1em}.ph-duotone.ph-horse:before{content:"";opacity:.2}.ph-duotone.ph-horse:after{content:"";margin-left:-1em}.ph-duotone.ph-hospital:before{content:"";opacity:.2}.ph-duotone.ph-hospital:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass:before{content:"";opacity:.2}.ph-duotone.ph-hourglass:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-high:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-high:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-low:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-low:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-medium:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-high:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-high:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-low:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-low:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-medium:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-house:before{content:"";opacity:.2}.ph-duotone.ph-house:after{content:"";margin-left:-1em}.ph-duotone.ph-house-line:before{content:"";opacity:.2}.ph-duotone.ph-house-line:after{content:"";margin-left:-1em}.ph-duotone.ph-house-simple:before{content:"";opacity:.2}.ph-duotone.ph-house-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hurricane:before{content:"";opacity:.2}.ph-duotone.ph-hurricane:after{content:"";margin-left:-1em}.ph-duotone.ph-ice-cream:before{content:"";opacity:.2}.ph-duotone.ph-ice-cream:after{content:"";margin-left:-1em}.ph-duotone.ph-identification-badge:before{content:"";opacity:.2}.ph-duotone.ph-identification-badge:after{content:"";margin-left:-1em}.ph-duotone.ph-identification-card:before{content:"";opacity:.2}.ph-duotone.ph-identification-card:after{content:"";margin-left:-1em}.ph-duotone.ph-image:before{content:"";opacity:.2}.ph-duotone.ph-image:after{content:"";margin-left:-1em}.ph-duotone.ph-image-broken:before{content:"";opacity:.2}.ph-duotone.ph-image-broken:after{content:"";margin-left:-1em}.ph-duotone.ph-image-square:before{content:"";opacity:.2}.ph-duotone.ph-image-square:after{content:"";margin-left:-1em}.ph-duotone.ph-images:before{content:"";opacity:.2}.ph-duotone.ph-images:after{content:"";margin-left:-1em}.ph-duotone.ph-images-square:before{content:"";opacity:.2}.ph-duotone.ph-images-square:after{content:"";margin-left:-1em}.ph-duotone.ph-infinity:before{content:"";opacity:.2}.ph-duotone.ph-infinity:after{content:"";margin-left:-1em}.ph-duotone.ph-info:before{content:"";opacity:.2}.ph-duotone.ph-info:after{content:"";margin-left:-1em}.ph-duotone.ph-instagram-logo:before{content:"";opacity:.2}.ph-duotone.ph-instagram-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect:before{content:"";opacity:.2}.ph-duotone.ph-intersect:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect-square:before{content:"";opacity:.2}.ph-duotone.ph-intersect-square:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect-three:before{content:"";opacity:.2}.ph-duotone.ph-intersect-three:after{content:"";margin-left:-1em}.ph-duotone.ph-intersection:before{content:"";opacity:.2}.ph-duotone.ph-intersection:after{content:"";margin-left:-1em}.ph-duotone.ph-invoice:before{content:"";opacity:.2}.ph-duotone.ph-invoice:after{content:"";margin-left:-1em}.ph-duotone.ph-island:before{content:"";opacity:.2}.ph-duotone.ph-island:after{content:"";margin-left:-1em}.ph-duotone.ph-jar:before{content:"";opacity:.2}.ph-duotone.ph-jar:after{content:"";margin-left:-1em}.ph-duotone.ph-jar-label:before{content:"";opacity:.2}.ph-duotone.ph-jar-label:after{content:"";margin-left:-1em}.ph-duotone.ph-jeep:before{content:"";opacity:.2}.ph-duotone.ph-jeep:after{content:"";margin-left:-1em}.ph-duotone.ph-joystick:before{content:"";opacity:.2}.ph-duotone.ph-joystick:after{content:"";margin-left:-1em}.ph-duotone.ph-kanban:before{content:"";opacity:.2}.ph-duotone.ph-kanban:after{content:"";margin-left:-1em}.ph-duotone.ph-key:before{content:"";opacity:.2}.ph-duotone.ph-key:after{content:"";margin-left:-1em}.ph-duotone.ph-key-return:before{content:"";opacity:.2}.ph-duotone.ph-key-return:after{content:"";margin-left:-1em}.ph-duotone.ph-keyboard:before{content:"";opacity:.2}.ph-duotone.ph-keyboard:after{content:"";margin-left:-1em}.ph-duotone.ph-keyhole:before{content:"";opacity:.2}.ph-duotone.ph-keyhole:after{content:"";margin-left:-1em}.ph-duotone.ph-knife:before{content:"";opacity:.2}.ph-duotone.ph-knife:after{content:"";margin-left:-1em}.ph-duotone.ph-ladder:before{content:"";opacity:.2}.ph-duotone.ph-ladder:after{content:"";margin-left:-1em}.ph-duotone.ph-ladder-simple:before{content:"";opacity:.2}.ph-duotone.ph-ladder-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-lamp:before{content:"";opacity:.2}.ph-duotone.ph-lamp:after{content:"";margin-left:-1em}.ph-duotone.ph-lamp-pendant:before{content:"";opacity:.2}.ph-duotone.ph-lamp-pendant:after{content:"";margin-left:-1em}.ph-duotone.ph-laptop:before{content:"";opacity:.2}.ph-duotone.ph-laptop:after{content:"";margin-left:-1em}.ph-duotone.ph-lasso:before{content:"";opacity:.2}.ph-duotone.ph-lasso:after{content:"";margin-left:-1em}.ph-duotone.ph-lastfm-logo:before{content:"";opacity:.2}.ph-duotone.ph-lastfm-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-layout:before{content:"";opacity:.2}.ph-duotone.ph-layout:after{content:"";margin-left:-1em}.ph-duotone.ph-leaf:before{content:"";opacity:.2}.ph-duotone.ph-leaf:after{content:"";margin-left:-1em}.ph-duotone.ph-lectern:before{content:"";opacity:.2}.ph-duotone.ph-lectern:after{content:"";margin-left:-1em}.ph-duotone.ph-lego:before{content:"";opacity:.2}.ph-duotone.ph-lego:after{content:"";margin-left:-1em}.ph-duotone.ph-lego-smiley:before{content:"";opacity:.2}.ph-duotone.ph-lego-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-less-than:before{content:"";opacity:.2}.ph-duotone.ph-less-than:after{content:"";margin-left:-1em}.ph-duotone.ph-less-than-or-equal:before{content:"";opacity:.2}.ph-duotone.ph-less-than-or-equal:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-h:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-h:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-p:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-p:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-v:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-v:after{content:"";margin-left:-1em}.ph-duotone.ph-lifebuoy:before{content:"";opacity:.2}.ph-duotone.ph-lifebuoy:after{content:"";margin-left:-1em}.ph-duotone.ph-lightbulb:before{content:"";opacity:.2}.ph-duotone.ph-lightbulb:after{content:"";margin-left:-1em}.ph-duotone.ph-lightbulb-filament:before{content:"";opacity:.2}.ph-duotone.ph-lightbulb-filament:after{content:"";margin-left:-1em}.ph-duotone.ph-lighthouse:before{content:"";opacity:.2}.ph-duotone.ph-lighthouse:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning:before{content:"";opacity:.2}.ph-duotone.ph-lightning:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning-a:before{content:"";opacity:.2}.ph-duotone.ph-lightning-a:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning-slash:before{content:"";opacity:.2}.ph-duotone.ph-lightning-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-line-segment:before{content:"";opacity:.2}.ph-duotone.ph-line-segment:after{content:"";margin-left:-1em}.ph-duotone.ph-line-segments:before{content:"";opacity:.2}.ph-duotone.ph-line-segments:after{content:"";margin-left:-1em}.ph-duotone.ph-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-link:before{content:"";opacity:.2}.ph-duotone.ph-link:after{content:"";margin-left:-1em}.ph-duotone.ph-link-break:before{content:"";opacity:.2}.ph-duotone.ph-link-break:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple:before{content:"";opacity:.2}.ph-duotone.ph-link-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-break:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-break:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-horizontal-break:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-horizontal-break:after{content:"";margin-left:-1em}.ph-duotone.ph-linkedin-logo:before{content:"";opacity:.2}.ph-duotone.ph-linkedin-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-linktree-logo:before{content:"";opacity:.2}.ph-duotone.ph-linktree-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-linux-logo:before{content:"";opacity:.2}.ph-duotone.ph-linux-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-list:before{content:"";opacity:.2}.ph-duotone.ph-list:after{content:"";margin-left:-1em}.ph-duotone.ph-list-bullets:before{content:"";opacity:.2}.ph-duotone.ph-list-bullets:after{content:"";margin-left:-1em}.ph-duotone.ph-list-checks:before{content:"";opacity:.2}.ph-duotone.ph-list-checks:after{content:"";margin-left:-1em}.ph-duotone.ph-list-dashes:before{content:"";opacity:.2}.ph-duotone.ph-list-dashes:after{content:"";margin-left:-1em}.ph-duotone.ph-list-heart:before{content:"";opacity:.2}.ph-duotone.ph-list-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-list-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-list-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-list-numbers:before{content:"";opacity:.2}.ph-duotone.ph-list-numbers:after{content:"";margin-left:-1em}.ph-duotone.ph-list-plus:before{content:"";opacity:.2}.ph-duotone.ph-list-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-list-star:before{content:"";opacity:.2}.ph-duotone.ph-list-star:after{content:"";margin-left:-1em}.ph-duotone.ph-lock:before{content:"";opacity:.2}.ph-duotone.ph-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-key:before{content:"";opacity:.2}.ph-duotone.ph-lock-key:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-key-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-key-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-laminated:before{content:"";opacity:.2}.ph-duotone.ph-lock-laminated:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-laminated-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-laminated-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-simple:before{content:"";opacity:.2}.ph-duotone.ph-lock-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-simple-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-simple-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lockers:before{content:"";opacity:.2}.ph-duotone.ph-lockers:after{content:"";margin-left:-1em}.ph-duotone.ph-log:before{content:"";opacity:.2}.ph-duotone.ph-log:after{content:"";margin-left:-1em}.ph-duotone.ph-magic-wand:before{content:"";opacity:.2}.ph-duotone.ph-magic-wand:after{content:"";margin-left:-1em}.ph-duotone.ph-magnet:before{content:"";opacity:.2}.ph-duotone.ph-magnet:after{content:"";margin-left:-1em}.ph-duotone.ph-magnet-straight:before{content:"";opacity:.2}.ph-duotone.ph-magnet-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass-minus:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass-plus:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-mailbox:before{content:"";opacity:.2}.ph-duotone.ph-mailbox:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin:before{content:"";opacity:.2}.ph-duotone.ph-map-pin:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-area:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-area:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-line:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-line:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-plus:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple-area:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple-area:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple-line:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple-line:after{content:"";margin-left:-1em}.ph-duotone.ph-map-trifold:before{content:"";opacity:.2}.ph-duotone.ph-map-trifold:after{content:"";margin-left:-1em}.ph-duotone.ph-markdown-logo:before{content:"";opacity:.2}.ph-duotone.ph-markdown-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-marker-circle:before{content:"";opacity:.2}.ph-duotone.ph-marker-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-martini:before{content:"";opacity:.2}.ph-duotone.ph-martini:after{content:"";margin-left:-1em}.ph-duotone.ph-mask-happy:before{content:"";opacity:.2}.ph-duotone.ph-mask-happy:after{content:"";margin-left:-1em}.ph-duotone.ph-mask-sad:before{content:"";opacity:.2}.ph-duotone.ph-mask-sad:after{content:"";margin-left:-1em}.ph-duotone.ph-mastodon-logo:before{content:"";opacity:.2}.ph-duotone.ph-mastodon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-math-operations:before{content:"";opacity:.2}.ph-duotone.ph-math-operations:after{content:"";margin-left:-1em}.ph-duotone.ph-matrix-logo:before{content:"";opacity:.2}.ph-duotone.ph-matrix-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-medal:before{content:"";opacity:.2}.ph-duotone.ph-medal:after{content:"";margin-left:-1em}.ph-duotone.ph-medal-military:before{content:"";opacity:.2}.ph-duotone.ph-medal-military:after{content:"";margin-left:-1em}.ph-duotone.ph-medium-logo:before{content:"";opacity:.2}.ph-duotone.ph-medium-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-megaphone:before{content:"";opacity:.2}.ph-duotone.ph-megaphone:after{content:"";margin-left:-1em}.ph-duotone.ph-megaphone-simple:before{content:"";opacity:.2}.ph-duotone.ph-megaphone-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-member-of:before{content:"";opacity:.2}.ph-duotone.ph-member-of:after{content:"";margin-left:-1em}.ph-duotone.ph-memory:before{content:"";opacity:.2}.ph-duotone.ph-memory:after{content:"";margin-left:-1em}.ph-duotone.ph-messenger-logo:before{content:"";opacity:.2}.ph-duotone.ph-messenger-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-meta-logo:before{content:"";opacity:.2}.ph-duotone.ph-meta-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-meteor:before{content:"";opacity:.2}.ph-duotone.ph-meteor:after{content:"";margin-left:-1em}.ph-duotone.ph-metronome:before{content:"";opacity:.2}.ph-duotone.ph-metronome:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone:before{content:"";opacity:.2}.ph-duotone.ph-microphone:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone-slash:before{content:"";opacity:.2}.ph-duotone.ph-microphone-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone-stage:before{content:"";opacity:.2}.ph-duotone.ph-microphone-stage:after{content:"";margin-left:-1em}.ph-duotone.ph-microscope:before{content:"";opacity:.2}.ph-duotone.ph-microscope:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-excel-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-excel-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-outlook-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-outlook-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-powerpoint-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-powerpoint-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-teams-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-teams-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-word-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-word-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-minus:before{content:"";opacity:.2}.ph-duotone.ph-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-minus-circle:before{content:"";opacity:.2}.ph-duotone.ph-minus-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-minus-square:before{content:"";opacity:.2}.ph-duotone.ph-minus-square:after{content:"";margin-left:-1em}.ph-duotone.ph-money:before{content:"";opacity:.2}.ph-duotone.ph-money:after{content:"";margin-left:-1em}.ph-duotone.ph-money-wavy:before{content:"";opacity:.2}.ph-duotone.ph-money-wavy:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor:before{content:"";opacity:.2}.ph-duotone.ph-monitor:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-monitor-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor-play:before{content:"";opacity:.2}.ph-duotone.ph-monitor-play:after{content:"";margin-left:-1em}.ph-duotone.ph-moon:before{content:"";opacity:.2}.ph-duotone.ph-moon:after{content:"";margin-left:-1em}.ph-duotone.ph-moon-stars:before{content:"";opacity:.2}.ph-duotone.ph-moon-stars:after{content:"";margin-left:-1em}.ph-duotone.ph-moped:before{content:"";opacity:.2}.ph-duotone.ph-moped:after{content:"";margin-left:-1em}.ph-duotone.ph-moped-front:before{content:"";opacity:.2}.ph-duotone.ph-moped-front:after{content:"";margin-left:-1em}.ph-duotone.ph-mosque:before{content:"";opacity:.2}.ph-duotone.ph-mosque:after{content:"";margin-left:-1em}.ph-duotone.ph-motorcycle:before{content:"";opacity:.2}.ph-duotone.ph-motorcycle:after{content:"";margin-left:-1em}.ph-duotone.ph-mountains:before{content:"";opacity:.2}.ph-duotone.ph-mountains:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse:before{content:"";opacity:.2}.ph-duotone.ph-mouse:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-left-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-left-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-middle-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-middle-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-right-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-right-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-scroll:before{content:"";opacity:.2}.ph-duotone.ph-mouse-scroll:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-simple:before{content:"";opacity:.2}.ph-duotone.ph-mouse-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-music-note:before{content:"";opacity:.2}.ph-duotone.ph-music-note:after{content:"";margin-left:-1em}.ph-duotone.ph-music-note-simple:before{content:"";opacity:.2}.ph-duotone.ph-music-note-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes:before{content:"";opacity:.2}.ph-duotone.ph-music-notes:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-minus:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-plus:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-simple:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-navigation-arrow:before{content:"";opacity:.2}.ph-duotone.ph-navigation-arrow:after{content:"";margin-left:-1em}.ph-duotone.ph-needle:before{content:"";opacity:.2}.ph-duotone.ph-needle:after{content:"";margin-left:-1em}.ph-duotone.ph-network:before{content:"";opacity:.2}.ph-duotone.ph-network:after{content:"";margin-left:-1em}.ph-duotone.ph-network-slash:before{content:"";opacity:.2}.ph-duotone.ph-network-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-network-x:before{content:"";opacity:.2}.ph-duotone.ph-network-x:after{content:"";margin-left:-1em}.ph-duotone.ph-newspaper:before{content:"";opacity:.2}.ph-duotone.ph-newspaper:after{content:"";margin-left:-1em}.ph-duotone.ph-newspaper-clipping:before{content:"";opacity:.2}.ph-duotone.ph-newspaper-clipping:after{content:"";margin-left:-1em}.ph-duotone.ph-not-equals:before{content:"";opacity:.2}.ph-duotone.ph-not-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-not-member-of:before{content:"";opacity:.2}.ph-duotone.ph-not-member-of:after{content:"";margin-left:-1em}.ph-duotone.ph-not-subset-of:before{content:"";opacity:.2}.ph-duotone.ph-not-subset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-not-superset-of:before{content:"";opacity:.2}.ph-duotone.ph-not-superset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-notches:before{content:"";opacity:.2}.ph-duotone.ph-notches:after{content:"";margin-left:-1em}.ph-duotone.ph-note:before{content:"";opacity:.2}.ph-duotone.ph-note:after{content:"";margin-left:-1em}.ph-duotone.ph-note-blank:before{content:"";opacity:.2}.ph-duotone.ph-note-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-note-pencil:before{content:"";opacity:.2}.ph-duotone.ph-note-pencil:after{content:"";margin-left:-1em}.ph-duotone.ph-notebook:before{content:"";opacity:.2}.ph-duotone.ph-notebook:after{content:"";margin-left:-1em}.ph-duotone.ph-notepad:before{content:"";opacity:.2}.ph-duotone.ph-notepad:after{content:"";margin-left:-1em}.ph-duotone.ph-notification:before{content:"";opacity:.2}.ph-duotone.ph-notification:after{content:"";margin-left:-1em}.ph-duotone.ph-notion-logo:before{content:"";opacity:.2}.ph-duotone.ph-notion-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-nuclear-plant:before{content:"";opacity:.2}.ph-duotone.ph-nuclear-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-five:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-four:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-one:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-six:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-three:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-two:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-number-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-five:before{content:"";opacity:.2}.ph-duotone.ph-number-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-four:before{content:"";opacity:.2}.ph-duotone.ph-number-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-one:before{content:"";opacity:.2}.ph-duotone.ph-number-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-six:before{content:"";opacity:.2}.ph-duotone.ph-number-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-square-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-five:before{content:"";opacity:.2}.ph-duotone.ph-number-square-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-four:before{content:"";opacity:.2}.ph-duotone.ph-number-square-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-square-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-one:before{content:"";opacity:.2}.ph-duotone.ph-number-square-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-square-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-six:before{content:"";opacity:.2}.ph-duotone.ph-number-square-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-three:before{content:"";opacity:.2}.ph-duotone.ph-number-square-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-two:before{content:"";opacity:.2}.ph-duotone.ph-number-square-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-square-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-number-three:before{content:"";opacity:.2}.ph-duotone.ph-number-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-two:before{content:"";opacity:.2}.ph-duotone.ph-number-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-numpad:before{content:"";opacity:.2}.ph-duotone.ph-numpad:after{content:"";margin-left:-1em}.ph-duotone.ph-nut:before{content:"";opacity:.2}.ph-duotone.ph-nut:after{content:"";margin-left:-1em}.ph-duotone.ph-ny-times-logo:before{content:"";opacity:.2}.ph-duotone.ph-ny-times-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-octagon:before{content:"";opacity:.2}.ph-duotone.ph-octagon:after{content:"";margin-left:-1em}.ph-duotone.ph-office-chair:before{content:"";opacity:.2}.ph-duotone.ph-office-chair:after{content:"";margin-left:-1em}.ph-duotone.ph-onigiri:before{content:"";opacity:.2}.ph-duotone.ph-onigiri:after{content:"";margin-left:-1em}.ph-duotone.ph-open-ai-logo:before{content:"";opacity:.2}.ph-duotone.ph-open-ai-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-option:before{content:"";opacity:.2}.ph-duotone.ph-option:after{content:"";margin-left:-1em}.ph-duotone.ph-orange:before{content:"";opacity:.2}.ph-duotone.ph-orange:after{content:"";margin-left:-1em}.ph-duotone.ph-orange-slice:before{content:"";opacity:.2}.ph-duotone.ph-orange-slice:after{content:"";margin-left:-1em}.ph-duotone.ph-oven:before{content:"";opacity:.2}.ph-duotone.ph-oven:after{content:"";margin-left:-1em}.ph-duotone.ph-package:before{content:"";opacity:.2}.ph-duotone.ph-package:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush-broad:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush-broad:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush-household:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush-household:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-bucket:before{content:"";opacity:.2}.ph-duotone.ph-paint-bucket:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-roller:before{content:"";opacity:.2}.ph-duotone.ph-paint-roller:after{content:"";margin-left:-1em}.ph-duotone.ph-palette:before{content:"";opacity:.2}.ph-duotone.ph-palette:after{content:"";margin-left:-1em}.ph-duotone.ph-panorama:before{content:"";opacity:.2}.ph-duotone.ph-panorama:after{content:"";margin-left:-1em}.ph-duotone.ph-pants:before{content:"";opacity:.2}.ph-duotone.ph-pants:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane-right:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane-right:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane-tilt:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-paperclip:before{content:"";opacity:.2}.ph-duotone.ph-paperclip:after{content:"";margin-left:-1em}.ph-duotone.ph-paperclip-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-paperclip-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-parachute:before{content:"";opacity:.2}.ph-duotone.ph-parachute:after{content:"";margin-left:-1em}.ph-duotone.ph-paragraph:before{content:"";opacity:.2}.ph-duotone.ph-paragraph:after{content:"";margin-left:-1em}.ph-duotone.ph-parallelogram:before{content:"";opacity:.2}.ph-duotone.ph-parallelogram:after{content:"";margin-left:-1em}.ph-duotone.ph-park:before{content:"";opacity:.2}.ph-duotone.ph-park:after{content:"";margin-left:-1em}.ph-duotone.ph-password:before{content:"";opacity:.2}.ph-duotone.ph-password:after{content:"";margin-left:-1em}.ph-duotone.ph-path:before{content:"";opacity:.2}.ph-duotone.ph-path:after{content:"";margin-left:-1em}.ph-duotone.ph-patreon-logo:before{content:"";opacity:.2}.ph-duotone.ph-patreon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pause:before{content:"";opacity:.2}.ph-duotone.ph-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-pause-circle:before{content:"";opacity:.2}.ph-duotone.ph-pause-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-paw-print:before{content:"";opacity:.2}.ph-duotone.ph-paw-print:after{content:"";margin-left:-1em}.ph-duotone.ph-paypal-logo:before{content:"";opacity:.2}.ph-duotone.ph-paypal-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-peace:before{content:"";opacity:.2}.ph-duotone.ph-peace:after{content:"";margin-left:-1em}.ph-duotone.ph-pen:before{content:"";opacity:.2}.ph-duotone.ph-pen:after{content:"";margin-left:-1em}.ph-duotone.ph-pen-nib:before{content:"";opacity:.2}.ph-duotone.ph-pen-nib:after{content:"";margin-left:-1em}.ph-duotone.ph-pen-nib-straight:before{content:"";opacity:.2}.ph-duotone.ph-pen-nib-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil:before{content:"";opacity:.2}.ph-duotone.ph-pencil:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-circle:before{content:"";opacity:.2}.ph-duotone.ph-pencil-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-line:before{content:"";opacity:.2}.ph-duotone.ph-pencil-line:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-ruler:before{content:"";opacity:.2}.ph-duotone.ph-pencil-ruler:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple-line:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple-line:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-slash:before{content:"";opacity:.2}.ph-duotone.ph-pencil-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-pentagon:before{content:"";opacity:.2}.ph-duotone.ph-pentagon:after{content:"";margin-left:-1em}.ph-duotone.ph-pentagram:before{content:"";opacity:.2}.ph-duotone.ph-pentagram:after{content:"";margin-left:-1em}.ph-duotone.ph-pepper:before{content:"";opacity:.2}.ph-duotone.ph-pepper:after{content:"";margin-left:-1em}.ph-duotone.ph-percent:before{content:"";opacity:.2}.ph-duotone.ph-percent:after{content:"";margin-left:-1em}.ph-duotone.ph-person:before{content:"";opacity:.2}.ph-duotone.ph-person:after{content:"";margin-left:-1em}.ph-duotone.ph-person-arms-spread:before{content:"";opacity:.2}.ph-duotone.ph-person-arms-spread:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple:before{content:"";opacity:.2}.ph-duotone.ph-person-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-bike:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-bike:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-circle:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-hike:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-hike:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-run:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-run:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-ski:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-ski:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-snowboard:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-snowboard:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-swim:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-swim:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-tai-chi:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-tai-chi:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-throw:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-throw:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-walk:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-walk:after{content:"";margin-left:-1em}.ph-duotone.ph-perspective:before{content:"";opacity:.2}.ph-duotone.ph-perspective:after{content:"";margin-left:-1em}.ph-duotone.ph-phone:before{content:"";opacity:.2}.ph-duotone.ph-phone:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-call:before{content:"";opacity:.2}.ph-duotone.ph-phone-call:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-disconnect:before{content:"";opacity:.2}.ph-duotone.ph-phone-disconnect:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-incoming:before{content:"";opacity:.2}.ph-duotone.ph-phone-incoming:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-list:before{content:"";opacity:.2}.ph-duotone.ph-phone-list:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-outgoing:before{content:"";opacity:.2}.ph-duotone.ph-phone-outgoing:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-pause:before{content:"";opacity:.2}.ph-duotone.ph-phone-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-plus:before{content:"";opacity:.2}.ph-duotone.ph-phone-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-slash:before{content:"";opacity:.2}.ph-duotone.ph-phone-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-transfer:before{content:"";opacity:.2}.ph-duotone.ph-phone-transfer:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-x:before{content:"";opacity:.2}.ph-duotone.ph-phone-x:after{content:"";margin-left:-1em}.ph-duotone.ph-phosphor-logo:before{content:"";opacity:.2}.ph-duotone.ph-phosphor-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pi:before{content:"";opacity:.2}.ph-duotone.ph-pi:after{content:"";margin-left:-1em}.ph-duotone.ph-piano-keys:before{content:"";opacity:.2}.ph-duotone.ph-piano-keys:after{content:"";margin-left:-1em}.ph-duotone.ph-picnic-table:before{content:"";opacity:.2}.ph-duotone.ph-picnic-table:after{content:"";margin-left:-1em}.ph-duotone.ph-picture-in-picture:before{content:"";opacity:.2}.ph-duotone.ph-picture-in-picture:after{content:"";margin-left:-1em}.ph-duotone.ph-piggy-bank:before{content:"";opacity:.2}.ph-duotone.ph-piggy-bank:after{content:"";margin-left:-1em}.ph-duotone.ph-pill:before{content:"";opacity:.2}.ph-duotone.ph-pill:after{content:"";margin-left:-1em}.ph-duotone.ph-ping-pong:before{content:"";opacity:.2}.ph-duotone.ph-ping-pong:after{content:"";margin-left:-1em}.ph-duotone.ph-pint-glass:before{content:"";opacity:.2}.ph-duotone.ph-pint-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-pinterest-logo:before{content:"";opacity:.2}.ph-duotone.ph-pinterest-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pinwheel:before{content:"";opacity:.2}.ph-duotone.ph-pinwheel:after{content:"";margin-left:-1em}.ph-duotone.ph-pipe:before{content:"";opacity:.2}.ph-duotone.ph-pipe:after{content:"";margin-left:-1em}.ph-duotone.ph-pipe-wrench:before{content:"";opacity:.2}.ph-duotone.ph-pipe-wrench:after{content:"";margin-left:-1em}.ph-duotone.ph-pix-logo:before{content:"";opacity:.2}.ph-duotone.ph-pix-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pizza:before{content:"";opacity:.2}.ph-duotone.ph-pizza:after{content:"";margin-left:-1em}.ph-duotone.ph-placeholder:before{content:"";opacity:.2}.ph-duotone.ph-placeholder:after{content:"";margin-left:-1em}.ph-duotone.ph-planet:before{content:"";opacity:.2}.ph-duotone.ph-planet:after{content:"";margin-left:-1em}.ph-duotone.ph-plant:before{content:"";opacity:.2}.ph-duotone.ph-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-play:before{content:"";opacity:.2}.ph-duotone.ph-play:after{content:"";margin-left:-1em}.ph-duotone.ph-play-circle:before{content:"";opacity:.2}.ph-duotone.ph-play-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-play-pause:before{content:"";opacity:.2}.ph-duotone.ph-play-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-playlist:before{content:"";opacity:.2}.ph-duotone.ph-playlist:after{content:"";margin-left:-1em}.ph-duotone.ph-plug:before{content:"";opacity:.2}.ph-duotone.ph-plug:after{content:"";margin-left:-1em}.ph-duotone.ph-plug-charging:before{content:"";opacity:.2}.ph-duotone.ph-plug-charging:after{content:"";margin-left:-1em}.ph-duotone.ph-plugs:before{content:"";opacity:.2}.ph-duotone.ph-plugs:after{content:"";margin-left:-1em}.ph-duotone.ph-plugs-connected:before{content:"";opacity:.2}.ph-duotone.ph-plugs-connected:after{content:"";margin-left:-1em}.ph-duotone.ph-plus:before{content:"";opacity:.2}.ph-duotone.ph-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-circle:before{content:"";opacity:.2}.ph-duotone.ph-plus-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-minus:before{content:"";opacity:.2}.ph-duotone.ph-plus-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-square:before{content:"";opacity:.2}.ph-duotone.ph-plus-square:after{content:"";margin-left:-1em}.ph-duotone.ph-poker-chip:before{content:"";opacity:.2}.ph-duotone.ph-poker-chip:after{content:"";margin-left:-1em}.ph-duotone.ph-police-car:before{content:"";opacity:.2}.ph-duotone.ph-police-car:after{content:"";margin-left:-1em}.ph-duotone.ph-polygon:before{content:"";opacity:.2}.ph-duotone.ph-polygon:after{content:"";margin-left:-1em}.ph-duotone.ph-popcorn:before{content:"";opacity:.2}.ph-duotone.ph-popcorn:after{content:"";margin-left:-1em}.ph-duotone.ph-popsicle:before{content:"";opacity:.2}.ph-duotone.ph-popsicle:after{content:"";margin-left:-1em}.ph-duotone.ph-potted-plant:before{content:"";opacity:.2}.ph-duotone.ph-potted-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-power:before{content:"";opacity:.2}.ph-duotone.ph-power:after{content:"";margin-left:-1em}.ph-duotone.ph-prescription:before{content:"";opacity:.2}.ph-duotone.ph-prescription:after{content:"";margin-left:-1em}.ph-duotone.ph-presentation:before{content:"";opacity:.2}.ph-duotone.ph-presentation:after{content:"";margin-left:-1em}.ph-duotone.ph-presentation-chart:before{content:"";opacity:.2}.ph-duotone.ph-presentation-chart:after{content:"";margin-left:-1em}.ph-duotone.ph-printer:before{content:"";opacity:.2}.ph-duotone.ph-printer:after{content:"";margin-left:-1em}.ph-duotone.ph-prohibit:before{content:"";opacity:.2}.ph-duotone.ph-prohibit:after{content:"";margin-left:-1em}.ph-duotone.ph-prohibit-inset:before{content:"";opacity:.2}.ph-duotone.ph-prohibit-inset:after{content:"";margin-left:-1em}.ph-duotone.ph-projector-screen:before{content:"";opacity:.2}.ph-duotone.ph-projector-screen:after{content:"";margin-left:-1em}.ph-duotone.ph-projector-screen-chart:before{content:"";opacity:.2}.ph-duotone.ph-projector-screen-chart:after{content:"";margin-left:-1em}.ph-duotone.ph-pulse:before{content:"";opacity:.2}.ph-duotone.ph-pulse:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin:before{content:"";opacity:.2}.ph-duotone.ph-push-pin:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-simple:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-slash:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-puzzle-piece:before{content:"";opacity:.2}.ph-duotone.ph-puzzle-piece:after{content:"";margin-left:-1em}.ph-duotone.ph-qr-code:before{content:"";opacity:.2}.ph-duotone.ph-qr-code:after{content:"";margin-left:-1em}.ph-duotone.ph-question:before{content:"";opacity:.2}.ph-duotone.ph-question:after{content:"";margin-left:-1em}.ph-duotone.ph-question-mark:before{content:"";opacity:.2}.ph-duotone.ph-question-mark:after{content:"";margin-left:-1em}.ph-duotone.ph-queue:before{content:"";opacity:.2}.ph-duotone.ph-queue:after{content:"";margin-left:-1em}.ph-duotone.ph-quotes:before{content:"";opacity:.2}.ph-duotone.ph-quotes:after{content:"";margin-left:-1em}.ph-duotone.ph-rabbit:before{content:"";opacity:.2}.ph-duotone.ph-rabbit:after{content:"";margin-left:-1em}.ph-duotone.ph-racquet:before{content:"";opacity:.2}.ph-duotone.ph-racquet:after{content:"";margin-left:-1em}.ph-duotone.ph-radical:before{content:"";opacity:.2}.ph-duotone.ph-radical:after{content:"";margin-left:-1em}.ph-duotone.ph-radio:before{content:"";opacity:.2}.ph-duotone.ph-radio:after{content:"";margin-left:-1em}.ph-duotone.ph-radio-button:before{content:"";opacity:.2}.ph-duotone.ph-radio-button:after{content:"";margin-left:-1em}.ph-duotone.ph-radioactive:before{content:"";opacity:.2}.ph-duotone.ph-radioactive:after{content:"";margin-left:-1em}.ph-duotone.ph-rainbow:before{content:"";opacity:.2}.ph-duotone.ph-rainbow:after{content:"";margin-left:-1em}.ph-duotone.ph-rainbow-cloud:before{content:"";opacity:.2}.ph-duotone.ph-rainbow-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-ranking:before{content:"";opacity:.2}.ph-duotone.ph-ranking:after{content:"";margin-left:-1em}.ph-duotone.ph-read-cv-logo:before{content:"";opacity:.2}.ph-duotone.ph-read-cv-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-receipt:before{content:"";opacity:.2}.ph-duotone.ph-receipt:after{content:"";margin-left:-1em}.ph-duotone.ph-receipt-x:before{content:"";opacity:.2}.ph-duotone.ph-receipt-x:after{content:"";margin-left:-1em}.ph-duotone.ph-record:before{content:"";opacity:.2}.ph-duotone.ph-record:after{content:"";margin-left:-1em}.ph-duotone.ph-rectangle:before{content:"";opacity:.2}.ph-duotone.ph-rectangle:after{content:"";margin-left:-1em}.ph-duotone.ph-rectangle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-rectangle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-recycle:before{content:"";opacity:.2}.ph-duotone.ph-recycle:after{content:"";margin-left:-1em}.ph-duotone.ph-reddit-logo:before{content:"";opacity:.2}.ph-duotone.ph-reddit-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-repeat:before{content:"";opacity:.2}.ph-duotone.ph-repeat:after{content:"";margin-left:-1em}.ph-duotone.ph-repeat-once:before{content:"";opacity:.2}.ph-duotone.ph-repeat-once:after{content:"";margin-left:-1em}.ph-duotone.ph-replit-logo:before{content:"";opacity:.2}.ph-duotone.ph-replit-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-resize:before{content:"";opacity:.2}.ph-duotone.ph-resize:after{content:"";margin-left:-1em}.ph-duotone.ph-rewind:before{content:"";opacity:.2}.ph-duotone.ph-rewind:after{content:"";margin-left:-1em}.ph-duotone.ph-rewind-circle:before{content:"";opacity:.2}.ph-duotone.ph-rewind-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-road-horizon:before{content:"";opacity:.2}.ph-duotone.ph-road-horizon:after{content:"";margin-left:-1em}.ph-duotone.ph-robot:before{content:"";opacity:.2}.ph-duotone.ph-robot:after{content:"";margin-left:-1em}.ph-duotone.ph-rocket:before{content:"";opacity:.2}.ph-duotone.ph-rocket:after{content:"";margin-left:-1em}.ph-duotone.ph-rocket-launch:before{content:"";opacity:.2}.ph-duotone.ph-rocket-launch:after{content:"";margin-left:-1em}.ph-duotone.ph-rows:before{content:"";opacity:.2}.ph-duotone.ph-rows:after{content:"";margin-left:-1em}.ph-duotone.ph-rows-plus-bottom:before{content:"";opacity:.2}.ph-duotone.ph-rows-plus-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-rows-plus-top:before{content:"";opacity:.2}.ph-duotone.ph-rows-plus-top:after{content:"";margin-left:-1em}.ph-duotone.ph-rss:before{content:"";opacity:.2}.ph-duotone.ph-rss:after{content:"";margin-left:-1em}.ph-duotone.ph-rss-simple:before{content:"";opacity:.2}.ph-duotone.ph-rss-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-rug:before{content:"";opacity:.2}.ph-duotone.ph-rug:after{content:"";margin-left:-1em}.ph-duotone.ph-ruler:before{content:"";opacity:.2}.ph-duotone.ph-ruler:after{content:"";margin-left:-1em}.ph-duotone.ph-sailboat:before{content:"";opacity:.2}.ph-duotone.ph-sailboat:after{content:"";margin-left:-1em}.ph-duotone.ph-scales:before{content:"";opacity:.2}.ph-duotone.ph-scales:after{content:"";margin-left:-1em}.ph-duotone.ph-scan:before{content:"";opacity:.2}.ph-duotone.ph-scan:after{content:"";margin-left:-1em}.ph-duotone.ph-scan-smiley:before{content:"";opacity:.2}.ph-duotone.ph-scan-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-scissors:before{content:"";opacity:.2}.ph-duotone.ph-scissors:after{content:"";margin-left:-1em}.ph-duotone.ph-scooter:before{content:"";opacity:.2}.ph-duotone.ph-scooter:after{content:"";margin-left:-1em}.ph-duotone.ph-screencast:before{content:"";opacity:.2}.ph-duotone.ph-screencast:after{content:"";margin-left:-1em}.ph-duotone.ph-screwdriver:before{content:"";opacity:.2}.ph-duotone.ph-screwdriver:after{content:"";margin-left:-1em}.ph-duotone.ph-scribble:before{content:"";opacity:.2}.ph-duotone.ph-scribble:after{content:"";margin-left:-1em}.ph-duotone.ph-scribble-loop:before{content:"";opacity:.2}.ph-duotone.ph-scribble-loop:after{content:"";margin-left:-1em}.ph-duotone.ph-scroll:before{content:"";opacity:.2}.ph-duotone.ph-scroll:after{content:"";margin-left:-1em}.ph-duotone.ph-seal:before{content:"";opacity:.2}.ph-duotone.ph-seal:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-check:before{content:"";opacity:.2}.ph-duotone.ph-seal-check:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-percent:before{content:"";opacity:.2}.ph-duotone.ph-seal-percent:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-question:before{content:"";opacity:.2}.ph-duotone.ph-seal-question:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-warning:before{content:"";opacity:.2}.ph-duotone.ph-seal-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-seat:before{content:"";opacity:.2}.ph-duotone.ph-seat:after{content:"";margin-left:-1em}.ph-duotone.ph-seatbelt:before{content:"";opacity:.2}.ph-duotone.ph-seatbelt:after{content:"";margin-left:-1em}.ph-duotone.ph-security-camera:before{content:"";opacity:.2}.ph-duotone.ph-security-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-selection:before{content:"";opacity:.2}.ph-duotone.ph-selection:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-all:before{content:"";opacity:.2}.ph-duotone.ph-selection-all:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-background:before{content:"";opacity:.2}.ph-duotone.ph-selection-background:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-foreground:before{content:"";opacity:.2}.ph-duotone.ph-selection-foreground:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-inverse:before{content:"";opacity:.2}.ph-duotone.ph-selection-inverse:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-plus:before{content:"";opacity:.2}.ph-duotone.ph-selection-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-slash:before{content:"";opacity:.2}.ph-duotone.ph-selection-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-shapes:before{content:"";opacity:.2}.ph-duotone.ph-shapes:after{content:"";margin-left:-1em}.ph-duotone.ph-share:before{content:"";opacity:.2}.ph-duotone.ph-share:after{content:"";margin-left:-1em}.ph-duotone.ph-share-fat:before{content:"";opacity:.2}.ph-duotone.ph-share-fat:after{content:"";margin-left:-1em}.ph-duotone.ph-share-network:before{content:"";opacity:.2}.ph-duotone.ph-share-network:after{content:"";margin-left:-1em}.ph-duotone.ph-shield:before{content:"";opacity:.2}.ph-duotone.ph-shield:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-check:before{content:"";opacity:.2}.ph-duotone.ph-shield-check:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-checkered:before{content:"";opacity:.2}.ph-duotone.ph-shield-checkered:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-chevron:before{content:"";opacity:.2}.ph-duotone.ph-shield-chevron:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-plus:before{content:"";opacity:.2}.ph-duotone.ph-shield-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-slash:before{content:"";opacity:.2}.ph-duotone.ph-shield-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-star:before{content:"";opacity:.2}.ph-duotone.ph-shield-star:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-warning:before{content:"";opacity:.2}.ph-duotone.ph-shield-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-shipping-container:before{content:"";opacity:.2}.ph-duotone.ph-shipping-container:after{content:"";margin-left:-1em}.ph-duotone.ph-shirt-folded:before{content:"";opacity:.2}.ph-duotone.ph-shirt-folded:after{content:"";margin-left:-1em}.ph-duotone.ph-shooting-star:before{content:"";opacity:.2}.ph-duotone.ph-shooting-star:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-bag:before{content:"";opacity:.2}.ph-duotone.ph-shopping-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-bag-open:before{content:"";opacity:.2}.ph-duotone.ph-shopping-bag-open:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-cart:before{content:"";opacity:.2}.ph-duotone.ph-shopping-cart:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-cart-simple:before{content:"";opacity:.2}.ph-duotone.ph-shopping-cart-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-shovel:before{content:"";opacity:.2}.ph-duotone.ph-shovel:after{content:"";margin-left:-1em}.ph-duotone.ph-shower:before{content:"";opacity:.2}.ph-duotone.ph-shower:after{content:"";margin-left:-1em}.ph-duotone.ph-shrimp:before{content:"";opacity:.2}.ph-duotone.ph-shrimp:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle:before{content:"";opacity:.2}.ph-duotone.ph-shuffle:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle-angular:before{content:"";opacity:.2}.ph-duotone.ph-shuffle-angular:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle-simple:before{content:"";opacity:.2}.ph-duotone.ph-shuffle-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sidebar:before{content:"";opacity:.2}.ph-duotone.ph-sidebar:after{content:"";margin-left:-1em}.ph-duotone.ph-sidebar-simple:before{content:"";opacity:.2}.ph-duotone.ph-sidebar-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sigma:before{content:"";opacity:.2}.ph-duotone.ph-sigma:after{content:"";margin-left:-1em}.ph-duotone.ph-sign-in:before{content:"";opacity:.2}.ph-duotone.ph-sign-in:after{content:"";margin-left:-1em}.ph-duotone.ph-sign-out:before{content:"";opacity:.2}.ph-duotone.ph-sign-out:after{content:"";margin-left:-1em}.ph-duotone.ph-signature:before{content:"";opacity:.2}.ph-duotone.ph-signature:after{content:"";margin-left:-1em}.ph-duotone.ph-signpost:before{content:"";opacity:.2}.ph-duotone.ph-signpost:after{content:"";margin-left:-1em}.ph-duotone.ph-sim-card:before{content:"";opacity:.2}.ph-duotone.ph-sim-card:after{content:"";margin-left:-1em}.ph-duotone.ph-siren:before{content:"";opacity:.2}.ph-duotone.ph-siren:after{content:"";margin-left:-1em}.ph-duotone.ph-sketch-logo:before{content:"";opacity:.2}.ph-duotone.ph-sketch-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-back:before{content:"";opacity:.2}.ph-duotone.ph-skip-back:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-back-circle:before{content:"";opacity:.2}.ph-duotone.ph-skip-back-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-forward:before{content:"";opacity:.2}.ph-duotone.ph-skip-forward:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-forward-circle:before{content:"";opacity:.2}.ph-duotone.ph-skip-forward-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-skull:before{content:"";opacity:.2}.ph-duotone.ph-skull:after{content:"";margin-left:-1em}.ph-duotone.ph-skype-logo:before{content:"";opacity:.2}.ph-duotone.ph-skype-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-slack-logo:before{content:"";opacity:.2}.ph-duotone.ph-slack-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-sliders:before{content:"";opacity:.2}.ph-duotone.ph-sliders:after{content:"";margin-left:-1em}.ph-duotone.ph-sliders-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-sliders-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-slideshow:before{content:"";opacity:.2}.ph-duotone.ph-slideshow:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley:before{content:"";opacity:.2}.ph-duotone.ph-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-angry:before{content:"";opacity:.2}.ph-duotone.ph-smiley-angry:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-blank:before{content:"";opacity:.2}.ph-duotone.ph-smiley-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-meh:before{content:"";opacity:.2}.ph-duotone.ph-smiley-meh:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-melting:before{content:"";opacity:.2}.ph-duotone.ph-smiley-melting:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-nervous:before{content:"";opacity:.2}.ph-duotone.ph-smiley-nervous:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-sad:before{content:"";opacity:.2}.ph-duotone.ph-smiley-sad:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-sticker:before{content:"";opacity:.2}.ph-duotone.ph-smiley-sticker:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-wink:before{content:"";opacity:.2}.ph-duotone.ph-smiley-wink:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-x-eyes:before{content:"";opacity:.2}.ph-duotone.ph-smiley-x-eyes:after{content:"";margin-left:-1em}.ph-duotone.ph-snapchat-logo:before{content:"";opacity:.2}.ph-duotone.ph-snapchat-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-sneaker:before{content:"";opacity:.2}.ph-duotone.ph-sneaker:after{content:"";margin-left:-1em}.ph-duotone.ph-sneaker-move:before{content:"";opacity:.2}.ph-duotone.ph-sneaker-move:after{content:"";margin-left:-1em}.ph-duotone.ph-snowflake:before{content:"";opacity:.2}.ph-duotone.ph-snowflake:after{content:"";margin-left:-1em}.ph-duotone.ph-soccer-ball:before{content:"";opacity:.2}.ph-duotone.ph-soccer-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-sock:before{content:"";opacity:.2}.ph-duotone.ph-sock:after{content:"";margin-left:-1em}.ph-duotone.ph-solar-panel:before{content:"";opacity:.2}.ph-duotone.ph-solar-panel:after{content:"";margin-left:-1em}.ph-duotone.ph-solar-roof:before{content:"";opacity:.2}.ph-duotone.ph-solar-roof:after{content:"";margin-left:-1em}.ph-duotone.ph-sort-ascending:before{content:"";opacity:.2}.ph-duotone.ph-sort-ascending:after{content:"";margin-left:-1em}.ph-duotone.ph-sort-descending:before{content:"";opacity:.2}.ph-duotone.ph-sort-descending:after{content:"";margin-left:-1em}.ph-duotone.ph-soundcloud-logo:before{content:"";opacity:.2}.ph-duotone.ph-soundcloud-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-spade:before{content:"";opacity:.2}.ph-duotone.ph-spade:after{content:"";margin-left:-1em}.ph-duotone.ph-sparkle:before{content:"";opacity:.2}.ph-duotone.ph-sparkle:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-hifi:before{content:"";opacity:.2}.ph-duotone.ph-speaker-hifi:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-high:before{content:"";opacity:.2}.ph-duotone.ph-speaker-high:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-low:before{content:"";opacity:.2}.ph-duotone.ph-speaker-low:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-none:before{content:"";opacity:.2}.ph-duotone.ph-speaker-none:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-high:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-high:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-low:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-low:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-none:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-none:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-slash:before{content:"";opacity:.2}.ph-duotone.ph-speaker-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-x:before{content:"";opacity:.2}.ph-duotone.ph-speaker-x:after{content:"";margin-left:-1em}.ph-duotone.ph-speedometer:before{content:"";opacity:.2}.ph-duotone.ph-speedometer:after{content:"";margin-left:-1em}.ph-duotone.ph-sphere:before{content:"";opacity:.2}.ph-duotone.ph-sphere:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner:before{content:"";opacity:.2}.ph-duotone.ph-spinner:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner-ball:before{content:"";opacity:.2}.ph-duotone.ph-spinner-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner-gap:before{content:"";opacity:.2}.ph-duotone.ph-spinner-gap:after{content:"";margin-left:-1em}.ph-duotone.ph-spiral:before{content:"";opacity:.2}.ph-duotone.ph-spiral:after{content:"";margin-left:-1em}.ph-duotone.ph-split-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-split-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-split-vertical:before{content:"";opacity:.2}.ph-duotone.ph-split-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-spotify-logo:before{content:"";opacity:.2}.ph-duotone.ph-spotify-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-spray-bottle:before{content:"";opacity:.2}.ph-duotone.ph-spray-bottle:after{content:"";margin-left:-1em}.ph-duotone.ph-square:before{content:"";opacity:.2}.ph-duotone.ph-square:after{content:"";margin-left:-1em}.ph-duotone.ph-square-half:before{content:"";opacity:.2}.ph-duotone.ph-square-half:after{content:"";margin-left:-1em}.ph-duotone.ph-square-half-bottom:before{content:"";opacity:.2}.ph-duotone.ph-square-half-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-square-logo:before{content:"";opacity:.2}.ph-duotone.ph-square-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-square-split-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-square-split-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-square-split-vertical:before{content:"";opacity:.2}.ph-duotone.ph-square-split-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-squares-four:before{content:"";opacity:.2}.ph-duotone.ph-squares-four:after{content:"";margin-left:-1em}.ph-duotone.ph-stack:before{content:"";opacity:.2}.ph-duotone.ph-stack:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-minus:before{content:"";opacity:.2}.ph-duotone.ph-stack-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-overflow-logo:before{content:"";opacity:.2}.ph-duotone.ph-stack-overflow-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-plus:before{content:"";opacity:.2}.ph-duotone.ph-stack-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-simple:before{content:"";opacity:.2}.ph-duotone.ph-stack-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-stairs:before{content:"";opacity:.2}.ph-duotone.ph-stairs:after{content:"";margin-left:-1em}.ph-duotone.ph-stamp:before{content:"";opacity:.2}.ph-duotone.ph-stamp:after{content:"";margin-left:-1em}.ph-duotone.ph-standard-definition:before{content:"";opacity:.2}.ph-duotone.ph-standard-definition:after{content:"";margin-left:-1em}.ph-duotone.ph-star:before{content:"";opacity:.2}.ph-duotone.ph-star:after{content:"";margin-left:-1em}.ph-duotone.ph-star-and-crescent:before{content:"";opacity:.2}.ph-duotone.ph-star-and-crescent:after{content:"";margin-left:-1em}.ph-duotone.ph-star-four:before{content:"";opacity:.2}.ph-duotone.ph-star-four:after{content:"";margin-left:-1em}.ph-duotone.ph-star-half:before{content:"";opacity:.2}.ph-duotone.ph-star-half:after{content:"";margin-left:-1em}.ph-duotone.ph-star-of-david:before{content:"";opacity:.2}.ph-duotone.ph-star-of-david:after{content:"";margin-left:-1em}.ph-duotone.ph-steam-logo:before{content:"";opacity:.2}.ph-duotone.ph-steam-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-steering-wheel:before{content:"";opacity:.2}.ph-duotone.ph-steering-wheel:after{content:"";margin-left:-1em}.ph-duotone.ph-steps:before{content:"";opacity:.2}.ph-duotone.ph-steps:after{content:"";margin-left:-1em}.ph-duotone.ph-stethoscope:before{content:"";opacity:.2}.ph-duotone.ph-stethoscope:after{content:"";margin-left:-1em}.ph-duotone.ph-sticker:before{content:"";opacity:.2}.ph-duotone.ph-sticker:after{content:"";margin-left:-1em}.ph-duotone.ph-stool:before{content:"";opacity:.2}.ph-duotone.ph-stool:after{content:"";margin-left:-1em}.ph-duotone.ph-stop:before{content:"";opacity:.2}.ph-duotone.ph-stop:after{content:"";margin-left:-1em}.ph-duotone.ph-stop-circle:before{content:"";opacity:.2}.ph-duotone.ph-stop-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-storefront:before{content:"";opacity:.2}.ph-duotone.ph-storefront:after{content:"";margin-left:-1em}.ph-duotone.ph-strategy:before{content:"";opacity:.2}.ph-duotone.ph-strategy:after{content:"";margin-left:-1em}.ph-duotone.ph-stripe-logo:before{content:"";opacity:.2}.ph-duotone.ph-stripe-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-student:before{content:"";opacity:.2}.ph-duotone.ph-student:after{content:"";margin-left:-1em}.ph-duotone.ph-subset-of:before{content:"";opacity:.2}.ph-duotone.ph-subset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-subset-proper-of:before{content:"";opacity:.2}.ph-duotone.ph-subset-proper-of:after{content:"";margin-left:-1em}.ph-duotone.ph-subtitles:before{content:"";opacity:.2}.ph-duotone.ph-subtitles:after{content:"";margin-left:-1em}.ph-duotone.ph-subtitles-slash:before{content:"";opacity:.2}.ph-duotone.ph-subtitles-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-subtract:before{content:"";opacity:.2}.ph-duotone.ph-subtract:after{content:"";margin-left:-1em}.ph-duotone.ph-subtract-square:before{content:"";opacity:.2}.ph-duotone.ph-subtract-square:after{content:"";margin-left:-1em}.ph-duotone.ph-subway:before{content:"";opacity:.2}.ph-duotone.ph-subway:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase:before{content:"";opacity:.2}.ph-duotone.ph-suitcase:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase-rolling:before{content:"";opacity:.2}.ph-duotone.ph-suitcase-rolling:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase-simple:before{content:"";opacity:.2}.ph-duotone.ph-suitcase-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sun:before{content:"";opacity:.2}.ph-duotone.ph-sun:after{content:"";margin-left:-1em}.ph-duotone.ph-sun-dim:before{content:"";opacity:.2}.ph-duotone.ph-sun-dim:after{content:"";margin-left:-1em}.ph-duotone.ph-sun-horizon:before{content:"";opacity:.2}.ph-duotone.ph-sun-horizon:after{content:"";margin-left:-1em}.ph-duotone.ph-sunglasses:before{content:"";opacity:.2}.ph-duotone.ph-sunglasses:after{content:"";margin-left:-1em}.ph-duotone.ph-superset-of:before{content:"";opacity:.2}.ph-duotone.ph-superset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-superset-proper-of:before{content:"";opacity:.2}.ph-duotone.ph-superset-proper-of:after{content:"";margin-left:-1em}.ph-duotone.ph-swap:before{content:"";opacity:.2}.ph-duotone.ph-swap:after{content:"";margin-left:-1em}.ph-duotone.ph-swatches:before{content:"";opacity:.2}.ph-duotone.ph-swatches:after{content:"";margin-left:-1em}.ph-duotone.ph-swimming-pool:before{content:"";opacity:.2}.ph-duotone.ph-swimming-pool:after{content:"";margin-left:-1em}.ph-duotone.ph-sword:before{content:"";opacity:.2}.ph-duotone.ph-sword:after{content:"";margin-left:-1em}.ph-duotone.ph-synagogue:before{content:"";opacity:.2}.ph-duotone.ph-synagogue:after{content:"";margin-left:-1em}.ph-duotone.ph-syringe:before{content:"";opacity:.2}.ph-duotone.ph-syringe:after{content:"";margin-left:-1em}.ph-duotone.ph-t-shirt:before{content:"";opacity:.2}.ph-duotone.ph-t-shirt:after{content:"";margin-left:-1em}.ph-duotone.ph-table:before{content:"";opacity:.2}.ph-duotone.ph-table:after{content:"";margin-left:-1em}.ph-duotone.ph-tabs:before{content:"";opacity:.2}.ph-duotone.ph-tabs:after{content:"";margin-left:-1em}.ph-duotone.ph-tag:before{content:"";opacity:.2}.ph-duotone.ph-tag:after{content:"";margin-left:-1em}.ph-duotone.ph-tag-chevron:before{content:"";opacity:.2}.ph-duotone.ph-tag-chevron:after{content:"";margin-left:-1em}.ph-duotone.ph-tag-simple:before{content:"";opacity:.2}.ph-duotone.ph-tag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-target:before{content:"";opacity:.2}.ph-duotone.ph-target:after{content:"";margin-left:-1em}.ph-duotone.ph-taxi:before{content:"";opacity:.2}.ph-duotone.ph-taxi:after{content:"";margin-left:-1em}.ph-duotone.ph-tea-bag:before{content:"";opacity:.2}.ph-duotone.ph-tea-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-telegram-logo:before{content:"";opacity:.2}.ph-duotone.ph-telegram-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-television:before{content:"";opacity:.2}.ph-duotone.ph-television:after{content:"";margin-left:-1em}.ph-duotone.ph-television-simple:before{content:"";opacity:.2}.ph-duotone.ph-television-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tennis-ball:before{content:"";opacity:.2}.ph-duotone.ph-tennis-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-tent:before{content:"";opacity:.2}.ph-duotone.ph-tent:after{content:"";margin-left:-1em}.ph-duotone.ph-terminal:before{content:"";opacity:.2}.ph-duotone.ph-terminal:after{content:"";margin-left:-1em}.ph-duotone.ph-terminal-window:before{content:"";opacity:.2}.ph-duotone.ph-terminal-window:after{content:"";margin-left:-1em}.ph-duotone.ph-test-tube:before{content:"";opacity:.2}.ph-duotone.ph-test-tube:after{content:"";margin-left:-1em}.ph-duotone.ph-text-a-underline:before{content:"";opacity:.2}.ph-duotone.ph-text-a-underline:after{content:"";margin-left:-1em}.ph-duotone.ph-text-aa:before{content:"";opacity:.2}.ph-duotone.ph-text-aa:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-center:before{content:"";opacity:.2}.ph-duotone.ph-text-align-center:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-justify:before{content:"";opacity:.2}.ph-duotone.ph-text-align-justify:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-left:before{content:"";opacity:.2}.ph-duotone.ph-text-align-left:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-right:before{content:"";opacity:.2}.ph-duotone.ph-text-align-right:after{content:"";margin-left:-1em}.ph-duotone.ph-text-b:before{content:"";opacity:.2}.ph-duotone.ph-text-b:after{content:"";margin-left:-1em}.ph-duotone.ph-text-columns:before{content:"";opacity:.2}.ph-duotone.ph-text-columns:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h:before{content:"";opacity:.2}.ph-duotone.ph-text-h:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-five:before{content:"";opacity:.2}.ph-duotone.ph-text-h-five:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-four:before{content:"";opacity:.2}.ph-duotone.ph-text-h-four:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-one:before{content:"";opacity:.2}.ph-duotone.ph-text-h-one:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-six:before{content:"";opacity:.2}.ph-duotone.ph-text-h-six:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-three:before{content:"";opacity:.2}.ph-duotone.ph-text-h-three:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-two:before{content:"";opacity:.2}.ph-duotone.ph-text-h-two:after{content:"";margin-left:-1em}.ph-duotone.ph-text-indent:before{content:"";opacity:.2}.ph-duotone.ph-text-indent:after{content:"";margin-left:-1em}.ph-duotone.ph-text-italic:before{content:"";opacity:.2}.ph-duotone.ph-text-italic:after{content:"";margin-left:-1em}.ph-duotone.ph-text-outdent:before{content:"";opacity:.2}.ph-duotone.ph-text-outdent:after{content:"";margin-left:-1em}.ph-duotone.ph-text-strikethrough:before{content:"";opacity:.2}.ph-duotone.ph-text-strikethrough:after{content:"";margin-left:-1em}.ph-duotone.ph-text-subscript:before{content:"";opacity:.2}.ph-duotone.ph-text-subscript:after{content:"";margin-left:-1em}.ph-duotone.ph-text-superscript:before{content:"";opacity:.2}.ph-duotone.ph-text-superscript:after{content:"";margin-left:-1em}.ph-duotone.ph-text-t:before{content:"";opacity:.2}.ph-duotone.ph-text-t:after{content:"";margin-left:-1em}.ph-duotone.ph-text-t-slash:before{content:"";opacity:.2}.ph-duotone.ph-text-t-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-text-underline:before{content:"";opacity:.2}.ph-duotone.ph-text-underline:after{content:"";margin-left:-1em}.ph-duotone.ph-textbox:before{content:"";opacity:.2}.ph-duotone.ph-textbox:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer:before{content:"";opacity:.2}.ph-duotone.ph-thermometer:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-cold:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-cold:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-hot:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-hot:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-simple:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-threads-logo:before{content:"";opacity:.2}.ph-duotone.ph-threads-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-three-d:before{content:"";opacity:.2}.ph-duotone.ph-three-d:after{content:"";margin-left:-1em}.ph-duotone.ph-thumbs-down:before{content:"";opacity:.2}.ph-duotone.ph-thumbs-down:after{content:"";margin-left:-1em}.ph-duotone.ph-thumbs-up:before{content:"";opacity:.2}.ph-duotone.ph-thumbs-up:after{content:"";margin-left:-1em}.ph-duotone.ph-ticket:before{content:"";opacity:.2}.ph-duotone.ph-ticket:after{content:"";margin-left:-1em}.ph-duotone.ph-tidal-logo:before{content:"";opacity:.2}.ph-duotone.ph-tidal-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-tiktok-logo:before{content:"";opacity:.2}.ph-duotone.ph-tiktok-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-tilde:before{content:"";opacity:.2}.ph-duotone.ph-tilde:after{content:"";margin-left:-1em}.ph-duotone.ph-timer:before{content:"";opacity:.2}.ph-duotone.ph-timer:after{content:"";margin-left:-1em}.ph-duotone.ph-tip-jar:before{content:"";opacity:.2}.ph-duotone.ph-tip-jar:after{content:"";margin-left:-1em}.ph-duotone.ph-tipi:before{content:"";opacity:.2}.ph-duotone.ph-tipi:after{content:"";margin-left:-1em}.ph-duotone.ph-tire:before{content:"";opacity:.2}.ph-duotone.ph-tire:after{content:"";margin-left:-1em}.ph-duotone.ph-toggle-left:before{content:"";opacity:.2}.ph-duotone.ph-toggle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-toggle-right:before{content:"";opacity:.2}.ph-duotone.ph-toggle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-toilet:before{content:"";opacity:.2}.ph-duotone.ph-toilet:after{content:"";margin-left:-1em}.ph-duotone.ph-toilet-paper:before{content:"";opacity:.2}.ph-duotone.ph-toilet-paper:after{content:"";margin-left:-1em}.ph-duotone.ph-toolbox:before{content:"";opacity:.2}.ph-duotone.ph-toolbox:after{content:"";margin-left:-1em}.ph-duotone.ph-tooth:before{content:"";opacity:.2}.ph-duotone.ph-tooth:after{content:"";margin-left:-1em}.ph-duotone.ph-tornado:before{content:"";opacity:.2}.ph-duotone.ph-tornado:after{content:"";margin-left:-1em}.ph-duotone.ph-tote:before{content:"";opacity:.2}.ph-duotone.ph-tote:after{content:"";margin-left:-1em}.ph-duotone.ph-tote-simple:before{content:"";opacity:.2}.ph-duotone.ph-tote-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-towel:before{content:"";opacity:.2}.ph-duotone.ph-towel:after{content:"";margin-left:-1em}.ph-duotone.ph-tractor:before{content:"";opacity:.2}.ph-duotone.ph-tractor:after{content:"";margin-left:-1em}.ph-duotone.ph-trademark:before{content:"";opacity:.2}.ph-duotone.ph-trademark:after{content:"";margin-left:-1em}.ph-duotone.ph-trademark-registered:before{content:"";opacity:.2}.ph-duotone.ph-trademark-registered:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-cone:before{content:"";opacity:.2}.ph-duotone.ph-traffic-cone:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-sign:before{content:"";opacity:.2}.ph-duotone.ph-traffic-sign:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-signal:before{content:"";opacity:.2}.ph-duotone.ph-traffic-signal:after{content:"";margin-left:-1em}.ph-duotone.ph-train:before{content:"";opacity:.2}.ph-duotone.ph-train:after{content:"";margin-left:-1em}.ph-duotone.ph-train-regional:before{content:"";opacity:.2}.ph-duotone.ph-train-regional:after{content:"";margin-left:-1em}.ph-duotone.ph-train-simple:before{content:"";opacity:.2}.ph-duotone.ph-train-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tram:before{content:"";opacity:.2}.ph-duotone.ph-tram:after{content:"";margin-left:-1em}.ph-duotone.ph-translate:before{content:"";opacity:.2}.ph-duotone.ph-translate:after{content:"";margin-left:-1em}.ph-duotone.ph-trash:before{content:"";opacity:.2}.ph-duotone.ph-trash:after{content:"";margin-left:-1em}.ph-duotone.ph-trash-simple:before{content:"";opacity:.2}.ph-duotone.ph-trash-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tray:before{content:"";opacity:.2}.ph-duotone.ph-tray:after{content:"";margin-left:-1em}.ph-duotone.ph-tray-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-tray-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-tray-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-tray-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-treasure-chest:before{content:"";opacity:.2}.ph-duotone.ph-treasure-chest:after{content:"";margin-left:-1em}.ph-duotone.ph-tree:before{content:"";opacity:.2}.ph-duotone.ph-tree:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-evergreen:before{content:"";opacity:.2}.ph-duotone.ph-tree-evergreen:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-palm:before{content:"";opacity:.2}.ph-duotone.ph-tree-palm:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-structure:before{content:"";opacity:.2}.ph-duotone.ph-tree-structure:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-view:before{content:"";opacity:.2}.ph-duotone.ph-tree-view:after{content:"";margin-left:-1em}.ph-duotone.ph-trend-down:before{content:"";opacity:.2}.ph-duotone.ph-trend-down:after{content:"";margin-left:-1em}.ph-duotone.ph-trend-up:before{content:"";opacity:.2}.ph-duotone.ph-trend-up:after{content:"";margin-left:-1em}.ph-duotone.ph-triangle:before{content:"";opacity:.2}.ph-duotone.ph-triangle:after{content:"";margin-left:-1em}.ph-duotone.ph-triangle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-triangle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-trolley:before{content:"";opacity:.2}.ph-duotone.ph-trolley:after{content:"";margin-left:-1em}.ph-duotone.ph-trolley-suitcase:before{content:"";opacity:.2}.ph-duotone.ph-trolley-suitcase:after{content:"";margin-left:-1em}.ph-duotone.ph-trophy:before{content:"";opacity:.2}.ph-duotone.ph-trophy:after{content:"";margin-left:-1em}.ph-duotone.ph-truck:before{content:"";opacity:.2}.ph-duotone.ph-truck:after{content:"";margin-left:-1em}.ph-duotone.ph-truck-trailer:before{content:"";opacity:.2}.ph-duotone.ph-truck-trailer:after{content:"";margin-left:-1em}.ph-duotone.ph-tumblr-logo:before{content:"";opacity:.2}.ph-duotone.ph-tumblr-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-twitch-logo:before{content:"";opacity:.2}.ph-duotone.ph-twitch-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-twitter-logo:before{content:"";opacity:.2}.ph-duotone.ph-twitter-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-umbrella:before{content:"";opacity:.2}.ph-duotone.ph-umbrella:after{content:"";margin-left:-1em}.ph-duotone.ph-umbrella-simple:before{content:"";opacity:.2}.ph-duotone.ph-umbrella-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-union:before{content:"";opacity:.2}.ph-duotone.ph-union:after{content:"";margin-left:-1em}.ph-duotone.ph-unite:before{content:"";opacity:.2}.ph-duotone.ph-unite:after{content:"";margin-left:-1em}.ph-duotone.ph-unite-square:before{content:"";opacity:.2}.ph-duotone.ph-unite-square:after{content:"";margin-left:-1em}.ph-duotone.ph-upload:before{content:"";opacity:.2}.ph-duotone.ph-upload:after{content:"";margin-left:-1em}.ph-duotone.ph-upload-simple:before{content:"";opacity:.2}.ph-duotone.ph-upload-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-usb:before{content:"";opacity:.2}.ph-duotone.ph-usb:after{content:"";margin-left:-1em}.ph-duotone.ph-user:before{content:"";opacity:.2}.ph-duotone.ph-user:after{content:"";margin-left:-1em}.ph-duotone.ph-user-check:before{content:"";opacity:.2}.ph-duotone.ph-user-check:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle:before{content:"";opacity:.2}.ph-duotone.ph-user-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-check:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-check:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-gear:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-minus:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-plus:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-focus:before{content:"";opacity:.2}.ph-duotone.ph-user-focus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-gear:before{content:"";opacity:.2}.ph-duotone.ph-user-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-user-list:before{content:"";opacity:.2}.ph-duotone.ph-user-list:after{content:"";margin-left:-1em}.ph-duotone.ph-user-minus:before{content:"";opacity:.2}.ph-duotone.ph-user-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-plus:before{content:"";opacity:.2}.ph-duotone.ph-user-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-rectangle:before{content:"";opacity:.2}.ph-duotone.ph-user-rectangle:after{content:"";margin-left:-1em}.ph-duotone.ph-user-sound:before{content:"";opacity:.2}.ph-duotone.ph-user-sound:after{content:"";margin-left:-1em}.ph-duotone.ph-user-square:before{content:"";opacity:.2}.ph-duotone.ph-user-square:after{content:"";margin-left:-1em}.ph-duotone.ph-user-switch:before{content:"";opacity:.2}.ph-duotone.ph-user-switch:after{content:"";margin-left:-1em}.ph-duotone.ph-users:before{content:"";opacity:.2}.ph-duotone.ph-users:after{content:"";margin-left:-1em}.ph-duotone.ph-users-four:before{content:"";opacity:.2}.ph-duotone.ph-users-four:after{content:"";margin-left:-1em}.ph-duotone.ph-users-three:before{content:"";opacity:.2}.ph-duotone.ph-users-three:after{content:"";margin-left:-1em}.ph-duotone.ph-van:before{content:"";opacity:.2}.ph-duotone.ph-van:after{content:"";margin-left:-1em}.ph-duotone.ph-vault:before{content:"";opacity:.2}.ph-duotone.ph-vault:after{content:"";margin-left:-1em}.ph-duotone.ph-vector-three:before{content:"";opacity:.2}.ph-duotone.ph-vector-three:after{content:"";margin-left:-1em}.ph-duotone.ph-vector-two:before{content:"";opacity:.2}.ph-duotone.ph-vector-two:after{content:"";margin-left:-1em}.ph-duotone.ph-vibrate:before{content:"";opacity:.2}.ph-duotone.ph-vibrate:after{content:"";margin-left:-1em}.ph-duotone.ph-video:before{content:"";opacity:.2}.ph-duotone.ph-video:after{content:"";margin-left:-1em}.ph-duotone.ph-video-camera:before{content:"";opacity:.2}.ph-duotone.ph-video-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-video-camera-slash:before{content:"";opacity:.2}.ph-duotone.ph-video-camera-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-video-conference:before{content:"";opacity:.2}.ph-duotone.ph-video-conference:after{content:"";margin-left:-1em}.ph-duotone.ph-vignette:before{content:"";opacity:.2}.ph-duotone.ph-vignette:after{content:"";margin-left:-1em}.ph-duotone.ph-vinyl-record:before{content:"";opacity:.2}.ph-duotone.ph-vinyl-record:after{content:"";margin-left:-1em}.ph-duotone.ph-virtual-reality:before{content:"";opacity:.2}.ph-duotone.ph-virtual-reality:after{content:"";margin-left:-1em}.ph-duotone.ph-virus:before{content:"";opacity:.2}.ph-duotone.ph-virus:after{content:"";margin-left:-1em}.ph-duotone.ph-visor:before{content:"";opacity:.2}.ph-duotone.ph-visor:after{content:"";margin-left:-1em}.ph-duotone.ph-voicemail:before{content:"";opacity:.2}.ph-duotone.ph-voicemail:after{content:"";margin-left:-1em}.ph-duotone.ph-volleyball:before{content:"";opacity:.2}.ph-duotone.ph-volleyball:after{content:"";margin-left:-1em}.ph-duotone.ph-wall:before{content:"";opacity:.2}.ph-duotone.ph-wall:after{content:"";margin-left:-1em}.ph-duotone.ph-wallet:before{content:"";opacity:.2}.ph-duotone.ph-wallet:after{content:"";margin-left:-1em}.ph-duotone.ph-warehouse:before{content:"";opacity:.2}.ph-duotone.ph-warehouse:after{content:"";margin-left:-1em}.ph-duotone.ph-warning:before{content:"";opacity:.2}.ph-duotone.ph-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-circle:before{content:"";opacity:.2}.ph-duotone.ph-warning-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-diamond:before{content:"";opacity:.2}.ph-duotone.ph-warning-diamond:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-octagon:before{content:"";opacity:.2}.ph-duotone.ph-warning-octagon:after{content:"";margin-left:-1em}.ph-duotone.ph-washing-machine:before{content:"";opacity:.2}.ph-duotone.ph-washing-machine:after{content:"";margin-left:-1em}.ph-duotone.ph-watch:before{content:"";opacity:.2}.ph-duotone.ph-watch:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-sawtooth:before{content:"";opacity:.2}.ph-duotone.ph-wave-sawtooth:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-sine:before{content:"";opacity:.2}.ph-duotone.ph-wave-sine:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-square:before{content:"";opacity:.2}.ph-duotone.ph-wave-square:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-triangle:before{content:"";opacity:.2}.ph-duotone.ph-wave-triangle:after{content:"";margin-left:-1em}.ph-duotone.ph-waveform:before{content:"";opacity:.2}.ph-duotone.ph-waveform:after{content:"";margin-left:-1em}.ph-duotone.ph-waveform-slash:before{content:"";opacity:.2}.ph-duotone.ph-waveform-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-waves:before{content:"";opacity:.2}.ph-duotone.ph-waves:after{content:"";margin-left:-1em}.ph-duotone.ph-webcam:before{content:"";opacity:.2}.ph-duotone.ph-webcam:after{content:"";margin-left:-1em}.ph-duotone.ph-webcam-slash:before{content:"";opacity:.2}.ph-duotone.ph-webcam-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-webhooks-logo:before{content:"";opacity:.2}.ph-duotone.ph-webhooks-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wechat-logo:before{content:"";opacity:.2}.ph-duotone.ph-wechat-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-whatsapp-logo:before{content:"";opacity:.2}.ph-duotone.ph-whatsapp-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wheelchair:before{content:"";opacity:.2}.ph-duotone.ph-wheelchair:after{content:"";margin-left:-1em}.ph-duotone.ph-wheelchair-motion:before{content:"";opacity:.2}.ph-duotone.ph-wheelchair-motion:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-high:before{content:"";opacity:.2}.ph-duotone.ph-wifi-high:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-low:before{content:"";opacity:.2}.ph-duotone.ph-wifi-low:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-medium:before{content:"";opacity:.2}.ph-duotone.ph-wifi-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-none:before{content:"";color:#444}.ph-duotone.ph-wifi-slash:before{content:"";opacity:.2}.ph-duotone.ph-wifi-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-x:before{content:"";opacity:.2}.ph-duotone.ph-wifi-x:after{content:"";margin-left:-1em}.ph-duotone.ph-wind:before{content:"";opacity:.2}.ph-duotone.ph-wind:after{content:"";margin-left:-1em}.ph-duotone.ph-windmill:before{content:"";opacity:.2}.ph-duotone.ph-windmill:after{content:"";margin-left:-1em}.ph-duotone.ph-windows-logo:before{content:"";opacity:.2}.ph-duotone.ph-windows-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wine:before{content:"";opacity:.2}.ph-duotone.ph-wine:after{content:"";margin-left:-1em}.ph-duotone.ph-wrench:before{content:"";opacity:.2}.ph-duotone.ph-wrench:after{content:"";margin-left:-1em}.ph-duotone.ph-x:before{content:"";opacity:.2}.ph-duotone.ph-x:after{content:"";margin-left:-1em}.ph-duotone.ph-x-circle:before{content:"";opacity:.2}.ph-duotone.ph-x-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-x-logo:before{content:"";opacity:.2}.ph-duotone.ph-x-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-x-square:before{content:"";opacity:.2}.ph-duotone.ph-x-square:after{content:"";margin-left:-1em}.ph-duotone.ph-yarn:before{content:"";opacity:.2}.ph-duotone.ph-yarn:after{content:"";margin-left:-1em}.ph-duotone.ph-yin-yang:before{content:"";opacity:.2}.ph-duotone.ph-yin-yang:after{content:"";margin-left:-1em}.ph-duotone.ph-youtube-logo:before{content:"";opacity:.2}.ph-duotone.ph-youtube-logo:after{content:"";margin-left:-1em}@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{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Fill!important}.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,.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,.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,.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,.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,.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before,.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before,.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before,.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before,.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before,.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,.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,.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,.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before,.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before,.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before,.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,.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,.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:""}:root{--mb-color-primary-50:#fff8f0;--mb-color-primary-100:#ffecd4;--mb-color-primary-200:#ffd6a8;--mb-color-primary-300:#ffbb72;--mb-color-primary-400:#ff9a3c;--mb-color-primary-500:#f47f16;--mb-color-primary-rgb:244 127 22;--mb-color-primary-600:#d96408;--mb-color-primary-700:#b44a0b;--mb-color-primary-800:#923b10;--mb-color-primary-900:#783210;--mb-color-secondary-50:#f0fafb;--mb-color-secondary-100:#d0eff4;--mb-color-secondary-200:#a3dfe9;--mb-color-secondary-300:#6ac8d8;--mb-color-secondary-400:#3aafbf;--mb-color-secondary-500:#1d95a5;--mb-color-secondary-600:#177a88;--mb-color-secondary-700:#16636f;--mb-color-secondary-800:#18515b;--mb-color-secondary-900:#19444d;--mb-color-neutral-0:#fff;--mb-color-neutral-50:#f9f8f6;--mb-color-neutral-100:#f1efeb;--mb-color-neutral-200:#e4e0d9;--mb-color-neutral-300:#d0cac0;--mb-color-neutral-400:#a9a193;--mb-color-neutral-500:#898071;--mb-color-neutral-600:#6e665a;--mb-color-neutral-700:#564f46;--mb-color-neutral-800:#3d3833;--mb-color-neutral-900:#282420;--mb-color-neutral-950:#171512;--mb-color-success-50:#eefbf0;--mb-color-success-100:#d5f5db;--mb-color-success-500:#22a03e;--mb-color-success-600:#1a8432;--mb-color-success-700:#156928;--mb-color-warning-50:#fffbeb;--mb-color-warning-100:#fef3c7;--mb-color-warning-200:#fde68a;--mb-color-warning-500:#f59e0b;--mb-color-warning-600:#d97706;--mb-color-warning-700:#92400e;--mb-color-error-50:#fef2f2;--mb-color-error-100:#fde2e2;--mb-color-error-500:#d94040;--mb-color-error-600:#b53030;--mb-color-error-700:#912525;--mb-color-info-50:var(--mb-color-secondary-50);--mb-color-info-100:var(--mb-color-secondary-100);--mb-color-info-500:var(--mb-color-secondary-500);--mb-color-info-600:var(--mb-color-secondary-600);--mb-color-info-700:var(--mb-color-secondary-700);--mb-surface-page:var(--mb-color-neutral-50);--mb-surface-card:var(--mb-color-neutral-0);--mb-surface-card-hover:var(--mb-color-neutral-100);--mb-surface-subtle:var(--mb-color-neutral-100);--mb-surface-overlay:#17151280;--mb-surface-sidebar:var(--mb-color-neutral-950);--mb-text-primary:var(--mb-color-neutral-900);--mb-text-secondary:var(--mb-color-neutral-600);--mb-text-muted:var(--mb-color-neutral-400);--mb-text-inverse:var(--mb-color-neutral-0);--mb-text-link:var(--mb-color-secondary-600);--mb-text-link-hover:var(--mb-color-secondary-700);--mb-border-default:var(--mb-color-neutral-200);--mb-border-subtle:var(--mb-color-neutral-100);--mb-border-strong:var(--mb-color-neutral-300);--mb-border-focus:var(--mb-color-primary-400);--mb-tenant-color:var(--mb-color-primary-500);--mb-tenant-color-light:var(--mb-color-primary-100);--mb-tenant-color-dark:var(--mb-color-primary-700);--mb-font-display:"Plus Jakarta Sans", system-ui, sans-serif;--mb-font-body:"Inter", system-ui, sans-serif;--mb-font-mono:"JetBrains Mono", monospace;--mb-text-xs:.75rem;--mb-text-sm:.8125rem;--mb-text-base:.875rem;--mb-text-md:1rem;--mb-text-lg:1.125rem;--mb-text-xl:1.25rem;--mb-text-2xl:1.5rem;--mb-text-3xl:1.875rem;--mb-text-4xl:2.25rem;--mb-leading-tight:1.25;--mb-leading-normal:1.5;--mb-leading-relaxed:1.625;--mb-weight-normal:400;--mb-weight-medium:500;--mb-weight-semibold:600;--mb-weight-bold:700;--mb-weight-extrabold:800;--mb-tracking-tight:-.01em;--mb-tracking-normal:0;--mb-tracking-wide:.025em}.t-page-title{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);line-height:var(--mb-leading-tight);letter-spacing:var(--mb-tracking-tight)}.t-section-title{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);line-height:var(--mb-leading-tight)}.t-card-title{font-family:var(--mb-font-display);font-size:var(--mb-text-md);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);line-height:var(--mb-leading-tight)}.t-subtitle{font-family:var(--mb-font-body);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-normal);color:var(--mb-text-secondary);line-height:var(--mb-leading-normal)}.t-label{font-family:var(--mb-font-body);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);line-height:var(--mb-leading-normal)}.t-body{font-family:var(--mb-font-body);font-size:var(--mb-text-base);font-weight:var(--mb-weight-normal);color:var(--mb-text-primary);line-height:var(--mb-leading-normal)}.t-small{font-family:var(--mb-font-body);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-normal);color:var(--mb-text-secondary);line-height:var(--mb-leading-normal)}.t-tiny{font-family:var(--mb-font-body);font-size:10px;font-weight:var(--mb-weight-medium);color:var(--mb-text-muted);line-height:var(--mb-leading-normal)}.t-stat{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);line-height:1}.t-stat-sm{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary);line-height:1}:root{--mb-space-0:0;--mb-space-0-5:.125rem;--mb-space-1:.25rem;--mb-space-1-5:.375rem;--mb-space-2:.5rem;--mb-space-3:.75rem;--mb-space-4:1rem;--mb-space-5:1.25rem;--mb-space-6:1.5rem;--mb-space-8:2rem;--mb-space-10:2.5rem;--mb-space-12:3rem;--mb-space-16:4rem;--mb-space-20:5rem;--mb-radius-sm:.375rem;--mb-radius-md:.5rem;--mb-radius-lg:.75rem;--mb-radius-xl:1rem;--mb-radius-2xl:1.25rem;--mb-radius-full:9999px;--mb-shadow-xs:0 1px 2px #2a26220d;--mb-shadow-sm:0 1px 3px #2a262214, 0 1px 2px #2a26220a;--mb-shadow-md:0 4px 6px -1px #2a262214, 0 2px 4px -2px #2a26220a;--mb-shadow-lg:0 10px 15px -3px #2a262214, 0 4px 6px -4px #2a26220a;--mb-shadow-xl:0 20px 25px -5px #2a26221a, 0 8px 10px -6px #2a26220a;--mb-ring-offset:2px;--mb-ring-color:var(--mb-color-primary-400);--mb-ring:0 0 0 var(--mb-ring-offset) var(--mb-surface-card), 0 0 0 calc(var(--mb-ring-offset) + 2px) var(--mb-ring-color);--mb-transition-fast:.1s ease;--mb-transition-base:.15s ease;--mb-transition-slow:.3s ease;--mb-z-dropdown:10;--mb-z-sticky:20;--mb-z-overlay:30;--mb-z-modal:40;--mb-z-toast:50;--mb-sidebar-width:250px;--mb-topbar-height:56px;--mb-content-padding:var(--mb-space-6);--mb-content-height:calc(100vh - var(--mb-topbar-height) - var(--mb-content-padding) - var(--mb-content-padding));--mb-content-height-with-bar:calc(100vh - var(--mb-topbar-height) - var(--mb-content-padding) - var(--mb-content-padding) - 64px);--mb-container-sm:640px;--mb-container-md:768px;--mb-container-lg:1024px;--mb-container-xl:1200px}@media(max-width:1023px){.mb-hide-mobile{display:none!important}}@media(min-width:1024px){.mb-hide-desktop{display:none!important}}@media(max-width:767px){.mb-stack-mobile{flex-direction:column!important}.mb-stack-mobile>*,.mb-full-mobile{width:100%!important;max-width:none!important}}.mb-checkbox{border:2px solid var(--mb-border-strong);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;transition:all var(--mb-transition-base);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-checkbox:checked{background:var(--mb-color-primary-500);border-color:var(--mb-color-primary-500)}.mb-checkbox:checked:after{content:"✓";color:var(--mb-color-neutral-0);font-size:var(--mb-text-xs);font-weight:700}.mb-checkbox:disabled{opacity:.5;cursor:not-allowed}.mb-toggle{border-radius:var(--mb-radius-full);background:var(--mb-color-neutral-300);cursor:pointer;width:44px;height:24px;transition:background var(--mb-transition-base);border:none;flex-shrink:0;padding:0;position:relative}.mb-toggle:after{content:"";border-radius:var(--mb-radius-full);background:var(--mb-color-neutral-0);width:20px;height:20px;box-shadow:var(--mb-shadow-sm);transition:transform var(--mb-transition-base);position:absolute;top:2px;left:2px}.mb-toggle--on{background:var(--mb-color-primary-500)}.mb-toggle--on:after{transform:translate(20px)}.mb-toggle:disabled{opacity:.5;cursor:not-allowed}.mb-icon-box{border-radius:var(--mb-radius-lg);width:44px;height:44px;font-size:var(--mb-text-xl);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-icon-box--sm{border-radius:var(--mb-radius-md);width:36px;height:36px;font-size:var(--mb-text-lg)}.mb-pill{align-items:center;gap:var(--mb-space-2);border:1px solid var(--mb-border-default);padding:var(--mb-space-1) var(--mb-space-3);background:var(--mb-color-primary-100);color:var(--mb-color-primary-700);font-family:var(--mb-font-body);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);border-radius:var(--mb-radius-full);display:inline-flex}.mb-pill i{cursor:pointer;opacity:.5;transition:opacity var(--mb-transition-base);font-size:12px}.mb-pill i:hover{opacity:1}.mb-pill-select{gap:var(--mb-space-2);padding:var(--mb-space-2) var(--mb-space-3);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);flex-wrap:wrap;align-items:center;min-height:38px;display:flex}.mb-pill-select--readonly{background:var(--mb-surface-subtle);cursor:default;border-color:#0000}.mb-pill-add-wrap{position:relative}.mb-pill-add-btn{border:1px dashed var(--mb-border-strong);border-radius:var(--mb-radius-full);padding:var(--mb-space-1) var(--mb-space-3);font-size:var(--mb-text-xs);color:var(--mb-text-muted);cursor:pointer;align-items:center;gap:var(--mb-space-1);font-family:var(--mb-font-body);background:0 0;display:flex}.mb-pill-add-btn i{font-size:var(--mb-text-xs)}.mb-pill-dropdown{top:calc(100% + var(--mb-space-1));background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);min-width:220px;z-index:var(--mb-z-dropdown);flex-direction:column;display:flex;position:absolute;left:0;overflow:hidden}.mb-pill-dropdown-search{padding:var(--mb-space-2);border-bottom:1px solid var(--mb-border-default)}.mb-pill-dropdown-search input{width:100%;font-size:var(--mb-text-xs);font-family:var(--mb-font-body);color:var(--mb-text-primary);background:0 0;border:none;outline:none}.mb-pill-dropdown-search input::placeholder{color:var(--mb-text-muted)}.mb-pill-dropdown-list{max-height:200px}.mb-pill-dropdown-item{width:100%;padding:var(--mb-space-2) var(--mb-space-3);font-size:var(--mb-text-xs);font-family:var(--mb-font-body);cursor:pointer;text-align:left;color:var(--mb-text-primary);white-space:nowrap;background:0 0;border:none;justify-content:space-between;align-items:center;text-decoration:none;display:flex}.mb-pill-dropdown-item:hover{background:var(--mb-surface-subtle)}.mb-avatar{border-radius:var(--mb-radius-full);width:32px;height:32px;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);background:var(--mb-color-primary-100);color:var(--mb-color-primary-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-avatar--sm{width:24px;height:24px;font-size:9px}.mb-avatar--lg{width:40px;height:40px;font-size:var(--mb-text-sm)}.mb-avatar--secondary{background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-700)}.mb-avatar-stack{align-items:center;display:flex}.mb-avatar-stack .mb-avatar{border:2px solid var(--mb-surface-card);margin-left:-10px}.mb-avatar-stack .mb-avatar:first-child{margin-left:0}.mb-pagination{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);justify-content:space-between;align-items:center;display:flex}.mb-pagination-info{font-size:var(--mb-text-sm);color:var(--mb-text-secondary)}.mb-pagination-controls{align-items:center;gap:var(--mb-space-2);display:flex}.mb-pagination-btn{padding:var(--mb-space-1-5) var(--mb-space-3);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);background:var(--mb-surface-card);color:var(--mb-text-secondary);font-size:var(--mb-text-sm);font-family:var(--mb-font-body);cursor:pointer;transition:all var(--mb-transition-base);align-items:center;display:flex}.mb-pagination-btn:hover:not(:disabled){background:var(--mb-surface-card-hover);border-color:var(--mb-border-strong)}.mb-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.mb-pagination-btn i{font-size:var(--mb-text-base)}.mb-pagination-text{font-size:var(--mb-text-sm);color:var(--mb-text-secondary)}.mb-context-card{padding:var(--mb-space-3);background:var(--mb-surface-subtle);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs)}.mb-context-card-row{margin-bottom:var(--mb-space-1);justify-content:space-between;display:flex}.mb-context-card-row:last-child{margin-bottom:0}.mb-context-card-label{color:var(--mb-text-muted)}.mb-context-card-value{color:var(--mb-text-primary)}.mb-context-card-value--bold{font-weight:var(--mb-weight-medium)}.mb-callout{align-items:flex-start;gap:var(--mb-space-2);padding:var(--mb-space-3);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs);border:1px solid;display:flex}.mb-callout i{font-size:var(--mb-text-sm);flex-shrink:0;margin-top:1px}.mb-callout--warning{background:var(--mb-color-warning-50);border-color:var(--mb-color-warning-100);color:var(--mb-color-warning-700)}.mb-callout--info{background:var(--mb-color-info-50);border-color:var(--mb-color-secondary-200);color:var(--mb-color-secondary-700)}.mb-callout--error{background:var(--mb-color-error-50);border-color:var(--mb-color-error-100);color:var(--mb-color-error-700)}.mb-callout-list{gap:var(--mb-space-1);margin-top:var(--mb-space-2);flex-direction:column;display:flex}.mb-callout-list span{align-items:center;gap:var(--mb-space-1-5);display:flex}.mb-callout-list i{font-size:var(--mb-text-xs)}.mb-empty-state{justify-content:center;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-8) var(--mb-space-4);text-align:center;flex-direction:column;flex:1;display:flex}.mb-empty-state--bordered{border:2px dashed var(--mb-color-neutral-200);border-radius:var(--mb-radius-xl)}.mb-empty-state--inline{min-height:auto;padding:var(--mb-space-8) var(--mb-space-4);border:none}.mb-empty-state-icon{font-size:var(--mb-text-3xl);color:var(--mb-text-muted);margin-bottom:var(--mb-space-3)}.mb-empty-state-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary)}.mb-empty-state-text{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-empty-state .mb-btn{margin-top:var(--mb-space-3)}.mb-contact-row{align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) 0;border-bottom:1px solid var(--mb-border-subtle);display:flex}.mb-contact-row:last-child{border-bottom:none}.mb-contact-info{flex-direction:column;flex:1;min-width:0;display:flex}.mb-contact-email{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mb-contact-name{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-contact-tag{font-size:var(--mb-text-xs);color:var(--mb-text-muted);flex-shrink:0}.mb-contact-tags{gap:var(--mb-space-2);flex-shrink:0;display:flex}.mb-contact-tags .mb-pill{padding:var(--mb-space-0-5) var(--mb-space-2)}.mb-loading{padding:var(--mb-space-8);justify-content:center;align-items:center;display:flex}.mb-loading--full{height:50vh}.mb-text-xs{font-size:var(--mb-text-xs)}.mb-text-sm{font-size:var(--mb-text-sm)}.mb-text-base{font-size:var(--mb-text-base)}.mb-text-md{font-size:var(--mb-text-md)}.mb-text-lg{font-size:var(--mb-text-lg)}.mb-text-muted{color:var(--mb-text-muted)}.mb-text-secondary{color:var(--mb-text-secondary)}.mb-text-primary{color:var(--mb-text-primary)}.mb-text-medium{font-weight:var(--mb-weight-medium)}.mb-text-bold{font-weight:var(--mb-weight-bold)}.mb-scroll{scrollbar-width:thin;scrollbar-color:var(--mb-color-neutral-200) transparent;overflow-y:auto}.mb-scroll-hidden{scrollbar-width:none;overflow-y:auto}.mb-card{background:var(--mb-surface-card);border:2px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);padding:var(--mb-space-5);transition:all var(--mb-transition-base)}.mb-card:hover{box-shadow:var(--mb-shadow-md);border-color:var(--mb-color-primary-300)}.mb-card--no-hover:hover{box-shadow:none;border-color:var(--mb-border-default)}.mb-card--accent-left{border-left:4px solid var(--mb-color-warning-500)}.mb-card--accent-left:hover{border-left-color:var(--mb-color-warning-500)}.mb-template-card{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);background:var(--mb-surface-card);cursor:pointer;height:180px;transition:all var(--mb-transition-base);display:flex;position:relative}.mb-template-card:hover{border-color:var(--mb-color-primary-300);box-shadow:var(--mb-shadow-lg)}.mb-template-card-preview{background:var(--mb-surface-subtle);border-right:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg) 0 0 var(--mb-radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:180px;display:flex;overflow:hidden}.mb-template-card-preview img{object-fit:cover;width:100%;height:100%}.mb-template-card-preview-placeholder{align-items:center;gap:var(--mb-space-1);color:var(--mb-text-muted);font-size:var(--mb-text-xs);flex-direction:column;display:flex}.mb-template-card-preview-placeholder i{font-size:var(--mb-text-2xl);opacity:.5}.mb-template-card-info{flex-direction:column;flex:1;min-width:0;display:flex}.mb-template-card-header{padding:.6875rem var(--mb-space-3);border-bottom:1px solid var(--mb-border-default);justify-content:space-between;align-items:center;gap:var(--mb-space-2);display:flex}.mb-template-card-name{font-family:var(--mb-font-display);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);font-size:var(--mb-text-sm);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.mb-template-card-actions{gap:var(--mb-space-1);flex-shrink:0;display:flex}.mb-template-card-body{padding:var(--mb-space-2) var(--mb-space-3);gap:var(--mb-space-1-5);flex-direction:column;flex:1;min-width:0;display:flex}.mb-template-card-subject{color:var(--mb-text-secondary);font-size:var(--mb-text-xs);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:var(--mb-space-1-5);display:flex;overflow:hidden}.mb-template-card-subject i{font-size:var(--mb-text-sm);color:var(--mb-text-muted);flex-shrink:0}.mb-template-card-vars{align-items:center;gap:var(--mb-space-1-5);flex-wrap:wrap;display:flex}.mb-template-card-vars>i{font-size:var(--mb-text-sm);color:var(--mb-text-muted);flex-shrink:0}.mb-template-card-var{padding:var(--mb-space-1) var(--mb-space-2);background:var(--mb-color-primary-50);color:var(--mb-color-primary-600);border-radius:var(--mb-radius-full);font-weight:var(--mb-weight-medium);font-size:var(--mb-text-xs);line-height:1}.mb-template-card-date{color:var(--mb-text-muted);font-size:var(--mb-text-xs);align-items:center;gap:var(--mb-space-1-5);display:flex}.mb-template-card-date i{font-size:var(--mb-text-sm)}.mb-template-card-creator{color:var(--mb-text-muted);font-size:var(--mb-text-xs);align-items:center;gap:var(--mb-space-1-5);display:flex}.mb-template-card-creator i{font-size:var(--mb-text-sm)}.mb-template-card-footer{justify-content:space-between;align-items:center;gap:var(--mb-space-2);margin-top:auto;display:flex}.mb-template-card-action{padding:0 var(--mb-space-1);color:var(--mb-text-muted);cursor:pointer;font-size:var(--mb-text-lg);transition:color var(--mb-transition-base);background:0 0;border:none;line-height:1}.mb-template-card-action:hover{color:var(--mb-text-primary)}.mb-template-card-action--danger:hover{color:var(--mb-color-error-600)}.mb-template-card--highlight{border-color:var(--mb-color-primary-400);box-shadow:var(--mb-shadow-lg)}.mb-template-card-new{top:var(--mb-space-2);left:var(--mb-space-2);z-index:1;padding:2px var(--mb-space-2);font-size:10px;font-weight:var(--mb-weight-bold);background:var(--mb-color-success-500);color:var(--mb-color-neutral-0);border-radius:var(--mb-radius-full);position:absolute}.mb-section-card{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);overflow:hidden}.mb-section-card-header{padding:var(--mb-space-4) var(--mb-space-5);border-bottom:1px solid var(--mb-border-default);justify-content:space-between;align-items:center;display:flex}.mb-section-card-title{align-items:center;gap:var(--mb-space-2);font-family:var(--mb-font-display);font-size:var(--mb-text-md);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);display:flex}.mb-section-card-title i{color:var(--mb-text-muted);font-size:20px}.mb-section-card-title-sub{font-size:var(--mb-text-xs);color:var(--mb-text-muted);font-weight:var(--mb-weight-normal);font-family:var(--mb-font-body)}.mb-section-card-body{padding:var(--mb-space-5)}.mb-section-card-body--flush{padding:0}.mb-sidebar{background:var(--mb-surface-sidebar);width:250px;color:var(--mb-color-neutral-100);padding:var(--mb-space-4);gap:var(--mb-space-2);flex-direction:column;height:100vh;display:flex}.mb-sidebar-tenant{align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-3) var(--mb-space-2);margin-bottom:var(--mb-space-4);border-radius:var(--mb-radius-md);transition:background var(--mb-transition-base);display:flex}.mb-sidebar-tenant:hover{background:#ffffff0d}.mb-sidebar-tenant-logo{border-radius:var(--mb-radius-md);width:36px;height:36px;font-size:var(--mb-text-xs);font-weight:var(--mb-weight-bold);font-family:var(--mb-font-display);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-sidebar-tenant-info{flex:1;min-width:0}.mb-sidebar-tenant-name{font-family:var(--mb-font-display);font-weight:var(--mb-weight-semibold);font-size:var(--mb-text-sm);color:var(--mb-color-neutral-0);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mb-sidebar-tenant-plan{font-size:var(--mb-text-xs);color:var(--mb-color-neutral-500)}.mb-sidebar-nav{gap:var(--mb-space-1);flex-direction:column;flex:1;display:flex}.mb-sidebar-section-label{font-size:10px;font-weight:var(--mb-weight-semibold);color:var(--mb-color-neutral-600);text-transform:uppercase;letter-spacing:.08em;padding:var(--mb-space-4) var(--mb-space-3) var(--mb-space-1)}.mb-sidebar-link{align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-3);border-radius:var(--mb-radius-md);color:var(--mb-color-neutral-400);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);transition:all var(--mb-transition-base);text-decoration:none;display:flex}.mb-sidebar-link:hover{color:var(--mb-color-neutral-100);background:#ffffff14}.mb-sidebar-link--active{background:var(--mb-color-primary-500);color:var(--mb-color-neutral-0)}.mb-sidebar-link i{opacity:.7;text-align:center;width:18px;font-size:18px}.mb-sidebar-link--active i{opacity:1}.mb-sidebar-badge{background:var(--mb-color-primary-500);color:var(--mb-color-neutral-0);font-size:10px;font-weight:var(--mb-weight-bold);border-radius:var(--mb-radius-full);margin-left:auto;padding:1px 6px}.mb-sidebar-footer{padding-top:var(--mb-space-3);gap:var(--mb-space-2);border-top:1px solid #ffffff14;flex-direction:column;display:flex}.mb-sidebar-branding{justify-content:center;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-3);margin-top:var(--mb-space-2);font-size:var(--mb-text-xs);color:var(--mb-color-neutral-600);border-top:1px solid #ffffff14;display:flex}.mb-sidebar-branding strong{color:var(--mb-color-neutral-400)}.mb-topbar{border-bottom:1px solid var(--mb-border-default);background:var(--mb-surface-card);height:56px;padding:0 var(--mb-space-6);justify-content:space-between;align-items:center;display:flex}.mb-topbar-breadcrumb{align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);color:var(--mb-text-muted);display:flex}.mb-topbar-breadcrumb i{font-size:16px}.mb-topbar-breadcrumb-sep{color:var(--mb-color-neutral-300)}.mb-topbar-breadcrumb-current{color:var(--mb-text-primary);font-weight:var(--mb-weight-medium)}.mb-topbar-breadcrumb a{color:var(--mb-text-muted);font-size:var(--mb-text-sm);text-decoration:none}.mb-topbar-breadcrumb a:hover{color:var(--mb-text-secondary)}.mb-topbar-actions{align-items:center;gap:var(--mb-space-3);display:flex}.mb-status-card{padding:var(--mb-space-4);border-radius:var(--mb-radius-lg);border:2px solid var(--mb-border-default);background:var(--mb-surface-card);cursor:pointer;transition:all var(--mb-transition-base);align-items:center;gap:var(--mb-space-3);display:flex}.mb-status-card:hover{border-color:var(--mb-color-primary-300);box-shadow:var(--mb-shadow-sm)}.mb-status-card--active{border-color:var(--mb-color-primary-400);background:var(--mb-color-primary-50)}.mb-status-card-count{font-family:var(--mb-font-display);font-size:var(--mb-text-xl);font-weight:var(--mb-weight-bold)}.mb-status-card-label{font-size:var(--mb-text-xs);color:var(--mb-text-secondary);margin-top:2px}.mb-selection-bar{align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-2) var(--mb-space-4);background:var(--mb-color-primary-50);border:1px solid var(--mb-color-primary-200);border-radius:var(--mb-radius-md);font-size:var(--mb-text-sm);display:flex}.mb-selection-count{font-weight:var(--mb-weight-semibold);color:var(--mb-color-primary-700)}.mb-selection-select-all{font-size:var(--mb-text-xs);color:var(--mb-text-link);cursor:pointer;font-family:var(--mb-font-body);background:0 0;border:none;text-decoration:underline}.mb-selection-actions{gap:var(--mb-space-2);margin-left:auto;display:flex}.mb-dropdown{z-index:var(--mb-z-dropdown);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-lg);padding:var(--mb-space-1);min-width:160px;position:absolute;top:100%;right:0}.mb-dropdown-item{align-items:center;gap:var(--mb-space-2);width:100%;padding:var(--mb-space-2) var(--mb-space-3);border-radius:var(--mb-radius-sm);font-size:var(--mb-text-xs);font-family:var(--mb-font-body);color:var(--mb-text-primary);cursor:pointer;transition:background var(--mb-transition-base);text-align:left;background:0 0;border:none;display:flex}.mb-dropdown-item:hover{background:var(--mb-surface-subtle)}.mb-dropdown-item--danger{color:var(--mb-color-error-600)}.mb-dropdown-item--danger:hover{background:var(--mb-color-error-50)}.mb-dropdown-item i{font-size:14px}.mb-dropdown-divider{background:var(--mb-border-subtle);height:1px;margin:var(--mb-space-1) 0}.mb-stepper{padding:var(--mb-space-4) var(--mb-space-5);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);align-items:center;display:flex}.mb-stepper-step{align-items:center;gap:var(--mb-space-2);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-muted);flex-shrink:0;display:flex}.mb-stepper-step--done{color:var(--mb-color-success-600)}.mb-stepper-step--active{color:var(--mb-color-primary-600)}.mb-stepper-dot{border-radius:var(--mb-radius-full);width:28px;height:28px;font-size:12px;font-weight:var(--mb-weight-bold);border:2px solid var(--mb-border-default);justify-content:center;align-items:center;display:flex}.mb-stepper-step--done .mb-stepper-dot{background:var(--mb-color-success-500);border-color:var(--mb-color-success-500);color:var(--mb-color-neutral-0)}.mb-stepper-step--active .mb-stepper-dot{background:var(--mb-color-primary-500);border-color:var(--mb-color-primary-500);color:var(--mb-color-neutral-0)}.mb-stepper-line{background:var(--mb-color-neutral-400);height:3px;margin:0 var(--mb-space-3);border-radius:2px;flex:1;min-width:24px}.mb-stepper-line--done{background:var(--mb-color-success-500)}.mb-timeline{padding-left:var(--mb-space-6);flex-direction:column;display:flex;position:relative}.mb-timeline:before{content:"";background:var(--mb-border-default);width:2px;position:absolute;top:6px;bottom:6px;left:8px}.mb-timeline-item{padding:var(--mb-space-2) 0;position:relative}.mb-timeline-dot{left:calc(-1 * var(--mb-space-6) + 4px);border-radius:var(--mb-radius-full);border:2px solid var(--mb-surface-card);width:10px;height:10px;position:absolute;top:12px}.mb-timeline-dot--created{background:var(--mb-color-neutral-400)}.mb-timeline-dot--submitted{background:var(--mb-color-warning-500)}.mb-timeline-dot--approved{background:var(--mb-color-success-500)}.mb-timeline-dot--sent{background:var(--mb-color-primary-500)}.mb-timeline-dot--rejected{background:var(--mb-color-error-500)}.mb-timeline-text{font-size:var(--mb-text-xs);color:var(--mb-text-secondary)}.mb-timeline-text strong{color:var(--mb-text-primary);font-weight:var(--mb-weight-medium)}.mb-timeline-time{color:var(--mb-text-muted);margin-top:2px;font-size:10px}.mb-var-group-item{padding:var(--mb-space-2) var(--mb-space-3);color:var(--mb-color-primary-600);cursor:pointer;border:none;border-left:1px solid var(--mb-border-default);font-family:var(--mb-font-body);transition:all var(--mb-transition-base);background:0 0;align-items:center;font-size:11px;display:flex}.mb-sending-progress{gap:var(--mb-space-1);flex-direction:column;width:80px;display:flex}.mb-progress-bar{background:var(--mb-color-neutral-200);border-radius:var(--mb-radius-full);width:100%;height:6px;overflow:hidden}.mb-progress-fill{background:var(--mb-color-secondary-500);border-radius:var(--mb-radius-full);height:100%;animation:1.5s ease-in-out infinite mb-progress-pulse}@keyframes mb-progress-pulse{0%,to{opacity:1}50%{opacity:.6}}.mb-progress-text{color:var(--mb-color-secondary-600);font-size:10px;font-weight:var(--mb-weight-semibold)}.mb-skeleton{background:var(--mb-color-neutral-200);border-radius:var(--mb-radius-md);animation:1.5s ease-in-out infinite mb-skeleton-pulse}@keyframes mb-skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.mb-skeleton--text{border-radius:var(--mb-radius-sm);height:14px}.mb-skeleton--title{border-radius:var(--mb-radius-sm);width:50%;height:20px}.mb-skeleton--card{height:100px}.mb-skeleton--row{height:44px;margin-bottom:var(--mb-space-2)}.mb-page-header{justify-content:space-between;align-items:center;gap:var(--mb-space-3);min-height:36px;display:flex}.mb-page-header-left{align-items:center;gap:var(--mb-space-3);flex:1;min-width:0;display:flex}.mb-table-wrap{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);overflow:hidden}.mb-table{border-collapse:collapse;width:100%;font-size:var(--mb-text-sm)}.mb-table thead tr{background:var(--mb-surface-subtle);border-bottom:1px solid var(--mb-border-default)}.mb-table th{padding:var(--mb-space-3) var(--mb-space-4);text-align:left;font-weight:var(--mb-weight-medium);color:var(--mb-text-secondary);font-size:var(--mb-text-xs);text-transform:uppercase;letter-spacing:var(--mb-tracking-wide)}.mb-table td{padding:var(--mb-space-3) var(--mb-space-4);border-bottom:1px solid var(--mb-border-subtle);color:var(--mb-text-primary)}.mb-table tbody tr:last-child td{border-bottom:none}.mb-table tbody tr{transition:background var(--mb-transition-fast)}.mb-table tbody tr:hover{background:var(--mb-surface-card-hover)}.mb-table tbody tr.mb-table-row--clickable{cursor:pointer}.mb-table .text-right{text-align:right}.mb-table-row-actions{gap:var(--mb-space-1);justify-content:flex-end;display:flex}.mb-table-actions{align-items:center;gap:var(--mb-space-1);justify-content:flex-end;display:flex}.mb-table-action-btn{width:var(--mb-space-8);height:var(--mb-space-8);border-radius:var(--mb-radius-sm);color:var(--mb-text-muted);cursor:pointer;transition:all var(--mb-transition-base);font-size:var(--mb-text-lg);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-table-action-btn:disabled{opacity:.25;cursor:default;pointer-events:none}.mb-table-action-btn:hover:not(:disabled){background:var(--mb-surface-subtle);color:var(--mb-text-primary)}.mb-table-action-btn--danger:hover{background:var(--mb-color-error-50);color:var(--mb-color-error-600)}.mb-table-action-btn--default-star{color:var(--mb-color-warning-500);cursor:default}.mb-alert{align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-3) var(--mb-space-4);border-radius:var(--mb-radius-md);font-size:var(--mb-text-sm);border:1px solid #0000;display:flex}.mb-alert i{font-size:var(--mb-text-lg);flex-shrink:0}.mb-alert--error{background:var(--mb-color-error-50);border-color:var(--mb-color-error-500);color:var(--mb-color-error-700)}.mb-alert--warning{background:var(--mb-color-warning-50);border-color:var(--mb-color-warning-500);color:var(--mb-color-warning-700)}.mb-alert--info{background:var(--mb-color-secondary-50);border-color:var(--mb-color-secondary-500);color:var(--mb-color-secondary-700)}.mb-alert--success{background:var(--mb-color-success-50);border-color:var(--mb-color-success-500);color:var(--mb-color-success-700)}.mb-alert--banner{justify-content:space-between}.mb-alert-content{align-items:center;gap:var(--mb-space-2);display:flex}.mb-btn{justify-content:center;align-items:center;gap:var(--mb-space-2);font-family:var(--mb-font-body);font-weight:var(--mb-weight-medium);border-radius:var(--mb-radius-md);cursor:pointer;transition:all var(--mb-transition-base);line-height:var(--mb-leading-tight);white-space:nowrap;border:1px solid #0000;text-decoration:none;display:inline-flex}.mb-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.mb-btn i{font-size:14px}.mb-btn--primary{background:var(--mb-color-primary-500);color:var(--mb-color-neutral-0);border-color:var(--mb-color-primary-500)}.mb-btn--primary:hover:not(:disabled){background:var(--mb-color-primary-600);border-color:var(--mb-color-primary-600);box-shadow:var(--mb-shadow-sm)}.mb-btn--secondary{background:var(--mb-surface-card);color:var(--mb-text-primary);border-color:var(--mb-border-default)}.mb-btn--secondary:hover:not(:disabled){background:var(--mb-surface-card-hover);border-color:var(--mb-border-strong)}.mb-btn--destructive{background:var(--mb-color-error-500);color:var(--mb-color-neutral-0);border-color:var(--mb-color-error-500)}.mb-btn--destructive:hover:not(:disabled){background:var(--mb-color-error-600);border-color:var(--mb-color-error-600);box-shadow:var(--mb-shadow-sm)}.mb-btn--success{background:var(--mb-color-success-500);color:var(--mb-color-neutral-0);border-color:var(--mb-color-success-500)}.mb-btn--success:hover:not(:disabled){background:var(--mb-color-success-600);border-color:var(--mb-color-success-600);box-shadow:var(--mb-shadow-sm)}.mb-btn--ghost{color:var(--mb-text-secondary);background:0 0;border-color:#0000}.mb-btn--ghost:hover:not(:disabled){background:var(--mb-surface-card-hover);color:var(--mb-text-primary)}.mb-btn--sm{padding:var(--mb-space-2) var(--mb-space-4);font-size:var(--mb-text-xs)}.mb-btn--md{padding:var(--mb-space-2) var(--mb-space-4);font-size:var(--mb-text-sm)}.mb-btn--lg{padding:var(--mb-space-3) var(--mb-space-6);font-size:var(--mb-text-md);border-radius:var(--mb-radius-lg)}.mb-btn--dirty{border:2px solid var(--mb-color-warning-500);background:var(--mb-color-warning-200);color:var(--mb-color-warning-700);animation:2s ease-in-out infinite mb-btn-pulse}.mb-btn--dirty:hover:not(:disabled){background:var(--mb-color-warning-100)}.mb-btn--dirty:disabled{animation:none}@keyframes mb-btn-pulse{0%,to{opacity:1}50%{opacity:.8}}.mb-btn__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite mb-btn-spin}@keyframes mb-btn-spin{to{transform:rotate(360deg)}}.mb-badge{align-items:center;gap:var(--mb-space-1);padding:var(--mb-space-1) var(--mb-space-3);font-family:var(--mb-font-body);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-semibold);white-space:nowrap;border-radius:var(--mb-radius-full);border:1px solid #0000;line-height:1;display:inline-flex}.mb-badge i{font-size:12px}.mb-badge--success{background:var(--mb-color-success-100);color:var(--mb-color-success-700);border-color:var(--mb-color-success-500)}.mb-badge--warning{background:var(--mb-color-warning-200);color:var(--mb-color-warning-700);border-color:var(--mb-color-warning-500)}.mb-badge--error{background:var(--mb-color-error-100);color:var(--mb-color-error-700);border-color:var(--mb-color-error-500)}.mb-badge--info{background:var(--mb-color-info-100);color:var(--mb-color-info-700);border-color:var(--mb-color-info-500)}.mb-badge--neutral{background:var(--mb-color-neutral-200);color:var(--mb-color-neutral-700);border-color:var(--mb-color-neutral-500)}.mb-badge--primary{background:var(--mb-color-primary-100);color:var(--mb-color-primary-700);border-color:var(--mb-color-primary-500)}.mb-input{width:100%;padding:var(--mb-space-2) var(--mb-space-3);font-family:var(--mb-font-body);font-size:var(--mb-text-sm);color:var(--mb-text-primary);background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);transition:all var(--mb-transition-base);outline:none}.mb-input::placeholder{color:var(--mb-text-muted)}.mb-input:focus{border-color:var(--mb-border-focus);box-shadow:var(--mb-ring)}.mb-input:disabled{opacity:.5;cursor:not-allowed;background:var(--mb-surface-subtle)}.mb-input--error{border-color:var(--mb-color-error-500);background:var(--mb-color-error-50)}.mb-input--error:focus{border-color:var(--mb-color-error-500);background:var(--mb-surface-card);box-shadow:0 0 0 var(--mb-ring-offset) var(--mb-surface-card),0 0 0 calc(var(--mb-ring-offset) + 2px) var(--mb-color-error-400)}.mb-textarea{resize:vertical;min-height:80px;line-height:var(--mb-leading-relaxed)}.mb-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256'%3E%3Cpath fill='%23968d7e' d='M213.66 101.66l-80 80a8 8 0 01-11.32 0l-80-80A8 8 0 0153.66 90.34L128 164.69l74.34-74.35a8 8 0 0111.32 11.32z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--mb-space-3) center;padding-right:var(--mb-space-8);cursor:pointer}.mb-input-wrap{width:100%;position:relative}.mb-input-wrap--icon-left .mb-input-icon{left:var(--mb-space-3);color:var(--mb-text-muted);pointer-events:none;font-size:16px;position:absolute;top:50%;transform:translateY(-50%)}.mb-input-wrap--icon-left .mb-input{padding-left:var(--mb-space-8)}.mb-input-wrap--suffix .mb-input{padding-right:var(--mb-space-10)}.mb-input-suffix{right:var(--mb-space-3);align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.mb-input-counter{color:var(--mb-text-muted);pointer-events:none;font-size:10px}.mb-input-counter--over{color:var(--mb-color-error-500);font-weight:var(--mb-weight-medium)}.mb-input-action{color:var(--mb-text-muted);cursor:pointer;transition:color var(--mb-transition-base);background:0 0;border:none;align-items:center;padding:0;font-size:16px;display:flex}.mb-input-action:hover{color:var(--mb-text-secondary)}.mb-field{flex-direction:column;gap:0;display:flex}.mb-field-label{font-family:var(--mb-font-body);font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);margin-bottom:var(--mb-space-1-5)}.mb-field-hint{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-1)}.mb-field-error{font-size:var(--mb-text-xs);color:var(--mb-color-error-600);margin-top:var(--mb-space-1);align-items:center;gap:var(--mb-space-1);display:flex}.mb-field-error i{font-size:var(--mb-text-xs)}.mb-search-select{width:100%;position:relative}.mb-search-select button.mb-select{text-align:left;align-items:center;width:100%;display:flex}.mb-search-select-placeholder{color:var(--mb-text-muted)}.mb-search-select-dropdown{top:calc(100% + var(--mb-space-1));background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);z-index:var(--mb-z-dropdown);max-height:240px;position:absolute;left:0;right:0}.mb-search-select-option{width:100%;padding:var(--mb-space-2) var(--mb-space-3);font-family:var(--mb-font-body);cursor:pointer;text-align:left;transition:background var(--mb-transition-base);background:0 0;border:none;flex-direction:column;display:flex}.mb-search-select-option-top{justify-content:space-between;align-items:center;gap:var(--mb-space-2);display:flex}.mb-search-select-option-label{font-size:var(--mb-text-sm);color:var(--mb-text-primary)}.mb-search-select-option-meta{font-size:var(--mb-text-xs);color:var(--mb-text-muted);flex-shrink:0}.mb-search-select-option-desc{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-0-5)}.mb-search-select-option:hover{background:var(--mb-surface-subtle)}.mb-search-select-option--active{background:var(--mb-color-primary-50);color:var(--mb-color-primary-700);font-weight:var(--mb-weight-medium)}.mb-search-select-empty{padding:var(--mb-space-3);text-align:center;font-size:var(--mb-text-sm);color:var(--mb-text-muted)}.mb-search-input{max-width:20rem;position:relative}.mb-search-input i{left:var(--mb-space-3);font-size:var(--mb-text-md);color:var(--mb-text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.mb-search-input .mb-input{padding-left:var(--mb-space-8)}.mb-dialog-overlay{background:var(--mb-surface-overlay);z-index:var(--mb-z-modal);justify-content:center;align-items:center;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.mb-dialog{background:var(--mb-surface-card);border-radius:var(--mb-radius-xl);box-shadow:var(--mb-shadow-xl);width:480px;overflow:hidden}.mb-dialog-header{padding:var(--mb-space-6) var(--mb-space-6) var(--mb-space-4);position:relative}.mb-dialog-close{top:var(--mb-space-4);right:var(--mb-space-4);width:28px;height:28px;color:var(--mb-text-muted);cursor:pointer;font-size:var(--mb-text-lg);border-radius:var(--mb-radius-sm);transition:all var(--mb-transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.mb-dialog-close:hover{color:var(--mb-text-primary);background:var(--mb-surface-card-hover)}.mb-dialog-icon-header{align-items:flex-start;gap:var(--mb-space-3);display:flex}.mb-dialog-title{font-family:var(--mb-font-display);font-size:var(--mb-text-lg);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary);line-height:1.2}.mb-dialog-description{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);margin-top:var(--mb-space-0-5);line-height:1.6}.mb-dialog-section-title{font-size:var(--mb-text-sm);font-weight:var(--mb-weight-medium);color:var(--mb-text-primary);margin:0 0 calc(-1 * var(--mb-space-2)) 0}.mb-dialog-body{padding:0 var(--mb-space-6) var(--mb-space-4);gap:var(--mb-space-4);flex-direction:column;display:flex}.mb-dialog-context{padding:var(--mb-space-3);background:var(--mb-surface-subtle);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs)}.mb-dialog-context-row{margin-bottom:var(--mb-space-1);justify-content:space-between;display:flex}.mb-dialog-context-row:last-child{margin-bottom:0}.mb-dialog-context-label{color:var(--mb-text-muted)}.mb-dialog-context-value{color:var(--mb-text-primary)}.mb-dialog-context-value--bold{font-weight:var(--mb-weight-medium)}.mb-dialog-note{align-items:flex-start;gap:var(--mb-space-2);padding:var(--mb-space-3);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs);display:flex}.mb-dialog-note i{font-size:var(--mb-text-base);flex-shrink:0;margin-top:1px}.mb-dialog-note--warning{background:var(--mb-color-warning-50);border:1px solid var(--mb-color-warning-200);color:var(--mb-color-warning-700)}.mb-dialog-note--info{background:var(--mb-color-info-50);border:1px solid var(--mb-color-secondary-200);color:var(--mb-color-secondary-700)}.mb-dialog-note-list{gap:var(--mb-space-1);padding-left:var(--mb-space-5);margin-top:var(--mb-space-2);flex-direction:column;display:flex}.mb-dialog-note-list span{align-items:center;gap:var(--mb-space-1-5);display:flex}.mb-dialog-note-list i{margin-top:0;font-size:12px}.mb-dialog-footer{justify-content:flex-end;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-4) var(--mb-space-6);background:var(--mb-surface-subtle);border-top:1px solid var(--mb-border-default);display:flex}.mb-dialog-secondary-action{font-family:var(--mb-font-body);font-size:var(--mb-text-xs);color:var(--mb-text-link);cursor:pointer;background:0 0;border:none;margin-right:auto;padding:0;text-decoration:none}.mb-dialog-secondary-action:hover{text-decoration:underline}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);padding:var(--mb-space-1) var(--mb-space-2);background:var(--mb-color-neutral-900);color:var(--mb-color-neutral-0);font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);font-family:var(--mb-font-body);border-radius:var(--mb-radius-sm);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--mb-transition-base),transform var(--mb-transition-base);box-shadow:var(--mb-shadow-md);z-index:var(--mb-z-tooltip,9999);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(4px)}[data-tooltip]:hover:after{opacity:1;transform:translate(-50%)translateY(0)}[data-tooltip-pos=bottom]:after{top:calc(100% + 6px);bottom:auto;transform:translate(-50%)translateY(-4px)}[data-tooltip-pos=bottom]:hover:after{transform:translate(-50%)translateY(0)}[data-tooltip-pos=left]:after{inset:50% calc(100% + 6px) auto auto;transform:translateY(-50%)translate(4px)}[data-tooltip-pos=left]:hover:after{transform:translateY(-50%)translate(0)}[data-tooltip-pos=right]:after{top:50%;bottom:auto;left:calc(100% + 6px);transform:translateY(-50%)translate(-4px)}[data-tooltip-pos=right]:hover:after{transform:translateY(-50%)translate(0)}.mb-split{border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);flex:1;display:flex;overflow:hidden}.mb-split-pane:first-child{border-radius:var(--mb-radius-lg) 0 0 var(--mb-radius-lg)}.mb-split-pane:last-child{border-radius:0 var(--mb-radius-lg) var(--mb-radius-lg) 0}.mb-split-pane{flex-direction:column;min-width:0;height:100%;display:flex}.mb-split-pane-body{flex:1;min-height:0;overflow:hidden}.mb-split-pane-body>div{height:100%}.mb-split-pane-header{background:var(--mb-surface-subtle);border-bottom:1px solid var(--mb-border-default);height:32px;padding:0 var(--mb-space-3);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.mb-split-pane-header-label{font-size:var(--mb-text-xs);font-weight:var(--mb-weight-medium);color:var(--mb-text-secondary)}.mb-editor-compat-warning{align-items:center;gap:var(--mb-space-1-5);padding:var(--mb-space-1) var(--mb-space-3);background:var(--mb-color-warning-50);border-bottom:1px solid var(--mb-color-warning-200);color:var(--mb-color-warning-700);flex-shrink:0;font-size:11px;display:flex}.mb-editor-compat-warning i{flex-shrink:0;font-size:12px}.mb-editor-hint{font-weight:var(--mb-weight-normal);color:var(--mb-text-muted);margin-left:var(--mb-space-2);font-size:10px}.mb-split-pane-header-right{align-items:center;gap:var(--mb-space-3);display:flex}.mb-split .cm-editor{border:none!important;outline:none!important;height:100%!important}.mb-split .cm-editor.cm-focused{outline:none!important}.mb-split .cm-scroller{overflow:auto!important}.mb-split .cm-panel.cm-search{background:var(--mb-surface-subtle)!important;border-bottom:1px solid var(--mb-border-default)!important;font-family:var(--mb-font-body)!important;font-size:var(--mb-text-xs)!important;color:var(--mb-text-primary)!important}.mb-split .cm-panel.cm-search input{border:1px solid var(--mb-border-default)!important;border-radius:var(--mb-radius-sm)!important;padding:var(--mb-space-1) var(--mb-space-2)!important;font-family:var(--mb-font-body)!important;font-size:var(--mb-text-xs)!important;background:var(--mb-surface-card)!important;color:var(--mb-text-primary)!important;outline:none!important}.mb-split .cm-panel.cm-search input:focus{border-color:var(--mb-color-primary-400)!important}.mb-split .cm-panel.cm-search button{border:1px solid var(--mb-border-default)!important;border-radius:var(--mb-radius-sm)!important;padding:var(--mb-space-1) var(--mb-space-2)!important;background:var(--mb-surface-card)!important;color:var(--mb-text-primary)!important;font-family:var(--mb-font-body)!important;font-size:var(--mb-text-xs)!important;cursor:pointer!important}.mb-split .cm-panel.cm-search button:hover{background:var(--mb-surface-card-hover)!important}.mb-split .cm-panel.cm-search label{font-size:var(--mb-text-xs)!important;color:var(--mb-text-secondary)!important}.mb-split .cm-panel.cm-search input[type=checkbox]{width:14px!important;height:14px!important;accent-color:var(--mb-color-primary-500)!important;cursor:pointer!important;vertical-align:middle!important}.mb-split .cm-searchMatch{background:var(--mb-color-warning-200)!important}.mb-split .cm-searchMatch-selected{background:var(--mb-color-primary-200)!important}.mb-split .cm-content{white-space:pre-wrap!important;word-break:break-all!important;flex-basis:auto!important}.cm-mb-variable{background:var(--mb-color-primary-50);color:var(--mb-color-primary-600);font-weight:var(--mb-weight-medium);border-radius:3px;padding:1px 3px}.cm-tooltip-autocomplete{border:1px solid var(--mb-border-default)!important;border-radius:var(--mb-radius-md)!important;box-shadow:var(--mb-shadow-md)!important;font-family:var(--mb-font-body)!important;font-size:var(--mb-text-xs)!important}.cm-tooltip-autocomplete ul li{padding:var(--mb-space-1-5) var(--mb-space-3)!important}.cm-tooltip-autocomplete ul li[aria-selected]{background:var(--mb-color-primary-50)!important;color:var(--mb-color-primary-700)!important}.cm-completionDetail{color:var(--mb-text-muted)!important;margin-left:var(--mb-space-2)!important;font-style:normal!important}.cm-completionSection{padding:var(--mb-space-1) var(--mb-space-3)!important;font-size:10px!important;font-weight:var(--mb-weight-medium)!important;color:var(--mb-text-muted)!important;border-bottom:1px solid var(--mb-border-default)!important}.mb-split-resize{background:var(--mb-border-default);cursor:col-resize;width:8px;transition:background var(--mb-transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mb-split-resize:after{content:"";background:var(--mb-color-neutral-400);width:2px;height:24px;transition:background var(--mb-transition-base);border-radius:1px}.mb-split-resize:hover{background:var(--mb-color-primary-100)}.mb-split-resize:hover:after{background:var(--mb-color-primary-500)}.mb-device-toggle{background:var(--mb-surface-subtle);border-radius:var(--mb-radius-sm);gap:2px;padding:2px;display:flex}.mb-device-btn{padding:var(--mb-space-1);border-radius:var(--mb-radius-sm);color:var(--mb-text-muted);cursor:pointer;transition:all var(--mb-transition-base);background:0 0;border:none;align-items:center;font-size:14px;display:flex}.mb-device-btn--active{background:var(--mb-surface-card);color:var(--mb-text-primary);box-shadow:var(--mb-shadow-xs)}.mb-zoom{align-items:center;gap:var(--mb-space-2);display:flex}.mb-zoom-btn{padding:var(--mb-space-0-5);border-radius:var(--mb-radius-sm);color:var(--mb-text-muted);cursor:pointer;transition:color var(--mb-transition-base);background:0 0;border:none;align-items:center;font-size:14px;display:flex}.mb-zoom-btn:hover{color:var(--mb-text-primary)}.mb-zoom-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--mb-color-neutral-200);border-radius:var(--mb-radius-full);cursor:pointer;outline:none;width:64px;height:4px}.mb-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;border-radius:var(--mb-radius-full);background:var(--mb-color-primary-500);cursor:pointer;border:2px solid var(--mb-color-neutral-0);width:12px;height:12px;box-shadow:var(--mb-shadow-xs)}.mb-zoom-value{text-align:center;min-width:30px;color:var(--mb-text-muted);font-size:10px}.mb-inbox-preview{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);width:100%;max-width:600px;padding:var(--mb-space-3) var(--mb-space-4);align-items:center;gap:var(--mb-space-3);box-shadow:var(--mb-shadow-xs);display:flex}.mb-inbox-preview-avatar{border-radius:var(--mb-radius-full);background:var(--mb-color-primary-100);width:32px;height:32px;color:var(--mb-color-primary-700);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.mb-inbox-preview-content{flex:1;min-width:0}.mb-inbox-preview-from{font-size:var(--mb-text-xs);font-weight:var(--mb-weight-semibold);color:var(--mb-text-primary)}.mb-inbox-preview-subject{font-size:var(--mb-text-xs);color:var(--mb-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mb-inbox-preview-time{color:var(--mb-text-muted);flex-shrink:0;align-self:flex-start;margin-top:2px;font-size:10px}.mb-inbox-preview-label{color:var(--mb-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:center;font-size:9px;font-weight:var(--mb-weight-medium);margin-bottom:var(--mb-space-2)}.mb-preview-area{background:var(--mb-surface-card);flex:1;min-height:0}.mb-preview-area iframe{border:none;width:100%;height:100%}.mb-preview-email{background:var(--mb-color-neutral-0);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-md);box-shadow:var(--mb-shadow-md);width:100%;overflow:hidden}.mb-preview-email--desktop{max-width:600px}.mb-preview-email--mobile{max-width:375px}.mb-editor-layout{height:var(--mb-content-height);flex-direction:column;display:flex}.mb-editor-layout:fullscreen{background:var(--mb-surface-page);height:100vh;padding:var(--mb-space-4)}.mb-editor-topbar{align-items:flex-end;gap:var(--mb-space-3);margin-bottom:var(--mb-space-3);display:flex}.mb-editor-field{flex:1;min-width:0}.mb-editor-field label{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-bottom:var(--mb-space-1);display:block}.mb-editor-subject-wrap{position:relative}.mb-editor-subject-wrap .mb-input{padding-right:3.125rem}.mb-editor-subject-counter{right:var(--mb-space-3);color:var(--mb-text-muted);pointer-events:none;font-size:10px;position:absolute;top:50%;transform:translateY(-50%)}.mb-editor-subject-counter--over{color:var(--mb-color-error-500);font-weight:var(--mb-weight-medium)}.mb-editor-vars{margin-bottom:var(--mb-space-3);justify-content:space-between;align-items:center;display:flex}.mb-editor-vars-left{align-items:center;gap:var(--mb-space-2);display:flex}.mb-var-group{border-radius:var(--mb-radius-md);border:1px solid var(--mb-border-default);align-items:stretch;font-size:11px;display:inline-flex;overflow:hidden}.mb-var-group-label{padding:var(--mb-space-2) var(--mb-space-3);background:var(--mb-surface-subtle);color:var(--mb-text-secondary);font-weight:var(--mb-weight-medium);align-items:center;display:flex}.mb-var-group-item{padding:var(--mb-space-2) var(--mb-space-3);color:var(--mb-color-primary-600);cursor:pointer;border:none;border-left:1px solid var(--mb-border-default);font-family:var(--mb-font-body);transition:all var(--mb-transition-base);background:0 0;font-size:11px}.mb-var-group-item:hover{background:var(--mb-color-primary-200);color:var(--mb-color-primary-800)}.mb-var-group-item--system{color:var(--mb-text-secondary)}.mb-var-group-item--system:hover{background:var(--mb-color-neutral-200);color:var(--mb-text-primary)}.mb-editor-last-saved{font-size:var(--mb-text-xs);color:var(--mb-text-muted)}.mb-editor-save--dirty{border-color:var(--mb-color-warning-500);background:var(--mb-color-warning-200);color:var(--mb-color-warning-700);animation:2s ease-in-out infinite mb-pulse-save}.mb-editor-save--dirty:hover{background:var(--mb-color-warning-300)}@keyframes mb-pulse-save{0%,to{opacity:1}50%{opacity:.8}}.mb-preview-iframe{background:var(--mb-surface-card);transform-origin:top;border:none;width:100%;overflow:hidden}.mb-stat-grid{gap:var(--mb-space-4);margin-bottom:var(--mb-space-8);grid-template-columns:repeat(4,1fr);display:grid}@media(max-width:1023px){.mb-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:639px){.mb-stat-grid{grid-template-columns:1fr}}.mb-stat-card{background:var(--mb-surface-card);border:1px solid var(--mb-border-default);border-radius:var(--mb-radius-lg);padding:var(--mb-space-5)}.mb-stat-card-icon{border-radius:var(--mb-radius-lg);width:2.75rem;height:2.75rem;font-size:var(--mb-text-xl);margin-bottom:var(--mb-space-3);justify-content:center;align-items:center;display:flex}.mb-stat-card-icon--primary{background:var(--mb-color-primary-100);color:var(--mb-color-primary-600)}.mb-stat-card-icon--secondary{background:var(--mb-color-secondary-100);color:var(--mb-color-secondary-600)}.mb-stat-card-icon--success{background:var(--mb-color-success-100);color:var(--mb-color-success-600)}.mb-stat-card-icon--error{background:var(--mb-color-error-100);color:var(--mb-color-error-600)}.mb-stat-card-label{font-size:var(--mb-text-sm);color:var(--mb-text-secondary);margin-bottom:var(--mb-space-1)}.mb-stat-card-row{justify-content:space-between;align-items:flex-end;display:flex}.mb-stat-card-value{font-family:var(--mb-font-display);font-size:var(--mb-text-2xl);font-weight:var(--mb-weight-bold);color:var(--mb-text-primary)}.mb-stat-card-sub{font-size:var(--mb-text-xs);color:var(--mb-text-muted);margin-top:var(--mb-space-1)}.mb-stat-trend{font-size:var(--mb-text-xs);font-weight:var(--mb-weight-semibold);padding:var(--mb-space-1) 10px;border-radius:var(--mb-radius-full);line-height:1}.mb-stat-trend--up{background:var(--mb-color-success-50);color:var(--mb-color-success-600)}.mb-stat-trend--down{background:var(--mb-color-error-50);color:var(--mb-color-error-600)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.mb-error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--mb-space-6);background:var(--mb-surface-page)}.mb-error-page-content{text-align:center;max-width:500px}.mb-error-page-icon{margin:0 auto var(--mb-space-6)}.mb-error-page-icon--warning{background:var(--mb-color-warning-50);color:var(--mb-color-warning-600)}.mb-error-page-icon--error{background:var(--mb-color-error-50);color:var(--mb-color-error-500)}.mb-error-page-title{margin-bottom:var(--mb-space-2)}.mb-error-page-description{margin-bottom:var(--mb-space-6);max-width:400px;margin-left:auto;margin-right:auto}.mb-error-page-stack{padding:var(--mb-space-3) var(--mb-space-4);background:var(--mb-surface-subtle);border-radius:var(--mb-radius-md);font-size:var(--mb-text-xs);color:var(--mb-color-error-600);max-width:500px;overflow:auto;margin-bottom:var(--mb-space-6);text-align:left}.mb-error-page-actions{display:flex;gap:var(--mb-space-3);justify-content:center}.mb-error-page-actions a{text-decoration:none}
