*{box-sizing:border-box}:root{--red: #fc4f00;--red-dark: #cf3f00;--ink: #101114;--muted: #6c6f76;--line: #dfddd9;--paper: #ffffff;--gray: #f6f5f3;--charcoal: #111217;--blue: #143d5b;--green: #16845f;--container: 1320px}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Cabin,Arial,sans-serif;background:var(--paper);overflow-x:clip}main{display:flex;flex-direction:column}body.no-scroll{overflow:hidden}.inner-page .site-header{color:#000;background:#fff;box-shadow:0 1px #00000014}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6,li,a,span,strong,small{overflow-wrap:anywhere}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 120px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;color:#fff;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.site-header.is-scrolled{color:#000;background:#fff;box-shadow:0 1px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:104px;gap:28px}.brand{display:inline-flex;align-items:center;min-width:168px;gap:12px;color:inherit}.brand-mark{display:grid;width:46px;height:46px;place-items:center;color:#fff;background:var(--red);font-weight:800;font-size:26px;line-height:1}.brand-text{display:grid;line-height:.94}.site-header .brand-text{color:#000}body:not(.inner-page) .site-header:not(.is-scrolled) .brand-text{color:#fff}.brand-text strong{font-size:25px;letter-spacing:0}.brand-text small{font-size:15px;font-weight:700}.brand-year{padding-left:14px;border-left:1px solid currentColor;color:var(--red);font-size:28px;font-weight:800}.brand-dark{color:#000}.desktop-nav{display:flex;align-items:center;justify-content:center;flex:1;gap:clamp(24px,2.6vw,42px)}.nav-item,.nav-link-direct{position:relative;border:0;padding:12px 0;color:inherit;background:transparent;font-weight:700;cursor:pointer;white-space:nowrap}.nav-item{padding-right:12px}.nav-item:after,.nav-link-direct:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav-item:before{content:"";font-family:Phosphor;position:absolute;right:-4px;color:var(--red);font-size:12px;top:15px}.nav-item:hover:after,.nav-item.is-active:after,.nav-link-direct:hover:after,.nav-link-direct.is-active:after{transform:scaleX(1)}.nav-link-store{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 16px;border-radius:8px;color:#101114;background:#ff9f1c;box-shadow:0 10px 22px #fc4f003d;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.nav-link-store:after{display:none}.nav-link-store:hover{background:#ffb13d;box-shadow:0 12px 26px #fc4f004d;transform:translateY(-1px)}.header-actions{display:flex;align-items:center;gap:18px}.language-link{font-weight:800;font-size:14px}.search-toggle,.menu-toggle{border:0;color:inherit;background:transparent;cursor:pointer}.search-toggle{position:relative;width:32px;height:32px;display:grid;place-items:center;color:var(--red);font-size:30px}.menu-toggle{display:none;width:48px;height:48px;padding:14px;background:#3f454c;color:#fff;font-size:25px}.mega-panel{position:absolute;top:104px;left:0;width:100%;padding:28px 0 46px;background:#fff;color:#000;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .24s ease,transform .24s ease}.mega-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mega-inner{display:grid;grid-template-columns:44% 1fr;gap:42px}.mega-feature{min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;padding:44px;color:#fff;background-position:center;background-size:cover}.mega-title{font-size:46px;font-weight:800}.mega-cta{width:100%;margin-top:16px;padding-bottom:12px;border-bottom:2px solid var(--red);font-weight:800}.mega-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:0 42px;padding-top:20px}.mega-links a{display:flex;align-items:center;justify-content:space-between;min-height:64px;border-bottom:1px solid var(--line);font-size:18px;font-weight:600}.mega-links i{color:var(--red);font-size:18px}.site-backdrop{position:fixed;inset:0;z-index:40;background:#000000ad;opacity:0;pointer-events:none;transition:opacity .24s ease}.site-backdrop.is-visible{opacity:1;pointer-events:auto}.hero{position:relative;display:flow-root;min-height:100vh;overflow:hidden;color:#fff}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-slide.is-active{opacity:1}.hero-slide img,.hero-slide video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000b3,#0000003d 58%,#00000080)}.hero-content{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:160px 0 84px}.hero-kicker{margin:0 0 18px;color:var(--red);font-size:20px;font-weight:800}.hero h1{max-width:610px;margin:0;font-size:clamp(36px,calc(6vw - 20px),66px);line-height:.96;font-weight:800;letter-spacing:0}.hero p:not(.hero-kicker){max-width:600px;margin:28px 0 0;font-size:19px;line-height:1.45;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px}.btn{display:inline-flex;min-height:64px;align-items:center;justify-content:center;border:0;padding:0 38px;font-weight:800;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:var(--red)}.btn-primary:hover{background:var(--red-dark)}.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.5);background:#00000040}.btn-outline{color:var(--ink);border:1px solid var(--ink);background:transparent}.btn-light{color:var(--ink);background:#fff}.slider-controls{display:flex;align-items:center;gap:18px;margin-top:48px}.slider-controls button{display:grid;place-items:center;width:42px;height:42px;border:0;color:#fff;background:var(--red);border-radius:50%;font-size:22px;cursor:pointer}.slider-dots{display:flex;gap:10px}.slider-dots button{width:10px;height:10px;padding:0;opacity:.45}.slider-dots button.is-active{opacity:1}.section{padding:96px 0 56px}.news-section{order:1}.partnership-section{order:2}.activities-section{order:3}.contact-section{order:5}.bg-gray{background:var(--gray)}.section-header{margin-bottom:52px}.section-header.centered{text-align:center}.section-header.split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.section-header h2,.partnership-copy h2,.quality-copy h2,.life-copy h2,.contact-section h2{margin:0 0 18px;font-size:clamp(31px,4vw,47px);line-height:1.05}.section-header p,.partnership-copy p,.quality-copy p,.life-copy p,.contact-section p{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.6}.section-header.split p{margin:0}.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.activity-card{min-height:270px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:background .2s ease,color .2s ease}.activity-card:hover{color:#fff;background:var(--red)}.activity-card span{color:var(--red);font-weight:800}.activity-card:hover span,.activity-card:hover p{color:#fff}.activity-card h3,.brand-card h3,.news-card h3,.partner-panel h3,.timeline h3,.life-card h3{margin:22px 0 12px;font-size:28px;line-height:1.12}.activity-card p,.brand-card p,.news-card p,.timeline p,.life-card p{color:var(--muted);line-height:1.55}.brand-showcase{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.brand-card{min-height:270px;padding:30px;border:1px solid var(--line);background:#fff;overflow:hidden}.brand-card.large{grid-row:span 2;padding:0;color:#fff;background:#000}.brand-card.large img{width:100%;height:360px;object-fit:cover;opacity:.78}.brand-card.large div{padding:34px}.brand-card span{color:var(--red);font-weight:800}.brand-card.large span,.brand-card.large p{color:#fff}.partnership-section{padding:0;color:#fff;background:var(--red-dark)}.partnership-layout{display:grid;grid-template-columns:42% 1fr;min-height:620px;align-items:center;gap:70px}.partnership-copy p{margin:0 0 34px;color:#ffffffd1}.partner-panel{display:flex;min-height:500px;flex-direction:column;justify-content:center;align-self:center;margin:0;padding:48px;color:#fff;background:#0d0e14}.partner-panel ul{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 22px;margin:0 0 36px;padding:0;list-style:none}.partner-panel li:before{content:none}.partner-panel li i{margin-right:8px;color:var(--red);font-size:20px;vertical-align:-3px}.download-list{display:grid;gap:0}.download-list a{display:flex;justify-content:space-between;padding:22px 0;border-top:1px solid rgba(255,255,255,.16)}.download-list em{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-style:normal;font-weight:800}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card{background:transparent}.news-card img{width:100%;aspect-ratio:1.35;object-fit:cover}.news-card div{padding:22px 0 0}.news-card time{color:var(--red);font-weight:800}.news-card h3{margin-top:18px}.news-card a{display:inline-flex;margin-top:10px;padding-bottom:8px;border-bottom:2px solid var(--red);font-weight:800}.gundem-page{padding-top:54px}.gundem-page-first{padding-top:150px}.gundem-hero{background:linear-gradient(135deg,#17191f,#26343b 58%,#5f3b2c);color:#fff}.gundem-hero .page-hero-inner{min-height:360px}.gundem-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:64px;align-items:end}.gundem-hero-copy{min-width:0}.gundem-hero-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;max-width:760px;margin-top:34px}.gundem-hero-stats a{display:grid;gap:4px;min-height:86px;padding:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.gundem-hero-stats strong{font-size:23px;line-height:1}.gundem-hero-stats span{color:#ffffffc2;font-size:11px;font-weight:800;line-height:1.25}.gundem-hero-feature{position:relative;display:grid;min-height:440px;align-content:end;padding:28px;overflow:hidden;isolation:isolate;background:#000}.gundem-hero-feature:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#00000014,#000000c7)}.gundem-hero-feature img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.gundem-hero-feature span{width:fit-content;margin-bottom:12px;padding:7px 10px;background:var(--red);font-size:12px;font-weight:800;text-transform:uppercase}.gundem-hero-feature strong{max-width:420px;color:#fff;font-size:clamp(26px,3vw,38px);line-height:1.05}.gundem-hero-feature time{margin-top:14px;color:#ffffffbd;font-weight:800}.gundem-hero h1,.gundem-detail-hero h1{max-width:920px}.gundem-tabs{position:sticky;top:76px;z-index:8;display:flex;flex-wrap:wrap;gap:10px;padding:14px;margin-bottom:58px;background:#ffffffeb;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gundem-tabs a{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:10px 14px;background:var(--gray);font-weight:800}.gundem-tabs a.is-active{color:#fff;background:var(--charcoal)}.gundem-tabs span{display:inline-grid;place-items:center;min-width:26px;height:26px;padding:0 8px;color:#fff;background:var(--red);font-size:13px}.gundem-category{scroll-margin-top:150px}.gundem-category+.gundem-category{margin-top:84px;padding-top:84px;border-top:1px solid var(--line)}.gundem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gundem-card{min-width:0}.gundem-card-media{display:block;margin:0;padding:0;border:0;overflow:hidden;background:var(--gray)}.gundem-card-media img{transition:transform .35s ease}.gundem-card:hover .gundem-card-media img{transform:scale(1.045)}.news-category{display:inline-flex;width:fit-content;margin:0 0 10px;padding:6px 10px;color:#fff;background:var(--charcoal);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.gundem-card h3 a{display:inline;margin:0;padding:0;border:0}.gundem-card p{min-height:84px;margin:12px 0 0;color:var(--muted)}.gundem-card .text-link{color:var(--red)}.gundem-detail{background:#fff}.gundem-detail-hero{padding:150px 0 72px;color:#fff;background:var(--charcoal)}.gundem-detail-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:56px;align-items:end}.gundem-detail-hero img{width:100%;aspect-ratio:1.25;object-fit:cover}.gundem-detail-copy{min-width:0}.gundem-detail-copy time{display:block;margin-top:12px;color:#f7b18c;font-weight:800}.gundem-detail-copy h1{margin:20px 0 18px;font-size:clamp(27px,calc(6vw - 15px),61px);line-height:.96}.gundem-detail-copy p{max-width:760px;color:#ffffffc7;font-size:20px;line-height:1.55}.breadcrumb-link{display:inline-flex;margin-bottom:18px;color:#f7b18c;font-weight:800}.gundem-detail-layout{display:grid;grid-template-columns:minmax(0,820px) 300px;gap:80px;align-items:start;padding-top:82px;padding-bottom:92px}.gundem-detail-content{color:#2f3135;font-size:19px;line-height:1.72}.gundem-detail-content p{margin:0 0 24px}.gundem-detail-content img{display:inline-block;width:min(100%,360px);height:auto;margin:10px 24px 24px 0;vertical-align:top}.gundem-detail-content a{color:var(--red);font-weight:800}.gundem-detail-sidebar{position:sticky;top:110px;display:grid;gap:8px;padding:26px;background:var(--gray)}.gundem-detail-sidebar h2{margin:0 0 10px;font-size:17px}.gundem-detail-sidebar a{display:flex;padding:13px 0;border-top:1px solid var(--line);font-weight:800}.section-footer{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:58px}.addon-list{display:flex;flex-wrap:wrap;gap:12px}.addon-list a{padding:18px 24px;border:1px solid var(--line);background:#fff;font-weight:800}.addon-list a:nth-child(2){color:var(--green)}.addon-list a:nth-child(3){color:var(--blue)}.quality-layout,.life-layout,.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.quality-media img{width:100%;min-height:560px;object-fit:cover}.quality-copy p,.life-copy p,.contact-section p{margin:0 0 36px}.quality-list{display:grid;gap:16px}.quality-list article{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:22px 0;border-top:1px solid var(--line)}.quality-list strong{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:22px}.quality-list span{color:var(--muted)}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:2px solid var(--red)}.timeline article{position:relative;padding:34px 24px 0 0}.timeline article:before{content:"";position:absolute;top:-7px;left:0;width:12px;height:12px;background:var(--red)}.timeline time{color:var(--red);font-size:32px;font-weight:800}.life-section{padding:0;color:#fff;background:var(--red)}.life-layout{min-height:640px}.life-copy p{color:#ffffffd1}.life-card{color:var(--ink);background:#fff;transform:translateY(70px)}.life-card img{width:100%;height:330px;object-fit:cover}.life-card div{padding:36px 44px 42px}.life-card a{display:inline-flex;margin-top:6px;padding-bottom:8px;border-bottom:2px solid var(--red);font-weight:800}.contact-section{padding-top:150px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:58px;border:1px solid var(--line);padding:0 18px;background:#fff}.contact-form textarea{grid-column:1 / -1;min-height:150px;padding-top:16px;resize:vertical}.contact-form .btn{grid-column:span 2}.contact-page,.legal-page,.brands-page,.about-page,.management-page,.organization-page,.milestones-page,.info-page,.hr-page,.activity-page,.dealer-page{display:block;padding-top:104px}.contact-detail-section{padding-top:24px}.contact-detail-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:64px;align-items:start}.contact-info-panel{padding:42px;color:#fff;background:var(--charcoal)}.contact-info-panel h2{margin-top:10px;color:#fff;font-size:clamp(23px,3vw,37px);line-height:1.05}.contact-info-list{display:grid;gap:0;margin-top:36px}.contact-info-list article{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:22px 0;border-top:1px solid rgba(255,255,255,.16)}.contact-info-list i{color:var(--red);font-size:28px}.contact-info-list strong{display:block;margin-bottom:4px}.contact-info-list p{margin:0;color:#ffffffbf}.contact-info-list p a{color:#ffffffbf}.contact-info-list p a:hover{color:#fff}.contact-page-form{padding:42px;background:var(--gray)}.legal-section{padding-top:20px}.legal-content{max-width:880px}.legal-content p{color:#3f4248;font-size:19px;line-height:1.75}.legal-content ul,.legal-content ol{margin:16px 0 24px;padding-left:24px;color:#3f4248;font-size:18px;line-height:1.75}.legal-content li{margin:8px 0}.legal-content table{display:block;width:100%;margin:24px 0;overflow-x:auto;border-collapse:collapse}.legal-content td{padding:12px 14px;border:1px solid #e3e6eb;color:#3f4248;font-size:16px;line-height:1.5;vertical-align:top}.legal-content h2{margin:42px 0 12px;font-size:clamp(21px,3vw,35px)}.legal-content a{color:var(--red);font-weight:800}.brands-hero p{max-width:780px;color:var(--muted);font-size:21px;line-height:1.55}.brands-showcase-section{padding-top:20px}.brand-row-list{display:grid;gap:0}.brand-row{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1fr);gap:56px;align-items:center;padding:56px 0;border-top:1px solid var(--line);scroll-margin-top:110px}.brand-row:first-child{border-top:0;padding-top:0}.brand-row:nth-child(2n) .brand-row-media{order:2}.brand-row-media{background:var(--gray)}.brand-row-media img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.brand-row-copy{min-width:0}.brand-row-logo{width:82px;height:82px;object-fit:contain;margin-bottom:24px}.brand-row h2{margin:6px 0 8px;font-size:clamp(35px,6vw,77px);line-height:.92}.brand-row h3{margin:0 0 18px;color:var(--red);font-size:clamp(22px,3vw,34px);line-height:1.1}.brand-row p{max-width:720px;color:#3f4248;font-size:19px;line-height:1.68}.form-intro{grid-column:1 / -1;margin-bottom:10px}.form-intro h2{margin:8px 0 12px;font-size:clamp(23px,3vw,37px);line-height:1.05}.form-intro p{max-width:620px;margin:0;color:var(--muted)}.site-footer{position:relative;overflow:hidden;padding:72px 0 28px;border-top:1px solid var(--line);background:var(--gray)}.footer-watermark{position:absolute;left:-50px;bottom:20px;color:#0000000a;font-size:360px;font-weight:900;line-height:.8}.footer-grid{position:relative;display:grid;grid-template-columns:minmax(210px,280px) max-content max-content minmax(300px,360px);gap:44px;justify-content:space-between}.site-footer .brand,.site-footer .brand-text{color:#000}.footer-grid:has(>:nth-child(5)){grid-template-columns:minmax(210px,260px) max-content max-content minmax(280px,340px) max-content}.footer-grid>:not(.footer-intro){justify-self:end}.footer-grid h3{margin:0 0 20px;color:var(--red-dark)}.footer-grid a{display:block;margin:12px 0;color:#2e3035}.footer-grid a.brand{display:inline-flex;align-items:center;gap:12px;margin:0;color:#000}.footer-intro p,.footer-contact p{color:var(--muted);line-height:1.55}.footer-contact-list{display:grid;gap:14px}.footer-contact .footer-contact-item,.footer-contact a.footer-contact-item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;margin:0;color:var(--muted);line-height:1.5}.footer-contact a.footer-contact-item:hover{color:var(--red)}.footer-contact-item i{color:var(--red);font-size:21px;line-height:1.2}.socials{display:flex;gap:12px;margin-top:24px}.socials a{display:grid;width:34px;height:34px;place-items:center;color:#fff;background:#000;font-size:19px;font-weight:800}.footer-bottom{position:relative;display:flex;justify-content:space-between;gap:20px;margin-top:56px;padding-top:24px;border-top:1px solid var(--line);color:#555;font-size:14px}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:18px}.page-hero{--page-hero-image: url(/assets/hero-corporate-00CqZLPA.jpg);padding:150px 0 72px;color:#fff;background:linear-gradient(90deg,#101114e0,#101114a8 48%,#10111438),var(--page-hero-image) center / cover}.breadcrumb{display:flex;gap:12px;margin-bottom:36px;color:var(--muted);font-size:15px;font-weight:700}.breadcrumb a{color:var(--red)}.breadcrumb span:before{content:"/";margin-right:12px;color:var(--line)}.page-hero .breadcrumb{color:#ffffffc2}.page-hero .breadcrumb a,.page-hero .breadcrumb span{color:#ffffffd1}.hero-corporate{--page-hero-image: url(/assets/hero-corporate-00CqZLPA.jpg)}.hero-brands{--page-hero-image: url(/assets/hero-brands-Cab0aP9k.jpg)}.hero-production-supply{--page-hero-image: url(/assets/hero-production-supply-factory-BmgclVrm.png)}.hero-mobile-accessories{--page-hero-image: url(/assets/hero-mobile-accessories-nettech-stand-b-H7OhPg.png)}.hero-technical-service{--page-hero-image: url(/assets/hero-technical-service-B9mS3aXj.jpg)}.hero-retail-store{--page-hero-image: url(/assets/hero-retail-store-CbOmWxgk.jpg)}.hero-ecommerce{--page-hero-image: url(/assets/hero-ecommerce-BKuI7RW9.jpg)}.hero-import-export{--page-hero-image: url(/assets/hero-import-export-B97giM7f.jpg)}.hero-construction{--page-hero-image: url(/assets/hero-construction-BycRkJ_U.jpg)}.hero-dealership{--page-hero-image: url(/assets/hero-dealership-DlA5grMg.jpg)}.hero-team{--page-hero-image: url(/assets/hero-team-DEKj6qLV.jpg)}.hero-contact-legal{--page-hero-image: url(/assets/hero-contact-legal-Op40CowU.jpg)}.page-hero h1{margin:0;font-size:clamp(43px,calc(8vw - 15px),97px);line-height:.95;letter-spacing:0}@media(min-width:1025px){.page-hero h1{font-size:clamp(28px,calc(8vw - 30px),82px)}}.about-intro-grid,.about-feature-grid{display:grid;grid-template-columns:42% 1fr;gap:72px;align-items:start}.about-intro h2,.about-feature-copy h2{margin:0;font-size:clamp(33px,4.5vw,57px);line-height:1.05}.intro-support-media{margin:0;overflow:hidden;background:#101114}.intro-support-media img{display:block;width:100%;aspect-ratio:4 / 3;min-height:300px;object-fit:cover}.about-lead p,.about-feature-copy p{margin:0 0 24px;color:var(--muted);font-size:20px;line-height:1.65}.about-lead h2{margin-bottom:28px}.about-feature-media img{width:100%;min-height:560px;object-fit:cover}.about-feature-copy{align-self:center}.about-feature-copy h2{margin-bottom:28px}.about-value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.about-value-grid article{min-height:300px;padding:34px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.about-value-grid i{color:var(--red);font-size:40px}.about-value-grid h3{margin:26px 0 14px;font-size:27px;line-height:1.15}.about-value-grid p{margin:0;color:var(--muted);line-height:1.55}.about-stats{padding:58px 0;color:#fff;background:var(--red-dark)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.about-stats article{padding:26px 28px;border-left:1px solid rgba(255,255,255,.25)}.about-stats strong{display:block;font-size:clamp(32px,4vw,52px);line-height:1}.about-stats span{display:block;margin-top:12px;color:#ffffffc7;font-weight:700}.store-map-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:stretch}.store-map{position:relative;min-height:660px;overflow:hidden;background:#ddd}.store-map iframe{display:block;width:100%;height:100%;min-height:660px;border:0;filter:grayscale(.08) contrast(.98)}.store-map-label{position:absolute;right:24px;bottom:24px;max-width:310px;padding:20px 22px;background:#fff;box-shadow:0 18px 50px #0000002e}.store-map-label span{display:block;margin-bottom:6px;color:var(--red);font-size:13px;font-weight:900}.store-map-label strong{display:block;font-size:22px;line-height:1.12}.store-side{min-width:0}.store-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.store-filter label{display:grid;gap:8px}.store-filter span{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase}.store-filter select{width:100%;height:54px;padding:0 42px 0 16px;border:1px solid var(--line);border-radius:0;appearance:none;color:var(--ink);background:linear-gradient(45deg,transparent 50%,var(--red) 50%) right 18px center / 7px 7px no-repeat,linear-gradient(135deg,var(--red) 50%,transparent 50%) right 13px center / 7px 7px no-repeat,#fff;font:inherit;font-weight:800}.store-filter select:focus{border-color:var(--red);outline:2px solid rgba(252,79,0,.18);outline-offset:0}.store-list{max-height:660px;overflow:auto;border-top:1px solid var(--line);background:#fff}.store-list article{padding:26px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.store-list span{display:inline-flex;margin-bottom:12px;color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase}.store-list h3{margin:0 0 10px;font-size:23px;line-height:1.15}.store-list p{margin:0;color:var(--muted);line-height:1.55}.store-list a{display:flex;align-items:center;gap:8px;width:fit-content;margin-top:18px;color:var(--red);font-size:14px;font-weight:900}.store-list a:hover{color:var(--red-dark)}.store-list article.is-hidden{display:none}.store-empty{display:none;margin:0;padding:26px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);color:var(--muted);background:#fff;font-weight:800}.store-empty.is-visible{display:block}.management-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.team-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--line);background:#fff;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.team-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;filter:grayscale(.08);transition:transform .45s ease,filter .45s ease}.team-initial-avatar{display:grid;place-items:center;width:100%;aspect-ratio:4 / 5;margin:0;color:#fff;background:linear-gradient(135deg,var(--red),var(--red-dark));font-size:clamp(46px,7vw,76px);font-weight:900;line-height:1;transition:transform .45s ease}.team-card div{display:grid;align-content:start;min-height:172px;padding:24px 26px 28px}.team-card span{display:block;margin-bottom:10px;color:var(--red);font-size:13px;font-weight:900}.team-card h3{margin:0;font-size:27px;line-height:1.08}.team-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.team-socials a{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);color:var(--ink);background:#fff;font-size:19px;transition:color .2s ease,border-color .2s ease,background .2s ease}.team-socials a:hover{border-color:var(--red);color:#fff;background:var(--red)}.team-card:hover img{filter:grayscale(0);transform:scale(1.035)}.team-card:hover .team-initial-avatar{transform:scale(1.035)}.team-card:hover{border-color:#fc4f0073;box-shadow:0 20px 44px #00000014;transform:translateY(-3px)}.milestone-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.milestone-highlight-grid article{min-height:220px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.milestone-highlight-grid strong{display:block;margin-bottom:34px;color:var(--red);font-size:clamp(42px,5vw,68px);line-height:1}.milestone-highlight-grid span{display:block;font-size:24px;font-weight:900;line-height:1.16}.milestone-list{position:relative;display:grid;gap:0}.milestone-list:before{content:"";position:absolute;top:0;bottom:0;left:178px;width:1px;background:var(--line)}.milestone-list article{position:relative;display:grid;grid-template-columns:140px minmax(0,1fr);gap:76px;padding:0 0 46px}.milestone-list article:before{content:"";position:absolute;top:6px;left:169px;width:19px;height:19px;border:4px solid #fff;border-radius:999px;background:var(--red);box-shadow:0 0 0 1px var(--red)}.milestone-list time{color:var(--red);font-size:clamp(36px,4vw,58px);font-weight:900;line-height:1}.milestone-list div{padding:0 0 46px;border-bottom:1px solid var(--line)}.milestone-list h3{margin:0 0 14px;font-size:30px;line-height:1.1}.milestone-list p{max-width:880px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.history-years{padding:70px 0 44px;color:#fff;background:#171725}.history-years-heading{text-align:center}.history-years-heading h2{margin:0 0 14px;color:var(--red);font-size:clamp(27px,4vw,47px);line-height:1.08}.history-years-heading p{max-width:560px;margin:0 auto 34px;color:#ffffffad;line-height:1.55}.history-years-heading:after{content:"";display:block;width:1px;height:38px;margin:0 auto;background:var(--red)}.history-year-nav{position:sticky;top:104px;z-index:42;padding:0 0 28px;color:#fff;background:#171725;box-shadow:0 1px #ffffff0a}.history-year-strip{display:flex;gap:0;overflow-x:auto;overflow-y:hidden;align-items:flex-end;justify-content:center;border:0;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.history-year-strip::-webkit-scrollbar{display:none}.history-year-strip a{position:relative;flex:0 0 auto;min-width:112px;padding:20px 18px 34px;border-right:0;border-bottom:1px solid rgba(252,79,0,.45);color:#ffffff47;font-size:24px;font-weight:900;text-align:center}.history-year-strip a:after{content:"";position:absolute;right:calc(50% - 4px);bottom:-4px;width:8px;height:8px;border-radius:999px;background:var(--red)}.history-year-strip a.is-active{min-width:150px;color:var(--red);font-size:54px;writing-mode:vertical-rl;transform:rotate(180deg);line-height:.9}.history-year-strip a:hover{color:var(--red);background:transparent}.history-story{background:#fff}.history-chapter{display:grid;grid-template-columns:250px minmax(0,1fr);gap:80px;padding:72px 0;border-bottom:1px solid var(--line);scroll-margin-top:238px}.history-chapter-year{color:var(--red);font-size:clamp(62px,9vw,118px);font-weight:900;line-height:.9}.history-chapter-year.small{display:block;margin-bottom:18px;font-size:clamp(42px,5vw,76px)}.history-chapter-copy h2{max-width:980px;margin:0 0 24px;font-size:clamp(31px,5vw,65px);line-height:1.02}.history-chapter-copy p{max-width:900px;margin:0 0 18px;color:var(--muted);font-size:19px;line-height:1.65}.history-chapter.is-split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:72px}.history-chapter.is-split.reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.history-chapter-media img{position:relative;z-index:1;width:100%;min-height:430px;object-fit:cover;filter:grayscale(.08)}.history-chapter-media{position:relative}.history-chapter-media:before{content:"";position:absolute;right:-24px;bottom:-24px;width:52%;height:38%;background:var(--red)}.history-chapter.is-final{border-bottom:0}.history-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.history-detail-grid article{min-height:260px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.history-detail-grid time{display:block;margin-bottom:36px;color:var(--red);font-size:32px;font-weight:900}.history-detail-grid h3{margin:0 0 14px;font-size:26px;line-height:1.12}.history-detail-grid p{margin:0;color:var(--muted);line-height:1.55}.info-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:72px;align-items:start}.info-side{position:sticky;top:128px}.info-side h2{margin:0 0 22px;font-size:clamp(27px,3.6vw,47px);line-height:1.06}@media(min-width:1025px){.info-side h2{font-size:27px}}.info-side p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}.info-table{display:grid;border-top:1px solid var(--line);background:#fff}.info-table article{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);gap:24px;padding:26px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.info-table span{color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase}.info-table strong{color:var(--ink);font-size:18px;line-height:1.45}.info-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.info-card-grid article{min-height:280px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.info-card-grid i{color:var(--red);font-size:40px}.info-card-grid h3{margin:28px 0 16px;font-size:27px;line-height:1.12}.info-card-grid p{margin:0 0 10px;color:var(--muted);line-height:1.55}.info-contact-list{display:grid;gap:14px;margin-top:18px}.info-contact-list span,.info-contact-list a{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;color:var(--muted);line-height:1.5}.info-contact-list a:hover{color:var(--red)}.info-contact-list i{color:var(--red);font-size:22px;line-height:1.25}.hr-position-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.hr-position-grid article{min-height:260px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.hr-position-grid i{color:var(--red);font-size:40px}.hr-position-grid h3{margin:28px 0 14px;font-size:27px;line-height:1.12}.hr-position-grid p{margin:0;color:var(--muted);line-height:1.55}.hr-apply-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:72px;align-items:start}.hr-apply-copy{position:sticky;top:128px}.hr-apply-copy h2{margin:0 0 22px;font-size:clamp(31px,4vw,51px);line-height:1.05}.hr-apply-copy p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}.hr-form{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff}.hr-form label{display:grid;gap:10px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.hr-form label.wide,.hr-form .btn{grid-column:1 / -1}.hr-form span{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase}.hr-form input,.hr-form select,.hr-form textarea{width:100%;border:0;color:var(--ink);background:transparent;font:inherit;resize:vertical}.hr-form input:not([type=file]),.hr-form select{min-height:38px}.hr-form input:focus,.hr-form select:focus,.hr-form textarea:focus{outline:0}.file-field input[type=file]{max-width:100%;color:var(--muted)}.file-field em{color:var(--muted);font-size:14px;font-style:normal}.hr-form .btn{border-radius:0}.management-model-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:72px;align-items:start}.management-model-copy{position:sticky;top:128px}.management-model-copy h2{margin:0 0 22px;font-size:clamp(31px,4vw,51px);line-height:1.05}.management-model-copy p{margin:0;color:var(--muted);font-size:18px;line-height:1.65}.management-board{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.management-board article{display:grid;grid-template-columns:82px 1fr;gap:28px;padding:36px;background:#fff}.management-board span{grid-row:1 / span 2;color:var(--red);font-size:42px;font-weight:900;line-height:1}.management-board h3{grid-column:2;margin:0 0 12px;font-size:30px;line-height:1.1}.management-board p{grid-column:2;margin:0;color:var(--muted);line-height:1.6}.management-role-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.management-role-grid article{min-height:255px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.management-role-grid i{color:var(--red);font-size:38px}.management-role-grid h3{margin:28px 0 14px;font-size:26px;line-height:1.14}.management-role-grid p{margin:0;color:var(--muted);line-height:1.55}.principle-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.principle-list article{min-height:210px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.principle-list strong{display:block;margin-bottom:42px;color:var(--red);font-size:18px}.principle-list span{display:block;font-size:25px;font-weight:900;line-height:1.18}.management-cta{padding:68px 0;color:#fff;background:var(--red-dark)}.management-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.management-cta h2{max-width:760px;margin:0;font-size:clamp(31px,4vw,51px);line-height:1.04}.organization-page .management-model{padding-top:78px}.organization-chart-section{overflow:hidden}.organization-page .organization-chart-section{padding-top:72px}.org-chart{position:relative;display:grid;gap:48px}.org-person,.org-unit{position:relative;display:grid;align-items:center;border:1px solid var(--line);background:#fff;box-shadow:0 18px 42px #1011140f}.org-person{grid-template-columns:84px 1fr;min-height:116px;padding:16px}.org-person-lead{grid-template-columns:108px 1fr;width:min(520px,100%);min-height:144px;margin:0 auto;border-color:#fc4f0052;box-shadow:0 24px 64px #fc4f001f}.org-person-lead:after{content:"";position:absolute;left:50%;bottom:-49px;width:1px;height:48px;background:var(--line)}.org-person img,.org-unit img,.org-person-initial>span,.org-unit-initial>span{width:68px;height:68px;border:3px solid #fff;border-radius:50%;background:var(--gray);box-shadow:0 0 0 1px var(--line);object-fit:cover}.org-person-lead img{width:92px;height:92px}.org-person-initial>span,.org-unit-initial>span{display:grid;place-items:center;color:#fff;background:var(--red);font-weight:900;letter-spacing:0}.org-person h3,.org-unit h4{margin:0 0 6px;color:var(--ink);font-size:18px;line-height:1.08}.org-person-lead h3{font-size:27px}.org-person p,.org-unit p{margin:0;color:var(--muted);font-size:14px;font-weight:800;line-height:1.25}.org-person-lead p{color:var(--red);font-size:16px}.org-level-main{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.org-level-main:before{content:"";position:absolute;top:-24px;left:12.5%;right:12.5%;height:1px;background:var(--line)}.org-level-main>.org-person:before{content:"";position:absolute;left:50%;top:-24px;width:1px;height:24px;background:var(--line)}.org-person.has-team:after{content:"";position:absolute;left:50%;bottom:-49px;width:1px;height:48px;background:var(--line)}.org-subteams{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);gap:28px}.org-subteam{position:relative;padding:28px;border:1px solid var(--line);background:#fff}.org-subteam h3{margin:0 0 22px;color:var(--red);font-size:20px;line-height:1.12}.org-unit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.org-unit-grid.compact{grid-template-columns:1fr}.org-unit{grid-template-columns:58px 1fr;min-height:88px;padding:12px;box-shadow:none}.org-unit img,.org-unit-initial>span{width:50px;height:50px;font-size:14px}.org-unit h4{font-size:15px}.org-unit p{font-size:13px}.org-chart-koc{max-width:1400px;margin:0 auto;gap:34px}.org-schema-node{position:relative;display:grid;align-content:start;gap:14px}.org-schema-node h3,.org-direct-reports h4{margin:0;color:var(--red-dark);font-size:20px;line-height:1.15}.org-schema-root{width:min(360px,100%);margin:0 auto 26px}.org-schema-root:after{content:"";position:absolute;left:50%;bottom:-60px;width:1px;height:60px;background:var(--line)}.org-schema-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 58px}.org-schema-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}.org-schema-grid-wide:before{inset:-26px 12.5% auto;width:auto;height:1px}.org-schema-grid:before{content:"";position:absolute;top:-26px;bottom:0;left:50%;width:1px;background:var(--line)}.org-schema-node:not(.org-schema-root){padding-bottom:22px}.org-schema-node:not(.org-schema-root):before{display:none}.org-schema-grid-wide>.org-schema-node:not(.org-schema-root):before{content:"";position:absolute;top:-26px;left:50%;display:block;width:1px;height:26px;background:var(--line)}.org-schema-node:not(.org-schema-root):nth-child(odd):before{right:-29px}.org-schema-node:not(.org-schema-root):nth-child(2n):before{left:-29px}.org-chart-koc .org-person{grid-template-columns:76px 1fr;min-height:104px;padding:14px 18px;border:0;background:#fff;box-shadow:0 12px 34px #10111412}.org-chart-koc .org-person-lead{width:100%;min-height:112px;margin:0;border:0;box-shadow:0 16px 40px #fc4f001f}.org-chart-koc .org-person-lead:after,.org-chart-koc .org-person.has-team:after,.org-chart-koc .org-level-main:before,.org-chart-koc .org-level-main>.org-person:before{display:none}.org-chart-koc .org-person img,.org-chart-koc .org-person-initial>span{width:62px;height:62px}.org-chart-koc .org-person-lead img{width:68px;height:68px}.org-chart-koc .org-person h4{margin:0;color:var(--ink);font-size:21px;line-height:1.12}.org-direct-reports{position:relative;display:grid;gap:12px;margin:6px 0 0 36px;padding-left:28px}.org-direct-reports:before{content:"";position:absolute;top:-8px;bottom:22px;left:0;width:1px;background:var(--line)}.org-direct-reports h4{font-size:17px}.org-chart-koc .org-unit-grid{grid-template-columns:1fr;gap:10px}.org-chart-koc .org-unit{grid-template-columns:58px 1fr;min-height:78px;padding:10px 12px;border:0;background:#fff;box-shadow:0 8px 22px #1011140d}.org-chart-koc .org-unit:before{content:"";position:absolute;top:50%;left:-28px;width:28px;height:1px;background:var(--line)}.org-chart-koc .org-unit-child{margin-left:28px}.org-chart-koc .org-unit-child:before{left:-56px;width:56px}.org-chart-koc .org-unit img,.org-chart-koc .org-unit-initial>span{width:48px;height:48px}.org-chart-koc .org-unit h5{margin:0 0 4px;color:var(--ink);font-size:16px;line-height:1.1}.org-chart-koc .org-unit p{margin:0;color:var(--muted);font-size:13px;font-weight:800}@media(min-width:1025px){.management-cta-inner h2{font-size:41px}}.activity-page-hero{background:linear-gradient(90deg,#101114e6,#101114a3 48%,#1011142e),var(--page-hero-image) center / cover}.activity-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:72px;align-items:center}.activity-copy h2,.activity-process-grid h2{margin:0 0 28px;font-size:clamp(37px,5vw,71px);line-height:.98}.activity-copy p{margin:0 0 22px;color:var(--muted);font-size:20px;line-height:1.65}.activity-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.activity-media{position:relative;margin:0;min-height:520px;overflow:hidden;background:#101114}.activity-media img,.activity-media video{width:100%;height:100%;min-height:520px;object-fit:cover;transition:transform .45s ease}.activity-media:hover img,.activity-media:hover video{transform:scale(1.035)}.activity-media figcaption{position:absolute;left:26px;bottom:26px;display:inline-flex;align-items:center;gap:12px;padding:14px 18px;color:#fff;background:#101114e0;box-shadow:0 12px 32px #fc4f0047;font-weight:800}.activity-media figcaption i{color:var(--red);font-size:25px}.activity-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.activity-metric-grid article{min-height:300px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:color .22s ease,background .22s ease,transform .22s ease}.activity-metric-grid article:hover{color:#fff;background:var(--red);transform:translateY(-6px)}.activity-metric-grid i{display:grid;width:62px;height:62px;place-items:center;margin-bottom:36px;color:var(--red);border:1px solid rgba(252,79,0,.26);font-size:32px}.activity-metric-grid article:hover i{color:#fff;border-color:#ffffff75}.activity-metric-grid h3{margin:0 0 14px;font-size:28px;line-height:1.12}.activity-metric-grid p{margin:0;color:var(--muted);line-height:1.58}.activity-metric-grid article:hover p{color:#fff}.activity-process-grid{display:grid;grid-template-columns:38% 1fr;gap:72px}.activity-process-list{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.activity-process-list li{display:grid;grid-template-columns:88px 1fr;gap:24px;align-items:center;min-height:96px;border-bottom:1px solid var(--line);color:var(--ink);font-size:24px;font-weight:800}.activity-process-list span{color:var(--red);font-size:18px}.activity-related-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.activity-related-grid a{display:flex;align-items:center;justify-content:space-between;min-height:116px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;font-size:22px;font-weight:800;transition:color .2s ease,background .2s ease}.activity-related-grid a:hover{color:#fff;background:var(--red)}.dealer-page-hero{color:#fff;background:linear-gradient(90deg,#101114eb,#1011149e,#10111429),var(--page-hero-image) center / cover}.dealer-page-hero .breadcrumb a,.dealer-page-hero .breadcrumb span{color:#ffffffd1}.dealer-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:72px;align-items:center}.dealer-copy h2{margin:0 0 28px;font-size:clamp(37px,5vw,71px);line-height:.98}.dealer-copy p{margin:0 0 22px;color:var(--muted);font-size:20px;line-height:1.65}@media(min-width:1025px){.about-intro h2,.about-feature-copy h2,.info-side h2,.hr-apply-copy h2,.management-model-copy h2,.management-cta-inner h2{font-size:42px}.activity-copy h2,.dealer-copy h2{font-size:56px}.about-lead{align-self:start}}.dealer-media{position:relative;min-height:520px;margin:0;overflow:hidden;background:#101114}.dealer-media img{width:100%;height:100%;min-height:520px;object-fit:cover;transition:transform .45s ease}.dealer-media:hover img{transform:scale(1.035)}.dealer-media figcaption{position:absolute;left:26px;bottom:26px;display:inline-flex;align-items:center;gap:12px;padding:14px 18px;color:#fff;background:#101114e0;box-shadow:0 12px 32px #fc4f0047;font-weight:800}.dealer-media figcaption i{color:var(--red);font-size:25px}.dealer-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.dealer-stat-grid article{min-height:220px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.dealer-stat-grid i{color:var(--red);font-size:34px}.dealer-stat-grid strong{display:block;margin:26px 0 8px;font-size:32px;line-height:1}.dealer-stat-grid span{color:var(--muted);font-weight:800}.franchise-model-showcase-section{padding-top:72px;padding-bottom:72px}.franchise-model-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.franchise-model-showcase article{position:relative;min-height:430px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.franchise-model-showcase article:hover{border-color:#fc4f0061;box-shadow:0 24px 58px #10111414;transform:translateY(-4px)}.franchise-model-content{position:relative;display:grid;min-height:100%;align-content:start}.franchise-model-kicker{margin:0;color:var(--red);font-size:15px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.franchise-model-showcase h2{margin:12px 0 32px;color:var(--ink);font-size:clamp(30px,3vw,42px);line-height:1.02}.franchise-model-showcase h2.compact-title{font-size:clamp(28px,2.4vw,36px);white-space:nowrap}.franchise-model-meter{display:flex;align-items:center;gap:16px;margin-bottom:30px;padding:20px;border:1px solid var(--line);background:var(--gray)}.franchise-model-meter i{display:grid;width:54px;height:54px;place-items:center;flex:0 0 auto;color:#fff;background:var(--red);font-size:28px}.franchise-model-meter strong{color:var(--ink);font-size:clamp(25px,2.4vw,34px);line-height:1}.franchise-model-showcase ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.franchise-model-showcase li{display:grid;grid-template-columns:38px minmax(48px,auto) 1fr;gap:14px;align-items:center;min-height:66px;border-bottom:1px solid var(--line)}.franchise-model-showcase li i{color:var(--red);font-size:24px}.franchise-model-showcase li strong{color:var(--ink);font-size:clamp(22px,2.2vw,30px);line-height:1}.franchise-model-showcase li span{color:var(--muted);font-weight:800;line-height:1.25}.dealer-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.dealer-card-grid article{min-height:260px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:color .22s ease,background .22s ease,transform .22s ease}.dealer-card-grid article:hover{color:#fff;background:var(--red);transform:translateY(-6px)}.dealer-card-grid h3{margin:0 0 18px;font-size:29px;line-height:1.12}.dealer-card-grid p{margin:0;color:var(--muted);line-height:1.6}.dealer-card-grid article:hover p{color:#fff}.franchise-model-grid{display:grid;gap:24px}.franchise-model-grid article{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);min-height:360px;border:1px solid var(--line);background:#fff}.franchise-model-grid article:nth-child(2n){grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.franchise-model-grid article:nth-child(2n) figure{order:2}.franchise-model-grid figure{margin:0;overflow:hidden;background:#101114}.franchise-model-grid img{width:100%;height:100%;min-height:360px;object-fit:cover}.franchise-model-grid div{padding:34px}.franchise-model-grid span{display:inline-block;margin-bottom:18px;color:var(--red);font-weight:900}.franchise-model-grid h3{margin:0 0 16px;font-size:clamp(30px,3vw,42px);line-height:1.05}.franchise-model-grid p{margin:0 0 22px;color:var(--muted);font-size:18px;line-height:1.6}.franchise-model-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.franchise-model-grid li{display:flex;gap:10px;color:var(--ink);font-weight:800}.franchise-model-grid li:before{content:"";width:9px;height:9px;flex:0 0 auto;margin-top:.5em;background:var(--red)}.franchise-support-grid i{display:grid;width:58px;height:58px;place-items:center;margin-bottom:28px;border:1px solid rgba(252,79,0,.25);color:var(--red);font-size:30px}.franchise-support-grid article:hover i{border-color:#ffffff73;color:#fff}.franchise-visual-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(0,.9fr);gap:72px;align-items:center}.franchise-visual-grid figure{margin:0;overflow:hidden;background:#101114}.franchise-visual-grid img{width:100%;min-height:520px;object-fit:cover}.franchise-visual-grid h2{margin:0 0 24px;font-size:clamp(37px,5vw,64px);line-height:1}.franchise-visual-grid p{margin:0 0 28px;color:var(--muted);font-size:20px;line-height:1.65}.dealer-process-list{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none;border-top:1px solid var(--line);border-left:1px solid var(--line)}.dealer-process-list li{min-height:160px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;font-size:22px;font-weight:800}.dealer-process-list span{display:block;margin-bottom:28px;color:var(--red);font-size:17px}.dealer-form-layout{display:grid;grid-template-columns:36% 1fr;gap:72px;align-items:start}.dealer-form-layout h2{margin:0 0 24px;font-size:clamp(33px,4.5vw,57px);line-height:1.04}.dealer-form-layout p{color:var(--muted);font-size:19px;line-height:1.6}.dealer-form{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.dealer-form label{display:grid;gap:12px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.dealer-form span{color:var(--muted);font-size:14px;font-weight:800}.dealer-form input,.dealer-form select,.dealer-form textarea{width:100%;border:0;outline:0;color:var(--ink);background:transparent;resize:vertical}.dealer-form button,.dealer-form>a{margin:24px 0 0}.dealer-login{grid-template-columns:1fr}.mobile-drawer,.search-modal{position:fixed;z-index:70;background:#fff;color:#000;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .24s ease,transform .24s ease}.mobile-drawer{inset:0 0 0 auto;width:min(420px,100%);transform:translate(100%)}.mobile-drawer.is-open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 16px;border-bottom:1px solid var(--line)}.drawer-close,.search-close{position:relative;width:44px;height:44px;border:0;background:transparent;color:#000;font-size:26px;cursor:pointer}.drawer-search{display:grid;grid-template-columns:1fr auto;gap:0;margin:24px 16px;border:1px solid var(--red)}.drawer-search input,.drawer-search button{min-height:62px;border:0;padding:0 18px;background:#fff}.drawer-search button{color:var(--red);font-weight:800;text-transform:uppercase}.drawer-nav{display:grid;padding:10px 16px}.drawer-group{border-bottom:1px solid var(--line)}.drawer-group-toggle,.drawer-direct,.drawer-subnav a{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;color:var(--ink);background:transparent;text-align:left}.drawer-group-toggle,.drawer-direct{padding:22px 0;font-size:18px;font-weight:800;cursor:pointer}.drawer-direct{border-bottom:1px solid var(--line)}.drawer-group-toggle i{color:var(--red);font-size:18px;transition:transform .2s ease}.drawer-group.is-open .drawer-group-toggle i{transform:rotate(180deg)}.drawer-direct:after{content:"";font-family:Phosphor;color:var(--red)}.drawer-subnav{display:grid;gap:0;padding:0 0 12px 16px}.drawer-store-link{display:flex;align-items:center;justify-content:center;min-height:52px;margin-top:18px;border-radius:8px;color:#101114;background:#ff9f1c;font-size:18px;font-weight:800;box-shadow:0 10px 22px #fc4f0038}.drawer-subnav[hidden]{display:none}.drawer-subnav a{min-height:46px;padding:10px 0;color:var(--muted);font-size:15px;font-weight:800}.drawer-subnav a.is-active,.drawer-direct.is-active{color:var(--red)}.drawer-subnav a:after{content:"";font-family:Phosphor;color:currentColor;font-size:13px}.search-modal{inset:0;display:grid;place-items:center;background:#fffffffa;transform:translateY(-14px)}.search-modal.is-open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.search-box{width:min(900px,calc(100% - 48px))}.search-box h2{margin:0 0 30px;font-size:clamp(29px,5vw,59px)}.search-box form{display:grid;grid-template-columns:1fr auto;border-bottom:2px solid #000}.search-box input,.search-box button[type=submit]{min-height:74px;border:0;background:transparent;font-size:22px}.search-box button[type=submit]{color:var(--red);font-weight:800;text-transform:uppercase}.search-close{position:absolute;right:48px;top:36px}.quick-searches{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.quick-searches a{padding:12px 18px;border-radius:999px;background:var(--gray);font-weight:800}.cookie-consent{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}.cookie-consent.is-open{opacity:1;pointer-events:auto;visibility:visible}.cookie-consent-backdrop{position:absolute;inset:0;background:#08090ca8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-consent-panel{position:relative;width:min(760px,100%);max-height:min(760px,calc(100svh - 48px));overflow:auto;border-radius:8px;color:var(--ink);background:#fff;box-shadow:0 28px 80px #00000059}.cookie-consent-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);background:#fff}.cookie-consent-header span{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cookie-consent-header button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;color:#fff;background:var(--ink);font-size:22px;cursor:pointer}.cookie-consent-copy{display:grid;gap:18px;padding:26px 28px 20px}.cookie-consent-copy h2{margin:0;font-size:clamp(27px,4vw,40px);line-height:1.05}.cookie-consent-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.cookie-consent-copy a{color:var(--red);font-weight:900;text-decoration:underline;text-underline-offset:4px}.cookie-preference-list{display:grid;gap:12px;padding:0 28px 24px}.cookie-preference-row{position:relative;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--gray);cursor:pointer}.cookie-preference-row span{display:grid;gap:6px}.cookie-preference-row strong{font-size:16px}.cookie-preference-row small{color:var(--muted);font-size:13px;line-height:1.5}.cookie-preference-row input{position:absolute;opacity:0;pointer-events:none}.cookie-preference-row i{position:relative;width:54px;height:30px;border-radius:999px;background:#c9c9c9;transition:background .2s ease}.cookie-preference-row i:after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0003;transition:transform .2s ease}.cookie-preference-row input:checked+i{background:var(--red)}.cookie-preference-row input:checked+i:after{transform:translate(24px)}.cookie-preference-row input:disabled+i{background:var(--green)}.cookie-consent-actions{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 28px 28px;border-top:1px solid var(--line);background:#fff}.cookie-consent-actions .btn{min-height:52px;padding:0 16px;font-size:14px}.footer-cookie-link{border:0;padding:0;color:inherit;background:transparent;cursor:pointer;font:inherit}.footer-cookie-link:hover{color:var(--red)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.inner-page .reveal{opacity:1;transform:none}@media(max-width:1180px){.container{width:min(var(--container),calc(100% - 48px))}.desktop-nav{gap:18px}.nav-item,.nav-link-direct{font-size:13px}.nav-item{padding-right:10px}.brand-year{display:none}}@media(max-width:1024px){.desktop-nav,.search-toggle,.mega-panel{display:none}.menu-toggle{display:block}.contact-detail-grid{grid-template-columns:1fr}.header-inner{height:72px}.site-header{color:#fff}.activity-grid,.news-grid,.brand-showcase,.timeline,.footer-grid,.about-value-grid,.about-stats-grid,.management-team-grid,.milestone-highlight-grid,.history-detail-grid,.hr-position-grid,.management-role-grid,.principle-list,.activity-metric-grid,.activity-related-grid,.dealer-stat-grid,.dealer-card-grid{grid-template-columns:repeat(2,1fr)}.franchise-model-showcase{grid-template-columns:1fr}.franchise-model-showcase article{min-height:0}.brand-card.large{grid-column:span 2}.partnership-layout,.quality-layout,.life-layout,.contact-layout,.about-intro-grid,.about-feature-grid,.info-layout,.hr-apply-layout,.management-model-grid,.activity-hero-grid,.activity-process-grid,.dealer-hero-grid,.dealer-form-layout,.franchise-visual-grid{grid-template-columns:1fr;gap:42px}.franchise-model-grid article,.franchise-model-grid article:nth-child(2n){grid-template-columns:1fr}.franchise-model-grid article:nth-child(2n) figure{order:0}.dealer-process-list{grid-template-columns:repeat(3,1fr)}.org-level-main{grid-template-columns:repeat(2,1fr)}.org-level-main:before,.org-level-main>.org-person:before,.org-person-lead:after,.org-person.has-team:after{display:none}.org-subteams{grid-template-columns:1fr}.org-chart-koc{max-width:760px}.org-schema-grid{grid-template-columns:1fr;gap:28px}.org-schema-grid:before,.org-schema-node:not(.org-schema-root):before,.org-schema-root:after{display:none}.management-model-copy,.info-side,.hr-apply-copy{position:static}.partnership-layout,.life-layout{padding:72px 0}.partner-panel,.life-card{margin:0;transform:none}.footer-grid{gap:30px}.footer-grid>:not(.footer-intro){justify-self:start}}@media(max-width:720px){.container{width:calc(100% - 24px)}.brand{min-width:0}.brand-mark{width:38px;height:38px;font-size:22px}.brand-text strong{font-size:21px}.brand-text small{font-size:13px}.header-inner{height:64px}.hero{min-height:100svh}.hero-content{min-height:100svh;padding:112px 0 54px}.hero h1{font-size:clamp(33px,calc(12vw - 5px),51px)}.hero p:not(.hero-kicker){font-size:16px}.hero-actions{display:grid}.btn{width:100%;min-height:58px;padding:0 18px}.section{padding:68px 0 44px}.section-header.split,.section-footer,.footer-bottom{display:grid;align-items:start}.activity-grid,.news-grid,.brand-showcase,.timeline,.footer-grid,.contact-form,.about-value-grid,.about-stats-grid,.store-map-layout,.management-team-grid,.milestone-highlight-grid,.history-detail-grid,.hr-position-grid,.hr-form,.management-role-grid,.info-card-grid,.principle-list,.management-model-grid,.activity-metric-grid,.activity-related-grid,.dealer-stat-grid,.dealer-card-grid,.franchise-model-grid article,.dealer-process-list,.dealer-form{grid-template-columns:1fr}.org-chart{gap:24px}.org-level-main{grid-template-columns:1fr}.org-schema-root{margin-bottom:8px}.org-schema-node h3{font-size:18px}.org-chart-koc .org-person,.org-chart-koc .org-person-lead{grid-template-columns:62px 1fr;min-height:88px;padding:12px}.org-chart-koc .org-person img,.org-chart-koc .org-person-lead img,.org-chart-koc .org-person-initial>span{width:50px;height:50px}.org-chart-koc .org-person h4{font-size:18px}.org-direct-reports{margin-left:18px;padding-left:20px}.org-chart-koc .org-unit:before{left:-20px;width:20px}.org-person,.org-person-lead{grid-template-columns:70px 1fr;min-height:100px;padding:14px}.org-person img,.org-person-lead img,.org-person-initial>span{width:58px;height:58px}.org-person h3,.org-person-lead h3{font-size:18px}.org-person p,.org-person-lead p{font-size:13px}.org-subteam{padding:20px}.org-unit-grid{grid-template-columns:1fr}.franchise-model-showcase-section{padding-top:48px;padding-bottom:42px}.franchise-model-showcase article{min-height:0;padding:28px}.franchise-model-kicker{font-size:14px}.franchise-model-showcase h2{margin-bottom:26px;font-size:34px}.franchise-model-meter{padding:16px;margin-bottom:24px}.franchise-model-meter i{width:48px;height:48px;font-size:25px}.franchise-model-meter strong{font-size:28px}.franchise-model-showcase li{grid-template-columns:32px minmax(44px,auto) 1fr;gap:12px}.franchise-model-showcase li i{font-size:22px}.franchise-model-showcase li strong{font-size:25px}.franchise-model-showcase li span{font-size:15px}.franchise-model-grid div{padding:28px}.franchise-model-grid img,.franchise-visual-grid img{min-height:320px}.franchise-visual-grid h2{font-size:clamp(34px,11vw,48px)}.franchise-visual-grid p{font-size:18px}.info-table article{grid-template-columns:1fr;gap:10px;padding:24px}.info-card-grid article{min-height:0;padding:28px}.hr-position-grid article{min-height:0;padding:28px}.hr-form label{padding:22px}.milestone-list:before{left:13px}.milestone-list article{grid-template-columns:1fr;gap:14px;padding-left:42px}.milestone-list article:before{left:4px}.milestone-list div{padding-bottom:34px}.history-years{padding:46px 0 26px}.history-year-nav{top:64px;padding-bottom:18px}.history-year-strip{justify-content:flex-start}.history-year-strip a{min-width:110px;padding:22px 18px;font-size:23px}.history-year-strip a.is-active{min-width:110px;font-size:23px;line-height:normal;writing-mode:horizontal-tb;transform:none}.history-chapter,.history-chapter.is-split,.history-chapter.is-split.reverse{grid-template-columns:1fr;gap:28px;padding:52px 0;scroll-margin-top:150px}.history-chapter-media{order:-1;min-width:0;overflow:hidden}.history-chapter-media img{width:100%;min-height:300px}.history-chapter-media:before{right:0;bottom:0}.history-chapter-copy h2{font-size:clamp(27px,10vw,41px)}.history-chapter-copy p{font-size:17px}.history-detail-grid article{min-height:0;padding:28px}.team-card img{aspect-ratio:16 / 15}.management-board article{grid-template-columns:1fr;gap:16px;padding:28px}.management-board span,.management-board h3,.management-board p{grid-column:auto;grid-row:auto}.management-role-grid article,.principle-list article{min-height:0;padding:28px}.principle-list strong{margin-bottom:24px}.management-cta-inner{display:grid}.store-map,.store-map iframe,.store-list{min-height:420px;max-height:none}.store-filter{grid-template-columns:1fr}.brand-card.large{grid-column:auto}.brand-card.large img,.life-card img{height:240px}.activity-card{min-height:220px;padding:28px}.partner-panel,.life-card div{padding:28px}.partner-panel ul{grid-template-columns:1fr}.quality-media img{min-height:320px}.quality-list article{grid-template-columns:1fr;gap:6px}.contact-section{padding-top:80px}.about-page,.management-page,.organization-page,.milestones-page,.info-page,.contact-page,.legal-page,.brands-page,.hr-page,.activity-page,.dealer-page{padding-top:64px}.page-hero{padding:112px 0 48px}.activity-copy h2,.activity-process-grid h2{font-size:clamp(29px,12vw,45px)}.activity-copy p{font-size:17px}.activity-media,.activity-media img,.activity-media video{min-height:320px}.activity-media figcaption{left:16px;right:16px;bottom:16px;justify-content:center}.activity-metric-grid article{min-height:0;padding:28px}.activity-process-list li{grid-template-columns:1fr;gap:8px;min-height:0;padding:24px 0;font-size:20px}.activity-related-grid a{min-height:92px;padding:24px;font-size:19px}.dealer-copy h2,.dealer-form-layout h2{font-size:clamp(29px,12vw,45px)}.dealer-copy p,.dealer-form-layout p{font-size:17px}.dealer-media,.dealer-media img{min-height:320px}.dealer-media figcaption{left:16px;right:16px;bottom:16px;justify-content:center}.dealer-stat-grid article,.dealer-card-grid article,.dealer-process-list li,.dealer-form label{min-height:0;padding:24px}.about-feature-media img{min-height:320px}.about-value-grid article{min-height:230px}.contact-form .btn{grid-column:auto}.contact-page-form,.contact-info-panel{padding:28px}.brand-row{grid-template-columns:1fr;gap:28px;padding:42px 0}.brand-row:nth-child(2n) .brand-row-media{order:0}.brand-row-media img{aspect-ratio:1.35}.brand-row p{font-size:17px}.footer-watermark{font-size:220px}.search-box form{grid-template-columns:1fr}.cookie-consent{align-items:end;padding:12px}.cookie-consent-panel{max-height:calc(100svh - 24px)}.cookie-consent-copy,.cookie-preference-list,.cookie-consent-actions{padding-right:18px;padding-left:18px}.cookie-consent-actions{grid-template-columns:1fr}.cookie-consent-actions .btn{width:100%}}@media(max-width:1024px){.gundem-hero-inner{grid-template-columns:1fr}.gundem-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.gundem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gundem-detail-hero-inner,.gundem-detail-layout{grid-template-columns:1fr}.gundem-detail-sidebar{position:static}}@media(max-width:720px){.gundem-page{padding-top:34px}.gundem-page-first{padding-top:104px}.gundem-tabs{position:static;margin-bottom:42px}.gundem-hero-inner{gap:32px}.gundem-hero-stats{grid-template-columns:1fr}.gundem-hero-stats a{min-height:0;grid-template-columns:auto 1fr;align-items:center}.gundem-hero-feature{min-height:320px;padding:22px}.gundem-tabs a{width:100%;justify-content:space-between}.gundem-grid{grid-template-columns:1fr}.gundem-card p{min-height:0}.gundem-category+.gundem-category{margin-top:58px;padding-top:58px}.gundem-detail-hero{padding:112px 0 48px}.gundem-detail-hero-inner{gap:30px}.gundem-detail-copy h1{font-size:clamp(36px,11vw,52px)}.gundem-detail-copy p,.gundem-detail-content{font-size:17px}.gundem-detail-layout{gap:36px;padding-top:48px;padding-bottom:62px}.gundem-detail-content img{display:block;width:100%;margin:10px 0 22px}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{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:""}
