<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-card {
    border: 1px solid rgba(253, 252, 246, 0.10);
    background: rgba(253, 252, 246, 0.10);
    backdrop-filter: blur(24.88px);
}

.feature-image {
    border-radius: 24px;
    background: rgba(253, 252, 246, 0.10);
    backdrop-filter: blur(24.88px);
}

.social-platforms-card {
    background: linear-gradient(98.77deg, rgba(30, 30, 30, 0.5) 0.86%, rgba(45, 45, 45, 0.5) 132.39%);
    backdrop-filter: blur(24.88px);
    border-radius: 24px;
}

.social-platform-icon {
    /* border-radius: 813.333px; */
    border: 1px solid rgba(253, 252, 246, 0.15);
    background: rgba(253, 252, 246, 0.15);
    backdrop-filter: blur(5px);
}

/* ... rest of the styles ... */</pre></body></html>