@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #ffffff;
    font-family: Roboto;
    font-size: 16px;
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-daebf253 {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-2b3a31ea {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-084c1776 {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.15s ease;
    position: relative;
    z-index: 99999;
}

.c-084c1776:hover {
    transform: translateY(-2px);
}

.c-a5b5ee22 {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-bb2e387c {
    display: flex;
    align-items: center;
    gap: 32px;
}

.c-43d6e9fa {
    display: flex;
    align-items: center;
    gap: 24px;
}

.c-44a99570 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 16px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    position: relative;
    overflow: hidden;
}

.c-44a99570::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 0.3s ease;
}

.c-44a99570:hover::before {
    transform: translateX(0);
}

.c-44a99570:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-340cb219 {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 0.15s ease;
    backdrop-filter: blur(10px);
}

.c-340cb219:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-762a6ba9 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: 0.15s ease;
}

.c-762a6ba9:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-70813231 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.15s ease;
    border-radius: 2px;
}

.header__burger--active .c-70813231:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-70813231:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-70813231:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-916d26d5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: translateY(-100%);
    transition: 0.3s ease;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-de8a1d0b {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-de8a1d0b {
    opacity: 1;
    transform: translateY(0);
}

.c-de8a1d0b:nth-child(1) {
    transition-delay: 0.1s;
}
.c-de8a1d0b:nth-child(2) {
    transition-delay: 0.2s;
}
.c-de8a1d0b:nth-child(3) {
    transition-delay: 0.3s;
}
.c-de8a1d0b:nth-child(4) {
    transition-delay: 0.4s;
}
.c-de8a1d0b:nth-child(5) {
    transition-delay: 0.5s;
}

.c-de8a1d0b:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-2e5bab4a {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
    padding: 8px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 32px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-2e5bab4a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-2e5bab4a:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-f85db5a9 {
    background-color: #ffffff;
    padding: 32px 0;
    border-top: 2px solid #3b82f6;
    position: relative;
}

.c-069cbc1c {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.c-b1bae361 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.c-b1bae361:hover {
    transform: scale(1.05);
}

.c-b1bae361 i {
    color: #3b82f6;
    font-size: 32px;
}

.c-286fa754 {
    color: #4a5568;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 18px;
}

.c-6e75014a {
    margin-bottom: 32px;
}

.c-54008f45 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.c-d3a6a476 {
    color: #4a5568;
    font-weight: 500;
    position: relative;
    transition: color 0.15s ease;
    padding: 8px 0;
}

.c-d3a6a476::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.c-d3a6a476:hover {
    color: #3b82f6;
}

.c-d3a6a476:hover::after {
    width: 100%;
}

.c-7b0d2f8c {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: inline-block;
    min-width: 300px;
}

.c-f5bc32ae {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.c-c9f81898 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-ed344b03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4a5568;
}

.c-973e5f1b {
    color: #3b82f6;
    width: 20px;
    text-align: center;
}

.c-13e74c7c {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    margin: 24px auto;
}

.c-7fb2a03c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.c-354e7b35 {
    color: #9ca3af;
    font-size: 14px;
}

.c-dc6713e2 {
    display: flex;
    gap: 24px;
}

.c-e736ca51 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 0.15s ease;
    position: relative;
}

.c-e736ca51:hover {
    color: #3b82f6;
}

.c-e736ca51:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 24px / 2);
    color: #9ca3af;
}

.c-88aba466 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
    opacity: 0.8;
}



.c-9b0f6f78 {
    min-height: 100vh;
}

.c-9d8a47a0 {
    padding: 48px 0;
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.c-9d8a47a0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/placeholder.svg?height=600&width=1200') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.c-673d5455 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.c-9f133e94 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-5c2eed49 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.c-4aff3fa3 {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 32px;
}

.c-b2f26337 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin-top: 32px;
}

.c-8ff4c054 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.c-efc75127 {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.c-3a9c007d {
    font-size: 18px;
    opacity: 0.9;
}

.c-623f036a {
    padding: 48px 0;
    background: #f8fafc;
}

.c-509843b6 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
}

.c-f32d4cb5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.c-f392cf40 {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(30px);
}

.c-b8d40f91 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-1269fbe2 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-weight: 700;
}

