.best-buy-guides__header{position:relative;overflow:hidden;width:100%;height:calc(230px + 5vw);margin-bottom:calc(-5vw + 40px);padding-top:64px;text-align:center;isolation:isolate}.best-buy-guides__header-background{--radial-center:50% 45%;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at var(--radial-center),rgba(82,0,255,0.5),transparent 50%),radial-gradient(circle at var(--radial-center),#1c1957,var(--color-black))}.best-buy-guides__header-image{width:100%;height:100%;object-fit:none;object-position:50% 60%;opacity:0.3}.best-buy-guides__header-curve:after{content:"";position:absolute;z-index:5;bottom:-5vw;left:50%;width:150%;height:10vw;border-radius:100%;background:var(--color-white);transform:translateX(-50%)}.best-buy-guides__header-text{color:var(--color-text-white);text-shadow:0 2px 20px rgb(0,0,0)}.best-buy-guides__title{margin-top:0;margin-bottom:8px}.best-buy-guides__subtitle{--glow-range:200px;margin:8px 10% 0;font-size:var(--font-size-default);font-weight:var(--font-weight-regular)}.best-buy-guides__list{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(auto,400px));grid-gap:16px;justify-content:center;padding:0;list-style:none}.best-buy-guides__item{position:relative;z-index:10;display:inline-grid;grid-template-columns:auto 1fr auto;grid-gap:16px;align-items:center;justify-content:space-between;padding:16px;background:var(--color-component);transition:all var(--duration-fast) var(--curve-fast-in)}.best-buy-guides__item,.best-buy-guides__item:before{border-radius:var(--border-radius-regular);box-shadow:var(--box-shadow)}.best-buy-guides__item:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--duration-fast) var(--curve-fast-in)}.best-buy-guides__item:hover:before{opacity:0.5}.best-buy-guides__item:hover .best-buy-guides__item-chevron{background:var(--color-icon-blue)}.best-buy-guides__item-icon{width:40px;height:40px}.best-buy-guides__item-icon--placeholder{background:var(--color-icon-light)}.best-buy-guides__item-title{margin:0;font-size:var(--font-size-default);font-weight:var(--font-weight-bold)}.best-buy-guides__item-chevron{background:var(--color-icon-light);transition:background var(--duration-fast) var(--curve-fast-in)}.best-buy-guides__device{--parallax-offset:0px;position:absolute}.best-buy-guides__device--lock{top:calc(var(--parallax-offset) - 112px);right:0;width:clamp(134px,25vw + 40px,201px);height:auto}.best-buy-guides__device--motion-sensor{display:none}.best-buy-guides__device--wall-plug{top:calc(var(--parallax-offset) - 80px);left:0;width:clamp(138px,25vw + 48px,217px);height:auto}@media (min-width:768px){.best-buy-guides{margin-bottom:240px}.best-buy-guides__header{height:calc(260px + 5vw);margin-bottom:calc(-5vw - 36px);padding-top:80px}.best-buy-guides__subtitle{font-size:20px}.best-buy-guides__item-title{font-size:var(--font-size-medium)}.best-buy-guides__device--lock{top:calc(var(--parallax-offset) + 20%)}.best-buy-guides__device--motion-sensor{top:calc(var(--parallax-offset) + 40% + 112px);left:32px;display:block}.best-buy-guides__device--wall-plug{top:calc(var(--parallax-offset) - 32px);left:-16px}}@media (min-width:992px){.best-buy-guides__header{height:calc(320px + 5vw);padding-top:144px}.best-buy-guides__header-background{--radial-center:50% 60%}.best-buy-guides__header-image{object-fit:cover;object-position:50% 80%}}