* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1270px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.top_nav_pFMWhqx {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.podcast_cta_zB48VlK {
    flex: 0 0 auto;
}.grid-container_RYzDEVt {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_testimonials_vrsFuBX {
    padding: 120px 0 150px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, rgb(208,174,177,0.5) 100%);
}.client_testimonials_vrsFuBX::before {
    filter: blur(80px);
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(192,130,151,0.5);
    animation: floatBubble 18s infinite ease-in-out;
    top: -50px;
    content: "";
    left: -50px;
}.client_testimonials_vrsFuBX::after {
    content: "";
    right: -80px;
    height: 250px;
    bottom: -80px;
    width: 250px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: rgb(208,174,177,0.5);
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.client_testimonials_vrsFuBX .who_weare_sXm7FwD {
    margin: 0 auto;
    max-width: 1300px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.client_testimonials_vrsFuBX h4 {
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    display: inline-block;
    font-size: 32px;
    transform: skew(-5deg);
    font-weight: 700;
    transform: translateX(-50%) skew(-5deg);
    margin-bottom: 70px;
    left: 50%;
    position: relative;
}.client_testimonials_vrsFuBX h4::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,174,177), transparent);
    left: 25%;
    height: 4px;
    content: "";
    bottom: -15px;
    width: 50%;
}.client_testimonials_vrsFuBX .feedback_cloud_rhlY5WK {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    perspective: 1000px;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    transition: all 0.5s ease;
    padding: 30px;
    backface-visibility: hidden;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3::before {
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 .img_zoom_effect_SNkvo34 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 3px solid #ffffff;
    margin: 0 auto 20px;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3:hover .img_zoom_effect_SNkvo34 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 span {
    display: block;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-size: 23px;
    font-family: Arial, sans-serif;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 span::after {
    background: rgb(208,174,177);
    margin: 10px auto 0;
    width: 30px;
    display: block;
    content: "";
    height: 2px;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 p {
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 p::before {
    content: '"';
    left: -5px;
    font-size: 80px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    top: -20px;
    font-family: serif;
    color: rgb(208,174,177,0.5);
}

@media (max-width: 1200px) {.client_testimonials_vrsFuBX {
    padding: 100px 0;
}.client_testimonials_vrsFuBX .feedback_cloud_rhlY5WK {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}

@media (max-width: 768px) {.client_testimonials_vrsFuBX {
    padding: 80px 0;
}.client_testimonials_vrsFuBX h4 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.client_testimonials_vrsFuBX .feedback_cloud_rhlY5WK {
    grid-template-columns: 1fr;
    max-width: 500px;
    gap: 25px;
    margin: 0 auto;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.client_testimonials_vrsFuBX .user_ratings_DarEAj3 .img_zoom_effect_SNkvo34 {
    height: 70px;
    width: 70px;
}}.course_features_zr9vYdL {
    position: relative;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.course_features_zr9vYdL::before {
    background: linear-gradient(225deg, rgb(208,174,177) 0%, transparent 70%);
    height: 20vw;
    width: 20vw;
    right: -5%;
    transform: rotate(15deg);
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    content: "";
    top: -5%;
}.course_features_zr9vYdL::after {
    transform: rotate(-10deg);
    content: "";
    z-index: 1;
    width: 15vw;
    left: -5%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(192,130,151) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    height: 15vw;
}.course_features_zr9vYdL .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.course_features_zr9vYdL h2 {
    transform: translateX(-0.5rem);
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    max-width: 90%;
}.course_features_zr9vYdL h2::after {
    left: 0;
    background: rgb(208,174,177);
    content: "";
    position: absolute;
    width: 6rem;
    transform-origin: left center;
    height: 0.35rem;
    bottom: -1rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
}.course_features_zr9vYdL .tech_classes_w3zectD {
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    display: grid;
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    width: 100%;
    height: 350px;
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34::before {
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    height: 100%;
    left: 0;
}.course_features_zr9vYdL .text_field_NFbSYqK {
    padding: 0.5rem 0;
    position: relative;
}.course_features_zr9vYdL .text_field_NFbSYqK::before {
    opacity: 0.5;
    left: -2rem;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(192,130,151);
    width: 0.3rem;
}.course_features_zr9vYdL .description {
    line-height: 1.7;
    overflow-y: auto;
    max-height: 300px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-right: 1rem;
    font-size: 15px;
}.course_features_zr9vYdL .description::-webkit-scrollbar {
    width: 6px;
}.course_features_zr9vYdL .description::-webkit-scrollbar-track {
    background: rgb(227,212,216);
    border-radius: 10px;
}.course_features_zr9vYdL .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,174,177,0.5);
}.course_features_zr9vYdL .description::-webkit-scrollbar-thumb:hover {
    background: rgb(208,174,177);
}.course_features_zr9vYdL .description:first-of-type::first-letter {
    float: left;
    line-height: 1;
    margin-right: 0.5rem;
    background: rgb(227,212,216);
    font-size: 1.5rem;
    padding: 0.5rem;
    color: rgb(208,174,177);
    border-radius: 10px;
    font-weight: 700;
}.course_features_zr9vYdL .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.course_features_zr9vYdL {
    padding: 7rem 0;
}.course_features_zr9vYdL h2 {
    max-width: 70%;
    font-size: calc(29px * 1.1);
}.course_features_zr9vYdL .tech_classes_w3zectD {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 450px;
}.course_features_zr9vYdL .text_field_NFbSYqK {
    padding: 1rem 0;
}.course_features_zr9vYdL .description {
    padding-right: 1.5rem;
    max-height: 450px;
}
}

@media screen and (min-width: 992px) {.course_features_zr9vYdL {
    padding: 8rem 0;
}.course_features_zr9vYdL h2 {
    max-width: 60%;
    margin-bottom: 4rem;
    font-size: calc(29px * 1.2);
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.course_features_zr9vYdL .tech_classes_w3zectD {
    gap: 4rem;
}.course_features_zr9vYdL .text_field_NFbSYqK::before {
    width: 0.4rem;
    left: -3rem;
}.course_features_zr9vYdL .description {
    padding-right: 2rem;
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    max-height: 500px;
}.course_features_zr9vYdL .description:first-of-type::first-letter {
    font-size: 2rem;
    padding: 0.7rem;
}
}

@media screen and (min-width: 1200px) {.course_features_zr9vYdL h2 {
    transform: translateX(-1rem);
}.course_features_zr9vYdL .tech_classes_w3zectD {
    gap: 5rem;
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    height: 550px;
}.course_features_zr9vYdL .description {
    max-height: 550px;
}
}

@media (hover: hover) {.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.course_features_zr9vYdL h2::after {
    animation: none;
}.course_features_zr9vYdL .img_zoom_effect_SNkvo34 {
    transition: none;
}}.who_we_are_23sAGnT {
    padding: 120px 0;
    background: rgb(227,212,216);
    position: relative;
    overflow: hidden;
}.who_we_are_23sAGnT::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(208,174,177,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(192,130,151,0.5) 0%,
            transparent 50%
        );
    content: "";
}.who_we_are_23sAGnT::after {
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 60px 60px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    opacity: 0.05;
    height: 100%;
    animation: movePattern 20s linear infinite;
}.who_we_are_23sAGnT .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 25px;
}.who_we_are_23sAGnT .who_weare_sXm7FwD {
    flex-wrap: wrap;
    gap: 50px;
    display: flex;
    position: relative;
}.who_we_are_23sAGnT h3 {
    color: #000000;
    position: relative;
    font-size: 41px;
    margin-bottom: 60px;
    width: 100%;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
}.who_we_are_23sAGnT h3::after {
    animation: lineExpand 1.5s forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    bottom: -5px;
    position: absolute;
    height: 3px;
    width: 0;
    content: "";
}.who_we_are_23sAGnT .study_center_K2mFCrO {
    z-index: 2;
    min-width: 300px;
    transition: all 0.4s ease;
    flex-direction: column;
    padding: 40px;
    position: relative;
    display: flex;
    flex: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.who_we_are_23sAGnT .study_center_K2mFCrO::before {
    opacity: 0.8;
    right: 10px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    content: "";
    z-index: 1;
    top: 10px;
    width: 20px;
    background: rgb(208,174,177);
    height: 20px;
}.who_we_are_23sAGnT .study_center_K2mFCrO::after {
    bottom: 10px;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: rgb(192,130,151);
    z-index: 1;
    height: 20px;
    width: 20px;
    left: 10px;
    opacity: 0.8;
}.who_we_are_23sAGnT .study_center_K2mFCrO span {
    color: rgb(208,174,177);
    font-weight: 600;
    transform: translateX(-15px);
    margin-bottom: 15px;
    position: relative;
    background: linear-gradient(to right, rgb(208,174,177,0.5), transparent);
    font-size: 18px;
    padding: 5px 15px;
    display: inline-block;
}.who_we_are_23sAGnT .study_center_K2mFCrO p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
}.who_we_are_23sAGnT .study_center_K2mFCrO .img_zoom_effect_SNkvo34 {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 280px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}.who_we_are_23sAGnT .study_center_K2mFCrO .img_zoom_effect_SNkvo34::before {
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    content: "";
    background: rgb(208,174,177,0.5);
    left: 0;
    width: 100%;
    z-index: 1;
}.who_we_are_23sAGnT .study_center_K2mFCrO:hover .img_zoom_effect_SNkvo34 {
    transform: scale(1.03);
}.who_we_are_23sAGnT .study_center_K2mFCrO:hover .img_zoom_effect_SNkvo34::before {
    opacity: 0.2;
}.who_we_are_23sAGnT .path_creators_0myKcVf {
    flex: 1;
    min-width: 300px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    z-index: 2;
    position: relative;
    padding: 40px;
}.who_we_are_23sAGnT .path_creators_0myKcVf::before {
    content: "";
    background: rgb(192,130,151);
    left: 10px;
    opacity: 0.8;
    top: 10px;
    z-index: 1;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    width: 20px;
}.who_we_are_23sAGnT .path_creators_0myKcVf::after {
    background: rgb(208,174,177);
    right: 10px;
    height: 20px;
    z-index: 1;
    position: absolute;
    width: 20px;
    content: "";
    opacity: 0.8;
    bottom: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}.who_we_are_23sAGnT .path_creators_0myKcVf p {
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    padding: 20px;
    background: linear-gradient(to bottom, rgb(192,130,151,0.5), transparent);
    color: #000000;
    margin-bottom: 40px;
}.who_we_are_23sAGnT .path_creators_0myKcVf .learning_growth_aZMXsI9 {
    margin: 0 auto;
    overflow: hidden;
    width: 180px;
    height: 180px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
}.who_we_are_23sAGnT .path_creators_0myKcVf .learning_growth_aZMXsI9::before {
    background: 
        linear-gradient(
            -45deg,
            rgb(192,130,151,0.5),
            transparent 60%
        );
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    transition: opacity 0.5s ease;
}.who_we_are_23sAGnT .path_creators_0myKcVf .learning_growth_aZMXsI9::after {
    content: "";
    position: absolute;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0.5;
    inset: 0;
    box-shadow: inset 0 0 0 2px rgb(192,130,151);
}.who_we_are_23sAGnT .path_creators_0myKcVf:hover .learning_growth_aZMXsI9::after {
    opacity: 1;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
}.who_we_are_23sAGnT .study_center_K2mFCrO:hover,
.who_we_are_23sAGnT .path_creators_0myKcVf:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.who_we_are_23sAGnT {
    padding: 90px 0;
}.who_we_are_23sAGnT .who_weare_sXm7FwD {
    flex-direction: column;
    align-items: center;
}.who_we_are_23sAGnT h3 {
    text-align: center;
    font-size: calc(41px * 0.9);
}.who_we_are_23sAGnT h3::after {
    left: 50%;
    transform: translateX(-50%);
}.who_we_are_23sAGnT .study_center_K2mFCrO,
    .who_we_are_23sAGnT .path_creators_0myKcVf {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.who_we_are_23sAGnT {
    padding: 70px 0;
}.who_we_are_23sAGnT h3 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.who_we_are_23sAGnT .study_center_K2mFCrO,
    .who_we_are_23sAGnT .path_creators_0myKcVf {
    padding: 30px;
}.who_we_are_23sAGnT .study_center_K2mFCrO .img_zoom_effect_SNkvo34 {
    height: 240px;
}.who_we_are_23sAGnT .study_center_K2mFCrO span {
    font-size: calc(18px * 0.9);
}.who_we_are_23sAGnT .path_creators_0myKcVf .learning_growth_aZMXsI9 {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 576px) {.who_we_are_23sAGnT {
    padding: 50px 0;
}.who_we_are_23sAGnT .container {
    padding: 0 20px;
}.who_we_are_23sAGnT h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.who_we_are_23sAGnT .study_center_K2mFCrO,
    .who_we_are_23sAGnT .path_creators_0myKcVf {
    padding: 25px;
    clip-path: none;
}.who_we_are_23sAGnT .study_center_K2mFCrO .img_zoom_effect_SNkvo34 {
    height: 200px;
}.who_we_are_23sAGnT .path_creators_0myKcVf p {
    padding: 15px;
}.who_we_are_23sAGnT .path_creators_0myKcVf .learning_growth_aZMXsI9 {
    height: 140px;
    width: 140px;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(45deg, rgb(192,130,151,0.5) 0%, rgb(208,174,177,0.5) 100%);
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
}.podcast_cta_zB48VlK {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 2;
}.podcast_cta_zB48VlK .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.podcast_cta_zB48VlK .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.podcast_cta_zB48VlK .company_holder h3 {
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.podcast_cta_zB48VlK .company_holder h3::after {
    width: 40px;
    border-radius: 10px;
    position: absolute;
    content: '';
    height: 4px;
    background: rgb(208,174,177);
    left: 0;
    bottom: 0;
}.podcast_cta_zB48VlK .idea_pool_ym6i4bz {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-left: 4px solid rgb(208,174,177);
    margin-top: 25px;
    font-size: 15px;
    backdrop-filter: blur(10px);
    line-height: 1.6;
    border-radius: 14px;
}.podcast_cta_zB48VlK .peer_help_szuVQbA {
    grid-column: 5 / 13;
    position: relative;
}.podcast_cta_zB48VlK .top_mainwrap_bxJ3h2p {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n {
    position: relative;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n h5 {
    font-size: 19px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n h5::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background: rgb(208,174,177);
    border-radius: 50%;
    left: -15px;
    width: 8px;
    height: 8px;
    position: absolute;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n .top_mainwrap_bxJ3h2p {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n .top_mainwrap_bxJ3h2p a {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 15px;
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n .top_mainwrap_bxJ3h2p a::before {
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(208,174,177);
    width: 3px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    content: '';
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n .top_mainwrap_bxJ3h2p a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n .top_mainwrap_bxJ3h2p a:hover::before {
    background: rgb(208,174,177,0.5);
    width: 100%;
}.online_tools_mzGJevb {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    position: relative;
    padding: 20px 0;
    z-index: 2;
}.online_tools_mzGJevb::before {
    position: absolute;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    right: 15%;
    content: '';
    opacity: 0.2;
}.online_tools_mzGJevb .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.online_tools_mzGJevb .patent_info_mA2SGKC {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    letter-spacing: 0.5px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
}

@media (max-width: 992px) {.podcast_cta_zB48VlK .container {
    grid-template-columns: repeat(1, 1fr);
}.podcast_cta_zB48VlK .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.podcast_cta_zB48VlK .peer_help_szuVQbA {
    grid-column: 1 / -1;
}.podcast_cta_zB48VlK .top_mainwrap_bxJ3h2p {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.podcast_cta_zB48VlK {
    padding: 60px 0 30px;
}.podcast_cta_zB48VlK .top_mainwrap_bxJ3h2p {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.podcast_cta_zB48VlK::before {
    height: 5px;
    content: '';
    background-size: 200% 200%;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151), rgb(208,174,177));
    left: 0;
    animation: gradientShift 5s infinite;
    top: 0;
    width: 100%;
}.podcast_cta_zB48VlK .company_holder::after {
    background: rgb(208,174,177,0.5);
    opacity: 0.4;
    right: -50px;
    top: 40px;
    border-radius: 50%;
    content: '';
    width: 150px;
    filter: blur(60px);
    z-index: -1;
    height: 150px;
    position: absolute;
}.podcast_cta_zB48VlK .company_holder::before {
    width: 100px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    height: 100px;
    filter: blur(40px);
    background: rgb(192,130,151,0.5);
    opacity: 0.3;
    content: '';
    left: -30px;
    bottom: 0;
}.podcast_cta_zB48VlK .peer_help_szuVQbA::after {
    position: absolute;
    background: rgb(208,174,177,0.5);
    height: 120px;
    border-radius: 50%;
    right: 100px;
    top: -20px;
    content: '';
    filter: blur(50px);
    z-index: -1;
    opacity: 0.2;
    width: 120px;
}.podcast_cta_zB48VlK .peer_help_szuVQbA::before {
    content: '';
    left: 80px;
    bottom: -50px;
    background: rgb(192,130,151,0.5);
    filter: blur(70px);
    position: absolute;
    height: 180px;
    border-radius: 50%;
    opacity: 0.25;
    width: 180px;
    z-index: -1;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.podcast_cta_zB48VlK .top_sitewrap_9oksD0n {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n h5 {
    letter-spacing: 0.5px;
}.podcast_cta_zB48VlK .top_sitewrap_9oksD0n h5::after {
    position: absolute;
    content: '';
    width: 30px;
    background: rgb(192,130,151);
    left: 0;
    bottom: -5px;
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.online_tools_mzGJevb {
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}header {
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: rgb(227,212,216);
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 0;
}header::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(208,174,177), 0.03) 25%, 
        rgba(rgb(208,174,177), 0.05) 50%,
        rgba(rgb(208,174,177), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
}header .main_top_6HfF0Oj {
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 2;
}header .first_pagebar_569aSiN {
    flex: 0 0 auto;
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
}header .nav_site_q4nMlK2 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .nav_site_q4nMlK2:hover {
    transform: translateY(-3px);
}header .nav_site_q4nMlK2 img {
    filter: brightness(1.03);
    display: block;
    max-width: 100%;
    height: auto;
}header .nav_site_q4nMlK2::before {
    border-radius: 10px;
    background: rgb(208,174,177);
    left: 0;
    opacity: 0;
    height: 10px;
    width: 100%;
    bottom: -15px;
    position: absolute;
    transform: scaleX(0.7);
    transition: all 0.3s ease;
    content: '';
}header .nav_site_q4nMlK2:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .top_sitewrap_9oksD0n {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}header .top_sitewrap_9oksD0n::after {
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,174,177,0.5), 
        transparent
    );
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
}header .nav_guide_6xltkDv {
    margin: 0;
    position: relative;
}header .nav_guide_6xltkDv a {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}header .nav_guide_6xltkDv a::before {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgb(208,174,177);
    left: 0;
    content: '';
    position: absolute;
}header .nav_guide_6xltkDv a:hover {
    color: rgb(208,174,177);
}header .nav_guide_6xltkDv a:hover::before {
    transform: translateX(0);
}header .nav_guide_6xltkDv a::after {
    border-radius: 10px;
    background: rgb(208,174,177,0.5);
    height: 100%;
    transform: scale(0.8);
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
    left: 0;
}header .nav_guide_6xltkDv a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .main_top_6HfF0Oj::before {
    top: 0;
    width: 30%;
    z-index: -1;
    height: 100%;
    position: absolute;
    right: 0;
    content: '';
    background: linear-gradient(-90deg, rgb(227,212,216), transparent);
}header .main_top_6HfF0Oj::after {
    background: linear-gradient(90deg, rgb(227,212,216), transparent);
    content: '';
    left: 0;
    z-index: -1;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
}header .top_nav_pFMWhqx {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .main_top_6HfF0Oj {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_guide_6xltkDv a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main_top_6HfF0Oj {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1rem;
    justify-content: space-between;
}header .first_pagebar_569aSiN {
    margin-right: 0;
    margin-bottom: 0;
}header .top_sitewrap_9oksD0n {
    margin-top: 0;
    padding-top: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_guide_6xltkDv {
    margin-bottom: 0.5rem;
}header .nav_guide_6xltkDv a {
    padding: 0.7rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main_top_6HfF0Oj {
    padding: 1rem 1.5rem;
}header .first_pagebar_569aSiN {
    flex: 0 0 auto;
    max-width: 150px;
}header .top_sitewrap_9oksD0n {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .top_sitewrap_9oksD0n::-webkit-scrollbar {
    height: 3px;
}header .top_sitewrap_9oksD0n::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,174,177,0.5);
}header .nav_guide_6xltkDv {
    flex: 0 0 auto;
}header .nav_guide_6xltkDv a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
}header .top_sitewrap_9oksD0n::after {
    bottom: 0;
}header .nav_site_q4nMlK2::before {
    display: none;
}}.contact_section_GwXk6LA {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(227,212,216);
}.contact_section_GwXk6LA::before {
    animation: patternShift 30s linear infinite;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.05;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,174,177,0.5) 0,
        rgb(208,174,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.contact_section_GwXk6LA .img_zoom_effect_SNkvo34 {
    height: 100%;
    top: 0;
    transform: scale(1.1);
    animation: slowZoom 20s alternate infinite;
    width: 100%;
    opacity: 0.2;
    left: 0;
    transition: transform 10s ease-in-out;
    filter: saturate(0.6) brightness(0.7);
    position: absolute;
    z-index: 0;
}.contact_section_GwXk6LA .img_zoom_effect_SNkvo34::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(227,212,216) 0%, transparent 80%);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
}.contact_section_GwXk6LA .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.contact_section_GwXk6LA h3 {
    font-size: 28px;
    color: rgb(208,174,177);
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}.contact_section_GwXk6LA h3::after {
    width: 60px;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: '';
    background: rgb(192,130,151);
    height: 4px;
}.contact_section_GwXk6LA .query_box_ogHM1qp {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    overflow: hidden;
    background: #ffffff;
}.contact_section_GwXk6LA .support_list_dbJR57B {
    background: #ffffff;
    position: relative;
    padding: 50px;
}.contact_section_GwXk6LA .support_list_dbJR57B::after {
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(192,130,151,0.5), transparent);
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    top: 50%;
    position: absolute;
    height: 80%;
}.contact_section_GwXk6LA .support_list_dbJR57B h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-size: 20px;
}.contact_section_GwXk6LA .support_list_dbJR57B h3::after {
    left: 0;
    transform: none;
    width: 40px;
    height: 3px;
}.contact_section_GwXk6LA form {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_section_GwXk6LA input[type="text"],
.contact_section_GwXk6LA textarea {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 16px 20px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
}.contact_section_GwXk6LA input[type="text"]:focus,
.contact_section_GwXk6LA textarea:focus {
    border-color: rgb(208,174,177);
    outline: none;
    box-shadow: 0 0 0 3px rgb(208,174,177,0.5);
}.contact_section_GwXk6LA textarea {
    resize: vertical;
    min-height: 140px;
}.contact_section_GwXk6LA .connect_widget_Ut5KnwY {
    font-size: calc(14px * 0.9);
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
    color: #000000;
    display: flex;
}.contact_section_GwXk6LA input[type="checkbox"] {
    margin-top: 2px;
    transition: all 0.2s ease;
    width: 22px;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    border: 2px solid rgb(192,130,151,0.5);
    background: #ffffff;
    height: 22px;
    border-radius: 4px;
    appearance: none;
}.contact_section_GwXk6LA input[type="checkbox"]:checked {
    background: rgb(208,174,177);
    border-color: rgb(208,174,177);
}.contact_section_GwXk6LA input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    top: 3px;
    height: 12px;
    content: '';
    left: 7px;
}.contact_section_GwXk6LA .connect_widget_Ut5KnwY label {
    cursor: pointer;
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.contact_section_GwXk6LA .connect_widget_Ut5KnwY a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
    color: rgb(208,174,177);
}.contact_section_GwXk6LA .connect_widget_Ut5KnwY a:hover {
    color: rgb(192,130,151);
}.contact_section_GwXk6LA .support_query_Oisl2EJ {
    background: rgb(208,174,177);
    font-weight: 600;
    box-shadow: 0 4px 12px rgb(208,174,177,0.5);
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    align-self: flex-start;
    padding: 16px 32px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}.contact_section_GwXk6LA .support_query_Oisl2EJ::before {
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    height: 100%;
    content: '';
    background: rgb(192,130,151);
    z-index: -1;
    position: absolute;
    transform-origin: right;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.contact_section_GwXk6LA .support_query_Oisl2EJ:hover {
    box-shadow: 0 6px 15px rgba(rgb(208,174,177), 0.4);
}.contact_section_GwXk6LA .support_query_Oisl2EJ:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_section_GwXk6LA .query_form_mNMsSLK {
    overflow: hidden;
    background: rgb(192,130,151,0.5);
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    position: relative;
    display: flex;
}.contact_section_GwXk6LA .query_form_mNMsSLK::before {
    bottom: 0;
    height: 150px;
    filter: blur(60px);
    position: absolute;
    right: 0;
    content: '';
    background: rgb(208,174,177,0.5);
    width: 150px;
    opacity: 0.4;
    border-radius: 50%;
}.contact_section_GwXk6LA .query_form_mNMsSLK h4 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 700;
}.contact_section_GwXk6LA .query_form_mNMsSLK h4::after {
    bottom: -15px;
    position: absolute;
    height: 3px;
    background: rgb(208,174,177);
    width: 40px;
    content: '';
    left: 0;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY {
    gap: 30px;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    padding: 0;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li {
    gap: 18px;
    align-items: center;
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li:hover {
    transform: translateX(5px);
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li svg {
    justify-content: center;
    width: 22px;
    align-items: center;
    height: 46px;
    flex-shrink: 0;
    background: #ffffff;
    height: 22px;
    padding: 12px;
    display: flex;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 46px;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li svg path {
    fill: rgb(208,174,177);
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li:hover a {
    color: rgb(208,174,177);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact_section_GwXk6LA {
    padding: 80px 0;
}.contact_section_GwXk6LA .query_box_ogHM1qp {
    grid-template-columns: 1fr;
}.contact_section_GwXk6LA .support_list_dbJR57B::after {
    display: none;
}.contact_section_GwXk6LA .support_list_dbJR57B,
    .contact_section_GwXk6LA .query_form_mNMsSLK {
    padding: 40px;
}.contact_section_GwXk6LA h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.contact_section_GwXk6LA {
    padding: 60px 0;
}.contact_section_GwXk6LA .container {
    padding: 0 20px;
}.contact_section_GwXk6LA .support_list_dbJR57B,
    .contact_section_GwXk6LA .query_form_mNMsSLK {
    padding: 30px 25px;
}.contact_section_GwXk6LA h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.contact_section_GwXk6LA .support_list_dbJR57B h3,
    .contact_section_GwXk6LA .query_form_mNMsSLK h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.contact_section_GwXk6LA input[type="text"],
    .contact_section_GwXk6LA textarea {
    padding: 14px 18px;
}.contact_section_GwXk6LA .support_query_Oisl2EJ {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact_section_GwXk6LA {
    padding: 50px 0;
}.contact_section_GwXk6LA .support_list_dbJR57B,
    .contact_section_GwXk6LA .query_form_mNMsSLK {
    padding: 25px 20px;
}.contact_section_GwXk6LA h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.8);
}.contact_section_GwXk6LA .support_list_dbJR57B h3,
    .contact_section_GwXk6LA .query_form_mNMsSLK h4 {
    font-size: calc(20px * 0.9);
}.contact_section_GwXk6LA form {
    gap: 20px;
}.contact_section_GwXk6LA .support_query_Oisl2EJ {
    text-align: center;
    width: 100%;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY li svg {
    width: 40px;
    height: 40px;
    padding: 10px;
}.contact_section_GwXk6LA .feedback_block_xHwC4nY {
    gap: 25px;
}}.title_screen_mx7Ufed {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    background-color: rgb(227,212,216);
}.title_screen_mx7Ufed .page_hero_1R8EBNn {
    padding: 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 100%;
}.title_screen_mx7Ufed .start_home_qGpawy8 {
    position: relative;
    overflow: hidden;
    padding: 4rem 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.title_screen_mx7Ufed .start_home_qGpawy8::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(208,174,177,0.5) 0%,
    rgb(192,130,151,0.5) 60%,
    rgb(255, 255, 255, 0.5) 100%
  );
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    opacity: 0.85;
}.title_screen_mx7Ufed .start_home_qGpawy8::after {
    width: 200%;
    content: "";
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    z-index: -1;
    animation: pulse 8s ease-in-out infinite alternate;
    transform: scale(0.8);
    height: 200%;
    position: absolute;
    top: -50%;
    opacity: 0.1;
    left: -50%;
}.title_screen_mx7Ufed .start_home_qGpawy8:hover {
    transform: perspective(1000px) rotateY(0);
}.title_screen_mx7Ufed .start_home_qGpawy8 span {
    opacity: 0;
    display: block;
    position: relative;
    transform: translateX(10px);
    margin-bottom: 1.5rem;
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
}.title_screen_mx7Ufed .start_home_qGpawy8 h3 {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.85));
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    -webkit-background-clip: text !important;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    font-size: 22px;
    font-weight: 600;
    transform: translateY(20px);
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    display: inline-block;
    position: relative;
}.title_screen_mx7Ufed .start_home_qGpawy8 h1 {
    margin-bottom: 2rem;
    font-size: 39px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.2;
}.title_screen_mx7Ufed .start_home_qGpawy8 p {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(20px);
    max-width: 600px;
}.title_screen_mx7Ufed .start_home_qGpawy8 div div {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    border-left: 3px solid rgb(208,174,177);
    padding-left: 1rem;
    position: relative;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

@media (max-width: 992px) {.title_screen_mx7Ufed .start_home_qGpawy8 {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateY(1deg);
}.title_screen_mx7Ufed .start_home_qGpawy8 h1 {
    font-size: calc(39px * 0.85);
}.title_screen_mx7Ufed .start_home_qGpawy8 h3 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.title_screen_mx7Ufed {
    min-height: 80vh;
}.title_screen_mx7Ufed .page_hero_1R8EBNn {
    padding: 1.5rem;
}.title_screen_mx7Ufed .start_home_qGpawy8 {
    transform: none;
    padding: 2.5rem 1.5rem;
}.title_screen_mx7Ufed .start_home_qGpawy8 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.7);
}.title_screen_mx7Ufed .start_home_qGpawy8 h3 {
    font-size: calc(22px * 0.9);
}.title_screen_mx7Ufed .start_home_qGpawy8 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.title_screen_mx7Ufed {
    min-height: 70vh;
}.title_screen_mx7Ufed .page_hero_1R8EBNn {
    padding: 1rem;
}.title_screen_mx7Ufed .start_home_qGpawy8 {
    padding: 2rem 1.2rem;
}.title_screen_mx7Ufed .start_home_qGpawy8 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(39px * 0.6);
}.title_screen_mx7Ufed .start_home_qGpawy8 h3 {
    font-size: calc(22px * 0.85);
}.title_screen_mx7Ufed .start_home_qGpawy8 p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.title_screen_mx7Ufed .start_home_qGpawy8 div div {
    border-left: 2px solid rgb(208,174,177);
    padding-left: 0.8rem;
}}.future_learners_sdICqnH {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(227,212,216) 0%, rgb(192,130,151,0.5) 100%);
    overflow: hidden;
}.future_learners_sdICqnH::before {
    opacity: 0.5;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(208,174,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(192,130,151,0.5) 0%, transparent 50%);
    width: 100%;
}.future_learners_sdICqnH::after {
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(208,174,177,0.5) 0,
            rgb(208,174,177,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(192,130,151,0.5) 0,
            rgb(192,130,151,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
}.future_learners_sdICqnH .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.future_learners_sdICqnH .who_weare_sXm7FwD {
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transform: translateY(0);
}.future_learners_sdICqnH .who_weare_sXm7FwD:hover {
    transform: translateY(-10px);
}.future_learners_sdICqnH h4 {
    position: relative;
    margin: 0;
    background: linear-gradient(120deg, rgb(208,174,177) 0%, rgb(192,130,151) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    padding: 35px 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}.future_learners_sdICqnH h4::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    top: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.future_learners_sdICqnH div {
    padding: 40px;
    background: #ffffff;
}.future_learners_sdICqnH div p {
    z-index: 1;
    align-items: center;
    background: #ffffff;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-size: 17px;
    font-weight: 400;
}.future_learners_sdICqnH div p:last-child {
    margin-bottom: 0;
}.future_learners_sdICqnH div p::before {
    background: linear-gradient(180deg, rgb(208,174,177), rgb(192,130,151));
    position: absolute;
    transition: all 0.3s ease;
    width: 4px;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}.future_learners_sdICqnH div p::after {
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(rgb(208,174,177), 0.05) 0%, 
        rgba(rgb(192,130,151), 0.05) 100%
    );
    z-index: -1;
    height: 100%;
    content: "";
}.future_learners_sdICqnH div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}.future_learners_sdICqnH div p:hover::before {
    width: 8px;
}.future_learners_sdICqnH div p:hover::after {
    opacity: 1;
}.future_learners_sdICqnH div p svg {
    width: 28px;
    height: 28px;
    min-width: 28px;
    transition: all 0.3s ease;
    margin-right: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.future_learners_sdICqnH div p:hover svg {
    transform: scale(1.15);
}.future_learners_sdICqnH div p svg path {
    fill: rgb(208,174,177);
    transition: fill 0.3s ease;
}.future_learners_sdICqnH div p:hover svg path {
    fill: rgb(192,130,151);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.future_learners_sdICqnH {
    padding: 80px 0;
}.future_learners_sdICqnH h4 {
    font-size: calc(30px - 2px);
    padding: 30px 25px;
}.future_learners_sdICqnH div {
    padding: 30px;
}.future_learners_sdICqnH div p {
    margin-bottom: 15px;
    padding: 15px;
}.future_learners_sdICqnH div p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.future_learners_sdICqnH {
    padding: 60px 0;
}.future_learners_sdICqnH h4 {
    font-size: calc(30px - 4px);
    padding: 25px 20px;
}.future_learners_sdICqnH div {
    padding: 25px 20px;
}.future_learners_sdICqnH div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.future_learners_sdICqnH div p svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.future_learners_sdICqnH {
    padding: 40px 0;
}.future_learners_sdICqnH h4 {
    font-size: calc(30px - 6px);
    padding: 20px 15px;
}.future_learners_sdICqnH div {
    padding: 20px 15px;
}.future_learners_sdICqnH div p {
    font-size: calc(17px - 1px);
    padding: 10px 12px;
    margin-bottom: 10px;
}.future_learners_sdICqnH div p svg {
    width: 18px;
    margin-right: 10px;
    min-width: 18px;
    height: 18px;
}}.program_assets_fr4ahBk {
    overflow: hidden;
    padding: 6rem 0 8rem;
    background: linear-gradient(45deg, rgb(227,212,216) 0%, #ffffff 100%);
    position: relative;
}.program_assets_fr4ahBk::before {
    opacity: 0.1;
    left: -10%;
    content: '';
    top: 0;
    width: 120%;
    z-index: 1;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(208,174,177,0.5) 20px, rgb(208,174,177,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(208,174,177,0.5) 20px, rgb(208,174,177,0.5) 21px);
    height: 100%;
}.program_assets_fr4ahBk .who_weare_sXm7FwD {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    display: grid;
}.program_assets_fr4ahBk h2 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    grid-row: 1;
    font-size: 32px;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    margin-bottom: 1rem;
    grid-column: 1 / span 12;
}.program_assets_fr4ahBk h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    height: 4px;
    content: '';
    background: rgb(208,174,177);
    border-radius: 10px;
}.program_assets_fr4ahBk .text_field_NFbSYqK {
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    grid-column: 7 / span 6;
    grid-row: 2;
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34 {
    grid-column: 1 / span 6;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    height: 100%;
    border-radius: 0;
    transform: translateX(-5vw);
    min-height: 450px;
    grid-row: 2;
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    animation: morphBg 15s infinite alternate ease-in-out;
    background: rgb(192,130,151,0.5);
    height: 120%;
    width: 120%;
    right: -10%;
    content: '';
    top: -10%;
}.program_assets_fr4ahBk .text_main_holder {
    gap: 1.5rem;
    display: grid;
}.program_assets_fr4ahBk .text_main_holder > div {
    overflow: hidden;
    background: #ffffff;
    border-radius: 17px;
    transform: translateX(5vw);
    display: flex;
    align-items: flex-start;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 1.5rem;
}.program_assets_fr4ahBk .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}.program_assets_fr4ahBk .text_main_holder > div:hover {
    transform: translateX(3vw) translateY(-5px);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}.program_assets_fr4ahBk .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}.program_assets_fr4ahBk .text_main_holder > div::before {
    height: 0;
    left: 0;
    content: '';
    background: rgb(208,174,177);
    top: 0;
    position: absolute;
    transition: height 0.3s ease;
    width: 5px;
}.program_assets_fr4ahBk .text_main_holder > div:hover::before {
    height: 100%;
}.program_assets_fr4ahBk .text_main_holder svg {
    flex-shrink: 0;
    fill: rgb(208,174,177);
    margin-right: 1rem;
    transition: all 0.3s ease;
    width: 2.5rem;
    height: 2.5rem;
}.program_assets_fr4ahBk .text_main_holder > div:hover svg {
    fill: rgb(192,130,151);
    transform: rotate(10deg);
}.program_assets_fr4ahBk .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,174,177);
}.program_assets_fr4ahBk .text_main_holder > div:hover svg path {
    fill: rgb(192,130,151);
}.program_assets_fr4ahBk .text_main_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}

@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1200px) {.program_assets_fr4ahBk .img_zoom_effect_SNkvo34 {
    transform: translateX(-3vw);
}.program_assets_fr4ahBk .text_main_holder > div {
    transform: translateX(3vw);
}.program_assets_fr4ahBk .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}

@media (max-width: 992px) {.program_assets_fr4ahBk .who_weare_sXm7FwD {
    grid-template-columns: 1fr;
    width: 85%;
}.program_assets_fr4ahBk h2 {
    grid-column: 1;
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34 {
    grid-column: 1;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    margin-bottom: 2rem;
    grid-row: 2;
    height: 350px;
    transform: translateX(0);
}.program_assets_fr4ahBk .text_field_NFbSYqK {
    grid-row: 3;
    grid-column: 1;
}.program_assets_fr4ahBk .text_main_holder > div,
    .program_assets_fr4ahBk .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.program_assets_fr4ahBk .text_main_holder > div:hover,
    .program_assets_fr4ahBk .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 768px) {.program_assets_fr4ahBk {
    padding: 4rem 0 6rem;
}.program_assets_fr4ahBk .who_weare_sXm7FwD {
    gap: 1.5rem;
    width: 90%;
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34 {
    height: 300px;
}.program_assets_fr4ahBk h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.program_assets_fr4ahBk .who_weare_sXm7FwD {
    width: 92%;
}.program_assets_fr4ahBk .img_zoom_effect_SNkvo34 {
    height: 250px;
}.program_assets_fr4ahBk .text_main_holder > div {
    padding: 1.2rem;
}.program_assets_fr4ahBk .text_main_holder svg {
    margin-right: 0.8rem;
    width: 2rem;
    height: 2rem;
}}.trackingPolicyPanel_KLA6Pnx {
    max-width: 600px;
    align-items: center;
    overflow: hidden;
    width: 90%;
    z-index: 1050;
    border-radius: 24px;
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    flex-direction: column;
    text-align: center;
    bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(227,212,216);
    display: flex;
    padding: 20px;
    font-family: Arial, sans-serif;
}.cookie_overview_DaZyV1k {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}.consent_panel_4ZQbhSf {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.consent_panel_4ZQbhSf svg, .consent_panel_4ZQbhSf svg path, .consent_panel_4ZQbhSf img {
    fill: rgb(208,174,177);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.trackingPolicyPanel_KLA6Pnx h5 {
    margin-bottom: 10px;
    color: rgb(208,174,177);
    font-weight: 700;
    font-size: 21px;
}.trackingPolicyPanel_KLA6Pnx p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
}.privacy_ctrl_GAcXHJF {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    color: #ffffff;
    font-size: 19px;
    width: calc(50% - 10px);
    border-radius: 10px;
    margin: 5px;
    text-align: center;
    padding: 10px 20px;
    background: rgb(208,174,177);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy_ctrl_GAcXHJF:hover {
    background: rgb(192,130,151);
    transform: translateY(-3px);
}.cookie_button.data_control_7gCNBw0 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data_control_7gCNBw0:hover {
    background: rgb(192,130,151,0.5);
}.trackingPolicyPanel_KLA6Pnx p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(208,174,177);
}.trackingPolicyPanel_KLA6Pnx p a:hover {
    color: rgb(192,130,151);
}
@media only screen and (max-width: 600px) {.trackingPolicyPanel_KLA6Pnx {
    transform: none;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    left: 0;
}.cookie_overview_DaZyV1k {
    padding: 15px;
}.consent_panel_4ZQbhSf svg {
    height: 50px;
    width: 50px;
}.trackingPolicyPanel_KLA6Pnx h5 {
    font-size: calc(21px - 2px);
}.trackingPolicyPanel_KLA6Pnx p {
    font-size: calc(17px - 2px);
}.privacy_ctrl_GAcXHJF {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(19px - 2px);
}}
#dataConsentBanner_IChFHG1 {
    display: none;
}#dataConsentBanner_IChFHG1:checked ~ .trackingPolicyPanel_KLA6Pnx {
    visibility: hidden;
    opacity: 0;
}.pricing_structure_MCzjD7y {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(227,212,216), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    padding: 5rem 1rem;
}.pricing_structure_MCzjD7y::before {
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 0%, rgb(208,174,177,0.5) 30%, transparent 70%);
    opacity: 0.1;
    height: 100%;
    position: absolute;
}.pricing_structure_MCzjD7y .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
    position: relative;
}.pricing_structure_MCzjD7y .study_pricing_8KfcOkZ {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C {
    margin: 0 auto 2rem;
    transform: translateY(20px);
    text-align: center;
    max-width: 800px;
    order: -1;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 31px;
    margin-bottom: 1rem;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C h2::after {
    left: 50%;
    border-radius: 10px;
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    transform: translateX(-50%);
    height: 3px;
}.pricing_structure_MCzjD7y .cost_deals_A8MiXZK {
    font-size: 15px;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
}.pricing_structure_MCzjD7y .package_deal_Safsp1c {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ {
    border-radius: 24px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    opacity: 0;
    text-decoration: none;
    position: relative;
    display: block;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:nth-child(4) {
    animation-delay: 0.4s;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ::before {
    top: 0;
    height: 5px;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    width: 100%;
    content: "";
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover::before {
    transform: scaleX(1);
}.pricing_structure_MCzjD7y .lesson_fees_4TbirkC {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_structure_MCzjD7y .monthly_rate_bHZgWGN {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
}.pricing_structure_MCzjD7y .monthly_rate_bHZgWGN h3 {
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    margin: 0 0 1rem;
    font-size: 20px;
    color: #000000;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover .monthly_rate_bHZgWGN h3 {
    color: rgb(208,174,177);
}.pricing_structure_MCzjD7y .pay_options_RSw2BPL {
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(208,174,177);
    position: relative;
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}.pricing_structure_MCzjD7y .pay_options_RSw2BPL::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    background-color: rgb(192,130,151);
    width: 40px;
    height: 2px;
    bottom: -8px;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover .pay_options_RSw2BPL {
    transform: translateY(-3px);
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover .pay_options_RSw2BPL::after {
    width: 80px;
}.pricing_structure_MCzjD7y .monthly_rate_bHZgWGN p {
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(15px - 2px);
}.pricing_structure_MCzjD7y .img_zoom_effect_SNkvo34 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 200px;
}.pricing_structure_MCzjD7y .img_zoom_effect_SNkvo34::after {
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    right: 0;
    transition: opacity 0.5s ease;
    left: 0;
    content: "";
    opacity: 0.7;
    bottom: 0;
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover .img_zoom_effect_SNkvo34 {
    transform: scale(1.05);
}.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ:hover .img_zoom_effect_SNkvo34::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.pricing_structure_MCzjD7y {
    padding: 7rem 2rem;
}.pricing_structure_MCzjD7y .study_pricing_8KfcOkZ {
    flex-direction: row;
    align-items: flex-start;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C {
    padding-right: 2rem;
    order: 0;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 30%;
    text-align: left;
    margin: 0;
    display: flex;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C h2 {
    text-align: left;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C h2::after {
    left: 0;
    transform: none;
}.pricing_structure_MCzjD7y .cost_deals_A8MiXZK {
    margin: 0;
    max-width: 100%;
}.pricing_structure_MCzjD7y .package_deal_Safsp1c {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.pricing_structure_MCzjD7y .package_deal_Safsp1c {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_structure_MCzjD7y {
    padding: 8rem 2rem;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C {
    flex: 0 0 25%;
}.pricing_structure_MCzjD7y .package_deal_Safsp1c {
    flex: 0 0 75%;
}.pricing_structure_MCzjD7y .monthly_rate_bHZgWGN {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing_structure_MCzjD7y .study_fees_Bz6OoFJ {
    margin: 0 auto;
    max-width: 400px;
}.pricing_structure_MCzjD7y .cost_rates_aw8Vx1C h2 {
    font-size: calc(31px * 0.9);
}.pricing_structure_MCzjD7y .cost_deals_A8MiXZK {
    font-size: calc(15px * 0.95);
}}.secure_nook_fa8htrI {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(227,212,216) 0%, rgb(227,212,216) 85%, rgb(208,174,177,0.5) 100%);
    padding: 4rem 2rem;
    z-index: 1;
}.secure_nook_fa8htrI::before {
    background-size: 20px 20px;
    content: "";
    opacity: 0.03;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(227,212,216) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(227,212,216) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(227,212,216) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(227,212,216) 75%);
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}.secure_nook_fa8htrI::after {
    height: 200%;
    left: -50%;
    opacity: 0.05;
    transform: scale(1);
    content: "";
    top: -50%;
    position: absolute;
    z-index: -1;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    background: radial-gradient(circle at center, rgb(208,174,177,0.5) 0%, transparent 70%);
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.secure_nook_fa8htrI .container {
    position: relative;
    padding: 3rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(208,174,177,0.5);
    background: #ffffff;
}.secure_nook_fa8htrI .container:hover {
    transform: translateY(-5px);
}.secure_nook_fa8htrI h1 {
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease-out;
    color: #000000;
    line-height: 1.2;
    transform: translateX(0);
    font-size: 38px;
}.secure_nook_fa8htrI h1::after {
    transform-origin: left;
    background: rgb(208,174,177);
    content: "";
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 3px;
    transform: scaleX(1);
    left: 0;
    width: 60px;
}.secure_nook_fa8htrI:hover h1::after {
    transform: scaleX(1.5);
}.secure_nook_fa8htrI h2 {
    transition: padding 0.3s ease;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-size: 31px;
    font-weight: 600;
}.secure_nook_fa8htrI h2::before {
    width: 3px;
    transition: transform 0.3s ease;
    background: rgb(192,130,151);
    left: 0;
    position: absolute;
    height: 70%;
    transform: scaleY(1);
    top: 0.25em;
    content: "";
}.secure_nook_fa8htrI h2:hover::before {
    transform: scaleY(1.2);
}.secure_nook_fa8htrI h3 {
    margin: 1.75rem 0 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(24px + 0.1rem);
}.secure_nook_fa8htrI h4 {
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}.secure_nook_fa8htrI p {
    color: #000000;
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    max-width: 90ch;
    line-height: 1.7;
    font-size: 13px;
}.secure_nook_fa8htrI span {
    transition: color 0.3s ease;
    color: rgb(208,174,177);
    display: inline-block;
    font-weight: 600;
    position: relative;
}.secure_nook_fa8htrI span:hover {
    color: rgb(192,130,151);
}.secure_nook_fa8htrI ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}.secure_nook_fa8htrI li {
    padding-left: 1.5rem;
    line-height: 1.6;
    position: relative;
    font-size: 13px;
    margin-bottom: 0.75rem;
    transition: transform 0.2s ease-out;
    color: #000000;
}.secure_nook_fa8htrI li::before {
    background: rgb(208,174,177,0.5);
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
    top: 0.7em;
    transform: rotate(45deg);
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 1px;
}.secure_nook_fa8htrI li:hover::before {
    background: rgb(208,174,177);
    transform: rotate(135deg);
}.secure_nook_fa8htrI li:hover {
    transform: translateX(3px);
}.secure_nook_fa8htrI div {
    position: relative;
}

@media (max-width: 992px) {.secure_nook_fa8htrI {
    padding: 3rem 1.5rem;
}.secure_nook_fa8htrI .container {
    padding: 2.5rem 2rem;
}.secure_nook_fa8htrI h1 {
    font-size: calc(38px - 0.2rem);
}.secure_nook_fa8htrI h2 {
    font-size: calc(31px - 0.15rem);
}
}

@media (max-width: 768px) {.secure_nook_fa8htrI {
    padding: 2.5rem 1rem;
}.secure_nook_fa8htrI .container {
    padding: 2rem 1.5rem;
}.secure_nook_fa8htrI h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px - 0.4rem);
}.secure_nook_fa8htrI h2 {
    margin: 2rem 0 1rem;
    font-size: calc(31px - 0.3rem);
}.secure_nook_fa8htrI h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 24px;
}.secure_nook_fa8htrI p {
    font-size: calc(13px - 0.05rem);
}.secure_nook_fa8htrI ul {
    margin-left: 0.5rem;
}.secure_nook_fa8htrI li {
    font-size: calc(13px - 0.05rem);
    padding-left: 1.25rem;
}
}

@media (max-width: 576px) {.secure_nook_fa8htrI {
    padding: 2rem 0.75rem;
}.secure_nook_fa8htrI .container {
    padding: 1.5rem 1.25rem;
}.secure_nook_fa8htrI h1 {
    font-size: calc(38px - 0.6rem);
}.secure_nook_fa8htrI h2 {
    font-size: calc(31px - 0.4rem);
    padding-left: 0.75rem;
}.secure_nook_fa8htrI h2::before {
    width: 2px;
}.secure_nook_fa8htrI li::before {
    width: 6px;
    height: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.secure_nook_fa8htrI::after {
    animation: none;
}.secure_nook_fa8htrI .container,
    .secure_nook_fa8htrI li,
    .secure_nook_fa8htrI h1::after,
    .secure_nook_fa8htrI h2::before {
    transition: none;
}}.tyMessage_7unAYSM {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,174,177,0.5), rgb(192,130,151,0.5));
    padding: 6rem 2rem;
    align-items: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
}.tyMessage_7unAYSM::before {
    top: 0;
    left: 0;
    transform-origin: center;
    background: radial-gradient(circle at 30% 70%, rgb(208,174,177,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    width: 100%;
}.tyMessage_7unAYSM::after {
    bottom: -5%;
    z-index: 0;
    animation: float 20s ease-in-out infinite;
    width: 50%;
    content: "";
    right: -5%;
    background: radial-gradient(circle, rgb(192,130,151,0.5) 0%, transparent 70%);
    position: absolute;
    height: 50%;
}.tyMessage_7unAYSM .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
}.tyMessage_7unAYSM .who_weare_sXm7FwD {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    position: relative;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
}.tyMessage_7unAYSM .who_weare_sXm7FwD:hover {
    transform: translateZ(30px) scale(1.02);
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:first-child {
    border-left: 4px solid rgb(208,174,177);
    padding-left: 2.5rem;
    position: relative;
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:first-child::before {
    width: 26px;
    animation: pulse 3s infinite alternate;
    border-radius: 50%;
    position: absolute;
    background: rgb(208,174,177);
    height: 26px;
    content: "";
    box-shadow: 0 0 20px rgba(rgb(208,174,177), 0.5);
    transform: translateY(-50%);
    top: 50%;
    left: -15px;
}.tyMessage_7unAYSM h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    color: #000000;
    transform: translateX(0);
    font-size: calc(24px * 1.2);
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    transition: transform 0.3s ease;
    position: relative;
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:nth-child(2)::before {
    width: 70%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,174,177), transparent);
    height: 1px;
    content: "";
    top: -10px;
}.tyMessage_7unAYSM a {
    display: block;
    transform: translateY(0);
    text-decoration: none;
    transition: transform 0.4s ease-out;
}.tyMessage_7unAYSM a:hover {
    transform: translateY(-5px);
}.tyMessage_7unAYSM p {
    line-height: 1.8;
    hyphens: auto;
    font-size: 17px;
    position: relative;
    margin: 0;
    color: #000000;
    padding: 1rem 0;
}.tyMessage_7unAYSM p::after {
    transform: scaleX(0);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(192,130,151));
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 35%;
}.tyMessage_7unAYSM a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.tyMessage_7unAYSM {
    padding: 8rem 3rem;
}.tyMessage_7unAYSM .who_weare_sXm7FwD {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    padding: 4rem;
}.tyMessage_7unAYSM h5 {
    font-size: calc(24px * 1.4);
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:first-child::after {
    width: 1px;
    top: 50%;
    position: absolute;
    height: 80%;
    transform: translateY(-50%);
    right: -3.5rem;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(208,174,177,0.5), transparent);
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyMessage_7unAYSM .who_weare_sXm7FwD {
    gap: 5rem;
    padding: 5rem;
}.tyMessage_7unAYSM h5 {
    font-size: calc(24px * 1.5);
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.tyMessage_7unAYSM p {
    font-size: calc(17px * 1.1);
}.tyMessage_7unAYSM .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyMessage_7unAYSM {
    padding: 4rem 1.5rem;
}.tyMessage_7unAYSM .who_weare_sXm7FwD {
    padding: 2.5rem 2rem;
}.tyMessage_7unAYSM h5 {
    font-size: 24px;
}.tyMessage_7unAYSM p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.tyMessage_7unAYSM .who_weare_sXm7FwD:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyMessage_7unAYSM .who_weare_sXm7FwD,
    .tyMessage_7unAYSM a,
    .tyMessage_7unAYSM h5,
    .tyMessage_7unAYSM::before,
    .tyMessage_7unAYSM::after {
    animation: none;
    transition: none;
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:first-child::before {
    animation: none;
}.tyMessage_7unAYSM .who_weare_sXm7FwD > div:nth-child(2) {
    opacity: 1;
}.tyMessage_7unAYSM h5 {
    opacity: 1;
}}.course_instructor_3JKgPSA {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(227,212,216) 0%, rgb(208,174,177,0.5) 100%);
}.course_instructor_3JKgPSA::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(208,174,177,0.5) 20px,
            rgb(208,174,177,0.5) 21px
        );
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.04;
    content: "";
    position: absolute;
    top: 0;
}.course_instructor_3JKgPSA::after {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,174,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(192,130,151,0.5) 0%, transparent 40%);
    filter: blur(80px);
    top: 0;
    left: 0;
}.course_instructor_3JKgPSA .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3 {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::before {
    height: 500px;
    left: 50%;
    content: "";
    animation: orbit 20s linear infinite;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(208,174,177,0.5);
    width: 500px;
    top: 50%;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::after {
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 400px;
    border-radius: 50%;
    width: 400px;
    animation: orbit 15s linear infinite reverse;
    position: absolute;
    opacity: 0.15;
    left: 50%;
    border: 1px dashed rgb(192,130,151,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34 {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    height: 240px;
    border-radius: 50%;
    width: 240px;
}.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34::before {
    inset: -30px;
    opacity: 0.4;
    animation: spin 12s linear infinite;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(208,174,177,0.5) 90deg,
        transparent 180deg,
        rgb(192,130,151,0.5) 270deg,
        transparent 360deg
    );
}.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34::after {
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    border-radius: 50%;
    inset: 0;
    content: "";
    z-index: 2;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_instructor_3JKgPSA .name {
    font-weight: 700;
    z-index: 3;
    text-align: center;
    font-size: 40px;
    color: #000000;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(208,174,177) 100%
    );
    -webkit-text-fill-color: transparent;
    position: relative;
    background-clip: text !important;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}.course_instructor_3JKgPSA .name::after {
    background: linear-gradient(
        to right,
        rgb(208,174,177) 0%,
        rgb(192,130,151) 100%
    );
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    width: 0;
    transition: width 0.4s ease;
    bottom: -8px;
    transform: translateX(-50%);
}.course_instructor_3JKgPSA .user_ratings_DarEAj3:hover .name::after {
    width: 80px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3 span:not(.name) {
    letter-spacing: 2px;
    color: rgb(192,130,151);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    font-size: 22px;
    border-radius: 30px;
    z-index: 3;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.course_instructor_3JKgPSA .user_ratings_DarEAj3:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.course_instructor_3JKgPSA .job_wrap_NglOFqe {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    border-radius: 14px;
    padding: 35px 45px;
    z-index: 3;
    background: #ffffff;
    margin: 0;
    text-align: center;
    max-width: 650px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before,
.course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before {
    border-left: 2px solid rgb(208,174,177);
    left: 25px;
    border-top: 2px solid rgb(208,174,177);
    top: 25px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    border-bottom: 2px solid rgb(192,130,151);
    border-right: 2px solid rgb(192,130,151);
    bottom: 25px;
    right: 25px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3:hover .img_zoom_effect_SNkvo34 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.course_instructor_3JKgPSA {
    padding: 90px 0;
}.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34 {
    margin-bottom: 25px;
    height: 200px;
    width: 200px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::before {
    width: 400px;
    height: 400px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::after {
    height: 320px;
    width: 320px;
}.course_instructor_3JKgPSA .name {
    font-size: calc(40px * 0.9);
}.course_instructor_3JKgPSA .job_wrap_NglOFqe {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.course_instructor_3JKgPSA {
    padding: 70px 0;
}.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34 {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::before {
    height: 320px;
    width: 320px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::after {
    width: 260px;
    height: 260px;
}.course_instructor_3JKgPSA .name {
    font-size: calc(40px * 0.8);
}.course_instructor_3JKgPSA .user_ratings_DarEAj3 span:not(.name) {
    margin-bottom: 25px;
    padding: 6px 16px;
    font-size: calc(22px * 0.95);
}.course_instructor_3JKgPSA .job_wrap_NglOFqe {
    font-size: calc(13px * 0.95);
    max-width: 100%;
    padding: 25px 30px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before,
    .course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    width: 8px;
    height: 8px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before {
    left: 20px;
    top: 20px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.course_instructor_3JKgPSA {
    padding: 50px 0;
}.course_instructor_3JKgPSA .img_zoom_effect_SNkvo34 {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::before {
    height: 260px;
    width: 260px;
}.course_instructor_3JKgPSA .user_ratings_DarEAj3::after {
    height: 200px;
    width: 200px;
}.course_instructor_3JKgPSA .name {
    font-size: calc(40px * 0.7);
}.course_instructor_3JKgPSA .user_ratings_DarEAj3 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
    padding: 5px 12px;
    letter-spacing: 1px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe {
    font-size: calc(13px * 0.9);
    padding: 20px 25px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before,
    .course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    width: 6px;
    height: 6px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::before {
    top: 15px;
    left: 15px;
}.course_instructor_3JKgPSA .job_wrap_NglOFqe::after {
    bottom: 15px;
    right: 15px;
}
}