@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";#home-main{max-width:100vw;height:100dvh;padding:100px 4vw;display:flex;justify-content:center;align-items:center}#home-main .bg-container{position:absolute;z-index:1;width:100%;height:100%;opacity:.1}#home-main .bg-container img{object-fit:cover}#home-main .home-container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:50px;width:100%}#home-main .home-container .heading-container{display:flex;align-items:flex-end;gap:10px;color:#265bff}#home-main .home-container .heading-container svg{width:220px}#home-main .home-container .heading-container .cls-1{fill:#fff}#home-main .home-container .heading-container .cls-2{fill:#36f}#home-main .home-container .links-container{display:flex;flex-direction:column;gap:20px;width:100%;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 .75rem 2rem 0 rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.125);border-radius:10px;padding:20px}#home-main .info{position:absolute;bottom:6vh;z-index:2;color:#f3efef;font-size:.9rem}#home-main .info span{color:#265bff;font-weight:700}@media screen and (min-width:820px){#home-main{padding:100px 20vw}}@media screen and (min-width:1025px){#home-main{padding:100px 30vw}}#defaultButton{display:flex;cursor:pointer}#defaultButton .arrow{width:40px;height:40px;background-color:#d6a3e4;border-radius:10px;display:grid;place-items:center;overflow:hidden;transition:all .1s cubic-bezier(.76,0,.24,1)}#defaultButton .arrow svg{width:15px;height:15px;transition:all .1s cubic-bezier(.76,0,.24,1) .1s;color:#222}#defaultButton .arrow-hover{width:0;opacity:0}#defaultButton .arrow-hover svg{transform:translate(-50px,50px)}#defaultButton .title{width:calc(100% - 15px - 15px);background-color:#265bff;border-radius:10px;display:flex;align-items:center;height:40px;padding:0 20px;color:#f3efef;font-size:1rem}#defaultButton:hover .arrow{width:0;opacity:0;transition:all .2s cubic-bezier(.76,0,.24,1)}#defaultButton:hover .arrow svg{transform:translate(-50px,50px);transition:all .1s cubic-bezier(.76,0,.24,1) .1s}#defaultButton:hover .arrow-hover{width:40px;opacity:1}#defaultButton:hover .arrow-hover svg{transform:translate(0)}@media screen and (min-width:820px){#defaultButton .arrow{width:40px;height:40px;border-radius:10px}#defaultButton .arrow svg{width:15px;height:15px}#defaultButton .title{padding:0 30px;height:40px;border-radius:10px;font-size:1rem}#defaultButton .arrow-hover{width:0}#defaultButton .arrow-hover svg{transform:translate(-50px,50px)}#defaultButton:hover .arrow-hover{width:40px}}@media screen and (min-width:1025px){#defaultButton .arrow{width:50px;height:50px;border-radius:20px}#defaultButton .arrow svg{width:15px;height:15px}#defaultButton .title{padding:0 40px;height:50px;border-radius:20px;font-size:1.2rem}#defaultButton .arrow-hover{width:0}#defaultButton .arrow-hover svg{transform:translate(-50px,50px)}#defaultButton:hover .arrow-hover{width:50px}}