.c-9f13b826 {
    list-style: none;
}

.c-cd7b89b1 {
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-cd7b89b1:last-child {
    border-bottom: none;
}

.c-4815d868 {
    width: 24px;
    height: 24px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.c-b10459d1 {
    color: #4a5568;
}

.c-a823052f {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(-30px);
}

.c-6af87558 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-52921084 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.c-4a2e1656 {
    margin-bottom: 24px;
}

.c-4a2e1656:last-child {
    margin-bottom: 0;
}

.c-7564008f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.c-9fa00dd7 {
    font-weight: 500;
    color: #1a1a1a;
}

.c-63914829 {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
}

.c-47bf93ef {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.c-06f01a2b {
    height: 100%;
    background: #3b82f6;
    border-radius: 4px;
    width: 0;
    transition: width 1.5s ease;
}

.c-c4f26c50 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-0d1315a3 {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.c-0d1315a3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-stats--animated .c-9f133e94 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.about-stats--animated .c-8ff4c054 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-stats--animated .c-8ff4c054:nth-child(1) {
    transition-delay: 0.2s;
}
.about-stats--animated .c-8ff4c054:nth-child(2) {
    transition-delay: 0.3s;
}
.about-stats--animated .c-8ff4c054:nth-child(3) {
    transition-delay: 0.4s;
}
.about-stats--animated .c-8ff4c054:nth-child(4) {
    transition-delay: 0.5s;
}

.about-stats--animated .c-f392cf40 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.3s;
}

.about-stats--animated .c-a823052f {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.5s;
}

.about-stats--animated .c-c4f26c50 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.7s;
}



.c-df8a9a70 {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-1344b769 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-f3c97c76 {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-f3c97c76:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-f3c97c76:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-f3c97c76:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-a443fe73 {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-e001aded {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 24px;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-209356fd {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #1a1a1a;
    margin-bottom: 48px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-20bd03f4 {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 24px 32px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.c-20bd03f4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b, #3b82f6);
    background-size: 300% 300%;
    border-radius: 12px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-20bd03f4::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #334155;
    border-radius: calc(12px - 2px);
    z-index: -1;
}

.c-20bd03f4:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-20bd03f4:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-dbdbdf84 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 24px;
}

.c-dbdbdf84.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-d97a92f5 {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: scale(0.8) translateY(50px);
    transition: transform 0.3s ease;
    position: relative;
}

.c-dbdbdf84.policy-modal--visible .c-d97a92f5 {
    transform: scale(1) translateY(0);
}

.c-7e77adb2 {
    text-align: center;
    margin-bottom: 32px;
}

.c-c0ce4354 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 40px;
}

.c-e6eb9027 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.c-6bdec018 {
    color: #4a5568;
    font-size: 16px;
}

.c-7d4ab106 {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 32px;
    text-align: center;
}

.c-b57ada64 {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
}

.c-c86942a8 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

.c-f29d3db5 {
    display: grid;
    gap: 16px;
}

.c-387babe3 {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.15s ease;
    border: 2px solid transparent;
}

.c-387babe3:hover {
    border-color: #3b82f6;
    transform: translateX(4px);
}

.c-bb12389a {
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #ffffff;
    font-size: 12px;
}

.c-bf024142 {
    flex: 1;
}

.c-ca860c67 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-d2a74189 {
    font-size: 14px;
    color: #9ca3af;
}

.c-481df509 {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.c-15ce0747 {
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-eb36013f {
    background: #3b82f6;
    color: #ffffff;
}

.c-eb36013f:hover {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .c-bb2e387c {
        display: none;
    }

    .c-762a6ba9 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-54008f45 {
        flex-direction: column;
        gap: 16px;
    }

    .c-7b0d2f8c {
        min-width: auto;
        width: 100%;
    }

    .c-7fb2a03c {
        flex-direction: column;
        gap: 16px;
    }

    .c-dc6713e2 {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .c-e736ca51:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-f32d4cb5 {
        grid-template-columns: 1fr;
    }

    .c-efc75127 {
        font-size: 2.5rem;
    }
}
@media (max-width: 640px) {
    .c-d97a92f5 {
        padding: 24px;
        margin: 16px;
    }

    .c-481df509 {
        flex-direction: column;
    }
}