* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1155px;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.conduct_code82 {
    flex: 0 0 auto;
}.wrapper-holder39 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}.top_mentor49 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_panel04 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_panel04::before {
    bottom: 0;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    position: absolute;
}.pricing_panel04 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.pricing_panel04 .plan_deals42 {
    position: relative;
    perspective: 1000px;
}.pricing_panel04 h2 {
    text-align: center;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    color: #ffffff;
    transform: translateZ(50px);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    animation: fadeInDown 0.8s ease-out forwards;
}.pricing_panel04 .enroll_cost15 {
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: calc(14px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateZ(30px);
    color: #ffffff;
    opacity: 0.9;
    max-width: 800px;
    text-align: center;
}.pricing_panel04 .study_packages24 {
    margin: 0;
    perspective: 2000px;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_panel04 .study_packages24 li {
    transform: translateY(30px) rotateX(5deg);
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 100%;
    opacity: 0;
}.pricing_panel04 .study_packages24 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_panel04 .study_packages24 li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_panel04 .study_packages24 li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_panel04 .study_packages24 li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_panel04 .fee_plan37 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    transform-style: preserve-3d;
    color: inherit;
    height: 100%;
    text-decoration: none;
    will-change: transform;
}.pricing_panel04 .fee_plan37:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_panel04 .deal_opts52 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(197,208,191,0.5), rgb(159,173,152,0.5));
    backdrop-filter: blur(10px);
    overflow: hidden;
}.pricing_panel04 .fee_plan37:hover .deal_opts52 {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.pricing_panel04 .deal_opts52::before {
    transition: all 0.4s ease;
    width: 100px;
    opacity: 0.15;
    top: -10px;
    position: absolute;
    content: "";
    height: 100px;
    transform: rotate(45deg);
    background: rgb(159,173,152);
    right: -10px;
}.pricing_panel04 .fee_plan37:hover .deal_opts52::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.pricing_panel04 .member_fees72 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    padding: 35px 30px;
    position: relative;
}.pricing_panel04 .fee_plan37:hover .member_fees72 {
    transform: translateZ(10px);
}.pricing_panel04 .member_fees72 h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    position: relative;
    color: #ffffff;
}.pricing_panel04 .fee_plan37:hover .member_fees72 h4 {
    transform: translateY(-5px);
}.pricing_panel04 .member_fees72 h4::after {
    background: rgb(197,208,191);
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    width: 50px;
    content: "";
    height: 3px;
    bottom: 0;
}.pricing_panel04 .fee_plan37:hover .member_fees72 h4::after {
    width: 80px;
}.pricing_panel04 .member_fees72 p {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    overflow-y: auto;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.6;
    max-height: 200px;
    margin-bottom: 30px;
    color: #ffffff;
}.pricing_panel04 .member_fees72 p::-webkit-scrollbar {
    width: 4px;
}.pricing_panel04 .member_fees72 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,208,191,0.5);
}.pricing_panel04 .fee_plan37:hover .member_fees72 p {
    opacity: 1;
}.pricing_panel04 .member_plans71 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(21px * 1.4);
}.pricing_panel04 .member_plans71::before {
    top: -10px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(159,173,152);
    left: 0;
    transition: width 0.4s ease;
    width: 30px;
}.pricing_panel04 .fee_plan37:hover .member_plans71::before {
    width: 50px;
}.pricing_panel04 .fee_plan37:hover .member_plans71 {
    color: rgb(159,173,152);
    transform: scale(1.1);
}

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

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

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

@media (max-width: 1200px) {.pricing_panel04 {
    padding: 100px 0;
}.pricing_panel04 h2 {
    font-size: calc(34px * 0.9);
}.pricing_panel04 .enroll_cost15 {
    font-size: 14px;
    margin-bottom: 40px;
}.pricing_panel04 .study_packages24 {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_panel04 {
    padding: 80px 0;
}.pricing_panel04 .study_packages24 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_panel04 .member_fees72 {
    padding: 30px 25px;
}.pricing_panel04 .member_fees72 p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_panel04 {
    padding: 70px 0;
}.pricing_panel04 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.pricing_panel04 .enroll_cost15 {
    font-size: calc(14px * 0.95);
    margin-bottom: 30px;
}.pricing_panel04 .study_packages24 {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_panel04 .deal_opts52 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_panel04 .member_plans71 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.pricing_panel04 {
    padding: 60px 0;
}.pricing_panel04 h2 {
    font-size: calc(34px * 0.7);
}.pricing_panel04 .enroll_cost15 {
    font-size: calc(14px * 0.9);
    margin-bottom: 25px;
}.pricing_panel04 .member_fees72 {
    padding: 25px 20px;
}.pricing_panel04 .member_fees72 h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 21px;
}.pricing_panel04 .member_fees72 p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
    max-height: 150px;
}}header {
    background: linear-gradient(to right, rgb(228,233,225), #ffffff);
    position: relative;
    z-index: 100;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(197,208,191,0.5);
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}header .nav_pro39 {
    align-items: center;
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}header .main_tutor82 {
    display: block;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
}header .main_tutor82::after {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(197,208,191), transparent);
    opacity: 0.7;
}header .main_tutor82 svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .main_tutor82:hover svg {
    transform: scale(1.05);
}header .site_core84 {
    display: flex;
    border-radius: 16px;
    flex-wrap: wrap;
    padding: 0.8rem;
    background: linear-gradient(to right, rgb(197,208,191,0.5), rgb(159,173,152,0.5));
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}header .main_know73 {
    font-size: 15px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
}header .main_know73:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(197,208,191), rgb(159,173,152));
    box-shadow: 0 4px 8px rgb(197,208,191,0.5);
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_tutor82 svg {
    width: 160px;
}header .site_core84 {
    padding: 0.7rem;
}header .main_know73 {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_pro39 {
    gap: 1rem;
}header .main_tutor82 svg {
    width: 140px;
}header .site_core84 {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main_know73 {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_pro39 {
    gap: 0.8rem;
}header .main_tutor82 svg {
    width: 120px;
}header .site_core84 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
}header .site_core84::-webkit-scrollbar {
    height: 3px;
}header .site_core84::-webkit-scrollbar-thumb {
    background: rgb(197,208,191);
    border-radius: 10px;
}header .main_know73 {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
}}.opening_board47 {
    align-items: center;
    background: linear-gradient(135deg, rgb(228,233,225) 40%, rgb(197,208,191,0.5) 100%);
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 6rem 0;
}.opening_board47::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.2) 0%, transparent 60%);
    z-index: 1;
    top: 0;
}.opening_board47::after {
    content: '';
    width: 40%;
    bottom: -10%;
    position: absolute;
    height: 40%;
    right: -5%;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(197,208,191,0.5) 0%, transparent 70%);
    z-index: 1;
}.opening_board47 .skill_growth01 {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    width: 90%;
    display: grid;
    gap: 3rem;
}.opening_board47 .text_holder_wrap21 {
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.opening_board47 .text_holder_wrap21:hover {
    transform: perspective(1000px) rotateY(0deg);
}.opening_board47 h1 {
    font-size: 45px;
    overflow: hidden;
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 0.5rem;
}.opening_board47 h1::after {
    animation: widthGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: 0;
    content: '';
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    position: absolute;
    left: 0;
    transform-origin: left;
}@keyframes widthGrow {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.opening_board47 .learn_base76 {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}.opening_board47 .learn_base76 svg {
    height: 100px;
    width: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    animation: floatAnimation 6s ease-in-out infinite;
    margin-bottom: 1.5rem;
}@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.opening_board47 .learn_base76 svg path {
    transition: fill 0.3s ease;
}.opening_board47 .learn_base76 svg:hover path {
    fill: rgb(159,173,152);
}.opening_board47 .learn_base76 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
}.opening_board47 .learn_base76 svg:hover text {
    fill: rgb(197,208,191);
}.opening_board47 .learn_base76 p {
    line-height: 1.6;
    text-align: center;
    max-width: 90%;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    color: #000000;
}.opening_board47 ul {
    list-style: none;
    margin: 0;
    justify-content: center;
    padding: 0;
    display: flex;
}.opening_board47 ul li {
    margin: 0 0.5rem;
}.opening_board47 .help_feedback48 {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    background: linear-gradient(135deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    border: none;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    padding: 1rem 2rem;
    color: #ffffff;
    display: inline-block;
    transform: translateZ(0);
    transition: all 0.3s ease;
    overflow: hidden;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}.opening_board47 .help_feedback48:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px) translateZ(0);
}.opening_board47 .help_feedback48::before {
    width: 100%;
    transform: translateX(-100%) rotate(45deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    content: '';
    top: 0;
    height: 100%;
}.opening_board47 .help_feedback48:hover::before {
    transform: translateX(100%) rotate(45deg);
}.opening_board47 .img_pic96 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    height: 400px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.opening_board47 .img_pic96:hover {
    transform: perspective(1000px) rotateY(0deg);
}.opening_board47 .img_pic96::after {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 70%);
    z-index: 1;
}

