.theme--light.v-footer{background-color:#f5f5f5;color:rgba(0,0,0,.87)}.theme--dark.v-footer{background-color:#272727;color:#fff}.v-sheet.v-footer{border-radius:0}.v-sheet.v-footer:not(.v-sheet--outlined){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-sheet.v-footer.v-sheet--shaped{border-radius:16px 0}.v-footer{align-items:center;display:flex;flex:0 1 auto!important;flex-wrap:wrap;padding:6px 16px;position:relative;transition-duration:.2s;transition-property:background-color,left,right;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-footer:not([data-booted=true]){transition:none!important}.v-footer--absolute,.v-footer--fixed{z-index:3}.v-footer--absolute{position:absolute}.v-footer--absolute:not(.v-footer--inset){width:100%}.v-footer--fixed{position:fixed}.v-footer--padless{padding:0}.head{justify-content:center;border-radius:0 0 36px 36px;padding:1rem}.continer,.head{display:flex;gap:1rem}.continer{justify-content:space-around;width:100%;margin:2rem}.area{background-size:50% auto;background:#fff;width:100%;height:100%}.wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-template-rows:repeat(auto-fill,370px);height:100%;gap:2rem;margin:2rem}.card{width:100%;height:360px;border-radius:15px;padding:1.5rem;background:#f5f5f5;color:#000;position:relative;display:flex;justify-content:center;align-items:center;transition:.4s ease-out;box-shadow:0 7px 10px rgba(0,0,0,.1);cursor:pointer}.card:hover{transform:translateY(20px)}.card:hover:before{opacity:1}.card:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:15px;background:rgba(0,0,0,.2);z-index:2;transition:.5s;opacity:0}