:root{--navy:#111d36;--navy-soft:#223252;--ink:#202b42;--muted:#5b6577;--cream:#fff9ed;--paper:#fffefb;--lavender:#e6dcff;--lavender-strong:#c8b5fa;--mint:#d9f3e5;--mint-strong:#9fd8bd;--butter:#fff0ae;--powder:#d9edff;--coral:#ff9fa9;--white:#fff;--focus:#006ad4;--border:#111d3633;--border-strong:2px solid var(--navy);--shadow-offset:7px 7px 0 var(--navy);--shadow-soft:0 20px 55px #111d361f;--radius-sm:.75rem;--radius-md:1.25rem;--radius-lg:2rem;--shell:72rem;--shell-narrow:50rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--font-display:"Fraunces", Georgia, serif;--font-body:"Nunito Sans", Inter, ui-sans-serif, system-ui, sans-serif;--motion-fast:.16s;--motion-standard:.24s;--z-header:50}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body,h1,h2,h3,p,ul,ol,dl,dd,blockquote{margin:0}ul,ol{padding:0}img,picture,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button,summary,a{touch-action:manipulation}button{color:inherit}[hidden]{display:none!important}html{background:var(--paper);min-width:320px}body{min-height:100vh;color:var(--ink);background:var(--paper);font-family:var(--font-body);text-rendering:optimizelegibility;font-size:1rem;line-height:1.65;overflow-x:hidden}h1,h2,h3{color:var(--navy);font-family:var(--font-display);text-wrap:balance;line-height:1.08}h1{letter-spacing:-.055em;font-size:clamp(3.25rem,11vw,7.5rem)}h2{letter-spacing:-.035em;font-size:clamp(2rem,5.5vw,3.75rem)}h3{letter-spacing:-.02em;font-size:clamp(1.25rem,3vw,1.65rem)}p{text-wrap:pretty}a{color:inherit}strong{font-weight:800}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}::selection{color:var(--navy);background:var(--butter)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;border-radius:var(--radius-sm);color:var(--white);background:var(--navy);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow{margin-bottom:var(--space-3);color:var(--navy);letter-spacing:.16em;text-transform:uppercase;font-size:.76rem;font-weight:900;line-height:1.3}.eyebrow--light{color:var(--butter)}.lede{max-width:44rem;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}.prose{gap:var(--space-4);max-width:44rem;font-size:1.08rem;display:grid}.text-link{min-height:2.75rem;color:var(--navy);text-underline-offset:.28em;align-items:center;gap:.5rem;font-weight:900;text-decoration-thickness:2px;display:inline-flex}.text-link:after{content:"→";transition:transform var(--motion-fast) ease}.text-link:hover:after{transform:translate(.25rem)}.text-link--light{color:var(--white)}.shell{width:min(calc(100% - 2rem), var(--shell));margin-inline:auto}.shell--narrow{max-width:var(--shell-narrow)}.section{padding-block:clamp(4rem,9vw,7.5rem)}.section--cream{background:var(--cream)}.section--lavender{background:var(--lavender)}.section--mint{background:var(--mint)}.section--butter{background:var(--butter)}.section--navy{color:#ffffffdb;background:var(--navy)}.section--navy h2{color:var(--white)}.split{gap:var(--space-6);align-items:start;display:grid}.split>*{overflow-wrap:anywhere;min-width:0}.section-heading{gap:var(--space-3);max-width:48rem;margin-bottom:clamp(2rem,5vw,3.5rem);display:grid}.section-heading p:not(.eyebrow){max-width:44rem;font-size:1.08rem}.section-heading--row{max-width:none}.card-grid{gap:var(--space-5);display:grid}.card-grid>*,.character-grid>*,.accordion-stack>*{min-width:0}.feature-panel{gap:var(--space-7);align-items:center;display:grid}.feature-panel>div{gap:var(--space-4);place-items:start;display:grid}.character-grid,.accordion-stack{gap:var(--space-4);display:grid}.pod-grid,.schedule-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.button{border-radius:var(--radius-sm);text-align:center;cursor:pointer;min-height:3rem;transition:filter var(--motion-fast) ease, transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease;border:2px solid #0000;justify-content:center;align-items:center;padding:.75rem 1.1rem;font-weight:900;line-height:1.2;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-2px)}.button:active:not(:disabled){transform:scale(.98)}.button--primary{color:var(--navy);background:var(--butter);border-color:var(--navy);box-shadow:4px 4px 0 var(--navy)}.button--secondary{color:var(--navy);background:var(--mint);border-color:var(--navy);box-shadow:4px 4px 0 var(--navy)}.button--dark{color:var(--white);background:var(--navy);border-color:var(--navy)}.button--ghost{color:var(--white);background:#111d3657;border-color:#ffffff8c}.button:disabled{color:#111d36ad;box-shadow:none;cursor:not-allowed;background:#e6e2d9;border-color:#111d3659}.registration-cta{gap:var(--space-3);border-color:var(--navy);min-width:min(20rem,100%);min-height:4.75rem;color:var(--navy);text-align:left;box-shadow:inset 0 0 0 1px #ffffff73, var(--shadow-offset);grid-template-columns:minmax(0,1fr) auto;place-items:center start;padding:.7rem .85rem .7rem 1rem;display:grid;position:relative;transform:translate(-1px,-1px)}.registration-cta--audition{background:var(--butter)}.registration-cta--crew{background:var(--mint)}.registration-cta__copy{gap:.2rem;min-width:0;display:grid}.registration-cta__pathway{letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:900;line-height:1.2}.registration-cta__action{font-size:.95rem;font-weight:900}.registration-cta__icon{width:2.35rem;height:2.35rem;transition:transform var(--motion-fast) ease, background-color var(--motion-fast) ease;background:#ffffff7a;border:2px solid;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.registration-cta__icon i{font-size:1.15rem}a.registration-cta:hover{box-shadow:inset 0 0 0 1px #ffffff8c, 10px 10px 0 var(--navy);filter:brightness(1.04);transform:translate(-4px,-4px)}a.registration-cta:hover .registration-cta__icon{background:#ffffffc7;transform:translate(2px)}a.registration-cta:active{box-shadow:inset 0 0 0 1px #ffffff59, 2px 2px 0 var(--navy);transform:translate(3px,3px)}.registration-cta:disabled{color:var(--navy);cursor:not-allowed;filter:saturate(.62);opacity:.72;border-style:dashed;border-color:#111d3694;grid-template-columns:minmax(0,1fr);transform:none;box-shadow:inset 0 0 0 1px #ffffff3d}.registration-cta--audition:disabled{background:var(--butter)}.registration-cta--crew:disabled{background:var(--mint)}.site-header{z-index:var(--z-header);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffefbf0;border-bottom:1px solid #111d3624;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:4.5rem;display:flex}.site-header__brand{width:9rem;height:4.5rem;display:block}.site-header__brand img{object-fit:contain;width:9rem;height:4.5rem}.site-header__desktop{align-items:center;gap:var(--space-2);display:none}.site-header__desktop a,.site-header__mobile a{border-radius:.6rem;align-items:center;min-height:2.75rem;padding:.5rem .8rem;font-weight:800;text-decoration:none;display:flex}.site-header a[aria-current=page]{background:var(--lavender)}.site-header__toggle{border:2px solid var(--navy);background:var(--paper);cursor:pointer;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;min-width:4.75rem;min-height:2.75rem;padding:.5rem .7rem;font-weight:900;display:inline-flex}.site-header__toggle-lines{gap:3px;width:1rem;display:grid}.site-header__toggle-lines i{background:var(--navy);height:2px}.site-header__mobile{background:var(--paper);gap:.25rem;padding:.5rem 1rem 1rem;display:grid}body[data-page=home] .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#061226fa;border-bottom-color:#efbc4e29}body[data-page=home] .site-header__desktop a{color:var(--white);position:relative}body[data-page=home] .site-header__desktop a[aria-current=page]{color:#efbc4e;background:0 0}body[data-page=home] .site-header__desktop a[aria-current=page]:after{content:"";background:#efbc4e;height:3px;position:absolute;bottom:.15rem;left:.8rem;right:.8rem}body[data-page=home] .site-header__toggle{color:var(--white);background:var(--navy);border-color:#efbc4e}body[data-page=home] .site-header__toggle-lines i{background:#efbc4e}body[data-page=auditions] .site-header,body[data-page=crew] .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#061226fa;border-bottom-color:#efbc4e2e}body[data-page=auditions] .site-header__brand,body[data-page=crew] .site-header__brand{background:url(/assets/images/SNAGGHADOON_Banner.webp) 0/contain no-repeat;width:10.5rem}body[data-page=auditions] .site-header__brand img,body[data-page=crew] .site-header__brand img{opacity:0}body[data-page=auditions] .site-header__desktop a,body[data-page=crew] .site-header__desktop a{color:var(--white);position:relative}body[data-page=auditions] .site-header__desktop a[aria-current=page],body[data-page=crew] .site-header__desktop a[aria-current=page]{color:#efbc4e;background:0 0}body[data-page=auditions] .site-header__desktop a[aria-current=page]:after,body[data-page=crew] .site-header__desktop a[aria-current=page]:after{content:"";background:#efbc4e;height:3px;position:absolute;bottom:.15rem;left:.8rem;right:.8rem}body[data-page=auditions] .site-header__toggle,body[data-page=crew] .site-header__toggle{color:var(--white);background:var(--navy);border-color:#efbc4e}body[data-page=auditions] .site-header__toggle-lines i,body[data-page=crew] .site-header__toggle-lines i{background:#efbc4e}body[data-page=auditions] .site-header__mobile,body[data-page=crew] .site-header__mobile{color:var(--white);background:var(--navy)}body[data-page=auditions] .site-header__mobile a[aria-current=page],body[data-page=crew] .site-header__mobile a[aria-current=page]{color:#efbc4e;background:#ffffff0f}.hero--home .registration-cta{border:1px solid #efbc4e;border-radius:.35rem;min-width:0;min-height:8.75rem;padding:1.35rem 1.5rem;transform:none;box-shadow:0 14px 34px #00000042,inset 0 1px #ffffff29}.hero--home .registration-cta--audition{color:#09162f;background:#efbc4e}.hero--home .registration-cta--crew{color:var(--white);background:#07162f}.hero--home .registration-cta__copy{gap:.55rem}.hero--home .registration-cta__pathway{letter-spacing:.13em;font-size:.82rem}.hero--home .registration-cta__action{white-space:nowrap;font-size:clamp(1.55rem,2.8vw,2.45rem);line-height:1}.hero--home .registration-cta__icon{background:0 0;border:0;border-radius:0;width:3rem;height:3rem}.hero--home .registration-cta__icon i{font-size:2.35rem}.hero--home a.registration-cta:hover{transform:translateY(-5px);box-shadow:0 20px 42px #00000057,inset 0 1px #ffffff38}.hero--home a.registration-cta:hover .registration-cta__icon{background:0 0;transform:translate(5px)}.hero--home a.registration-cta:active{transform:translateY(-1px)scale(.99);box-shadow:0 8px 22px #00000042}.hero--home .registration-cta:disabled{color:#09162fdb;filter:none;opacity:1;background:#efbc4e;border-style:solid;box-shadow:0 8px 22px #0000002e,inset 0 1px #ffffff2e}.site-footer{padding-block:var(--space-7);color:#ffffffbd;background:#0b1429}.site-footer__grid{gap:var(--space-6);display:grid}.site-footer img{object-fit:contain;filter:brightness(1.1);width:9rem;height:4.5rem}.site-footer nav{gap:var(--space-3) var(--space-5);flex-wrap:wrap;display:flex}.site-footer a{min-height:2.75rem;color:var(--white);align-items:center;font-weight:800;display:inline-flex}.site-footer__privacy{max-width:34rem}.pathway-card,.group-card,.info-card{min-height:100%;padding:var(--space-6);border:var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-offset);background:var(--paper)}.pathway-card{align-content:start;gap:var(--space-4);display:grid}.pathway-card--lavender{background:var(--lavender)}.pathway-card--butter{background:var(--butter)}.pathway-card--mint{background:var(--mint)}.group-card{box-shadow:none}.group-card p{margin-block:var(--space-3)}.group-card ul,.check-list{gap:var(--space-3);list-style:none;display:grid}.group-card li,.check-list li{padding-left:1.75rem;position:relative}.group-card li:before,.check-list li:before{content:"";border:2px solid var(--navy);background:var(--coral);border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.55em;left:0}.status-panel{padding:var(--space-5);border:2px dashed var(--navy);border-radius:var(--radius-md);background:var(--paper)}.status-panel__label{margin-bottom:var(--space-3);color:var(--navy);background:var(--butter);text-transform:uppercase;border-radius:999px;padding:.3rem .7rem;font-size:.8rem;font-weight:900;display:inline-flex}.timeline{border-top:2px solid var(--navy);display:grid}.timeline__item{padding:var(--space-5) 0;border-bottom:1px solid var(--border);gap:.25rem;display:grid}.timeline__item time{color:var(--muted);font-weight:900}.timeline__item p{color:var(--muted);text-transform:uppercase;font-size:.9rem;font-weight:800}.pod-card{padding:var(--space-4);border-radius:var(--radius-sm);background:#ffffff94;border:1px solid #111d363d}.pod-card h3{font-size:1.08rem}.pod-card p{margin-top:var(--space-3);font-size:.82rem}.pod-card p span,.pod-card p strong{display:block}.pod-card p span{color:var(--muted);text-transform:uppercase}.character-card,.audition-side,.crew-card,.faq-item{overflow-wrap:anywhere;border:var(--border-strong);border-radius:var(--radius-md);background:var(--paper);min-width:0;overflow:clip}.character-card>summary,.audition-side>summary,.crew-card>summary,.faq-item>summary{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:4.5rem;padding:var(--space-5);cursor:pointer;list-style:none;display:flex}summary::-webkit-details-marker{display:none}.character-card summary>span:first-child,.audition-side summary>span:first-child,.crew-card summary>span:first-child{gap:.35rem;min-width:0;display:grid}.character-card summary small,.audition-side summary small,.crew-card summary small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-style:normal;font-weight:900}.character-card summary strong,.audition-side summary strong,.crew-card summary strong{color:var(--navy);font-family:var(--font-display);font-size:1.45rem;line-height:1.15}.character-card summary em{max-width:44rem;color:var(--muted);font-size:.95rem;font-style:normal}.summary-action{color:var(--navy);text-transform:uppercase;flex:none;font-size:.78rem;font-weight:900}.summary-action:after{content:"+";margin-left:.45rem;font-size:1.25rem;display:inline-block}details[open] .summary-action:after{content:"−"}.character-card__body,.audition-side__body,.crew-card__body{padding:0 var(--space-5) var(--space-5);border-top:1px solid var(--border)}.character-card__demands{gap:var(--space-4);padding-block:var(--space-5);display:grid}.character-card__demands section,.character-card__columns>section,.crew-card__operations section{padding:var(--space-4);border-radius:var(--radius-sm);background:var(--cream)}.character-card__demands h3,.character-card__columns h3,.audition-side__body h3,.crew-card__body h3{margin-bottom:var(--space-2);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:.88rem}.character-card__columns,.crew-card__columns,.crew-card__operations{gap:var(--space-4);min-width:0;display:grid}.character-card__columns>*,.crew-card__columns>*,.crew-card__operations>*{min-width:0}.character-card__columns ul,.crew-card__body ul,.audition-side__body ul{padding-left:1.2rem}.side-preview{background:var(--lavender)!important}.side-preview__context{margin-block:var(--space-3);padding:var(--space-3);border-left:.3rem solid var(--navy);background:#ffffff9e;font-size:.9rem}.side-preview__context strong{color:var(--navy);margin-bottom:.2rem;display:block}.script-lines{gap:var(--space-3);margin-block:var(--space-4);display:grid}.script-lines p{break-inside:avoid}.script-lines strong,.script-lines span{display:block}.script-lines strong{color:var(--navy);letter-spacing:.08em;font-size:.75rem}.script-lines span{margin-top:.15rem}.audition-side__body{gap:var(--space-5);padding-top:var(--space-5);display:grid}.audition-side__body aside{padding:var(--space-4);border-radius:var(--radius-sm);background:var(--lavender)}.scene-context{gap:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream);display:grid}.scene-context dl{gap:var(--space-3);display:grid}.scene-context dt{color:var(--navy);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.scene-context dd{margin:.2rem 0 0}.emotion-beats{gap:var(--space-2);flex-wrap:wrap;padding:0;list-style:none;display:flex}.emotion-beats li{align-items:center;gap:var(--space-2);border:1px solid var(--navy);background:var(--paper);border-radius:999px;padding:.35rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.emotion-beats li:not(:last-child):after{content:"→";color:var(--muted);margin-left:.1rem}.source-note{margin-top:var(--space-4);font-size:.82rem;line-height:1.5}.crew-card__body{gap:var(--space-4);padding-top:var(--space-5);display:grid}.crew-card__columns section,.crew-card__operations section{padding:var(--space-4)}.crew-card__columns section{border:1px solid var(--border);border-radius:var(--radius-sm)}.workflow-note,.safety-note{gap:var(--space-2);padding:var(--space-4);border-left:.4rem solid var(--navy);background:var(--butter);display:grid}.safety-note{background:var(--powder)}.faq-item{border-radius:var(--radius-sm);border-width:1px}.faq-item>summary{min-height:3.75rem;padding:var(--space-4)}.faq-item summary span{flex:none;width:1rem;height:1rem;position:relative}.faq-item summary span:before,.faq-item summary span:after{content:"";background:var(--navy);width:100%;height:2px;position:absolute;top:50%;left:0}.faq-item summary span:after{transform:rotate(90deg)}.faq-item[open] summary span:after{transform:rotate(0)}.faq-item p{padding:0 var(--space-4) var(--space-4)}.step-list{gap:var(--space-3);counter-reset:steps;list-style:none;display:grid}.step-list li{gap:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--paper);grid-template-columns:2.75rem 1fr;align-items:center;min-height:4rem;padding:.7rem;display:grid}.step-list li span{width:2.75rem;height:2.75rem;color:var(--white);background:var(--navy);border-radius:50%;place-items:center;font-weight:900;display:grid}.notice-grid{gap:var(--space-4);margin-top:var(--space-6);display:grid}.notice{padding:var(--space-5);border-radius:var(--radius-md);background:var(--cream)}.notice h3{margin-bottom:var(--space-2)}.schedule-card{border:var(--border-strong);border-radius:var(--radius-md);background:var(--paper);box-shadow:4px 4px 0 var(--navy)}.schedule-card time{min-height:8rem;padding:var(--space-4);align-content:center;place-items:center;display:grid}.schedule-card span,.schedule-card em{text-transform:uppercase;font-size:.8rem;font-style:normal;font-weight:900}.schedule-card strong{color:var(--navy);font-family:var(--font-display);font-size:2.5rem;line-height:1}.schedule-card__time{border-top:1px solid var(--border);border-radius:0 0 calc(var(--radius-md) - 2px) calc(var(--radius-md) - 2px);background:var(--lavender);text-align:center;padding:.65rem .5rem;font-size:.82rem;font-weight:900}.venue-note{margin-top:var(--space-5);padding:var(--space-5);border:2px dashed var(--navy);border-radius:var(--radius-md);gap:.35rem;display:grid}.criteria-panel{margin-top:var(--space-6);padding:var(--space-5);border-radius:var(--radius-md);background:var(--paper)}.tag-list{gap:var(--space-2);margin-block:var(--space-4);flex-wrap:wrap;list-style:none;display:flex}.tag-list li{border:1px solid var(--navy);border-radius:999px;padding:.4rem .7rem;font-size:.85rem;font-weight:800}.choice-notice{gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-5);border:var(--border-strong);border-radius:var(--radius-md);background:var(--butter);box-shadow:var(--shadow-offset);display:grid}.choice-notice h3{margin-top:var(--space-2)}.choice-notice strong{margin-top:var(--space-3);display:block}.music-grid{gap:var(--space-5);display:grid}.song-card{border:var(--border-strong);border-radius:var(--radius-md);background:var(--paper);min-width:0;box-shadow:4px 4px 0 var(--navy);overflow:hidden}.song-card__body{gap:var(--space-2);padding:var(--space-5);display:grid}.song-card__body h3{font-size:clamp(1.4rem,4vw,1.9rem)}.song-card__body p:last-child{color:var(--muted)}.song-card__player{border-block:1px solid var(--border);background:var(--navy);place-items:center;min-height:12.5rem;display:grid;overflow:hidden}.song-card__placeholder{padding:var(--space-5);color:var(--white);text-align:center;place-items:center;gap:.35rem;display:grid}.song-card__placeholder span{color:#ffffffc2}.song-card__iframe{aspect-ratio:16/9;border:0;width:100%;height:100%;min-height:12.5rem}.song-card__actions{gap:var(--space-3);padding:var(--space-4) var(--space-5) var(--space-5);flex-wrap:wrap;align-items:center;display:flex}.song-card__actions .text-link{align-items:center;min-height:2.75rem;display:inline-flex}.audition-criteria{gap:var(--space-3);list-style:none;display:grid}.audition-criteria li{padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper)}.audition-criteria h3{margin-bottom:var(--space-2);font-family:var(--font-body);font-size:1rem}.selection-privacy{margin-top:var(--space-5);padding:var(--space-5);border:2px dashed var(--navy);border-radius:var(--radius-md);background:#ffffff75;gap:.35rem;display:grid}.hero{isolation:isolate;min-height:calc(100dvh - 4.5rem);color:var(--white);background:var(--navy) url(/assets/images/Hero_Composite_v2.webp) left center / auto 100% no-repeat;position:relative;overflow:hidden}.hero__veil{display:none}.hero__content{justify-items:start;padding-block:clamp(2rem,7vw,4rem);display:grid}.hero__title-art{object-fit:contain;object-position:left center;filter:drop-shadow(0 16px 28px #00000047);width:min(29rem,100% - 1.5rem);max-height:14.5rem;margin-left:0}.hero__eyebrow{margin-top:var(--space-3);color:#efbc4e;font-size:clamp(1rem,2.6vw,1.3rem);font-weight:700}.hero__headline{margin-top:var(--space-3);color:var(--white);font-family:var(--font-body);letter-spacing:-.045em;text-wrap:balance;gap:.08em;font-size:clamp(2.45rem,7.8vw,4.25rem);font-weight:900;line-height:1.04;display:grid}.hero__headline span{display:block}.hero__headline span:last-child{color:#efbc4e}.hero__facts{gap:var(--space-3);width:100%;margin-top:var(--space-6);padding-left:var(--space-4);border-left:2px solid #efbc4e;display:grid}.hero__facts div{gap:var(--space-3);grid-template-columns:2.25rem minmax(0,1fr);align-items:center;display:grid}.hero__facts i{color:#efbc4e;font-size:1.65rem}.hero__facts dt{color:var(--white);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.hero__facts dd{color:var(--white);margin-top:.05rem;font-size:clamp(.95rem,1.5vw,1.08rem);font-weight:800}.hero__actions{gap:var(--space-4);width:100%;margin-top:var(--space-6);display:grid}.hero__pathway{align-content:start;min-width:0;display:grid}.hero__pathway>div{display:contents}.hero__pathway .text-link{display:none}@media (prefers-reduced-motion:no-preference){.hero--ready .hero__title-art,.hero--ready .hero__eyebrow,.hero--ready .hero__headline,.hero--ready .hero__facts,.hero--ready .hero__actions{animation:.7s cubic-bezier(.16,1,.3,1) both hero-enter}.hero--ready .hero__eyebrow{animation-delay:70ms}.hero--ready .hero__headline{animation-delay:.12s}.hero--ready .hero__facts{animation-delay:.19s}.hero--ready .hero__actions{animation-delay:.26s}}@keyframes hero-enter{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}.page-hero{color:var(--white);background:var(--navy);position:relative;overflow:hidden}.page-hero:before{content:"";opacity:.2;background:url(/assets/images/Backdrop.webp) 50%/cover;position:absolute;inset:0}.page-hero:after{content:"";background:linear-gradient(90deg,#111d36f5,#111d369e);position:absolute;inset:0}.page-hero--crew:before{filter:hue-rotate(55deg)saturate(.8)}.page-hero__content{z-index:1;justify-items:start;padding-block:clamp(4rem,10vw,7rem);display:grid;position:relative}.page-hero h1{color:var(--white)}.page-hero__lede{max-width:44rem;margin-top:var(--space-4);font-size:clamp(1.1rem,2.4vw,1.4rem)}.page-hero__facts{gap:var(--space-3);margin-top:var(--space-5);display:grid}.page-hero__facts div{border-left:3px solid var(--butter);padding-left:var(--space-3)}.page-hero__facts dt{color:var(--butter);text-transform:uppercase;font-size:.75rem;font-weight:900}.page-hero__facts dd{font-weight:800}.page-hero__actions{gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.page-hero__actions>div{display:contents}.page-hero blockquote,.feature-panel blockquote{max-width:35rem;margin-top:var(--space-5);padding:var(--space-5);border-radius:var(--radius-md);color:var(--white);font-family:var(--font-display);background:#111d367a;border:2px solid #ffffff59;font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.25}.feature-panel blockquote{border-color:var(--navy);color:var(--navy);background:var(--butter);box-shadow:var(--shadow-offset);margin-top:0}body[data-page=auditions],body[data-page=crew]{background:#fffdf8}body[data-page=auditions] h1,body[data-page=auditions] h2,body[data-page=auditions] h3,body[data-page=crew] h1,body[data-page=crew] h2,body[data-page=crew] h3{font-family:var(--font-body)}body[data-page=auditions] main,body[data-page=crew] main{background:#fffdf8}body[data-page=auditions] .page-hero,body[data-page=crew] .page-hero{color:var(--navy);background:#fffdf8}body[data-page=auditions] .page-hero:before,body[data-page=crew] .page-hero:before{opacity:1;filter:none;background:url(/assets/images/Hero_Composite_v2.webp) 50%/cover no-repeat;height:clamp(18rem,22vw,19rem)}body[data-page=auditions] .page-hero:after,body[data-page=crew] .page-hero:after{display:none}body[data-page=auditions] .page-hero__content,body[data-page=crew] .page-hero__content{padding-block:0}.page-hero__intro{width:min(43%,34rem);min-height:clamp(18rem,22vw,19rem);padding-block:var(--space-6);color:var(--white);align-content:center;justify-items:start;display:grid}body[data-page=auditions] .page-hero__intro h1,body[data-page=crew] .page-hero__intro h1{color:var(--white);letter-spacing:-.05em;font-size:clamp(3.2rem,6vw,5.35rem);font-weight:900}body[data-page=crew] .page-hero__intro h1{font-size:clamp(2.9rem,4.2vw,4.25rem)}.page-hero__intro .eyebrow{margin-bottom:var(--space-3);color:#efbc4e}.page-hero__intro .page-hero__lede{max-width:34rem;margin-top:var(--space-4);color:var(--white);font-size:clamp(1.05rem,1.7vw,1.35rem);font-weight:600;line-height:1.5}body[data-page=crew] .page-hero__intro .page-hero__lede{font-size:clamp(.98rem,1.35vw,1.15rem);line-height:1.45}.page-hero__utility{color:var(--navy);border-bottom:1px solid #efbc4ea6;align-items:center;gap:clamp(1.5rem,4vw,3.5rem);padding-block:clamp(1.75rem,4vw,2.75rem);display:grid}.page-hero__utility .page-hero__facts{margin-top:0}.page-hero__utility .page-hero__facts div{padding-left:var(--space-4);border-left:2px solid #e4a82b}.page-hero__utility .page-hero__facts dt{color:#a76d00;letter-spacing:.08em}.page-hero__utility .page-hero__facts dd{color:var(--navy);font-size:1.03rem}.page-hero__utility .page-hero__actions{margin-top:0}.page-hero__utility .registration-cta{min-width:0;min-height:4.5rem;box-shadow:none;border-radius:.2rem;transform:none}.page-hero__utility .registration-cta--crew{background:var(--butter)}.page-hero__utility a.registration-cta:hover{box-shadow:5px 5px 0 var(--navy);transform:translate(-2px,-2px)}.page-hero__utility .button--ghost{color:var(--navy);border-color:var(--navy);background:0 0;border-radius:.2rem}.page-hero__utility--crew blockquote{max-width:47rem;padding:.25rem 0 .25rem var(--space-5);color:var(--navy);font-family:var(--font-body);background:0 0;border:0;border-left:3px solid #e4a82b;border-radius:0;margin-top:0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;line-height:1.45}body[data-page=auditions] .section,body[data-page=crew] .section{background:#fffdf8;padding-block:clamp(3.5rem,7vw,6rem);position:relative}body[data-page=auditions] .section:nth-of-type(odd),body[data-page=crew] .section:nth-of-type(odd){background:#fbf7ee}body[data-page=auditions] .section+.section,body[data-page=crew] .section+.section{border-top:1px solid #111d361f}body[data-page=auditions] .section h2,body[data-page=crew] .section h2{letter-spacing:-.04em;font-size:clamp(1.9rem,4vw,3.2rem);font-weight:900}body[data-page=auditions] .section h3,body[data-page=crew] .section h3{font-weight:900}body[data-page=auditions] .section .eyebrow,body[data-page=crew] .section .eyebrow{color:#a76d00;letter-spacing:.13em}body[data-page=auditions] .section-heading,body[data-page=crew] .section-heading{max-width:60rem}body[data-page=auditions] .section-heading h2,body[data-page=crew] .section-heading h2{gap:var(--space-4);align-items:center;display:flex}body[data-page=auditions] .section-heading h2:after,body[data-page=crew] .section-heading h2:after{content:"";background:#e4a82b;flex:1;min-width:3rem;height:1px}body[data-page=auditions] .character-grid,body[data-page=auditions] .accordion-stack,body[data-page=crew] .accordion-stack{border-top:1px solid #e4a82bb8;gap:0}body[data-page=auditions] .character-card,body[data-page=auditions] .audition-side,body[data-page=auditions] .faq-item,body[data-page=crew] .crew-card,body[data-page=crew] .faq-item{background:0 0;border:0;border-bottom:1px solid #e4a82bb8;border-radius:0}body[data-page=auditions] .character-card>summary,body[data-page=auditions] .audition-side>summary,body[data-page=auditions] .faq-item>summary,body[data-page=crew] .crew-card>summary,body[data-page=crew] .faq-item>summary{min-height:5rem;padding-inline:.25rem}body[data-page=auditions] .character-card summary strong,body[data-page=auditions] .audition-side summary strong,body[data-page=crew] .crew-card summary strong{font-family:var(--font-body);font-size:clamp(1.2rem,2.6vw,1.6rem);font-weight:900}body[data-page=auditions] .character-card__body,body[data-page=auditions] .audition-side__body,body[data-page=crew] .crew-card__body{background:#ffffff94;padding-inline:.25rem}body[data-page=auditions] .character-card__demands section,body[data-page=auditions] .character-card__columns>section,body[data-page=auditions] .audition-side__body aside,body[data-page=auditions] .scene-context,body[data-page=crew] .crew-card__columns section,body[data-page=crew] .crew-card__operations section{border-radius:.2rem}body[data-page=auditions] .group-card,body[data-page=crew] .info-card{padding:var(--space-5) 0;box-shadow:none;background:0 0;border:0;border-top:2px solid #e4a82b;border-radius:0}body[data-page=auditions] .choice-notice,body[data-page=auditions] .criteria-panel,body[data-page=crew] .criteria-panel{box-shadow:none;border-radius:.2rem}body[data-page=auditions] .song-card,body[data-page=auditions] .schedule-card{box-shadow:3px 3px 0 var(--navy);border-radius:.2rem}body[data-page=auditions] .audition-criteria li,body[data-page=auditions] .notice,body[data-page=crew] .step-list li{border-radius:.2rem}body[data-page=auditions] .step-list li,body[data-page=crew] .step-list li{background:#ffffff9e;border-color:#111d362e;border-radius:.2rem}body[data-page=crew] .tag-list li{border-radius:.2rem}@media (width>=40rem){.hero__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.pod-grid,.schedule-grid,.timeline{grid-template-columns:repeat(4,minmax(0,1fr))}.timeline__item{padding-inline:var(--space-4);border-right:1px solid var(--border)}.timeline__item:first-child{padding-left:0}.character-card__demands{grid-template-columns:repeat(3,minmax(0,1fr))}.character-card__columns,.audition-side__body,.crew-card__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.crew-card__operations{grid-template-columns:repeat(3,minmax(0,1fr))}.notice-grid,.music-grid,.audition-criteria{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-notice{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:start}.page-hero__facts{grid-template-columns:repeat(3,minmax(0,1fr))}.page-hero__facts div{min-width:10rem}.step-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=52rem){.shell{width:min(calc(100% - 4rem), var(--shell))}.site-header__desktop{display:flex}.site-header__toggle,.site-header__mobile{display:none!important}.split{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(3rem,8vw,7rem)}.split--status{align-items:center}.section-heading--row{justify-content:space-between;align-items:end;display:flex}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-panel{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr)}.feature-panel--reverse>:first-child{order:2}.site-footer__grid{grid-template-columns:.8fr .8fr 1.4fr;align-items:start}.step-list{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{background-position:50%;background-size:cover;align-items:stretch;display:grid}.hero__content{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-content:center;column-gap:clamp(2rem,4vw,4rem);width:min(100% - 6rem,84rem);min-height:calc(100dvh - 4.5rem);padding-block:clamp(2rem,4vh,3.25rem)}.hero__title-art,.hero__eyebrow,.hero__headline,.hero__facts{grid-column:1}.hero__headline{white-space:nowrap}.hero__facts{max-width:25rem}.hero__actions{grid-column:1/3;align-self:end;width:min(52rem,67%)}.page-hero__utility,.page-hero__utility--crew{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem)}}@media (width<=30rem){.shell{width:min(calc(100% - 1.25rem), var(--shell))}.hero{align-items:start}.hero__content{padding-block:1.75rem 2rem}.hero__title-art{max-height:10rem}.hero__headline{font-size:clamp(2rem,10.6vw,3rem)}.hero__facts{margin-top:var(--space-4)}.hero__actions,.page-hero__actions,.hero__actions .button,.page-hero__actions .button{width:100%}.character-card>summary,.audition-side>summary,.crew-card>summary{flex-direction:column;align-items:flex-start}.page-hero__intro{width:100%;min-height:23rem;padding-right:2rem}body[data-page=auditions] .page-hero:before,body[data-page=crew] .page-hero:before{background-position:0;background-size:auto 100%;height:23rem}body[data-page=auditions] .page-hero__intro h1,body[data-page=crew] .page-hero__intro h1{font-size:clamp(2.8rem,14vw,4rem)}.page-hero__utility{gap:var(--space-5)}.page-hero__utility .page-hero__facts{grid-template-columns:1fr}.page-hero__utility .page-hero__actions,.page-hero__utility .registration-cta,.page-hero__utility .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{@page{margin:1.5cm}body{color:#000;background:#fff;font-size:11pt}.site-header,.site-footer,.skip-link,.hero,.page-hero,.button,.text-link,[data-registration-status]{display:none!important}.section{padding-block:1rem;background:#fff!important}.shell,.shell--narrow{width:100%;max-width:none}h1,h2,h3{color:#000}h1{font-size:26pt}h2{font-size:20pt}details{break-inside:avoid;border-color:#777!important}details>*{display:block!important}details>summary{list-style:none}details>summary .summary-action,.faq-item summary span{display:none!important}.character-card__body,.audition-side__body,.crew-card__body{display:block!important}.character-card__body>*,.audition-side__body>*,.crew-card__body>*{margin-top:.75rem}.script-lines p{break-inside:avoid}.schedule-grid{grid-template-columns:repeat(4,1fr)}.music-grid,.audition-criteria{grid-template-columns:repeat(2,1fr)}.song-card,.audition-criteria li{break-inside:avoid;box-shadow:none}.song-card__player,.song-card__actions{display:none!important}}@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:""}
