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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #2e1065;
    font-family: 'Kanit', sans-serif;
    font-size: var(--font-size);
}
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-b7230ec5 {
    background: #2e1065;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #6b21a8;
    overflow: hidden;
}

.c-b7230ec5::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.c-10d0ad49 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: relative;
}

.c-b5dc891d {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f3e8ff;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    z-index: 9999;
}

.c-459b9161 {
    font-size: 32px;
    background: linear-gradient(45deg, #a855f7, #d946ef, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: colorShift 4s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
}

@keyframes colorShift {
    0%,
    100% {
        filter: hue-rotate(0deg) drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
    }
    33% {
        filter: hue-rotate(120deg) drop-shadow(0 2px 4px rgba(16, 185, 129, 0.3));
    }
    66% {
        filter: hue-rotate(240deg) drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
    }
}

.c-40f5e5b0 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-7a88c013 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #2e1065;
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.c-0613f655 {
    color: #d8b4fe;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 16px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-0613f655::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent);
    transition: 300ms ease-in;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.c-0613f655:hover::before {
    width: 200px;
    height: 200px;
}

.c-0613f655:hover {
    color: #a855f7;
    transform: translateY(-2px);
}

.c-6abc9472 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 20px 48px;
    border-radius: 24px;
    font-weight: 700;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-6abc9472::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 300ms ease-in;
}

.c-6abc9472:hover::before {
    left: 100%;
}

.c-6abc9472:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.c-4b5729cb {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    border: none;
    border-radius: 16px;
    transition: 160ms ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-4b5729cb:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.c-c6915c95 {
    width: 26px;
    height: 3px;
    background: #2e1065;
    margin: 3px 0;
    transition: 160ms ease;
    border-radius: 3px;
}

.header__burger--active {
    transform: rotate(180deg);
}

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

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

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

.c-ea4cb26a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #2e1065, #4c1d95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0) rotate(180deg);
    opacity: 0;
    transition: 300ms ease-in;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.c-8c0d3072 {
    color: #f3e8ff;
    font-size: 32px;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 24px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    text-align: center;
    min-width: 280px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.header__mobile-menu--active .c-8c0d3072 {
    opacity: 1;
    transform: rotateY(0deg);
}

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

.c-8c0d3072::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    opacity: 0;
    transition: 160ms ease;
    z-index: -1;
}

.c-8c0d3072:hover::before {
    opacity: 1;
}

.c-8c0d3072:hover {
    color: #2e1065;
    transform: rotateY(0deg) scale(1.1);
    border-color: #a855f7;
}

.c-2c3a2134 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 12px 48px;
    border-radius: 24px;
    font-weight: 800;
    font-size: 24px;
    margin-top: 30px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

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

.c-2c3a2134:hover {
    transform: rotateY(0deg) scale(1.15) rotateZ(5deg);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}



.c-49be0d08 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #2e1065;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #f3e8ff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-115393bc {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-5bd2e111 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-3a775a96 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-0f8cdd3e {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.c-0f8cdd3e i {
    font-size: 24px;
}

.c-7203e1ce {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 160ms ease;
}

.footer-social-link:hover {
    background-color: #2e1065;
    color: #a855f7;
    transform: translateY(-5px);
}

.c-47fbbcf5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-cd2b8bfe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-ba587300 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-ba587300::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #2e1065;
}

.c-4e90660c {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.c-ff88c118 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-ff88c118:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-ff88c118 i {
    font-size: 10px;
}

.c-d98de9b7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-a03603fc {
    line-height: 1.6;
    opacity: 0.8;
}

.c-e9b078e3 {
    position: relative;
    margin-top: 12px;
}

.c-eb27aaf5 {
    border: 1px solid #2e1065;
    padding: 20px;
    padding-right: 50px;
    border-radius: 10px;
    color: #2e1065;
}

.c-eb27aaf5::placeholder {
    color: #2e1065;
}

.c-cd8c7038 {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #2e1065;
    color: #a855f7;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-cd8c7038:hover {
    background-color: #d946ef;
    color: #2e1065;
}

.c-f22d507c {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-45e69442 {
    opacity: 0.8;
    font-size: 14px;
}

.c-40d4c5e8 {
    display: flex;
    gap: 30px;
}

.c-92e64108 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 160ms ease;
}

.c-92e64108:hover {
    opacity: 1;
}

.c-3f1209bb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-46a102fb {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-7c614514 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-ffcb8748 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-361bf6ae {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-ab7ec7a5 {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #2e1065;
}

.c-baef82fd {
    background: linear-gradient(135deg, #f3e8ff 0%, #a855f7 100%);
    color: #2e1065;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.c-baef82fd::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: contactsV4Float 20s ease-in-out infinite;
}

@keyframes contactsV4Float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-20px, -20px) rotate(120deg);
    }
    66% {
        transform: translate(20px, -10px) rotate(240deg);
    }
}

.c-96dac965 {
    position: relative;
    z-index: 1;
}

.c-c644203b {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.c-3ad7228e {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 64px;
}

.c-a38dfe2c {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-50242ad3 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--font-size);
    opacity: 0.9;
}

.c-17ab14c7 {
    width: 20px;
    height: 20px;
    background: #2e1065;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #a855f7;
    font-weight: bold;
}

.c-204c6c89 {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #4c1d95;
}

.c-f8788939 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.c-cc778be6 {
    text-align: center;
    margin-bottom: 64px;
}

.c-263362c3 {
    font-size: 24px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 12px;
}

.c-fb0756a2 {
    font-size: var(--font-size);
    color: #d8b4fe;
    line-height: 1.5;
}

.c-b8f76b15 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #2e1065;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.05);
}

