@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto+Slab:wght@400;500;600&display=swap");:root{--navy:#063b5c;--blue:#006f9e;--blue-dark:#00577d;--teal:#2aa8aa;--green:#73a82d;--ink:#173247;--muted:#5e6f7d;--line:#d8e1e6;--soft:#f2f7f9;--white:#fff;--shadow:0 12px 34px rgba(9,54,80,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:white;font-family:Open Sans,Arial,sans-serif;line-height:1.6}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid #f4b41b;outline-offset:3px}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.narrow{max-width:920px}.centered{text-align:center}.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:10px 16px;background:white;color:var(--navy);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Roboto Slab,Georgia,serif;line-height:1.16;font-weight:500}h1{font-size:clamp(2.35rem,5vw,4.35rem);letter-spacing:-.035em}h2{font-size:clamp(1.75rem,3vw,2.65rem);letter-spacing:-.02em}h3{line-height:1.25}p{color:var(--muted)}.eyebrow{margin-bottom:8px;color:var(--blue);font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.eyebrow.light{color:#bde9ea}.section{padding-block:80px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:2px solid transparent;border-radius:2px;padding:12px 24px;font-weight:700;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-1px)}.button.primary{color:white;background:var(--blue)}.button.primary:hover{background:var(--blue-dark)}.button.light{color:var(--navy);background:white}.button.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700}.site-header{position:relative;z-index:30;border-top:6px solid #087da6;background:white;box-shadow:0 2px 10px rgba(0,35,55,.09)}.header-main{width:100%;height:114px;display:flex;align-items:center;padding:0 30px}.drawer-trigger{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;margin-right:11px;border:0;color:#007ca8;background:transparent}.drawer-trigger:hover{background:#f0f7f9}.brand{display:inline-flex;align-items:center;color:var(--blue)}.brand-mark{width:auto;display:block;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:.85;font-size:1.55rem;letter-spacing:.04em}.brand small{margin-top:7px;font-size:.72rem;letter-spacing:.35em}.audience-label{margin-left:31px;padding-left:31px;border-left:1px solid #cfd8dd;color:#075b83;font-size:2rem;font-weight:400}.header-actions{display:flex;align-items:center;gap:28px;margin-left:auto}.header-actions a,.header-actions button{min-height:48px;display:inline-flex;align-items:center;gap:7px;border:0;padding:0;color:#0079a6;background:transparent;font-size:1rem}.header-actions .signin-button{min-height:51px;border-radius:8px;padding:0 20px;color:white;background:#007da5;font-weight:700}.mobile-signin-label{display:none}.floating-phone{position:fixed;z-index:900;right:24px;bottom:24px;display:flex;align-items:center;gap:10px;border:3px solid white;border-radius:999px;padding:7px 17px 7px 7px;color:white;background:#087da6;box-shadow:0 8px 28px rgba(0,38,57,.3);font-size:1.02rem;font-weight:800;line-height:1.05;transition:transform .2s,box-shadow .2s,background .2s}.floating-phone:hover{color:white;background:#056487;box-shadow:0 11px 34px rgba(0,38,57,.38);transform:translateY(-3px)}.floating-phone-icon{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#063b5c;background:#ffd55f}.floating-phone-copy{display:flex;flex-direction:column;white-space:nowrap}.floating-phone-copy small{margin-bottom:4px;color:#d9f4ff;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.primary-nav{border-top:0;color:white;background:#075e83}.nav-inner{display:flex;justify-content:space-between}.nav-inner a,.nav-inner button{min-height:70px;display:inline-flex;align-items:center;gap:6px;border:0;border-bottom:4px solid transparent;padding:0 16px;color:white;background:none;font-size:1.05rem;font-weight:700}.nav-inner a.active,.nav-inner a:hover,.nav-inner button:hover{color:white;border-bottom-color:#56c4d0;background:rgba(255,255,255,.07)}.nav-menu{position:relative}.nav-menu>button.active{border-top:5px solid #3ac2d2;border-bottom:0;color:#006f96;background:white}.nav-menu>button svg{transition:transform .18s ease}.nav-menu>button svg.rotated{transform:rotate(180deg)}.nav-dropdown{position:absolute;z-index:60;top:70px;left:0;width:385px;overflow:hidden;border:1px solid #d9e2e6;border-top:0;border-radius:0 0 8px 8px;padding:14px 20px 18px;background:white;box-shadow:0 12px 28px rgba(0,42,64,.22);animation:dropdown-in .18s ease-out}.dropdown-accent{position:absolute;top:0;left:0;right:0;height:4px;background:#35c0d0}.nav-dropdown a,.nav-dropdown button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #e0e5e8;padding:0 10px;color:#007da8;background:white;text-align:left;font-size:1rem;font-weight:500}.nav-dropdown a:last-child,.nav-dropdown button:last-child{border-bottom:0}.nav-dropdown a svg,.nav-dropdown button svg{opacity:0;transform:translateX(-5px);transition:opacity .18s,transform .18s}.nav-dropdown a:focus-visible,.nav-dropdown a:hover,.nav-dropdown button:focus-visible,.nav-dropdown button:hover{color:#005f84;background:#eff8fa}.nav-dropdown a:focus-visible svg,.nav-dropdown a:hover svg,.nav-dropdown button:focus-visible svg,.nav-dropdown button:hover svg{opacity:1;transform:translateX(0)}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-7px)}}.drawer-layer{position:fixed;z-index:1000;inset:0;background:rgba(0,0,0,.57)}.nav-drawer{width:min(470px,calc(100vw - 28px));height:100dvh;overflow-y:auto;border-radius:0 18px 18px 0;background:white;box-shadow:20px 0 60px rgba(0,0,0,.25);animation:drawer-in .22s ease-out}.drawer-titlebar{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d7dde0;padding:0 29px}.drawer-titlebar h2{margin:0;color:#4c4c4c;font-family:Open Sans,Arial,sans-serif;font-size:2rem;font-weight:400}.drawer-titlebar button{width:48px;height:48px;display:grid;place-items:center;border:0;color:#007ca8;background:transparent}.nav-drawer nav{padding:0 38px 30px 20px}.nav-drawer nav a,.nav-drawer nav button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #d5dadd;padding:0 0 0 20px;color:#0080aa;background:white;text-align:left;font-size:1.05rem}.nav-drawer nav a:hover,.nav-drawer nav button:hover{color:#005f85;background:#f4f9fa}.nav-drawer nav .drawer-home{margin-left:-20px;border-left:7px solid #28c1d2;padding-left:20px;color:#5d6265;font-weight:600}.nav-drawer .drawer-subnav{padding-top:8px}.nav-drawer .drawer-subnav .drawer-back{justify-content:flex-start;gap:10px;border-bottom:0;padding-left:0;font-weight:700}.drawer-subnav .drawer-back span{font-size:1.75rem;line-height:1}.nav-drawer .drawer-subnav h3{margin:18px 0 0;border-bottom:1px solid #d5dadd;padding:0 0 13px;color:#007ca8;font-size:1.08rem;font-weight:500}.nav-drawer .drawer-subnav h3~a,.nav-drawer .drawer-subnav h3~button{padding-left:20px}.location-drawer{position:absolute;top:0;right:0;width:min(470px,calc(100vw - 28px));height:100dvh;overflow-y:auto;border-radius:18px 0 0 18px;background:white;box-shadow:-20px 0 60px rgba(0,0,0,.25);animation:location-in .22s ease-out}.location-content{padding:17px 20px 35px}.location-content h3{margin:0 0 15px;color:#0080aa;font-family:Open Sans,Arial,sans-serif;font-size:2rem;font-weight:400}.location-content>p{margin-bottom:26px;font-size:1rem}.state-list button{width:100%;min-height:58px;display:grid;grid-template-columns:25px 1fr 24px;align-items:center;grid-gap:4px;gap:4px;border:0;border-bottom:1px solid #d4dadd;padding:0;color:#0785ad;background:white;text-align:left;font-size:1.05rem}.state-list button:hover{background:#f3f9fa}.state-list button.selected{color:#087093;background:#eaf7f8;font-weight:700}@keyframes location-in{0%{transform:translateX(100%)}}@keyframes drawer-in{0%{transform:translateX(-100%)}}.search-layer{position:fixed;z-index:1100;inset:0;display:flex;justify-content:center;align-items:flex-start;padding:86px 20px 30px;background:rgba(0,25,39,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.search-panel{width:min(780px,100%);max-height:calc(100dvh - 116px);overflow:hidden;border-top:5px solid #2eb9ca;border-radius:4px;background:white;box-shadow:0 24px 70px rgba(0,0,0,.35);animation:search-in .22s ease-out}.search-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 30px 18px}.search-panel-head .eyebrow{margin-bottom:2px}.search-panel-head h2{margin:0;color:#34515f;font-family:Open Sans,Arial,sans-serif;font-size:1.85rem;font-weight:500}.search-panel-head>button{width:46px;height:46px;display:grid;flex:0 0 auto;place-items:center;border:0;color:#087fa4;background:transparent}.search-input-wrap{min-height:60px;display:grid;grid-template-columns:38px 1fr 42px;align-items:center;margin:0 30px;border:2px solid #7c99a6;border-radius:3px;padding-left:14px;color:#54707d}.search-input-wrap:focus-within{border-color:#0084aa;box-shadow:0 0 0 4px rgba(0,132,170,.14)}.search-input-wrap input{min-width:0;height:56px;border:0;outline:0;color:#243f4d;background:transparent;font-size:1.08rem}.search-input-wrap button{width:42px;height:52px;display:grid;place-items:center;border:0;color:#637984;background:transparent}.search-count{margin:18px 30px 8px;color:#73818a;font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.search-results{max-height:min(480px,calc(100dvh - 330px));overflow-y:auto;border-top:1px solid #e0e5e8;padding:0 30px 25px}.search-results>a{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e0e5e8;padding:8px 12px;color:#087ca1}.search-results>a:focus-visible,.search-results>a:hover{background:#eef8fa}.search-results>a span:first-child{display:flex;flex-direction:column}.search-results b{font-size:.98rem;font-weight:600}.search-results small{margin-top:2px;color:#7b8990;font-size:.72rem}.search-results>a>span:last-child{font-size:1.8rem}.search-empty{padding:45px 20px;color:#70818a;text-align:center}.search-empty svg{color:#20a5b8}.search-empty h3{margin:12px 0 4px;color:#3e5967}.search-empty p{margin:0}@keyframes search-in{0%{opacity:0;transform:translateY(-14px) scale(.99)}}.home-hero{min-height:368px;position:relative;display:flex;align-items:center;color:white;background:url(/images/solar-field-hero.png) center 56%/cover no-repeat}.hero-shade{position:absolute;inset:0;background:rgba(20,27,31,.58)}.hero-content{position:relative;padding-block:45px 56px;text-align:center}.hero-content h1{max-width:none;margin:0 0 28px;font-family:Open Sans,Arial,sans-serif;font-size:clamp(2.3rem,4vw,3.2rem);font-weight:400;letter-spacing:0;text-shadow:0 2px 4px rgba(0,0,0,.25)}.quick-grid{max-width:1120px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;margin-inline:auto}.quick-action{--card-accent:#008eaa;position:relative;min-height:178px;display:grid;grid-template-columns:58px 1fr;grid-template-rows:1fr auto;align-items:center;grid-gap:10px 15px;gap:10px 15px;overflow:hidden;border:1px solid #dbe4e7;border-radius:12px;padding:24px 22px 19px;color:#164b61;background:#fff;box-shadow:0 10px 28px rgba(0,20,31,.2);text-align:left;transition:transform .22s,box-shadow .22s,border-color .22s}.quick-action:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--card-accent)}.quick-action:after{content:"";position:absolute;right:-35px;bottom:-45px;width:110px;height:110px;border:20px solid var(--card-accent);border-radius:50%;opacity:.045}.quick-action:hover{transform:translateY(-6px);border-color:rgba(65,201,214,.9);background:#fff;box-shadow:0 18px 35px rgba(0,20,31,.28)}.quick-action:active{transform:translateY(-2px)}.quick-action-icon{width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(0,142,170,.18);border-radius:50%;color:var(--card-accent);background:rgba(0,142,170,.1)}.quick-action-copy{min-width:0;display:flex;flex-direction:column}.quick-action-copy b{color:#15506a;font-size:1.02rem;font-weight:700;line-height:1.25}.quick-action-copy small{margin-top:6px;color:#647984;font-size:.72rem;line-height:1.4}.quick-action-arrow{grid-column:1/-1;justify-self:end;color:var(--card-accent);transition:transform .2s}.quick-action:hover .quick-action-arrow{transform:translateX(4px)}.quick-action.bill,.quick-action.help,.quick-action.outage,.quick-action.service{--card-accent:#008eaa}.feedback-tab{position:fixed;z-index:25;top:53%;right:0;min-width:126px;height:39px;display:flex;align-items:center;justify-content:center;border:1px solid #d4d9dc;border-radius:7px 7px 0 0;color:#1992b2;background:white;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:.82rem;font-weight:700;transform:translate(44px,-50%) rotate(-90deg)}.home-feature{display:grid;grid-template-columns:1fr 1fr;min-height:338px;margin-block:60px 75px;box-shadow:0 1px 12px rgba(0,0,0,.1)}.feature-photo{min-height:410px;background:linear-gradient(135deg,#1e6f78,#082e43)}.feature-photo.outdoor{background:url(/images/energy-home-hero.png) 72%/cover}.feature-photo.protection{min-height:338px;background:linear-gradient(90deg,rgba(13,179,75,.74),rgba(13,179,75,.02)),url(/images/energy-home-hero.png) 50%/cover}.feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px;background:white}.feature-copy .feature-label{margin-bottom:20px;color:#73797d;font-size:.76rem;font-weight:700;text-transform:uppercase}.feature-copy h2{color:#666;font-family:Open Sans,Arial,sans-serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.18}.feature-copy>p:not(.feature-label){color:#666;font-size:1rem}.feature-arrow{width:46px;height:46px;display:grid;place-items:center;align-self:flex-end;border:0;border-radius:50%;color:white;background:#0085ae}.soft-section{background:var(--soft)}.more-customers{padding:62px 0 90px;background:#fff}.more-customers>.container>h2{margin:0 0 30px;color:#666;font-family:Open Sans,Arial,sans-serif;font-size:clamp(2.1rem,3.4vw,3rem);font-weight:400;text-align:center}.customer-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px}.customer-card{position:relative;min-height:602px;overflow:hidden;border:1px solid #d2d8db;border-radius:7px;padding:48px 30px 28px;background:#fff}.customer-card:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,#006b96,#28bdd4)}.customer-card-2:before{background:linear-gradient(90deg,#28bdd4,#4bc18e)}.customer-card-3:before{background:linear-gradient(90deg,#4bc18e,#24b9d5)}.customer-card-icon{width:100px;height:100px;display:grid;place-items:center;border-radius:50%;color:#1397b7;background:#edf9fb}.customer-card h3{margin:23px 0 22px;color:#333f45;font-family:Open Sans,Arial,sans-serif;font-size:clamp(1.7rem,2.4vw,2.2rem);font-weight:400;line-height:1.25}.customer-card-links{border-top:1px solid #d6dade;padding-top:19px}.customer-card-links a{min-height:52px;display:grid;grid-template-columns:1fr 24px;align-items:center;grid-gap:16px;gap:16px;color:#007ca8;font-size:1.02rem;line-height:1.5}.customer-card-links a:hover span{text-decoration:underline}.customer-card-links svg{justify-self:end}.section-heading{max-width:700px;margin:0 auto 42px}.section-heading.centered{text-align:center}.card-grid{display:grid;grid-gap:24px;gap:24px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.info-card{min-height:275px;display:flex;flex-direction:column;align-items:flex-start;border-top:4px solid var(--teal);padding:30px;background:white;box-shadow:0 4px 18px rgba(10,57,82,.08);transition:transform .2s,box-shadow .2s}.info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.info-card h2,.info-card h3{margin:15px 0 10px;font-family:Roboto Slab,Georgia,serif;font-size:1.4rem;font-weight:500}.info-card p{flex:1 1}.info-card span{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700}.card-icon{color:var(--teal)}.home-bento{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,minmax(145px,auto));grid-gap:22px;gap:22px}.bento-card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #dbe4e7;border-radius:10px;padding:29px 30px 25px;background:white;box-shadow:0 6px 20px rgba(0,48,70,.08);transition:transform .22s,box-shadow .22s,border-color .22s}.bento-card:after{content:"";position:absolute;right:-60px;bottom:-70px;width:190px;height:190px;border-radius:50%;background:currentColor;opacity:.055}.bento-card:hover{transform:translateY(-5px);border-color:#b7d5dd;box-shadow:0 16px 34px rgba(0,48,70,.15)}.bento-card.featured{grid-row:span 3;min-height:479px;justify-content:flex-start;background:linear-gradient(145deg,#075f83,#087e91);color:white}.bento-card.featured:before{content:"";position:absolute;inset:auto -80px -105px auto;width:310px;height:310px;border:55px solid rgba(255,255,255,.08);border-radius:50%}.bento-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.bento-top>span{border-radius:999px;padding:5px 11px;color:#3f6575;background:#edf6f8;font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.bento-card>div:nth-child(2){position:relative;z-index:1}.bento-card h3{margin:0 0 10px;color:#31515f;font-family:Roboto Slab,Georgia,serif;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:500}.bento-card p{margin:0}.bento-link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-top:25px;color:var(--blue);font-weight:700}.bento-card.featured .bento-top>span{color:white;background:rgba(255,255,255,.17)}.bento-card.featured h3{margin-top:65px;color:white;font-size:clamp(1.8rem,3vw,2.7rem)}.bento-card.featured .bento-link,.bento-card.featured p{color:white}.bento-card.green{color:#609c2d}.bento-card.green .bento-top svg{color:#6ca934}.bento-card.teal{color:#1399a5}.bento-card.teal .bento-top svg{color:#159aaa}.bento-card.navy{color:#236985}.bento-card.navy .bento-top svg{color:#237a98}.breadcrumbs{min-height:46px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.8rem}.breadcrumbs a{color:var(--blue)}.breadcrumbs b{text-transform:capitalize}.section-hero{padding:75px 0;color:white;background:linear-gradient(105deg,var(--navy),#087e9c)}.section-hero.products-hero{background:linear-gradient(105deg,#0b4d5f,#2d8a7e)}.section-hero h1{margin-bottom:13px}.section-hero p:not(.eyebrow){max-width:680px;color:white;font-size:1.1rem}.simple-hero{padding:76px 0;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#eef8fa,#fff);text-align:center}.simple-hero h1{margin-bottom:18px;color:var(--navy)}.simple-hero p:not(.eyebrow){max-width:720px;margin-inline:auto;font-size:1.08rem}.highlight-box{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:44px;border-left:5px solid var(--teal);padding:28px 30px;background:var(--soft)}.highlight-box>div{display:flex;align-items:center;gap:22px}.highlight-box svg{flex:0 0 auto;color:var(--teal)}.highlight-box h2,.highlight-box h3{margin:0 0 4px;font-family:Roboto Slab,Georgia,serif;font-size:1.3rem}.highlight-box p{margin:0}.highlight-box.compact{margin-block:35px}.stack-list{border-top:1px solid var(--line)}.stack-list article{display:grid;grid-template-columns:45px 1fr auto;align-items:center;grid-gap:20px;gap:20px;border-bottom:1px solid var(--line);padding:27px 8px}.stack-list article>svg{color:var(--teal)}.stack-list h2{margin-bottom:5px;font-size:1.3rem}.stack-list p{margin:0}.icon-button{display:inline-flex;align-items:center;gap:7px;border:0;color:var(--blue);background:none;font-weight:700}.detail-hero{min-height:550px;display:flex;align-items:center;background:linear-gradient(90deg,#d4e9ea,#f4fbfb)}.detail-hero.energywise-detail{background:linear-gradient(90deg,rgba(231,247,246,.98) 35%,rgba(231,247,246,.38)),url(/images/energy-home-hero.png) 70%/cover}.detail-hero.outdoor-detail{background:linear-gradient(90deg,rgba(7,51,73,.92) 25%,rgba(7,51,73,.15)),url(/images/energy-home-hero.png) 50%/cover}.detail-card{max-width:520px;padding:45px;background:white;box-shadow:var(--shadow)}.detail-card h1{color:var(--navy);font-size:clamp(2.4rem,4vw,3.8rem)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:45px;gap:45px;margin-top:50px;text-align:center}.steps span{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 19px;border-radius:50%;color:white;background:var(--blue);font-size:1.2rem;font-weight:700}.steps h3{font-size:1.15rem}.cta-band{padding:46px 0;color:white;background:var(--blue)}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-band h2{margin-bottom:5px;font-size:2rem}.cta-band p{margin:0;color:white}.service-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.service-options article{border:1px solid var(--line);border-top:5px solid var(--teal);padding:36px 30px;text-align:center;box-shadow:0 5px 18px rgba(11,55,75,.07)}.service-options article>svg{color:var(--teal)}.service-options h2{margin:20px 0 9px;font-size:1.55rem}.article-content>h2{margin-top:35px;color:var(--navy);font-size:1.75rem}.detail-point-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-bottom:45px}.detail-point-grid article{min-height:215px;border:1px solid var(--line);border-top:4px solid var(--teal);padding:27px 24px;text-align:center}.detail-point-grid article>span{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;color:white;background:var(--blue);font-weight:700}.detail-point-grid h3{color:#375360;font-size:1.05rem}.detail-point-grid p{margin:0;font-size:.85rem}.feedback-form{max-width:720px;margin-inline:auto;border-top:5px solid #22adbd;padding:38px 42px 42px;background:white;box-shadow:var(--shadow)}.feedback-form-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:30px}.feedback-form-heading>svg{flex:0 0 auto;margin-top:4px;color:#078eaa}.feedback-form-heading h2{margin:0 0 4px;color:#34515e;font-family:Open Sans,Arial,sans-serif;font-size:1.6rem;font-weight:600}.feedback-form-heading p{margin:0}.feedback-form fieldset{margin:0 0 24px;border:0;padding:0}.feedback-form legend,.feedback-form>label{display:block;margin:18px 0 7px;color:#38515e;font-size:.88rem;font-weight:700}.feedback-form label span{color:#71818a;font-weight:400}.rating-buttons{display:flex;gap:7px}.rating-buttons button{width:48px;height:48px;display:grid;place-items:center;border:1px solid #c8d5da;border-radius:4px;color:#82939b;background:white}.rating-buttons button.selected,.rating-buttons button:hover{border-color:#e19d25;color:#e19d25;background:#fff8e9}.feedback-form select,.feedback-form textarea,.feedback-form>input{width:100%;border:1px solid #aebdc4;border-radius:3px;padding:12px;color:var(--ink);background:white;font:inherit}.feedback-form select,.feedback-form>input{height:50px}.feedback-form textarea{resize:vertical}.feedback-form select:focus,.feedback-form textarea:focus,.feedback-form>input:focus{border-color:#078bad;outline:3px solid rgba(7,139,173,.14)}.feedback-form>.button{width:100%;margin-top:25px}.gateway-hero{min-height:430px;position:relative;display:flex;align-items:center;color:white;background:url(/images/solar-field-hero.png) 50%/cover}.gateway-hero.business{background-position:center 58%}.gateway-hero.company{background-image:url(/images/energy-home-hero.png)}.gateway-hero.investors{background-position:center 42%}.gateway-hero.partners{background-image:url(/images/energy-home-hero.png);background-position:center 62%}.gateway-hero.safety{background-position:center 30%}.gateway-hero.education{background-position:center 55%}.gateway-hero.community,.gateway-hero.education{background-image:url(/images/energy-home-hero.png)}.gateway-hero.resources{background-position:center 50%}.gateway-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,39,61,.9),rgba(1,52,72,.62) 52%,rgba(0,0,0,.16))}.gateway-hero.safety .gateway-overlay{background:linear-gradient(90deg,rgba(28,42,49,.92),rgba(20,58,72,.55))}.gateway-hero.community .gateway-overlay{background:linear-gradient(90deg,rgba(5,69,75,.9),rgba(34,114,92,.45))}.gateway-copy{position:relative;padding-block:65px}.gateway-copy h1{max-width:760px;margin-bottom:17px}.gateway-copy>p:not(.eyebrow){max-width:690px;color:white;font-size:1.12rem}.gateway-feature{min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:45px;padding-block:40px}.gateway-feature>div{max-width:760px}.gateway-feature h2{margin-bottom:10px;color:#525d64;font-family:Open Sans,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:400}.gateway-feature p{margin-bottom:0}.resource-search{min-width:210px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:2px solid var(--blue);color:var(--blue);background:white;font-weight:700}.gateway-links{padding:75px 0 85px;background:#f3f6f7}.gateway-heading{margin-bottom:35px;text-align:center}.gateway-heading h2{margin-bottom:7px}.gateway-heading p{margin:0}.gateway-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.gateway-grid article{min-height:280px;display:flex;flex-direction:column;align-items:flex-start;border-top:5px solid #21a7b7;padding:30px;background:white;box-shadow:0 4px 16px rgba(0,49,70,.08);transition:transform .2s,box-shadow .2s}.gateway-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.gateway-grid article>svg{color:#149bad}.gateway-grid h3{margin:20px 0 8px;color:#334d5b;font-family:Roboto Slab,Georgia,serif;font-size:1.35rem;font-weight:500}.gateway-grid p{flex:1 1}.gateway-card-link{min-height:42px;border:0;padding:0;color:var(--blue);background:transparent;font-weight:700}.gateway-card-link:hover{color:var(--blue-dark)}.subpage-hero{padding:70px 0;color:white;background:linear-gradient(110deg,#075879,#15919a)}.subpage-hero h1{margin-bottom:12px;text-transform:capitalize}.subpage-hero p{max-width:730px;margin:0;color:white}.ssm-intro{padding:62px 0 75px;background:linear-gradient(180deg,#f1f8fa,white 45%);text-align:center}.ssm-intro h1{margin-bottom:12px;color:#334f5d;font-family:Open Sans,Arial,sans-serif;font-size:clamp(2.2rem,4vw,3.25rem);font-weight:400}.ssm-intro>.container>p a{color:var(--blue);font-weight:700;text-decoration:underline}.service-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:45px;text-align:left}.service-choice{min-height:340px;display:flex;flex-direction:column;align-items:center;border:1px solid #dbe2e5;border-top:5px solid #25afbf;padding:34px 28px 27px;background:white;box-shadow:0 4px 15px rgba(0,55,79,.09);text-align:center;transition:transform .2s,box-shadow .2s}.service-choice:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-choice-icon{width:84px;height:84px;display:grid;place-items:center;border-radius:50%;color:#0787ac;background:#e5f6f7}.service-choice h2{margin:23px 0 10px;color:#335463;font-family:Open Sans,Arial,sans-serif;font-size:1.45rem;font-weight:600}.service-choice p{flex:1 1;font-size:.93rem}.choice-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700}.ssm-resources{padding:70px 0;background:#f2f5f6}.ssm-resources>.container>h2{margin-bottom:38px;text-align:center}.resource-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.resource-columns article{padding:32px;background:white;box-shadow:0 3px 12px rgba(0,51,75,.07)}.resource-columns article>svg{color:#17a0b3}.resource-columns h3{margin:18px 0 13px;color:#35515f;font-size:1.25rem}.resource-columns a{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #dce2e5;color:var(--blue);font-size:.9rem}.home-services-promo{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:55px;gap:55px;padding-block:75px}.home-services-promo h2{color:#3c5664}.home-service-links{display:grid;grid-gap:16px;gap:16px}.home-service-links>a{min-height:120px;display:grid;grid-template-columns:48px 1fr 25px;align-items:center;grid-gap:16px;gap:16px;border:1px solid #d8e0e4;padding:22px;box-shadow:0 3px 10px rgba(0,45,67,.06)}.home-service-links>a>svg{color:#149bad}.home-service-links span{display:flex;flex-direction:column;color:var(--muted);font-size:.86rem}.home-service-links b{margin-bottom:3px;color:var(--blue);font-size:1.05rem}.service-flow-page{min-height:720px;padding:55px 0 80px;background:#edf4f6}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:25px;color:var(--blue);font-weight:700}.service-flow-card{max-width:760px;margin-inline:auto;border-top:5px solid #1aa8b9;padding:46px 50px;background:white;box-shadow:var(--shadow);text-align:center}.service-flow-card>svg{color:#0b91ae}.service-flow-card h1{margin:10px 0 12px;color:#345362;font-size:clamp(2.1rem,4vw,3rem)}.service-flow-card>p:not(.eyebrow){font-size:1.05rem}.service-flow-card ul{width:-moz-fit-content;width:fit-content;margin:30px auto;padding:0;list-style:none;text-align:left}.service-flow-card li{display:flex;align-items:center;gap:10px;margin:10px 0;color:#4b626e}.service-flow-card li svg{color:#4d9b38}.flow-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.button.outline{border-color:var(--blue);color:var(--blue);background:white}.auth-page{min-height:760px;display:flex;align-items:stretch;background:linear-gradient(120deg,#063c5c,#08768e 43%,#edf5f7 0,#edf5f7)}.auth-shell{min-width:0;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;grid-gap:80px;gap:80px;padding-block:70px}.auth-intro{min-width:0;color:white}.auth-intro h1{max-width:530px;margin-bottom:20px;font-size:clamp(2.5rem,4vw,4.1rem)}.auth-intro>p:not(.eyebrow){max-width:520px;color:#e5f3f6;font-size:1.06rem}.auth-intro ul{margin:30px 0 0;padding:0;list-style:none}.auth-intro li{display:flex;align-items:center;gap:10px;margin:13px 0}.auth-intro li svg{color:#86d7d9}.auth-card{width:100%;max-width:560px;min-width:0;min-height:570px;justify-self:end;border-top:5px solid #2bb7c7;background:white;box-shadow:0 18px 50px rgba(0,42,61,.22)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dce3e6}.auth-tabs button{min-height:64px;border:0;border-bottom:4px solid transparent;color:#5b6b73;background:#f6f8f9;font-size:1.05rem;font-weight:700}.auth-tabs button.active{border-bottom-color:#158fab;color:#00799f;background:white}.auth-card form{padding:35px 45px 40px}.auth-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:28px}.auth-heading>svg{margin-top:5px;color:#0b8fab}.auth-heading h2{margin:0 0 3px;color:#334f5c;font-family:Open Sans,Arial,sans-serif;font-size:1.65rem;font-weight:600}.auth-heading p{margin:0;font-size:.9rem}.auth-card form>label:not(.check-label){display:block;margin:16px 0 7px;color:#344d59;font-size:.86rem;font-weight:700}.input-with-icon{min-height:50px;display:grid;grid-template-columns:38px 1fr 42px;align-items:center;border:1px solid #aebdc4;border-radius:3px;padding-left:10px;color:#6a7b84;background:white}.input-with-icon:focus-within{border-color:#0083aa;box-shadow:0 0 0 3px rgba(0,131,170,.15)}.input-with-icon input{min-width:0;height:48px;border:0;outline:0;color:var(--ink);background:transparent;font-size:1rem}.input-with-icon button{width:42px;height:48px;display:grid;place-items:center;border:0;color:#60727b;background:transparent}.plain-input{width:100%;height:50px;border:1px solid #aebdc4;border-radius:3px;padding:0 13px;font-size:1rem}.plain-input:focus{border-color:#0083aa;outline:3px solid rgba(0,131,170,.15)}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:18px 0 22px}.check-label{display:inline-flex;align-items:center;gap:8px;color:#536873;font-size:.84rem}.check-label input{width:18px;height:18px;accent-color:#0788aa}.auth-switch button,.link-button{border:0;padding:0;color:var(--blue);background:transparent;font-weight:700}.auth-submit{width:100%}.auth-switch{margin:20px 0 0;text-align:center;font-size:.86rem}.password-help{margin:7px 0 15px;font-size:.76rem}.check-label.terms{margin:4px 0 20px;align-items:flex-start}.check-label.terms a{color:var(--blue);text-decoration:underline}.not-found-page{min-height:680px;display:grid;place-items:center;padding:70px 20px;background:radial-gradient(circle at 50% 15%,#f7fcfd 0,#edf5f7 48%,#e3eef1 100%)}.not-found-card{width:min(680px,100%);border-top:6px solid #28afc0;padding:46px 50px;background:white;box-shadow:0 16px 45px rgba(0,48,69,.15);text-align:center}.error-code{margin-bottom:-7px;color:#dcecef;font-family:Open Sans,Arial,sans-serif;font-size:clamp(5rem,14vw,8.5rem);font-weight:700;line-height:.9;letter-spacing:-.08em}.not-found-card h1{margin-bottom:15px;color:#34525f;font-size:clamp(2rem,4vw,3rem)}.not-found-card>p:not(.eyebrow){max-width:530px;margin:0 auto}.not-found-actions{display:flex;justify-content:center;gap:14px;margin:30px 0 24px;flex-wrap:wrap}.not-found-back{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:.86rem;font-weight:700}.site-footer{color:#fff;background:#08658b}.footer-slogan{min-height:132px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.14);font-size:1.18rem;font-style:italic;letter-spacing:-.03em}.footer-slogan sup{margin:-11px 0 0 3px;font-size:.48rem}.footer-phone-wrap{min-height:118px;display:flex;align-items:center;justify-content:center;gap:24px;border-bottom:1px solid rgba(255,255,255,.2);padding:22px 20px;color:#063b5c;background:#ffd55f;font-size:1.05rem;font-weight:700}.footer-phone{display:inline-flex;align-items:center;gap:10px;border:2px solid #063b5c;border-radius:5px;padding:11px 20px;color:white;background:#063b5c;box-shadow:0 4px 12px rgba(0,0,0,.17);font-size:1.35rem;font-weight:800;letter-spacing:.02em}.footer-phone:hover{color:#063b5c;background:white}.footer-connect{min-height:200px;flex-direction:column;gap:42px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-connect,.social-links{display:flex;align-items:center;justify-content:center}.social-links{gap:30px}.social-links button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:4px;padding:0;color:white;background:#19a8c2;font-size:.92rem;font-weight:700}.social-links button:first-child{border-radius:50%;background:#287be0}.social-links button:nth-child(2){background:#777}.social-links button:nth-child(4){background:#078bc0}.social-links button:nth-child(6){background:#f00}.app-badges{display:flex;gap:28px}.app-badges button{min-width:185px;min-height:55px;display:flex;align-items:center;justify-content:center;gap:11px;border:1px solid #fff;border-radius:7px;padding:5px 15px;color:#fff;background:#050505}.app-badges button>span:last-child{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.app-badges small{font-size:.62rem;letter-spacing:.04em}.app-badges b{margin-top:3px;font-size:1.25rem;font-weight:500}.app-symbol,.play-symbol{font-size:1.75rem}.play-symbol{color:#55df88}.footer-main{padding:44px 0 48px;color:white;background:#08658b}.footer-grid{display:grid;grid-template-columns:.95fr .95fr 1fr .95fr 1.05fr;grid-gap:48px;gap:48px}.footer-grid h3{margin-bottom:16px;font-size:.95rem}.footer-grid button{display:block;min-height:38px;border:0;padding:5px 0;color:#fff;background:none;text-align:left;font-size:.82rem;line-height:1.4}.footer-grid button:hover{text-decoration:underline}.footer-column:last-child button{font-size:.95rem;font-weight:700}.footer-legal{padding:22px 0;border-top:1px solid rgba(255,255,255,.15);color:#fff;background:#08658b;font-size:.68rem}.footer-legal .container{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-legal button{border:0;color:inherit;background:none;font-size:inherit}.modal-backdrop{position:fixed;z-index:999;inset:0;display:grid;place-items:center;padding:20px;background:rgba(1,24,37,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{position:relative;width:min(460px,100%);border-top:5px solid var(--teal);padding:38px;background:white;box-shadow:0 24px 70px rgba(0,0,0,.3);text-align:center;animation:modal-in .22s ease-out}.modal-close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted)}.modal-icon{width:66px;height:66px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;color:var(--blue);background:#e5f5f6}.modal h2{margin-bottom:12px;font-size:2.2rem}@keyframes modal-in{0%{opacity:0;transform:translateY(14px) scale(.98)}}@media (max-width:980px){.header-main{height:92px;padding-inline:18px}.audience-label{margin-left:20px;padding-left:20px;font-size:1.45rem}.header-actions{gap:10px}.header-actions a:not(.signin-button),.header-actions button:not(.signin-button){width:44px;justify-content:center;font-size:0}.primary-nav{display:none}.auth-page{background:linear-gradient(180deg,#064764,#08778d 35%,#edf5f7 0)}.auth-shell{grid-template-columns:1fr;gap:45px;padding-block:55px}.auth-card{justify-self:center}.quick-grid{width:min(100%,420px);grid-template-columns:1fr;gap:18px}.quick-action{min-height:66px;display:grid;grid-template-columns:78px 1fr 40px;grid-template-rows:1fr;grid-gap:0;gap:0;border:1px solid #e1e4e6;border-radius:7px;padding:5px 0;background:#fff;box-shadow:0 2px 7px rgba(0,20,31,.14);text-align:left}.quick-action:after,.quick-action:before{display:none}.quick-action-icon{width:50px;height:50px;justify-self:end;border:0;background:#e3f5f8}.quick-action-copy{align-items:flex-start;justify-content:center;padding-left:18px}.quick-action-copy b{font-size:1.08rem;font-weight:500}.quick-action-arrow,.quick-action-copy small{display:none}.home-hero{min-height:560px}.card-grid.three,.service-options{grid-template-columns:repeat(2,1fr)}.home-bento{grid-template-columns:1fr 1fr}.customer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-card:last-child{min-height:390px;grid-column:1/-1}.detail-point-grid,.gateway-grid,.resource-columns,.service-choice-grid{grid-template-columns:repeat(2,1fr)}.resource-columns article:last-child,.service-choice-grid .service-choice:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.container{width:min(100% - 28px,1180px)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-top-width:4px}.header-main{height:70px;padding-inline:7px 0}.drawer-trigger{width:44px;height:44px;margin-right:5px}.drawer-trigger svg{width:28px;height:28px}.brand .brand-mark{width:104px;height:auto}.brand span{font-size:1rem;line-height:.8}.brand small{margin-top:6px;font-size:.53rem;letter-spacing:.28em}.audience-label{display:none}.header-actions{align-self:stretch;gap:0;margin-left:auto}.header-actions .location-trigger,.header-actions a,.header-actions button{display:none}.header-actions .search-trigger,.header-actions .signin-button{width:67px;min-height:66px;display:inline-flex;flex-direction:column;justify-content:center;gap:2px;border-left:1px solid #d5dde1;border-radius:0;padding:0;color:#007da5;background:white;font-size:.72rem;font-weight:500;line-height:1}.header-actions .search-trigger svg,.header-actions .signin-button svg{width:24px;height:24px}.desktop-signin-label{display:none}.mobile-signin-label{display:inline}.floating-phone{right:15px;bottom:15px;padding:6px}.floating-phone-icon{width:52px;height:52px}.floating-phone-copy{display:none}.home-hero{min-height:520px;background-position:62%}.hero-shade{background:linear-gradient(180deg,rgba(5,24,34,.67),rgba(7,31,42,.77))}.hero-content{padding-block:30px 34px}.hero-content h1{margin-bottom:22px;font-size:clamp(1.85rem,8vw,2.15rem);line-height:1.15}.quick-grid{width:min(100%,375px);grid-template-columns:1fr;gap:20px}.quick-action{min-height:63px;display:grid;grid-template-columns:76px 1fr 52px;grid-template-rows:1fr;grid-gap:0;gap:0;border:1px solid #e1e4e6;border-radius:7px;padding:5px 0;box-shadow:0 2px 7px rgba(0,20,31,.14);text-align:left}.quick-action:after,.quick-action:before{display:none}.quick-action:hover{transform:translateY(-2px);box-shadow:0 5px 13px rgba(0,20,31,.2)}.quick-action-icon{width:48px;height:48px;justify-self:end;border:0;background:#e3f5f8}.quick-action-icon svg{width:27px;height:27px}.quick-action-copy{align-items:flex-start;justify-content:center;padding-left:18px}.quick-action-copy b{font-size:1.05rem;font-weight:500;line-height:1.2}.quick-action-arrow,.quick-action-copy small{display:none}.section{padding-block:58px}.feature-split{grid-template-columns:1fr}.feature-photo{min-height:280px}.feature-copy{padding:35px 27px}.home-feature{grid-template-columns:1fr;margin-block:30px 50px}.home-feature .feature-photo{min-height:245px}.home-feature .feature-copy{min-height:300px}.feedback-tab{display:none}.feedback-form{padding:30px 20px 34px}.card-grid.three,.home-bento,.service-options,.steps{grid-template-columns:1fr}.home-bento{grid-template-rows:auto}.more-customers{padding:48px 0 60px}.more-customers>.container>h2{margin-bottom:25px;text-align:left}.customer-card-grid{grid-template-columns:1fr;gap:20px}.customer-card,.customer-card:last-child{min-height:0;grid-column:auto;padding:35px 23px 24px}.customer-card-icon{width:82px;height:82px}.customer-card h3{font-size:1.7rem}.bento-card,.bento-card.featured{grid-row:auto;min-height:240px}.bento-card.featured h3{margin-top:20px}.gateway-hero{min-height:390px}.gateway-feature{align-items:stretch;flex-direction:column}.gateway-feature .button,.resource-search{align-self:flex-start}.detail-point-grid,.gateway-grid{grid-template-columns:1fr}.gateway-grid article{min-height:250px}.home-services-promo,.resource-columns,.service-choice-grid{grid-template-columns:1fr}.resource-columns article:last-child,.service-choice-grid .service-choice:last-child{grid-column:auto}.service-choice{min-height:300px}.home-services-promo{gap:25px;padding-block:55px}.service-flow-card{padding:35px 22px}.auth-page{background:linear-gradient(180deg,#064764,#08778d 30%,#edf5f7 0)}.auth-shell{width:100%;padding:42px 14px 55px}.auth-card{width:100%;max-width:100%;overflow:hidden}.auth-tabs button{min-width:0;padding-inline:6px}.auth-intro{padding-inline:4px}.auth-intro h1{font-size:2.35rem}.auth-intro ul{display:none}.auth-card form{padding:28px 22px 32px}.auth-row{align-items:flex-start;flex-direction:column}.not-found-page{min-height:590px;padding:35px 14px}.not-found-card{padding:37px 22px}.not-found-actions{align-items:stretch;flex-direction:column}.not-found-actions .button{width:100%}.search-layer{padding:0}.search-panel{width:100%;height:100dvh;max-height:none;border-radius:0}.search-panel-head{padding:20px 18px 15px}.search-panel-head h2{font-size:1.45rem}.search-count,.search-input-wrap{margin-inline:18px}.search-results{max-height:calc(100dvh - 225px);padding-inline:18px}.info-card{min-height:245px}.section-hero{padding:55px 0}.breadcrumbs{overflow-x:auto;white-space:nowrap}.cta-band .container,.highlight-box{align-items:stretch;flex-direction:column}.highlight-box>div{align-items:flex-start}.stack-list article{grid-template-columns:38px 1fr}.stack-list article .icon-button{grid-column:2;justify-self:start}.detail-hero{min-height:500px;align-items:flex-end;padding:40px 0}.detail-card{padding:30px 25px}.steps{gap:30px}.footer-grid{grid-template-columns:1fr}.footer-slogan{min-height:100px;padding-inline:20px;text-align:center}.footer-phone-wrap{flex-direction:column;gap:12px;text-align:center}.footer-phone{width:min(280px,100%);justify-content:center}.footer-connect{min-height:255px;gap:32px}.social-links{gap:18px}.app-badges{width:100%;align-items:center;flex-direction:column;gap:13px}.app-badges button{width:min(215px,100%)}.footer-main{padding-block:38px}.footer-column{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:20px}.footer-column:last-child{border-bottom:0}.footer-grid h3{margin-bottom:10px;font-size:1.03rem}.footer-legal .container{align-items:flex-start;flex-direction:column;gap:12px}.modal{padding:35px 24px 27px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}