* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.linkedin_ref6214 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1178px;
    max-width: 100%;
}.outer-container7154 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.site_top9852 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_profile3820 {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(241,228,232);
}.mentorship_profile3820::before {
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(217,197,208,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(180,166,179,0.5) 0, rgb(180,166,179,0.5) 1px, transparent 1px, transparent 15px);
    content: "";
    position: absolute;
}.mentorship_profile3820::after {
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(217,197,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(180,166,179,0.5) 0%, transparent 40%);
    opacity: 0.3;
    position: absolute;
    filter: blur(60px);
    left: -50%;
    z-index: 0;
    top: -50%;
    width: 200%;
    content: "";
    animation: pulseBackground 15s ease-in-out infinite alternate;
}.mentorship_profile3820 .container {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.mentorship_profile3820 .success_ratings9615 {
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
    transform: perspective(1200px) rotateY(0deg);
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    background: #ffffff;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    grid-template-rows: auto auto;
    margin: 0 auto;
    border-radius: 10px;
}.mentorship_profile3820 .success_ratings9615:hover {
    transform: perspective(1200px) rotateY(2deg);
}.mentorship_profile3820 .full_image1926 {
    grid-column: 1;
    height: 100%;
    min-height: 450px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-row: 1 / span 2;
}.mentorship_profile3820 .full_image1926::before {
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, transparent 100%);
}.mentorship_profile3820 .success_ratings9615:hover .full_image1926::before {
    opacity: 0.4;
}.mentorship_profile3820 .name {
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    color: #000000;
    font-family: Arial, sans-serif;
    z-index: 2;
    grid-row: 1;
    transform: translateY(0);
    padding: 0 50px 5px 70px;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 2;
}.mentorship_profile3820 .success_ratings9615:hover .name {
    transform: translateY(-5px);
}.mentorship_profile3820 .success_ratings9615 span:not(.name) {
    z-index: 2;
    margin: 0;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    align-self: end;
    font-weight: 300;
    grid-row: 1;
    grid-column: 2;
    padding: 35px 50px 40px 70px;
    color: rgb(180,166,179);
}.mentorship_profile3820 .success_ratings9615:hover span:not(.name) {
    transform: translateY(-5px);
}.mentorship_profile3820 .success_ratings9615 span:not(.name)::after {
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: rgb(217,197,208);
    width: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    content: "";
    bottom: 30px;
    left: 70px;
}.mentorship_profile3820 .success_ratings9615:hover span:not(.name)::after {
    transform: scaleX(1);
}.mentorship_profile3820 .job_timeline1862 {
    margin: 0;
    grid-column: 2;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding: 0 50px 50px 70px;
    color: #000000;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    grid-row: 2;
    font-weight: 400;
    transform: translateY(0);
}.mentorship_profile3820 .success_ratings9615:hover .job_timeline1862 {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.mentorship_profile3820 {
    padding: 120px 0;
}.mentorship_profile3820 .success_ratings9615 {
    grid-template-columns: 1fr 1.2fr;
}.mentorship_profile3820 .full_image1926 {
    min-height: 400px;
}.mentorship_profile3820 .name {
    font-size: calc(22px * 0.9);
    padding: 0 40px 5px 50px;
}.mentorship_profile3820 .success_ratings9615 span:not(.name) {
    padding: 30px 40px 35px 50px;
}.mentorship_profile3820 .success_ratings9615 span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.mentorship_profile3820 .job_timeline1862 {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.mentorship_profile3820 {
    padding: 100px 0;
}.mentorship_profile3820 .container {
    padding: 0 30px;
}.mentorship_profile3820 .success_ratings9615 {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.mentorship_profile3820 .full_image1926 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    min-height: 300px;
    grid-row: 1;
}.mentorship_profile3820 .name {
    grid-row: 2;
    text-align: left;
    padding: 40px 30px 5px 30px;
    grid-column: 1;
}.mentorship_profile3820 .success_ratings9615 span:not(.name) {
    text-align: left;
    grid-column: 1;
    padding: 10px 30px 40px 30px;
    grid-row: 3;
}.mentorship_profile3820 .success_ratings9615 span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.mentorship_profile3820 .job_timeline1862 {
    grid-row: 4;
    padding: 0 30px 40px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.mentorship_profile3820 {
    padding: 80px 0;
}.mentorship_profile3820 .container {
    padding: 0 20px;
}.mentorship_profile3820 .full_image1926 {
    min-height: 250px;
}.mentorship_profile3820 .name {
    font-size: calc(22px * 0.85);
    padding: 30px 25px 5px 25px;
}.mentorship_profile3820 .success_ratings9615 span:not(.name) {
    font-size: calc(12px * 0.95);
    padding: 10px 25px 30px 25px;
}.mentorship_profile3820 .success_ratings9615 span:not(.name)::after {
    left: 25px;
    width: 30px;
    bottom: 20px;
}.mentorship_profile3820 .job_timeline1862 {
    line-height: 1.7;
    padding: 0 25px 30px 25px;
    font-size: calc(12px * 0.95);
}}.secure_safe4936 {
    line-height: 1.8;
    margin: 0 auto;
    background-color: rgb(241,228,232);
    color: #000000;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    padding: 60px;
    border: 2px solid rgb(217,197,208);
}.secure_safe4936 h1 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid rgb(180,166,179);
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(217,197,208);
}.secure_safe4936 h2 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(180,166,179);
    letter-spacing: 0.5px;
}.secure_safe4936 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.secure_safe4936 li {
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    font-size: 16px;
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
}.secure_safe4936 li::before {
    font-size: 1.5em;
    margin-right: 10px;
    content: '•';
    color: rgb(217,197,208);
}.secure_safe4936 p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}.secure_safe4936 span {
    font-weight: 700;
    color: rgb(217,197,208);
}.secure_safe4936 a {
    border-bottom: 1px solid rgb(217,197,208,0.5);
    font-weight: 600;
    text-decoration: none;
    color: rgb(217,197,208);
}.secure_safe4936 a:hover {
    border-bottom: 1px solid rgb(180,166,179);
    color: rgb(180,166,179);
}
@media only screen and (max-width: 800px) {.secure_safe4936 {
    padding: 30px;
}.secure_safe4936 h1 {
    font-size: calc(21px * 0.8);
}.secure_safe4936 h2 {
    font-size: calc(21px * 0.8);
}.secure_safe4936 p {
    font-size: calc(16px * 0.9);
}.secure_safe4936 li {
    padding: 10px;
}}.about_this4378 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.about_this4378::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(217,197,208,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(180,166,179,0.5), 0.78) 100%);
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.about_this4378 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.about_this4378 h2 {
    opacity: 0;
    font-size: calc(30px * 1.2);
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
}.about_this4378 h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,166,179), transparent);
    position: absolute;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    bottom: -15px;
    transform: scaleX(0);
    content: "";
    width: 80px;
    left: 0;
}.about_this4378 .text_holder_wrap3957 {
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 30px;
}.about_this4378 .text_holder_wrap3957 > div {
    transform: translateY(30px) rotateX(5deg);
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(180,166,179);
    padding: 40px;
}.about_this4378 .text_holder_wrap3957 p {
    font-weight: 600;
    color: rgb(180,166,179);
    letter-spacing: 1px;
    opacity: 0;
    font-size: calc(18px * 1.5);
    margin-bottom: 20px;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    position: relative;
    display: inline-block;
    transform: translateX(-5px);
}.about_this4378 .text_holder_wrap3957 p::after {
    left: 0;
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(180,166,179), transparent 80%);
}.about_this4378 .text_holder_wrap3957 div div {
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 18px;
    columns: 1;
    padding-right: 20px;
    overflow-y: auto;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.8;
    max-height: 350px;
    column-gap: 30px;
    animation: fadeInContent 1s 1s ease-out forwards;
}.about_this4378 .text_holder_wrap3957 div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.about_this4378 .text_holder_wrap3957 div div::-webkit-scrollbar-thumb {
    background: rgb(180,166,179);
    border-radius: 10px;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.about_this4378 {
    padding: 150px 0 130px;
}.about_this4378 h2 {
    font-size: calc(30px * 1.5);
    margin-bottom: 60px;
}.about_this4378 h2::after {
    width: 120px;
    height: 5px;
}.about_this4378 .text_holder_wrap3957 div div {
    max-height: 400px;
    column-gap: 40px;
    columns: 2;
}.about_this4378 .text_holder_wrap3957 > div {
    padding: 50px;
    border-left: 5px solid rgb(180,166,179);
}
}

