.hc-page{color:#11151b;background:#fff}.hc-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}.hc-breadcrumbs{display:flex;align-items:center;gap:10px;padding-top:28px;font-size:13px;color:#5d6672}.hc-breadcrumbs a{color:#26364d;text-decoration:none}.hc-kicker{margin:0 0 12px;color:#ea4938;font-size:13px;font-weight:800}.hc-hero{position:relative;overflow:hidden;background:#f3f4f5;border-bottom:1px solid #e1e4e8}.hc-hero-copy{position:relative;z-index:2;max-width:900px;margin:72px auto 0;text-align:center}.hc-hero h1{max-width:850px;margin:0 auto;font-size:50px;line-height:1.16;letter-spacing:0}.hc-hero-copy>p:last-child{max-width:760px;margin:24px auto 0;color:#526071;font-size:18px;line-height:1.85}.hc-search{position:relative;z-index:3;display:grid;grid-template-columns:1fr 126px;max-width:760px;height:64px;margin:34px auto 0;background:#fff;border:1px solid #cfd4da;box-shadow:0 12px 30px rgba(20,28,38,.1)}.hc-search input{min-width:0;padding:0 22px;border:0;background:#fff;color:#11151b;font:inherit;font-size:16px;outline:0}.hc-search input:focus{box-shadow:inset 0 0 0 2px #121820}.hc-search button{border:0;background:#ea4938;color:#fff;font:inherit;font-weight:800;cursor:pointer}.hc-search button:hover{background:#cb3326}.hc-hero-products{display:flex;align-items:end;justify-content:space-between;max-width:1120px;height:155px;margin:-34px auto 0;pointer-events:none}.hc-hero-products img{width:190px;height:150px;object-fit:contain;opacity:.24}.hc-hero-products img:nth-child(2){width:220px;opacity:.18}.hc-topics{padding:92px 0 104px}.hc-section-heading{max-width:760px;margin:0 auto 48px;text-align:center}.hc-section-heading h2{margin:0;font-size:38px;line-height:1.2}.hc-section-heading>p:last-child{margin:16px 0 0;color:#657081;font-size:16px}.hc-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hc-topic-card{display:flex;min-width:0;min-height:330px;flex-direction:column;border:1px solid #dfe2e6;border-radius:4px;background:#fff;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hc-topic-card:hover{transform:translateY(-4px);border-color:#bac1c9;box-shadow:0 14px 30px rgba(23,31,43,.09)}.hc-topic-media{height:145px;background:#f3f4f5;border-bottom:1px solid #e0e3e7}.hc-topic-media img{width:100%;height:100%;object-fit:contain;padding:16px}.hc-topic-body{display:flex;flex:1;flex-direction:column;padding:22px}.hc-topic-body>span{color:#ea4938;font-size:12px;font-weight:800}.hc-topic-body h3{margin:10px 0 10px;font-size:20px;line-height:1.3}.hc-topic-body p{margin:0;color:#5b6573;font-size:14px;line-height:1.7}.hc-topic-body strong{margin-top:auto;padding-top:18px;color:#17243a;font-size:14px}.hc-faq-section{padding:94px 0 110px;background:#f5f6f7}.hc-faq-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.hc-faq-intro h2{margin:0;font-size:38px}.hc-faq-intro>p{margin:0 0 4px;color:#687382}.hc-faq-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:44px;align-items:start}.hc-faq-nav{position:sticky;top:116px;display:flex;flex-direction:column;padding:26px;background:#12161c;color:#fff}.hc-faq-nav>strong{padding:0 12px 18px;color:#8e98a7;font-size:12px}.hc-faq-nav a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-top:1px solid #303640;color:#d8dce2;font-size:14px;text-decoration:none}.hc-faq-nav a span{color:#727d8e;font-size:11px}.hc-faq-nav a.is-active{background:#fff;color:#12161c;font-weight:800}.hc-faq-nav a.is-active span{color:#ea4938}.hc-faq-nav button{margin-top:22px;padding:14px 12px;border:0;background:#ea4938;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.hc-faq-content{min-width:0}.hc-faq-group{scroll-margin-top:118px;margin-bottom:76px}.hc-faq-heading{display:grid;grid-template-columns:minmax(0,.7fr) minmax(260px,1.3fr);gap:36px;align-items:end;margin-bottom:22px}.hc-faq-heading p{margin:0 0 8px;color:#ea4938;font-size:12px;font-weight:800}.hc-faq-heading h2{margin:0;font-size:30px;line-height:1.25}.hc-faq-heading span{display:block;color:#5f6977;font-size:14px;line-height:1.7}.hc-faq-heading a{display:inline-block;margin-top:10px;color:#182842;font-size:13px;font-weight:800;text-decoration:none;border-bottom:1px solid #182842}.hc-accordion{border-top:1px solid #ccd1d8}.hc-accordion details{background:#fff;border-bottom:1px solid #ccd1d8}.hc-accordion summary{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;list-style:none;font-size:17px;font-weight:750;line-height:1.5;cursor:pointer}.hc-accordion summary::-webkit-details-marker{display:none}.hc-accordion summary i{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border:1px solid #aeb5be;border-radius:50%;font-style:normal;font-weight:400;transition:transform .2s ease}.hc-accordion details[open] summary i{transform:rotate(45deg);background:#12161c;color:#fff}.hc-accordion details>div{padding:0 72px 24px 22px}.hc-accordion details p{margin:0;color:#4e5968;font-size:15px;line-height:1.9}.hc-empty{padding:54px;border:1px solid #d7dbe0;background:#fff;text-align:center}.hc-empty h2{margin:0;font-size:28px}.hc-empty p{margin:16px auto 24px;max-width:560px;color:#5d6876;line-height:1.8}.hc-empty a{display:inline-block;padding:14px 22px;background:#ea4938;color:#fff;text-decoration:none;font-weight:800}.hc-contact-band{padding:72px 0;background:#11151b;color:#fff}.hc-contact-band>.hc-shell{display:flex;align-items:center;justify-content:space-between;gap:48px}.hc-contact-band p{margin:0 0 10px;color:#ff6859;font-size:13px;font-weight:800}.hc-contact-band h2{margin:0;font-size:34px}.hc-contact-band span{display:block;max-width:760px;margin-top:14px;color:#c3c9d1;line-height:1.8}.hc-contact-band>.hc-shell>div:last-child{display:flex;flex:0 0 auto;gap:12px}.hc-contact-band a{padding:15px 20px;text-decoration:none;font-weight:800}.hc-contact-primary{background:#ea4938;color:#fff}.hc-contact-secondary{border:1px solid #fff;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
