.background{width:100%;height:100vh;position:relative;overflow:hidden;margin-bottom:50px}.background img{width:100%;height:100%;filter:brightness(50%);animation:kenburns-top 20s ease-in-out infinite}.background .social-icons{width:50px;height:200px;padding:13px;gap:20px;left:40px;top:40%;border-radius:80px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.background .home-heading,.background .social-icons{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute}.background .home-heading{bottom:0;width:100%;padding:0 24px 80px;box-sizing:border-box}.background .home-heading .home-eyebrow{border-radius:80px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:15px 16px;font-size:16px;font-weight:500;line-height:100%}.background .home-heading .home-eyebrow,.background .home-heading h1{color:#fff;text-align:center;font-family:var(--clash-display);font-style:normal}.background .home-heading h1{max-width:900px;font-size:clamp(1.5rem,.9rem + 2.5vw,3rem);font-weight:600;line-height:1.15;text-transform:none;margin:16px 0 20px}.background .home-heading .home-subline{max-width:820px;margin:0;color:hsla(0,0%,100%,.92);text-align:center;font-family:var(--font-inter);font-size:clamp(.95rem,.85rem + .45vw,1.125rem);font-weight:400;line-height:1.55;letter-spacing:.01em}.background .home-heading .custom-button.basic-button{margin-top:32px}@keyframes kenburns-top{0%{transform:scale(1);transform-origin:50% 16%}50%{transform:scale(1.25) translateY(-15px);transform-origin:top}to{transform:scale(1);transform-origin:50% 16%}}@media only screen and (min-width:220px)and (max-width:767px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:none}}@media only screen and (min-width:1024)and (max-width:1440px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:flex}}