@media (min-width: 992px) {.about_this4378 {
    padding: 180px 0 150px;
}.about_this4378 .container {
    padding: 0 50px;
}.about_this4378 h2 {
    transform: translateX(-20px);
    font-size: calc(30px * 1.8);
    margin-bottom: 70px;
}.about_this4378 h2::after {
    bottom: -20px;
    width: 150px;
}.about_this4378 .text_holder_wrap3957 > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.about_this4378 .text_holder_wrap3957 div div {
    columns: 2;
    max-height: 450px;
}.about_this4378 .text_holder_wrap3957 p {
    font-size: calc(18px * 1.8);
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {.about_this4378 .text_holder_wrap3957 > div {
    transform: translateY(40px) rotateX(8deg);
}.about_this4378 .text_holder_wrap3957 div div {
    columns: 2;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    column-gap: 50px;
}
}

@media (max-width: 767px) {.about_this4378 {
    padding: 80px 0 60px;
}.about_this4378 h2 {
    font-size: 30px;
    margin-bottom: 40px;
}.about_this4378 .text_holder_wrap3957 > div {
    padding: 30px 25px;
}.about_this4378 .text_holder_wrap3957 p {
    font-size: calc(18px * 1.3);
    margin-bottom: 15px;
}.about_this4378 .text_holder_wrap3957 div div {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    max-height: 300px;
}}.program_overview1486 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.program_overview1486::before {
    opacity: 0.3;
    content: "";
    filter: blur(40px);
    position: absolute;
    right: -100px;
    animation: float 15s infinite alternate ease-in-out;
    transform: translateZ(0);
    height: 300px;
    background: linear-gradient(45deg, rgb(217,197,208,0.5) 0%, rgb(180,166,179,0.5) 100%);
    top: -100px;
    border-radius: 50%;
    width: 300px;
}.program_overview1486::after {
    bottom: -50px;
    opacity: 0.2;
    position: absolute;
    filter: blur(30px);
    height: 200px;
    background: linear-gradient(-45deg, rgb(180,166,179,0.5) 0%, rgb(217,197,208,0.5) 100%);
    content: "";
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    left: -50px;
    transform: translateZ(0);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_overview1486 .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.program_overview1486 .learn_challenge5432 {
    gap: 40px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.program_overview1486 .full_image1926 {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 350px;
}.program_overview1486 .full_image1926::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
    inset: 0;
    z-index: 1;
}.program_overview1486 .full_image1926::after {
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    position: absolute;
    left: -50%;
    top: -50%;
    pointer-events: none;
    animation: shimmer 5s infinite linear;
    content: "";
}.program_overview1486 .text_holder_wrap3957 {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.program_overview1486 .text_holder_wrap3957::before {
    transform-origin: center;
    position: absolute;
    width: 4px;
    transition: transform 0.4s ease;
    content: "";
    height: 100%;
    transform: scaleY(0.7);
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(217,197,208), rgb(180,166,179));
}.program_overview1486 .text_holder_wrap3957:hover::before {
    transform: scaleY(1);
}.program_overview1486 h3 {
    font-weight: 700;
    font-size: calc(19px + 0.2rem);
    margin-bottom: 24px;
    transform: translateX(0);
    position: relative;
    transition: transform 0.4s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    z-index: 1;
}.program_overview1486 h3::after {
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    transition: opacity 0.4s ease, left 0.4s ease;
    content: "";
    top: 50%;
    background: rgb(217,197,208,0.5);
    height: 30%;
    opacity: 0;
    width: 8px;
    z-index: -1;
}.program_overview1486 .text_holder_wrap3957:hover h3 {
    transform: translateX(10px);
}.program_overview1486 .text_holder_wrap3957:hover h3::after {
    opacity: 1;
    left: -5px;
}.program_overview1486 .description {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}.program_overview1486 p.description {
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 15px;
    scrollbar-color: rgb(217,197,208,0.5) rgb(241,228,232);
    max-height: 300px;
    display: block;
}.program_overview1486 p.description::-webkit-scrollbar {
    width: 5px;
}.program_overview1486 p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(241,228,232);
}.program_overview1486 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(217,197,208,0.5);
}.program_overview1486 span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.program_overview1486 .learn_challenge5432 {
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}.program_overview1486 .full_image1926 {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_overview1486 .text_holder_wrap3957 {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program_overview1486 .full_image1926:hover,
    .program_overview1486 .text_holder_wrap3957:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program_overview1486 h3 {
    font-size: 36px;
}
}

@media (min-width: 992px) {.program_overview1486 {
    padding: 150px 0;
}.program_overview1486 .learn_challenge5432 {
    gap: 70px;
}.program_overview1486 .full_image1926 {
    height: 550px;
}.program_overview1486 .text_holder_wrap3957 {
    padding: 40px 50px;
}.program_overview1486 p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_overview1486 {
    padding: 80px 0;
}.program_overview1486 .container {
    padding: 0 15px;
}.program_overview1486 .full_image1926 {
    height: 250px;
}.program_overview1486 .text_holder_wrap3957 {
    padding: 25px 20px;
}.program_overview1486 h3 {
    font-size: calc(19px - 0.1rem);
    margin-bottom: 15px;
}.program_overview1486 p.description {
    max-height: 250px;
    font-size: calc(13px - 0.1rem);
}}.try_immediately0734 {
    position: relative;
    margin: 0;
    padding: 6rem 2rem;
    background: linear-gradient(125deg, rgb(180,166,179,0.5) 0%, rgb(217,197,208,0.5) 100%);
    overflow: hidden;
    box-shadow: inset 0 0 70px rgba(rgb(217,197,208), 0.3);
}.try_immediately0734::before {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    opacity: 0.3;
    position: absolute;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    background-size: 200% 200%;
    animation: holographicShift 15s linear infinite;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.try_immediately0734::after {
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    filter: blur(1px);
    animation: particlesMove 25s linear infinite;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    left: 0;
    top: 0;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.try_immediately0734::before {
    left: -50%;
    width: 200%;
    opacity: 0.5;
    content: '';
    position: absolute;
    z-index: 2;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    height: 200%;
    animation: prismRotate 30s linear infinite;
    top: -50%;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.try_immediately0734 .class_experts2063 {
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    flex-direction: column;
    display: flex;
    max-width: 950px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    justify-content: center;
    position: relative;
    align-items: center;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    z-index: 5;
    padding: 4rem 3rem;
}.try_immediately0734 .class_experts2063:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
}.try_immediately0734 .class_experts2063::before {
    animation: holoBorderShift 5s ease infinite;
    background-size: 200% 200%;
    inset: 0;
    content: '';
    border-radius: 20px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
    opacity: 0.5;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.try_immediately0734 .class_experts2063::after {
    animation: spectrumPulse 8s ease-in-out infinite;
    position: absolute;
    content: '';
    filter: blur(15px);
    opacity: 0.4;
    border-radius: 30px;
    inset: -10px;
    background: linear-gradient(
        125deg,
        rgb(217,197,208,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(180,166,179,0.5)
    );
    z-index: -2;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.try_immediately0734 h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    font-size: 29px;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-family: Arial, sans-serif;
}.try_immediately0734 h3::after {
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 60%;
    animation: lineGlow 3s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    bottom: -12px;
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.try_immediately0734 h3::before {
    right: -30px;
    content: '';
    opacity: 0.5;
    z-index: -1;
    left: -30px;
    filter: blur(8px);
    border-radius: 50%;
    top: -20px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    position: absolute;
    animation: titleHaloRotate 5s ease-in-out infinite;
    bottom: -20px;
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.try_immediately0734 .connect_section0417 {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 1.2rem 3.5rem;
    font-weight: 600;
    background: linear-gradient(125deg, rgb(217,197,208), rgb(180,166,179));
    display: inline-flex;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    justify-content: center;
    border: none;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    border-radius: 50px;
}.try_immediately0734 .connect_section0417::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    top: 0;
    width: 50%;
    left: -50%;
    z-index: 0;
    transform: skewX(-25deg);
    content: '';
    animation: buttonSpark 5s ease-in-out infinite;
    height: 100%;
    position: absolute;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.try_immediately0734 .connect_section0417:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
}.try_immediately0734 .connect_section0417::after {
    filter: blur(10px);
    border-radius: 55px;
    position: absolute;
    opacity: 0;
    content: '';
    inset: -5px;
    background: linear-gradient(
        125deg,
        rgb(217,197,208),
        rgb(180,166,179)
    );
    z-index: -1;
    transition: opacity 0.4s ease;
}.try_immediately0734 .connect_section0417:hover::after {
    opacity: 0.5;
}.try_immediately0734::after {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    content: '';
    width: 100%;
}.try_immediately0734::before {
    filter: blur(2px);
    height: 2px;
    animation: spectrumHorizontal 10s linear infinite;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 3;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(217,197,208) 25%,
        #ffffff 50%,
        rgb(180,166,179) 75%,
        transparent 100%
    );
    opacity: 0.5;
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.try_immediately0734::after {
    content: '';
    width: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(217,197,208) 25%,
        #ffffff 50%,
        rgb(180,166,179) 75%,
        transparent 100%
    );
    filter: blur(2px);
    z-index: 3;
    animation: spectrumVertical 15s linear infinite;
    height: 100%;
    opacity: 0.5;
    left: 50%;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.try_immediately0734 {
    padding: 5rem 1.5rem;
}.try_immediately0734 .class_experts2063 {
    padding: 3.5rem 2.5rem;
}.try_immediately0734 h3 {
    margin-bottom: 2.2rem;
    font-size: calc(29px * 0.9);
}.try_immediately0734 .connect_section0417 {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.try_immediately0734 {
    padding: 4rem 1.2rem;
}.try_immediately0734 .class_experts2063 {
    padding: 3rem 2rem;
}.try_immediately0734 h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.try_immediately0734 .connect_section0417 {
    font-size: calc(20px * 0.95);
    padding: 1rem 2.5rem;
}
}

@media screen and (max-width: 480px) {.try_immediately0734 {
    padding: 3.5rem 1rem;
}.try_immediately0734 .class_experts2063 {
    padding: 2.5rem 1.5rem;
}.try_immediately0734 h3 {
    margin-bottom: 1.8rem;
    font-size: calc(29px * 0.7);
}.try_immediately0734 .connect_section0417 {
    font-size: calc(20px * 0.9);
    padding: 0.9rem 2.2rem;
}}.pricing_kit6309 {
    padding: 5rem 0;
    position: relative;
    background: rgb(241,228,232);
    overflow: hidden;
}.pricing_kit6309::before {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(180,166,179,0.5), rgb(217,197,208,0.5));
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
    filter: blur(60px);
    top: -50px;
    right: -50px;
}.pricing_kit6309::after {
    content: "";
    background: linear-gradient(225deg, rgb(217,197,208,0.5), rgb(180,166,179,0.5));
    border-radius: 50%;
    height: 250px;
    bottom: -50px;
    z-index: 0;
    left: -50px;
    filter: blur(50px);
    position: absolute;
    width: 250px;
}.pricing_kit6309 .container {
    z-index: 1;
    position: relative;
}.pricing_kit6309 .premium_grid2485 {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.pricing_kit6309 .plan_fee7598 {
    text-align: center;
    position: relative;
    max-width: 800px;
    padding: 0 1rem;
    margin: 0 auto;
}.pricing_kit6309 .plan_fee7598 h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: calc(32px * 1.1);
}.pricing_kit6309 .plan_fee7598 h2::after {
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 3px;
}.pricing_kit6309 .pricing_tiers0421 {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
}.pricing_kit6309 .annual_fee1684 {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.pricing_kit6309 .pricing_deals1926 {
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    display: block;
}.pricing_kit6309 .pricing_deals1926:hover {
    transform: translateY(-10px);
}.pricing_kit6309 .price_grid8042 {
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 430px;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 1;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: column;
}.pricing_kit6309 .pricing_deals1926:hover .price_grid8042 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_kit6309 .value_fees4735 {
    padding: 2rem;
    position: relative;
    flex: 1;
    z-index: 2;
}.pricing_kit6309 .pricing_deals1926 h3 {
    position: relative;
    display: inline-block;
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}.pricing_kit6309 .pricing_deals1926 h3::before {
    content: "";
    background: rgb(217,197,208);
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    width: 40px;
}.pricing_kit6309 .pricing_deals1926:hover h3::before {
    width: 100%;
}.pricing_kit6309 .fee_chart6913 {
    color: rgb(180,166,179);
    display: block;
    margin: 1.5rem 0;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.4);
}.pricing_kit6309 .fee_chart6913::after {
    height: 20px;
    width: 3px;
    top: 50%;
    border-radius: 3px;
    left: -10px;
    content: "";
    transform: translateY(-50%);
    background: rgb(217,197,208);
    position: absolute;
}.pricing_kit6309 .pricing_deals1926 p {
    word-wrap: break-word;
    font-size: 15px;
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 1rem;
}.pricing_kit6309 .full_image1926 {
    height: 180px;
    position: relative;
}.pricing_kit6309 .full_image1926::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    content: "";
}.pricing_kit6309 .pricing_deals1926:nth-child(1) .price_grid8042 {
    border-top: 4px solid rgb(217,197,208);
}.pricing_kit6309 .pricing_deals1926:nth-child(2) .price_grid8042 {
    border-top: 4px solid rgb(180,166,179);
}.pricing_kit6309 .pricing_deals1926:nth-child(3) .price_grid8042 {
    border-top: 4px solid #6c5ce7;
}.pricing_kit6309 .pricing_deals1926:nth-child(4) .price_grid8042 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_kit6309 .annual_fee1684 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit6309 .price_grid8042 {
    min-height: 480px;
}.pricing_kit6309 .plan_fee7598 {
    padding: 0 2rem;
}.pricing_kit6309 .plan_fee7598 h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.pricing_kit6309 .premium_grid2485 {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.pricing_kit6309 .annual_fee1684 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit6309 .plan_fee7598 {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.pricing_kit6309 .plan_fee7598 h2::after {
    left: 0;
    transform: none;
}.pricing_kit6309 .price_grid8042 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_kit6309 .annual_fee1684 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_kit6309 .pricing_deals1926 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing_kit6309 .pricing_deals1926:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_kit6309 .price_grid8042 {
    min-height: 520px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.pricing_kit6309 .full_image1926 {
    height: 200px;
}.pricing_kit6309 .fee_chart6913 {
    font-size: calc(22px * 1.6);
}.pricing_kit6309 .plan_fee7598 h2 {
    font-size: calc(32px * 1.3);
}}.contact_form_section6237 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(241,228,232) 0%, 
        rgb(180,166,179,0.5) 100%
    );
    padding: 6rem 0;
}.contact_form_section6237 .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.contact_form_section6237 .reach_support0724 {
    box-shadow: 0 25px 50px rgb(217,197,208,0.5);
    border-radius: 29px;
    display: flex;
    position: relative;
    background: rgb(180,166,179,0.5);
    align-items: stretch;
    overflow: hidden;
}.contact_form_section6237 .full_image1926 {
    position: relative;
    z-index: 2;
    flex: 0 0 45%;
    transform: skew(-10deg);
    min-height: 600px;
    margin-left: -5%;
}.contact_form_section6237 .full_image1926::before {
    background: linear-gradient(
        135deg, 
        rgb(217,197,208,0.5) 0%, 
        rgb(180,166,179,0.5) 100%
    );
    position: absolute;
    content: '';
    opacity: 0.7;
    top: 0;
    width: 120%;
    left: 0;
    z-index: 1;
    transform: skew(10deg);
    height: 100%;
}.contact_form_section6237 .help_feedback5103 {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 3;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    flex: 0 0 55%;
}.contact_form_section6237 h2 {
    margin-bottom: 2.5rem;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    font-size: 46px;
    position: relative;
    padding-left: 2rem;
}.contact_form_section6237 h2::before {
    width: 1rem;
    transform: translateY(-50%);
    height: 1rem;
    content: '';
    background: rgb(217,197,208);
    left: 0;
    top: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(217,197,208,0.5);
    border-radius: 50%;
}.contact_form_section6237 .help_feedback5103 h3 {
    padding-bottom: 1rem;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
}.contact_form_section6237 .help_feedback5103 h3::after {
    background: rgb(217,197,208);
    content: '';
    left: 0;
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
}.contact_form_section6237 .help_feedback5103 form {
    gap: 1.5rem;
    display: grid;
}.contact_form_section6237 .help_feedback5103 input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 18px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: rgb(180,166,179,0.5);
    position: relative;
    color: #ffffff;
    outline: none;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(217,197,208,0.5);
}.contact_form_section6237 .help_feedback5103 input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    content: '';
    transition: width 0.3s ease;
    background: rgb(217,197,208);
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
}.contact_form_section6237 .help_feedback5103 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(217,197,208,0.5);
    border-color: rgb(217,197,208);
}.contact_form_section6237 .help_feedback5103 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_section6237 .help_feedback5103 .connect_request7284 {
    align-items: center;
    gap: 1rem;
    display: flex;
}.contact_form_section6237 .help_feedback5103 .connect_request7284 input[type="checkbox"] {
    position: relative;
    transition: all 0.3s ease;
    height: 22px;
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(217,197,208,0.5);
    width: 22px;
    border-radius: 10px;
    background: rgb(180,166,179,0.5);
}.contact_form_section6237 .help_feedback5103 .connect_request7284 input[type="checkbox"]:checked {
    background: rgb(217,197,208);
    border-color: rgb(217,197,208);
}.contact_form_section6237 .help_feedback5103 .connect_request7284 input[type="checkbox"]:checked::after {
    position: absolute;
    font-size: 0.8rem;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    content: '✔';
    top: 50%;
}.contact_form_section6237 .help_feedback5103 .connect_request7284 label {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #ffffff;
}.contact_form_section6237 .help_feedback5103 .connect_request7284 a {
    margin-left: 0.3rem;
    color: rgb(217,197,208);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_section6237 .help_feedback5103 .connect_request7284 a:hover {
    text-decoration: underline;
}.contact_form_section6237 .help_feedback5103 .inquiry_section3165 {
    background: rgb(217,197,208);
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
}.contact_form_section6237 .help_feedback5103 .inquiry_section3165::before {
    left: -50%;
    position: absolute;
    opacity: 0;
    height: 200%;
    top: -50%;
    width: 200%;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(217,197,208,0.5), 
        transparent
    );
}.contact_form_section6237 .help_feedback5103 .inquiry_section3165:hover::before {
    opacity: 1;
}.contact_form_section6237 .help_feedback5103 .inquiry_section3165:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(217,197,208,0.5);
}

@media screen and (max-width: 1200px) {.contact_form_section6237 .full_image1926 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_section6237 .reach_support0724 {
    flex-direction: column;
}.contact_form_section6237 .full_image1926 {
    min-height: 300px;
    flex: 0 0 100%;
    margin-left: 0;
    transform: none;
}.contact_form_section6237 .full_image1926::before {
    width: 100%;
    transform: none;
}.contact_form_section6237 .help_feedback5103 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_section6237 {
    padding: 3rem 0;
}.contact_form_section6237 h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.contact_form_section6237 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_section6237 .help_feedback5103 h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}.contact_form_section6237 .help_feedback5103 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_section6237 .reach_support0724 {
    border-radius: 0;
}.contact_form_section6237 .help_feedback5103 {
    padding: 2rem 1.5rem;
}}.statistics_information2854 {
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
    position: relative;
    padding: 140px 0;
}.statistics_information2854::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -2;
}.statistics_information2854::after {
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,197,208,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(180,166,179,0.5) 0%, transparent 20%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 49%, rgba(255, 255, 255, 0.03) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.03) 49%, rgba(255, 255, 255, 0.03) 51%, transparent 52%);
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    animation: backgroundAnimation 30s linear infinite;
    content: '';
    background-size: auto, auto, 30px 30px, 30px 30px;
}@keyframes backgroundAnimation {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 0, 30px 30px, 30px 30px;
    }
}

