:root{--font-display:"Oswald", Impact, sans-serif;--font-title:"Lora", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--bg-primary:#f4f2ed;--bg-secondary:#d9d5ce;--text-primary:#0a0a0a;--text-secondary:#8e9676;--matcha:#b7be9d;--matcha-dark:#8e9676;--burgundy:#6b2632;--bg-primary-rgb:244, 242, 237;--bg-secondary-rgb:217, 213, 206;--text-primary-rgb:10, 10, 10;--text-secondary-rgb:142, 150, 118;--matcha-rgb:183, 190, 157;--matcha-dark-rgb:142, 150, 118;--burgundy-rgb:107, 38, 50}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:clip}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body)}a{color:inherit;text-decoration:none}.btn{cursor:pointer;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border:1.5px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:600;text-decoration:none;transition:background-color .25s,opacity .2s,border-color .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--green{background-color:var(--matcha);color:var(--text-primary)}.btn--green:hover{background-color:rgba(var(--matcha-rgb), .65)}.btn--dark{background-color:var(--text-primary);color:var(--bg-primary)}.btn--dark:hover{background-color:rgba(var(--text-primary-rgb), .65)}.btn--outline{border-color:var(--text-primary);color:var(--text-primary);background-color:#0000}.btn--outline:hover{background-color:rgba(var(--text-primary-rgb), .08)}.btn--sm{letter-spacing:.04em;border-radius:6px;padding:.55rem 1rem;font-size:.72rem}.btn--block{width:100%;display:flex}.btn--icon{border-radius:9999px;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;font-size:1.25rem}.btn--icon.btn--icon-md{width:2.5rem;height:2.5rem;font-size:1.1rem}.btn--icon.btn--icon-sm{width:2.25rem;height:2.25rem;font-size:1rem}.btn--link{color:var(--matcha-dark);letter-spacing:.06em;background:0 0;border:none;border-radius:0;align-items:center;gap:.5rem;padding:0;font-size:.85rem;font-weight:700;transition:color .2s;display:inline-flex}.btn--link i{font-size:1rem;transition:transform .2s}.btn--link:hover{color:color-mix(in srgb, var(--matcha-dark) 70%, black);background:0 0}.btn--link:hover i{transform:translate(.2rem)}.site-loader{z-index:9999;background:var(--text-primary);justify-content:center;align-items:center;transition:opacity .45s;display:flex;position:fixed;inset:0}.site-loader.is-hidden{opacity:0;pointer-events:none}.site-loader__word{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--bg-primary);opacity:0;font-size:clamp(2.5rem,10vw,6rem);font-weight:600;transition:opacity .1s}.site-loader__word.is-visible{opacity:1}.top-bar{z-index:1000;background:0 0;justify-content:center;align-items:center;width:100%;padding:.6rem 1rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.top-bar.is-hidden{transform:translateY(-100%)}.top-bar__name{font-family:var(--font-display);color:var(--bg-primary);letter-spacing:-.02em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:clamp(.85rem,2.5vw,1.1rem);font-weight:700;display:flex}.top-bar__logo{object-fit:contain;width:auto;height:1.2rem;display:block}.navbar-mobile{z-index:1003;justify-content:flex-end;align-items:center;width:100%;padding:.5rem 1rem;display:flex;position:fixed;top:1.75rem;left:0}@media (width>=1024px){.navbar-mobile{display:none}}.navbar-mobile__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;width:28px;padding:0;display:flex}.navbar-mobile__bar{background-color:var(--bg-primary);transform-origin:50%;width:100%;height:1.5px;display:block}.navbar-mobile__panel{z-index:1002;background:color-mix(in srgb, var(--text-primary) 42%, transparent);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid color-mix(in srgb, var(--bg-primary) 6%, transparent);width:100%;height:100dvh;box-shadow:0 8px 32px color-mix(in srgb, var(--text-primary) 10%, transparent);opacity:0;pointer-events:none;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;flex-direction:column;justify-content:center;padding:2.5rem 2rem 3rem;display:flex;position:fixed;top:0;left:0;transform:translateY(-1.5rem)}@media (width>=1024px){.navbar-mobile__panel{display:none}}.navbar-mobile__nav{flex-direction:column;align-items:center;gap:1.75rem;display:flex}.navbar-mobile__icons{justify-content:center;gap:.75rem;margin-top:2.5rem;display:flex}.navbar-mobile__nav-link{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--bg-primary);opacity:0;font-size:clamp(1.5rem,7vw,2rem);font-weight:700;text-decoration:none;transition:color .2s;transform:translateY(.5rem)}.navbar-mobile__nav-link:hover{color:var(--matcha)}.navbar-desk{display:none}@media (width>=1024px){.navbar-desk{z-index:999;background:0 0;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;width:100%;padding:.85rem 2.5rem;transition:top .4s cubic-bezier(.4,0,.2,1),background-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;display:grid;position:fixed;top:2.75rem;left:0}.navbar-desk.scrolled{background:rgba(var(--text-primary-rgb), .85);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(var(--bg-primary-rgb), .08);top:0}}.navbar-desk__social{align-items:center;gap:.6rem;display:flex}.navbar-desk__center{flex-direction:column;align-items:center;gap:.3rem;display:flex}.navbar-desk__nav{align-items:center;gap:clamp(1rem,2vw,2rem);margin:0;padding:0;list-style:none;display:flex}.navbar-desk__nav-link{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--bg-secondary);font-size:clamp(.75rem,1vw,.9rem);font-weight:300;text-decoration:none;display:block}.navbar-desk__nav-link-mask{vertical-align:top;height:1.2em;line-height:1.2em;display:inline-block;position:relative;overflow:hidden}.navbar-desk__nav-link-text{white-space:nowrap;will-change:transform;display:block}.navbar-desk__nav-link-text--top{position:relative}.navbar-desk__nav-link-text--bottom{position:absolute;top:0;left:0}.navbar-desk__cta{justify-content:flex-end;display:flex}.site-footer{background-color:var(--text-primary);color:var(--bg-primary)}.site-footer__main{grid-template-columns:1fr 1fr;min-height:420px;display:grid}@media (width<=768px){.site-footer__main{grid-template-columns:1fr}}.site-footer__left{flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(2.5rem,5vw,4rem);display:flex}.site-footer__brand{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--bg-primary);align-items:center;gap:.4em;margin:0;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:900;display:flex}.site-footer__brand-logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:1.4em;display:block}.site-footer__nav{flex:1;align-items:flex-start;gap:clamp(2rem,5vw,4rem);padding-top:1rem;display:flex}.site-footer__nav-col{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav-link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--bg-primary);opacity:.75;font-size:clamp(.8rem,1.2vw,.95rem);font-weight:500;text-decoration:none;transition:opacity .2s}.site-footer__nav-link:hover{opacity:1}.site-footer__socials{flex-wrap:wrap;gap:.75rem;display:flex}.site-footer__social{background-color:var(--matcha);width:2.75rem;height:2.75rem;color:var(--text-primary);border-radius:9999px;justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:background-color .25s;display:flex}.site-footer__social:hover{background-color:var(--matcha-dark)}.site-footer__grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);display:grid;position:relative}@media (width<=768px){.site-footer__grid{display:none}}.site-footer__grid-item{background-color:var(--bg-secondary);border:1px solid var(--text-primary);aspect-ratio:1}.site-footer__follow{font-family:var(--font-title);color:var(--bg-primary);white-space:nowrap;pointer-events:none;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-style:italic;font-weight:500;position:absolute;bottom:clamp(1.5rem,3vw,2.5rem);left:0;transform:translate(-50%)}.site-footer__bottom{border-top:1px solid rgba(var(--bg-primary-rgb), .15);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem clamp(2.5rem,5vw,4rem);display:flex}@media (width<=480px){.site-footer__bottom{text-align:center;flex-direction:column}}.site-footer__copy{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--bg-primary);opacity:.5;margin:0;font-size:.75rem;font-weight:600}.site-footer__legal{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__legal-link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--bg-primary);opacity:.5;font-size:.75rem;font-weight:600;text-decoration:none;transition:opacity .2s}.site-footer__legal-link:hover{opacity:1}.system-message{background:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.system-message__bg{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.system-message__text{z-index:1;text-align:center;font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);word-break:break-word;overflow-wrap:break-word;width:100%;max-width:900px;padding:0 1.25rem;font-size:clamp(2rem,7vw,6rem);font-style:normal;font-weight:900;line-height:.95;position:relative}@media (width>=768px){.system-message__text{padding:0 3rem}}.system-message__highlight{background-image:linear-gradient(transparent 38%, var(--matcha) 38%, var(--matcha) 70%, transparent 70%);word-break:break-word;background-repeat:no-repeat;background-size:100% 100%;display:inline}.system-message__cta{z-index:1;white-space:nowrap;position:relative}.login{background:var(--text-primary);justify-content:center;align-items:center;width:100%;height:100vh;padding:1.5rem;display:flex;position:relative}.login__form{flex-direction:column;gap:1rem;width:100%;max-width:360px;display:flex}.login__title{font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900}.login__error{font-family:var(--font-body);color:var(--burgundy);background:rgba(var(--burgundy-rgb), .15);border-radius:.5rem;padding:.65rem 1rem;font-size:.875rem}.login__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem}.login__input{font-family:var(--font-body);border:1.5px solid var(--bg-secondary);background:var(--bg-primary);color:var(--text-primary);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem}.login__input:focus{border-color:var(--matcha);outline:none}.login__submit{width:100%;margin-top:.5rem}.hero{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:center;will-change:transform;width:calc(100% + 50px);height:calc(100% + 140px);display:block;position:absolute;inset:-70px 0 0 -25px}.hero__overlay{z-index:0;background:#00000073;position:absolute;inset:0}.hero__bio{z-index:1;text-align:center;font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);word-break:break-word;overflow-wrap:break-word;width:100%;max-width:900px;padding:0 1.25rem;font-size:clamp(2rem,7vw,6rem);font-style:normal;font-weight:900;line-height:.95;position:relative}@media (width>=768px){.hero__bio{padding:0 3rem}}.hero__cta{z-index:1;white-space:nowrap;position:relative}.hero__bio-highlight{background-image:linear-gradient(transparent 38%, var(--matcha) 38%, var(--matcha) 70%, transparent 70%);word-break:break-word;background-repeat:no-repeat;background-size:0 100%;transition:background-size .5s;display:inline}.hero__bio-highlight.is-visible{background-size:110% 100%}.buhonet-preview{text-align:center;flex-direction:column;align-items:center;gap:3rem;padding:clamp(3rem,7vw,6rem) clamp(1.5rem,8vw,6rem);display:flex;position:relative;overflow:hidden}.buhonet-preview__panel{background-color:rgba(var(--matcha-rgb), .4);will-change:transform;position:absolute;inset:0}.buhonet-preview__quote{z-index:1;font-family:var(--font-display);text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;max-width:900px;margin:0;font-size:clamp(1.6rem,4.5vw,4rem);font-style:normal;font-weight:900;line-height:.95;position:relative}.buhonet-preview__cta{z-index:1;font-family:var(--font-title);color:var(--text-primary);font-size:clamp(1.1rem,2.5vw,1.75rem);font-style:italic;font-weight:500;text-decoration:none;position:relative}.buhonet-preview__highlight{background-image:linear-gradient(transparent 35%, var(--matcha) 35%, var(--matcha) 72%, transparent 72%);background-repeat:no-repeat;background-size:0 100%;padding:0 .25rem;transition:background-size .5s}.buhonet-preview__highlight.is-visible{background-size:110% 100%}.novels-carousel{background:var(--bg-primary);width:100%;height:100vh;position:relative;overflow:hidden}.novels-carousel__slide{opacity:0;pointer-events:none;grid-template-columns:42% 58%;display:grid;position:absolute;inset:0}@media (width<=768px){.novels-carousel__slide{grid-template-rows:38vh 1fr;grid-template-columns:1fr}}.novels-carousel__info{background:var(--bg-primary);flex-direction:column;justify-content:center;gap:1.5rem;padding:clamp(2.5rem,6vw,5rem);display:flex}@media (width<=768px){.novels-carousel__info{z-index:1;position:relative}}.novels-carousel__cover{z-index:10;object-fit:cover;width:clamp(8rem,14vw,13rem);height:auto;box-shadow:0 8px 28px rgba(var(--text-primary-rgb), .6);border-radius:2px;position:absolute;bottom:2.5rem;left:42%;transform:translate(-50%)}@media (width<=768px){.novels-carousel__cover{inset:38vh 1.5rem auto auto;transform:translateY(-50%)}}.novels-carousel__title{font-family:var(--font-display);text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;font-size:clamp(1.7rem,3.2vw,3rem);font-weight:900;line-height:.95}.novels-carousel__tags{flex-wrap:wrap;gap:.4rem;display:flex}.novels-carousel__tag{font-family:var(--font-title);color:var(--matcha-dark);font-size:.72rem;font-style:italic;font-weight:400}.novels-carousel__tag:before{content:"#"}.novels-carousel__synopsis{font-family:var(--font-body);color:var(--bg-secondary);max-width:40ch;font-size:clamp(1rem,1.6vw,1.4rem);font-weight:400;line-height:1.3}.novels-carousel__btn{align-self:flex-start;margin-top:.5rem}.novels-carousel__image{position:relative;overflow:hidden}.novels-carousel__image img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}@media (width<=768px){.novels-carousel__image{position:relative;overflow:hidden}}.novels-carousel__nav{z-index:10;justify-content:center;align-items:center;gap:.5rem;width:42%;display:flex;position:absolute;bottom:2rem;left:0}@media (width<=768px){.novels-carousel__nav{width:100%;bottom:1rem}}.novels-carousel__dot{cursor:pointer;background:var(--bg-secondary);border:none;border-radius:9999px;width:6px;height:6px;padding:0;transition:background-color .3s,width .3s}.novels-carousel__dot.is-active{background:var(--text-primary);width:20px}.author-bio{background:var(--text-primary);border-bottom:1px solid var(--bg-secondary);grid-template-columns:48% 52%;min-height:90vh;display:grid}@media (width<=768px){.author-bio{grid-template-columns:1fr;min-height:auto}}.author-bio__visual{position:relative;overflow:hidden}@media (width<=768px){.author-bio__visual{height:65vw;min-height:280px}}.author-bio__photo{object-fit:cover;object-position:center top;will-change:transform, filter;width:100%;height:120%;display:block}.author-bio__content{flex-direction:column;justify-content:center;gap:1.75rem;padding:clamp(3rem,7vw,6rem) clamp(2.5rem,6vw,5rem);display:flex}.author-bio__title{font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);letter-spacing:-.01em;margin:0;font-size:clamp(1.6rem,4.5vw,4rem);font-weight:700;line-height:.92}.author-bio__text{font-family:var(--font-title);color:var(--bg-secondary);text-align:justify;max-width:46ch;font-size:clamp(.9rem,1.4vw,1.05rem);font-weight:400;line-height:1.65;position:relative}.author-bio__text>p,.author-bio__text>blockquote{opacity:.4;transition:opacity .5s,color .5s}.author-bio__text>p.is-active,.author-bio__text>blockquote.is-active{opacity:1}@media (width<=768px){.author-bio__text>p,.author-bio__text>blockquote{opacity:1}}.author-bio__text p{text-indent:1.5em;margin:0 0 .4em}.author-bio__text p:last-child{margin-bottom:0}.author-bio__text blockquote{border-left:3px solid var(--matcha);background:rgba(var(--matcha-rgb), .07);text-indent:0;margin:1.5em 0;padding:1.25em 1.5em}.author-bio__text blockquote p,.author-bio__text blockquote strong{font-family:var(--font-title);color:var(--bg-primary);letter-spacing:.01em;text-indent:0;margin:0;font-size:clamp(.88rem,1.4vw,1.05rem);font-style:normal;font-weight:400;line-height:1.5}.author-bio__cursor{background:var(--matcha);pointer-events:none;will-change:transform;width:2px;position:absolute;top:0;left:-1.25rem}@media (width<=768px){.author-bio__cursor{display:none}}.author-bio__byline{font-family:var(--font-title);color:var(--bg-primary);margin:0;font-size:clamp(1.1rem,2.5vw,1.75rem);font-style:italic;font-weight:500}.author-bio__highlight{background-image:linear-gradient(transparent 35%, var(--matcha) 35%, var(--matcha) 72%, transparent 72%);background-repeat:no-repeat;background-size:0 100%;padding:0 .25rem;transition:background-size 1.2s}.author-bio__highlight.is-visible{background-size:110% 100%}.social-links{background:var(--text-primary);flex-direction:column;align-items:center;gap:2.5rem;padding:clamp(3rem,7vw,6rem) clamp(1.5rem,8vw,6rem);display:flex}.social-links__heading{font-family:var(--font-display);color:var(--bg-secondary);text-align:center;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(1.7rem,3.2vw,3rem);font-weight:900}.social-links__list{flex-wrap:wrap;justify-content:center;gap:2rem 3rem;list-style:none;display:flex}.social-links__link{color:var(--bg-secondary);flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:color .25s,transform .25s;display:flex}.social-links__link i{font-size:2rem}.social-links__link:hover{color:var(--matcha);transform:translateY(-4px)scale(1.05)}.social-links__name{font-family:var(--font-body);letter-spacing:.1em;font-size:.7rem;font-weight:600}.universe-links{background-color:rgba(var(--matcha-rgb), .4);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:clamp(3rem,7vw,6rem) clamp(1.5rem,8vw,6rem);display:flex}.universe-links__quote{font-family:var(--font-display);text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;max-width:900px;margin:0;font-size:clamp(1.6rem,4.5vw,4rem);font-style:normal;font-weight:900;line-height:.95}.universe-links__highlight{background-image:linear-gradient(transparent 35%, var(--matcha) 35%, var(--matcha) 72%, transparent 72%);background-repeat:no-repeat;background-size:0 100%;padding:0 .25rem;transition:background-size .5s}.universe-links__highlight.is-visible{background-size:110% 100%}.universe-links__title{font-family:var(--font-title);color:var(--text-primary);text-align:center;font-size:clamp(1.1rem,2.5vw,1.75rem);font-style:italic;font-weight:500}.universe-links__grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem);width:100%;max-width:1100px;margin-top:clamp(2.5rem,5vw,4rem);display:grid}@media (width<=768px){.universe-links__grid{grid-template-columns:1fr;max-width:480px}}.universe-links__card{cursor:pointer;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.universe-links__card:hover .universe-links__card-image img{transform:scale(1.04)}.universe-links__card:hover .universe-links__card-number{opacity:.6}.universe-links__card:hover .universe-links__card-title{transform:translateY(-3px)}.universe-links__card-image{aspect-ratio:3/4;background:var(--text-secondary);flex-shrink:0;width:100%;overflow:hidden}.universe-links__card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.universe-links__card-body{flex-direction:column;flex:1;gap:.75rem;padding:clamp(1.25rem,2.5vw,2rem);display:flex}.universe-links__card-number{font-family:var(--font-display);letter-spacing:.1em;color:var(--matcha);text-align:left;font-size:clamp(1rem,2vw,1.5rem);font-weight:900;transition:opacity .3s}.universe-links__card-title{font-family:var(--font-display);text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;text-align:right;margin:0;font-size:clamp(1.6rem,3vw,2.75rem);font-weight:700;line-height:.92;transition:transform .3s}.universe-links__marquee{background-color:var(--matcha-dark);width:100%;padding:1.25rem 0;overflow:hidden}.universe-links__marquee-track{gap:2rem;width:max-content;animation:60s linear infinite universe-marquee;display:flex}@media (prefers-reduced-motion:reduce){.universe-links__marquee-track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}.universe-links__marquee-tag{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--bg-primary);white-space:nowrap;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:700}.universe-links__marquee-tag:before{content:"✦";opacity:.5;margin-right:2rem}@keyframes universe-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.subscribe{background-color:var(--bg-secondary);justify-content:center;align-items:center;min-height:80vh;padding:clamp(2rem,5vw,4rem);display:flex}.subscribe__box{background-color:var(--bg-primary);align-items:center;gap:2rem;width:90%;height:calc(80vh - 6rem);padding:clamp(2rem,4vw,3rem);display:flex}.subscribe__content{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.subscribe__title{font-family:var(--font-title);color:var(--text-primary);margin:0;font-size:clamp(1.1rem,2.5vw,1.75rem);font-style:italic;font-weight:500}.subscribe__subtitle{font-family:var(--font-display);text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:clamp(1.6rem,4.5vw,4rem);font-style:normal;font-weight:900;line-height:.95}.subscribe__form-box{background-color:var(--matcha-dark);flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem;padding:clamp(1.5rem,3vw,2rem);display:flex}.subscribe__form{flex-direction:column;gap:1rem;display:flex}.subscribe__input{background-color:var(--bg-primary);width:100%;font-family:var(--font-body);color:var(--text-primary);border:none;outline:none;padding:.9rem 1.25rem;font-size:.9rem}.subscribe__input::placeholder{color:var(--bg-secondary)}.subscribe__btn{width:100%}.subscribe__highlight{background-image:linear-gradient(transparent 35%, var(--matcha) 35%, var(--matcha) 72%, transparent 72%);background-repeat:no-repeat;background-size:0 100%;padding:0 .25rem;transition:background-size .5s}.subscribe__highlight.is-visible{background-size:110% 100%}.subscribe__image{background-color:var(--bg-secondary);flex-shrink:0;width:45%;height:100%;overflow:hidden}@media (width<=768px){.subscribe__image{display:none}}.subscribe__img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}body.buhoverso{background:var(--text-primary);color:var(--bg-primary)}.buhoverso-navbar{z-index:999;-webkit-backdrop-filter:blur(12px);background:0 0;justify-content:space-between;align-items:center;width:100%;height:4rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0}@media (width>=1024px){.buhoverso-navbar{height:4.5rem;padding:0 2.5rem}}.buhoverso-navbar__brand{align-items:center;gap:1rem;display:flex}.buhoverso-navbar__logo{object-fit:contain;flex-shrink:0;width:auto;height:1.5rem;display:block}.buhoverso-navbar__divider{display:none}@media (width>=1024px){.buhoverso-navbar__divider{background:var(--bg-secondary);flex-shrink:0;width:1px;height:1.25rem;display:block}}.buhoverso-navbar__name{display:none}@media (width>=1024px){.buhoverso-navbar__name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:1rem;font-weight:400;display:block}}.buhoverso-navbar__right{align-items:center;display:flex}.buhoverso-navbar__avatar{object-fit:cover;border:1.5px solid var(--bg-secondary);border-radius:9999px;width:2.25rem;height:2.25rem;display:block}@media (width>=1024px){.buhoverso-navbar__avatar{width:2.5rem;height:2.5rem}}.universos{position:relative}.universos-nav{display:none}@media (width>=1024px){.universos-nav{z-index:100;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}}.universos-nav__list{flex-direction:column;align-items:flex-end;gap:1.25rem;list-style:none;display:flex}.universos-nav__item{justify-content:flex-end;align-items:center;gap:.75rem;display:flex;position:relative}.universos-nav__dot{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;display:flex;position:relative}.universos-nav__dot-inner{background:rgba(var(--bg-primary-rgb), .3);border-radius:9999px;width:6px;height:6px;transition:width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),background .35s,box-shadow .35s;display:block}.universos-nav__dot.is-active .universos-nav__dot-inner{background:var(--matcha);width:10px;height:10px;box-shadow:0 0 0 3px rgba(var(--matcha-rgb), .2)}.universos-nav__label{opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;transform:translate(6px)}.universos-nav__item.is-active .universos-nav__label{opacity:1;transform:translate(0)}.universos-nav__label-num{font-family:var(--font-body);letter-spacing:.18em;color:var(--matcha);font-size:.6rem;font-weight:500;line-height:1}.universos-nav__label-title{display:none}.universo-panel{background:var(--text-primary);height:100dvh;position:sticky;top:0;overflow:hidden}.universo-panel:nth-child(2){z-index:1}.universo-panel:nth-child(3){z-index:2}.universo-panel:nth-child(4){z-index:3}.universo-panel:nth-child(5){z-index:4}.universo-panel:nth-child(6){z-index:5}.universo-panel:nth-child(7){z-index:6}.universo-panel:nth-child(8){z-index:7}.universo-panel:nth-child(9){z-index:8}.universo-panel:nth-child(10){z-index:9}.universo-panel:nth-child(11){z-index:10}.universo-panel:nth-child(12){z-index:11}.universo-panel:nth-child(13){z-index:12}.universo-panel__bg{z-index:0;position:absolute;inset:0}.universo-panel__img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:115%;position:absolute;inset:-7.5% 0 0}.universo-panel__overlay{background:linear-gradient(to bottom, rgba(var(--text-primary-rgb), .45) 0%, rgba(var(--text-primary-rgb), .88) 55%, rgba(var(--text-primary-rgb), .97) 100%);position:absolute;inset:0}@media (width>=1024px){.universo-panel__overlay{background:linear-gradient(105deg, rgba(var(--text-primary-rgb), .96) 0%, rgba(var(--text-primary-rgb), .82) 42%, rgba(var(--text-primary-rgb), .35) 72%, rgba(var(--text-primary-rgb), .1) 100%)}}.universo-panel__content{z-index:1;flex-direction:column;justify-content:flex-end;height:100%;padding:2.5rem 1.75rem 3.5rem;display:flex;position:relative}@media (width>=768px){.universo-panel__content{padding:3rem 3.5rem 4rem}}@media (width>=1024px){.universo-panel__content{justify-content:center;max-width:70%;padding:0 5vw}}.universo-panel__number{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--matcha);margin-bottom:1rem;font-size:clamp(.65rem,1vw,.8rem);font-weight:500;display:block}.universo-panel__title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;color:var(--bg-primary);margin-bottom:1.5rem;font-size:clamp(2.8rem,8vw,7rem);font-weight:700;line-height:.95}@media (width>=1024px){.universo-panel__title{max-width:60vw;margin-bottom:2rem}}.universo-panel__desc{font-family:var(--font-body);color:var(--bg-secondary);max-width:42ch;margin-bottom:2rem;font-size:clamp(.85rem,1.2vw,1rem);font-weight:300;line-height:1.7}@media (width>=1024px){.universo-panel__desc{margin-bottom:2.5rem}}.universo-panel__cta{align-self:flex-start}.buhonet-navbar{z-index:999;-webkit-backdrop-filter:blur(12px);background:0 0;justify-content:space-between;align-items:center;width:100%;height:4rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0}@media (width>=1024px){.buhonet-navbar{height:4.5rem;padding:0 2.5rem}}.buhonet-navbar__brand{align-items:center;gap:1rem;display:flex}.buhonet-navbar__logo{object-fit:contain;flex-shrink:0;width:auto;height:1.5rem;display:block}.buhonet-navbar__divider{display:none}@media (width>=1024px){.buhonet-navbar__divider{background:var(--bg-secondary);flex-shrink:0;width:1px;height:1.25rem;display:block}}.buhonet-navbar__name{display:none}@media (width>=1024px){.buhonet-navbar__name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:1rem;font-weight:400;display:block}}.buhonet-navbar__right{align-items:center;display:flex}.buhonet-navbar__avatar{object-fit:cover;border:1.5px solid var(--bg-secondary);border-radius:9999px;width:2.25rem;height:2.25rem;display:block}@media (width>=1024px){.buhonet-navbar__avatar{width:2.5rem;height:2.5rem}}.buhonet-layout{flex-direction:column;padding-top:4rem;display:flex}@media (width>=1024px){.buhonet-layout{flex-direction:row;align-items:flex-start;min-height:100dvh;padding-top:4.5rem}}.buhonet-layout__publicidad{display:none}@media (width>=1024px){.buhonet-layout__publicidad{flex-shrink:0;width:20%;max-height:calc(100dvh - 4.5rem);display:block;position:sticky;top:4.5rem;overflow-y:auto}}.buhonet-layout__publicaciones{width:100%}@media (width>=1024px){.buhonet-layout__publicaciones{flex-shrink:0;width:50%}}.buhonet-layout__profile-mobile{box-sizing:border-box;padding:clamp(1rem,4vw,1.5rem);display:block}@media (width>=1024px){.buhonet-layout__profile-mobile{display:none}}.buhonet-layout__widgets{display:none}@media (width>=1024px){.buhonet-layout__widgets{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:2rem;width:30%;padding:clamp(1rem,2vw,1.5rem);display:flex;position:sticky;top:4.5rem}}.buhonet-publicidad{flex-direction:column;gap:2rem;padding:clamp(1rem,2vw,1.5rem);display:flex}.buhonet-publicidad__item{width:100%;display:block}.buhonet-publicidad__imagen{border-radius:12px;width:100%;height:auto;display:block}.buhonet-feed{flex-direction:column;display:flex}.buhonet-feed__post{border-bottom:1px solid var(--bg-secondary);flex-direction:row;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.buhonet-feed__content{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.buhonet-feed__avatar{object-fit:cover;border-radius:9999px;flex-shrink:0;align-self:flex-start;width:2.5rem;height:2.5rem}.buhonet-feed__avatar--book{object-position:center top}.buhonet-feed__meta{flex-direction:row;align-items:center;gap:.5rem;display:flex}.buhonet-feed__name{font-family:var(--font-body);color:var(--text-primary);font-size:.9rem;font-weight:600}.buhonet-feed__handle{font-family:var(--font-body);color:var(--text-secondary);font-size:.8rem;font-weight:400}.buhonet-feed__body{font-family:var(--font-body);color:var(--text-primary);white-space:pre-line;font-size:.95rem;font-weight:400;line-height:1.55}.buhonet-feed__media{border-radius:8px;width:100%;height:auto;display:block}.buhonet-feed__actions{align-items:center;gap:2.5rem;margin-top:.25rem;display:flex}.buhonet-feed__dot{background:var(--matcha-dark);border-radius:9999px;flex-shrink:0;width:5px;height:5px}.buhonet-feed__time{font-family:var(--font-body);color:var(--text-secondary);font-size:.78rem}.buhonet-feed__action{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.35rem;display:flex}.buhonet-feed__action.is-liked,.buhonet-feed__action.is-liked i,.buhonet-feed__action.is-liked .buhonet-feed__action-count{color:var(--matcha-dark)}.buhonet-feed__action--captura{cursor:pointer;margin-left:auto}.buhonet-feed__action-count{font-family:var(--font-body);color:inherit;font-size:.8rem}.buhonet-feed__sentinel{height:1px}.buhonet-feed__sentinel.is-loading{height:auto;font-family:var(--font-body);color:var(--text-secondary);text-align:center;padding:1.25rem 1.5rem;font-size:.85rem}.buhonet-feed__sentinel.is-loading:after{content:"Cargando…"}.buhonet-compose{border-bottom:1px solid var(--bg-secondary);flex-direction:row;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.buhonet-compose__avatar{object-fit:cover;border-radius:9999px;flex-shrink:0;align-self:flex-start;width:2.5rem;height:2.5rem}.buhonet-compose__form{flex-direction:column;flex:1;gap:.6rem;min-width:0;display:flex}.buhonet-compose__textarea{resize:none;background:var(--bg-secondary);width:100%;min-height:7.5rem;font-family:var(--font-body);color:var(--text-primary);border:none;border-radius:1.25rem;padding:.85rem 1rem;font-size:.95rem;line-height:1.45}.buhonet-compose__textarea:focus{outline:2px solid var(--matcha)}.buhonet-compose__textarea::placeholder{color:var(--text-secondary)}.buhonet-compose__preview{width:fit-content;max-width:100%;position:relative}.buhonet-compose__preview[hidden]{display:none}.buhonet-compose__preview-img{object-fit:cover;border-radius:8px;max-width:100%;max-height:220px;display:block}.buhonet-compose__preview-remove{background:rgba(var(--text-primary-rgb), .65);width:1.6rem;height:1.6rem;color:var(--bg-primary);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:absolute;top:.4rem;right:.4rem}.buhonet-compose__actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.buhonet-compose__upload{font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.buhonet-compose__submit{background:var(--matcha-dark);color:var(--bg-primary);font-family:var(--font-body);cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.buhonet-compose__submit:disabled{opacity:.5;cursor:default}.buhonet-widget-profile{background:rgba(var(--bg-secondary-rgb), .4);border-radius:1.25rem;overflow:hidden}.buhonet-widget-profile__header{background-color:var(--matcha);background-position:50%;background-size:cover;height:14rem}.buhonet-widget-profile__body{padding:0 1.25rem 1.25rem;position:relative}.buhonet-widget-profile__avatar{border:3px solid var(--bg-secondary);object-fit:cover;border-radius:9999px;width:4.5rem;height:4.5rem;margin-top:-2.25rem;display:block}.buhonet-widget-profile__name{font-family:var(--font-title);color:var(--text-primary);margin:.75rem 0 .15rem;font-size:1.1rem;font-weight:600}.buhonet-widget-profile__handle{font-family:var(--font-body);color:var(--text-secondary);margin:0 0 .65rem;font-size:.85rem}.buhonet-widget-profile__bio{font-family:var(--font-body);color:var(--text-primary);white-space:pre-line;margin:0 0 1.1rem;font-size:.95rem;line-height:1.5}.buhonet-widget-profile__stats{align-items:stretch;display:flex}.buhonet-widget-profile__stat{text-align:center;border-left:1px solid var(--bg-secondary);flex-direction:column;flex:1;align-items:center;padding:0 .75rem;display:flex}.buhonet-widget-profile__stat:first-child{border-left:none;padding-left:0}.buhonet-widget-profile__stat-number{font-family:var(--font-display);color:var(--text-primary);font-size:1.8rem;font-weight:600;line-height:1.2}.buhonet-widget-profile__stat-label{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);margin-top:.25rem;font-size:.6rem}.buhonet-widget-nav{flex-wrap:wrap;gap:.4rem;display:flex}.buhonet-widget-nav__link{background:var(--matcha);width:auto;font-family:var(--font-title);color:var(--text-primary);letter-spacing:normal;border-radius:.6rem;align-items:center;padding:.65rem 1.75rem;font-size:.95rem;transition:background-color .2s,letter-spacing .2s,color .2s;display:inline-flex}.buhonet-widget-nav__link:hover{background:rgba(var(--matcha-rgb), .7);color:var(--burgundy);letter-spacing:.05em}.buhonet-share{z-index:1000;background:rgba(var(--text-primary-rgb), .6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .2s;display:flex;position:fixed;inset:0}.buhonet-share.is-open{opacity:1;pointer-events:all}.buhonet-share__box{background:var(--bg-primary);border:1px solid var(--bg-secondary);border-radius:14px;flex-direction:column;gap:1.25rem;width:100%;max-width:420px;padding:1.75rem;transition:transform .2s;display:flex;transform:translateY(12px)}.is-open .buhonet-share__box{transform:translateY(0)}.buhonet-share__header{justify-content:space-between;align-items:center;display:flex}.buhonet-share__title{font-family:var(--font-body);color:var(--text-primary);font-size:.95rem;font-weight:600}.buhonet-share__close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:1.2rem;transition:color .2s;display:flex}.buhonet-share__close:hover{color:var(--text-primary)}.buhonet-share__preview{font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-secondary);-webkit-line-clamp:3;border-radius:8px;-webkit-box-orient:vertical;max-height:80px;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.buhonet-share__redes{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.buhonet-share__red{cursor:pointer;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;transition:color .2s;display:flex}.buhonet-share__red:hover{color:var(--text-primary)}.buhonet-share__red i{font-size:1.5rem}.buhonet-share__red span{font-family:var(--font-body);font-size:.7rem}.buhonet-share__copy{border:1px solid var(--bg-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;transition:border-color .2s;display:flex}.buhonet-share__copy:hover{border-color:var(--matcha-dark)}.buhonet-share__copy.is-copied{border-color:var(--matcha-dark);color:var(--matcha-dark)}.buhonet-share__copy-text{font-family:var(--font-body);color:var(--text-secondary);text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;overflow:hidden}.buhonet-share__copy-label{font-family:var(--font-body);color:var(--text-secondary);flex-shrink:0;font-size:.75rem;transition:color .2s}.is-copied .buhonet-share__copy-label{color:var(--matcha-dark)}.buhonet-capture{z-index:1001;background:rgba(var(--text-primary-rgb), .7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .2s;display:flex;position:fixed;inset:0}.buhonet-capture.is-open{opacity:1;pointer-events:all}.buhonet-capture__box{background:var(--bg-primary);border:1px solid var(--bg-secondary);border-radius:14px;flex-direction:column;gap:1.25rem;width:100%;max-width:480px;padding:1.5rem;transition:transform .2s;display:flex;transform:translateY(12px)}.is-open .buhonet-capture__box{transform:translateY(0)}.buhonet-capture__header{justify-content:space-between;align-items:center;display:flex}.buhonet-capture__title{font-family:var(--font-body);color:var(--text-primary);font-size:.95rem;font-weight:600}.buhonet-capture__close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:1.2rem;transition:color .2s;display:flex}.buhonet-capture__close:hover{color:var(--text-primary)}.buhonet-capture__preview{background:var(--bg-secondary);border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:120px;display:flex;overflow:hidden}.buhonet-capture__preview img{border-radius:10px;width:100%;height:auto;display:block}.buhonet-capture__loading{font-family:var(--font-body);color:var(--text-secondary);font-size:.85rem}.buhonet-capture__download{background:var(--text-primary);color:var(--bg-primary);font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.buhonet-capture__download:hover{opacity:.85}.buhonet-capture__download i{font-size:1.1rem}.buhoteca-navbar{z-index:999;-webkit-backdrop-filter:blur(12px);background:0 0;justify-content:space-between;align-items:center;width:100%;height:4rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0}@media (width>=1024px){.buhoteca-navbar{height:4.5rem;padding:0 2.5rem}}.buhoteca-navbar__brand{align-items:center;gap:1rem;display:flex}.buhoteca-navbar__logo{object-fit:contain;flex-shrink:0;width:auto;height:1.5rem;display:block}.buhoteca-navbar__divider{display:none}@media (width>=1024px){.buhoteca-navbar__divider{background:var(--bg-secondary);flex-shrink:0;width:1px;height:1.25rem;display:block}}.buhoteca-navbar__name{display:none}@media (width>=1024px){.buhoteca-navbar__name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:1rem;font-weight:400;display:block}}.buhoteca-navbar__right{align-items:center;display:flex}.buhoteca-navbar__avatar{object-fit:cover;border:1.5px solid var(--bg-secondary);border-radius:9999px;width:2.25rem;height:2.25rem;display:block}@media (width>=1024px){.buhoteca-navbar__avatar{width:2.5rem;height:2.5rem}}.buhoteca-layout{flex-direction:column;padding-top:4rem;display:flex}@media (width>=1024px){.buhoteca-layout{flex-direction:row;align-items:flex-start;min-height:100dvh;padding-top:4.5rem}}.buhoteca-layout__biblioteca{width:100%}@media (width>=1024px){.buhoteca-layout__biblioteca{flex-shrink:0;width:40%;max-height:calc(100dvh - 4.5rem);position:sticky;top:4.5rem;overflow-y:auto}}.buhoteca-layout__detalles{isolation:isolate;z-index:200;background:var(--bg-primary);width:90%;height:100dvh;padding-top:3rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.buhoteca-layout__detalles.is-open{transform:translate(0)}@media (width>=1024px){.buhoteca-layout__detalles{background:0 0;flex-shrink:0;width:60%;height:auto;min-height:calc(100dvh - 4.5rem);padding-top:0;position:static;overflow-y:visible;transform:none}}.buhoteca-layout__overlay{z-index:199;background:rgba(var(--text-primary-rgb), .45);opacity:0;transition:opacity .35s;display:none;position:fixed;inset:0}.buhoteca-layout__overlay.is-visible{opacity:1;display:block}@media (width>=1024px){.buhoteca-layout__overlay{display:none!important}}.buhoteca-biblioteca{padding:1.5rem}@media (width>=1024px){.buhoteca-biblioteca{padding:2rem 1.5rem}}.buhoteca-biblioteca__heading{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 1.25rem;font-size:.7rem;font-weight:600}.buhoteca-biblioteca__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem 1rem;display:grid}.buhoteca-biblioteca__card{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:.5rem;padding:0;display:flex}.buhoteca-biblioteca__card:hover .buhoteca-biblioteca__cover{box-shadow:0 8px 24px rgba(var(--text-primary-rgb), .18);transform:translateY(-3px)}.buhoteca-biblioteca__cover-wrap{aspect-ratio:2/3;border-radius:4px;width:100%;position:relative;overflow:hidden}.buhoteca-biblioteca__cover-wrap:after{content:"";background:rgba(var(--text-primary-rgb), .6);transition:opacity .25s;position:absolute;inset:0}.buhoteca-biblioteca__card.is-active .buhoteca-biblioteca__cover-wrap:after{opacity:0}.buhoteca-biblioteca__cover{object-fit:cover;width:100%;height:100%;transition:transform .25s,box-shadow .25s;display:block}.buhoteca-biblioteca__cover--placeholder{background:var(--bg-secondary)}.buhoteca-biblioteca__info{flex-direction:column;gap:.2rem;display:flex}.buhoteca-biblioteca__title{font-family:var(--font-body);color:var(--text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.buhoteca-biblioteca__rating{align-items:center;gap:.3rem;margin-top:.1rem;display:flex}.buhoteca-biblioteca__stars{align-items:center;gap:1px;display:flex}.buhoteca-biblioteca__star{font-size:.7rem}.buhoteca-biblioteca__star--full,.buhoteca-biblioteca__star--half{color:var(--matcha-dark)}.buhoteca-biblioteca__star--empty{color:var(--bg-secondary)}.buhoteca-biblioteca__rating-value{font-family:var(--font-body);color:var(--text-secondary);font-size:.7rem;font-weight:500}.buhoteca-detalles__close{cursor:pointer;color:var(--text-primary);z-index:10;background:0 0;border:none;align-items:center;padding:.4rem;font-size:1.2rem;display:flex;position:absolute;top:1rem;right:1rem}@media (width>=1024px){.buhoteca-detalles__close{display:none}}.buhoteca-detalles{border:none;border-radius:0;margin:0;padding:1.75rem}@media (width>=1024px){.buhoteca-detalles{border:1px solid var(--bg-secondary);border-radius:12px;margin:2rem 1.5rem;padding:2rem}}.buhoteca-detalles__panel{display:none}.buhoteca-detalles__panel.is-visible{flex-direction:column;gap:1.5rem;display:flex}.buhoteca-detalles__header{flex-direction:column;align-items:center;gap:1.25rem;display:flex}@media (width>=1024px){.buhoteca-detalles__header{flex-direction:row;align-items:flex-start;gap:1.5rem}}.buhoteca-detalles__cover{object-fit:cover;aspect-ratio:2/3;border-radius:6px;flex-shrink:0;width:8rem;display:block}@media (width>=1024px){.buhoteca-detalles__cover{width:12rem}}.buhoteca-detalles__meta{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.buhoteca-detalles__title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);margin:0;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:600;line-height:1.15}.buhoteca-detalles__serie{font-family:var(--font-body);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.buhoteca-detalles__serie-name{color:var(--text-secondary);font-weight:500;text-decoration:none}.buhoteca-detalles__serie-name:hover{text-decoration:underline}.buhoteca-detalles__serie-dot{background:var(--matcha-dark);border-radius:9999px;flex-shrink:0;width:3px;height:3px}.buhoteca-detalles__serie-number{color:var(--text-secondary)}.buhoteca-detalles__tags{flex-wrap:wrap;gap:.4rem;display:flex}.buhoteca-detalles__tag{font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-secondary);border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:500}.buhoteca-detalles__rating{align-items:center;gap:.4rem;display:flex}.buhoteca-detalles__stars{align-items:center;gap:4px;display:flex}.buhoteca-detalles__star{font-size:.85rem}.buhoteca-detalles__star--full,.buhoteca-detalles__star--half{color:var(--matcha-dark)}.buhoteca-detalles__star--empty{color:var(--bg-secondary)}.buhoteca-detalles__rating-value{font-family:var(--font-body);color:var(--text-primary);font-size:.8rem;font-weight:600}.buhoteca-detalles__rating-dot{background:var(--text-secondary);border-radius:9999px;flex-shrink:0;width:3px;height:3px}.buhoteca-detalles__lectoras{font-family:var(--font-body);color:var(--text-secondary);font-size:.8rem}.buhoteca-detalles__tagline{font-family:var(--font-title);color:var(--text-primary);border-left:3px solid var(--matcha-dark);margin:.75rem 0 0;padding-left:.75rem;font-size:.85rem;line-height:1.4}.buhoteca-detalles__actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.buhoteca-detalles__sinopsis{border-top:1px solid var(--bg-secondary);flex-direction:column;gap:.5rem;max-height:12rem;padding-top:1rem;display:flex;overflow-y:auto}.buhoteca-detalles__sinopsis-label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:600}.buhoteca-detalles__modulos{border-top:1px solid var(--bg-secondary);flex-direction:column;gap:1.5rem;padding-top:1.25rem;display:flex}@media (width>=1024px){.buhoteca-detalles__modulos{grid-template-columns:repeat(2,1fr);gap:0;display:grid}}.buhoteca-detalles__modulo{border-left:none;border-top:1px solid var(--bg-secondary);flex-direction:column;gap:.75rem;padding:1.25rem 0 0;display:flex}.buhoteca-detalles__modulo:first-child{border-top:none;padding-top:0}@media (width>=1024px){.buhoteca-detalles__modulo{border-top:none;border-left:1px solid var(--bg-secondary);padding:0 1.25rem}.buhoteca-detalles__modulo:first-child{border-left:none;padding-left:0}}.buhoteca-detalles__modulo-header{justify-content:space-between;align-items:center;display:flex}.buhoteca-detalles__citas{flex-direction:column;gap:.5rem;display:flex}.buhoteca-detalles__cita{background:var(--bg-secondary);border-radius:8px;padding:.65rem .75rem}.buhoteca-detalles__resenas{flex-direction:column;gap:.75rem;display:flex}.buhoteca-detalles .buhoteca-resena{border:1px solid var(--bg-secondary);border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.buhoteca-detalles .buhoteca-resena__header{align-items:center;gap:.4rem;display:flex}.buhoteca-detalles .buhoteca-resena__stars{align-items:center;gap:2px;display:flex}.buhoteca-detalles .buhoteca-resena__star{font-size:.75rem}.buhoteca-detalles .buhoteca-resena__star--full,.buhoteca-detalles .buhoteca-resena__star--half{color:var(--matcha-dark)}.buhoteca-detalles .buhoteca-resena__star--empty{color:var(--bg-secondary)}.buhoteca-detalles .buhoteca-resena__rating{font-family:var(--font-body);color:var(--text-primary);font-size:.78rem;font-weight:600}.buhoteca-detalles .buhoteca-resena__body{font-family:var(--font-title);color:var(--text-primary);margin:0;font-size:1rem;line-height:1.65}.buhoteca-detalles .buhoteca-resena__autor{font-family:var(--font-body);color:var(--text-secondary);font-size:.75rem}.buhoteca-detalles .buhoteca-form-resena{border-top:1px solid var(--bg-secondary);flex-direction:column;gap:.75rem;margin-top:-.5rem;padding-top:1rem;display:flex}.buhoteca-detalles .buhoteca-form-resena__user{justify-content:space-between;align-items:center;display:flex}.buhoteca-detalles .buhoteca-form-resena__username{font-family:var(--font-body);color:var(--text-secondary);font-size:.78rem;font-weight:600}.buhoteca-detalles .buhoteca-form-resena__refresh-user{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:.85rem;transition:color .2s;display:flex}.buhoteca-detalles .buhoteca-form-resena__refresh-user:hover{color:var(--text-primary)}.buhoteca-detalles .buhoteca-form-resena__stars{gap:.2rem;display:flex}.buhoteca-detalles .buhoteca-form-resena__star{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:1.1rem;transition:color .15s;display:flex}.buhoteca-detalles .buhoteca-form-resena__star i.ph-fill{color:var(--matcha-dark)}.buhoteca-detalles .buhoteca-form-resena__body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-secondary);resize:vertical;border:1px solid #0000;border-radius:8px;outline:none;padding:.65rem .75rem;font-size:.85rem;line-height:1.5;transition:border-color .2s}.buhoteca-detalles .buhoteca-form-resena__body::placeholder{color:var(--text-secondary)}.buhoteca-detalles .buhoteca-form-resena__body:focus{border-color:var(--matcha-dark)}.buhoteca-detalles .buhoteca-form-resena__submit{align-self:flex-start}.buhoteca-detalles .buhoteca-form-resena__ok{font-family:var(--font-body);color:var(--matcha-dark);margin:0;font-size:.78rem}.buhoteca-detalles .buhoteca-form-resena__ok:empty{display:none}.buhoteca-detalles__cita-texto{font-family:var(--font-title);color:var(--text-primary);margin:0;font-size:1rem;line-height:1.65}.buhoteca-detalles__modulo-refresh{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:.9rem;transition:color .2s;display:flex}.buhoteca-detalles__modulo-refresh:hover{color:var(--text-primary)}.buhoteca-detalles__modulo-titulo{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:600}.buhoteca-detalles__sinopsis-text{font-family:var(--font-title);color:var(--text-primary);font-size:1rem;line-height:1.65}.buhoteca-compra{z-index:1000;background:rgba(var(--text-primary-rgb), .6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .2s;display:flex;position:fixed;inset:0}.buhoteca-compra.is-open{opacity:1;pointer-events:all}.buhoteca-compra__box{background:var(--bg-primary);border:1px solid var(--bg-secondary);border-radius:14px;flex-direction:column;gap:1.25rem;width:100%;max-width:380px;padding:1.75rem;transition:transform .2s;display:flex;transform:translateY(12px)}.is-open .buhoteca-compra__box{transform:translateY(0)}.buhoteca-compra__header{justify-content:space-between;align-items:center;display:flex}.buhoteca-compra__title{font-family:var(--font-body);color:var(--text-primary);font-size:.95rem;font-weight:600}.buhoteca-compra__close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;font-size:1.2rem;transition:color .2s;display:flex}.buhoteca-compra__close:hover{color:var(--text-primary)}.buhoteca-compra__links{flex-direction:column;gap:.6rem;display:flex}.lector-navbar{z-index:999;background:var(--bg-primary);border-bottom:1px solid var(--bg-secondary);align-items:center;gap:.75rem;width:100%;height:4rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0}@media (width>=1024px){.lector-navbar{gap:1.5rem;height:4.5rem;padding:0 2.5rem}}.lector-navbar__toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;flex-shrink:0;align-items:center;margin:-.3rem 0;padding:.3rem;font-size:1.3rem;display:flex}@media (width>=1024px){.lector-navbar__toggle{display:none}}.lector-navbar__brand{flex-shrink:0;align-items:center;gap:1rem;display:none}@media (width>=1024px){.lector-navbar__brand{display:flex}}.lector-navbar__logo{object-fit:contain;width:auto;height:1.5rem;display:block}.lector-navbar__divider{background:var(--bg-secondary);flex-shrink:0;width:1px;height:1.25rem}.lector-navbar__name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;font-size:1rem;font-weight:400}.lector-navbar__book{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}@media (width>=1024px){.lector-navbar__book{border-left:1px solid var(--bg-secondary);padding-left:1.5rem}}.lector-navbar__cover{object-fit:cover;border-radius:3px;flex-shrink:0;width:1.75rem;height:2.4rem;display:none}@media (width>=480px){.lector-navbar__cover{display:block}}.lector-navbar__book-title{font-family:var(--font-body);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.8rem;font-weight:600;overflow:hidden}@media (width>=1024px){.lector-navbar__book-title{font-size:.85rem}}.lector-navbar__book-dot{display:none}@media (width>=768px){.lector-navbar__book-dot{background:var(--matcha-dark);border-radius:9999px;width:3px;height:3px;margin:0 .5rem;display:inline-block}}.lector-navbar__book-number{color:var(--text-secondary);font-weight:500;display:none}@media (width>=768px){.lector-navbar__book-number{display:inline}}.lector-navbar__right{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.lector-navbar__action{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.05rem;transition:color .2s;display:flex}.lector-navbar__action:hover{color:var(--text-primary)}.lector-navbar__action-aa{font-family:var(--font-body);font-size:.7rem;font-weight:700}.lector-navbar__action-aa span{font-size:.95rem}.lector-navbar__avatar{object-fit:cover;border:1.5px solid var(--bg-secondary);border-radius:9999px;width:2.25rem;height:2.25rem;display:block}@media (width>=1024px){.lector-navbar__avatar{width:2.5rem;height:2.5rem}}.lector-layout{background:var(--bg-primary);flex-direction:column;min-height:100dvh;padding-top:4rem;display:flex}@media (width>=1024px){.lector-layout{flex-direction:row;align-items:stretch;padding-top:4.5rem}}.lector-sidebar__overlay{z-index:899;background:rgba(var(--bg-primary-rgb), .35);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .3s;display:none;position:fixed;inset:0}.lector-sidebar__overlay.is-visible{opacity:1;display:block}@media (width>=1024px){.lector-sidebar__overlay{display:none!important}}.lector-sidebar{z-index:900;background:var(--bg-primary);border-right:1px solid var(--bg-secondary);flex-direction:column;gap:1.25rem;width:85%;max-width:22rem;height:calc(100dvh - 4rem);padding:1.5rem 1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:4rem;left:0;overflow-y:auto;transform:translate(-100%)}.lector-sidebar.is-open{transform:translate(0)}@media (width>=1024px){.lector-sidebar{border-right:1px solid var(--bg-secondary);flex-shrink:0;width:22rem;height:auto;max-height:calc(100dvh - 4.5rem);padding:2.5rem 2rem;position:sticky;top:4.5rem;left:auto;transform:none}}.lector-sidebar__back{font-family:var(--font-body);color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;transition:color .2s;display:flex}.lector-sidebar__back:hover{color:var(--text-primary)}.lector-sidebar__back i{font-size:.9rem}.lector-sidebar__label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:600}.lector-sidebar__list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.lector-sidebar__link{color:var(--text-primary);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .85rem;transition:background .2s,color .2s;display:flex}.lector-sidebar__link:hover{background:var(--bg-secondary)}.lector-sidebar__link.is-active{background:var(--matcha-dark);color:var(--bg-primary)}.lector-sidebar__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.lector-sidebar__number{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:.68rem;font-weight:600}.lector-sidebar__title{font-family:var(--font-body);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.lector-sidebar__icon{flex-shrink:0;font-size:1rem}.lector-content{flex:1;min-width:0;padding:1.75rem 1.25rem 3rem}@media (width>=1024px){.lector-content{border:1px solid var(--bg-secondary);border-radius:12px;max-width:46rem;margin:2.5rem auto;padding:2.5rem 3rem}}.lector-content__heading{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.lector-content__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:600}.lector-content__title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:clamp(1.4rem,4vw,2rem);font-weight:700;line-height:1.2}.lector-content__rule{background:var(--matcha-dark);width:2.5rem;height:1px}.lector-content__body{font-family:var(--font-title);color:var(--text-primary);padding-bottom:4rem;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.85}.lector-content__body p{margin:0 0 1.5em}.lector-content__body strong{font-weight:700}.lector-content__body em{font-style:italic}.lector-content__body blockquote{border-left:3px solid var(--matcha);background:rgba(var(--matcha-rgb), .07);margin:2rem 0;padding:1.1em 1.4em}.lector-content__body blockquote p{margin:0;font-style:italic}.lector-content__body--font-sm{font-size:clamp(.82rem,1.2vw,.95rem)}.lector-content__body--font-lg{font-size:clamp(1.1rem,1.7vw,1.3rem)}.lector-content__nav{border-top:1px solid var(--bg-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}@media (width>=768px){.lector-content__nav{flex-wrap:nowrap;grid-template-columns:1fr auto 1fr;align-items:center;display:grid}}.lector-content__nav-link{font-family:var(--font-body);color:var(--text-primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;transition:color .2s;display:flex}.lector-content__nav-link:hover{color:var(--matcha-dark)}.lector-content__nav-link--disabled{width:1px}.lector-content__nav-link i{font-size:.9rem}@media (width>=768px){.lector-content__nav-link--prev{justify-self:start}.lector-content__nav-link--next{justify-self:end}}.lector-content__progress{z-index:80;background:var(--bg-primary);border:1px solid var(--bg-secondary);width:calc(100% - 2.5rem);max-width:18rem;box-shadow:0 4px 16px rgba(var(--text-primary-rgb), .12);border-radius:999px;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem 1.25rem;transition:opacity .2s;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}@media (width>=1024px){.lector-content__progress{left:calc(50% + 11rem)}}.lector-content__progress.is-docked{z-index:auto;width:100%;min-width:8rem;max-width:none;box-shadow:none;border:none;border-radius:0;flex:100%;order:3;padding:0;position:static;bottom:auto;left:auto;transform:none}@media (width>=768px){.lector-content__progress.is-docked{order:initial;justify-self:center;width:auto}}.lector-content__progress-count{font-family:var(--font-body);color:var(--text-secondary);font-size:.72rem;font-weight:600}.lector-content__progress-bar{background:var(--bg-secondary);border-radius:999px;width:100%;max-width:16rem;height:4px;overflow:hidden}.lector-content__progress-fill{background:var(--matcha-dark);border-radius:999px;width:0%;height:100%;transition:width .15s ease-out}.lector-content__progress-label{font-family:var(--font-body);color:var(--text-secondary);font-size:.7rem}.lector-content__progress-anchor{height:1px;display:block}html.is-dark-mode{--bg-primary:#14140f;--bg-secondary:#2a2a22;--text-primary:#efeee6;--text-secondary:#b7be9d;--matcha:#8e9676;--matcha-dark:#b7be9d;--burgundy:#c97d8b;--bg-primary-rgb:20, 20, 15;--bg-secondary-rgb:42, 42, 34;--text-primary-rgb:239, 238, 230;--text-secondary-rgb:183, 190, 157;--matcha-rgb:142, 150, 118;--matcha-dark-rgb:183, 190, 157;--burgundy-rgb:201, 125, 139}.blog-top{background-color:var(--text-primary);justify-content:center;align-items:center;padding:1.5rem 1.25rem;display:flex}.blog-top__name{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--bg-primary);text-align:center;margin:0;font-size:clamp(1.6rem,4.5vw,4rem);font-weight:700}.blog-top__social,.blog-top__newsletter{display:none}@media (width>=1024px){.blog-top{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:1rem 2.5rem;display:grid}.blog-top__social{justify-self:start;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.blog-top__social-link{color:var(--bg-primary);justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;transition:color .25s;display:inline-flex}.blog-top__social-link:hover{color:var(--matcha)}.blog-top__newsletter{justify-self:end;padding:.5rem 1.25rem;font-size:.75rem;display:inline-flex}}.blog-nav{background-color:var(--text-primary);border-top:1px solid rgba(var(--matcha-rgb), .35);border-bottom:1px solid rgba(var(--matcha-rgb), .35);justify-content:flex-end;align-items:center;padding:.75rem 1.25rem;display:flex}.blog-nav__toggle{z-index:1003;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;width:28px;padding:0;display:flex;position:relative}.blog-nav__bar{background-color:var(--bg-primary);transform-origin:50%;width:100%;height:1.5px;display:block}.blog-nav__list{margin:0;padding:0;list-style:none;display:none}.blog-nav__link{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--bg-primary);font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s}.blog-nav__link:hover{color:var(--matcha)}.blog-nav__panel{z-index:1002;background:color-mix(in srgb, var(--text-primary) 42%, transparent);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid color-mix(in srgb, var(--bg-primary) 6%, transparent);width:100%;height:100dvh;box-shadow:0 8px 32px color-mix(in srgb, var(--text-primary) 10%, transparent);opacity:0;pointer-events:none;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;flex-direction:column;justify-content:center;padding:2.5rem 2rem 3rem;display:flex;position:fixed;top:0;left:0;transform:translateY(-1.5rem)}.blog-nav__panel-nav{flex-direction:column;align-items:center;gap:1.75rem;display:flex}.blog-nav__panel-link{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--bg-primary);opacity:0;font-size:clamp(1.5rem,7vw,2rem);font-weight:700;text-decoration:none;transition:color .2s;transform:translateY(.5rem)}.blog-nav__panel-link:hover{color:var(--matcha)}@media (width>=1024px){.blog-nav{justify-content:center}.blog-nav__toggle{display:none}.blog-nav__list{align-items:center;gap:clamp(1rem,4vw,2rem);display:flex}.blog-nav__panel{display:none}}.trending-stories{background-color:var(--text-primary);padding:2rem 1.25rem}.trending-stories__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.trending-stories__item{border-bottom:1px solid rgba(var(--matcha-rgb), .3);margin-bottom:1.25rem;padding-bottom:1.25rem}.trending-stories__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.trending-stories__category{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--matcha);margin-bottom:.6rem;font-size:.7rem;font-weight:600;display:block}.trending-stories__row{align-items:flex-start;gap:1rem;display:flex}.trending-stories__number{font-family:var(--font-display);color:var(--matcha);flex-shrink:0;font-size:1.9rem;font-weight:700;line-height:1}.trending-stories__content{flex-direction:column;gap:.4rem;display:flex}.trending-stories__link{font-family:var(--font-title);color:var(--bg-primary);font-size:1.05rem;font-weight:600;line-height:1.3;text-decoration:none;transition:color .2s}.trending-stories__link:hover{color:var(--matcha)}.trending-stories__date{font-family:var(--font-body);color:rgba(var(--bg-primary-rgb), .5);font-size:.75rem}.post-header{background-color:var(--bg-primary);max-width:900px;margin:0 auto;padding:2.5rem 1.25rem 0}.post-header__back{width:fit-content;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.65rem;font-weight:700;display:flex}.post-header__back i{font-size:.75rem}.post-header__back:hover{color:var(--matcha-dark)}.post-header__category{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background-color:var(--matcha);border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.post-header__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 1.25rem;font-size:clamp(1.8rem,6vw,3rem);font-weight:700;line-height:1.05}.post-header__meta{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);align-items:center;margin:0 0 2rem;font-size:.8rem;font-weight:600;display:flex}.post-header__dot{background-color:var(--matcha-dark);border-radius:9999px;width:.3rem;height:.3rem;margin:0 .6rem;display:inline-block}.post-header__media{aspect-ratio:16/10;border-radius:.75rem;width:100%;margin-bottom:2rem;overflow:hidden}.post-header__cover{object-fit:cover;width:100%;height:100%;display:block}.post-header__intro{border-left:2px solid var(--matcha);margin:0 0 2.5rem;padding-left:1.25rem}.post-header__intro p{font-family:var(--font-title);color:var(--text-primary);margin:0;font-size:clamp(1rem,2vw,1.25rem);font-style:italic;line-height:1.5}@media (width>=768px){.post-header{padding:4rem 2rem 0}}.post-body{background-color:var(--bg-primary);max-width:900px;font-family:var(--font-title);color:var(--text-primary);margin:0 auto;padding:0 1.25rem 3rem;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.75}.post-body p{margin:0 0 1.5em}.post-body h2,.post-body h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);margin:2rem 0 1rem;font-weight:700;line-height:1.15}.post-body h2{font-size:clamp(1.3rem,3vw,1.75rem)}.post-body h3{font-size:clamp(1.1rem,2.4vw,1.4rem)}.post-body a{color:var(--matcha-dark);text-underline-offset:.15em;text-decoration:underline}.post-body strong{font-weight:700}.post-body em{font-style:italic}.post-body ul,.post-body ol{margin:0 0 1.5em;padding-left:1.5em}.post-body li{margin-bottom:.5em}.post-body img{border-radius:.5rem;width:100%;height:auto;margin:2rem 0;display:block}.post-body blockquote{border-left:3px solid var(--matcha);background:rgba(var(--matcha-rgb), .07);margin:2rem 0;padding:1.25em 1.5em}.post-body blockquote p{margin:0;font-style:italic}.post-body blockquote p:last-child{margin-bottom:0}.post-body hr{border:none;border-top:1px solid var(--bg-secondary);margin:2.5rem 0}.post-share{background-color:var(--bg-primary);max-width:900px;margin:0 auto;padding:0 1.25rem 3rem}.post-share__divider{background-color:var(--text-secondary);opacity:.4;height:1px;margin-bottom:2rem;display:block}.post-share__row{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.post-share__label{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);font-size:.8rem;font-weight:700}.post-share__list{flex-wrap:wrap;gap:.6rem;display:flex}.featured-post{background-color:var(--bg-primary);flex-direction:column;gap:2rem;padding:2.5rem 1.25rem;display:flex}.featured-post+.featured-post{padding-top:0}.featured-post__media{aspect-ratio:4/3;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.featured-post__media:after{content:"";background:rgba(var(--text-primary-rgb), .45);position:absolute;inset:0}.featured-post__media-link{width:100%;height:100%;display:block}.featured-post__img{object-fit:cover;width:100%;height:100%;display:block}.featured-post__content{flex-direction:column;justify-content:center;gap:1.25rem;display:flex}.featured-post__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:clamp(2rem,9vw,3rem);font-weight:700;line-height:1.05}.featured-post__category{z-index:1;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background-color:var(--matcha);border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.featured-post__excerpt{font-family:var(--font-body);color:var(--text-primary);margin:0;font-size:1rem;line-height:1.6}.featured-post__dot{background-color:var(--matcha);vertical-align:middle;border-radius:9999px;width:.5rem;height:.5rem;margin:0 .6rem;display:inline-block}@media (width>=768px){.featured-post{flex-direction:row;align-items:center;gap:3rem;padding:3rem 2.5rem}.featured-post__media{flex-shrink:0;flex-basis:50%}.featured-post__content{flex-basis:50%}.featured-post.featured-post--reverse{flex-direction:row-reverse}}.blog-subscribe{text-align:center;background-color:var(--text-primary);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.25rem;display:flex}.blog-subscribe__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--bg-primary);margin:0;font-size:clamp(1.6rem,6vw,2.75rem);font-weight:700}.blog-subscribe__subtitle{font-family:var(--font-title);color:var(--bg-primary);margin:0;font-size:clamp(.95rem,2.5vw,1.15rem)}.blog-subscribe__form{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:26rem;margin-top:.5rem;display:flex}.blog-subscribe__input{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);border:none;border-radius:9999px;padding:.85rem 1.25rem;font-size:.9rem}.blog-subscribe__input::placeholder{color:rgba(var(--text-primary-rgb), .45)}.blog-subscribe__btn{width:100%}@media (width>=768px){.blog-subscribe__form{flex-direction:row;align-items:center;max-width:32rem}.blog-subscribe__input{flex:1}.blog-subscribe__btn{flex-shrink:0;width:auto}}.post-card{position:relative}.post-card__link{text-decoration:none;display:block}.post-card__media{aspect-ratio:4/5;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.post-card__media:after{content:"";background:linear-gradient(to top, rgba(var(--text-primary-rgb), .75), rgba(var(--text-primary-rgb), .1) 55%);position:absolute;inset:0}.post-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.post-card__category{z-index:1;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background-color:var(--matcha);border-radius:9999px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.post-card__title{z-index:1;font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);margin:0;font-size:1.1rem;font-weight:700;line-height:1.2;position:absolute;bottom:1rem;left:1rem;right:1rem}.post-card:hover .post-card__img{transform:scale(1.05)}.posts-grid{background-color:var(--bg-primary);flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 1.25rem;display:flex}.posts-grid__list{grid-template-columns:1fr;gap:1.25rem;width:100%;display:grid}.posts-grid__loadmore.is-loading{opacity:.6;pointer-events:none}@media (width>=768px){.posts-grid{padding:3rem 2.5rem}.posts-grid__list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1024px){.posts-grid__list{grid-template-columns:repeat(3,1fr)}}.currently-reading-widget{background-color:var(--text-primary);padding:1.75rem 1.25rem}.currently-reading-widget__label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--matcha);margin:0 0 1rem;font-size:.7rem;font-weight:700}.currently-reading-widget__row{gap:1rem;display:flex}.currently-reading-widget__cover{aspect-ratio:2/3;background-color:rgba(var(--bg-primary-rgb), .08);border-radius:.35rem;flex-shrink:0;width:4.5rem;overflow:hidden}.currently-reading-widget__img{object-fit:cover;width:100%;height:100%;display:block}.currently-reading-widget__info{flex-direction:column;gap:.35rem;min-width:0;display:flex}.currently-reading-widget__title{font-family:var(--font-title);color:var(--bg-primary);margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.currently-reading-widget__author{font-family:var(--font-body);color:rgba(var(--bg-primary-rgb), .6);margin:0;font-size:.85rem}.currently-reading-widget__progress{align-items:center;gap:.6rem;margin-top:.4rem;display:flex}.currently-reading-widget__bar{background-color:rgba(var(--bg-primary-rgb), .15);border-radius:9999px;flex:1;height:.4rem;overflow:hidden}.currently-reading-widget__fill{background-color:var(--matcha);border-radius:9999px;height:100%}.currently-reading-widget__percent{font-family:var(--font-body);color:var(--matcha);flex-shrink:0;font-size:.75rem;font-weight:600}.currently-reading-widget__updates{font-family:var(--font-body);color:var(--matcha);margin-top:.4rem;font-size:.8rem;font-weight:600;text-decoration:none}.currently-reading-widget__updates:hover{color:var(--bg-primary)}.about-author-widget{background-color:var(--text-primary);text-align:center;padding:1.75rem 1.25rem}.about-author-widget__label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--matcha);text-align:left;margin:0 0 1.25rem;font-size:.7rem;font-weight:700}.about-author-widget__avatar{background-color:rgba(var(--bg-primary-rgb), .08);border-radius:50%;width:6.5rem;height:6.5rem;margin:0 auto 1rem;overflow:hidden}.about-author-widget__photo{object-fit:cover;width:100%;height:100%;display:block}.about-author-widget__name{font-family:var(--font-title);color:var(--bg-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.about-author-widget__bio{font-family:var(--font-body);color:rgba(var(--bg-primary-rgb), .6);margin:0 0 1.25rem;font-size:.85rem;line-height:1.5}.about-author-widget__link{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--matcha);align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:inline-flex}.about-author-widget__link:hover{color:var(--bg-primary)}.blog-content{flex-direction:column;display:flex}.blog-content__main{flex:1}.blog-content__sidebar-inner{background-color:var(--text-primary);flex-direction:column;gap:3rem;display:flex}@media (width>=1024px){.blog-content{flex-direction:row;align-items:stretch}.blog-content__main{flex-basis:75%}.blog-content__sidebar{background-color:var(--text-primary);flex-shrink:0;flex-basis:25%}.blog-content__sidebar-inner{position:sticky;top:0}}.tienda-hero{background-color:var(--text-primary);text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:7rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.tienda-hero{min-height:70vh;padding:8rem 2rem 4rem}}.tienda-hero__bg{object-fit:cover;object-position:center;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.tienda-hero__content{z-index:1;max-width:700px;position:relative}.tienda-hero__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--bg-primary);word-break:break-word;overflow-wrap:break-word;font-size:clamp(2.5rem,9vw,5rem);font-weight:700;line-height:.95}.tienda-hero__title-highlight{background-image:linear-gradient(transparent 38%, var(--matcha) 38%, var(--matcha) 70%, transparent 70%);word-break:break-word;background-repeat:no-repeat;background-size:0 100%;transition:background-size .5s;display:inline}.tienda-hero__title-highlight.is-visible{background-size:110% 100%}.tienda-productos{background-color:var(--bg-primary);padding:3rem 1.5rem 5rem}@media (width>=768px){.tienda-productos{padding:4rem 2rem 6rem}}.tienda-productos__empty{text-align:center;font-family:var(--font-body);color:var(--text-secondary)}.tienda-productos__grid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.tienda-productos__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.tienda-productos__grid{grid-template-columns:repeat(3,1fr)}}.tienda-productos__card{display:block}.tienda-productos__media{aspect-ratio:4/5;background-color:var(--bg-secondary);border-radius:.75rem;width:100%;position:relative;overflow:hidden}.tienda-productos__media:after{content:"";background:linear-gradient(to top, rgba(var(--text-primary-rgb), .8), rgba(var(--text-primary-rgb), .1) 55%);position:absolute;inset:0}.tienda-productos__img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.tienda-productos__card:hover .tienda-productos__img{transform:scale(1.05)}.tienda-productos__price{z-index:1;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background-color:var(--matcha);border-radius:9999px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.tienda-productos__title{z-index:1;font-family:var(--font-display);text-transform:uppercase;color:var(--bg-primary);margin:0;font-size:1.15rem;font-weight:700;line-height:1.2;position:absolute;bottom:1rem;left:1rem;right:1rem}.tienda-productos__description{font-family:var(--font-body);color:var(--text-secondary);margin-top:.75rem;font-size:.85rem}.tienda-productos__cta{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--matcha-dark);border-bottom:1px solid #0000;margin-top:.6rem;font-size:.75rem;font-weight:700;transition:border-color .25s;display:inline-block}.tienda-productos__card:hover .tienda-productos__cta{border-color:var(--matcha-dark)}.contacto-hero{background-color:var(--text-primary);text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:7rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.contacto-hero{min-height:70vh;padding:8rem 2rem 4rem}}.contacto-hero__bg{object-fit:cover;object-position:center;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.contacto-hero__content{z-index:1;max-width:700px;position:relative}.contacto-hero__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--bg-primary);word-break:break-word;overflow-wrap:break-word;font-size:clamp(2.5rem,9vw,5rem);font-weight:700;line-height:.95}.contacto-hero__title-highlight{background-image:linear-gradient(transparent 38%, var(--matcha) 38%, var(--matcha) 70%, transparent 70%);word-break:break-word;background-repeat:no-repeat;background-size:0 100%;transition:background-size .5s;display:inline}.contacto-hero__title-highlight.is-visible{background-size:110% 100%}.contacto-formulario{background-color:var(--bg-primary);grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem 5rem;display:grid}@media (width>=1024px){.contacto-formulario{grid-template-columns:1fr 1fr;align-items:center;gap:0;max-width:1200px;margin:0 auto;padding:5rem 2rem 6rem}}.contacto-formulario__info{flex-direction:column;gap:1.5rem;display:flex}@media (width>=1024px){.contacto-formulario__info{border-right:1px solid var(--bg-secondary);padding-right:4rem}}.contacto-formulario__logo{align-self:flex-start;width:auto;height:2.5rem}.contacto-formulario__divider{background-color:var(--bg-secondary);width:3rem;height:1px;display:block}.contacto-formulario__text{font-family:var(--font-title);color:var(--text-primary);max-width:26rem;margin:0;font-size:1.1rem;line-height:1.5}.contacto-formulario__email{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:inline-flex}.contacto-formulario__email i{color:var(--matcha-dark);font-size:1.25rem}.contacto-formulario__topics-label{font-family:var(--font-title);color:var(--text-primary);margin:0;font-size:1rem}.contacto-formulario__topics{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.contacto-formulario__topics li{font-family:var(--font-title);color:var(--text-primary);padding-left:1.1rem;font-size:1rem;position:relative}.contacto-formulario__topics li:before{content:"";background-color:var(--matcha-dark);border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}@media (width>=1024px){.contacto-formulario__panel{padding-left:4rem}}.contacto-formulario__honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.contacto-formulario__feedback{font-family:var(--font-body);text-align:center;border-radius:.5rem;margin-bottom:1.5rem;padding:.85rem 1.25rem;font-size:.9rem}.contacto-formulario__feedback--ok{background-color:var(--matcha);color:var(--text-primary)}.contacto-formulario__feedback--error{background-color:var(--burgundy);color:var(--bg-primary)}.contacto-formulario__form{flex-direction:column;gap:1.75rem;display:flex}.contacto-formulario__field{flex-direction:column;gap:.6rem;display:flex}.contacto-formulario__label{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:600}.contacto-formulario__input,.contacto-formulario__textarea{border:none;border-bottom:1px solid var(--text-primary);color:var(--text-primary);font-family:var(--font-body);resize:none;background-color:#0000;padding:0 0 .6rem;font-size:.95rem}.contacto-formulario__input::placeholder,.contacto-formulario__textarea::placeholder{color:var(--text-secondary)}.contacto-formulario__input:focus,.contacto-formulario__textarea:focus{border-bottom-color:var(--matcha-dark);outline:none}.contacto-formulario__textarea{resize:vertical;min-height:6rem}.contacto-formulario__btn{align-self:flex-start;margin-top:.5rem}@font-face{font-family:Phosphor;src:url(/build/assets/Phosphor-DtdjzkpE.woff2)format("woff2"),url(/build/assets/Phosphor-BdqudwT5.woff)format("woff"),url(/build/assets/Phosphor-CDxgqcPu.ttf)format("truetype"),url(/build/assets/Phosphor-BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before,.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before,.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before,.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before,.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before,.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before,.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before,.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before,.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/build/assets/Phosphor-Fill-D4CDmGRg.woff2)format("woff2"),url(/build/assets/Phosphor-Fill-CS2zOYDV.woff)format("woff"),url(/build/assets/Phosphor-Fill-N9gYSHy0.ttf)format("truetype"),url(/build/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill)format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{speak:never;font-variant:normal;text-transform:none;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Fill!important}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before,.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before,.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before,.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before,.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before,.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before,.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before,.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before,.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before,.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before,.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before,.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before,.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before,.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before,.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before,.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before,.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before,.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before,.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}