@media (min-width: 768px) {.opening_board47 .skill_growth01 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.opening_board47 .text_holder_wrap21 {
    padding: 3rem;
}.opening_board47 .img_pic96 {
    height: 500px;
}.opening_board47 h1 {
    font-size: calc(45px * 1.2);
}.opening_board47 .learn_base76 p {
    max-width: 80%;
}
}

@media (min-width: 992px) {.opening_board47 {
    padding: 8rem 0;
}.opening_board47 .skill_growth01 {
    gap: 6rem;
}.opening_board47 .text_holder_wrap21 {
    padding: 4rem;
}.opening_board47 .img_pic96 {
    height: 550px;
}.opening_board47 h1 {
    font-size: calc(45px * 1.4);
}.opening_board47 .learn_base76 svg {
    width: 120px;
    height: 120px;
}.opening_board47 .learn_base76 p {
    font-size: calc(16px * 1.1);
    max-width: 70%;
}.opening_board47 .help_feedback48 {
    padding: 1.2rem 2.5rem;
}
}

@media (max-width: 767px) {.opening_board47 {
    padding: 4rem 0;
}.opening_board47 .skill_growth01 {
    grid-template-columns: 1fr;
}.opening_board47 .text_holder_wrap21 {
    order: 2;
    padding: 1.5rem;
}.opening_board47 .img_pic96 {
    order: 1;
    height: 250px;
}.opening_board47 h1 {
    text-align: center;
    font-size: calc(45px * 0.9);
}.opening_board47 .learn_base76 svg {
    width: 80px;
    height: 80px;
}.opening_board47 .learn_base76 p {
    font-size: calc(16px * 0.9);
}.opening_board47 .help_feedback48 {
    padding: 0.8rem 1.5rem;
    font-size: calc(19px * 0.9);
}}.tyDiv01 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(228,233,225) 0%, rgba(245, 247, 250, 0.95) 100%);
}.tyDiv01::before {
    height: 300px;
    position: absolute;
    z-index: 1;
    filter: blur(80px);
    top: -50px;
    width: 300px;
    background: linear-gradient(45deg, rgb(159,173,152,0.5) 0%, rgb(197,208,191,0.5) 100%);
    opacity: 0.4;
    content: "";
    right: -50px;
    animation: float 15s ease-in-out infinite;
}.tyDiv01::after {
    position: absolute;
    height: 250px;
    width: 250px;
    background: linear-gradient(225deg, rgb(197,208,191,0.5) 0%, rgb(159,173,152,0.5) 80%);
    opacity: 0.3;
    left: -30px;
    bottom: -30px;
    z-index: 1;
    content: "";
    filter: blur(60px);
    animation: float 18s ease-in-out infinite reverse;
}.tyDiv01 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 5;
}.tyDiv01 h2 {
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    font-size: 29px;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.tyDiv01 h2::after {
    bottom: -12px;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    position: absolute;
    transform-origin: left center;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    content: "";
    transform: scaleX(0);
}.tyDiv01 .skill_growth01 {
    border-radius: 28px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(30px);
    position: relative;
    padding: 50px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.tyDiv01 .skill_growth01::before {
    top: 0;
    content: "";
    width: 6px;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    background: linear-gradient(to bottom, rgb(159,173,152), rgb(197,208,191));
    left: 0;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top center;
    height: 100%;
}.tyDiv01 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tyDiv01 li {
    padding-left: 25px;
    position: relative;
}.tyDiv01 li::before {
    top: 8px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    position: absolute;
    border-radius: 50%;
    height: 10px;
    background: linear-gradient(135deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    transform: scale(0);
    content: "";
    left: 0;
    width: 10px;
}.tyDiv01 span {
    display: block;
    transform: translateY(15px);
    font-size: calc(15px * 1.05);
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
    opacity: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.tyDiv01 {
    padding: 90px 0 70px;
}.tyDiv01 h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.tyDiv01 .skill_growth01 {
    padding: 40px 35px;
}.tyDiv01 h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.tyDiv01 {
    padding: 70px 0 50px;
}.tyDiv01 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
    line-height: 1.4;
}.tyDiv01 .skill_growth01 {
    padding: 35px 25px;
}.tyDiv01 span {
    line-height: 1.6;
    font-size: 15px;
}.tyDiv01 h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.tyDiv01 {
    padding: 60px 0 40px;
}.tyDiv01 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.tyDiv01 .skill_growth01 {
    padding: 30px 20px;
}.tyDiv01 li {
    padding-left: 20px;
}.tyDiv01 li::before {
    height: 8px;
    width: 8px;
    top: 9px;
}.tyDiv01 h2::after {
    width: 50px;
}
}

@media (hover: hover) {.tyDiv01 .skill_growth01:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.tyDiv01 .skill_growth01:hover::before {
    background: linear-gradient(to bottom, rgb(197,208,191), rgb(159,173,152));
    transition: background 0.5s ease;
}}.find_contact56 {
    background: rgb(228,233,225);
    isolation: isolate;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.find_contact56::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -2;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(197,208,191,0.5) 0%, transparent 40%, rgb(159,173,152,0.5) 100%);
}.find_contact56::after {
    left: -50%;
    opacity: 0.3;
    top: -50%;
    animation: pulse 15s infinite alternate;
    z-index: -1;
    height: 200%;
    position: absolute;
    width: 200%;
    background: radial-gradient(circle, rgb(197,208,191,0.5) 0%, transparent 70%);
    content: '';
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.4; }
    100% { transform: scale(1); opacity: 0.2; }
}
.find_contact56 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.find_contact56 .reach_block20 {
    padding: 3rem 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-left: 3px solid rgb(197,208,191);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 20px rgba(rgb(197,208,191), 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
}.find_contact56 .reach_block20 h3 {
    font-size: 32px;
    position: relative;
    color: rgb(197,208,191);
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
}.find_contact56 .reach_block20 h3::after {
    background: rgb(197,208,191);
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    width: 60px;
    content: '';
    height: 3px;
}.find_contact56 .help_question30 {
    line-height: 1.6;
    font-size: calc(15px * 1.05);
    max-width: 90%;
    margin-bottom: 2.5rem;
    color: #000000;
}.find_contact56 .team_contact59 {
    gap: 1.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.find_contact56 .team_contact59::before {
    left: 0;
    right: 0;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(197,208,191,0.5), 
                transparent);
    position: absolute;
    height: 1px;
    top: -20px;
    content: '';
}.find_contact56 .team_contact59 span {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(159,173,152,0.5);
    transition: all 0.3s ease;
    border-right: 1px solid rgb(159,173,152,0.5);
    background: rgba(255, 255, 255, 0.03);
    padding-left: 3.5rem;
}.find_contact56 .team_contact59 span svg {
    opacity: 0.8;
    stroke: rgb(197,208,191);
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 50%;
    position: absolute;
    width: 1.5rem;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    stroke-width: 1.5;
    height: 1.5rem;
    fill: none;
    left: 1rem;
}.find_contact56 .team_contact59 span:nth-child(even) svg {
    stroke: rgb(159,173,152);
}.find_contact56 .team_contact59 span:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.find_contact56 .team_contact59 span:hover svg {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(197,208,191,0.5));
}.find_contact56 .team_contact59 span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(159,173,152,0.5));
}.find_contact56 .team_contact59 span svg path,
.find_contact56 .team_contact59 span svg circle,
.find_contact56 .team_contact59 span svg line,
.find_contact56 .team_contact59 span svg polyline,
.find_contact56 .team_contact59 span svg rect {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}.find_contact56 .team_contact59 span:hover svg path,
.find_contact56 .team_contact59 span:hover svg circle,
.find_contact56 .team_contact59 span:hover svg line,
.find_contact56 .team_contact59 span:hover svg polyline,
.find_contact56 .team_contact59 span:hover svg rect {
    animation: dashAnimation 2s linear infinite;
    stroke-dasharray: 100;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.find_contact56 .team_contact59 span p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}.find_contact56 .team_contact59 span > span {
    margin-top: 0.5rem;
    box-shadow: none;
    color: rgb(197,208,191);
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    font-weight: 600;
}.find_contact56 .team_contact59 span > span:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
}.find_contact56 .team_contact59 span a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(197,208,191);
    display: inline-block;
}.find_contact56 .team_contact59 span a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -2px;
    background: rgb(197,208,191);
    transition: width 0.3s ease;
    left: 0;
}.find_contact56 .team_contact59 span a:hover {
    color: rgb(159,173,152);
    transform: translateX(3px);
}.find_contact56 .team_contact59 span a:hover::after {
    width: 100%;
    background: rgb(159,173,152);
}.find_contact56 .ask_questions75 {
    margin-top: 1.5rem;
    border-left: 3px solid rgb(159,173,152);
    padding: 1.5rem;
    background: linear-gradient(135deg, 
                rgba(rgb(197,208,191,0.5), 0.1), 
                rgba(rgb(159,173,152,0.5), 0.1));
    flex-direction: column;
    display: flex;
    grid-column: 1 / -1;
}.find_contact56 .ask_questions75 h4 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    color: rgb(159,173,152);
    align-items: center;
    font-size: 24px;
    display: flex;
    gap: 0.5rem;
}.find_contact56 .ask_questions75 h4 svg {
    stroke-width: 1.5;
    stroke-linejoin: round;
    width: 1.25rem;
    fill: none;
    stroke: rgb(159,173,152);
    transition: transform 0.3s ease;
    stroke-linecap: round;
    height: 1.25rem;
}.find_contact56 .ask_questions75 h4:hover svg {
    transform: rotate(15deg);
}.find_contact56 .ask_questions75 h4::after {
    background: rgb(159,173,152);
    height: 2px;
    width: 40px;
    content: '';
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    left: 0;
}.find_contact56 .ask_questions75 span {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    position: relative;
    align-items: center;
    padding-left: 1.75rem;
    box-shadow: none;
    display: flex;
    color: #000000;
    border: none;
    background: transparent;
}.find_contact56 .ask_questions75 span svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 1rem;
    transition: all 0.3s ease;
    stroke-width: 1.5;
    position: absolute;
    width: 1rem;
    stroke: rgb(197,208,191);
    fill: none;
    left: 0;
    opacity: 0.7;
}.find_contact56 .ask_questions75 span:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}.find_contact56 .ask_questions75 span:hover svg {
    stroke: rgb(159,173,152);
    opacity: 1;
    transform: scale(1.1);
}.find_contact56 .ask_questions75 span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}
@media (max-width: 991px) {.find_contact56 {
    padding: 4rem 0;
}.find_contact56 .reach_block20 {
    padding: 2.5rem 2rem;
}.find_contact56 .reach_block20 h3 {
    font-size: calc(32px * 0.9);
}.find_contact56 .help_question30 {
    font-size: 15px;
    max-width: 100%;
}.find_contact56 .team_contact59 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.find_contact56 .team_contact59 span svg {
    width: 1.4rem;
    height: 1.4rem;
}.find_contact56 .ask_questions75 h4 svg {
    width: 1.1rem;
    height: 1.1rem;
}.find_contact56 .ask_questions75 span svg {
    height: 0.9rem;
    width: 0.9rem;
}
}
@media (max-width: 767px) {.find_contact56 {
    padding: 3rem 0;
}.find_contact56 .reach_block20 {
    padding: 2rem 1.5rem;
}.find_contact56 .reach_block20 h3 {
    font-size: calc(32px * 0.8);
}.find_contact56 .team_contact59 {
    grid-template-columns: 1fr;
}.find_contact56 .ask_questions75 {
    padding: 1.25rem;
}.find_contact56 .team_contact59 span {
    padding: 0.875rem 1.25rem;
    padding-left: 3rem;
}.find_contact56 .team_contact59 span svg {
    left: 0.875rem;
    height: 1.3rem;
    width: 1.3rem;
}.find_contact56 .ask_questions75 span {
    padding-left: 1.5rem;
}.find_contact56 .ask_questions75 span svg {
    height: 0.875rem;
    width: 0.875rem;
}
}
@media (max-width: 575px) {.find_contact56 {
    padding: 2.5rem 0;
}.find_contact56 .reach_block20 {
    padding: 1.75rem 1.25rem;
}.find_contact56 .reach_block20 h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.25rem;
}.find_contact56 .help_question30 {
    font-size: calc(15px * 0.95);
    margin-bottom: 2rem;
}.find_contact56 .team_contact59 span {
    padding: 0.75rem 1rem;
    padding-left: 2.75rem;
}.find_contact56 .team_contact59 span svg {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.75rem;
}.find_contact56 .ask_questions75 h4 {
    font-size: calc(24px * 0.9);
}.find_contact56 .ask_questions75 h4 svg {
    width: 1rem;
    height: 1rem;
}.find_contact56 .ask_questions75 span {
    padding-left: 1.25rem;
}.find_contact56 .ask_questions75 span svg {
    width: 0.75rem;
    height: 0.75rem;
}}
@keyframes floatingGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(5px, -15px); opacity: 0.5; }
    50% { transform: translate(10px, 5px); opacity: 0.3; }
    75% { transform: translate(-5px, 10px); opacity: 0.5; }
    100% { transform: translate(0, 0); opacity: 0.3; }
}
.find_contact56 .container::before {
    top: -100px;
    height: 200px;
    right: -50px;
    content: '';
    position: absolute;
    animation: floatingGlow 15s infinite linear;
    z-index: -1;
    background: radial-gradient(circle, rgb(197,208,191,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 200px;
}.find_contact56 .container::after {
    border-radius: 50%;
    height: 150px;
    content: '';
    width: 150px;
    bottom: -75px;
    left: -50px;
    animation: floatingGlow 20s infinite linear reverse;
    position: absolute;
    background: radial-gradient(circle, rgb(159,173,152,0.5) 0%, transparent 70%);
    z-index: -1;
}.find_contact56 .reach_block20::before {
    top: 0;
    width: 100px;
    right: 0;
    height: 100px;
    position: absolute;
    content: '';
    opacity: 0.4;
    z-index: -1;
    background: radial-gradient(circle, rgb(197,208,191,0.5) 0%, transparent 70%);
}.find_contact56 .reach_block20::after {
    width: 75px;
    content: '';
    position: absolute;
    opacity: 0.4;
    bottom: 0;
    background: radial-gradient(circle, rgb(159,173,152,0.5) 0%, transparent 70%);
    left: 0;
    height: 75px;
    z-index: -1;
}.find_contact56 .team_contact59 span::before {
    background: rgb(197,208,191,0.5);
    height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    filter: blur(20px);
    top: 0;
    z-index: -1;
    position: absolute;
    width: 30px;
    left: 0;
    content: '';
}.find_contact56 .team_contact59 span:hover::before {
    opacity: 0.3;
}.find_contact56 .team_contact59 span::after {
    position: absolute;
    content: '';
    bottom: 10px;
    border-radius: 10px;
    top: 10px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
    opacity: 0;
    right: 10px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    left: 10px;
}.find_contact56 .team_contact59 span:hover::after {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {.find_contact56::after,
    .find_contact56 .container::before,
    .find_contact56 .container::after,
    .find_contact56 .team_contact59 span:hover svg path,
    .find_contact56 .team_contact59 span:hover svg circle,
    .find_contact56 .team_contact59 span:hover svg line,
    .find_contact56 .team_contact59 span:hover svg polyline,
    .find_contact56 .team_contact59 span:hover svg rect {
    animation: none;
}.find_contact56 .ask_questions75 h4:hover svg,
    .find_contact56 .ask_questions75 span:hover svg {
    transform: none;
}}.cookieAlertPromptPanel90 {
    width: 100%;
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(197,208,191);
    box-shadow: 0 -10px 30px rgb(197,208,191,0.5);
    z-index: 90;
    background: rgb(159,173,152);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.track_settings72 {
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(159,173,152) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(197,208,191,0.5);
    align-items: center;
    padding: 20px 5%;
}.cookie_expand20 {
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(197,208,191);
    margin-right: 20px;
    overflow: hidden;
    border-radius: 29px;
    background: rgba(0, 0, 0, 0.5);
}.cookie_expand20 svg, .cookie_expand20 svg path {
    fill: rgb(197,208,191);
    width: 60px;
    transition: transform 0.3s ease;
    height: 60px;
}.cookie_expand20:hover svg {
    transform: rotate(20deg);
}.data_agree84 {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.data_agree84 h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(197,208,191);
    text-shadow: 0 0 10px rgb(197,208,191);
}.data_agree84 p {
    font-size: 15px;
    text-shadow: 0 0 5px rgb(197,208,191,0.5);
    margin-bottom: 0;
    color: #ffffff;
}.learn_prefs49 {
    box-shadow: 0 0 10px rgb(197,208,191,0.5);
    padding: 12px 25px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
    color: #000000;
    font-size: 17px;
    background: rgb(197,208,191);
}.learn_prefs49:hover {
    background: rgb(159,173,152);
    box-shadow: 0 0 20px rgb(159,173,152,0.5);
}.cookieAlertPromptPanel90 p a {
    transition: color 0.3s ease;
    color: rgb(197,208,191);
    text-decoration: underline;
}.cookieAlertPromptPanel90 p a:hover {
    color: rgb(159,173,152);
}#consentAlertWindow34 {
    display: none;
}#consentAlertWindow34:checked ~ .cookieAlertPromptPanel90 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel90 {
    padding: 20px;
}.track_settings72 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_expand20 {
    display: none;
}.track_settings72 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.data_agree84 {
    margin-bottom: 20px;
    text-align: center;
}.cookieAlertPromptPanel90 h5, .cookieAlertPromptPanel90 p {
    text-align: center;
}.learn_prefs49 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
}}
header .top_plank {
    background: rgb(197,208,191);
    color:  #ffffff;
}header .top_plank .peak_skills37 div svg, header .top_plank .peak_skills37 div svg path {
    fill: #ffffff;
}header .top_plank .peak_skills37 div span {
    color: #ffffff;
}header .top_plank .peak_skills37 {
    font-size: 15px;
    line-height: 21px;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .peak_skills37 div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .peak_skills37 div img, header .top_plank .peak_skills37 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.attempt_now51 {
    position: relative;
    background: linear-gradient(135deg, rgb(159,173,152) 0%, rgb(197,208,191) 100%);
    padding: 5rem 1.5rem;
    overflow: hidden;
    z-index: 1;
}.attempt_now51::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 30% 70%, rgb(159,173,152,0.5) 0%, transparent 50%);
    left: 0;
}.attempt_now51::after {
    top: -50%;
    right: -20%;
    height: 200%;
    transform: rotate(-30deg);
    position: absolute;
    content: "";
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    width: 70%;
    z-index: -1;
    animation: float 20s infinite alternate ease-in-out;
}.attempt_now51 .container {
    align-items: center;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    justify-content: center;
    max-width: 1200px;
}.attempt_now51 h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 700;
    font-size: 33px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}.attempt_now51 .skill_growth01 {
    gap: 2rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    transform-style: preserve-3d;
    padding: 2.5rem 3rem;
    opacity: 0;
    display: flex;
    animation: floatIn 1s ease-out 0.3s forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 12px;
    transform: rotateX(5deg) translateZ(30px);
    backdrop-filter: blur(10px);
    align-items: center;
}.attempt_now51 svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    transform: translateZ(40px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 4rem;
    height: 4rem;
}.attempt_now51 svg:hover {
    transform: translateZ(40px) scale(1.1) rotate(15deg);
}.attempt_now51 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.attempt_now51 svg:hover path {
    fill: rgb(159,173,152);
}.attempt_now51 .skill_growth01 div {
    transform: translateZ(30px);
    z-index: 2;
    position: relative;
}.attempt_now51 .help_feedback48 {
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(197,208,191);
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
              0 5px 10px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    font-family: Arial, sans-serif;
    display: inline-block;
}.attempt_now51 .help_feedback48::before {
    position: absolute;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    height: 100%;
    content: "";
    z-index: -1;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}.attempt_now51 .help_feedback48:hover {
    transform: translateY(-5px) scale(1.03);
    color: rgb(159,173,152);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
              0 8px 12px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.attempt_now51 .help_feedback48:hover::before {
    left: 100%;
}.attempt_now51 .help_feedback48:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
              0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px) scale(0.98);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

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

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

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