.statistics_information2854 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.statistics_information2854 .statistics_pros2163 {
    display: grid;
    grid-gap: 40px;
    grid-template-areas: 
        "header header"
        "desc items";
    grid-template-columns: 1fr 2fr;
    position: relative;
}.statistics_information2854 .statistics_pros2163::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(217,197,208,0.5), transparent);
    height: 1px;
    top: -30px;
}.statistics_information2854 .statistics_pros2163::after {
    height: 1px;
    position: absolute;
    bottom: -30px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(217,197,208,0.5), transparent);
    content: '';
    left: 0;
}.statistics_information2854 .statistics_advances9280 {
    width: 60px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 0 15px rgba(rgb(217,197,208), 0.4);
    align-items: center;
    left: 0;
    border: 1px solid rgb(217,197,208);
    display: flex;
    background: #000000;
    justify-content: center;
    z-index: 5;
    position: absolute;
    top: -20px;
    height: 60px;
}.statistics_information2854 .statistics_advances9280::before {
    background: linear-gradient(135deg, rgb(217,197,208,0.5), transparent);
    left: 3px;
    right: 3px;
    content: '';
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    top: 3px;
    bottom: 3px;
    position: absolute;
    z-index: -1;
}.statistics_information2854 .statistics_advances9280 svg {
    height: 30px;
    filter: drop-shadow(0 0 3px rgb(217,197,208,0.5));
    width: 30px;
    fill: rgb(217,197,208);
}.statistics_information2854 .statistics_advances9280 svg path {
    fill: rgb(217,197,208);
}.statistics_information2854 .pro_upgrade1567 {
    padding-left: 75px;
    align-items: center;
    display: flex;
    height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    grid-area: header;
    color: #ffffff;
    font-size: 32px;
}.statistics_information2854 .pro_upgrade1567::after {
    bottom: -5px;
    width: calc(100% - 75px);
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(217,197,208), transparent);
    left: 75px;
}.statistics_information2854 .value_elevation9450 {
    line-height: 1.7;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
    grid-area: desc;
    color: rgba(255, 255, 255, 0.8);
}.statistics_information2854 .value_elevation9450::before {
    content: '';
    height: 20px;
    border-top: 2px solid rgb(217,197,208);
    width: 20px;
    border-left: 2px solid rgb(217,197,208);
    left: 10px;
    top: 10px;
    position: absolute;
}.statistics_information2854 .value_elevation9450::after {
    bottom: 10px;
    border-bottom: 2px solid rgb(217,197,208);
    border-right: 2px solid rgb(217,197,208);
    width: 20px;
    position: absolute;
    right: 10px;
    height: 20px;
    content: '';
}.statistics_information2854 .extra_statistics3074 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    position: relative;
    grid-area: items;
    display: grid;
}.statistics_information2854 .extra_statistics3074::before {
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    left: -20px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(217,197,208,0.5), transparent);
}.statistics_information2854 .study_gain8972 {
    padding: 25px 20px 25px 80px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(3px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
}.statistics_information2854 .study_gain8972:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.statistics_information2854 .study_gain8972::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: rgba(rgb(217,197,208), 0.1);
    width: 60px;
    left: 0;
    border-right: 1px solid rgba(rgb(217,197,208), 0.2);
}.statistics_information2854 .study_gain8972::after {
    background: linear-gradient(90deg, rgb(217,197,208,0.5), transparent);
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}.statistics_information2854 .statistics_expert3601 {
    height: 30px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    display: flex;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
}.statistics_information2854 .statistics_expert3601 svg {
    height: 100%;
    width: 100%;
    fill: rgb(217,197,208);
}.statistics_information2854 .statistics_expert3601 svg path {
    fill: rgb(217,197,208);
}.statistics_information2854 .study_gain8972 span {
    font-weight: 700;
    text-shadow: 0 0 10px rgba(rgb(217,197,208), 0.5);
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 2rem;
    margin-bottom: 5px;
}.statistics_information2854 .study_gain8972 span::before {
    left: 0;
    content: '';
    height: 2px;
    width: 30px;
    background: rgb(217,197,208);
    position: absolute;
    bottom: -2px;
}.statistics_information2854 .study_gain8972 p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

