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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-362a2ac8 {
    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-23c51241 {
    opacity: 0.8;
    font-size: 14px;
}

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

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

.c-0c51bddc:hover {
    opacity: 1;
}

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

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

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

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

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



.c-808f1bb3 {
    min-height: 100vh;
}

.c-a795c0a8 {
    padding: 64px 0;
    color: #f3e8ff;
    position: relative;
    overflow: hidden;
}

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

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

.c-4bf6cda7 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.c-02e437c0 {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 48px;
}

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

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

.c-232f0ae0 {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.c-7e8265dd {
    font-size: 18px;
    opacity: 0.9;
}

.c-f3e09eab {
    padding: 64px 0;
    background: #4c1d95;
}

.c-1fb9b24d {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.c-d73f293d {
    background: #2e1065;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(-30px);
}

.c-4e8718c9 {
    font-size: 24px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-4ac3a958 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3e8ff;
    font-weight: 700;
}

.c-e47e509c {
    list-style: none;
}

.c-e50ecf73 {
    padding: 20px 0;
    border-bottom: 1px solid #6b21a8;
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.c-29e07a53 {
    width: 24px;
    height: 24px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e1065;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.c-c8e6699d {
    color: #d8b4fe;
}

.c-f40ff919 {
    background: #2e1065;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(30px);
}

.c-d20165b5 {
    font-size: 24px;
    font-weight: 600;
    color: #f3e8ff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-51bf2b10 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e1065;
    font-weight: 700;
}

.c-302bbdab {
    margin-bottom: 30px;
}

.c-302bbdab:last-child {
    margin-bottom: 0;
}

.c-98b826b7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.c-5def4b28 {
    font-weight: 500;
    color: #f3e8ff;
}

.c-38244761 {
    font-size: 14px;
    color: #c084fc;
    font-weight: 500;
}

.c-998b8e8f {
    height: 8px;
    background: #6b21a8;
    border-radius: 6px;
    overflow: hidden;
}

.c-7a199f99 {
    height: 100%;
    background: #a855f7;
    border-radius: 6px;
    width: 0;
    transition: width 1.5s ease;
}

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

.c-2d15711d {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 30px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-2d15711d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

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

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



.c-1cb882bb {
    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-1cb882bb::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-b60aa3c2 {
    position: relative;
    z-index: 1;
}

.c-d521d53c {
    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-2b003c3f {
    font-size: 18px;
    color: #2e1065;
    margin-bottom: 64px;
    line-height: 1.5;
    opacity: 0.9;
}

.c-e2b4573e {
    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-e2b4573e:hover {
    background: transparent;
    color: #2e1065;
    border-color: #2e1065;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

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

.c-f40d34cd {
    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-f40d34cd.policy-sidebar--visible {
    transform: translateX(0);
}

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

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

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

.c-50f1abe9 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

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

.c-3601dc8f {
    margin-bottom: 48px;
}

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

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

.c-2b1ae384 {
    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-2b1ae384:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #a855f7;
    transform: translateX(-4px);
}

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

.c-e903157a {
    flex: 1;
}

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

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

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

.c-2e051f9c {
    display: flex;
    gap: 20px;
}

.c-54a53c2a {
    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-1f4a1e6a {
    background: #a855f7;
    color: #2e1065;
}

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

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

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

.c-7dd8823c {
    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-7dd8823c.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

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

    .c-0cb54285 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-5337dd0a {
        grid-template-columns: 1fr;
    }

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

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

    .c-e792ae91 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-ece5f413 {
        grid-template-columns: 1fr;
    }

    .c-232f0ae0 {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .c-f40d34cd {
        width: 100%;
    }
}