@media (max-width: 992px) {.attempt_now51 {
    padding: 4rem 1.5rem;
}.attempt_now51 h2 {
    font-size: calc(33px * 0.9);
}.attempt_now51 .skill_growth01 {
    padding: 2rem 2.5rem;
    transform: rotateX(3deg) translateZ(20px);
}
}

@media (max-width: 768px) {.attempt_now51 {
    padding: 3.5rem 1.25rem;
}.attempt_now51 h2 {
    font-size: calc(33px * 0.8);
}.attempt_now51 .skill_growth01 {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    transform: none;
}.attempt_now51 svg {
    height: 3.5rem;
    width: 3.5rem;
}.attempt_now51 .help_feedback48 {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.attempt_now51 {
    padding: 3rem 1rem;
}.attempt_now51 h2 {
    font-size: calc(33px * 0.7);
}.attempt_now51 .skill_growth01 {
    gap: 1.25rem;
    width: 90%;
    padding: 1.75rem;
}.attempt_now51 svg {
    height: 3rem;
    width: 3rem;
}.attempt_now51 .help_feedback48 {
    padding: 0.8rem 1.75rem;
    font-size: calc(16px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.attempt_now51::before,
  .attempt_now51::after,
  .attempt_now51 h2,
  .attempt_now51 .skill_growth01,
  .attempt_now51 svg,
  .attempt_now51 .help_feedback48::before {
    animation: none;
    transition: none;
}.attempt_now51 .skill_growth01 {
    transform: none;
    opacity: 1;
}.attempt_now51 h2 {
    transform: none;
    opacity: 1;
}}.academic_experience98 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,233,225), rgb(197,208,191,0.5));
    position: relative;
    perspective: 1000px;
    padding: 4rem 0;
}.academic_experience98::before {
    opacity: 0.4;
    transform: rotate(-15deg);
    height: 200%;
    pointer-events: none;
    position: absolute;
    content: '';
    z-index: 1;
    top: -50%;
    width: 200%;
    background: radial-gradient(ellipse at center, rgb(159,173,152,0.5) 0%, transparent 70%);
    left: -50%;
}.academic_experience98::after {
    content: '';
    top: 0;
    opacity: 0.5;
    background: radial-gradient(circle at top right, rgb(197,208,191,0.5) 0%, transparent 60%);
    width: 100%;
    pointer-events: none;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.academic_experience98 .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
}.academic_experience98 .review_highlights81 {
    grid-template-columns: 1fr;
    padding: 2.5rem;
    display: grid;
    gap: 2rem;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(197,208,191);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.academic_experience98 .review_highlights81:hover {
    transform: translateZ(20px);
}.academic_experience98 .review_highlights81 > div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}.academic_experience98 .img_pic96 {
    height: 180px;
    transform: rotate(-3deg) translateZ(30px);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-radius: 10px;
}.academic_experience98 .img_pic96::after {
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(45deg, rgb(197,208,191,0.5), transparent);
    position: absolute;
    opacity: 0.7;
    top: 0;
}.academic_experience98 .review_highlights81:hover .img_pic96 {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.academic_experience98 .review_highlights81 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.academic_experience98 .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(197,208,191);
    letter-spacing: 0.03em;
    display: inline-block;
    font-size: 18px;
}.academic_experience98 .name::after {
    content: '';
    bottom: -8px;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
    background: rgb(159,173,152);
    height: 3px;
}.academic_experience98 .review_highlights81 > div:nth-child(2) > div {
    color: #000000;
    font-weight: 600;
    margin-top: 1rem;
    letter-spacing: 0.02em;
    font-size: calc(12px * 0.95);
}.academic_experience98 .review_highlights81 > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.academic_experience98 .exp_achievements10 {
    color: #000000;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    padding: 0 1rem;
}.academic_experience98 .exp_achievements10::before,
.academic_experience98 .exp_achievements10::after {
    opacity: 0.15;
    background-repeat: no-repeat;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
}.academic_experience98 .exp_achievements10::before {
    left: -10px;
    top: -10px;
}.academic_experience98 .exp_achievements10::after {
    bottom: -10px;
    transform: rotate(180deg);
    right: -10px;
}

