@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-dc15a0c7 {
    background: #2e1065;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #6b21a8;
    overflow: hidden;
}

.c-dc15a0c7::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-9a18182f {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: relative;
}

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

.c-f74fbd0a {
    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-7c9f94fc {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-1355de63 {
    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-ffd59af0 {
    color: #d8b4fe;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 16px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-ffd59af0::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-ffd59af0:hover::before {
    width: 200px;
    height: 200px;
}

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

.c-0edb53b3 {
    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-0edb53b3::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-0edb53b3:hover::before {
    left: 100%;
}

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

.c-00274da8 {
    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-00274da8:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.c-d77c0b7c {
    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-d77c0b7c:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

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

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

.c-1f366dfc {
    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-da0f0844 {
    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-da0f0844 {
    opacity: 1;
    transform: rotateY(0deg);
}

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

.c-da0f0844::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-da0f0844:hover::before {
    opacity: 1;
}

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

.c-42112fa2 {
    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-42112fa2 {
    opacity: 1;
    transform: rotateY(0deg);
    transition-delay: 0.6s;
}

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



.c-b4960cf9 {
    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-e8de9b64 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

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

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

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

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

.c-ec4a0740 {
    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-c3885a2e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-9c4de614 {
    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-9c4de614:hover {
    background-color: #d946ef;
    color: #2e1065;
}

.c-8cbe0e99 {
    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-7ab49656 {
    opacity: 0.8;
    font-size: 14px;
}

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

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

.c-de7321c7:hover {
    opacity: 1;
}

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

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

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

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

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



.c-1d91a406 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Kanit', sans-serif;
    color: #f3e8ff;
    background-color: #2e1065;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-1d91a406 h1,
.c-1d91a406 h2,
.c-1d91a406 h3,
.c-1d91a406 h4 {
    color: #f3e8ff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-1d91a406 h1 {
    font-size: 40px;
}

.c-1d91a406 h2 {
    font-size: 32px;
}

.c-1d91a406 h3 {
    font-size: 24px;
}

.c-1d91a406 h4 {
    font-size: 18px;
}

.c-1d91a406 p,
.c-1d91a406 li {
    color: #d8b4fe;
    font-size: 16px;
}

.c-1d91a406 ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-1d91a406 ul li {
    margin-bottom: 0.5rem;
}

.c-1d91a406 a {
    color: #a855f7;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-1d91a406 a:hover {
    color: #d946ef;
}

.c-1d91a406 strong {
    color: #f3e8ff;
    font-weight: 600;
}

.c-1d91a406 code {
    background-color: #6b21a8;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

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

    .c-00274da8 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-84a9a806 {
        grid-template-columns: 1fr;
    }

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

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

    .c-ab76034b {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-1d91a406 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-1d91a406 h1 {
        font-size: 32px;
    }

    .c-1d91a406 h2 {
        font-size: 24px;
    }

    .c-1d91a406 h3 {
        font-size: 18px;
    }
}