.sitemap-list{padding:0 8.75rem;width:100%;max-width:120rem;margin:0 auto;position:relative;display:flex;flex-direction:column;gap:5rem}@media screen and (max-width:1600px){.sitemap-list{padding:0 5rem}}@media screen and (max-width:768px){.sitemap-list{padding:0 1.5625rem}}@media screen and (max-width:475px){.sitemap-list{padding:0 .9375rem}}@media(max-width:1440px){.sitemap-list{gap:4rem}}@media(max-width:768px){.sitemap-list{gap:2.5rem}}.sitemap-list-section{display:flex;flex-direction:column;gap:2.5rem}@media(max-width:1440px){.sitemap-list-section{gap:2rem}}@media(max-width:768px){.sitemap-list-section{gap:1.5rem}}@media(max-width:475px){.sitemap-list-section{gap:1rem}}.sitemap-list-section-title{display:flex;align-items:center;gap:.75rem}@media(max-width:1440px){.sitemap-list-section-title{gap:.5rem}}.sitemap-list-section-title-name{font-family:var(--font-sf-pro-display);font-size:1.75rem;font-weight:700;line-height:2.25rem;color:#fff}@media(max-width:1600px){.sitemap-list-section-title-name{font-family:var(--font-sf-pro-display);font-size:1.5rem;font-weight:700;line-height:2rem}}@media(max-width:1440px){.sitemap-list-section-title-name{font-family:var(--font-sf-pro-display);font-size:1.25rem;font-weight:700;line-height:1.75rem}}@media(max-width:475px){.sitemap-list-section-title-name{font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:700;line-height:1.5rem}}.sitemap-list-section-sub{display:flex;flex-direction:column;gap:.5rem}.sitemap-list-section-sub-title{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem;color:#fff}@media(max-width:1440px){.sitemap-list-section-sub-title{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(max-width:475px){.sitemap-list-section-sub-title{font-family:var(--font-sf-pro-text);font-size:.75rem;font-weight:400;line-height:1rem}}.sitemap-list-section-sub-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-column-gap:2.5rem;column-gap:2.5rem;grid-row-gap:.5rem;row-gap:.5rem}.sitemap-list-section-sub-list-item>a{display:flex;cursor:pointer;font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem;color:hsla(0,0%,100%,.6);width:100%;text-decoration:none;text-transform:capitalize}@media(max-width:1440px){.sitemap-list-section-sub-list-item>a{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(max-width:475px){.sitemap-list-section-sub-list-item>a{font-family:var(--font-sf-pro-text);font-size:.75rem;font-weight:400;line-height:1rem}}@media(max-width:1600px){.sitemap-list-section-sub-list{grid-template-columns:repeat(3,1fr);column-gap:2rem}}@media(max-width:768px){.sitemap-list-section-sub-list{grid-template-columns:repeat(2,1fr);column-gap:1.25rem}}@media(max-width:475px){.sitemap-list-section-sub-list{grid-template-columns:repeat(1,1fr)}}