* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1272px;
}a {
    color: inherit;
    text-decoration: none;
}.app_mentor_cta {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    height: 10px;
    width: 9px;
}::-webkit-scrollbar-track {
    margin: 4px 0;
    border-radius: 9%;
    border: 1px ridge rgb(179,147,173,0.5);
    background: linear-gradient(140deg, rgb(179,147,173,0.5) 79%, rgb(243,230,241) 39%);
}::-webkit-scrollbar-thumb {
    animation: glow_scrollbar 3s linear infinite;
    background: #ffffff;
    border-radius: 4.5em;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    background: rgb(243,230,241);
}::-webkit-scrollbar-thumb:active {
    background: rgb(211,182,208);
    box-shadow: inset -2px -1px 0px 1px rgba(0, 0, 0, 0.4);
}.app_top_main {
    flex: 1 0 auto;
}.app_wrap-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.app_about_this {
    padding: 120px 0 90px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.app_about_this::before {
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    content: "";
}.app_about_this::after {
    position: absolute;
    left: 0;
    opacity: 0.4;
    z-index: 2;
    right: 0;
    background: linear-gradient(90deg, 
        rgb(211,182,208,0.5) 0%, 
        transparent 30%, 
        rgb(179,147,173,0.5) 70%, 
        rgb(211,182,208,0.5) 100%);
    top: 0;
    bottom: 0;
    content: "";
    animation: gradientShift 15s ease-in-out infinite alternate;
}.app_about_this h4 {
    font-size: 31px;
    z-index: 5;
    position: relative;
    margin-bottom: 60px;
    transition: transform 0.5s ease-out;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}.app_about_this h4::after {
    left: 50%;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 5;
}.app_about_this .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.app_about_this .app_text_body_wrap {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    z-index: 5;
    transform: perspective(1000px) rotateY(0deg);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}.app_about_this .app_text_body_wrap:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.app_about_this .app_text_body_wrap::before {
    top: -2px;
    filter: blur(5px);
    bottom: -2px;
    left: -2px;
    content: "";
    opacity: 0.7;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(211,182,208) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(179,147,173) 100%);
    position: absolute;
    right: -2px;
    transform: translateZ(-10px);
}.app_about_this .app_text_body_wrap h6 {
    display: inline-block;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: calc(19px * 1.2);
}.app_about_this .app_text_body_wrap h6::after {
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
}.app_about_this .app_text_body_wrap:hover h6::after {
    transform: scaleX(1);
}.app_about_this .app_text_body_wrap div {
    position: relative;
    z-index: 5;
}.app_about_this .app_text_body_wrap span {
    line-height: 1.8;
    column-count: 1;
    transition: opacity 0.4s ease;
    max-width: 100%;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    column-gap: 30px;
    display: block;
    font-size: 18px;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (min-width: 768px) {.app_about_this {
    padding: 150px 0 120px;
}.app_about_this h4 {
    margin-bottom: 80px;
    font-size: calc(31px * 1.2);
}.app_about_this .app_text_body_wrap {
    margin: 0 auto;
    max-width: 90%;
    padding: 60px;
    transform: perspective(1200px) rotateY(0deg);
}.app_about_this .app_text_body_wrap span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.app_about_this {
    padding: 180px 0 150px;
}.app_about_this h4 {
    font-size: calc(31px * 1.3);
}.app_about_this .container {
    max-width: 1200px;
}.app_about_this .app_text_body_wrap {
    padding: 70px;
    max-width: 85%;
}.app_about_this .app_text_body_wrap span {
    column-count: 3;
}
}

@media screen and (min-width: 1200px) {.app_about_this h4 {
    transform: translateY(-20px);
}.app_about_this .app_text_body_wrap {
    max-width: 80%;
    padding: 80px;
}.app_about_this .app_text_body_wrap:hover {
    transform: perspective(1500px) rotateY(3deg) translateY(-10px);
}
}

@media screen and (max-width: 767px) {.app_about_this {
    padding: 90px 0 70px;
}.app_about_this h4 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.app_about_this .app_text_body_wrap {
    padding: 30px;
}.app_about_this .app_text_body_wrap h6 {
    margin-bottom: 20px;
    font-size: 19px;
}.app_about_this .app_text_body_wrap span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.app_about_this .app_text_body_wrap:hover span {
    opacity: 1;
}.app_about_this .app_text_body_wrap:hover h6 {
    transform: translateX(5px);
    color: rgb(179,147,173);
}}.app_customer_support {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 100px 0;
}.app_customer_support::before {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(211,182,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(179,147,173,0.5) 0%, transparent 30%);
    left: 0;
    filter: blur(50px);
    content: '';
}.app_customer_support .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.app_customer_support .app_reach_block {
    border-radius: 25px;
    display: flex;
    background: transparent;
    flex-direction: column;
    position: relative;
    overflow: visible;
}.app_customer_support .app_quick_help {
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 0 0 50px;
    position: relative;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    background: rgb(211,182,208);
    font-size: 29px;
}.app_customer_support .app_quick_help svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: gentleRotate 8s infinite linear;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    margin-right: 12px;
    stroke-width: 2;
    stroke: #ffffff;
    height: 28px;
    width: 28px;
    fill: none;
}@keyframes gentleRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.app_customer_support .app_quick_help span {
    display: inline-block;
    -webkit-background-clip: text !important;
    padding: 0 10px;
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
}.app_customer_support .app_quick_help::before {
    height: 120px;
    top: 50%;
    background: rgb(211,182,208,0.5);
    width: 120px;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    opacity: 0.4;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    z-index: -1;
}.app_customer_support .app_quick_help::after {
    border-top: 10px solid rgb(211,182,208);
    position: absolute;
    border-right: 15px solid transparent;
    content: '';
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    height: 0;
    width: 0;
    left: 50%;
}.app_customer_support .app_image_frame {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    left: 15px;
    top: 0;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    height: 100%;
}.app_customer_support .app_image_frame::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    height: 100%;
    z-index: 1;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
}.app_customer_support .app_image_frame::after {
    width: 60px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.8;
    left: 30px;
    height: 60px;
    content: '';
    z-index: 2;
    border: 3px solid #ffffff;
    animation: pulse 3s infinite;
    bottom: 30px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.app_customer_support .app_team_contact {
    border-radius: 10px;
    background: #ffffff;
    transform: translateZ(0);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.app_customer_support .app_team_contact:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.app_customer_support .app_team_contact::before {
    position: absolute;
    width: 100%;
    border-radius: 10px 10px 0 0;
    content: '';
    background: linear-gradient(to right, rgb(211,182,208), rgb(179,147,173));
    height: 5px;
    left: 0;
    top: 0;
}.app_customer_support .app_team_contact p {
    padding-left: 42px;
    margin: 0 0 22px;
    color: #000000;
    display: flex;
    font-size: 17px;
    position: relative;
    align-items: center;
}.app_customer_support .app_team_contact p:last-child {
    margin-bottom: 0;
}.app_customer_support .app_team_contact p svg {
    box-sizing: content-box;
    height: 24px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    fill: #000000;
    width: 24px;
    position: absolute;
    border-radius: 50%;
    padding: 4px;
    background: rgb(243,230,241);
    left: 0;
}.app_customer_support .app_team_contact p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(179,147,173);
    background: rgb(211,182,208);
}.app_customer_support .app_team_contact p svg path {
    stroke-dasharray: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
    stroke-dashoffset: 40;
}.app_customer_support .app_team_contact p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.app_customer_support .app_team_contact p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.app_customer_support .app_team_contact p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.app_customer_support .app_team_contact p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.app_customer_support .app_team_contact p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}
.app_customer_support .app_team_contact p span {
    z-index: 1;
    position: relative;
}.app_customer_support .app_team_contact p a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(211,182,208);
    transition: color 0.3s ease;
}.app_customer_support .app_team_contact p a:hover {
    color: rgb(179,147,173);
}.app_customer_support .app_connect_now {
    background: rgb(243,230,241);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}.app_customer_support .app_connect_now::before {
    content: '';
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(211,182,208,0.5) 49%, rgb(211,182,208,0.5) 51%, transparent 52%) 0 0/30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(179,147,173,0.5) 49%, rgb(179,147,173,0.5) 51%, transparent 52%) 0 0/30px 30px;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
}.app_customer_support .app_online_questions {
    justify-content: center;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 21px;
    z-index: 2;
    margin: 0 0 30px;
    font-weight: 600;
    color: #000000;
}.app_customer_support .app_online_questions svg {
    height: 22px;
    width: 22px;
    stroke-linecap: round;
    margin-right: 10px;
    stroke: rgb(211,182,208);
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
}.app_customer_support .app_online_questions svg circle {
    transform-origin: center;
    animation: clockwise 10s linear infinite;
}@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.app_customer_support .app_online_questions::after {
    height: 2px;
    background: rgb(211,182,208);
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    content: '';
    width: 40px;
    left: 50%;
}.app_customer_support .app_reach_contact {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}.app_customer_support .app_edu_askedu {
    align-items: center;
    color: #000000;
    position: relative;
    border-radius: 10px;
    text-align: left;
    display: flex;
    padding: 15px 15px 15px 40px;
    overflow: hidden;
    font-size: calc(17px - 1px);
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.app_customer_support .app_edu_askedu svg {
    height: 16px;
    position: absolute;
    fill: none;
    stroke: rgb(211,182,208);
    transition: all 0.3s ease;
    stroke-linecap: round;
    transform: translateY(-50%);
    width: 16px;
    left: 12px;
    opacity: 0.8;
    top: 50%;
    stroke-linejoin: round;
    stroke-width: 2;
}.app_customer_support .app_edu_askedu:hover {
    color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.app_customer_support .app_edu_askedu:hover svg {
    transform: translateY(-50%) rotate(15deg);
    stroke: rgb(179,147,173);
    opacity: 1;
}.app_customer_support .app_edu_askedu::before {
    top: 0;
    transform: scaleX(0);
    height: 3px;
    content: '';
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(211,182,208), rgb(179,147,173));
    width: 100%;
    transform-origin: left;
    position: absolute;
    left: 0;
}.app_customer_support .app_edu_askedu:hover::before {
    transform: scaleX(1);
}.app_customer_support .app_edu_askedu:nth-child(odd)::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: rgb(211,182,208,0.5);
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
}
@media (min-width: 992px) {.app_customer_support .app_reach_block {
    padding: 50px 0;
}.app_customer_support .app_team_contact p svg {
    width: 26px;
    height: 26px;
}.app_customer_support .app_online_questions svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.app_customer_support .app_edu_askedu svg {
    width: 18px;
    height: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {.app_customer_support {
    padding: 80px 0;
}.app_customer_support .app_quick_help {
    margin-bottom: 40px;
}.app_customer_support .app_quick_help svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}.app_customer_support .app_team_contact,
    .app_customer_support .app_connect_now {
    padding: 30px;
}.app_customer_support .app_team_contact p svg {
    width: 22px;
    height: 22px;
}.app_customer_support .app_online_questions svg {
    height: 20px;
    width: 20px;
}.app_customer_support .app_reach_contact {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {.app_customer_support {
    padding: 60px 0;
}.app_customer_support .app_quick_help {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.app_customer_support .app_quick_help svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.app_customer_support .app_team_contact,
    .app_customer_support .app_connect_now {
    padding: 25px;
}.app_customer_support .app_team_contact p {
    padding-left: 30px;
}.app_customer_support .app_team_contact p svg {
    height: 20px;
    width: 20px;
}.app_customer_support .app_online_questions svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.app_customer_support .app_reach_contact {
    grid-template-columns: 1fr;
    gap: 15px;
}.app_customer_support .app_edu_askedu {
    padding: 12px 12px 12px 35px;
}.app_customer_support .app_edu_askedu svg {
    height: 14px;
    left: 10px;
    width: 14px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgb(211,182,208,0.5) 0%, rgb(179,147,173,0.5) 100%);
    right: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0.92;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.app_mentor_cta {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.app_mentor_cta::before {
    left: 0;
    background: rgb(211,182,208);
    content: "";
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    height: 15px;
}.app_mentor_cta .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.app_mentor_cta .company_holder {
    margin-bottom: 2rem;
    flex: 0 0 40%;
    position: relative;
    padding: 0 3rem 2rem 0;
}.app_mentor_cta .company_holder::after {
    right: 1.5rem;
    width: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    height: 100%;
    content: "";
    opacity: 0.3;
}.app_mentor_cta .company_holder h3 {
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 1rem;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    color: #ffffff;
    transform: skewX(-10deg);
    position: relative;
}.app_mentor_cta .company_holder h3::after {
    background: rgb(211,182,208);
    width: 80px;
    left: 0;
    box-shadow: 0 0 10px rgb(211,182,208);
    position: absolute;
    height: 3px;
    content: "";
    bottom: 0;
}.app_mentor_cta .app_webinar_arch {
    background: rgba(0, 0, 0, 0.2);
    font-size: 17px;
    color: #ffffff;
    border-left: 3px solid rgb(211,182,208);
    line-height: 1.6;
    transform-origin: left top;
    padding: 1.5rem;
    transform: skewX(-5deg);
}.app_mentor_cta .app_mobile_cta {
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}.app_mentor_cta .app_header_mainbar {
    display: flex;
    gap: 0;
    flex: 1;
    flex-wrap: wrap;
}.app_mentor_cta .app_main_pagebar {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}.app_mentor_cta .app_main_pagebar h5 {
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    padding-left: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}.app_mentor_cta .app_main_pagebar h5::before {
    background: rgb(211,182,208);
    width: 3px;
    content: "";
    position: absolute;
    transform: skewX(5deg);
    top: 0;
    bottom: 0;
    left: 0;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.7rem 1rem;
    display: block;
    overflow: hidden;
    transform: skewX(-5deg);
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a::before {
    top: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a:hover {
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a:hover::before {
    left: 100%;
}.app_award_show {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
}.app_award_show .container {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}.app_award_show .app_forum_link {
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 1200px) {.app_mentor_cta .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.app_mentor_cta .app_mobile_cta {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.app_mentor_cta {
    padding: 4rem 0 2rem;
}.app_mentor_cta .container {
    flex-direction: column;
}.app_mentor_cta .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.app_mentor_cta .company_holder::after {
    display: none;
}.app_mentor_cta .app_mobile_cta {
    flex: 0 0 100%;
}.app_mentor_cta .app_main_pagebar {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.app_mentor_cta {
    padding: 3.5rem 0 1.5rem;
}.app_mentor_cta::before {
    height: 10px;
}.app_mentor_cta .company_holder h3 {
    font-size: calc(36px - 2px);
}.app_mentor_cta .app_webinar_arch {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.app_mentor_cta .app_main_pagebar h5, 
    .app_mentor_cta .app_main_pagebar .app_header_mainbar a {
    transform: skewX(-3deg);
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a:hover {
    transform: skewX(-3deg) translateX(5px);
}.app_award_show {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.app_award_show .app_forum_link {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.app_mentor_cta {
    padding: 3rem 0 1rem;
}.app_mentor_cta::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.app_mentor_cta .app_main_pagebar {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.app_mentor_cta .company_holder {
    margin-bottom: 2rem;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a {
    padding: 0.6rem 0.8rem;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a:hover {
    padding-left: 1.2rem;
}.app_award_show {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.app_mentor_cta .company_holder h3 {
    transform: skewX(-5deg);
}.app_mentor_cta .company_holder h3::after {
    width: 60px;
}.app_mentor_cta .app_webinar_arch {
    transform: none;
}.app_mentor_cta .app_main_pagebar h5 {
    transform: none;
}.app_mentor_cta .app_main_pagebar h5::before {
    transform: none;
}.app_mentor_cta .app_main_pagebar .app_header_mainbar a,
    .app_mentor_cta .app_main_pagebar .app_header_mainbar a:hover,
    .app_award_show .app_forum_link {
    transform: none;
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    width: 100%;
    background: #ffffff;
}header::before {
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(211,182,208), rgb(179,147,173));
    position: absolute;
    content: "";
}header .app_head_teach {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .app_head_teach::after {
    bottom: 0;
    height: 1px;
    background-color: rgb(243,230,241);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}header .app_head_teach .app_nav_mainwrap {
    position: relative;
    z-index: 2;
}header .app_head_teach .app_nav_mainwrap .app_nav_start {
    overflow: hidden;
    position: relative;
    display: block;
}header .app_head_teach .app_nav_mainwrap .app_nav_start svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}header .app_head_teach .app_nav_mainwrap .app_nav_start:hover svg {
    transform: scale(1.08);
}header .app_head_teach .app_main_pagebar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}header .app_head_teach .app_main_pagebar .app_top_site {
    margin: 0 15px;
    position: relative;
}header .app_head_teach .app_main_pagebar .app_top_site:last-child {
    margin-right: 0;
}header .app_head_teach .app_main_pagebar .app_top_site a {
    color: #000000;
    display: block;
    padding: 8px 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 17px;
    overflow: hidden;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    text-decoration: none;
    position: relative;
}header .app_head_teach .app_main_pagebar .app_top_site a:hover {
    letter-spacing: 1px;
    color: rgb(211,182,208);
}header .app_head_teach .app_main_pagebar .app_top_site a::before,
header .app_head_teach .app_main_pagebar .app_top_site a::after {
    height: 1px;
    background-color: rgb(211,182,208);
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: right center;
    content: "";
    width: 100%;
}header .app_head_teach .app_main_pagebar .app_top_site a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .app_head_teach .app_main_pagebar .app_top_site a::after {
    background-color: rgb(179,147,173);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    transform: scaleX(0);
}header .app_head_teach .app_main_pagebar .app_top_site a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .app_head_teach .app_main_pagebar .app_top_site a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .app_head_teach .app_main_pagebar .app_top_site a::after {
    opacity: 0.3;
    bottom: -2px;
    height: 3px;
}header .app_head_teach .app_main_pagebar .app_top_site:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .app_head_teach {
    padding: 20px 15px;
    flex-direction: column;
}header .app_head_teach .app_nav_mainwrap {
    margin-bottom: 20px;
}header .app_head_teach .app_main_pagebar {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .app_head_teach .app_main_pagebar .app_top_site {
    margin: 5px 12px;
}header .app_head_teach .app_main_pagebar .app_top_site a {
    padding: 5px 0;
    font-size: calc(17px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .app_head_teach {
    padding: 15px 10px;
}header .app_head_teach .app_nav_mainwrap {
    margin-bottom: 15px;
}header .app_head_teach .app_nav_mainwrap .app_nav_start svg {
    height: 35px;
}header .app_head_teach .app_main_pagebar {
    gap: 5px;
}header .app_head_teach .app_main_pagebar .app_top_site {
    margin: 2px 10px;
}}.app_secure_archive {
    padding: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgb(179,147,173);
}.app_secure_archive h1 {
    font-weight: 700;
    font-size: 39px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(211,182,208);
}.app_secure_archive h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(211,182,208);
    margin-top: 25px;
}.app_secure_archive h3, .app_secure_archive h4, .app_secure_archive h5, .app_secure_archive h6 {
    margin-bottom: 10px;
    color: rgb(211,182,208);
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}.app_secure_archive li {
    margin-bottom: 10px;
    font-size: 13px;
    color: #ffffff;
}.app_secure_archive section {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
}.app_secure_archive p, .app_secure_archive span, .app_secure_archive div {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.app_secure_archive {
    padding: 20px;
}.app_secure_archive h1 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: calc(24px - 5px);
}.app_secure_archive h2 {
    font-size: calc(24px - 3px);
    margin-bottom: 10px;
    margin-top: 20px;
}.app_secure_archive h3, .app_secure_archive h4, .app_secure_archive h5, .app_secure_archive h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: calc(24px - 2px);
}.app_secure_archive ul, .app_secure_archive ol {
    padding: 5px 0;
    margin: 10px 0;
}.app_secure_archive li {
    font-size: calc(13px - 1px);
    margin-bottom: 5px;
}.app_secure_archive p, .app_secure_archive span, .app_secure_archive div {
    font-size: calc(13px - 1px);
    margin-bottom: 4px;
}}.app_trackingNoticeModal {
    position: fixed;
    background: rgb(243,230,241);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    border-top: 3px solid rgb(211,182,208);
    bottom: 0;
    padding: 20px 0;
    justify-content: center;
    width: 100%;
    z-index: 100;
}.app_data_consent {
    border: 2px solid rgb(211,182,208);
    align-items: center;
    max-width: 1200px;
    display: flex;
    border-radius: 25px;
    justify-content: space-between;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    margin: auto;
}.app_edu_consent {
    margin-right: 20px;
    flex-shrink: 0;
}.app_edu_consent svg {
    height: 50px;
    fill: rgb(211,182,208);
    width: 50px;
}.app_cookie_compl {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.app_cookie_compl h5 {
    color: rgb(211,182,208);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}.app_cookie_compl p {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}.app_cookie_compl p a {
    text-decoration: underline;
    color: rgb(211,182,208);
}.app_cookie_overview {
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
    border: none;
    color: #ffffff;
    font-size: 17px;
    flex-shrink: 0;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    background: rgb(211,182,208);
}.cookie_button.app_cookie_lock {
    margin-right: 10px;
}#app_cookieSettingsPanel {
    display: none;
}#app_cookieSettingsPanel:checked ~ .app_trackingNoticeModal {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.app_data_consent {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.app_edu_consent {
    margin-right: 0;
    margin-bottom: 20px;
}.app_cookie_overview {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.app_title_intro {
    flex-direction: column;
    background: linear-gradient(135deg, rgb(179,147,173,0.5) 0%, rgb(211,182,208,0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    position: relative;
}.app_title_intro::before {
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.2) 0%, transparent 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    z-index: 0;
}.app_title_intro::after {
    pointer-events: none;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 2%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 2%),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 0%, transparent 2%),
        radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 0%, transparent 2%);
    top: 0;
}.app_title_intro h1 {
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.app_title_intro .app_skill_track {
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    position: relative;
}.app_title_intro .app_text_body_wrap {
    opacity: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-left: 3px solid rgb(211,182,208);
    width: 100%;
    padding: 2.5rem;
    transform: translateY(20px);
    border-radius: 10px;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 1200px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
}.app_title_intro ol {
    flex-direction: column;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
}.app_title_intro li {
    display: flex;
    justify-content: center;
    align-items: center;
}.app_title_intro .app_start_page {
    text-align: center;
    gap: 1.5rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}.app_title_intro svg {
    width: 100px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    animation: pulse 6s infinite ease-in-out;
    transform-origin: center;
    margin-bottom: 1rem;
    height: 100px;
}.app_title_intro svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.app_title_intro svg:hover path {
    fill: rgb(211,182,208);
}.app_title_intro svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}.app_title_intro .app_start_page p {
    font-size: calc(13px * 1.1);
    color: #ffffff;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 600px;
    letter-spacing: 0.3px;
}.app_title_intro .app_query_inquiry {
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(211,182,208) 0%, rgb(94,170,168) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 20px rgba(94,170,168,0.3);
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    position: relative;
    letter-spacing: 1px;
    padding: 1rem 2.5rem;
    transform: translateY(0);
    border-radius: 11px;
}.app_title_intro .app_query_inquiry::before {
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
    top: 0;
}.app_title_intro .app_query_inquiry:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.4);
}.app_title_intro .app_query_inquiry:hover::before {
    left: 100%;
}.app_title_intro .app_query_inquiry:active {
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    transform: translateY(-2px);
}.app_title_intro .app_image_frame {
    border-radius: 10px;
    width: 100%;
    position: relative;
    height: 400px;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s ease-out forwards;
    transform: translateY(20px) rotate(-2deg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}.app_title_intro .app_image_frame::before {
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}.app_title_intro .app_image_frame::after {
    z-index: 2;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(94,170,168,0.3) 0%, transparent 70%);
    mix-blend-mode: overlay;
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {.app_title_intro {
    padding: 6rem 4rem;
}.app_title_intro h1 {
    margin-bottom: 3rem;
    font-size: calc(21px * 1.2);
}.app_title_intro .app_skill_track {
    flex-direction: row;
    align-items: center;
}.app_title_intro .app_text_body_wrap {
    transform: translateX(-20px);
    width: 60%;
    animation: fadeSlideRight 0.8s 0.2s ease-out forwards;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 3rem;
    opacity: 0;
}.app_title_intro .app_image_frame {
    width: 40%;
    transform: translateX(20px) rotate(0deg);
    animation: fadeSlideLeft 0.8s 0.4s ease-out forwards;
    opacity: 0;
    height: 500px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}.app_title_intro svg {
    height: 120px;
    width: 120px;
}.app_title_intro .app_start_page {
    text-align: left;
    align-items: flex-start;
}.app_title_intro ol {
    gap: 3rem;
}.app_title_intro li:last-child {
    margin-top: 1rem;
    justify-content: flex-start;
}
}

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

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

@media (min-width: 1024px) {.app_title_intro {
    padding: 0;
    height: 100vh;
}.app_title_intro h1 {
    margin-bottom: 2rem;
    top: 5%;
    position: absolute;
    transform: translateX(-50%);
    font-size: calc(21px * 1.4);
    animation: fadeIn 1s ease-out forwards;
    left: 50%;
    white-space: nowrap;
}.app_title_intro .app_skill_track {
    height: 80%;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    gap: 0;
}.app_title_intro .app_text_body_wrap {
    align-items: center;
    display: flex;
    clip-path: polygon(0 0, 95% 0, 90% 100%, 0 100%);
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    padding: 4rem;
}.app_title_intro .app_image_frame {
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 5% 100%);
}.app_title_intro .app_start_page p {
    font-size: calc(13px * 1.2);
    max-width: 700px;
}.app_title_intro .app_query_inquiry {
    font-size: calc(16px * 1.1);
    padding: 1.2rem 3rem;
}.app_title_intro svg {
    width: 150px;
    height: 150px;
}
}

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

@media (min-width: 1400px) {.app_title_intro .app_text_body_wrap {
    padding: 4rem 5rem;
}.app_title_intro .app_start_page p {
    font-size: calc(13px * 1.3);
    max-width: 800px;
}.app_title_intro svg {
    height: 180px;
    width: 180px;
}.app_title_intro .app_query_inquiry {
    font-size: calc(16px * 1.2);
    padding: 1.5rem 4rem;
}
}

@media (max-width: 767px) {.app_title_intro {
    padding: 3rem 1.5rem;
}.app_title_intro h1 {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.app_title_intro .app_text_body_wrap {
    padding: 1.5rem;
}.app_title_intro .app_start_page p {
    font-size: 13px;
}.app_title_intro svg {
    height: 80px;
    width: 80px;
}.app_title_intro .app_query_inquiry {
    padding: 0.8rem 1.8rem;
    font-size: calc(16px * 0.9);
}.app_title_intro .app_image_frame {
    height: 300px;
}.app_title_intro ol {
    gap: 2rem;
}}.app_course_highlights {
    background: linear-gradient(45deg, rgb(243,230,241) 0%, rgb(179,147,173,0.5) 40%, rgb(243,230,241) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.app_course_highlights::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(45deg, rgb(179,147,173,0.5) 0px, rgb(179,147,173,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(211,182,208,0.5) 0px, rgb(211,182,208,0.5) 1px, transparent 1px, transparent 10px);
}.app_course_highlights .container {
    z-index: 2;
    position: relative;
}.app_course_highlights .app_skill_track {
    flex-direction: column;
    position: relative;
    min-height: 480px;
    display: flex;
}.app_course_highlights .app_image_frame {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}.app_course_highlights .app_image_frame::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(211,182,208,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    mix-blend-mode: multiply;
    content: "";
    left: 0;
}.app_course_highlights .app_career_challenge {
    z-index: 3;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    width: 60%;
    position: relative;
    padding: 2.5rem;
    margin-top: auto;
}.app_course_highlights .app_career_challenge::before {
    width: 50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    left: -50px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.app_course_highlights .app_nav_mainwrap {
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    left: 2.5rem;
    background: #ffffff;
    transition: transform 0.3s ease-in-out;
    padding: 15px;
    top: -35px;
}.app_course_highlights .app_nav_mainwrap:hover {
    transform: translateY(-5px) rotate(5deg);
}.app_course_highlights .app_nav_mainwrap svg {
    height: 45px;
    filter: drop-shadow(0 3px 5px rgb(211,182,208,0.5));
    display: block;
    width: 45px;
}.app_course_highlights .app_nav_mainwrap svg path {
    fill: rgb(211,182,208);
    transition: fill 0.3s ease;
}.app_course_highlights .app_nav_mainwrap:hover svg path {
    fill: rgb(179,147,173);
}.app_course_highlights .app_career_challenge h3 {
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    margin-bottom: 1.5rem;
    position: relative;
}.app_course_highlights .app_career_challenge h3::after {
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(211,182,208);
    bottom: -0.5rem;
    height: 3px;
    border-radius: 10px;
}.app_course_highlights .app_career_challenge p {
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.app_course_highlights .app_skill_track::before {
    width: 120px;
    position: absolute;
    z-index: 0;
    height: 120px;
    top: 10%;
    content: "";
    right: 65%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: floatAnimation 8s infinite ease-in-out;
    border: 2px solid rgb(211,182,208,0.5);
}.app_course_highlights .app_skill_track::after {
    animation: floatAnimation 12s infinite ease-in-out reverse;
    height: 80px;
    position: absolute;
    bottom: 20%;
    content: "";
    width: 80px;
    border: 2px solid rgb(179,147,173,0.5);
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: 10%;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.app_course_highlights .app_skill_track {
    min-height: 420px;
}.app_course_highlights .app_career_challenge {
    width: 75%;
    padding: 2rem;
}.app_course_highlights .app_nav_mainwrap {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.app_course_highlights .app_nav_mainwrap svg {
    width: 40px;
    height: 40px;
}.app_course_highlights .app_career_challenge h3 {
    font-size: calc(31px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.app_course_highlights {
    padding: 4rem 0;
}.app_course_highlights .app_skill_track {
    min-height: auto;
}.app_course_highlights .app_image_frame {
    height: 250px;
    position: relative;
    margin-bottom: -50px;
}.app_course_highlights .app_career_challenge {
    padding: 2rem 1.5rem;
    border-radius: 11px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}.app_course_highlights .app_career_challenge::before {
    display: none;
}.app_course_highlights .app_career_challenge::after {
    height: 70px;
    width: 70px;
}.app_course_highlights .app_nav_mainwrap {
    transform: translateX(-50%);
    left: 50%;
}.app_course_highlights .app_nav_mainwrap:hover {
    transform: translateX(-50%) translateY(-5px);
}.app_course_highlights .app_career_challenge h3 {
    font-size: calc(31px - 0.3rem);
    margin-top: 1rem;
}.app_course_highlights .app_skill_track::before,
    .app_course_highlights .app_skill_track::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.app_course_highlights {
    padding: 3rem 0;
}.app_course_highlights .app_image_frame {
    height: 200px;
}.app_course_highlights .app_career_challenge {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.app_course_highlights .app_nav_mainwrap {
    padding: 10px;
}.app_course_highlights .app_nav_mainwrap svg {
    width: 35px;
    height: 35px;
}.app_course_highlights .app_career_challenge h3 {
    font-size: calc(31px - 0.5rem);
    margin-top: 0.75rem;
}.app_course_highlights .app_career_challenge p {
    font-size: calc(12px - 0.1rem);
}}.app_mentorship_profile {
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(243,230,241) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    min-height: 700px;
}.app_mentorship_profile::before {
    opacity: 0.4;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(211,182,208,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(179,147,173,0.5) 0%, transparent 35%);
    left: 0;
    width: 100%;
    top: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    height: 100%;
    filter: blur(70px);
    z-index: 1;
}.app_mentorship_profile .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.app_mentorship_profile .app_learner_feedback {
    backdrop-filter: blur(15px);
    display: grid;
    position: relative;
    gap: 30px;
    min-height: 580px;
    grid-template-columns: 1.2fr 0.8fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    grid-template-rows: auto 1fr;
}.app_mentorship_profile .app_learner_feedback::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent, rgb(211,182,208,0.5), transparent);
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
    height: 100%;
    left: 0;
}.app_mentorship_profile .app_image_frame {
    grid-column: 2;
    position: relative;
    height: 100%;
    z-index: 3;
    border-radius: 22px;
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    grid-row: 1 / span 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}.app_mentorship_profile .app_learner_feedback:hover .app_image_frame {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.app_mentorship_profile .app_image_frame::before {
    content: "";
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.app_mentorship_profile .name {
    color: #ffffff;
    margin: 0;
    grid-row: 1;
    font-size: 28px;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-column: 1;
    transform: translateX(0);
    font-weight: 700;
}.app_mentorship_profile .app_learner_feedback:hover .name {
    transform: translateX(10px);
}.app_mentorship_profile .name::after {
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    width: 0;
    transition: width 0.6s ease;
    content: "";
    left: 0;
    position: absolute;
    bottom: -10px;
    height: 3px;
}.app_mentorship_profile .app_learner_feedback:hover .name::after {
    width: 120px;
}.app_mentorship_profile .app_learner_feedback span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    font-size: 19px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: rgb(179,147,173);
    width: max-content;
    z-index: 3;
    backdrop-filter: blur(10px);
    margin-top: 4rem;
    border-radius: 10px;
    font-weight: 600;
    grid-column: 1;
    grid-row: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.app_mentorship_profile .app_learner_feedback:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.app_mentorship_profile .app_career_card {
    padding: 2rem;
    grid-column: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    line-height: 1.8;
    border-radius: 22px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    color: #ffffff;
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateY(0);
    border-left: 4px solid rgb(179,147,173);
    grid-row: 2;
    font-size: 14px;
}.app_mentorship_profile .app_learner_feedback:hover .app_career_card {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.app_mentorship_profile .app_career_card::before {
    content: "";
    background-size: 200% 200%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
}.app_mentorship_profile .container::after {
    z-index: -1;
    background: conic-gradient(from 135deg, rgb(211,182,208,0.5) 0%, rgb(179,147,173,0.5) 50%, rgb(211,182,208,0.5) 100%);
    height: 400px;
    width: 400px;
    border-radius: 50%;
    content: "";
    bottom: -200px;
    animation: rotateGlow 25s linear infinite;
    left: -200px;
    position: absolute;
    opacity: 0.2;
    filter: blur(80px);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.app_mentorship_profile .app_learner_feedback {
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.app_mentorship_profile .app_image_frame {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.app_mentorship_profile .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.app_mentorship_profile .app_learner_feedback span:not(.name) {
    margin-top: 3.5rem;
    grid-column: 1;
    grid-row: 2;
}.app_mentorship_profile .app_career_card {
    grid-column: 1;
    grid-row: 3;
}.app_mentorship_profile .app_learner_feedback:hover .name,
    .app_mentorship_profile .app_learner_feedback:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.app_mentorship_profile {
    padding: 5rem 0;
}.app_mentorship_profile .app_learner_feedback {
    padding: 1.5rem;
}.app_mentorship_profile .app_image_frame {
    height: 250px;
}.app_mentorship_profile .name {
    font-size: 19px;
}.app_mentorship_profile .app_learner_feedback span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 14px;
    margin-top: 3rem;
}.app_mentorship_profile .app_career_card {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
}}.app_data_overview {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.app_data_overview::before {
    background-color: #000000;
    position: absolute;
    opacity: 0.9;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.app_data_overview::after {
    top: 0;
    background: radial-gradient(circle at 20% 20%, rgb(211,182,208,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(179,147,173,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 2;
    position: absolute;
}.app_data_overview .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.app_data_overview .app_career_statistics {
    grid-template-rows: auto 1fr;
    display: grid;
    gap: 40px 30px;
    grid-template-columns: 65% 35%;
    grid-template-areas:
        "image header"
        "items description";
    position: relative;
}.app_data_overview .app_statistics_value {
    align-items: center;
    justify-content: center;
    left: 0;
    border-radius: 0 0 20px 0;
    top: 0;
    display: flex;
    background: rgb(211,182,208);
    height: 60px;
    position: absolute;
    grid-area: image;
    z-index: 10;
    padding: 15px;
    width: 60px;
}.app_data_overview .app_statistics_value svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}.app_data_overview .app_statistics_value svg path {
    fill: #ffffff;
}.app_data_overview .app_statistics_pros {
    font-weight: 700;
    align-self: start;
    padding: 15px 0 15px 20px;
    font-size: 33px;
    align-items: center;
    position: relative;
    grid-area: header;
    margin: 0;
    border-bottom: 3px solid rgb(179,147,173);
    display: flex;
}.app_data_overview .app_statistics_pros::before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: rgb(211,182,208);
    right: 0;
    top: 0;
    content: "";
}.app_data_overview .app_extra_experts {
    display: flex;
    line-height: 1.8;
    position: relative;
    flex-direction: column;
    justify-content: center;
    grid-area: description;
    height: 100%;
    font-size: 17px;
    padding: 30px;
    border-radius: 0 30px 0 30px;
    background: rgba(255, 255, 255, 0.05);
}.app_data_overview .app_extra_experts::before {
    position: absolute;
    border-radius: 0 0 30px 0;
    content: "";
    background: rgb(179,147,173);
    opacity: 0.1;
    right: 0;
    height: 80px;
    bottom: 0;
    z-index: -1;
    width: 80px;
}.app_data_overview .app_growth_track {
    grid-area: items;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.app_data_overview .app_statistics_zone {
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-left: 5px solid rgb(211,182,208);
    position: relative;
    padding: 25px 20px 25px 25px;
    background: rgba(255, 255, 255, 0.03);
}.app_data_overview .app_statistics_zone:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.07);
}.app_data_overview .app_statistics_zone::before {
    background: rgb(211,182,208);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    top: 0;
}.app_data_overview .app_statistics_zone:nth-child(2n)::before,
.app_data_overview .app_statistics_zone:nth-child(2n) {
    border-color: rgb(179,147,173);
}.app_data_overview .app_statistics_zone:nth-child(2n) {
    border-left: 5px solid rgb(179,147,173);
}.app_data_overview .app_statistics_grow {
    transition: all 0.3s ease;
    opacity: 0.7;
    width: 30px;
    right: 15px;
    height: 30px;
    top: 15px;
    position: absolute;
}.app_data_overview .app_statistics_zone:hover .app_statistics_grow {
    opacity: 1;
    transform: rotate(10deg);
}.app_data_overview .app_statistics_grow svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}.app_data_overview .app_statistics_grow svg path {
    fill: #ffffff;
}.app_data_overview .app_statistics_zone span {
    font-weight: 700;
    font-size: calc(46px * 1.1);
    margin-bottom: 10px;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    position: relative;
}.app_data_overview .app_statistics_zone span::after {
    left: 0;
    background: #ffffff;
    bottom: -5px;
    height: 2px;
    position: absolute;
    opacity: 0.3;
    width: 40px;
    content: "";
}.app_data_overview .app_statistics_zone p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin: 0;
    line-height: 1.4;
    z-index: 2;
    position: relative;
}.app_data_overview .app_statistics_zone:nth-child(1) {
    animation: fadeInLeft 0.5s ease forwards;
}.app_data_overview .app_statistics_zone:nth-child(2) {
    animation: fadeInRight 0.5s ease forwards;
}.app_data_overview .app_statistics_zone:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.2s;
}.app_data_overview .app_statistics_zone:nth-child(4) {
    animation: fadeInRight 0.5s ease forwards 0.2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 991px) {.app_data_overview {
    padding: 100px 0;
}.app_data_overview .app_career_statistics {
    grid-template-columns: 60% 40%;
    gap: 30px 20px;
}.app_data_overview .app_growth_track {
    gap: 15px;
}.app_data_overview .app_statistics_zone {
    padding: 20px 15px 20px 20px;
}.app_data_overview .app_statistics_zone span {
    font-size: 46px;
}.app_data_overview .app_extra_experts {
    padding: 25px;
    font-size: calc(17px - 1px);
}
}

@media screen and (max-width: 767px) {.app_data_overview {
    padding: 80px 0;
}.app_data_overview .app_career_statistics {
    grid-template-areas:
            "image"
            "header"
            "description"
            "app_career_progress";
    gap: 20px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr;
}.app_data_overview .app_statistics_value {
    justify-self: center;
    position: relative;
    margin: 0 auto 10px;
    border-radius: 20px;
}.app_data_overview .app_statistics_pros {
    justify-content: center;
    padding: 10px 0;
    text-align: center;
}.app_data_overview .app_statistics_pros::before {
    display: none;
}.app_data_overview .app_extra_experts {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}.app_data_overview .app_extra_experts::before {
    display: none;
}.app_data_overview .app_growth_track {
    grid-template-columns: 1fr;
}.app_data_overview .app_statistics_zone:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}

@media screen and (max-width: 576px) {.app_data_overview {
    padding: 60px 0;
}.app_data_overview .container {
    padding: 0 15px;
}.app_data_overview .app_statistics_pros {
    font-size: calc(33px - 4px);
}.app_data_overview .app_statistics_zone {
    padding: 15px 15px 15px 20px;
}.app_data_overview .app_statistics_zone span {
    font-size: calc(46px - 5px);
}.app_data_overview .app_statistics_zone p {
    font-size: calc(17px - 2px);
}.app_data_overview .app_statistics_grow {
    top: 10px;
    height: 25px;
    right: 10px;
    width: 25px;
}}.app_thankYouHub {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(243,230,241) 0%, rgb(179,147,173,0.5) 100%);
    position: relative;
}.app_thankYouHub::before {
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(211,182,208,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
}.app_thankYouHub::after {
    z-index: 0;
    content: "";
    opacity: 0.15;
    right: -5rem;
    background: linear-gradient(225deg, rgb(179,147,173) 0%, transparent 70%);
    position: absolute;
    width: 15rem;
    bottom: -5rem;
    height: 15rem;
    transform: rotate(-15deg);
}.app_thankYouHub .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.app_thankYouHub .app_skill_track {
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    position: relative;
    transform: translateX(-20px);
    gap: 2.5rem;
    display: flex;
}.app_thankYouHub .app_skill_track > div:first-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.app_thankYouHub .app_skill_track > div:first-child::before {
    top: 50%;
    height: 50%;
    content: "";
    transform: translateY(-50%);
    width: 0.5rem;
    background: rgb(211,182,208);
    position: absolute;
    left: -2rem;
}.app_thankYouHub .app_skill_track > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 2.5rem;
    transform: translateY(15px);
    backdrop-filter: blur(10px);
    opacity: 0;
}.app_thankYouHub .app_skill_track > div:last-child::after {
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    left: 0;
    height: 4px;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    position: absolute;
    content: "";
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
}.app_thankYouHub h5 {
    transition: transform 0.4s ease;
    padding-left: 1rem;
    font-size: 22px;
    transform: translateY(0);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    position: relative;
}.app_thankYouHub p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.app_thankYouHub a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.app_thankYouHub a:hover {
    transform: translateY(-5px);
}.app_thankYouHub a:hover p {
    color: rgb(211,182,208);
}.app_thankYouHub a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(211,182,208,0.5);
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.app_thankYouHub {
    padding: 6rem 0;
}.app_thankYouHub .app_skill_track {
    gap: 3.5rem;
}.app_thankYouHub .app_skill_track > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.app_thankYouHub h5 {
    padding-left: 1.5rem;
    font-size: calc(22px * 1.2);
}.app_thankYouHub .app_skill_track > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.app_thankYouHub {
    padding: 8rem 0;
}.app_thankYouHub .container {
    padding: 0 2rem;
}.app_thankYouHub .app_skill_track {
    gap: 4rem;
}.app_thankYouHub .app_skill_track > div:first-child {
    padding-left: 2rem;
}.app_thankYouHub .app_skill_track > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.app_thankYouHub h5 {
    padding-left: 2rem;
    font-size: calc(22px * 1.4);
}.app_thankYouHub .app_skill_track > div:last-child {
    max-width: 80%;
    padding: 4rem;
    margin-left: 6rem;
}.app_thankYouHub p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.app_thankYouHub .app_skill_track > div:last-child {
    max-width: 75%;
    padding: 4.5rem;
    margin-left: 8rem;
}.app_thankYouHub h5 {
    font-size: calc(22px * 1.5);
}
}

@media (max-width: 767px) {.app_thankYouHub {
    padding: 3rem 0;
}.app_thankYouHub .app_skill_track > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.app_thankYouHub h5 {
    padding-left: 0.75rem;
    font-size: calc(22px * 0.9);
}.app_thankYouHub .app_skill_track > div:last-child {
    padding: 1.75rem;
}}.app_client_experience {
    overflow: hidden;
    padding: 8rem 0;
    background: rgb(243,230,241);
    position: relative;
}.app_client_experience::before {
    width: 100%;
    background-position: 0 0, 30px 30px;
    top: 0;
    background: linear-gradient(45deg, rgb(211,182,208,0.5) 25%, transparent 25%, transparent 75%, rgb(211,182,208,0.5) 75%),
    linear-gradient(45deg, rgb(211,182,208,0.5) 25%, transparent 25%, transparent 75%, rgb(211,182,208,0.5) 75%);
    background-size: 60px 60px;
    height: 100%;
    z-index: 0;
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
}.app_client_experience::after {
    content: "";
    z-index: 0;
    left: 0;
    height: 100%;
    width: 60%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    transform: skewX(-20deg) translateX(-20%);
    background: rgb(211,182,208,0.5);
}.app_client_experience .container {
    position: relative;
    z-index: 1;
}.app_client_experience h2 {
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    text-align: center;
    background: linear-gradient(180deg, transparent, rgb(211,182,208,0.5));
    position: relative;
    padding: 1rem 3rem;
    left: 50%;
    display: inline-block;
    font-size: 34px;
    transform: perspective(500px) rotateX(5deg);
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
}.app_client_experience h2::after {
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(211,182,208), transparent);
}.app_client_experience .app_success_opinions {
    perspective: 1000px;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.app_client_experience .app_learner_feedback {
    flex-direction: column;
    transform-style: preserve-3d;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 2.5rem;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    align-items: center;
    transform: rotateY(10deg) rotateX(5deg);
    display: flex;
}.app_client_experience .app_learner_feedback:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.app_client_experience .app_learner_feedback:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.app_client_experience .app_learner_feedback::before {
    transform: translateZ(-10px);
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0.5;
    top: 0;
    background: #ffffff;
    position: absolute;
}.app_client_experience .app_learner_feedback::after {
    content: "";
    transition: all 0.3s ease;
    transform: translateZ(5px);
    border-width: 0 0 30px 30px;
    position: absolute;
    border-color: transparent transparent rgb(179,147,173,0.5) transparent;
    height: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-style: solid;
}.app_client_experience .app_learner_feedback:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
}.app_client_experience .app_learner_feedback:hover::after {
    border-color: transparent transparent rgb(179,147,173) transparent;
    border-width: 0 0 50px 50px;
}.app_client_experience .app_learner_feedback img {
    height: 80px;
    transform: translateZ(15px);
    border-radius: 0;
    width: 80px;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    border: 2px solid #ffffff;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}.app_client_experience .app_learner_feedback:hover img {
    transform: translateZ(30px) rotate(360deg);
}.app_client_experience .app_learner_feedback p {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 16px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    text-align: center;
}.app_client_experience .app_learner_feedback:hover p {
    color: rgb(211,182,208);
    transform: translateZ(25px);
}.app_client_experience .app_learner_feedback .description {
    padding: 1rem;
    transform: translateZ(5px);
    text-align: center;
    color: #000000;
    font-size: 15px;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}.app_client_experience .app_learner_feedback:hover .description {
    transform: translateZ(20px);
}.app_client_experience .app_learner_feedback .description::before {
    left: 0;
    transition: all 0.3s ease;
    width: 20px;
    border-top: 2px solid rgb(211,182,208,0.5);
    top: 0;
    position: absolute;
    height: 20px;
    border-left: 2px solid rgb(211,182,208,0.5);
    content: "";
}.app_client_experience .app_learner_feedback:hover .description::before {
    height: 30px;
    width: 30px;
    border-color: rgb(211,182,208);
}.app_client_experience .app_learner_feedback .description::after {
    position: absolute;
    border-right: 2px solid rgb(179,147,173,0.5);
    content: "";
    width: 20px;
    height: 20px;
    bottom: 0;
    border-bottom: 2px solid rgb(179,147,173,0.5);
    transition: all 0.3s ease;
    right: 0;
}.app_client_experience .app_learner_feedback:hover .description::after {
    height: 30px;
    border-color: rgb(179,147,173);
    width: 30px;
}.app_client_experience .app_learner_feedback:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(243,230,241));
}.app_client_experience .app_learner_feedback:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(243,230,241));
}.app_client_experience .app_skill_track::before {
    z-index: -1;
    left: -50px;
    opacity: 0.1;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    content: "";
    background: rgb(211,182,208,0.5);
    position: absolute;
    height: 200px;
    bottom: -50px;
    width: 200px;
}.app_client_experience .app_skill_track::after {
    background: rgb(179,147,173,0.5);
    width: 200px;
    top: -50px;
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    opacity: 0.1;
    right: -50px;
    position: absolute;
    content: "";
    height: 200px;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.app_client_experience .app_success_opinions {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.app_client_experience {
    padding: 5rem 0;
}.app_client_experience h2 {
    background: none;
    margin-bottom: 3rem;
    clip-path: none;
    transform: none;
    padding: 0;
    font-size: calc(34px * 0.9);
}.app_client_experience .app_success_opinions {
    gap: 3rem;
    grid-template-columns: 1fr;
}.app_client_experience .app_learner_feedback,
    .app_client_experience .app_learner_feedback:nth-child(2n),
    .app_client_experience .app_learner_feedback:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.app_client_experience .app_learner_feedback:hover {
    transform: translateY(-10px);
}.app_client_experience .app_learner_feedback:hover img {
    transform: translateZ(10px) rotate(360deg);
}.app_client_experience .app_learner_feedback img,
    .app_client_experience .app_learner_feedback p,
    .app_client_experience .app_learner_feedback .description,
    .app_client_experience .app_learner_feedback:hover p,
    .app_client_experience .app_learner_feedback:hover .description {
    transform: none;
}}.app_contact {
    padding: 80px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.app_contact::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    z-index: 0;
}.app_contact .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.app_contact h2 {
    color: #000000;
    border-left: 5px solid rgb(211,182,208);
    font-weight: 700;
    font-size: 34px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}.app_contact .app_inquiry_info {
    background: #ffffff;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    border-radius: 21px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.app_contact .app_image_frame {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.app_contact .app_image_frame::before {
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgb(211,182,208,0.5);
    content: "";
    height: 100%;
}.app_contact .app_connect_map {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.app_contact .app_connect_map::after {
    background: rgb(243,230,241);
    border-radius: 0 0 0 100%;
    top: 0;
    width: 150px;
    z-index: -1;
    height: 150px;
    position: absolute;
    right: 0;
    content: "";
}.app_contact #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.app_contact h3 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}.app_contact h3::after {
    width: 40px;
    background: rgb(211,182,208);
    height: 2px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
}.app_contact input[type="text"] {
    border: none;
    border-radius: 10px;
    background: rgb(243,230,241);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
    font-size: 15px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
}.app_contact input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(211,182,208,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.app_contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.app_contact .app_support_inquiry {
    gap: 12px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}.app_contact .app_support_inquiry input[type="checkbox"] {
    width: 22px;
    appearance: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(243,230,241);
    height: 22px;
}.app_contact .app_support_inquiry input[type="checkbox"]:checked {
    border-color: rgb(211,182,208);
    background: rgb(211,182,208);
}.app_contact .app_support_inquiry input[type="checkbox"]:checked::after {
    left: 7px;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 11px;
    content: "";
    top: 3px;
    border-width: 0 2px 2px 0;
}.app_contact .app_support_inquiry label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.app_contact .app_support_inquiry a {
    position: relative;
    color: rgb(211,182,208);
    transition: all 0.3s ease;
    text-decoration: none;
}.app_contact .app_support_inquiry a:hover {
    color: rgb(179,147,173);
}.app_contact .app_support_inquiry a::after {
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    height: 1px;
    content: "";
    background: rgb(211,182,208);
    left: 0;
}.app_contact .app_support_inquiry a:hover::after {
    background: rgb(179,147,173);
}.app_contact .app_query_inquiry {
    background: rgb(211,182,208);
    align-self: flex-start;
    margin-top: 20px;
    border-radius: 21px;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(211,182,208,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 18px 40px;
    cursor: pointer;
}.app_contact .app_query_inquiry:hover {
    transform: translateY(-2px);
    background: rgb(179,147,173);
    box-shadow: 0 7px 20px rgb(179,147,173,0.5);
}.app_contact svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(211,182,208);
}.app_contact svg path {
    transition: all 0.3s ease;
    fill: rgb(211,182,208);
}.app_contact svg:hover {
    fill: rgb(179,147,173);
}.app_contact svg:hover path {
    fill: rgb(179,147,173);
}

@media (max-width: 992px) {.app_contact .app_inquiry_info {
    flex-direction: column;
}.app_contact .app_image_frame {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.app_contact .app_connect_map {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.app_contact h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.app_contact {
    padding: 60px 0;
}.app_contact h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 30px;
}.app_contact .app_connect_map {
    padding: 40px 30px;
}.app_contact #contact {
    gap: 25px;
}.app_contact .app_image_frame {
    min-height: 250px;
}
}

@media (max-width: 576px) {.app_contact {
    padding: 40px 0;
}.app_contact .container {
    padding: 0 15px;
}.app_contact h2 {
    font-size: calc(34px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.app_contact .app_connect_map {
    padding: 30px 20px;
}.app_contact #contact {
    gap: 20px;
}.app_contact input[type="text"] {
    padding: 15px;
}.app_contact .app_query_inquiry {
    width: 100%;
    padding: 15px 20px;
}.app_contact .app_image_frame {
    min-height: 200px;
}}.app_join_our_community {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(211,182,208,0.5), rgb(243,230,241));
}.app_join_our_community::before {
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(179,147,173,0.5) 0%, transparent 60%);
    top: 0;
    content: '';
    width: 100%;
}.app_join_our_community::after {
    background: radial-gradient(circle, rgb(211,182,208) 0%, transparent 70%);
    height: 200px;
    bottom: -50px;
    content: '';
    right: -50px;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    z-index: 1;
}.app_join_our_community .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.app_join_our_community .app_skill_track {
    padding: 50px;
    background: #ffffff;
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.app_join_our_community .app_skill_track::before {
    opacity: 0.5;
    top: -10px;
    content: '';
    background: rgb(211,182,208);
    animation: floatCircle 5s infinite ease-in-out;
    position: absolute;
    left: 10%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}.app_join_our_community .app_skill_track::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgb(179,147,173);
    right: 15%;
    bottom: -15px;
    animation: floatCircle 7s infinite ease-in-out reverse;
    opacity: 0.4;
    height: 30px;
    width: 30px;
}.app_join_our_community h3 {
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.5px;
    position: relative;
}.app_join_our_community h3::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(211,182,208), rgb(179,147,173));
    height: 3px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
}.app_join_our_community .input_holder {
    z-index: 5;
    max-width: 600px;
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
}.app_join_our_community .input_holder > div {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}.app_join_our_community .input_holder input[type="email"] {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
}.app_join_our_community .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(211,182,208);
}.app_join_our_community .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.app_join_our_community .input_holder .app_sub_banner {
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(rgb(211,182,208,0.5), 0.3);
    align-self: center;
    position: relative;
    padding: 16px 36px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(211,182,208), rgb(179,147,173));
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 30px;
}.app_join_our_community .input_holder .app_sub_banner:hover {
    box-shadow: 0 10px 25px rgba(rgb(211,182,208,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}.app_join_our_community .input_holder .app_sub_banner:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(rgb(211,182,208,0.5), 0.3);
}.app_join_our_community .input_holder .app_sub_banner::before {
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    height: 100%;
    width: 100%;
}.app_join_our_community .input_holder .app_sub_banner:hover::before {
    left: 100%;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media screen and (min-width: 768px) {.app_join_our_community .input_holder {
    align-items: center;
    gap: 20px;
    flex-direction: row;
}.app_join_our_community .input_holder > div {
    margin-bottom: 0;
    flex: 1;
}.app_join_our_community .input_holder .app_sub_banner {
    min-width: 160px;
    white-space: nowrap;
}
}

@media screen and (max-width: 767px) {.app_join_our_community {
    padding: 60px 0;
}.app_join_our_community .app_skill_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.app_join_our_community h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.app_join_our_community .input_holder .app_sub_banner {
    width: 100%;
    margin-top: 5px;
}
}

@media screen and (max-width: 480px) {.app_join_our_community {
    padding: 40px 0;
}.app_join_our_community .app_skill_track {
    transform: none;
    padding: 25px 15px;
}.app_join_our_community h3 {
    font-size: calc(19px * 0.8);
    margin-bottom: 20px;
}.app_join_our_community h3::after {
    width: 60px;
}.app_join_our_community .input_holder input[type="email"] {
    padding: 14px 16px;
}.app_join_our_community .input_holder .app_sub_banner {
    padding: 14px 20px;
}}.app_learning_outcomes {
    background: rgb(211,182,208);
    overflow: hidden;
    padding: 120px 0 160px;
    position: relative;
}.app_learning_outcomes::before {
    animation: gridShift 25s linear infinite;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.07;
    background-size: 60px 60px;
    background-image: linear-gradient(0deg, transparent 24%, rgb(211,182,208,0.5) 25%, rgb(211,182,208,0.5) 26%, transparent 27%, transparent 74%, rgb(211,182,208,0.5) 75%, rgb(211,182,208,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(211,182,208,0.5) 25%, rgb(211,182,208,0.5) 26%, transparent 27%, transparent 74%, rgb(211,182,208,0.5) 75%, rgb(211,182,208,0.5) 76%, transparent 77%, transparent);
}.app_learning_outcomes::after {
    z-index: 1;
    height: 200px;
    content: '';
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.app_learning_outcomes .app_skill_track {
    max-width: 1280px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    display: flex;
    padding: 0 20px;
}.app_learning_outcomes h2 {
    margin-bottom: 50px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
    font-size: 47px;
    letter-spacing: 2px;
    font-weight: 700;
}.app_learning_outcomes h2::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, rgb(211,182,208), rgb(179,147,173));
    transform: translateX(-50%);
    content: '';
    width: 100px;
}.app_learning_outcomes h2::before {
    content: '';
    opacity: 0.3;
    left: 50%;
    bottom: -5px;
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    height: 1px;
    position: absolute;
}.app_learning_outcomes .app_image_frame {
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 14px;
    transform: perspective(1000px) rotateX(5deg);
}.app_learning_outcomes .app_image_frame::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(211,182,208,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    width: 100%;
}.app_learning_outcomes .app_image_frame::after {
    width: 100%;
    content: '';
    height: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.app_learning_outcomes .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 30px;
}.app_learning_outcomes .text_main_holder::before {
    height: 40px;
    opacity: 0.8;
    content: '';
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    top: -60px;
    position: absolute;
    background: rgb(179,147,173);
}.app_learning_outcomes .text_main_holder::after {
    content: '';
    opacity: 0.8;
    transform: translateX(-50%) rotate(45deg);
    border: 2px solid rgb(179,147,173);
    width: 20px;
    top: -80px;
    height: 20px;
    position: absolute;
    left: 50%;
}.app_learning_outcomes .text_main_holder > div {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 25px;
    flex-direction: column;
    animation: floatUp 0.6s forwards;
    opacity: 0;
    gap: 20px;
    transform: translateY(50px);
    text-align: center;
    animation-delay: calc(var(--i, 0) * 0.15s);
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(179,147,173,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
}.app_learning_outcomes .text_main_holder > div:nth-child(1) {
    --i: 1;
}.app_learning_outcomes .text_main_holder > div:nth-child(2) {
    --i: 2;
}.app_learning_outcomes .text_main_holder > div:nth-child(3) {
    --i: 3;
}.app_learning_outcomes .text_main_holder > div:nth-child(4) {
    --i: 4;
}.app_learning_outcomes .text_main_holder > div:nth-child(5) {
    --i: 5;
}.app_learning_outcomes .text_main_holder > div:nth-child(6) {
    --i: 6;
}.app_learning_outcomes .text_main_holder > div::before {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    top: -2px;
    border-radius: calc(10px + 1px);
    left: -2px;
    z-index: -1;
    right: -2px;
    background: linear-gradient(45deg, rgb(211,182,208,0.5) 0%, transparent 20%, transparent 80%, rgb(179,147,173,0.5) 100%);
    content: '';
    bottom: -2px;
}.app_learning_outcomes .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.app_learning_outcomes .text_main_holder > div:hover::before {
    opacity: 1;
}.app_learning_outcomes .text_main_holder svg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(211,182,208,0.5);
    width: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    border: 1px solid rgb(211,182,208,0.5);
    border-radius: 50%;
}.app_learning_outcomes .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(211,182,208);
    transform: scale(1.1);
}.app_learning_outcomes .text_main_holder svg path {
    fill: rgb(179,147,173);
    transition: fill 0.3s ease;
}.app_learning_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(211,182,208);
}.app_learning_outcomes .text_main_holder p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    margin: 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.app_learning_outcomes .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.app_learning_outcomes .app_image_frame {
    margin-bottom: 60px;
    height: 350px;
}
}

@media (max-width: 768px) {.app_learning_outcomes {
    padding: 80px 0 120px;
}.app_learning_outcomes h2 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.8);
}.app_learning_outcomes .app_image_frame {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.app_learning_outcomes {
    padding: 60px 0 100px;
}.app_learning_outcomes .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.app_learning_outcomes .app_image_frame {
    margin-bottom: 40px;
    height: 250px;
}.app_learning_outcomes h2 {
    padding-bottom: 20px;
    font-size: 29px;
}.app_learning_outcomes .text_main_holder svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}