@media screen and (max-width: 991px) {.statistics_information2854 {
    padding: 100px 0;
}.statistics_information2854 .statistics_pros2163 {
    grid-template-areas: 
            "header header"
            "desc desc"
            "items items";
    grid-template-columns: 1fr;
}.statistics_information2854 .pro_upgrade1567 {
    padding-left: 70px;
}.statistics_information2854 .pro_upgrade1567::after {
    left: 70px;
    width: calc(100% - 70px);
}.statistics_information2854 .extra_statistics3074::before {
    display: none;
}
}

@media screen and (max-width: 767px) {.statistics_information2854 {
    padding: 80px 0;
}.statistics_information2854 .statistics_advances9280 {
    height: 50px;
    width: 50px;
}.statistics_information2854 .statistics_advances9280 svg {
    height: 25px;
    width: 25px;
}.statistics_information2854 .pro_upgrade1567 {
    padding-left: 60px;
    font-size: calc(32px * 0.9);
    height: 50px;
}.statistics_information2854 .pro_upgrade1567::after {
    width: calc(100% - 60px);
    left: 60px;
}.statistics_information2854 .value_elevation9450 {
    padding: 25px;
    font-size: calc(15px * 0.95);
}.statistics_information2854 .extra_statistics3074 {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 575px) {.statistics_information2854 {
    padding: 60px 0;
}.statistics_information2854 .statistics_pros2163 {
    grid-gap: 30px;
}.statistics_information2854 .statistics_advances9280 {
    height: 45px;
    top: -10px;
    width: 45px;
}.statistics_information2854 .statistics_advances9280 svg {
    width: 22px;
    height: 22px;
}.statistics_information2854 .pro_upgrade1567 {
    font-size: calc(32px * 0.8);
    height: 45px;
    letter-spacing: 0.5px;
    padding-left: 55px;
}.statistics_information2854 .pro_upgrade1567::after {
    left: 55px;
    width: calc(100% - 55px);
}.statistics_information2854 .value_elevation9450 {
    font-size: calc(15px * 0.9);
    padding: 20px;
}.statistics_information2854 .value_elevation9450::before,
    .statistics_information2854 .value_elevation9450::after {
    width: 15px;
    height: 15px;
}.statistics_information2854 .study_gain8972 {
    padding: 20px 15px 20px 65px;
}.statistics_information2854 .study_gain8972::before {
    width: 50px;
}.statistics_information2854 .statistics_expert3601 {
    width: 25px;
    height: 25px;
    left: 10px;
}.statistics_information2854 .study_gain8972 span {
    font-size: 1.8rem;
}.statistics_information2854 .study_gain8972 p {
    font-size: calc(15px * 0.85);
}}header .site_header1754 {
    background: rgb(241,228,232);
    z-index: 100;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .site_header1754::before {
    opacity: 0.2;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,197,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(180,166,179,0.5) 0%, transparent 30%);
}header .site_header1754::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 25%, rgb(217,197,208,0.5) 100%);
    z-index: -1;
    width: 40%;
    opacity: 0.1;
    right: 0;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .top_teach5723 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3rem;
}header .header_master1903 {
    position: relative;
    z-index: 2;
}header .top_mentor9643 {
    display: block;
    z-index: 2;
    position: relative;
}header .top_mentor9643::before,
header .top_mentor9643::after {
    content: "";
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    background: rgb(217,197,208,0.5);
}header .top_mentor9643::before {
    height: 50px;
    width: 50px;
    left: -15px;
    top: -15px;
}header .top_mentor9643::after {
    background: rgb(180,166,179,0.5);
    width: 25px;
    bottom: -5px;
    right: -10px;
    height: 25px;
}header .top_mentor9643:hover::before,
header .top_mentor9643:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .top_mentor9643 svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
}header .top_mentor9643:hover svg {
    transform: rotate(-5deg);
}header .header_page8726 {
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
    padding: 10px 20px;
    flex-wrap: wrap;
    border-radius: 0 30px 30px 0;
    justify-content: flex-end;
}header .header_page8726::after {
    background-image: 
        linear-gradient(45deg, rgb(217,197,208,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(217,197,208,0.5) 50%, rgb(217,197,208,0.5) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    content: "";
    left: 0;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    animation: moveStripes 20s linear infinite;
    top: 0;
    width: 100%;
    z-index: -1;
}header .head_study8123 {
    position: relative;
    margin: 5px 8px;
    perspective: 800px;
}header .head_study8123::before {
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    left: -10px;
    content: "";
    opacity: 0;
    width: 0;
    border-left: 5px solid rgb(217,197,208);
    border-bottom: 5px solid transparent;
}header .head_study8123:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}header .head_study8123 a {
    display: block;
    font-size: 17px;
    background: transparent;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border: 1px solid transparent;
    color: #000000;
    border-radius: 10px;
}header .head_study8123 a::before {
    top: 0;
    width: 100%;
    transform: translateZ(-1px);
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #ffffff;
    content: "";
}header .head_study8123 a::after {
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    content: "";
    background: rgb(217,197,208);
    height: 2px;
    bottom: 0;
    position: absolute;
}header .head_study8123 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    color: rgb(217,197,208);
    border-color: rgb(217,197,208,0.5);
}header .head_study8123 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .top_teach5723 {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
}header .header_page8726 {
    width: 100%;
    border-radius: 30px;
    justify-content: center;
    background: #ffffff;
    clip-path: none;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head_study8123 {
    margin: 3px 5px;
}header .head_study8123 a {
    font-size: calc(17px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .header_page8726 {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}header .head_study8123 {
    margin: 3px 0;
    width: 100%;
}header .head_study8123 a {
    width: 100%;
    text-align: center;
}header .head_study8123::before {
    display: none;
}header .top_mentor9643 svg {
    height: 40px;
}}.greeting_page6781 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgb(180,166,179,0.5) 100%);
    align-items: center;
    display: flex;
}.greeting_page6781::before {
    height: 120%;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    left: -5%;
    transform: skewX(-15deg);
    content: '';
    top: -10%;
    width: 40%;
    background: linear-gradient(45deg, rgb(217,197,208,0.5) 0%, transparent 70%);
}.greeting_page6781 .class_experts2063 {
    max-width: 1400px;
    width: 100%;
    z-index: 2;
    display: grid;
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.greeting_page6781 h1 {
    transform: translateX(-5px);
    color: #000000;
    grid-column: 1 / -1;
    opacity: 0;
    font-weight: 700;
    position: relative;
    font-size: 39px;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
}.greeting_page6781 h1::after {
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    animation: scaleWidth 1s ease-out forwards 0.8s;
    bottom: -10px;
    height: 4px;
    width: 80px;
    background: rgb(217,197,208);
    content: '';
}.greeting_page6781 .text_holder_wrap3957 {
    display: flex;
    z-index: 3;
    position: relative;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    flex-direction: column;
}.greeting_page6781 .main_first4817 {
    border-left: 5px solid rgb(217,197,208);
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.greeting_page6781 .main_first4817:hover {
    transform: perspective(1000px) rotateY(0deg);
}.greeting_page6781 .main_first4817 p {
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(16px * 1.1);
    position: relative;
    padding-left: 1rem;
}.greeting_page6781 .main_first4817 p::before {
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    background: rgb(180,166,179);
    content: '';
    top: 0;
}.greeting_page6781 svg {
    height: 120px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    transform: scale(0);
    width: 120px;
    margin: 1rem auto 2rem;
    display: block;
}.greeting_page6781 svg path {
    transition: fill 0.3s ease;
}.greeting_page6781 svg:hover path {
    fill: rgb(217,197,208);
}.greeting_page6781 svg text {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.3s ease;
}.greeting_page6781 svg:hover text {
    transform: scale(1.05);
    fill: #000000;
}.greeting_page6781 .inquiry_section3165 {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    font-weight: 600;
    z-index: 1;
    background: rgb(217,197,208);
    padding: 1rem 2rem;
    overflow: hidden;
    text-align: center;
    font-size: 19px;
}.greeting_page6781 .inquiry_section3165::before {
    left: 0;
    background: rgb(180,166,179);
    width: 100%;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}.greeting_page6781 .inquiry_section3165:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.greeting_page6781 .inquiry_section3165:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.greeting_page6781 .full_image1926 {
    animation: fadeIn 1s ease-out forwards 0.6s;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: transform 0.5s ease;
}.greeting_page6781 .full_image1926:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.greeting_page6781 .full_image1926::after {
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(180,166,179,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {.greeting_page6781 .class_experts2063 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.greeting_page6781 h1 {
    text-align: center;
    font-size: calc(39px * 0.85);
}.greeting_page6781 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .greeting_page6781 .main_first4817 {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.greeting_page6781 .full_image1926 {
    order: -1;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.greeting_page6781 {
    padding: 4rem 0 2rem;
}.greeting_page6781 .class_experts2063 {
    padding: 1rem;
    gap: 2rem;
}.greeting_page6781 h1 {
    font-size: calc(39px * 0.75);
    margin-bottom: 1rem;
}.greeting_page6781 .main_first4817 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.greeting_page6781 .main_first4817 p {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.greeting_page6781 svg {
    height: 90px;
    width: 90px;
    margin: 0.5rem auto 1.5rem;
}.greeting_page6781 .inquiry_section3165 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0.8rem 1.5rem;
}.greeting_page6781 .full_image1926 {
    min-height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 480px) {.greeting_page6781 {
    padding: 3rem 0 1rem;
}.greeting_page6781 .class_experts2063 {
    gap: 1.5rem;
}.greeting_page6781 h1 {
    font-size: calc(39px * 0.65);
}.greeting_page6781 .main_first4817 {
    padding: 1.25rem;
}.greeting_page6781 svg {
    height: 80px;
    width: 80px;
}.greeting_page6781 .full_image1926 {
    min-height: 220px;
}}.tyDiv7063 {
    background: linear-gradient(135deg, rgb(180,166,179,0.5), rgb(217,197,208,0.5));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.tyDiv7063::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
}.tyDiv7063::after {
    z-index: 2;
    width: 100%;
    animation: shimmer 4s infinite ease-in-out;
    bottom: -5px;
    position: absolute;
    height: 10px;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(180,166,179) 25%, 
        rgb(217,197,208) 75%, 
        transparent 100%);
    content: "";
}.tyDiv7063 .container {
    width: 90%;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.tyDiv7063 .class_experts2063 {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    padding: 4rem 3rem;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}.tyDiv7063 .class_experts2063::before {
    filter: blur(20px);
    background: linear-gradient(135deg, 
        rgb(217,197,208,0.5) 0%, 
        transparent 70%);
    right: -10%;
    width: 200px;
    z-index: -1;
    animation: float 8s infinite ease-in-out;
    top: -10%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.7;
    content: "";
    height: 200px;
}.tyDiv7063 .class_experts2063:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.tyDiv7063 .class_experts2063 > div:first-child {
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 2rem;
    position: relative;
}.tyDiv7063 .class_experts2063 > div:last-child {
    transform: translateY(0);
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    opacity: 1;
}.tyDiv7063 h5 {
    font-weight: 700;
    color: rgb(217,197,208);
    font-size: 23px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    margin: 0 0 1rem;
    font-family: Arial, sans-serif;
}.tyDiv7063 h5::after {
    position: absolute;
    border-radius: 2px;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 60%;
    background: linear-gradient(90deg, rgb(180,166,179), transparent);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -10px;
    height: 3px;
}.tyDiv7063 a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}.tyDiv7063 a:hover p {
    color: rgb(217,197,208);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.tyDiv7063 p {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    transition: all 0.4s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.tyDiv7063 {
    padding: 5rem 0;
}.tyDiv7063 .class_experts2063 {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyDiv7063 h5 {
    font-size: calc(23px * 0.95);
}.tyDiv7063 p {
    font-size: calc(17px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.tyDiv7063 {
    padding: 4rem 0;
}.tyDiv7063 .class_experts2063 {
    padding: 2.5rem 2rem;
    transform: none;
}.tyDiv7063 .class_experts2063::before {
    width: 150px;
    height: 150px;
}.tyDiv7063 h5 {
    font-size: calc(23px * 0.9);
}.tyDiv7063 h5::after {
    width: 50%;
}.tyDiv7063 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.tyDiv7063 {
    padding: 3rem 0;
}.tyDiv7063 .container {
    width: 92%;
}.tyDiv7063 .class_experts2063 {
    padding: 2rem 1.5rem;
}.tyDiv7063 .class_experts2063 > div:first-child {
    margin-bottom: 1.5rem;
}.tyDiv7063 h5 {
    font-size: calc(23px * 0.85);
}.tyDiv7063 p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.get_updates4208 {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(180,166,179,0.5), rgb(217,197,208));
    padding: 5rem 2rem;
    position: relative;
}.get_updates4208::before {
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.get_updates4208::after {
    content: "";
    z-index: -1;
    height: 100%;
    top: -50%;
    right: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(180,166,179) 0%, transparent 70%);
    width: 100%;
    opacity: 0.15;
    animation: pulseGlow 15s infinite alternate ease-in-out;
}.get_updates4208 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.get_updates4208 .class_experts2063 {
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0 5%,
        3% 0,
        97% 0,
        100% 5%,
        100% 95%,
        97% 100%,
        3% 100%,
        0 95%
    );
    display: flex;
    gap: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
}.get_updates4208 h3 {
    transform: translateY(0);
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    line-height: 1.4;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    margin: 0;
    font-weight: 600;
    animation: fadeSlideUp 0.8s ease-out;
}.get_updates4208 .input_holder {
    max-width: 550px;
    display: flex;
    width: 100%;
    gap: 1.5rem;
    flex-direction: column;
}.get_updates4208 .input_holder div {
    width: 100%;
    position: relative;
}.get_updates4208 .input_holder div::before {
    bottom: -5px;
    width: 0;
    z-index: 1;
    position: absolute;
    height: 2px;
    background: rgb(180,166,179);
    content: "";
    left: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}.get_updates4208 .input_holder div:focus-within::before {
    width: 100%;
}.get_updates4208 input[type="email"] {
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    outline: none;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.get_updates4208 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.get_updates4208 input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
}.get_updates4208 .email_wrap0138 {
    padding: 1.1rem 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-size: 19px;
    letter-spacing: 0.03em;
    align-self: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    background: rgb(180,166,179);
    overflow: hidden;
    font-family: Arial, sans-serif;
}.get_updates4208 .email_wrap0138::before {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: -100%;
    position: absolute;
    transition: 0.5s;
}.get_updates4208 .email_wrap0138:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    background: rgb(217,197,208);
    transform: translateY(-3px) scale(1.02);
}.get_updates4208 .email_wrap0138:hover::before {
    left: 100%;
}.get_updates4208 .email_wrap0138:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

@media (min-width: 768px) {.get_updates4208 {
    padding: 7rem 3rem;
}.get_updates4208 .class_experts2063 {
    gap: 3rem;
    padding: 4rem 3rem;
}.get_updates4208 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.get_updates4208 .input_holder div {
    flex: 1;
}.get_updates4208 .email_wrap0138 {
    align-self: stretch;
    padding: 0 2.5rem;
}
}

@media (min-width: 992px) {.get_updates4208 {
    padding: 8rem 4rem;
}.get_updates4208 .class_experts2063 {
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    padding: 5rem 4rem;
}.get_updates4208 h3 {
    max-width: 80%;
    font-size: 22px;
}.get_updates4208 input[type="email"] {
    padding: 1.3rem 1.8rem;
}
}

@media (max-width: 767px) {.get_updates4208 {
    padding: 4rem 1.5rem;
}.get_updates4208 .class_experts2063 {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
}.get_updates4208 h3 {
    font-size: 1.3rem;
    max-width: 100%;
}
}

@media (max-width: 480px) {.get_updates4208 .class_experts2063 {
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0 2%,
            2% 0,
            98% 0,
            100% 2%,
            100% 98%,
            98% 100%,
            2% 100%,
            0 98%
        );
}.get_updates4208 input[type="email"] {
    padding: 1rem 1.2rem;
}.get_updates4208 .email_wrap0138 {
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}.linkedin_ref6214 {
    color: #000000;
    background-color: #ffffff;
    position: relative;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
}.linkedin_ref6214::before {
    top: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    left: 0;
    position: absolute;
    content: "";
}footer .knowl_base3790 {
    display: grid;
    gap: 60px;
}footer .talk_support1409 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    padding-bottom: 40px;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    margin-bottom: 15px;
    margin-right: 30px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    fill: rgb(217,197,208);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(217,197,208);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .header_master1903 {
    margin-bottom: 15px;
}footer .header_master1903 svg {
    margin-bottom: 20px;
    height: 40px;
    width: auto;
}footer .progress_bar8245 {
    font-size: 14px;
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
}footer .header_page8726 h5 {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    position: relative;
}footer .header_page8726 h5::after {
    height: 2px;
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -8px;
    background-color: rgb(217,197,208);
    content: "";
}footer .page_head2180 {
    margin-bottom: 30px;
}footer .page_head2180 a {
    color: #000000;
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}footer .page_head2180 a:hover {
    transform: translateX(5px);
    color: rgb(217,197,208);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    color: #000000;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
    color: #000000;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
    transition: border-color 0.3s ease;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(217,197,208);
}footer .email_wrap0138 {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    border: none;
    background-color: rgb(217,197,208);
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 14px 20px;
    font-size: 17px;
}footer .email_wrap0138:hover {
    background-color: rgb(180,166,179);
}footer .discount_cta7425 {
    margin-top: 50px;
}footer .sample_docs3261 {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_wrap0138 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .linkedin_ref6214 {
    padding: 50px 0 30px;
}footer .talk_support1409 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .discount_cta7425 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .linkedin_ref6214 {
    padding: 40px 0 20px;
}footer .knowl_base3790 {
    gap: 40px;
}footer .header_page8726 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}
}