* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container-wrapstyle {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.nav_beginstyle {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.footer_captionstyle {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1136px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_resultsstyle {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,235) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 7rem 0;
}.program_resultsstyle::before {
    transform: rotate(-15deg);
    height: 25rem;
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(217,200,206,0.5), rgb(185,164,172,0.5));
    filter: blur(70px);
    width: 25rem;
    position: absolute;
    top: -5%;
    right: -10%;
}.program_resultsstyle::after {
    background: linear-gradient(to left, rgb(185,164,172,0.5), rgb(217,200,206,0.5));
    width: 20rem;
    transform: rotate(10deg);
    bottom: -10%;
    content: "";
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    position: absolute;
    filter: blur(60px);
    opacity: 0.3;
    left: -5%;
    height: 20rem;
    z-index: 0;
}.program_resultsstyle h5 {
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    margin-right: auto;
    opacity: 1;
    color: #000000;
    margin-left: auto;
    margin-bottom: 3.5rem;
    z-index: 2;
    transform: translateY(0);
    text-align: center;
    max-width: 800px;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}.program_resultsstyle h5::after {
    position: absolute;
    bottom: -0.8rem;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    height: 0.25rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(217,200,206) 0%, rgb(185,164,172) 100%);
    content: "";
}.program_resultsstyle .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.program_resultsstyle .learn_legacystyle {
    display: flex;
    background: #ffffff;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(217,200,206,0.5), 0.1);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    gap: 3rem;
}.program_resultsstyle .learn_legacystyle:hover {
    transform: translateY(-5px);
}.program_resultsstyle .learn_legacystyle > div:first-child {
    position: relative;
    height: 300px;
    overflow: hidden;
}.program_resultsstyle .responsive_imgstyle {
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
}.program_resultsstyle .learn_legacystyle:hover .responsive_imgstyle {
    transform: scale(1.05);
}.program_resultsstyle .text_frame_itemstyle {
    padding: 2rem;
    position: relative;
}.program_resultsstyle .text_frame_itemstyle::before {
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(217,200,206,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    left: 2rem;
    right: 2rem;
    top: 0;
    content: "";
    height: 1px;
    position: absolute;
}.program_resultsstyle ul {
    gap: 1.5rem;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
}.program_resultsstyle li {
    padding-left: 3rem;
    transition: transform 0.3s ease;
    position: relative;
}.program_resultsstyle li:hover {
    transform: translateX(5px);
}.program_resultsstyle li p {
    align-items: flex-start;
    font-size: calc(14px - 0.05rem);
    display: flex;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    position: relative;
}.program_resultsstyle li p svg {
    height: 22px;
    width: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    left: -2.8rem;
    top: 0.1rem;
}.program_resultsstyle li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}.program_resultsstyle li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,206);
}.program_resultsstyle li:hover p svg path {
    fill: rgb(185,164,172);
}.program_resultsstyle li:nth-child(odd) {
    transform: translateX(0);
}.program_resultsstyle li:nth-child(even) {
    transform: translateX(0);
}.program_resultsstyle li:nth-child(odd):hover {
    transform: translateX(5px);
}.program_resultsstyle li:nth-child(even):hover {
    transform: translateX(5px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}

@media (min-width: 768px) {.program_resultsstyle {
    padding: 9rem 0;
}.program_resultsstyle h5 {
    margin-bottom: 4rem;
    font-size: calc(20px + 0.2rem);
}.program_resultsstyle .learn_legacystyle {
    gap: 0;
    border-radius: 100px;
    flex-direction: row;
    align-items: stretch;
}.program_resultsstyle .learn_legacystyle > div:first-child {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: auto;
}.program_resultsstyle .text_frame_itemstyle {
    display: flex;
    align-items: center;
    padding: 3rem;
    flex: 1;
}.program_resultsstyle .text_frame_itemstyle::before {
    right: auto;
    height: auto;
    top: 3rem;
    width: 1px;
    bottom: 3rem;
    left: 0;
    background: linear-gradient(to bottom, 
            rgba(rgba(0, 0, 0, 0.5), 0.05), 
            rgba(rgb(217,200,206,0.5), 0.2), 
            rgba(rgba(0, 0, 0, 0.5), 0.05));
}.program_resultsstyle ul {
    grid-template-columns: repeat(2, 1fr);
}.program_resultsstyle li p {
    font-size: 14px;
}
}

@media (min-width: 992px) {.program_resultsstyle .learn_legacystyle > div:first-child {
    flex: 0 0 40%;
}.program_resultsstyle ul {
    grid-template-columns: repeat(3, 1fr);
}.program_resultsstyle li:nth-child(3n+1) {
    transform: translateY(-5px);
}.program_resultsstyle li:nth-child(3n+2) {
    transform: translateY(0);
}.program_resultsstyle li:nth-child(3n+3) {
    transform: translateY(5px);
}.program_resultsstyle li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.program_resultsstyle li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.program_resultsstyle li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}

@media (max-width: 767px) {.program_resultsstyle {
    padding: 5rem 0;
}.program_resultsstyle h5 {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    font-size: calc(20px - 0.1rem);
}.program_resultsstyle .learn_legacystyle > div:first-child {
    height: 200px;
}.program_resultsstyle .text_frame_itemstyle {
    padding: 1.5rem;
}.program_resultsstyle li {
    padding-left: 2.5rem;
}.program_resultsstyle li p svg {
    width: 20px;
    height: 20px;
    left: -2.5rem;
}}.pricing_offerstyle {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.pricing_offerstyle::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
}.pricing_offerstyle .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.fee_planstyle {
    position: relative;
}.pricing_offerstyle h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    text-align: center;
    position: relative;
    animation: fadeInDown 0.8s ease-out;
}.pricing_offerstyle h2::after {
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(217,200,206), rgb(185,164,172));
    height: 3px;
    position: absolute;
    content: "";
}.pricing_offerstyle .learn_substyle {
    max-width: 800px;
    font-size: calc(17px * 1.1);
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    margin: 0 auto 3rem;
    text-align: center;
}.pricing_offerstyle .basic_coststyle {
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.pricing_offerstyle .basic_coststyle li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_offerstyle .offer_boxstyle {
    text-decoration: none;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: block;
}.pricing_offerstyle .offer_boxstyle::before {
    inset: 0;
    transition: opacity 0.4s ease-out;
    content: "";
    background: linear-gradient(135deg, 
        rgb(217,200,206,0.5) 0%, 
        transparent 100%);
    opacity: 0;
    z-index: 1;
    position: absolute;
}.pricing_offerstyle .offer_boxstyle:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing_offerstyle .offer_boxstyle:hover::before {
    opacity: 0.15;
}.pricing_offerstyle .access_coststyle {
    height: 100%;
    z-index: 2;
    padding: 2.5rem 2rem;
    position: relative;
}.pricing_offerstyle .indv_coststyle {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_offerstyle .indv_coststyle h4 {
    display: inline-block;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.2);
    color: #ffffff;
    position: relative;
}.pricing_offerstyle .indv_coststyle h4::after {
    height: 2px;
    width: 40px;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(185,164,172);
    content: "";
    transform-origin: left;
    bottom: -8px;
    left: 0;
}.pricing_offerstyle .offer_boxstyle:hover .indv_coststyle h4::after {
    transform: scaleX(1.5);
}.pricing_offerstyle .indv_coststyle p {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    max-height: 300px;
    padding-right: 5px;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
    overflow-y: auto;
    flex-grow: 1;
    margin-bottom: 2rem;
    transform: translateZ(10px);
}.pricing_offerstyle .indv_coststyle p::-webkit-scrollbar {
    width: 4px;
}.pricing_offerstyle .indv_coststyle p::-webkit-scrollbar-thumb {
    background: rgb(185,164,172,0.5);
    border-radius: 10px;
}.pricing_offerstyle .pricing_ratesstyle {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(217,200,206) 0%, 
        rgb(185,164,172) 100%);
    font-size: calc(20px * 1.2);
    color: #ffffff;
    transform: translateZ(15px);
    margin-top: auto;
    padding: 0.8rem 1.5rem;
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-weight: 700;
}.pricing_offerstyle .offer_boxstyle:hover .pricing_ratesstyle {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

@media (max-width: 1200px) {.pricing_offerstyle {
    padding: 100px 0;
}.pricing_offerstyle .basic_coststyle {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_offerstyle {
    padding: 80px 0;
}.pricing_offerstyle .access_coststyle {
    padding: 2rem 1.5rem;
}.pricing_offerstyle .indv_coststyle h4 {
    font-size: calc(20px * 1.1);
}.pricing_offerstyle .pricing_ratesstyle {
    font-size: calc(20px * 1.1);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 768px) {.pricing_offerstyle {
    padding: 60px 0;
}.pricing_offerstyle h2 {
    font-size: calc(36px * 0.9);
}.pricing_offerstyle .learn_substyle {
    font-size: 17px;
    margin-bottom: 2rem;
}.pricing_offerstyle .basic_coststyle {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_offerstyle .indv_coststyle p {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.pricing_offerstyle {
    padding: 50px 0;
}.pricing_offerstyle h2 {
    font-size: calc(36px * 0.8);
}.pricing_offerstyle .access_coststyle {
    padding: 1.5rem 1.2rem;
}.pricing_offerstyle .indv_coststyle h4 {
    margin-bottom: 1.2rem;
    font-size: 20px;
}.pricing_offerstyle .pricing_ratesstyle {
    padding: 0.6rem 1rem;
    font-size: 20px;
}.pricing_offerstyle .offer_boxstyle:hover {
    transform: translateY(-5px);
}}.privacy_preservestyle {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(242,231,235) 0%, rgba(245, 245, 250, 0.97) 100%);
    overflow: hidden;
    position: relative;
}.privacy_preservestyle::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(217,200,206,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(185,164,172,0.5), 0.04) 0%, transparent 50%);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.privacy_preservestyle .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    padding: 0 2rem;
    margin: 0 auto;
    transform: translateZ(0);
}.privacy_preservestyle h1 {
    margin-bottom: 2.5rem;
    font-size: 43px;
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    transform: translateX(-5px);
    line-height: 1.2;
    position: relative;
}.privacy_preservestyle h1::after {
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0;
    animation-delay: 0.2s;
    bottom: -12px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(217,200,206) 0%, rgb(185,164,172) 100%);
}.privacy_preservestyle h2 {
    font-size: 31px;
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    border-left: 3px solid rgb(217,200,206);
    position: relative;
}.privacy_preservestyle h3 {
    color: #000000;
    font-size: calc(31px * 0.85);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    border-left: 2px solid rgb(185,164,172);
    position: relative;
}.privacy_preservestyle h4 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    border-left: 1px solid rgb(185,164,172);
    font-size: calc(31px * 0.75);
    padding-left: 1rem;
    position: relative;
    color: #000000;
}.privacy_preservestyle p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transform: translateZ(0);
    max-width: 90ch;
    color: #000000;
    position: relative;
}.privacy_preservestyle p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.privacy_preservestyle span {
    max-width: 90ch;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.8;
}.privacy_preservestyle ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.privacy_preservestyle li {
    line-height: 1.7;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 14px;
    color: #000000;
}.privacy_preservestyle li::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: rgb(217,200,206);
    top: 0.8rem;
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
}.privacy_preservestyle li:nth-child(2n)::before {
    background-color: rgb(185,164,172);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy_preservestyle h2:hover,
.privacy_preservestyle h3:hover,
.privacy_preservestyle h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.privacy_preservestyle {
    padding: 4rem 0;
}.privacy_preservestyle h1 {
    font-size: calc(43px * 0.9);
}.privacy_preservestyle h2 {
    font-size: calc(31px * 0.9);
}.privacy_preservestyle h3 {
    font-size: calc(31px * 0.8);
}.privacy_preservestyle h4 {
    font-size: calc(31px * 0.7);
}
}

