.hero-container{width:100%;height:calc(100dvh - var(--base) * 5);max-height:calc(var(--base) * 1080);overflow:hidden}.hero-container,.hero-content{position:relative;display:flex;flex-direction:column}.hero-content{z-index:3;justify-content:center;height:100%}.hero-main{position:absolute;left:50%;bottom:calc(var(--base) * 3);transform:translate(-50%);flex-direction:column;align-items:center;padding:0 calc(var(--base) * 2);text-align:center}.download-buttons,.hero-main{display:flex;width:100%;max-width:calc(var(--base) * 45)}.download-buttons{justify-content:center;gap:calc(var(--base) * .5);flex-wrap:wrap;z-index:3}.download-buttons+a{display:none}@media (min-width:661px){.download-buttons{display:none}.download-buttons+a{display:block}.hero-main{bottom:calc(var(--base) * 15.6)}}@media screen and (max-width:1080px){.hero-container{max-height:800px}}@media screen and (max-width:768px){.hero-container{max-height:700px;height:calc(100dvh - var(--base) * 1)}}@media screen and (max-width:480px){.download-buttons{gap:4px}.download-btn-img{height:auto}.download-buttons a img{height:50px}}