footer{background:var(--primary);padding-top:2rem}footer,footer a{color:var(--white)}footer a{font-size:1rem;font-weight:400;text-decoration:none}footer a:hover{color:var(--magenta)}footer .footer-wrapper .container:not(:last-of-type){border-bottom:1px solid hsla(0,1%,74%,.5)}footer .footer-wrapper .container :is(.footer-top-grid,.footer-bottom-grid,.footer-middle-grid){display:grid;margin:0 auto;max-width:var(--section-width);padding:3rem 1.5rem}footer .footer-wrapper .container .footer-top-grid{grid-template-columns:repeat(1,1fr);row-gap:2rem}@media (min-width:768px){footer .footer-wrapper .container .footer-top-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}footer .footer-wrapper .container .footer-top-grid .grid-col:first-of-type{grid-column:1/span 2}}@media (min-width:992px){footer .footer-wrapper .container .footer-top-grid{grid-template-columns:320px 150px 1fr 1fr}footer .footer-wrapper .container .footer-top-grid .grid-col:first-of-type{grid-column:unset}}@media (min-width:1200px){footer .footer-wrapper .container .footer-top-grid{grid-template-columns:auto 225px 300px 200px}footer .footer-wrapper .container .footer-top-grid .footer-snippet{max-width:400px}}footer .footer-wrapper .container .footer-middle-grid{grid-template-columns:repeat(1,1fr);row-gap:2rem}@media (min-width:576px){footer .footer-wrapper .container .footer-middle-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){footer .footer-wrapper .container .footer-middle-grid{grid-template-columns:repeat(4,1fr)}}footer .footer-wrapper .container .footer-bottom-grid{align-items:center;grid-template-columns:repeat(1,1fr);justify-content:center;row-gap:1rem;text-align:center}@media (min-width:768px){footer .footer-wrapper .container .footer-bottom-grid{grid-template-columns:auto 300px;justify-content:space-between;text-align:left}}footer .footer-wrapper .container .footer-bottom-grid .grid-col:first-of-type{display:flex;flex-direction:column;gap:1rem}@media (min-width:576px){footer .footer-wrapper .container .footer-bottom-grid .grid-col:first-of-type{flex-direction:row;justify-content:center;line-height:1}footer .footer-wrapper .container .footer-bottom-grid .grid-col:first-of-type span{line-height:1;padding-inline:.75rem}}footer .footer-wrapper .container ul{list-style-type:none;margin:0;padding-left:0}@media (min-width:576px){footer .footer-wrapper .container ul.menu-group:has(ul){display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){footer .footer-wrapper .container ul.menu-group:has(ul){display:flex;flex-direction:column;gap:1.5rem}}footer .footer-wrapper .container ul li{line-height:1.5}@media (min-width:1200px){footer .footer-wrapper .container ul li{line-height:1.75}}footer .footer-wrapper .container ul li.heading,footer .footer-wrapper .container ul li.heading>a{color:var(--yellow);font-size:1.075rem}footer .footer-wrapper .container .footer-social{align-items:center;display:flex;gap:.5rem;justify-content:center}@media (min-width:768px){footer .footer-wrapper .container .footer-social{justify-content:flex-end}}footer .footer-wrapper .container .footer-social a{padding:.25rem}footer .footer-wrapper .container .footer-social a>span{display:flex}footer .footer-wrapper .container .footer-social a svg{height:1.5rem;transform:translateY(1px);width:auto;fill:var(--yellow)}footer .footer-wrapper .container .icon-list{display:flex;flex-direction:column;gap:1rem}footer .footer-wrapper .container .icon-list .icon-list-item{align-items:center;display:flex;gap:1rem}footer .footer-wrapper .container .main-col{display:flex;flex-direction:column;gap:2rem}footer .hs-web-interactive-inline{margin-top:2rem}