@media (max-width: 768px) {.privacy_preservestyle {
    padding: 3rem 0;
}.privacy_preservestyle .container {
    padding: 0 1.5rem;
}.privacy_preservestyle h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 2rem;
}.privacy_preservestyle h1::after {
    width: 60px;
}.privacy_preservestyle h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy_preservestyle h3 {
    margin: 2rem 0 1rem;
}.privacy_preservestyle li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy_preservestyle {
    padding: 2.5rem 0;
}.privacy_preservestyle .container {
    padding: 0 1.25rem;
}.privacy_preservestyle h1 {
    transform: translateX(0);
    font-size: calc(43px * 0.75);
}.privacy_preservestyle h2 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.8);
}.privacy_preservestyle h3 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.7);
}.privacy_preservestyle h4 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.6);
}.privacy_preservestyle p,
    .privacy_preservestyle span {
    font-size: calc(14px * 0.95);
}.privacy_preservestyle ul {
    margin-left: 0.5rem;
}.privacy_preservestyle li {
    font-size: calc(14px * 0.95);
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
}}.contact_boxstyle {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(242,231,235) 0%, 
        rgb(185,164,172,0.5) 100%
    );
}.contact_boxstyle .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.contact_boxstyle .inquiry_gridstyle {
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(217,200,206,0.5);
    position: relative;
    display: flex;
    border-radius: 17px;
    overflow: hidden;
    background: rgb(185,164,172,0.5);
}.contact_boxstyle .responsive_imgstyle {
    min-height: 600px;
    z-index: 2;
    flex: 0 0 45%;
    transform: skew(-10deg);
    position: relative;
    margin-left: -5%;
}.contact_boxstyle .responsive_imgstyle::before {
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(217,200,206,0.5) 0%, 
        rgb(185,164,172,0.5) 100%
    );
    width: 120%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transform: skew(10deg);
}.contact_boxstyle .inquiry_formstyle {
    z-index: 3;
    flex: 0 0 55%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    flex-direction: column;
}.contact_boxstyle h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
}.contact_boxstyle h2::before {
    content: '';
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(217,200,206,0.5);
    position: absolute;
    transform: translateY(-50%);
    width: 1rem;
    background: rgb(217,200,206);
    top: 50%;
    height: 1rem;
}.contact_boxstyle .inquiry_formstyle h3 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 37px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.contact_boxstyle .inquiry_formstyle h3::after {
    left: 0;
    position: absolute;
    background: rgb(217,200,206);
    bottom: 0;
    content: '';
    height: 3px;
    width: 50px;
}.contact_boxstyle .inquiry_formstyle form {
    gap: 1.5rem;
    display: grid;
}.contact_boxstyle .inquiry_formstyle input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(217,200,206,0.5);
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    font-size: 13px;
    background: rgb(185,164,172,0.5);
}.contact_boxstyle .inquiry_formstyle input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    width: 0;
    left: 0;
    bottom: -2px;
    height: 2px;
    transition: width 0.3s ease;
    content: '';
    background: rgb(217,200,206);
}.contact_boxstyle .inquiry_formstyle input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(217,200,206,0.5);
    border-color: rgb(217,200,206);
}.contact_boxstyle .inquiry_formstyle input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_boxstyle .inquiry_formstyle .request_querystyle {
    align-items: center;
    display: flex;
    gap: 1rem;
}.contact_boxstyle .inquiry_formstyle .request_querystyle input[type="checkbox"] {
    background: rgb(185,164,172,0.5);
    height: 22px;
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(217,200,206,0.5);
    appearance: none;
}.contact_boxstyle .inquiry_formstyle .request_querystyle input[type="checkbox"]:checked {
    border-color: rgb(217,200,206);
    background: rgb(217,200,206);
}.contact_boxstyle .inquiry_formstyle .request_querystyle input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    content: '✔';
    position: absolute;
    top: 50%;
}.contact_boxstyle .inquiry_formstyle .request_querystyle label {
    font-size: 13px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.contact_boxstyle .inquiry_formstyle .request_querystyle a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(217,200,206);
    transition: color 0.3s ease;
}.contact_boxstyle .inquiry_formstyle .request_querystyle a:hover {
    text-decoration: underline;
}.contact_boxstyle .inquiry_formstyle .message_inquirystyle {
    border: none;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1rem;
    background: rgb(217,200,206);
}.contact_boxstyle .inquiry_formstyle .message_inquirystyle::before {
    opacity: 0;
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(217,200,206,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    transition: all 0.5s ease;
    position: absolute;
}.contact_boxstyle .inquiry_formstyle .message_inquirystyle:hover::before {
    opacity: 1;
}.contact_boxstyle .inquiry_formstyle .message_inquirystyle:hover {
    box-shadow: 0 10px 20px rgb(217,200,206,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_boxstyle .responsive_imgstyle {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_boxstyle .inquiry_gridstyle {
    flex-direction: column;
}.contact_boxstyle .responsive_imgstyle {
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
    transform: none;
}.contact_boxstyle .responsive_imgstyle::before {
    width: 100%;
    transform: none;
}.contact_boxstyle .inquiry_formstyle {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_boxstyle {
    padding: 3rem 0;
}.contact_boxstyle h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.contact_boxstyle h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_boxstyle .inquiry_formstyle h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.contact_boxstyle .inquiry_formstyle input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_boxstyle .inquiry_gridstyle {
    border-radius: 0;
}.contact_boxstyle .inquiry_formstyle {
    padding: 2rem 1.5rem;
}}.appSpotlightstyle {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(242,231,235) 0%, rgb(185,164,172,0.5) 100%);
    overflow: hidden;
}.appSpotlightstyle::before {
    top: 0;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(185,164,172,0.5) 0px,
            rgb(185,164,172,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.06;
}.appSpotlightstyle::after {
    border: 2px solid rgb(217,200,206,0.5);
    height: 200px;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    top: -50px;
    opacity: 0.2;
    right: -50px;
    width: 200px;
    animation: float 18s infinite ease-in-out;
}.appSpotlightstyle .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.appSpotlightstyle .learn_legacystyle {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 5px solid rgb(217,200,206);
    position: relative;
}.appSpotlightstyle .learn_legacystyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appSpotlightstyle .learn_legacystyle::before {
    pointer-events: none;
    transform: scale(0.98);
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0.2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    border: 1px solid rgb(185,164,172,0.5);
    position: absolute;
}.appSpotlightstyle .learn_legacystyle:hover::before {
    opacity: 0.3;
    transform: scale(1);
}.appSpotlightstyle .learn_legacystyle > div:first-child {
    margin-bottom: 30px;
    position: relative;
}.appSpotlightstyle .learn_legacystyle > div:first-child::after {
    background: rgb(217,200,206);
    transform-origin: left center;
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
    width: 80px;
    height: 3px;
    content: "";
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.appSpotlightstyle .learn_legacystyle:hover > div:first-child::after {
    transform: scaleX(1);
}.appSpotlightstyle h5 {
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #000000;
}.appSpotlightstyle h5::before {
    opacity: 0.3;
    top: -20px;
    position: absolute;
    color: rgb(217,200,206,0.5);
    content: "";
    font-size: calc(23px * 2.5);
    left: -30px;
}.appSpotlightstyle p {
    font-size: 12px;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.8;
}.appSpotlightstyle a {
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    position: relative;
}.appSpotlightstyle a::after {
    transform: scaleX(0);
    width: 100%;
    transform-origin: right center;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    left: 0;
    background-color: rgb(217,200,206);
    bottom: 0;
    height: 1px;
}.appSpotlightstyle a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.appSpotlightstyle a:hover p {
    color: rgb(217,200,206);
}

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

@media (min-width: 992px) {.appSpotlightstyle .learn_legacystyle {
    padding: 80px 70px;
}.appSpotlightstyle h5 {
    font-size: calc(23px * 1.1);
}.appSpotlightstyle p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 991px) {.appSpotlightstyle {
    padding: 90px 0 70px;
}.appSpotlightstyle .learn_legacystyle {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.appSpotlightstyle {
    padding: 70px 0 50px;
}.appSpotlightstyle .learn_legacystyle {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.appSpotlightstyle h5 {
    font-size: calc(23px * 0.95);
}.appSpotlightstyle p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.appSpotlightstyle {
    padding: 60px 0 40px;
}.appSpotlightstyle .learn_legacystyle {
    border-left: 4px solid rgb(217,200,206);
    padding: 30px 25px;
}.appSpotlightstyle .learn_legacystyle > div:first-child {
    margin-bottom: 25px;
}.appSpotlightstyle h5 {
    font-size: calc(23px * 0.9);
}.appSpotlightstyle h5::before {
    font-size: calc(23px * 2);
    left: -20px;
}.appSpotlightstyle .learn_legacystyle > div:first-child::after {
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.appSpotlightstyle .learn_legacystyle,
    .appSpotlightstyle .learn_legacystyle::before,
    .appSpotlightstyle .learn_legacystyle > div:first-child::after,
    .appSpotlightstyle a::after {
    transition: none;
}.appSpotlightstyle::after {
    animation: none;
}}.subscribe_to_newsletterstyle {
    background: linear-gradient(135deg, rgb(185,164,172,0.5), rgb(217,200,206,0.5));
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 4rem 0;
}.subscribe_to_newsletterstyle::before {
    position: absolute;
    animation: pattern-shift 30s infinite linear;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,164,172,0.5) 0%,
        rgb(185,164,172,0.5) 10%,
        transparent 10%,
        transparent 20%
    );
    content: "";
    transform: rotate(-5deg);
    opacity: 0.05;
    top: -50%;
    height: 200%;
    z-index: 0;
    width: 200%;
    left: -50%;
}.subscribe_to_newsletterstyle::after {
    content: "";
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 20%,
        rgba(255,255,255,0) 80%,
        rgba(255,255,255,0.1) 100%
    );
}.subscribe_to_newsletterstyle .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 15px;
}.subscribe_to_newsletterstyle .learn_legacystyle {
    transform: translateZ(0) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.05);
    background: #ffffff;
}.subscribe_to_newsletterstyle .learn_legacystyle:hover {
    transform: translateZ(10px) rotateX(0deg);
}.subscribe_to_newsletterstyle .learn_legacystyle::before {
    opacity: 0.3;
    transform: translateZ(-5px);
    left: 20px;
    background: rgb(217,200,206);
    height: 20px;
    top: -10px;
    filter: blur(10px);
    content: "";
    position: absolute;
    right: 20px;
}.subscribe_to_newsletterstyle h3 {
    transform: translateZ(10px);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: calc(19px * 1.1);
    color: #000000;
}.subscribe_to_newsletterstyle .input_holder {
    display: flex;
    transform: translateZ(15px);
    flex-direction: row;
    gap: 15px;
}.subscribe_to_newsletterstyle .input_holder > div {
    flex: 1;
    overflow: hidden;
    position: relative;
}.subscribe_to_newsletterstyle input[type="email"] {
    font-size: 15px;
    background: rgba(245, 245, 250, 0.8);
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    height: 54px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.subscribe_to_newsletterstyle input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(185,164,172,0.5);
    background: #ffffff;
    border-color: rgb(185,164,172);
    outline: none;
}.subscribe_to_newsletterstyle input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.subscribe_to_newsletterstyle input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.subscribe_to_newsletterstyle .mail_groupstyle {
    font-weight: 600;
    transform: translateZ(0);
    position: relative;
    font-size: 16px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    background: rgb(217,200,206);
    color: #ffffff;
    padding: 0 30px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    font-family: Arial, sans-serif;
}.subscribe_to_newsletterstyle .mail_groupstyle::before {
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
}.subscribe_to_newsletterstyle .mail_groupstyle:hover {
    background: rgb(185,164,172);
    transform: translateZ(5px) translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.subscribe_to_newsletterstyle .mail_groupstyle:hover::before {
    left: 100%;
}.subscribe_to_newsletterstyle .mail_groupstyle:active {
    transform: translateZ(0) translateY(1px);
}

@keyframes pattern-shift {
    0% {
        transform: rotate(-5deg) translateX(0);
    }
    100% {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 768px) {.subscribe_to_newsletterstyle {
    padding: 3rem 0;
}.subscribe_to_newsletterstyle .learn_legacystyle {
    transform: rotateX(0deg);
    padding: 2rem;
}.subscribe_to_newsletterstyle h3 {
    font-size: 19px;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletterstyle .input_holder {
    flex-direction: column;
    gap: 10px;
}.subscribe_to_newsletterstyle input[type="email"],
    .subscribe_to_newsletterstyle .mail_groupstyle {
    height: 50px;
}.subscribe_to_newsletterstyle .mail_groupstyle {
    padding: 0 20px;
    width: 100%;
}
}

@media (max-width: 480px) {.subscribe_to_newsletterstyle {
    padding: 2rem 0;
}.subscribe_to_newsletterstyle .learn_legacystyle {
    padding: 1.5rem;
}.subscribe_to_newsletterstyle h3 {
    letter-spacing: -0.01em;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.2rem;
}.subscribe_to_newsletterstyle input[type="email"],
    .subscribe_to_newsletterstyle .mail_groupstyle {
    font-size: calc(16px * 0.9);
    height: 46px;
}}.title_pagestyle {
    display: flex;
    position: relative;
    overflow: hidden;
    background: rgb(242,231,235);
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    min-height: 100vh;
}.title_pagestyle > div {
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    position: relative;
    margin: 0 auto;
}.title_pagestyle .learn_studystyle {
    transform: translateZ(30px);
    transition: transform 0.4s ease-out;
    margin-bottom: 2rem;
    position: relative;
}.title_pagestyle .learn_studystyle::before {
    left: -30px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    top: -10px;
    border-left: 3px solid rgb(217,200,206);
    content: "";
    opacity: 0.8;
    border-top: 3px solid rgb(217,200,206);
    width: 60px;
    height: 60px;
}.title_pagestyle .learn_studystyle::after {
    border-bottom: 3px solid rgb(185,164,172);
    opacity: 0.8;
    right: -30px;
    animation: pulse 3s infinite alternate-reverse;
    width: 60px;
    content: "";
    bottom: -10px;
    height: 60px;
    border-right: 3px solid rgb(185,164,172);
    position: absolute;
}.title_pagestyle .edu_smartstyle {
    line-height: 1.2;
    transform: perspective(800px) rotateX(0deg);
    position: relative;
    color: #000000;
    font-size: 44px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0;
}.title_pagestyle .edu_smartstyle::after {
    background: linear-gradient(90deg, rgb(217,200,206), rgb(185,164,172));
    transition: width 0.5s ease;
    bottom: 0;
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    height: 4px;
}.title_pagestyle:hover .edu_smartstyle::after {
    width: 120px;
}.title_pagestyle .edu_pagestyle {
    border-radius: 21px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px) translateY(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.title_pagestyle .edu_pagestyle::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(217,200,206,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    content: "";
}.title_pagestyle .edu_pagestyle:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.title_pagestyle .edu_pagestyle > div {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    padding: 3rem;
    color: #ffffff;
    gap: 2rem;
    backdrop-filter: blur(2px);
}.title_pagestyle .edu_pagestyle p {
    letter-spacing: 0.5px;
    padding-left: 20px;
    margin: 0;
    line-height: 1.6;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}.title_pagestyle .edu_pagestyle p::before {
    position: absolute;
    height: 100%;
    background: rgb(217,200,206);
    width: 4px;
    border-radius: 10px;
    top: 0;
    left: 0;
    content: "";
}.title_pagestyle .edu_pagestyle h3 {
    backdrop-filter: blur(5px);
    transform: perspective(800px) rotateY(0deg);
    font-size: 23px;
    font-weight: 400;
    border-radius: 10px;
    border-left: 4px solid rgb(185,164,172);
    line-height: 1.5;
    padding: 1.5rem;
    transition: transform 0.5s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
}.title_pagestyle .edu_pagestyle h3:hover {
    transform: perspective(800px) rotateY(2deg);
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {.title_pagestyle .edu_pagestyle > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.title_pagestyle .learn_studystyle {
    margin-bottom: 3rem;
}.title_pagestyle .edu_smartstyle {
    font-size: calc(44px * 1.2);
}
}

@media (max-width: 767px) {.title_pagestyle {
    min-height: auto;
    padding: 4rem 0;
}.title_pagestyle > div {
    padding: 1rem;
}.title_pagestyle .edu_pagestyle > div {
    padding: 2rem;
}.title_pagestyle .edu_smartstyle {
    font-size: calc(44px * 0.85);
    line-height: 1.3;
}.title_pagestyle .edu_pagestyle h3 {
    font-size: calc(23px * 0.9);
    padding: 1rem;
}.title_pagestyle .learn_studystyle::before,
  .title_pagestyle .learn_studystyle::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.title_pagestyle .edu_pagestyle > div {
    padding: 1.5rem;
}.title_pagestyle .edu_smartstyle {
    font-size: calc(44px * 0.7);
}.title_pagestyle .edu_pagestyle p {
    font-size: 17px;
}.title_pagestyle .edu_pagestyle h3 {
    font-size: calc(23px * 0.8);
    padding: 0.75rem;
}.title_pagestyle .learn_studystyle::before,
  .title_pagestyle .learn_studystyle::after {
    width: 30px;
    height: 30px;
}
}

@media (hover: none) {.title_pagestyle .edu_pagestyle:hover {
    transform: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.title_pagestyle .edu_pagestyle h3:hover {
    transform: none;
}}.locatestyle {
    font-family: Arial, sans-serif;
    background: linear-gradient(
        135deg, 
        rgb(217,200,206,0.5) 0%, 
        rgb(185,164,172,0.5) 50%, 
        #ffffff 100%
    );
    animation: gradientFlow 15s ease infinite;
    background-size: 400% 400%;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.locatestyle::before {
    z-index: 1;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.1) 0%, 
        transparent 70%
    );
    width: 200%;
    top: -50%;
    left: -50%;
    animation: circularPulse 10s infinite alternate;
    height: 200%;
    position: absolute;
}.locatestyle .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.locatestyle .get_in_touchstyle {
    perspective: 1000px;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}.locatestyle .instant_contactstyle {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 19px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.05);
    padding: 2.5rem;
    transform-style: preserve-3d;
    transform: rotateX(10deg) scale(0.95);
    backdrop-filter: blur(10px);
    will-change: transform;
}.locatestyle .instant_contactstyle:hover {
    transform: rotateX(0) scale(1.02);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
}.locatestyle .instant_contactstyle p {
    align-items: center;
    display: flex;
}.locatestyle .instant_contactstyle h2 {
    font-weight: 700;
    font-size: 33px;
    color: rgb(217,200,206);
    position: relative;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}.locatestyle .instant_contactstyle h2::after {
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0.7;
    width: 3rem;
    background: rgb(217,200,206);
    content: '';
}.locatestyle .talk_answerstyle {
    font-weight: 600;
    font-size: 17px;
    color: rgb(185,164,172);
    margin-bottom: 0.75rem;
}.locatestyle .msg_detailsstyle {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
}.locatestyle .instant_contactstyle .responsive_imgstyle {
    transform: translateZ(20px);
    height: 300px;
    border-radius: 19px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 10px 20px rgba(0,0,0,0.1);
}.locatestyle .edu_askedustyle {
    background: rgba(255,255,255,0.05);
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
}.locatestyle .edu_askedustyle h3 {
    color: rgb(185,164,172);
    margin-bottom: 0.75rem;
    font-size: 20px;
}.locatestyle .get_assiststyle {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}.locatestyle .get_assiststyle span {
    color: #000000;
    padding: 0.3rem 0.6rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    font-size: 17px;
}.locatestyle .write_expertsstyle {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.locatestyle .write_expertsstyle a {
    flex-direction: column;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.75rem;
    display: flex;
}.locatestyle .write_expertsstyle a:hover {
    background: rgba(255,255,255,0.1);
}.locatestyle .write_expertsstyle a span {
    color: rgb(185,164,172);
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}.locatestyle .write_expertsstyle a p {
    font-size: 17px;
    margin: 0;
    color: #000000;
}.locatestyle svg,
.locatestyle svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,206);
}.locatestyle .write_expertsstyle a:hover svg,
.locatestyle .write_expertsstyle a:hover svg path {
    fill: rgb(185,164,172);
}

@keyframes gradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

@keyframes circularPulse {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}

@media screen and (max-width: 1200px) {.locatestyle .get_in_touchstyle {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {.locatestyle .get_in_touchstyle {
    grid-template-columns: 1fr;
}.locatestyle .instant_contactstyle {
    padding: 1.5rem;
}.locatestyle .instant_contactstyle .responsive_imgstyle {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.locatestyle {
    padding: 2rem 0;
}.locatestyle .instant_contactstyle {
    padding: 1rem;
}.locatestyle .instant_contactstyle .responsive_imgstyle {
    height: 200px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(217,200,206);
}header .top_plank .header_panelstyle div svg, header .top_plank .header_panelstyle div svg path {
    fill: #ffffff;
}header .top_plank .header_panelstyle div span {
    color: #ffffff;
}header .top_plank .header_panelstyle {
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
}header .top_plank .header_panelstyle div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .header_panelstyle div img, header .top_plank .header_panelstyle div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.teacher_profilestyle {
    overflow: hidden;
    background: linear-gradient(
        125deg,
        rgb(242,231,235) 0%,
        rgb(242,231,235) 60%,
        rgb(217,200,206,0.5) 120%
    );
    position: relative;
    padding: 100px 0;
}.teacher_profilestyle::before {
    height: 100%;
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(217,200,206,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,200,206,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(217,200,206,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(217,200,206,0.5) 75%);
    position: absolute;
    opacity: 0.03;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}.teacher_profilestyle::after {
    top: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(217,200,206,0.5) 0%,
            transparent 60%
        );
    content: "";
    height: 200%;
    position: absolute;
    width: 200%;
    opacity: 0.2;
    left: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.teacher_profilestyle .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
}.teacher_profilestyle .student_glowstyle {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 29px;
    background: transparent;
    padding: 0;
    overflow: visible;
}.teacher_profilestyle .responsive_imgstyle {
    margin-bottom: 30px;
    transform: rotate(-5deg);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 260px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 3;
    position: relative;
    height: 260px;
}.teacher_profilestyle .responsive_imgstyle::before {
    border-radius: 30px;
    opacity: 0.3;
    position: absolute;
    inset: -10px;
    background: linear-gradient(
        135deg,
        rgb(217,200,206,0.5) 0%,
        transparent 50%,
        rgb(185,164,172,0.5) 100%
    );
    content: "";
    transform: rotate(5deg);
    z-index: -1;
    transition: all 0.5s ease;
}.teacher_profilestyle .responsive_imgstyle::after {
    inset: -20px;
    position: absolute;
    z-index: -2;
    content: "";
    border-radius: 40px;
    opacity: 0.05;
    transform: rotate(10deg);
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(217,200,206,0.5) 10px,
            rgb(217,200,206,0.5) 11px
        );
}.teacher_profilestyle .name {
    position: relative;
    padding: 0 20px 15px;
    background-clip: text !important;
    font-weight: 700;
    z-index: 2;
    text-fill-color: transparent;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    text-align: center;
    color: #000000;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(217,200,206) 100%
    );
    font-size: 44px;
    -webkit-text-fill-color: transparent;
}.teacher_profilestyle .name::after {
    transform: translateX(-50%);
    border-radius: 3px;
    width: 80px;
    height: 3px;
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(217,200,206) 0%,
        rgb(185,164,172) 100%
    );
    position: absolute;
    content: "";
    bottom: 0;
}.teacher_profilestyle .student_glowstyle span:not(.name) {
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: 0.8;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    color: rgb(185,164,172);
    transition: all 0.3s ease;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}.teacher_profilestyle .job_contentstyle {
    padding: 40px 50px;
    z-index: 1;
    line-height: 1.9;
    margin: 0;
    position: relative;
    font-size: 16px;
    background: #ffffff;
    width: 80%;
    border-radius: 29px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    color: #000000;
    max-width: 700px;
    text-align: center;
}.teacher_profilestyle .job_contentstyle::before {
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(217,200,206,0.5) 0%, transparent 100%);
    height: 35px;
    left: 25px;
    content: "";
    width: 35px;
    top: 25px;
}.teacher_profilestyle .job_contentstyle::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: 
        linear-gradient(225deg, rgb(185,164,172,0.5) 0%, transparent 100%);
    opacity: 0.2;
    border-radius: 0 0 0 10px;
    right: 25px;
    bottom: 25px;
}.teacher_profilestyle .student_glowstyle::before {
    top: -70px;
    background: 
        linear-gradient(
            135deg,
            rgb(217,200,206,0.5) 0%,
            transparent 100%
        );
    position: absolute;
    content: "";
    left: 50%;
    opacity: 0.1;
    width: 300px;
    z-index: 0;
    animation: morphing 15s infinite alternate ease-in-out;
    transform: translateX(-50%) rotate(45deg);
    height: 300px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.teacher_profilestyle .student_glowstyle::after {
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(185,164,172,0.5) 100%
        );
    content: "";
    opacity: 0.08;
    width: 350px;
    top: -50px;
    height: 350px;
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
}.teacher_profilestyle .student_glowstyle:hover .responsive_imgstyle {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.teacher_profilestyle .student_glowstyle:hover .responsive_imgstyle::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.teacher_profilestyle .student_glowstyle:hover .responsive_imgstyle::after {
    transform: rotate(5deg);
}.teacher_profilestyle .student_glowstyle:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.teacher_profilestyle {
    padding: 80px 0;
}.teacher_profilestyle .responsive_imgstyle {
    width: 220px;
    height: 220px;
    margin-bottom: 25px;
}.teacher_profilestyle .name {
    margin-bottom: 12px;
    font-size: calc(44px * 0.9);
}.teacher_profilestyle .job_contentstyle {
    width: 85%;
    padding: 35px 40px;
}.teacher_profilestyle .student_glowstyle::before,
    .teacher_profilestyle .student_glowstyle::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.teacher_profilestyle {
    padding: 60px 0;
}.teacher_profilestyle .responsive_imgstyle {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.teacher_profilestyle .name {
    font-size: calc(44px * 0.8);
    padding: 0 15px 12px;
    margin-bottom: 10px;
}.teacher_profilestyle .student_glowstyle span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(20px * 0.9);
    letter-spacing: 2px;
}.teacher_profilestyle .job_contentstyle {
    padding: 30px 35px;
    font-size: calc(16px * 0.95);
    width: 90%;
}.teacher_profilestyle .job_contentstyle::before,
    .teacher_profilestyle .job_contentstyle::after {
    height: 25px;
    width: 25px;
}.teacher_profilestyle .student_glowstyle::before,
    .teacher_profilestyle .student_glowstyle::after {
    width: 200px;
    height: 200px;
}.teacher_profilestyle .student_glowstyle:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.teacher_profilestyle {
    padding: 50px 0;
}.teacher_profilestyle .responsive_imgstyle {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
}.teacher_profilestyle .responsive_imgstyle::before {
    inset: -8px;
    border-radius: 22px;
}.teacher_profilestyle .responsive_imgstyle::after {
    border-radius: 30px;
    inset: -15px;
}.teacher_profilestyle .name {
    font-size: calc(44px * 0.7);
    margin-bottom: 8px;
    padding: 0 10px 10px;
}.teacher_profilestyle .name::after {
    width: 60px;
    height: 2px;
}.teacher_profilestyle .student_glowstyle span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(20px * 0.85);
}.teacher_profilestyle .job_contentstyle {
    padding: 25px 20px;
    width: 100%;
    border-radius: 10px;
    font-size: calc(16px * 0.9);
}.teacher_profilestyle .job_contentstyle::before,
    .teacher_profilestyle .job_contentstyle::after {
    left: 15px;
    height: 20px;
    width: 20px;
    top: 15px;
}.teacher_profilestyle .job_contentstyle::after {
    right: 15px;
    bottom: 15px;
}.teacher_profilestyle .student_glowstyle::before,
    .teacher_profilestyle .student_glowstyle::after {
    height: 150px;
    width: 150px;
}.teacher_profilestyle .student_glowstyle:hover span:not(.name) {
    letter-spacing: 2px;
}}.meet_usstyle {
    position: relative;
    overflow: hidden;
    background-color: rgb(242,231,235);
    padding: 160px 0;
    isolation: isolate;
}.meet_usstyle::before {
    animation: rotateCircles 60s linear infinite;
    background-size: auto, auto, 80px 80px;
    background: 
        radial-gradient(circle at 10% 10%, rgb(217,200,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(185,164,172,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    opacity: 0.15;
    position: absolute;
    inset: 0;
    content: "";
    z-index: -2;
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.meet_usstyle::after {
    z-index: -1;
    background-size: 50px 50px;
    content: "";
    inset: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    opacity: 0.03;
    position: absolute;
}.meet_usstyle .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.meet_usstyle .container::before {
    border-radius: 50%;
    animation: slowRotate 40s linear infinite;
    top: -300px;
    opacity: 0.6;
    content: "";
    width: 600px;
    z-index: -1;
    position: absolute;
    left: -300px;
    height: 600px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
}.meet_usstyle .container::after {
    width: 400px;
    content: "";
    z-index: -1;
    height: 400px;
    right: -200px;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    opacity: 0.5;
    bottom: -200px;
    border-radius: 50%;
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.meet_usstyle .learn_legacystyle {
    grid-template-areas: 
        "logo title"
        "photo text";
    border-radius: 15px;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    display: grid;
    background: rgba(255, 255, 255, 0.02);
    gap: 25px;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
}.meet_usstyle .learn_legacystyle::before {
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.3;
    animation: patternShift 20s linear infinite;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    background-size: 10px 10px;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.meet_usstyle .learn_legacystyle::after {
    z-index: -1;
    background: linear-gradient(135deg, rgb(217,200,206,0.5) 0%, transparent 100%);
    opacity: 0.05;
    position: absolute;
    content: "";
    inset: 0;
}.meet_usstyle .skill_expertsstyle {
    padding: 30px;
    display: flex;
    justify-content: center;
    grid-area: logo;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 2;
}.meet_usstyle .skill_expertsstyle::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    border: 1px dashed rgb(217,200,206,0.5);
    z-index: -1;
    opacity: 0.2;
    inset: 10px;
}.meet_usstyle .skill_expertsstyle::after {
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(217,200,206,0.5) 49%, rgb(217,200,206,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(217,200,206,0.5) 49%, rgb(217,200,206,0.5) 51%, transparent 51.5%);
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 30px 30px;
    height: 100%;
}.meet_usstyle .skill_expertsstyle svg {
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.meet_usstyle .skill_expertsstyle svg::before {
    transform: scale(0.8);
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    inset: -5px;
    border: 1px solid rgb(217,200,206,0.5);
    transition: all 0.3s ease;
    content: "";
}.meet_usstyle .skill_expertsstyle svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,206);
}.meet_usstyle h2 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 32px;
    grid-area: title;
    padding: 30px;
    font-weight: 700;
}.meet_usstyle h2::before {
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    opacity: 0.15;
    background: 
        linear-gradient(to right, rgb(217,200,206,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(217,200,206,0.5) 0%, transparent 5%);
    content: "";
}.meet_usstyle h2::after {
    background: linear-gradient(to right, rgb(217,200,206), rgb(185,164,172));
    position: absolute;
    width: 60px;
    border-radius: 3px;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: 20px;
    content: "";
    height: 3px;
    left: 30px;
}.meet_usstyle h2:hover::after {
    width: 100px;
    transform: translateX(10px);
}.meet_usstyle .edu_leadershipstyle {
    position: relative;
    padding: 30px;
    grid-area: photo;
    z-index: 2;
    perspective: 1000px;
}.meet_usstyle .edu_leadershipstyle::before {
    box-shadow: inset 0 0 0 1px rgb(217,200,206,0.5);
    position: absolute;
    opacity: 0.1;
    border-radius: 15px;
    z-index: -1;
    inset: 10px;
    content: "";
}.meet_usstyle .edu_leadershipstyle::after {
    z-index: -1;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    background: radial-gradient(circle at 30% 70%, rgb(217,200,206,0.5) 0%, transparent 60%);
    content: "";
    inset: 0;
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    border-radius: 15px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    height: 320px;
    transform-style: preserve-3d;
    transform: rotateY(3deg) rotateX(2deg);
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle::after {
    position: absolute;
    width: 300%;
    transform: rotate(30deg);
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    content: "";
    z-index: 2;
    top: -100%;
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    height: 300%;
    left: -100%;
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.meet_usstyle .edu_leadershipstyle:hover .responsive_imgstyle {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.meet_usstyle .knowledge_guidesstyle {
    border-radius: 10px;
    z-index: 3;
    margin-right: 20px;
    margin-left: 20px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    margin-top: -40px;
    background: rgb(217,200,206);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    position: relative;
    color: #ffffff;
}.meet_usstyle .knowledge_guidesstyle::before {
    top: 0;
    width: 4px;
    background: rgb(185,164,172);
    left: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    content: "";
}.meet_usstyle .knowledge_guidesstyle::after {
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    inset: 0;
}.meet_usstyle .edu_leadershipstyle:hover .knowledge_guidesstyle {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.meet_usstyle .learn_waystyle {
    margin: 0 0 8px 0;
    font-size: 23px;
    padding-bottom: 8px;
    position: relative;
    font-weight: 700;
}.meet_usstyle .edu_leadershipstyle:hover .learn_waystyle::after {
    width: 50px;
}.meet_usstyle .knowledge_trackstyle {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}.meet_usstyle .text_frame_itemstyle {
    position: relative;
    grid-area: text;
    z-index: 2;
    padding: 30px;
}.meet_usstyle .text_frame_itemstyle::before {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.1;
    inset: 10px;
    content: "";
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgb(185,164,172,0.5);
    z-index: -1;
}.meet_usstyle .text_frame_itemstyle:hover::before {
    opacity: 0.2;
}.meet_usstyle .text_frame_itemstyle::after {
    background: 
        radial-gradient(circle at 70% 30%, rgb(185,164,172,0.5) 0%, transparent 60%);
    opacity: 0.05;
    inset: 0;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    content: "";
}.meet_usstyle p {
    font-size: 16px;
    padding: 0 0 0 20px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    position: relative;
}.meet_usstyle p::before {
    height: 100%;
    left: 0;
    content: "";
    width: 3px;
    opacity: 0.6;
    background: linear-gradient(to bottom, rgb(217,200,206,0.5), rgb(185,164,172,0.5));
    border-radius: 3px;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {.meet_usstyle {
    padding: 100px 0;
}.meet_usstyle .learn_legacystyle {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.meet_usstyle .skill_expertsstyle {
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: row;
}.meet_usstyle .skill_expertsstyle svg {
    margin-bottom: 0;
    margin-right: 15px;
}.meet_usstyle h2 {
    padding: 25px;
    justify-content: center;
    text-align: center;
}.meet_usstyle h2::after {
    left: 50%;
    transform: translateX(-50%);
}.meet_usstyle h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.meet_usstyle .edu_leadershipstyle,
    .meet_usstyle .text_frame_itemstyle {
    padding: 25px;
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle {
    height: 280px;
}
}

@media (max-width: 768px) {.meet_usstyle {
    padding: 80px 0;
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle {
    height: 240px;
}.meet_usstyle .knowledge_guidesstyle {
    margin-right: 10px;
    padding: 15px 20px;
    margin-left: 10px;
}.meet_usstyle h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 480px) {.meet_usstyle {
    padding: 60px 0;
}.meet_usstyle .container {
    padding: 0 20px;
}.meet_usstyle .skill_expertsstyle,
    .meet_usstyle h2,
    .meet_usstyle .edu_leadershipstyle,
    .meet_usstyle .text_frame_itemstyle {
    padding: 20px;
}.meet_usstyle .edu_leadershipstyle .responsive_imgstyle {
    height: 200px;
}.meet_usstyle h2 {
    font-size: calc(32px * 0.8);
}.meet_usstyle .skill_expertsstyle {
    flex-direction: column;
}.meet_usstyle .skill_expertsstyle svg {
    margin-right: 0;
    margin-bottom: 10px;
}}header {
    background: rgb(185,164,172);
    padding: 0;
    overflow: visible;
    position: relative;
    margin-top: 0;
    z-index: 100;
}header::before {
    width: 100%;
    top: 0;
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    z-index: 0;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
}header::after {
    z-index: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(185,164,172,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(185,164,172,0.5) 50%, transparent 100%);
    width: 100%;
    left: 0;
}header .nav_topstyle {
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    position: relative;
    z-index: 5;
    display: flex;
}header .top_classstyle {
    transition: all 0.3s ease;
    z-index: 2;
    border-left: 3px solid rgb(217,200,206);
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .top_classstyle::before {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    transform: scaleX(0);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}header .top_classstyle:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(217,200,206);
}header .top_classstyle:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head_edustyle {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .head_edustyle::after {
    background: rgb(217,200,206);
    height: 10px;
    content: '';
    position: absolute;
    right: -5px;
    opacity: 0;
    width: 10px;
    transition: all 0.3s ease;
    bottom: -5px;
}header .head_edustyle:hover::after {
    opacity: 1;
}header .head_edustyle img {
    filter: brightness(1.1);
    max-height: 40px;
}header .top_startstyle {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    display: flex;
}header .top_startstyle::before {
    content: '';
    background: rgb(217,200,206);
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    top: 50%;
    right: -20px;
}header .head_studystyle {
    margin: 0 1px;
    position: relative;
}header .head_studystyle a {
    font-weight: 600;
    display: flex;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 1.2rem;
    justify-content: center;
    height: 45px;
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
    align-items: center;
}header .head_studystyle a::before {
    z-index: -1;
    top: 0;
    background: rgb(217,200,206);
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.3s ease;
}header .head_studystyle a:hover {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .head_studystyle a:hover::before {
    transform: translateX(0);
}header .head_studystyle a::after {
    transform-origin: right;
    top: 0;
    width: 100%;
    height: 2px;
    content: '';
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    background: rgb(217,200,206);
    left: 0;
}header .head_studystyle a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .head_studystyle::before {
    height: 5px;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 5px;
    content: '';
    transform: translateY(-50%) scale(0);
    background: rgb(217,200,206);
    transition: transform 0.3s ease;
}header .head_studystyle:hover::before {
    transform: translateY(-50%) scale(1);
}header .nav_topstyle::before {
    content: '';
    left: 20px;
    width: 30px;
    background: rgb(217,200,206);
    height: 1px;
    position: absolute;
    top: 20px;
}header .nav_topstyle::after {
    background: rgb(217,200,206);
    left: 20px;
    position: absolute;
    height: 30px;
    content: '';
    top: 20px;
    width: 1px;
}.nav_beginstyle {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(242,231,235);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .head_studystyle:last-child::after {
    transform: translateY(-50%);
    animation: typingCursor 1s infinite;
    right: -10px;
    color: rgb(217,200,206);
    position: absolute;
    content: '|';
    top: 50%;
    font-weight: 700;
}

@media (min-width: 1400px) {header .nav_topstyle {
    margin: 0 auto;
    max-width: 1320px;
}header .head_studystyle {
    margin: 0 2px;
}header .head_studystyle a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .nav_topstyle {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_classstyle {
    margin-right: 0;
    margin-bottom: 0;
}header .top_startstyle {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_startstyle::before {
    display: none;
}header .head_studystyle a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(15px - 1px);
}header .head_studystyle::before {
    display: none;
}header .nav_topstyle::before,
    header .nav_topstyle::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_topstyle {
    padding: 0.8rem 1.5rem;
}header .top_classstyle {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .head_edustyle img {
    max-height: 35px;
}header .top_startstyle {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .top_startstyle::-webkit-scrollbar {
    height: 3px;
}header .top_startstyle::-webkit-scrollbar-thumb {
    background: rgb(217,200,206);
    border-radius: 10px;
}header .head_studystyle {
    margin: 0;
    flex: 0 0 auto;
}header .head_studystyle a {
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    letter-spacing: 0.5px;
    height: 35px;
}header .head_studystyle:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav_topstyle {
    padding: 0.7rem 1.2rem;
}header .top_classstyle {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .head_studystyle a {
    font-size: calc(15px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(135deg, rgb(217,200,206,0.5) 0%, rgb(185,164,172,0.5) 100%);
    top: 0;
    opacity: 0.92;
    z-index: -1;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    right: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.footer_captionstyle {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.footer_captionstyle::before {
    position: absolute;
    background: rgb(217,200,206);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    height: 15px;
    content: "";
    width: 100%;
    left: 0;
}.footer_captionstyle .container {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    display: flex;
}.footer_captionstyle .company_holder {
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
}.footer_captionstyle .company_holder::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
    width: 1px;
    opacity: 0.3;
    content: "";
}.footer_captionstyle .company_holder h3 {
    position: relative;
    margin: 0 0 1.5rem;
    transform: skewX(-10deg);
    text-transform: uppercase;
    font-size: 33px;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}.footer_captionstyle .company_holder h3::after {
    box-shadow: 0 0 10px rgb(217,200,206);
    position: absolute;
    background: rgb(217,200,206);
    left: 0;
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
}.footer_captionstyle .verify_ctastyle {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(217,200,206);
    padding: 1.5rem;
    color: #ffffff;
    font-size: 17px;
    transform-origin: left top;
    transform: skewX(-5deg);
    line-height: 1.6;
}.footer_captionstyle .scholar_ctastyle {
    display: flex;
    gap: 0;
    flex: 0 0 60%;
    flex-wrap: wrap;
}.footer_captionstyle .top_pagebarstyle {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
}.footer_captionstyle .top_startstyle {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}.footer_captionstyle .top_startstyle h5 {
    position: relative;
    font-weight: 600;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    padding-left: 1rem;
    color: #ffffff;
    font-size: 21px;
}.footer_captionstyle .top_startstyle h5::before {
    transform: skewX(5deg);
    left: 0;
    background: rgb(217,200,206);
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 3px;
}.footer_captionstyle .top_startstyle .top_pagebarstyle {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a {
    transition: all 0.3s ease;
    transform: skewX(-5deg);
    display: block;
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    text-decoration: none;
    overflow: hidden;
    padding: 0.7rem 1rem;
    position: relative;
    color: #ffffff;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a::before {
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
}.footer_captionstyle .top_startstyle .top_pagebarstyle a:hover::before {
    left: 100%;
}.music_edustyle {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.music_edustyle .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    align-items: center;
}.music_edustyle .intern_oppstyle {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.footer_captionstyle .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.footer_captionstyle .scholar_ctastyle {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.footer_captionstyle {
    padding: 4rem 0 2rem;
}.footer_captionstyle .container {
    flex-direction: column;
}.footer_captionstyle .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.footer_captionstyle .company_holder::after {
    display: none;
}.footer_captionstyle .scholar_ctastyle {
    flex: 0 0 100%;
}.footer_captionstyle .top_startstyle {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.footer_captionstyle {
    padding: 3.5rem 0 1.5rem;
}.footer_captionstyle::before {
    height: 10px;
}.footer_captionstyle .company_holder h3 {
    font-size: calc(33px - 2px);
}.footer_captionstyle .verify_ctastyle {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.footer_captionstyle .top_startstyle h5, 
    .footer_captionstyle .top_startstyle .top_pagebarstyle a {
    transform: skewX(-3deg);
}.footer_captionstyle .top_startstyle .top_pagebarstyle a:hover {
    transform: skewX(-3deg) translateX(5px);
}.music_edustyle {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.music_edustyle .intern_oppstyle {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.footer_captionstyle {
    padding: 3rem 0 1rem;
}.footer_captionstyle::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.footer_captionstyle .top_startstyle {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.footer_captionstyle .company_holder {
    margin-bottom: 2rem;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a {
    padding: 0.6rem 0.8rem;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a:hover {
    padding-left: 1.2rem;
}.music_edustyle {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.footer_captionstyle .company_holder h3 {
    transform: skewX(-5deg);
}.footer_captionstyle .company_holder h3::after {
    width: 60px;
}.footer_captionstyle .verify_ctastyle {
    transform: none;
}.footer_captionstyle .top_startstyle h5 {
    transform: none;
}.footer_captionstyle .top_startstyle h5::before {
    transform: none;
}.footer_captionstyle .top_startstyle .top_pagebarstyle a,
    .footer_captionstyle .top_startstyle .top_pagebarstyle a:hover,
    .music_edustyle .intern_oppstyle {
    transform: none;
}}#policyPopupWindowstyle {
    display: none;
}#policyPopupWindowstyle:checked ~ .popupPrivacySettingsstyle {
    opacity: 0;
    visibility: hidden;
}.popupPrivacySettingsstyle {
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(217,200,206);
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(185,164,172);
    position: fixed;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}.privacy_ctrlstyle {
    gap: 20px;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px dashed rgb(217,200,206);
}.popupPrivacySettingsstyle h5 {
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(217,200,206);
    letter-spacing: 1.5px;
    margin: 0;
    font-weight: 700;
}.popupPrivacySettingsstyle p {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
    margin: 0;
}.data_agreestyle {
    display: flex;
    background: rgb(217,200,206,0.5);
    border-radius: 20px;
    margin-right: 20px;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}.data_agreestyle svg {
    fill: rgb(217,200,206);
    width: 60px;
    height: 60px;
}.cookie_checkstyle {
    background: rgb(217,200,206);
    margin-left: 10px;
    font-size: 14px;
    border: 2px solid rgb(217,200,206);
    white-space: nowrap;
    color: #000000;
    line-height: 40px;
    cursor: pointer;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
}.cookie_checkstyle:hover {
    background-color: rgb(185,164,172);
    box-shadow: 0 0 10px rgb(185,164,172);
}.cookie_button.cookie_overlaystyle {
    border: 2px solid rgb(185,164,172);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_overlaystyle:hover {
    box-shadow: 0 0 10px rgb(185,164,172);
}.popupPrivacySettingsstyle p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(217,200,206);
    border-bottom: 1px dashed rgb(217,200,206);
}.popupPrivacySettingsstyle p a:hover {
    color: rgb(185,164,172);
}
@media only screen and (max-width: 1200px) {.popupPrivacySettingsstyle {
    padding: 15px 0;
}.privacy_ctrlstyle {
    padding: 15px 5%;
}.data_agreestyle {
    display: none;
}.privacy_ctrlstyle {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.popupPrivacySettingsstyle h5 {
    margin-bottom: 10px;
    font-size: 17px;
}.consent_learnstyle {
    margin-bottom: 15px;
}.cookie_checkstyle {
    min-width: 100%;
    margin: 10px 0;
}}
.launch_nowstyle {
    padding: 150px 0;
    background: rgb(242,231,235);
    position: relative;
    overflow: hidden;
}.launch_nowstyle::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(242,231,235) 80%);
    width: 100%;
    content: '';
}.launch_nowstyle .learn_legacystyle {
    position: relative;
    padding: 0;
    z-index: 10;
    perspective: 1000px;
}.launch_nowstyle .container {
    perspective: 1000px;
    transform-style: preserve-3d;
}.launch_nowstyle .container p {
    max-width: 800px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    line-height: 1.4;
    padding: 50px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateZ(50px);
    position: relative;
    background: #ffffff;
    margin: 0 auto 80px;
    font-size: 36px;
    color: #000000;
    z-index: 5;
}.launch_nowstyle .container p::before {
    filter: blur(20px);
    border-radius: 10px;
    position: absolute;
    background: rgb(217,200,206,0.5);
    top: 15px;
    z-index: -1;
    opacity: 0.3;
    width: 95%;
    content: '';
    left: 2.5%;
    height: 100%;
}.launch_nowstyle .message_inquirystyle {
    transform: translateZ(30px);
    text-align: center;
    margin: 0 auto;
    background: rgb(217,200,206);
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    display: block;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
    z-index: 5;
    font-size: 19px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    width: 250px;
    position: relative;
}.launch_nowstyle .message_inquirystyle::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease;
}.launch_nowstyle .message_inquirystyle:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.launch_nowstyle .message_inquirystyle:hover::before {
    transform: translateX(100%);
}.launch_nowstyle .container p::after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    background: rgb(217,200,206);
    height: 30px;
    width: 30px;
}.launch_nowstyle::after {
    top: 0;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(217,200,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(185,164,172,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}.launch_nowstyle .learn_legacystyle::after {
    content: '';
    z-index: -1;
    border-radius: 50%;
    height: 20px;
    bottom: -30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    opacity: 0.1;
    left: 5%;
    transform: rotateX(70deg);
    filter: blur(15px);
}

@media (max-width: 991px) {.launch_nowstyle {
    padding: 120px 0;
}.launch_nowstyle .container p {
    margin-bottom: 70px;
    padding: 40px;
    font-size: calc(20px * 1.2);
}.launch_nowstyle .message_inquirystyle {
    line-height: 55px;
    height: 55px;
    width: 220px;
}
}

@media (max-width: 767px) {.launch_nowstyle {
    padding: 100px 0;
}.launch_nowstyle .container p {
    transform: translateZ(30px);
    margin-bottom: 60px;
    font-size: 20px;
    padding: 30px;
}.launch_nowstyle .message_inquirystyle {
    transform: translateZ(20px);
    height: 50px;
    line-height: 50px;
    width: 200px;
}.launch_nowstyle .message_inquirystyle:hover {
    transform: translateZ(25px);
}.launch_nowstyle .container p::after {
    height: 25px;
    width: 25px;
    bottom: -12px;
}
}

@media (max-width: 480px) {.launch_nowstyle {
    padding: 80px 0;
}.launch_nowstyle .container p {
    transform: translateZ(20px);
    padding: 25px;
    font-size: calc(18px * 1.2);
    margin-bottom: 50px;
}.launch_nowstyle .message_inquirystyle {
    line-height: 45px;
    font-size: calc(19px * 0.9);
    transform: translateZ(15px);
    height: 45px;
    width: 180px;
}.launch_nowstyle .message_inquirystyle:hover {
    transform: translateZ(18px);
}.launch_nowstyle .container p::before {
    top: 10px;
}.launch_nowstyle .container p::after {
    bottom: -10px;
    height: 20px;
    width: 20px;
}}.course_offeringstyle {
    background-color: rgb(242,231,235);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course_offeringstyle::before {
    width: 100%;
    content: "";
    background: 
        linear-gradient(135deg, rgb(217,200,206,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(185,164,172,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.course_offeringstyle::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,200,206,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(185,164,172,0.5) 0%, transparent 8%);
    height: 100%;
    background-size: 120px 120px, 120px 120px;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course_offeringstyle .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.course_offeringstyle .skill_routestyle {
    display: flex;
    flex-direction: column;
}.course_offeringstyle .text_frame_itemstyle {
    z-index: 4;
    border-top: 3px solid rgb(217,200,206);
    border-bottom: 3px solid rgb(185,164,172);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 60px;
}.course_offeringstyle .text_frame_itemstyle::before {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(217,200,206,0.5) 49%, rgb(217,200,206,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(185,164,172,0.5) 49%, rgb(185,164,172,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.1;
}.course_offeringstyle .text_frame_itemstyle h2 {
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.5);
    font-size: 36px;
    color: #ffffff;
    padding: 10px 25px;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 30px;
}.course_offeringstyle .text_frame_itemstyle h2::after {
    left: 0;
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(217,200,206) 0%, rgb(185,164,172) 100%);
    content: "";
    position: absolute;
}.course_offeringstyle .text_frame_itemstyle .description {
    line-height: 1.8;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: #000000;
    border-left: 2px solid rgb(217,200,206);
    padding: 15px 20px;
    position: relative;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
    backdrop-filter: blur(3px);
}.course_offeringstyle .text_frame_itemstyle .description:last-child {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
    border-left: 2px solid rgb(185,164,172);
    margin-bottom: 0;
}.course_offeringstyle .responsive_imgstyle {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    transform: scale(1.05);
    z-index: 2;
    width: 100%;
}.course_offeringstyle .responsive_imgstyle::before {
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.course_offeringstyle .responsive_imgstyle::after {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: 3;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_offeringstyle {
    padding: 80px 0;
}.course_offeringstyle .text_frame_itemstyle {
    margin-bottom: 40px;
    padding: 40px;
}.course_offeringstyle .responsive_imgstyle {
    height: 60%;
}
}

@media (max-width: 768px) {.course_offeringstyle {
    padding: 60px 0;
}.course_offeringstyle .text_frame_itemstyle {
    margin-bottom: 30px;
    padding: 30px;
}.course_offeringstyle .text_frame_itemstyle h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}.course_offeringstyle .responsive_imgstyle {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course_offeringstyle {
    padding: 50px 0;
}.course_offeringstyle .text_frame_itemstyle {
    margin-bottom: 20px;
    padding: 25px 20px;
}.course_offeringstyle .text_frame_itemstyle h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_offeringstyle .text_frame_itemstyle .description {
    padding-left: 15px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.course_offeringstyle .responsive_imgstyle {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.course_offeringstyle::before,
.course_offeringstyle::after,
.course_offeringstyle .text_frame_itemstyle::before,
.course_offeringstyle .container::before,
.course_offeringstyle .container::after {
    pointer-events: none;
}.course_offeringstyle .skill_routestyle::after {
    opacity: 0.3;
    background-size: 30px 30px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(217,200,206,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(185,164,172,0.5) 0%, transparent 1%);
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}.testimonialsstyle {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,231,235) 0%, rgba(rgb(217,200,206,0.5), 0.05) 100%);
    position: relative;
}.testimonialsstyle::before {
    width: 300px;
    position: absolute;
    top: -10%;
    height: 300px;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(217,200,206) 0%, rgba(rgb(217,200,206,0.5), 0) 70%);
    content: "";
    z-index: 0;
    filter: blur(50px);
    right: -5%;
    opacity: 0.1;
}.testimonialsstyle::after {
    filter: blur(40px);
    opacity: 0.1;
    content: "";
    position: absolute;
    left: -5%;
    height: 250px;
    width: 250px;
    background: radial-gradient(circle, rgb(185,164,172) 0%, rgba(rgb(185,164,172,0.5), 0) 70%);
    bottom: -10%;
    z-index: 0;
}.testimonialsstyle .container {
    position: relative;
    z-index: 1;
}.testimonialsstyle h2 {
    position: relative;
    text-align: center;
    line-height: 1.4;
    color: #000000;
    margin-left: auto;
    font-size: 34px;
    max-width: 800px;
    margin-bottom: 60px;
    font-weight: 700;
    margin-right: auto;
}.testimonialsstyle h2::after {
    transform: translateX(-50%) skewX(-20deg);
    bottom: -20px;
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(217,200,206);
    position: absolute;
    height: 4px;
}.testimonialsstyle .learner_testimonialsstyle {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    margin: 0;
}.testimonialsstyle .student_glowstyle {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 30px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.testimonialsstyle .student_glowstyle::before {
    color: rgba(rgb(217,200,206,0.5), 0.1);
    top: 10px;
    content: "";
    font-weight: 700;
    right: 20px;
    z-index: -1;
    position: absolute;
    font-size: calc(39px * 2);
    line-height: 1;
}.testimonialsstyle .student_glowstyle:hover {
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.testimonialsstyle .student_glowstyle div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.testimonialsstyle .student_glowstyle img {
    border: 3px solid #ffffff;
    transition: transform 0.4s ease-out;
    margin-right: 15px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px rgba(rgb(217,200,206,0.5), 0.3);
    width: 60px;
}.testimonialsstyle .student_glowstyle:hover img {
    transform: scale(1.05);
}.testimonialsstyle .student_glowstyle h4 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
    color: #000000;
}.testimonialsstyle .student_glowstyle h4::after {
    position: absolute;
    content: "";
    bottom: -8px;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(217,200,206);
    width: 40px;
    left: 0;
    transition: transform 0.3s ease-out 0.1s;
}.testimonialsstyle .student_glowstyle:hover h4::after {
    transform: scaleX(1);
}.testimonialsstyle .description {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    margin: 0;
    z-index: 1;
}.testimonialsstyle .description::before {
    opacity: 0.1;
    transform: rotate(45deg) scale(0);
    height: 30px;
    background: linear-gradient(135deg, rgb(185,164,172) 0%, rgba(rgb(185,164,172,0.5), 0.2) 100%);
    content: "";
    transition: transform 0.3s ease-out;
    position: absolute;
    width: 30px;
    left: -15px;
    border-radius: 10px;
    z-index: -1;
    top: -10px;
}.testimonialsstyle .student_glowstyle:hover .description::before {
    transform: rotate(45deg) scale(1);
}.testimonialsstyle a {
    color: #ffffff;
    border: none;
    display: inline-block;
    z-index: 1;
    padding: 15px 35px;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    margin-right: auto;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(217,200,206) 0%, rgba(rgb(217,200,206,0.5), 0.8) 100%);
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}.testimonialsstyle a::before {
    width: 100%;
    z-index: -1;
    left: -100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.testimonialsstyle a:hover {
    box-shadow: 0 10px 20px -5px rgba(rgb(217,200,206,0.5), 0.4);
    transform: translateY(-5px);
}.testimonialsstyle a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.testimonialsstyle {
    padding: 100px 0;
}.testimonialsstyle .learner_testimonialsstyle {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.testimonialsstyle {
    padding: 80px 0;
}.testimonialsstyle h2 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.testimonialsstyle .learner_testimonialsstyle {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.testimonialsstyle .student_glowstyle {
    padding: 25px;
}
}

@media (max-width: 768px) {.testimonialsstyle {
    padding: 70px 0;
}.testimonialsstyle h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 40px;
}.testimonialsstyle .learner_testimonialsstyle {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.testimonialsstyle .student_glowstyle {
    padding: 25px 20px;
}.testimonialsstyle .student_glowstyle img {
    height: 50px;
    width: 50px;
}.testimonialsstyle a {
    margin-top: 40px;
    padding: 12px 30px;
}
}

@media (max-width: 576px) {.testimonialsstyle {
    padding: 60px 0;
}.testimonialsstyle h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.testimonialsstyle h2::after {
    width: 60px;
    bottom: -15px;
}.testimonialsstyle .student_glowstyle {
    padding: 20px 15px;
}.testimonialsstyle .student_glowstyle div {
    margin-bottom: 15px;
}.testimonialsstyle .student_glowstyle img {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}.testimonialsstyle a {
    padding: 10px 25px;
    margin-top: 30px;
    width: 100%;
}
}