@import url(https://fonts.googleapis.com/css?family=Work+Sans: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: #121212;
    font-family: 'Work Sans', 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-1306bea0 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-1306bea0::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #e879f9;
    width: var(--header-line-width, 0%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    z-index: 1001;
}

.c-0f0c17f8 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-72681c74 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    transition: 160ms ease;
    position: relative;
    z-index: 99999;
}

.c-72681c74:hover {
    color: #e879f9;
}

.c-83d8db72 {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-72681c74:hover .c-83d8db72 {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-392f7a2c {
    display: flex;
    align-items: center;
}

.c-8d82cc5e {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-47fdaf01 {
    color: #e0d4df;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 6px;
    transition: 160ms ease;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.c-47fdaf01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-47fdaf01:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-47fdaf01:hover::after {
    width: 80%;
}

.header__menu-link--active {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
}

.header__menu-link--active::after {
    width: 80%;
}

.c-27b856f6 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: #1e1e1e;
    border: 2px solid #2c2c2c;
    border-radius: 12px;
    transition: 160ms ease;
}

.c-27b856f6:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-3d45178c {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-27b856f6:hover .c-3d45178c {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-3d45178c {
    background: #000000;
}

.header__burger--active .c-3d45178c:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-3d45178c:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-3d45178c:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-270d506b {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #121212;
    border-left: 3px solid #e879f9;
    display: flex;
    flex-direction: column;
    padding: 120px 48px 48px;
    gap: 30px;
    transform: translateX(100%);
    transition: 300ms ease-in;
    z-index: 1000;
    box-shadow: -5px 0 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-f90abdc2 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 12px;
    transition: 160ms ease;
    opacity: 0;
    transform: translateX(30px);
    text-align: left;
    background: #1e1e1e;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.header__mobile-menu--active .c-f90abdc2 {
    opacity: 1;
    transform: translateX(0);
}

.c-f90abdc2:nth-child(1) {
    transition-delay: 0.1s;
}
.c-f90abdc2:nth-child(2) {
    transition-delay: 0.2s;
}
.c-f90abdc2:nth-child(3) {
    transition-delay: 0.3s;
}
.c-f90abdc2:nth-child(4) {
    transition-delay: 0.4s;
}

.c-f90abdc2:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-8ee25bd9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}

.c-59aed0ea {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #000000;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #ffffff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-1e057a7a {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-52758345 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-c8aff800 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-c7943ac3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-c7943ac3 i {
    font-size: 28px;
}

.c-f202e22c {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-bdc1536e {
    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: #000000;
    color: #e879f9;
    transform: translateY(-5px);
}

.c-6343e347 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-71aa3391 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-e7677f01 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-e7677f01::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-c4b71171 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-6554df82 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-6554df82:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-6554df82 i {
    font-size: 10px;
}

.c-949e0233 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-1a622b4a {
    line-height: 1.6;
    opacity: 0.8;
}

.c-1d4d1dd5 {
    position: relative;
    margin-top: 10px;
}

.c-59db98c2 {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-59db98c2::placeholder {
    color: #000000;
}

.c-b372caea {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #000000;
    color: #e879f9;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-b372caea:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-7981cf3a {
    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-ca3058d1 {
    opacity: 0.8;
    font-size: 15px;
}

.c-ce244faf {
    display: flex;
    gap: 30px;
}

.c-1e76b488 {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-1e76b488:hover {
    opacity: 1;
}

.c-d5f66625 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-9e6838cb {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-af6a09ff {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-1507305e {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-fa96fbe3 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-4bb4818c {
    min-height: 100vh;
}

.c-748f7055 {
    padding: 64px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.c-748f7055::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-1b962199 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.c-7b5b2c7e {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-214fec4f {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.c-e942ac0f {
    font-size: 21px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 48px;
}

.c-23098dbd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
    margin-top: 48px;
}

.c-a2d267b0 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.c-ae48d995 {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.c-62d535b9 {
    font-size: 21px;
    opacity: 0.9;
}

.c-d50f7c3f {
    padding: 64px 0;
    background: #1e1e1e;
}

.c-db9289e5 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-786119eb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
}

.c-6c649a5d {
    background: #121212;
    padding: 48px;
    border-radius: 32px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: translateX(-30px);
}

.c-06806552 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-cb7bb473 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.c-706d222b {
    list-style: none;
}

.c-dc864853 {
    padding: 20px 0;
    border-bottom: 1px solid #2c2c2c;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-dc864853:last-child {
    border-bottom: none;
}

.c-a31afe06 {
    width: 24px;
    height: 24px;
    background: #34d399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.c-ac6a103b {
    color: #e0d4df;
}

.c-cb9e0e6b {
    background: #121212;
    padding: 48px;
    border-radius: 32px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: translateX(30px);
}

.c-b5a4ecba {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-e2ae3fab {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
}

.c-13d1bb39 {
    margin-bottom: 30px;
}

.c-13d1bb39:last-child {
    margin-bottom: 0;
}

.c-fa3efa2b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.c-406dbf54 {
    font-weight: 500;
    color: #ffffff;
}

.c-ca232595 {
    font-size: 15px;
    color: #a89ca9;
    font-weight: 500;
}

.c-7d734654 {
    height: 8px;
    background: #2c2c2c;
    border-radius: 6px;
    overflow: hidden;
}

.c-827dd1d8 {
    height: 100%;
    background: #e879f9;
    border-radius: 6px;
    width: 0;
    transition: width 1.5s ease;
}

.c-7d1cc7e2 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-b4393640 {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 32px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 30px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-b4393640 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-stats--animated .c-7b5b2c7e {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.about-stats--animated .c-a2d267b0 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-stats--animated .c-a2d267b0:nth-child(1) {
    transition-delay: 0.2s;
}
.about-stats--animated .c-a2d267b0:nth-child(2) {
    transition-delay: 0.3s;
}
.about-stats--animated .c-a2d267b0:nth-child(3) {
    transition-delay: 0.4s;
}
.about-stats--animated .c-a2d267b0:nth-child(4) {
    transition-delay: 0.5s;
}

.about-stats--animated .c-6c649a5d {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.3s;
}

.about-stats--animated .c-cb9e0e6b {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.5s;
}

.about-stats--animated .c-7d1cc7e2 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.7s;
}

.c-aab6fc9c {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-acd42ef6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-cc11930c {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-cc11930c:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-cc11930c:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-cc11930c:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-633d0daf {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-21df00d2 {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047);
    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-cdbc6ac7 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-840036de {
    display: inline-block;
    background: transparent;
    color: #000000;
    padding: 30px 48px;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
}

.c-840036de::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047, #e879f9);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-840036de::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-840036de:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-840036de: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-6d6918ec {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #ffffff;
    color: #000000;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-6d6918ec.policy-sidebar--visible {
    transform: translateX(0);
}

.c-24f40e19 {
    padding: 48px;
    background: linear-gradient(135deg, #ffffff, #e879f9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-31088359 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-0fce2aab {
    opacity: 0.8;
    font-size: 15px;
}

.c-f29cfe3e {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-364d42a3 {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-207ba0c6 {
    margin-bottom: 48px;
}

.c-1cecd5f8 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}

.c-31854449 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-4bc93103 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-4bc93103:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #e879f9;
    transform: translateX(-4px);
}

.c-9e089f2c {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-d704e343 {
    flex: 1;
}

.c-7a3024eb {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-dda585ee {
    font-size: 15px;
    opacity: 0.7;
}

.c-8f19db5f {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-faf00ef8 {
    display: flex;
    gap: 20px;
}

.c-1e390816 {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-d89e93f8 {
    background: #e879f9;
    color: #000000;
}

.c-d89e93f8:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-454a0d26 {
    background: transparent;
    color: #000000;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-454a0d26:hover {
    border-color: #000000;
    background: rgba(255, 255, 255, 0.1);
}

.c-a6107832 {
    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-a6107832.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-392f7a2c {
        display: none;
    }

    .c-27b856f6 {
        display: flex;
    }

    .c-270d506b {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-f90abdc2 {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-52758345 {
        grid-template-columns: 1fr;
    }

    .c-6343e347 {
        grid-template-columns: 1fr;
    }

    .c-7981cf3a {
        flex-direction: column;
        text-align: center;
    }

    .c-ce244faf {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-786119eb {
        grid-template-columns: 1fr;
    }

    .c-ae48d995 {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .c-6d6918ec {
        width: 100%;
    }
}
