:root{--ink:#0a1828;--muted:#5d6a78;--navy:#081a2f;--blue:#0b63ce;--cyan:#38b9d7;--line:#dfe7ee;--pale:#f2f7fa;--white:#fff;--radius:18px;--shadow:0 20px 60px rgba(8,26,47,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;line-height:1.7;background:#fff}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;height:78px;background:#fffffff0;backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,231,238,.8)}.header-inner{height:100%;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:22px;border-radius:11px;background:linear-gradient(145deg,var(--blue),var(--cyan))}.brand b{display:block;font-size:17px;letter-spacing:.08em}.brand small{display:block;color:#637180;font-size:8px;letter-spacing:.18em;line-height:1.1}.main-nav{margin-left:auto;display:flex;align-items:center;gap:26px}.main-nav a{position:relative;padding:26px 0;font-size:14px;color:#344253}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--blue);transform:scaleX(0);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:11px 20px;color:#fff;border-radius:8px;background:var(--blue);font-size:14px;font-weight:600;transition:.2s}.header-cta:hover,.button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0b63ce40}.button.ghost{color:var(--ink);background:#fff;border:1px solid var(--line)}.menu-toggle{display:none}.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#061629,#0b2847 58%,#0e4266);color:#fff;min-height:670px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(87,183,222,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(87,183,222,.08) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,black,transparent)}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.eyebrow{margin:0 0 14px;color:#2b82d8;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero .eyebrow{color:#69cbea}.hero h1{font-size:clamp(40px,5vw,68px);line-height:1.13;letter-spacing:-.03em;margin:0 0 24px}.hero h1 span{color:#71d1e7}.hero-lead{max-width:620px;color:#c9d7e5;font-size:18px}.actions{display:flex;gap:12px;margin-top:34px}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;width:78%;aspect-ratio:1;border-radius:50%;left:10%;top:3%;background:radial-gradient(circle,rgba(55,184,215,.28),transparent 65%)}.hero-visual img{position:relative;filter:drop-shadow(0 30px 35px rgba(0,0,0,.35))}.stat-strip{position:absolute;z-index:2;left:0;right:0;bottom:0;border-top:1px solid rgba(255,255,255,.12);background:#051424bf;backdrop-filter:blur(12px)}.stats{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:24px 34px;border-right:1px solid rgba(255,255,255,.12)}.stat:last-child{border:0}.stat b{display:block;font-size:25px}.stat span{color:#9fb2c4;font-size:12px}.section{padding:100px 0}.section.pale{background:var(--pale)}.section.dark{background:var(--navy);color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-head h2,.page-hero h1{font-size:clamp(32px,4vw,48px);line-height:1.2;margin:0}.section-head>p{max-width:520px;color:var(--muted);margin:0}.dark .section-head>p{color:#aebdca}.product-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.media-card{position:relative;padding:35px;border-radius:var(--radius);background:linear-gradient(145deg,#eaf3f7,#fff);box-shadow:var(--shadow)}.media-card img{aspect-ratio:1;object-fit:contain}.tag{display:inline-block;padding:5px 11px;border-radius:50px;color:var(--blue);background:#e5f1ff;font-size:12px;font-weight:700}.product-copy h3{font-size:36px;line-height:1.25;margin:16px 0}.product-copy>p{color:var(--muted)}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}.feature{padding:18px;border-left:3px solid var(--cyan);background:var(--pale)}.feature b{display:block}.feature small{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{overflow:hidden;border-radius:var(--radius);background:#fff;border:1px solid var(--line);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-image{height:245px;overflow:hidden;background:#e8eef2}.card-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.card:hover .card-image img{transform:scale(1.03)}.card-body{padding:25px}.card h3{margin:0 0 8px;font-size:20px}.card p{color:var(--muted);font-size:14px}.text-link{color:var(--blue);font-weight:700;font-size:14px}.capabilities{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12)}.capability{padding:34px;background:var(--navy)}.capability strong{display:block;margin:18px 0 8px;font-size:18px}.capability p{margin:0;color:#aebdca;font-size:14px}.num{color:#59c6df;font:700 13px monospace}.cta-panel{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:55px 64px;border-radius:22px;color:#fff;background:linear-gradient(115deg,#0a3764,#0b63ce)}.cta-panel h2{font-size:34px;margin:0 0 10px}.cta-panel p{margin:0;color:#d9e8f5}.page-hero{padding:100px 0 75px;color:#fff;background:linear-gradient(120deg,#061629,#0e4266)}.page-hero p{max-width:650px;color:#c9d7e5}.breadcrumbs{font-size:12px;color:#90a7ba;margin-bottom:22px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.detail-image{padding:35px;background:var(--pale);border-radius:var(--radius)}.detail-image img{aspect-ratio:1;object-fit:contain}.detail-copy h2{font-size:40px;margin:10px 0 20px}.detail-copy p{color:var(--muted)}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.spec{padding:15px 18px;border:1px solid var(--line);border-radius:10px}.spec b{display:block;font-size:17px}.spec span{color:var(--muted);font-size:12px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.module{padding:28px;border-radius:14px;background:#fff;border:1px solid var(--line)}.module img{width:100%;height:180px;object-fit:contain;margin-bottom:18px}.module h3{margin:0 0 8px}.module p{color:var(--muted);font-size:14px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.case-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.case-card img{width:100%;height:250px;object-fit:cover}.case-card div{padding:22px}.case-card h3{margin:0 0 8px;font-size:18px}.case-card p{margin:0;color:var(--muted);font-size:13px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-grid img{border-radius:var(--radius);box-shadow:var(--shadow)}.about-grid h2{font-size:40px;margin:12px 0}.about-grid p{color:var(--muted)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value{padding:32px;border:1px solid var(--line);border-radius:14px}.value b{font-size:20px}.value p{color:var(--muted);font-size:14px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}.contact-list{display:grid;gap:15px}.contact-item{padding:24px;border:1px solid var(--line);border-radius:12px}.contact-item small{display:block;color:var(--muted)}.contact-card{padding:42px;border-radius:var(--radius);background:var(--navy);color:#fff}.contact-card h2{font-size:32px;margin-top:0}.contact-card p{color:#b7c5d3}.contact-card .button{margin-top:16px}.site-footer{padding:70px 0 20px;color:#b8c4cf;background:#061321}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:70px}.footer-grid>div>p{max-width:480px}.footer-grid h3{color:#fff;font-size:15px}.footer-grid a{display:block;margin:8px 0}.footer-brand b{color:#fff}.copyright{display:flex;justify-content:space-between;margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}@media(max-width:900px){.header-cta{display:none}.menu-toggle{display:block;margin-left:auto;padding:8px 12px;border:1px solid var(--line);background:#fff;border-radius:8px}.main-nav{display:none;position:absolute;top:77px;left:0;right:0;padding:12px 20px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:grid}.main-nav a{padding:10px}.main-nav a:after{display:none}.hero{min-height:800px;padding:70px 0 130px}.hero-grid,.product-feature,.detail-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{max-width:520px;margin:auto}.stats{grid-template-columns:1fr 1fr}.stat{padding:15px 20px}.cards,.module-grid,.case-grid,.capabilities{grid-template-columns:1fr 1fr}.section{padding:75px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.hero{min-height:760px}.hero h1{font-size:40px}.hero-lead{font-size:16px}.hero-visual{margin-top:30px}.stat b{font-size:19px}.section-head{display:block}.section-head>p{margin-top:15px}.cards,.module-grid,.case-grid,.value-grid,.feature-list,.spec-grid,.capabilities{grid-template-columns:1fr}.card-image,.case-card img{height:220px}.cta-panel{grid-template-columns:1fr;padding:35px 28px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid>div:first-child{grid-column:auto}.copyright,.copyright span{display:block}.page-hero{padding:70px 0 55px}}:root{--atlas-bg:#f3f7ff;--atlas-border:#c8d8ef;--atlas-blue:#0764dc;--atlas-navy:#0c2342;--atlas-muted:#5f7391}body{background:linear-gradient(180deg,#fff 0,#f4f8ff 18%,#f7faff);color:var(--atlas-navy)}.site-header{height:76px;background:#fffffff5;border-color:#dce7f5}.header-inner{gap:22px}.brand b{font-size:15px;letter-spacing:.02em}.brand-mark{background:#0969da;border-radius:10px}.main-nav{gap:23px}.main-nav a{font-size:13px;color:#223b5f}.header-cta,.button{background:var(--atlas-blue);border-radius:8px;box-shadow:none}.button.ghost{color:var(--atlas-blue);border-color:#7aa9ec}.menu-toggle{font-size:23px;line-height:1}.atlas-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 76% 35%,rgba(150,196,255,.42),transparent 28%),radial-gradient(circle at 20% 15%,rgba(205,225,255,.55),transparent 32%),linear-gradient(125deg,#f7fbff,#e7f1ff);border-bottom:1px solid #d5e3f7}.atlas-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(80,137,209,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(80,137,209,.055) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent,black 45%,transparent)}.atlas-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:66px;min-height:600px;padding:58px 0}.atlas-hero-copy h1{font-size:clamp(48px,5vw,72px);line-height:1.12;letter-spacing:-.035em;margin:12px 0 24px}.atlas-hero-copy>p:not(.eyebrow){max-width:520px;color:#435b79;font-size:17px}.atlas-hero-product{position:relative;display:grid;place-items:center;min-height:470px;border:1px solid rgba(139,179,228,.7);border-radius:20px;background:#ffffff40}.atlas-hero-product img{position:relative;z-index:1;width:94%;max-height:480px;object-fit:contain;filter:drop-shadow(0 30px 28px rgba(27,71,119,.2))}.corner{position:absolute;width:26px;height:26px;border-color:#fff;border-style:solid;z-index:2}.corner.tl{left:16px;top:16px;border-width:2px 0 0 2px}.corner.tr{right:16px;top:16px;border-width:2px 2px 0 0}.corner.bl{left:16px;bottom:16px;border-width:0 0 2px 2px}.corner.br{right:16px;bottom:16px;border-width:0 2px 2px 0}.atlas-section{padding:16px 0;background:transparent}.atlas-section.compact{padding-top:30px}.capability-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.atlas-capability{display:flex;gap:18px;align-items:center;padding:24px 26px;border:1px solid var(--atlas-border);border-radius:14px;background:#ffffffc7}.icon-disc,.app-icon{flex:none;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:var(--atlas-blue);background:#eaf2ff;font-size:27px}.atlas-capability h2{margin:0 0 3px;font-size:18px}.atlas-capability p{margin:0;color:var(--atlas-muted);font-size:13px;line-height:1.65}.atlas-panel{padding:28px;border:1px solid var(--atlas-border);border-radius:16px;background:#ffffffd1}.atlas-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:22px}.atlas-heading>div{display:flex;align-items:baseline;gap:18px}.atlas-heading h2{margin:0;font-size:28px;letter-spacing:-.02em}.atlas-heading p{margin:0;color:var(--atlas-muted);font-size:13px}.atlas-heading>a,.matrix-copy>a{color:var(--atlas-blue);font-size:13px;font-weight:700;white-space:nowrap}.product-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.matrix-card{position:relative;overflow:hidden;border:1px solid #d1dded;border-radius:13px;background:#fff;transition:.25s}.matrix-card:hover{transform:translateY(-4px);border-color:#7babef;box-shadow:0 15px 35px #1f528f1c}.matrix-card.featured{border-color:#d1dded}.matrix-media{height:225px;padding:22px;background:linear-gradient(180deg,#fff,#f8fbff)}.matrix-media img{width:100%;height:100%;object-fit:contain}.matrix-copy{padding:18px 18px 20px}.product-flag{position:absolute;left:12px;top:12px;padding:4px 9px;border-radius:20px;background:var(--atlas-blue);color:#fff;font-size:11px}.product-category{display:inline-block;margin-bottom:5px;padding:2px 8px;border:1px solid #bcd2f1;border-radius:20px;color:var(--atlas-blue);font-size:11px}.matrix-copy h3{margin:4px 0 8px;font-size:17px}.matrix-copy p{min-height:44px;margin:0 0 18px;color:var(--atlas-muted);font-size:12px;line-height:1.7}.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.application-grid article{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #d9e4f3;border-radius:12px;background:#fff}.application-grid .app-icon{width:40px;height:40px;font-size:21px}.application-grid h3{margin:0;font-size:15px}.application-grid p{margin:2px 0 0;color:var(--atlas-muted);font-size:11px}.atlas-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.atlas-cases article{overflow:hidden;border:1px solid #d3dfef;border-radius:13px;background:#fff}.atlas-cases img{width:100%;height:220px;object-fit:cover}.atlas-cases article>div{padding:16px 18px}.atlas-cases h3{margin:0;font-size:17px}.atlas-cases p{margin:4px 0 0;color:var(--atlas-muted);font-size:12px}.partners-section{padding-bottom:34px}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.partner-grid>div{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #d6e2f1;border-radius:11px;background:#fff}.partner-seal{display:grid;place-items:center;width:34px;height:34px;border:1px solid #9fb6d4;border-radius:50%;color:#53749c;font-size:17px}.partner-grid b{font-size:12px;white-space:nowrap}.atlas-page-hero{background:linear-gradient(125deg,#eaf3ff,#d9eaff);color:var(--atlas-navy);border-bottom:1px solid var(--atlas-border)}.atlas-page-hero p{color:#4c6482}.atlas-page-hero .breadcrumbs{color:#6e86a5}.products-page{grid-template-columns:repeat(3,1fr)}@media(max-width:1000px){.atlas-hero-grid{grid-template-columns:1fr;gap:25px;padding:70px 0 45px}.atlas-hero-product{min-height:400px}.product-matrix,.application-grid{grid-template-columns:repeat(2,1fr)}.partner-grid{grid-template-columns:repeat(4,1fr)}.brand b{font-size:13px}.main-nav{gap:15px}}@media(max-width:700px){.atlas-hero-grid{padding:52px 0 32px}.atlas-hero-copy h1{font-size:42px}.atlas-hero-copy>p:not(.eyebrow){font-size:15px}.atlas-hero-product{min-height:300px}.capability-row,.product-matrix,.products-page,.application-grid,.atlas-cases{grid-template-columns:1fr}.atlas-capability,.atlas-panel{padding:20px}.atlas-heading,.atlas-heading>div{display:block}.atlas-heading p{margin-top:5px}.atlas-heading>a{display:inline-block;margin-top:10px}.matrix-media{height:250px}.matrix-copy p{min-height:auto}.partner-grid{grid-template-columns:repeat(2,1fr)}.partner-grid b{white-space:normal}.site-footer{margin-top:16px}}.atlas-hero-copy h1{max-width:600px;font-size:clamp(42px,3.5vw,50px);line-height:1.18}html,body{max-width:100%;overflow-x:hidden}.header-brand{flex:none}.header-brand img{width:205px;height:auto}.header-company-name{display:flex;align-items:center;height:28px;margin-left:9px;padding-left:20px;border-left:1px solid #d8e1ea;color:#647385;font-size:16px;font-weight:500;line-height:1.7;letter-spacing:.035em;white-space:nowrap}.main-nav a{font-size:16px}.hero-carousel{position:relative}.hero-track{position:relative;z-index:2;display:flex;width:100%;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}.hero-slide .actions a{position:relative;z-index:3;cursor:pointer;pointer-events:auto}.hero-slide{flex:0 0 100%;min-width:0}.hero-slide[aria-hidden=true]{visibility:hidden}.hero-slide .atlas-hero-product img{width:90%;height:440px;object-fit:contain}.hero-slide .atlas-hero-product .hero-product-transfer{transform:translateY(-22px) scale(1.28)}.hero-carousel-controls{position:absolute;z-index:4;left:50%;bottom:20px;display:flex;align-items:center;gap:14px;transform:translate(-50%)}.carousel-arrow{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #bfd1e9;border-radius:50%;color:var(--atlas-navy);background:#ffffffeb;font-size:18px;cursor:pointer;box-shadow:0 7px 20px #1c467c14;transition:.2s}.carousel-arrow:hover{color:#fff;border-color:var(--atlas-blue);background:var(--atlas-blue)}.carousel-dots{display:flex;align-items:center;gap:8px}.carousel-dot{width:10px;height:10px;padding:0;border:1px solid #9db7da;border-radius:99px;background:#dbe7f7;cursor:pointer;transition:.25s}.carousel-dot.active{width:26px;border-color:var(--atlas-blue);background:var(--atlas-blue)}.product-matrix-section .atlas-heading p,.customer-site-section .atlas-heading p,.partners-section .atlas-heading p{font-size:24px;font-weight:700;color:#294d79;line-height:1.35}.product-matrix-section .matrix-card{display:grid;grid-template-rows:225px 1fr}.product-matrix .matrix-card{cursor:pointer}.product-series-list{display:grid;gap:50px}.product-series-group+.product-series-group{padding-top:42px;border-top:1px solid var(--atlas-border)}.product-series-group{scroll-margin-top:98px}.product-series-heading{margin-bottom:22px}.product-series-heading>span{display:block;margin-bottom:5px;color:var(--atlas-blue);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-series-heading h2{margin:0;font-size:24px;line-height:1.35}.product-series-heading p{margin:5px 0 0;color:var(--atlas-muted);font-size:14px}.product-matrix-section .matrix-media{display:grid;place-items:center;min-height:0;overflow:hidden}.product-matrix-section .matrix-media img{width:100%;height:100%;min-height:0;max-height:100%;object-fit:contain;object-position:center}.product-matrix-section .matrix-media .product-image-wd-ts{transform:scale(1.28)}.products-page .product-image-wd-ts{transform:scale(1.2)}.product-matrix-section .matrix-copy{display:flex;flex-direction:column;align-items:flex-start}.product-matrix-section .product-category{font-size:15px}.product-matrix-section .matrix-copy h3{width:100%;min-height:62px;margin-top:8px;font-size:18px}.product-matrix-section .matrix-copy p{width:100%;min-height:64px;font-size:15px}.product-matrix-section .matrix-copy>a{margin-top:auto}.application-section .atlas-heading p{font-size:24px;font-weight:700;color:#294d79;line-height:1.35}.application-section .application-grid{gap:18px}.application-section .application-grid article{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden}.application-section .application-media{display:flex;align-items:center;justify-content:center;height:220px;overflow:hidden;background:#fff;border-bottom:1px solid #e2eaf5}.application-section .application-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;padding:0;transition:transform .35s ease}.application-section .application-grid article:hover .application-media img{transform:scale(1.035)}.application-section .application-copy{display:flex;flex:1;flex-direction:column;padding:20px}.application-section .application-grid h3{margin:0 0 10px;font-size:19px}.application-section .application-grid p{margin:0;color:var(--atlas-muted);font-size:15px;line-height:1.75}.case-carousel{overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}.case-carousel::-webkit-scrollbar{display:none}.customer-site-section .atlas-cases{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/3);grid-template-columns:none}.customer-site-section .atlas-cases p{font-size:15px;line-height:1.6}.customer-site-section .case-card-link{display:block;height:100%}.customer-site-section .case-card-link>div{height:calc(100% - 220px);padding-left:26px;padding-right:26px}.customer-site-section .atlas-cases article{transition:transform .25s,border-color .25s,box-shadow .25s}.customer-site-section .atlas-cases article:hover{transform:translateY(-3px);border-color:#7babef;box-shadow:0 12px 28px #1f528f1a}.case-detail-image{padding:0;overflow:hidden}.case-detail-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.case-detail-section .spec span{font-size:15px;line-height:1.6}.product-detail-image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.product-detail-placeholder{margin:26px 0;padding:20px 22px;border:1px solid var(--line);border-radius:12px;background:var(--pale)}.product-detail-placeholder b{font-size:18px}.product-detail-placeholder p{margin:6px 0 0;font-size:15px;line-height:1.75}.product-template-hero{padding:82px 0 62px}.product-overview-section{padding-top:72px}.product-overview{gap:72px}.product-overview-image{display:grid;place-items:center;min-height:560px;padding:30px;background:linear-gradient(145deg,#eef5fb,#f8fbfe)}.product-overview-image img{width:100%;height:500px;object-fit:contain}.product-key-specs .spec span{font-size:14px}.product-detail-block{padding:82px 0}.product-section-heading{max-width:760px;margin-bottom:34px}.product-section-heading .eyebrow{margin-bottom:8px}.product-section-heading h2{margin:0;font-size:36px;line-height:1.25}.product-section-heading>p:last-child{margin:10px 0 0;color:var(--muted);font-size:16px}.product-capability-grid,.product-config-grid,.product-application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-capability-grid article,.product-config-grid article,.product-application-grid article{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff}.product-capability-grid i{display:grid;place-items:center;width:48px;height:48px;margin-bottom:20px;border-radius:12px;color:var(--blue);background:#e8f2ff;font-size:26px}.product-capability-grid h3,.product-config-grid h3,.product-application-grid h3{margin:0 0 9px;font-size:19px}.product-capability-grid p,.product-config-grid p,.product-application-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.product-config-grid>article>span,.product-application-grid>article>span{display:block;margin-bottom:13px;color:var(--blue);font:700 13px monospace}.wd-tc-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.wd-tc-grid.align-bottom{align-items:end}.wd-tc-media{display:grid;place-items:center;min-height:430px;padding:32px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#f8fbfe,#eef4f9)}.wd-tc-media img{width:100%;max-height:380px;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(8,26,47,.16))}.wd-tc-copy h3{margin:14px 0 12px;font-size:30px;line-height:1.3}.wd-tc-copy>p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.wd-tc-features{display:grid;gap:12px;margin-top:25px}.wd-tc-features>div{display:flex;align-items:center;gap:15px;padding:15px 17px;border:1px solid var(--line);border-radius:12px;background:#fff}.wd-tc-features i{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:10px;color:var(--blue);background:#e8f2ff;font-size:22px}.wd-tc-features span{display:block}.wd-tc-features b{display:block;font-size:17px}.wd-tc-features small{display:block;color:var(--muted);font-size:14px;line-height:1.6}.product-spec-table{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.product-spec-table>div{display:grid;grid-template-columns:1fr 1.25fr;gap:20px;padding:19px 22px;border-bottom:1px solid var(--line)}.product-spec-table>div:nth-child(odd){border-right:1px solid var(--line)}.product-spec-table>div:nth-last-child(-n+2){border-bottom:0}.product-spec-table span{color:var(--muted);font-size:15px}.product-spec-table b{font-size:16px}.product-comparison-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.product-comparison{width:100%;min-width:820px;border-collapse:collapse;background:#fff}.product-comparison th,.product-comparison td{padding:17px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;font-size:15px}.product-comparison tr>*:last-child{border-right:0}.product-comparison tbody tr:last-child>*{border-bottom:0}.product-comparison thead th{color:var(--navy);background:#edf5ff;font-size:16px}.product-comparison tbody th{color:var(--navy);background:#f8fbfe}.product-comparison .is-current{background:#eef6ff;font-weight:700}.product-comparison thead .is-current{box-shadow:inset 0 4px 0 var(--blue)}.comparison-product-heading{display:flex;align-items:center;gap:10px}.comparison-product-heading small{display:inline-flex;align-items:center;flex:none;padding:4px 9px;border-radius:999px;color:#fff;background:var(--blue);font-size:12px;font-weight:700;line-height:1.2}.product-comparison thead a{display:inline-block;color:var(--navy);text-decoration:none;transition:color .2s}.product-comparison thead a:hover{color:var(--blue)}.product-comparison tbody td:not(.is-current){transition:background-color .2s}.product-comparison tbody td:not(.is-current):hover{background:#f3f8ff}.product-case-carousel{overflow-x:auto;padding:4px 0 12px;scrollbar-width:none;overscroll-behavior-inline:contain}.product-case-carousel::-webkit-scrollbar{display:none}.product-case-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px}.product-case-carousel.is-static{overflow:visible}.product-case-carousel.is-static .product-case-track{grid-auto-flow:row;grid-template-columns:repeat(3,calc((100% - 40px)/3));grid-auto-columns:auto}.product-case-track>a{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.25s}.product-case-track>a:hover{transform:translateY(-4px);border-color:#7babef;box-shadow:0 14px 32px #1f528f1a}.product-case-track img{width:100%;height:230px;object-fit:cover}.product-case-track a>div{padding:18px 20px}.product-case-track h3{margin:0 0 5px;font-size:19px}.product-case-track p{margin:0;color:var(--muted);font-size:14px}.product-cta-section{padding:30px 0 90px}.product-single-cta{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:44px 50px;border-radius:20px;color:#fff;background:linear-gradient(120deg,#0a3764,#0b63ce)}.product-single-cta .eyebrow{color:#9bd8ff}.product-single-cta h2{margin:0 0 8px;font-size:32px}.product-single-cta p:last-child{max-width:720px;margin:0;color:#dceafa;font-size:16px}.product-single-cta .button{color:var(--blue);background:#fff;white-space:nowrap}@media(max-width:1150px){.header-cta{display:none}.menu-toggle{display:block;margin-left:auto;padding:8px 12px;border:1px solid var(--line);background:#fff;border-radius:8px}.main-nav{display:none;position:absolute;top:75px;left:0;right:0;margin-left:0;padding:12px 20px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:grid}.main-nav a{padding:10px}.main-nav a:after{display:none}}@media(max-width:1000px){.hero-slide .atlas-hero-product img{height:390px}.hero-carousel-controls{bottom:14px}}@media(max-width:700px){.product-matrix-section .atlas-heading p,.application-section .atlas-heading p,.customer-site-section .atlas-heading p,.partners-section .atlas-heading p{font-size:21px}.product-matrix-section .matrix-card{grid-template-rows:250px 1fr}.product-matrix-section .matrix-copy h3,.product-matrix-section .matrix-copy p{min-height:0}.product-matrix-section .product-category,.product-matrix-section .matrix-copy p,.application-section .application-grid p{font-size:14px}.application-section .application-media{height:220px}.customer-site-section .atlas-cases{grid-auto-columns:100%}.customer-site-section .atlas-cases p{font-size:14px}}@media(max-width:700px){.product-case-track{grid-auto-columns:88%}}@media(max-width:700px){.product-case-carousel.is-static .product-case-track{grid-template-columns:88%}}@media(max-width:600px){.header-brand img{width:170px}.desktop-break{display:none}.hero-slide .atlas-hero-product img{width:100%;height:285px}.hero-slide .atlas-hero-product .hero-product-transfer{transform:translateY(-10px) scale(1.2)}.hero-carousel-controls{bottom:8px}.carousel-arrow{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.hero-track{transition:none}}.partners-section .partner-grid{grid-template-columns:repeat(8,1fr);gap:14px}.partners-section .partner-grid>div{justify-content:flex-start;min-height:158px;padding:16px 10px;flex-direction:column;gap:10px}.partners-section .partner-grid img{width:88px;height:88px;object-fit:contain}.partners-section .partner-grid b{display:flex;align-items:center;justify-content:center;min-height:45px;font-size:15px;line-height:1.45;white-space:normal;text-align:center}.partners-section .partner-grid b{flex-direction:column}.partners-section .partner-grid b span{display:block;white-space:nowrap}.header-cta{min-height:38px}.site-footer .footer-brand img{width:235px;height:auto}.site-footer .footer-grid>div>p{font-size:17px;line-height:1.8}.site-footer .footer-grid h3{font-size:18px}.site-footer .footer-grid a{font-size:16px;line-height:1.7}.site-footer .copyright{font-size:14px}@media(max-width:1000px){.partners-section .partner-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1000px){.product-capability-grid,.product-config-grid,.product-application-grid{grid-template-columns:repeat(2,1fr)}.product-overview-image{min-height:460px}.product-overview-image img{height:410px}}@media(max-width:1000px){.wd-tc-grid{grid-template-columns:1fr;gap:35px}.wd-tc-media{min-height:370px}.wd-tc-media img{max-height:330px}}@media(max-width:700px){.atlas-hero-copy h1{font-size:42px}.partners-section .partner-grid{grid-template-columns:repeat(2,1fr)}.partners-section .partner-grid b{font-size:14px}}@media(max-width:700px){.product-template-hero{padding:62px 0 48px}.product-overview-section,.product-detail-block{padding:58px 0}.product-overview-image{min-height:350px}.product-overview-image img{height:310px}.product-section-heading h2{font-size:29px}.product-capability-grid,.product-config-grid,.product-application-grid,.product-spec-table,.product-case-grid{grid-template-columns:1fr}.product-spec-table>div,.product-spec-table>div:nth-child(odd){border-right:0;border-bottom:1px solid var(--line)}.product-spec-table>div:last-child{border-bottom:0}.product-single-cta{grid-template-columns:1fr;padding:34px 28px}.product-single-cta h2{font-size:27px}}.page-hero,.page-hero.atlas-page-hero,.page-hero.product-template-hero{padding:100px 0 75px;color:#fff;background:linear-gradient(120deg,#061629,#0e4266);border-bottom:0}.page-hero>.container{width:min(1180px,calc(100% - 40px));margin:auto}.page-hero p,.page-hero.atlas-page-hero p{max-width:900px;color:#c9d7e5}.page-hero .breadcrumbs,.page-hero.atlas-page-hero .breadcrumbs{color:#90a7ba}@media(max-width:600px){.page-hero,.page-hero.atlas-page-hero,.page-hero.product-template-hero{padding:70px 0 55px}.page-hero>.container{width:min(100% - 28px,1180px)}.page-hero p,.page-hero.atlas-page-hero p{max-width:650px}}.site-footer{padding-top:62px}.site-footer .footer-grid{grid-template-columns:1.35fr .55fr .9fr 1.05fr;gap:46px;align-items:start}.footer-company .footer-brand img{width:205px;height:auto}.footer-company h2{margin:20px 0 10px;color:#fff;font-size:20px;line-height:1.45;letter-spacing:.03em}.footer-company>p{margin:0;max-width:360px;font-size:14px;line-height:1.8}.footer-links h3,.footer-contact h3,.footer-wechat h3{margin:5px 0 20px;color:#fff;font-size:16px}.footer-links a{margin:9px 0;transition:color .2s}.footer-links a:hover,.footer-contact a:hover{color:#70d1e6}.footer-contact p,.footer-contact a{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;column-gap:9px;margin:10px 0;font-size:13px;line-height:1.7}.footer-contact i{display:grid;place-items:center;width:20px;height:22px;color:#59c6df;font-size:16px;line-height:1;transform:translateY(3px)}.footer-contact .ph-map-pin,.footer-contact .ph-envelope-simple{transform:translateY(4px)}.footer-qr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.footer-qr-grid figure{min-width:0;margin:0}.footer-qr-grid figure>div{display:grid;place-items:center;overflow:hidden;padding:6px;border-radius:9px;background:#fff}.footer-qr-grid img{width:100%;aspect-ratio:1;object-fit:contain}.footer-qr-official img{transform:scale(1.1)}.footer-qr-grid figcaption{margin-top:9px;color:#d8e4ee;font-size:14px;font-weight:600;line-height:1.5;text-align:center;white-space:nowrap}.site-footer .copyright{align-items:center;gap:24px}@media(max-width:1000px){.header-company-name{display:none}.site-footer .footer-grid{grid-template-columns:1.25fr .75fr 1fr}.site-footer .footer-company{grid-column:1/-1}.footer-company>p{max-width:560px}}@media(max-width:700px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}.site-footer .footer-company{grid-column:1/-1}.site-footer .footer-wechat{grid-column:1/-1;max-width:330px}.site-footer .copyright{display:grid;gap:5px}}@media(max-width:430px){.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-company,.site-footer .footer-wechat{grid-column:auto}}:root{--type-caption:13px;--type-label:14px;--type-body-small:15px;--type-body:16px;--type-card-title:20px;--type-section-title:30px}body{font-size:var(--type-body)}.eyebrow,.breadcrumbs{font-size:var(--type-label)}.button,.header-cta{font-size:var(--type-body-small)}.atlas-heading h2{font-size:var(--type-section-title)}.atlas-heading p{font-size:var(--type-body)}.atlas-heading>a,.matrix-copy>a{font-size:var(--type-label)}.product-series-heading>span{font-size:var(--type-caption)}.product-series-heading h2{font-size:28px}.product-series-heading p{font-size:var(--type-body)}.product-flag{font-size:12px}.product-category{font-size:var(--type-caption)}.matrix-copy h3{font-size:var(--type-card-title)}.matrix-copy p{font-size:var(--type-body-small);line-height:1.75}.application-section .application-grid h3{font-size:var(--type-card-title)}.application-section .application-grid p{font-size:var(--type-body);line-height:1.75}.customer-site-section .atlas-cases h3,.atlas-cases h3{font-size:19px}.customer-site-section .atlas-cases p,.atlas-cases p{font-size:var(--type-body-small)}.partner-grid b{font-size:var(--type-label)}.value h3,.value b{font-size:var(--type-card-title)}.value p{font-size:var(--type-body);line-height:1.75}.capability strong{font-size:var(--type-card-title)}.capability p{font-size:var(--type-body);line-height:1.75}.module h3,.case-card h3{font-size:var(--type-card-title)}.module p,.case-card p{font-size:var(--type-body-small);line-height:1.75}.product-capability-grid h3,.product-config-grid h3,.product-application-grid h3{font-size:var(--type-card-title)}.product-capability-grid p,.product-config-grid p,.product-application-grid p{font-size:var(--type-body);line-height:1.75}.product-config-grid>article>span,.product-application-grid>article>span{font-size:var(--type-caption)}.product-key-specs .spec span{font-size:var(--type-body-small)}.contact-item small{font-size:var(--type-label)}.contact-item b{font-size:18px}.footer-company>p{font-size:var(--type-body-small)}.footer-links a,.footer-contact p,.footer-contact a{font-size:var(--type-body-small)}.site-footer .copyright{font-size:var(--type-caption)}@media(max-width:600px){:root{--type-body:15px;--type-card-title:19px;--type-section-title:28px}.eyebrow,.breadcrumbs{font-size:13px}.matrix-copy p,.case-card p,.module p{font-size:15px}}@media(max-width:700px){.wd-tc-media{min-height:280px;padding:20px}.wd-tc-media img{max-height:250px}.wd-tc-copy h3{font-size:25px}}@font-face{font-family:Phosphor;src:url(/_astro/Phosphor.DtdjzkpE.woff2) format("woff2"),url(/_astro/Phosphor.BdqudwT5.woff) format("woff"),url(/_astro/Phosphor.CDxgqcPu.ttf) format("truetype"),url(/_astro/Phosphor.BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
