.contactCard{justify-content:flex-start;width:234px;height:320px;border-radius:48px;padding:32px;background:var(--background-object);box-shadow:var(--soft-box-shadow);text-align:center;cursor:pointer}.contactCard,.contactCardImageFrame{display:flex;flex-direction:column;align-items:center}.contactCardImageFrame{justify-content:center;align-self:stretch;min-height:225px;border-radius:32px}.tempImageFrame{width:100%;height:90%;border-radius:32px;position:relative}.contactCardtextFrame{justify-content:center;height:109px;width:234px;margin:0 auto;padding:0}.contactCardText,.contactCardtextFrame{display:flex;flex-direction:column;align-items:center;text-align:center}.contactCardText{justify-content:flex-start;font-weight:400;line-height:28px}.imageDarkTheme{display:none}.imageLightTheme{display:block}.animationLeft{animation:fadeInFromLeft 1.5s ease-out}.animationRight{animation:fadeInFromRight 1.5s ease-out}@media (prefers-color-scheme:dark){.imageDarkTheme{display:block}.imageLightTheme{display:none}}@keyframes fadeInFromLeft{0%{display:none;opacity:0;transform:translateX(-100%)}75%{display:block;opacity:0;transform:translateX(-100%)}to{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInFromRight{0%{display:none;opacity:0;transform:translateX(100%)}75%{display:block;opacity:0;transform:translateX(100%)}to{display:block;opacity:1;transform:translateX(0)}}@media screen and (min-width:576px){.contactCard{min-width:234px;height:320px}.contactCardtextFrame{padding:0}}@media screen and (min-width:769px){.contactCard{min-width:234px;height:334px}}@media screen and (min-width:992px){.contactCard:hover{box-shadow:var(--box-shadow);transform:scale(1.1);transition:.35s}}