@media (min-width: 768px) {.academic_experience98 {
    padding: 6rem 0;
}.academic_experience98 .review_highlights81 {
    gap: 2rem 3rem;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.academic_experience98 .review_highlights81 > div:nth-child(1) {
    align-items: flex-start;
    grid-row: span 2;
    padding-top: 1rem;
}.academic_experience98 .review_highlights81 > div:nth-child(2) {
    text-align: left;
}.academic_experience98 .name::after {
    left: 0;
    transform: none;
}.academic_experience98 .img_pic96 {
    transform: rotate(-2deg) translateZ(30px);
    height: 220px;
    width: 220px;
}.academic_experience98 .exp_achievements10 {
    padding: 0;
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.academic_experience98 {
    padding: 8rem 0;
}.academic_experience98 .review_highlights81 {
    gap: 2rem 4rem;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
}.academic_experience98 .img_pic96 {
    width: 280px;
    height: 280px;
}.academic_experience98 .name {
    font-size: calc(18px * 1.1);
}.academic_experience98 .review_highlights81 > div:nth-child(2) > div {
    font-size: 12px;
}.academic_experience98 .exp_achievements10 {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.academic_experience98 .review_highlights81::before {
    position: absolute;
    top: -10px;
    content: '';
    opacity: 0.15;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(159,173,152,0.5), transparent);
    transition: opacity 0.5s ease;
    transform: translateZ(-10px);
}.academic_experience98 .review_highlights81:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.academic_experience98 .container {
    padding: 0 2rem;
}.academic_experience98 .review_highlights81 {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.academic_experience98 .img_pic96 {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .academic_experience98::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .academic_experience98::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -1;
    top: 0;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(197,208,191,0.5) 0%, rgb(159,173,152,0.5) 100%);
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.conduct_code82 {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.conduct_code82::before {
    top: 0;
    background: rgb(197,208,191);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.conduct_code82 .container {
    display: flex;
    position: relative;
    gap: 0;
    flex-wrap: wrap;
}.conduct_code82 .company_holder {
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
}.conduct_code82 .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 0.3;
    width: 1px;
    height: 100%;
    right: 1.5rem;
    top: 0;
    position: absolute;
    content: "";
}.conduct_code82 .company_holder h3 {
    font-size: 29px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    transform: skewX(-10deg);
}.conduct_code82 .company_holder h3::after {
    bottom: 0;
    box-shadow: 0 0 10px rgb(197,208,191);
    background: rgb(197,208,191);
    left: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
}.conduct_code82 .assign_help48 {
    transform-origin: left top;
    line-height: 1.6;
    border-left: 3px solid rgb(197,208,191);
    color: #ffffff;
    transform: skewX(-5deg);
    font-size: 12px;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}.conduct_code82 .sec_cert46 {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    flex: 0 0 60%;
}.conduct_code82 .top_prime34 {
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
    display: flex;
}.conduct_code82 .site_core84 {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}.conduct_code82 .site_core84 h5 {
    padding-left: 1rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    position: relative;
    transform: skewX(-5deg);
    font-size: 22px;
    color: #ffffff;
}.conduct_code82 .site_core84 h5::before {
    background: rgb(197,208,191);
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    transform: skewX(5deg);
    content: "";
    position: absolute;
}.conduct_code82 .site_core84 .top_prime34 {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.conduct_code82 .site_core84 .top_prime34 a {
    transform: skewX(-5deg);
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
}.conduct_code82 .site_core84 .top_prime34 a::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transition: all 0.5s ease;
    left: -100%;
}.conduct_code82 .site_core84 .top_prime34 a:hover {
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
}.conduct_code82 .site_core84 .top_prime34 a:hover::before {
    left: 100%;
}.equity_info52 {
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
}.equity_info52 .container {
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    display: flex;
}.equity_info52 .mentor_net07 {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.conduct_code82 .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.conduct_code82 .sec_cert46 {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.conduct_code82 {
    padding: 4rem 0 2rem;
}.conduct_code82 .container {
    flex-direction: column;
}.conduct_code82 .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.conduct_code82 .company_holder::after {
    display: none;
}.conduct_code82 .sec_cert46 {
    flex: 0 0 100%;
}.conduct_code82 .site_core84 {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.conduct_code82 {
    padding: 3.5rem 0 1.5rem;
}.conduct_code82::before {
    height: 10px;
}.conduct_code82 .company_holder h3 {
    font-size: calc(29px - 2px);
}.conduct_code82 .assign_help48 {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.conduct_code82 .site_core84 h5, 
    .conduct_code82 .site_core84 .top_prime34 a {
    transform: skewX(-3deg);
}.conduct_code82 .site_core84 .top_prime34 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.equity_info52 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.equity_info52 .mentor_net07 {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.conduct_code82 {
    padding: 3rem 0 1rem;
}.conduct_code82::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.conduct_code82 .site_core84 {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.conduct_code82 .company_holder {
    margin-bottom: 2rem;
}.conduct_code82 .site_core84 .top_prime34 a {
    padding: 0.6rem 0.8rem;
}.conduct_code82 .site_core84 .top_prime34 a:hover {
    padding-left: 1.2rem;
}.equity_info52 {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.conduct_code82 .company_holder h3 {
    transform: skewX(-5deg);
}.conduct_code82 .company_holder h3::after {
    width: 60px;
}.conduct_code82 .assign_help48 {
    transform: none;
}.conduct_code82 .site_core84 h5 {
    transform: none;
}.conduct_code82 .site_core84 h5::before {
    transform: none;
}.conduct_code82 .site_core84 .top_prime34 a,
    .conduct_code82 .site_core84 .top_prime34 a:hover,
    .equity_info52 .mentor_net07 {
    transform: none;
}}.contact_box72 {
    overflow: hidden;
    background: rgb(228,233,225);
    position: relative;
    padding: 90px 0;
}.contact_box72::before {
    background-size: 40px 40px;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(197,208,191), 0.05) 49%, rgba(rgb(197,208,191), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(159,173,152), 0.05) 49%, rgba(rgb(159,173,152), 0.05) 51%, transparent 52%);
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}.contact_box72 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact_box72 h2 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 37px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(197,208,191);
    font-weight: 700;
}.contact_box72 .reach_info62 {
    background: #ffffff;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.contact_box72 .img_pic96 {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.contact_box72 .query_inquiry87 {
    background: #ffffff;
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
}.contact_box72 .query_inquiry87::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 30px 30px;
    left: 0;
    background-position: 0 0, 15px 15px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    content: "";
    opacity: 0.1;
    z-index: -1;
}.contact_box72 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_box72 h3 {
    font-weight: 700;
    color: rgb(197,208,191);
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}.contact_box72 input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    font-size: 13px;
    background: rgb(228,233,225);
    border-left: 3px solid rgb(197,208,191);
    border-radius: 0 10px 10px 0;
}.contact_box72 input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-left-color: rgb(159,173,152);
}.contact_box72 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_box72 .query_support70 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.contact_box72 .query_support70 input[type="checkbox"] {
    height: 22px;
    width: 22px;
    border: 2px solid rgb(228,233,225);
    border-radius: 4px;
    margin-top: 3px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(228,233,225);
}.contact_box72 .query_support70 input[type="checkbox"]:checked {
    border-color: rgb(197,208,191);
    background: rgb(197,208,191);
}.contact_box72 .query_support70 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    width: 5px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
}.contact_box72 .query_support70 label {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.contact_box72 .query_support70 a {
    position: relative;
    color: rgb(197,208,191);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_box72 .query_support70 a:hover {
    color: rgb(159,173,152);
}.contact_box72 .query_support70 a::after {
    bottom: -2px;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    background: rgb(197,208,191);
    width: 100%;
    transition: all 0.3s ease;
}.contact_box72 .query_support70 a:hover::after {
    height: 2px;
    background: rgb(159,173,152);
}.contact_box72 .help_feedback48 {
    background: rgb(197,208,191);
    border-radius: 10px;
    font-size: 16px;
    align-self: flex-start;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 15px 35px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
}.contact_box72 .help_feedback48::after {
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 0;
    position: absolute;
    top: 50%;
    transition: all 0.6s ease;
    border-radius: 50%;
    height: 0;
    content: "";
}.contact_box72 .help_feedback48:hover {
    background: rgb(159,173,152);
}.contact_box72 .help_feedback48:hover::after {
    width: 300%;
    height: 300%;
}.contact_box72 svg {
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(197,208,191);
    width: 20px;
}.contact_box72 svg path {
    fill: rgb(197,208,191);
    transition: all 0.3s ease;
}.contact_box72 svg:hover {
    fill: rgb(159,173,152);
}.contact_box72 svg:hover path {
    fill: rgb(159,173,152);
}

@media (max-width: 992px) {.contact_box72 {
    padding: 70px 0;
}.contact_box72 .reach_info62 {
    flex-direction: column;
}.contact_box72 .img_pic96 {
    min-height: 300px;
    flex: 0 0 auto;
}.contact_box72 .query_inquiry87 {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_box72 {
    padding: 60px 0;
}.contact_box72 h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.contact_box72 .query_inquiry87 {
    padding: 35px 25px 45px;
}.contact_box72 #contact {
    gap: 20px;
}.contact_box72 .img_pic96 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box72 {
    padding: 50px 0;
}.contact_box72 .container {
    padding: 0 15px;
}.contact_box72 h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.contact_box72 .query_inquiry87 {
    padding: 30px 20px 40px;
}.contact_box72 .help_feedback48 {
    width: 100%;
}.contact_box72 .img_pic96 {
    min-height: 200px;
}}.confidential_lockup82 {
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(228,233,225) 0%, rgba(255,255,255,0.98) 100%);
    overflow: hidden;
}.confidential_lockup82::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,208,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(159,173,152,0.5) 0%, transparent 25%);
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateZ(-50px);
    content: "";
    width: 100%;
    opacity: 0.15;
    z-index: 0;
}.confidential_lockup82 .container {
    position: relative;
    background: #ffffff;
    transform: translateZ(0) rotateX(0.5deg);
    max-width: 1140px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    padding: 2rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    border-left: 4px solid rgb(197,208,191);
    transform-style: preserve-3d;
    margin: 0 auto;
}.confidential_lockup82 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.confidential_lockup82 h1 {
    line-height: 1.2;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: calc(45px * 1.2);
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: -0.5px;
}.confidential_lockup82 h1::after {
    left: 0;
    transition: transform 0.4s ease-out;
    width: 80px;
    bottom: 0;
    transform: scaleX(1);
    content: "";
    height: 4px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    position: absolute;
}.confidential_lockup82:hover h1::after {
    transform: scaleX(1.5);
}.confidential_lockup82 h2 {
    padding-left: 1rem;
    font-weight: 600;
    font-size: calc(36px * 1.05);
    transition: transform 0.3s ease-out;
    border-left: 3px solid rgb(159,173,152);
    margin: 3rem 0 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    position: relative;
}.confidential_lockup82 h2:hover {
    transform: translateX(5px);
}.confidential_lockup82 h3 {
    color: #000000;
    padding-bottom: 0.5rem;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    font-size: calc(23px * 1.2);
    font-family: Arial, sans-serif;
}.confidential_lockup82 h4 {
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(16px * 1.1);
    position: relative;
    font-weight: 600;
}.confidential_lockup82 h4::before {
    left: 0;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(197,208,191);
    top: 50%;
}.confidential_lockup82 p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.confidential_lockup82 p:hover {
    transform: translateZ(5px);
}.confidential_lockup82 strong {
    padding: 0 2px;
    background: linear-gradient(to bottom, transparent 85%, rgb(159,173,152,0.5) 85%, rgb(159,173,152,0.5) 100%);
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.confidential_lockup82 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style: none;
}.confidential_lockup82 ul li {
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    position: relative;
    transition: transform 0.2s ease-out;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.confidential_lockup82 ul li:hover {
    transform: translateX(5px);
}.confidential_lockup82 ul li::before {
    width: 6px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    height: 6px;
    top: 0.65rem;
    background-color: rgb(197,208,191);
}.confidential_lockup82 ul li:hover::before {
    transform: scale(1.5);
    background-color: rgb(159,173,152);
}.confidential_lockup82 span {
    border-left: 2px solid rgb(159,173,152,0.5);
    padding: 1rem 1.5rem;
    color: #000000;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-size: 14px;
    margin-bottom: 2rem;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
}.confidential_lockup82 span:hover {
    border-left-color: rgb(159,173,152);
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {.confidential_lockup82 {
    padding: 4rem 1.5rem;
}.confidential_lockup82 .container {
    padding: 1.5rem;
}.confidential_lockup82 h1 {
    font-size: calc(45px * 1.1);
}.confidential_lockup82 h2 {
    font-size: 36px;
}
}

@media screen and (max-width: 992px) {.confidential_lockup82 {
    padding: 3rem 1rem;
}.confidential_lockup82 .container {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
}.confidential_lockup82 .container:hover {
    transform: none;
}.confidential_lockup82 h1 {
    font-size: 45px;
}
}

@media screen and (max-width: 768px) {.confidential_lockup82 {
    padding: 2rem 0.5rem;
}.confidential_lockup82 .container {
    padding: 1.5rem 1rem;
}.confidential_lockup82 h1 {
    font-size: calc(45px * 0.9);
}.confidential_lockup82 h2 {
    font-size: calc(36px * 0.9);
    padding-left: 0.75rem;
}.confidential_lockup82 h3 {
    font-size: 23px;
}.confidential_lockup82 h4 {
    font-size: 16px;
}.confidential_lockup82 p, 
    .confidential_lockup82 ul li,
    .confidential_lockup82 span {
    font-size: calc(14px * 0.95);
}.confidential_lockup82 ul {
    padding-left: 0.5rem;
}.confidential_lockup82 span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.confidential_lockup82 {
    padding: 1.5rem 0.5rem;
}.confidential_lockup82 .container {
    border-left-width: 3px;
    padding: 1rem;
}.confidential_lockup82 h1 {
    font-size: calc(45px * 0.8);
}.confidential_lockup82 h1::after {
    width: 60px;
    height: 3px;
}.confidential_lockup82 h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.confidential_lockup82 ul li {
    padding-left: 1.25rem;
}.confidential_lockup82 p:hover,
    .confidential_lockup82 ul li:hover,
    .confidential_lockup82 span:hover,
    .confidential_lockup82 h2:hover {
    transform: none;
}}.meet_us28 {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.meet_us28::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
}.meet_us28::after {
    opacity: 0.15;
    width: 200%;
    content: "";
    height: 200%;
    background: radial-gradient(circle at center, rgb(197,208,191,0.5) 0%, transparent 60%);
    top: -50%;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
}.meet_us28 .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.meet_us28 h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    text-transform: uppercase;
    font-size: calc(38px * 1.2);
    letter-spacing: 2px;
    transition: transform 0.5s ease-out;
}.meet_us28 h2::after {
    content: "";
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(159,173,152), transparent);
    position: absolute;
    transform: translateX(-50%);
}.meet_us28 .text_holder_wrap21 {
    padding: 40px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(197,208,191);
    -webkit-backdrop-filter: blur(10px);
    transform-origin: left center;
    border: 1px solid rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
}.meet_us28 .text_holder_wrap21:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}.meet_us28 .text_holder_wrap21 > div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.meet_us28 .text_holder_wrap21 > div::before {
    width: 60px;
    top: -20px;
    border-top: 2px solid rgb(159,173,152);
    content: "";
    opacity: 0.7;
    height: 60px;
    right: -20px;
    position: absolute;
    z-index: 0;
    border-right: 2px solid rgb(159,173,152);
}.meet_us28 .text_holder_wrap21 > div::after {
    border-bottom: 2px solid rgb(159,173,152);
    height: 60px;
    opacity: 0.7;
    z-index: 0;
    left: -20px;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -20px;
    border-left: 2px solid rgb(159,173,152);
}.meet_us28 .text_holder_wrap21 p {
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    font-size: calc(12px * 1.5);
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(159,173,152);
}.meet_us28 .text_holder_wrap21 p::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(159,173,152), transparent);
    bottom: -8px;
}.meet_us28 .text_holder_wrap21 div div {
    max-width: 100%;
    column-count: 1;
    hyphens: auto;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    column-gap: 40px;
    font-size: 12px;
}

