@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");:root{--blue:#232c66;--blue-dark:#1a2142;--blue-light:#333b7b;--blue-vivid:#4a63e7;--violet:#6d5bd8;--pink:#f065a5;--orange:#f5821f;--orange-dark:#d96d0f;--orange-light:#fbbf6e;--green:#00b67a;--white:#fff;--gray-50:#f5f6fc;--gray-100:#eef0fa;--gray-200:#e6e9f4;--gray-300:#c8cedf;--gray-500:#8a91ad;--gray-700:#697190;--gray-900:#1a2142;--grad-hero:linear-gradient(150deg,#4a63e7,#333b7b 60%,#232c66);--grad-accent:linear-gradient(135deg,#333b7b,#6d5bd8);--grad-cta:linear-gradient(90deg,#f5821f,#f065a5);--font-main:"Inter","SF Pro Display",system-ui,-apple-system,Segoe UI,Arial,sans-serif;--radius:8px;--radius-lg:16px;--radius-pill:9999px;--shadow:0 2px 12px rgba(35,44,102,.1);--shadow-lg:0 8px 32px rgba(35,44,102,.16);--transition:0.2s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);font-feature-settings:"ss01" 1;color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:var(--font-main)}h1{font-size:clamp(2.1rem,4.2vw,3.4rem);line-height:1.06;letter-spacing:-.028em}h1,h2{font-weight:700;color:var(--blue)}h2{font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.12;letter-spacing:-.022em}h3{font-size:clamp(1.1rem,1.6vw,1.3rem);font-weight:700;line-height:1.25;letter-spacing:-.012em}h3,h4{color:var(--blue)}h4{font-size:1.05rem;font-weight:500;letter-spacing:-.01em}p{font-size:1rem;line-height:1.7;color:var(--gray-700)}.container{max-width:1240px}.container,.container--wide{margin:0 auto;padding:0 24px}.container--wide{max-width:1440px}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;font-family:var(--font-main);transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn--primary{background:var(--grad-cta);color:var(--white);box-shadow:0 8px 18px rgba(240,101,165,.35)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(240,101,165,.45)}.btn--secondary{background:var(--white);color:var(--blue);border:1px solid var(--gray-300)}.btn--secondary:hover{border-color:var(--blue-light);background:var(--gray-50)}.btn--white{background:var(--white);color:var(--blue)}.btn--white:hover{background:var(--gray-100)}.btn--lg{padding:15px 34px;font-size:1.02rem}.badge{display:inline-block;padding:5px 13px;background:rgba(245,130,31,.12);color:var(--orange-dark);font-size:.74rem;font-weight:600;letter-spacing:.06em;border-radius:var(--radius-pill);text-transform:uppercase}.section{padding:80px 0}.section--gray{background:var(--gray-50)}.section--blue{background:var(--blue)}.section--blue,.section--blue h2,.section--blue h3{color:var(--white)}.section--blue p{color:hsla(0,0%,100%,.85)}.section__header{text-align:left;max-width:760px;margin:0 0 34px}.section__eyebrow{display:inline-block;font-size:.76rem;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.section__title{margin-bottom:16px}.section__subtitle{color:var(--gray-500);font-size:1.05rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);transition:all var(--transition);border:1px solid var(--gray-200)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.card__icon{width:56px;height:56px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.8rem}.card__icon--orange{background:rgba(245,130,31,.12)}.card__title{font-size:1.02rem;font-weight:700;letter-spacing:-.01em;color:var(--blue);margin-bottom:10px}.card__text{color:var(--gray-500);font-size:.95rem;line-height:1.6}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:28px}.grid-2,.grid-3{display:grid;gap:28px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:28px}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.prose{max-width:none;display:flex;flex-direction:column}.prose h2{margin:2.4rem 0 .9rem;padding:0;border:none;font-size:clamp(1.35rem,2.2vw,1.65rem);font-weight:700;letter-spacing:-.022em;color:var(--blue)}.prose h2:first-child{margin-top:0}.prose h3{margin:1.7rem 0 .7rem;font-size:1.05rem;font-weight:700;letter-spacing:-.012em;color:var(--blue)}.prose p{margin-bottom:1.1rem;font-size:.98rem;line-height:1.75;color:#3d4568}.prose strong{color:var(--blue);font-weight:700}.prose a{color:var(--blue-light);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--orange)}.prose>p:first-of-type{font-size:1.06rem;line-height:1.65;color:#3d4568}.prose ul{list-style:none;padding:18px 20px;margin-bottom:1.3rem;border:1px solid var(--gray-200);border-radius:14px;background:var(--white);display:flex;flex-direction:column;gap:9px}.prose ul li{position:relative;padding-left:28px;margin:0;font-size:.92rem;line-height:1.6;color:#3d4568}.prose ul li:before{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:var(--radius-pill);background:var(--green);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6 9 17l-5-5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center /12px no-repeat,linear-gradient(#000,#000);-webkit-mask-composite:xor;mask-composite:exclude}.prose ol{list-style:none;counter-reset:etape;padding:0;margin-bottom:1.3rem;display:flex;flex-direction:column;gap:10px}.prose ol li{counter-increment:etape;position:relative;border:1px solid var(--gray-200);border-radius:14px;padding:15px 20px 15px 58px;font-size:.92rem;line-height:1.6;color:#3d4568;margin:0}.prose ol li:before{content:counter(etape);position:absolute;left:16px;top:14px;width:28px;height:28px;border-radius:var(--radius-pill);background:var(--blue);color:var(--white);font-size:.8rem;font-weight:700;font-feature-settings:"tnum" 1;display:flex;align-items:center;justify-content:center}.prose blockquote{position:relative;margin:1.5rem 0 1.4rem;background:var(--gray-100);border:1px solid #d7dcea;border-left:4px solid var(--blue-light);border-radius:14px;padding:18px 20px;font-style:normal;color:#3d4568}.prose blockquote p{margin:0;font-size:.92rem;line-height:1.6}.prose blockquote p+p{margin-top:.6rem}.prose blockquote strong:first-child{display:block;margin-bottom:5px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--blue-light)}.prose table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:1.5rem;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}.prose table th{background:var(--blue);color:var(--white);padding:12px 16px;text-align:left;font-size:.78rem;font-weight:600}.prose table td{padding:12px 16px;border-top:1px solid var(--gray-200);font-size:.85rem;color:#3d4568;font-feature-settings:"tnum" 1}.prose table tr:nth-child(2n) td{background:var(--gray-50)}.prose table td:first-child{font-weight:600;color:var(--blue)}.form-group{margin-bottom:18px}.form-label{display:block;font-size:.9rem;font-weight:600;color:var(--blue);margin-bottom:6px}.form-control{width:100%;padding:12px 16px;border:2px solid var(--gray-200);border-radius:var(--radius);font-family:var(--font-main);font-size:.95rem;color:var(--gray-900);transition:border-color var(--transition);background:var(--white)}.form-control:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(245,130,31,.16)}.form-control::placeholder{color:var(--gray-300)}select.form-control{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23232C66' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:.88rem;color:var(--gray-500)}.breadcrumb a:hover{color:var(--orange)}.breadcrumb__sep{color:var(--gray-300)}.toc{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px;position:-webkit-sticky;position:sticky;top:100px}.toc__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:14px}.toc__list{display:flex;flex-direction:column;gap:4px}.toc__item{font-size:.9rem}.toc__item a{color:var(--gray-700);padding:5px 10px;border-radius:6px;display:block;transition:all var(--transition);border-left:2px solid transparent}.toc__item a.active,.toc__item a:hover{color:var(--orange);background:rgba(245,130,31,.08);border-left-color:var(--orange)}.toc__item--h3 a{padding-left:22px;font-size:.85rem}.hero{background:linear-gradient(135deg,var(--blue) 0,var(--blue-light) 100%);color:var(--white);padding:72px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");opacity:.5}.hero__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:start;position:relative}.hero__eyebrow{color:var(--orange);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.hero h1{color:var(--white);margin-bottom:18px}.hero__text{color:hsla(0,0%,100%,.82);font-size:1.08rem;margin-bottom:28px}.hero__trust{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.hero__trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:hsla(0,0%,100%,.75)}.hero__trust-icon{font-size:1rem}@media (max-width:900px){.hero__inner{grid-template-columns:1fr}.section{padding:56px 0}.grid-3,.grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:600px){.container{padding:0 16px}h1{font-size:1.8rem}.btn--lg{padding:14px 24px;font-size:1rem}}.Header_header__ZPN_X{top:0;z-index:1000;background:#fff;box-shadow:0 2px 16px rgba(42,55,117,.1)}.Header_topbar__i_u2T{background:var(--blue);padding:8px 0;font-size:.8rem;color:hsla(0,0%,100%,.8)}.Header_topbarInner__5R_1A{display:flex;justify-content:space-between;align-items:center;gap:16px}.Header_topbar__i_u2T a{color:hsla(0,0%,100%,.9)}.Header_topbar__i_u2T a:hover{color:var(--orange)}.Header_main__kPM5C{background:#fff}.Header_mainInner__hmBqn{display:flex;align-items:center;gap:0;height:72px}.Header_logo__1hGYx{display:flex;align-items:center;margin-right:32px}.Header_logo__1hGYx img{height:44px}.Header_nav__LLUoy{display:flex;align-items:center;gap:0;flex:1 1}.Header_navItem__Fdmv_{position:static}.Header_navLink__SqOUL{display:flex;align-items:center;gap:6px;padding:0 16px;height:72px;font-size:.92rem;font-weight:600;color:var(--blue);white-space:nowrap;transition:color .2s;border-bottom:3px solid transparent}.Header_navItemActive__wFoOK .Header_navLink__SqOUL,.Header_navLink__SqOUL:hover{color:var(--orange);border-bottom-color:var(--orange)}.Header_navIcon__MkwY_{font-size:1rem}.Header_chevron__gNYYq{width:10px;height:7px;transition:transform .2s;flex-shrink:0}.Header_navItemActive__wFoOK .Header_chevron__gNYYq{transform:rotate(180deg)}.Header_megaMenu__rC4wr{position:fixed;top:116px;left:0;right:0;background:#fff;box-shadow:0 8px 40px rgba(42,55,117,.18);border-top:3px solid var(--orange);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease;z-index:999}.Header_navItemActive__wFoOK .Header_megaMenu__rC4wr{opacity:1;pointer-events:all;transform:translateY(0)}.Header_megaInner__IhvH8{display:flex;gap:0;padding:36px 0}.Header_megaColumns__OAAf_{display:flex;flex:1 1;gap:0}.Header_megaCol__BzpPZ{flex:1 1;padding:0 24px;border-right:1px solid #f0f2f8}.Header_megaCol__BzpPZ:first-child{padding-left:0}.Header_megaColHighlight__pb7oP{background:#f8f9fc;border-radius:12px;padding:16px 20px;border-right:none}.Header_megaColTitle__uwiK1{font-size:.78rem;font-weight:700;letter-spacing:.09em;color:var(--orange);margin-bottom:14px}.Header_megaLink__9KzFl{display:flex;align-items:center;gap:6px;padding:7px 0;font-size:.9rem;color:#3d4461;transition:color .15s;border-bottom:1px solid transparent}.Header_megaLink__9KzFl:hover{color:var(--orange)}.Header_megaArrow__CSaS1{font-size:.8rem;color:var(--orange)}.Header_megaCta__VZoOV{width:240px;flex-shrink:0;padding-left:32px}.Header_megaCtaBox__dvYZL{background:linear-gradient(135deg,var(--blue),var(--blue-light));border-radius:16px;padding:28px 24px;color:#fff;text-align:center}.Header_megaCtaIcon__PeREj{font-size:2rem;margin-bottom:12px;display:block}.Header_megaCtaBox__dvYZL strong{display:block;font-size:1rem;margin-bottom:8px}.Header_megaCtaBox__dvYZL p{font-size:.82rem;color:hsla(0,0%,100%,.75);margin-bottom:16px;line-height:1.4}.Header_actions__QTu_9{display:flex;align-items:center;gap:12px;margin-left:auto}.Header_burger__a4e8k{display:none;flex-direction:column;gap:5px;padding:6px;cursor:pointer}.Header_burger__a4e8k span{display:block;width:24px;height:2px;background:var(--blue);border-radius:2px;transition:all .2s}.Header_mobileMenu__EtVHp{display:none;position:fixed;top:116px;left:0;right:0;bottom:0;background:#fff;overflow-y:auto;z-index:998;transform:translateX(100%);transition:transform .3s ease}.Header_mobileMenuOpen__To2kn{transform:translateX(0)}.Header_mobileItem__4XLPa{border-bottom:1px solid #f0f2f8}.Header_mobileToggle__XSK_j{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;font-size:.98rem;font-weight:600;color:var(--blue);background:none;border:none;cursor:pointer}.Header_mobileChevron__Uit8m{font-size:.7rem;color:#7a85a3;transition:transform .2s}.Header_mobileChevronOpen__69WAb{font-size:.7rem;color:var(--orange);transform:rotate(180deg)}.Header_mobileSubmenu__2MeSb{padding:8px 0 16px;background:#f8f9fc}.Header_mobileColTitle__SI_du{padding:10px 24px 4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--orange)}.Header_mobileLink__IGUnl{display:block;padding:9px 24px;font-size:.9rem;color:#3d4461}.Header_mobileLink__IGUnl:hover{color:var(--orange)}@media (max-width:1100px){.Header_nav__LLUoy{display:none}.Header_burger__a4e8k{display:flex}.Header_mobileMenu__EtVHp{display:block}}@media (max-width:600px){.Header_mainInner__hmBqn{height:64px}.Header_topbarInner__5R_1A{flex-direction:column;gap:2px;text-align:center}}.Header_navLink__SqOUL{border-radius:var(--radius-pill)!important;padding:9px 14px!important;font-size:.88rem!important;font-weight:600!important;color:var(--blue)!important;gap:6px!important;transition:background var(--transition),color var(--transition)}.Header_navItemActive__wFoOK .Header_navLink__SqOUL,.Header_navLink__SqOUL:hover{background:var(--gray-100)!important;color:var(--blue)!important}.Header_navIcon__MkwY_{display:none!important}.Header_chevron__gNYYq{width:10px!important;height:10px!important;color:var(--gray-700)!important;opacity:.9}.Header_logo__1hGYx img{height:42px!important;width:auto;border:none!important;background:none!important}.Header_phone__bDtZz{display:inline-flex;align-items:center;gap:7px;font-size:.86rem;font-weight:600;color:var(--blue);font-feature-settings:"tnum" 1;white-space:nowrap}.Header_phone__bDtZz:hover{color:var(--orange)}.Header_ctaWrap__1wmNW{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.Header_ctaWrap__1wmNW .Header_btn__K43rc{padding:9px 18px!important;font-size:.84rem!important}.Header_ctaNote__oNJCR{font-size:.62rem;color:var(--gray-500);padding-left:18px;white-space:nowrap}.Header_megaColTitle__uwiK1{font-size:.72rem!important;font-weight:600!important;color:var(--gray-700)!important;text-transform:uppercase;letter-spacing:.05em}.Header_megaLink__9KzFl{font-size:.85rem!important;font-weight:400!important;border-radius:10px!important;padding:7px 10px!important;transition:background var(--transition),color var(--transition)}.Header_megaLink__9KzFl:hover{background:var(--gray-50)!important}.Header_megaCtaBox__dvYZL{border:none!important;color:var(--white)!important}.Header_megaCtaBox__dvYZL p{font-size:.8rem!important}@media (max-width:1100px){.Header_ctaNote__oNJCR,.Header_phone__bDtZz{display:none}}.Header_topbar__i_u2T{display:none!important}.Header_megaInner__IhvH8{padding:24px 0 26px!important;align-items:start!important}.Header_megaColumns__OAAf_{gap:18px!important;align-items:start!important}.Header_megaCol__BzpPZ{min-width:0}.Header_megaCol__BzpPZ ul{display:flex;flex-direction:column;gap:1px}.Header_megaColHighlight__pb7oP{background:var(--gray-50)!important;border:1px solid var(--gray-200)!important;border-radius:14px!important;padding:16px 18px!important;align-self:start!important}.Header_megaCta__VZoOV{align-self:start!important}.Header_megaCtaBox__dvYZL{padding:20px!important;gap:8px!important}.Header_megaCtaIcon__PeREj{font-size:1.4rem!important;margin-bottom:2px!important}.Header_logo__1hGYx{flex-shrink:0;padding-left:2px}.Header_ctaWrap__1wmNW{line-height:1.1}.Header_megaMenu__rC4wr{position:absolute!important;top:100%!important;left:0!important;right:0!important;border-top:1px solid var(--gray-200)!important;box-shadow:0 24px 48px rgba(35,44,102,.14)!important}.Header_header__ZPN_X{position:-webkit-sticky;position:sticky;overflow:visible}.Header_navItem__Fdmv_,.Header_nav__LLUoy{position:static}.Header_mobile__CWWyk{position:absolute!important;top:100%!important}.Header_megaMenu__rC4wr>.container{max-width:1220px!important}.Header_megaInner__IhvH8{padding:26px 0!important;gap:14px!important}.Header_megaColumns__OAAf_{gap:14px!important}.Header_megaLink__9KzFl{display:block!important;padding:9px 12px!important;border-radius:12px!important;border:1px solid transparent!important;font-size:.84rem!important;font-weight:500!important;color:var(--blue)!important;transition:background .15s ease,border-color .15s ease!important}.Header_megaLink__9KzFl:hover{background:#f5f6fc!important;border-color:var(--gray-200)!important;color:var(--blue-light)!important}.Header_megaCtaBox__dvYZL{position:relative;overflow:hidden;background:var(--grad-hero)!important;border-radius:14px!important;padding:18px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:10px!important}.Header_megaCtaBox__dvYZL:before{content:"";position:absolute;right:-30px;top:-24px;width:110px;height:18px;border-radius:9999px;background:linear-gradient(90deg,#f8a5cd,var(--pink));transform:rotate(-38deg);opacity:.55;pointer-events:none}.Header_megaCtaBox__dvYZL strong{position:relative;font-size:.84rem!important;font-weight:700!important;color:var(--white)!important}.Header_megaCtaBox__dvYZL p{position:relative;font-size:.72rem!important;line-height:1.45!important;color:hsla(0,0%,100%,.75)!important;margin:0!important}.Header_megaCtaBox__dvYZL .btn{position:relative;align-self:flex-start;padding:8px 16px!important;font-size:.76rem!important}.Footer_footer__LxLGV{position:relative;overflow:hidden;background:var(--blue);color:hsla(0,0%,100%,.8);padding:56px 0 26px}.Footer_decoOrange__yk9rG,.Footer_decoPink__It68S{position:absolute;border-radius:var(--radius-pill);transform:rotate(-38deg);pointer-events:none}.Footer_decoPink__It68S{right:-70px;top:-50px;width:220px;height:30px;background:linear-gradient(90deg,#f8a5cd,var(--pink));opacity:.3}.Footer_decoOrange__yk9rG{right:90px;top:-84px;width:180px;height:26px;background:linear-gradient(90deg,var(--orange-light),var(--orange));opacity:.22}.Footer_grid__nc0Wv{position:relative;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:32px;gap:32px}.Footer_brand__hrKsL{display:flex;flex-direction:column;gap:12px}.Footer_logo__y_pDi{height:40px;width:auto;align-self:flex-start}.Footer_slogan__ZcUra{font-size:.78rem;font-style:italic;font-weight:500;color:#f8a5cd}.Footer_brandText__jQc97{font-size:.8rem;font-weight:300;line-height:1.55;color:hsla(0,0%,100%,.65)}.Footer_badges__9bJFZ{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.Footer_badge__moRtW{font-size:.72rem;font-weight:300;color:hsla(0,0%,100%,.75);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);padding:5px 11px;border-radius:var(--radius-pill)}.Footer_badge__moRtW strong{font-weight:600;color:var(--white);font-feature-settings:"tnum" 1}.Footer_col__18yNJ{display:flex;flex-direction:column;gap:9px}.Footer_colTitle__IzESw{font-size:.78rem;font-weight:600;color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.Footer_col__18yNJ a{font-size:.82rem;font-weight:300;color:hsla(0,0%,100%,.7);transition:color var(--transition)}.Footer_col__18yNJ a:hover{color:var(--orange-light)}.Footer_phone__dB_8C{font-size:1.05rem!important;font-weight:600!important;color:var(--white)!important;font-feature-settings:"tnum" 1}.Footer_phone__dB_8C:hover{color:var(--orange-light)!important}.Footer_hours__wtJBQ{font-size:.78rem;font-weight:300;color:hsla(0,0%,100%,.55);line-height:1.5}.Footer_bottom__GqBWJ{position:relative;margin-top:44px;padding-top:22px;border-top:1px solid hsla(0,0%,100%,.15);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.Footer_legal__fuCOy{display:flex;flex-direction:column;gap:4px}.Footer_legal__fuCOy p{font-size:.72rem;font-weight:300;line-height:1.5;color:hsla(0,0%,100%,.55);font-feature-settings:"tnum" 1}.Footer_legal__fuCOy a{color:hsla(0,0%,100%,.75);text-decoration:underline}.Footer_legal__fuCOy a:hover{color:var(--orange-light)}.Footer_legalLinks__1_T6w{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-start}.Footer_legalLinks__1_T6w a{font-size:.72rem;font-weight:300;color:hsla(0,0%,100%,.55);transition:color var(--transition)}.Footer_legalLinks__1_T6w a:hover{color:var(--orange-light)}@media (max-width:900px){.Footer_grid__nc0Wv{grid-template-columns:1fr 1fr;gap:28px}.Footer_brand__hrKsL{grid-column:1/-1}}@media (max-width:560px){.Footer_grid__nc0Wv{grid-template-columns:1fr}.Footer_bottom__GqBWJ{flex-direction:column}}