.c-f5d7322d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.c-654152ae {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-v4__field--full {
    grid-column: 1 / -1;
}

.c-97be942c {
    font-size: 14px;
    font-weight: 500;
    color: #f3e8ff;
}

.c-55108b51,
.c-d1b2249a {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    font-size: var(--font-size);
    color: #f3e8ff;
    background: #2e1065;
    transition: all 300ms ease-in;
    outline: none;
}

.c-55108b51:focus,
.c-d1b2249a:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--accent-primary-light);
    transform: translateY(-1px);
}

.c-55108b51.error {
    border: 1px solid #e11d48 !important;
    background: var(--error-light);
    animation: contactsV4Shake 0.5s ease-in-out;
}

@keyframes contactsV4Shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

.c-d1b2249a {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-2706364e {
    position: relative;
}

.c-d565600b {
    padding: 20px 48px;
    background: linear-gradient(135deg, #a855f7 0%, #d946ef 100%);
    color: #2e1065;
    border: none;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in;
    position: relative;
    overflow: hidden;
}

.c-d565600b::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.c-d565600b:hover::before {
    width: 600px;
    height: 600px;
}

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

.c-d565600b:active {
    transform: translateY(0);
}


.c-ab7ec7a5 .iti {
    width: 100%;
}

.c-ab7ec7a5 .iti__flag-container {
    border-right: 1px solid var(--border-color);
}

.c-ab7ec7a5 .iti__selected-flag {
    padding: 0 12px;
}

.c-ab7ec7a5 .iti__country-list {
    border-radius: 10px;
    box-shadow: 0 8px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
}





.c-901401e2 {
    color: #c084fc;
    opacity: 0.8;
    line-height: 1.4;
}

.c-a9b6d2a1 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.c-a9b6d2a1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.c-4f172467 {
    position: relative;
    z-index: 1;
}

.c-6ea88245 {
    font-size: 32px;
    font-weight: 800;
    color: #2e1065;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.c-887d47b8 {
    font-size: 18px;
    color: #2e1065;
    margin-bottom: 64px;
    line-height: 1.5;
    opacity: 0.9;
}

.c-c750d406 {
    display: inline-block;
    background: #2e1065;
    color: #a855f7;
    padding: 30px 48px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.c-c750d406:hover {
    background: transparent;
    color: #2e1065;
    border-color: #2e1065;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.c-c750d406:active {
    transform: translateY(-1px);
}

.c-33b67a43 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #f3e8ff;
    color: #2e1065;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 12px rgba(0, 0, 0, 0.12);
}

.c-33b67a43.policy-sidebar--visible {
    transform: translateX(0);
}

.c-b0ad7d8e {
    padding: 48px;
    background: linear-gradient(135deg, #f3e8ff, #a855f7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-e163961c {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-80030615 {
    opacity: 0.8;
    font-size: 14px;
}

.c-4bc2355a {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-ef85b2cc {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-8f621268 {
    margin-bottom: 48px;
}

.c-d0f0addd {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #2e1065;
}

.c-2a80c9b1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-5288ce7b {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #2e1065;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-5288ce7b:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #a855f7;
    transform: translateX(-4px);
}

.c-d44951eb {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-f44d23ea {
    flex: 1;
}

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

.c-ee612576 {
    font-size: 14px;
    opacity: 0.7;
}

.c-29329b3a {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-6bbf8269 {
    display: flex;
    gap: 20px;
}

.c-5b30499f {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-89953ec5 {
    background: #a855f7;
    color: #2e1065;
}

.c-89953ec5:hover {
    background: #d946ef;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-29bc1cb2 {
    background: transparent;
    color: #2e1065;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-29bc1cb2:hover {
    border-color: #2e1065;
    background: rgba(255, 255, 255, 0.1);
}

.c-4c6f986f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
}

.c-4c6f986f.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

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

    .c-4b5729cb {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-5bd2e111 {
        grid-template-columns: 1fr;
    }

    .c-47fbbcf5 {
        grid-template-columns: 1fr;
    }

    .c-f22d507c {
        flex-direction: column;
        text-align: center;
    }

    .c-40d4c5e8 {
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .c-ab7ec7a5 {
        grid-template-columns: 1fr;
    }

    .c-baef82fd {
        padding: 30px;
        text-align: center;
    }

    .c-204c6c89 {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .c-f5d7322d {
        grid-template-columns: 1fr;
    }

    .c-b8f76b15 {
        padding: 30px;
    }
}
@media (max-width: 480px) {
    .c-33b67a43 {
        width: 100%;
    }
}