@media (min-width: 768px) {.meet_us28 .text_holder_wrap21 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.meet_us28 {
    padding: 150px 0 100px;
}.meet_us28 h2 {
    font-size: calc(38px * 1.5);
    margin-left: 40px;
    text-align: left;
}.meet_us28 h2::after {
    transform: none;
    left: 0;
    width: 120px;
}.meet_us28 .text_holder_wrap21 {
    margin-left: 40px;
    padding: 60px;
}.meet_us28 .text_holder_wrap21 > div {
    grid-template-columns: 1fr;
}.meet_us28 .text_holder_wrap21 div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.meet_us28 .text_holder_wrap21 div div {
    column-count: 3;
}
}

@media (max-width: 767px) {.meet_us28 {
    padding: 80px 0 60px;
}.meet_us28 h2 {
    margin-bottom: 30px;
    font-size: 38px;
}.meet_us28 .text_holder_wrap21 {
    transform: none;
    padding: 30px 20px;
}.meet_us28 .text_holder_wrap21 > div::before,
    .meet_us28 .text_holder_wrap21 > div::after {
    height: 40px;
    width: 40px;
}.meet_us28 .text_holder_wrap21 p {
    font-size: calc(12px * 1.2);
}}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}.course_highlights86 {
    position: relative;
    overflow: hidden;
    background-color: rgb(228,233,225);
    padding: 100px 0;
}.course_highlights86::before {
    z-index: 1;
    top: 0;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(197,208,191,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(159,173,152,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}.course_highlights86::after {
    left: 0;
    background-size: 120px 120px, 120px 120px;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,208,191,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(159,173,152,0.5) 0%, transparent 8%);
    content: "";
    position: absolute;
}.course_highlights86 .container {
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.course_highlights86 .class_map92 {
    flex-direction: column;
    display: flex;
}.course_highlights86 .text_holder_wrap21 {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-top: 3px solid rgb(197,208,191);
    margin-bottom: 60px;
    border-bottom: 3px solid rgb(159,173,152);
    border-radius: 24px;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
}.course_highlights86 .text_holder_wrap21::before {
    opacity: 0.1;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(197,208,191,0.5) 49%, rgb(197,208,191,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(159,173,152,0.5) 49%, rgb(159,173,152,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    z-index: -1;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.course_highlights86 .text_holder_wrap21 h2 {
    font-size: 38px;
    padding: 10px 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
}.course_highlights86 .text_holder_wrap21 h2::after {
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(197,208,191) 0%, rgb(159,173,152) 100%);
    width: 80px;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
}.course_highlights86 .text_holder_wrap21 .description {
    border-left: 2px solid rgb(197,208,191);
    border-radius: 10px;
    padding: 15px 20px;
    backdrop-filter: blur(3px);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}.course_highlights86 .text_holder_wrap21 .description:last-child {
    border-left: 2px solid rgb(159,173,152);
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    padding: 15px 20px;
}.course_highlights86 .img_pic96 {
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    transform: scale(1.05);
    position: absolute;
    height: 100%;
}.course_highlights86 .img_pic96::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
}.course_highlights86 .img_pic96::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_highlights86 {
    padding: 80px 0;
}.course_highlights86 .text_holder_wrap21 {
    padding: 40px;
    margin-bottom: 40px;
}.course_highlights86 .img_pic96 {
    height: 60%;
}
}

@media (max-width: 768px) {.course_highlights86 {
    padding: 60px 0;
}.course_highlights86 .text_holder_wrap21 {
    padding: 30px;
    margin-bottom: 30px;
}.course_highlights86 .text_holder_wrap21 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.course_highlights86 .img_pic96 {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course_highlights86 {
    padding: 50px 0;
}.course_highlights86 .text_holder_wrap21 {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course_highlights86 .text_holder_wrap21 h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course_highlights86 .text_holder_wrap21 .description {
    padding-left: 15px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.course_highlights86 .img_pic96 {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.course_highlights86::before,
.course_highlights86::after,
.course_highlights86 .text_holder_wrap21::before,
.course_highlights86 .container::before,
.course_highlights86 .container::after {
    pointer-events: none;
}.course_highlights86 .class_map92::after {
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    background-size: 30px 30px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(197,208,191,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(159,173,152,0.5) 0%, transparent 1%);
    pointer-events: none;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    top: 0;
}.course_demographic25 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.course_demographic25::before {
    height: 100%;
    width: 100%;
    opacity: 0.15;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(197,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(159,173,152,0.5) 0%, transparent 40%);
    position: absolute;
}.course_demographic25::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(197,208,191,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(159,173,152,0.5) 49%, transparent 51%);
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
}.course_demographic25 .skill_growth01 {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    text-align: center;
    z-index: 10;
    position: relative;
}.course_demographic25 h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 70px;
    color: #000000;
    display: inline-block;
    position: relative;
}.course_demographic25 h3::before,
.course_demographic25 h3::after {
    width: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    content: '';
    background: linear-gradient(90deg, rgb(197,208,191), rgb(159,173,152));
}.course_demographic25 h3::before {
    left: -60px;
}.course_demographic25 h3::after {
    right: -60px;
}.course_demographic25 ul {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}.course_demographic25 ul li {
    gap: 20px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    z-index: 1;
    display: flex;
    background-color: #ffffff;
    position: relative;
    padding: 40px 30px;
    min-width: 280px;
    width: calc(33.333% - 27px);
    text-align: left;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 28px;
    overflow: hidden;
    align-items: flex-start;
}.course_demographic25 ul li::before {
    opacity: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, rgb(197,208,191), rgb(159,173,152));
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    position: absolute;
}.course_demographic25 ul li::after {
    position: absolute;
    content: '';
    left: -50px;
    width: 100px;
    height: 100px;
    bottom: -50px;
    opacity: 0.1;
    transition: all 0.6s ease;
    background: rgb(197,208,191,0.5);
    z-index: -1;
    border-radius: 50%;
}.course_demographic25 ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.course_demographic25 ul li:hover::before {
    opacity: 1;
}.course_demographic25 ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.course_demographic25 ul li svg {
    transition: all 0.5s ease;
    width: 50px;
    flex-shrink: 0;
    position: relative;
    height: 50px;
}.course_demographic25 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.course_demographic25 ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(197,208,191);
}.course_demographic25 ul li:hover svg path {
    fill: rgb(159,173,152);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_demographic25 ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.course_demographic25 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_demographic25 ul li:nth-child(2) {
    animation-delay: 0.25s;
}.course_demographic25 ul li:nth-child(3) {
    animation-delay: 0.4s;
}.course_demographic25 ul li:nth-child(4) {
    animation-delay: 0.55s;
}.course_demographic25 ul li:nth-child(5) {
    animation-delay: 0.7s;
}.course_demographic25 ul li:nth-child(6) {
    animation-delay: 0.85s;
}.course_demographic25 ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.course_demographic25 ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.course_demographic25 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.course_demographic25 {
    padding: 90px 0;
}.course_demographic25 h3 {
    margin-bottom: 60px;
}.course_demographic25 h3::before,
    .course_demographic25 h3::after {
    width: 30px;
}.course_demographic25 h3::before {
    left: -40px;
}.course_demographic25 h3::after {
    right: -40px;
}.course_demographic25 ul {
    gap: 30px;
}.course_demographic25 ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.course_demographic25 ul li {
    width: 100%;
    max-width: 400px;
}.course_demographic25 ul li:nth-child(3n+1),
    .course_demographic25 ul li:nth-child(3n+2),
    .course_demographic25 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.course_demographic25 {
    padding: 70px 0;
}.course_demographic25 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.course_demographic25 h3::before,
    .course_demographic25 h3::after {
    display: none;
}.course_demographic25 ul {
    gap: 25px;
}.course_demographic25 ul li {
    padding: 30px 20px;
}.course_demographic25 ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_demographic25 ul li {
    animation: none;
    opacity: 1;
}.course_demographic25 ul li:hover {
    transform: none;
}.course_demographic25 ul li:hover svg {
    transform: none;
}
}