.contacts-title-card{--offset:3px;overflow:hidden;position:relative}.contacts-title-card .background-card{border-radius:inherit;width:calc(100% - .5rem);height:calc(100% - .5rem)}.contacts-title-card .background-card *{border-radius:inherit}.contacts-title-card:before{content:"";background:conic-gradient(transparent,270deg,#6d28d9,transparent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);aspect-ratio:1;height:100%;width:auto;animation:rotate 4s linear infinite}@media screen and (min-width:500px){.contacts-title-card:before{width:100%;height:auto}}.contacts-title-card:after{content:"";border-radius:inherit;position:absolute;inset:var(--offset);height:calc(100% - 2*var(--offset));width:calc(100% - 2*var(--offset))}@keyframes rotate{0%{transform:translate(-50%,-50%) scale(1.4) rotate(0turn)}to{transform:translate(-50%,-50%) scale(1.4) rotate(1turn)}}