﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.price_table069 {
    flex: 0 0 auto;
}.segment-wrapper204 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
}.page_head186 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1217px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_description462 {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(161,179,178) 0%, rgb(93,112,110,0.5) 50%, rgb(161,179,178) 100%);
    position: relative;
    padding: 6rem 0;
}.course_program_description462::before {
    content: "";
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    background: radial-gradient(circle, rgb(127,146,144,0.5) 0%, transparent 70%);
    right: -10%;
    height: 70%;
    animation: pulseGlow 15s ease-in-out infinite;
    border-radius: 50%;
    width: 70%;
    top: -10%;
}.course_program_description462::after {
    border-radius: 50%;
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgb(93,112,110,0.5) 0%, transparent 70%);
    width: 50%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 50%;
    opacity: 0.3;
    animation: pulseGlow 12s ease-in-out infinite reverse;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_program_description462 .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_program_description462 .learn_way256 {
    gap: 3rem;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
}.course_program_description462 .learn_way256::before {
    content: "";
    left: -2rem;
    top: -2rem;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(127,146,144,0.5) 50px, rgb(127,146,144,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(127,146,144,0.5) 50px, rgb(127,146,144,0.5) 51px);
    height: calc(100% + 4rem);
    transform: translateZ(-10px);
    z-index: -1;
    border-radius: 16px;
    position: absolute;
    opacity: 0.05;
    width: calc(100% + 4rem);
}.course_program_description462 .learn_professional725 {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(161,179,178);
    transform: translateZ(20px);
    padding: 3rem;
    z-index: 3;
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}.course_program_description462 .learn_professional725::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    border-radius: 16px;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.7;
}.course_program_description462 .main_sitewrap165 {
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
}.course_program_description462 .main_sitewrap165::before {
    content: "";
    width: 40px;
    right: -20px;
    background: rgb(127,146,144);
    height: 2px;
    opacity: 0.6;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.course_program_description462 .main_sitewrap165::after {
    border-radius: 10px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(93,112,110) 0%, transparent 100%);
    height: 3px;
    width: 60px;
}.course_program_description462 .main_sitewrap165 svg {
    transition: all 0.3s ease;
    width: auto;
    filter: drop-shadow(0 2px 4px rgb(127,146,144,0.5));
    height: 4rem;
}.course_program_description462 .main_sitewrap165 svg:hover {
    filter: drop-shadow(0 6px 12px rgb(127,146,144,0.5));
    transform: translateY(-2px) scale(1.03);
}.course_program_description462 .main_sitewrap165 svg path {
    fill: rgb(127,146,144);
    transition: fill 0.3s ease;
}.course_program_description462 .main_sitewrap165 svg:hover path {
    fill: rgb(93,112,110);
}.course_program_description462 h3 {
    position: relative;
    font-weight: 700;
    transform: translateZ(5px);
    background: linear-gradient(to right, #000000 0%, rgb(127,146,144) 100%);
    background-clip: text !important;
    color: transparent;
    font-size: 33px;
    margin-bottom: 1.5rem;
    display: inline-block;
    -webkit-background-clip: text !important;
}.course_program_description462 h3::after {
    width: 30px;
    background: rgb(127,146,144);
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 3px;
}.course_program_description462 .learn_professional725:hover h3::after {
    width: 80px;
}.course_program_description462 p {
    z-index: 2;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    transform: translateZ(10px);
}.course_program_description462 .icon_image293 {
    height: 450px;
    min-height: 400px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    transform: translateZ(30px) rotate(3deg);
    animation: floatAnimation 6s ease-in-out infinite;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_program_description462 .icon_image293::before {
    width: 100%;
    content: "";
    z-index: 1;
    mix-blend-mode: soft-light;
    transition: all 0.5s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(127,146,144,0.5) 100%
    );
    opacity: 0.5;
    position: absolute;
    top: 0;
}.course_program_description462 .icon_image293::after {
    left: 0;
    z-index: 1;
    height: 50%;
    content: "";
    width: 100%;
    background: linear-gradient(
        to top,
        rgb(127,146,144,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    opacity: 0.3;
    bottom: 0;
}.course_program_description462 .learn_way256:hover .icon_image293 {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transform: translateZ(40px) rotate(1deg) scale(1.03);
}.course_program_description462 .learn_way256:hover .icon_image293::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(93,112,110,0.5) 40%,
        rgb(127,146,144,0.5) 100%
    );
}

@media (max-width: 1024px) {.course_program_description462 {
    padding: 5rem 0;
}.course_program_description462 .learn_way256 {
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.course_program_description462 .learn_professional725 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.course_program_description462 .icon_image293 {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
}.course_program_description462 .learn_way256:hover .icon_image293 {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_program_description462 {
    padding: 4rem 0;
}.course_program_description462 .learn_way256::before {
    top: -1.5rem;
    height: calc(100% + 3rem);
    left: -1.5rem;
    width: calc(100% + 3rem);
}.course_program_description462 .learn_professional725 {
    padding: 2rem;
}.course_program_description462 .main_sitewrap165 svg {
    height: 3.5rem;
}.course_program_description462 h3 {
    font-size: calc(33px * 0.9);
}.course_program_description462 .icon_image293 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_program_description462 {
    padding: 3rem 0;
}.course_program_description462 .learn_way256::before {
    display: none;
}.course_program_description462 .learn_professional725 {
    padding: 1.5rem;
}.course_program_description462 .main_sitewrap165 svg {
    height: 3rem;
}.course_program_description462 .main_sitewrap165::before {
    right: -10px;
    width: 20px;
}.course_program_description462 h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.course_program_description462 p {
    font-size: calc(16px * 0.9);
}.course_program_description462 .icon_image293 {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.cookie_warning_overlay471 {
    border-top: 3px solid rgb(93,112,110);
    transform: translateY(100%);
    width: 100%;
    background: rgb(93,112,110);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    position: fixed;
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie_popup_modal954 {
    display: none;
}#cookie_popup_modal954:checked ~ .cookie_warning_overlay471 {
    visibility: hidden;
    opacity: 0;
}.data_accept405 {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
}.cookie_warning_overlay471 h5 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.cookie_warning_overlay471 p {
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.data_policy052 {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(127,146,144));
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}.data_policy052 svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(127,146,144);
}.data_policy052:hover svg {
    transform: scale(1.1);
}.cookie_confirm590 {
    background: linear-gradient(90deg, rgb(127,146,144), rgb(93,112,110));
    min-width: 140px;
    box-shadow: 0 0 15px rgb(127,146,144);
    text-decoration: none;
    line-height: 40px;
    border-radius: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 19px;
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    color: #000000;
    padding: 10px 20px;
    text-align: center;
}.cookie_confirm590:hover {
    box-shadow: 0 0 20px rgb(93,112,110);
}.cookie_button.visitor_confirm476 {
    color: #ffffff;
    border: 2px solid rgb(93,112,110);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.visitor_confirm476:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(93,112,110);
}.cookie_warning_overlay471 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(127,146,144);
}.cookie_warning_overlay471 p a:hover {
    color: rgb(93,112,110);
}
@media only screen and (max-width: 1200px) {.cookie_warning_overlay471 {
    padding: 15px 0;
}.data_accept405 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data_policy052 {
    display: none;
}.data_accept405 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_warning_overlay471 h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.track_edu940 {
    margin-bottom: 15px;
}.cookie_confirm590 {
    margin: 10px 0;
    min-width: 100%;
}}
.tariff_block981 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff_block981::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
}.tariff_block981 .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.tariff_block981 .discount_grid681 {
    position: relative;
}.tariff_block981 h2 {
    text-align: center;
    transform: translateZ(0);
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.tariff_block981 h2::after {
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(127,146,144) 0%, rgb(93,112,110) 100%);
    bottom: -15px;
}.tariff_block981 .skill_plans384 {
    margin: 0 auto 60px;
    max-width: 700px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    opacity: 0.9;
}.tariff_block981 .deal_board079 {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_block981 .deal_board079 li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.tariff_block981 .deal_board079 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.tariff_block981 .learning_pricing720 {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    transition: all 0.3s ease;
}.tariff_block981 .deal_opts648 {
    position: relative;
    padding: 40px 25px;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 3px solid rgb(127,146,144);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.tariff_block981 .learning_pricing720:hover .deal_opts648 {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    border-top-color: rgb(93,112,110);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.tariff_block981 .deal_opts648::before {
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    transform: rotate(45deg);
    top: -50%;
    position: absolute;
    pointer-events: none;
    width: 200%;
    opacity: 0;
    transition: opacity 0.5s ease;
    content: "";
}.tariff_block981 .learning_pricing720:hover .deal_opts648::before {
    opacity: 1;
}.tariff_block981 .study_pricing169 {
    flex-direction: column;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
}.tariff_block981 .study_pricing169 h4 {
    margin: 0 0 15px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 24px;
}.tariff_block981 .study_pricing169 h4::after {
    background: rgb(127,146,144);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    width: 40px;
    content: "";
    bottom: -8px;
}.tariff_block981 .learning_pricing720:hover .study_pricing169 h4::after {
    width: 60px;
    background: rgb(93,112,110);
}.tariff_block981 .study_pricing169 p {
    flex-grow: 1;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    opacity: 0.8;
    font-size: calc(16px - 2px);
    line-height: 1.7;
    color: #ffffff;
    white-space: normal;
}.tariff_block981 .study_cost352 {
    background: linear-gradient(135deg, rgb(127,146,144) 0%, rgb(93,112,110) 100%);
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
    font-size: calc(24px + 2px);
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(0);
    display: inline-block;
    position: relative;
}.tariff_block981 .study_cost352::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(127,146,144,0.5) 0%, rgb(93,112,110,0.5) 100%);
}.tariff_block981 .learning_pricing720:hover .study_cost352::before {
    opacity: 1;
}

@media (max-width: 991px) {.tariff_block981 {
    padding: 80px 0;
}.tariff_block981 .deal_board079 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_block981 .deal_opts648 {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.tariff_block981 {
    padding: 60px 0;
}.tariff_block981 h2 {
    font-size: calc(29px - 4px);
}.tariff_block981 .skill_plans384 {
    margin-bottom: 40px;
    font-size: calc(16px - 1px);
}.tariff_block981 .deal_board079 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.tariff_block981 .study_pricing169 h4 {
    font-size: calc(24px - 1px);
}.tariff_block981 .study_pricing169 p {
    font-size: calc(16px - 3px);
}.tariff_block981 .study_cost352 {
    font-size: calc(24px);
}
}

@media (max-width: 480px) {.tariff_block981 {
    padding: 50px 0;
}.tariff_block981 h2 {
    font-size: calc(29px - 6px);
}.tariff_block981 .deal_opts648 {
    padding: 25px 15px;
}.tariff_block981 .deal_board079 li:hover {
    transform: translateY(-5px);
}}.ty_div658 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(161,179,178) 0%, rgba(rgb(127,146,144,0.5), 0.1) 100%);
    z-index: 1;
}.ty_div658::before {
    opacity: 0.6;
    background-size: 20px 20px;
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    background-image: 
        linear-gradient(90deg, rgba(rgb(127,146,144,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(127,146,144,0.5), 0.05) 1px, transparent 1px);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}.ty_div658::after {
    opacity: 0.15;
    z-index: -1;
    right: -5%;
    filter: blur(80px);
    top: -10%;
    width: 40%;
    height: 70%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(127,146,144) 0%, rgba(rgb(93,112,110,0.5), 0.8) 100%);
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    position: absolute;
}.ty_div658 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.ty_div658 .learn_way256 {
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 3.5rem;
    grid-template-columns: 1fr;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    position: relative;
    display: grid;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(127,146,144,0.5), 0.08);
}.ty_div658 .learn_way256:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(127,146,144,0.5), 0.12);
}.ty_div658 .learn_way256::before {
    background: linear-gradient(to bottom, rgb(127,146,144), rgb(93,112,110));
    left: 0;
    top: 0;
    width: 4px;
    transform: scaleY(0);
    content: "";
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 100%;
}.ty_div658 .learn_way256:hover::before {
    transform: scaleY(1);
}.ty_div658 h5 {
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-size: calc(21px * 1.1);
}.ty_div658 h5::after {
    bottom: 0;
    height: 3px;
    width: 4rem;
    background: rgb(127,146,144);
    position: absolute;
    left: 0;
    content: "";
    transform: translateX(0);
    transition: width 0.6s ease, transform 0.6s ease;
}.ty_div658 .learn_way256:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.ty_div658 p {
    position: relative;
    opacity: 0.9;
    transform: translateZ(0);
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    transition: color 0.3s ease;
    line-height: 1.7;
    color: #000000;
}.ty_div658 a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.ty_div658 a::before {
    height: 1px;
    bottom: 0;
    position: absolute;
    background: rgba(rgb(127,146,144,0.5), 0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    z-index: 1;
    width: 100%;
}.ty_div658 a:hover {
    transform: translateY(-2px);
}.ty_div658 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.ty_div658 a:hover p {
    color: rgb(127,146,144);
}

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

@media (min-width: 768px) {.ty_div658 {
    padding: 8rem 0;
}.ty_div658 .learn_way256 {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.ty_div658 h5 {
    font-size: calc(21px * 1.2);
    padding-bottom: 1.5rem;
}.ty_div658 p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}.ty_div658::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.ty_div658 .learn_way256 {
    gap: 4rem;
    padding: 5rem;
}.ty_div658 h5 {
    font-size: calc(21px * 1.3);
}.ty_div658::after {
    width: 50%;
    right: -10%;
}
}

@media (max-width: 767px) {.ty_div658 {
    padding: 4rem 0;
}.ty_div658 .learn_way256 {
    padding: 2.5rem;
}.ty_div658 h5 {
    font-size: 21px;
}.ty_div658::before {
    background-size: 15px 15px;
}.ty_div658::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.ty_div658 {
    padding: 3rem 0;
}.ty_div658 .learn_way256 {
    padding: 2rem 1.5rem;
}.ty_div658 h5 {
    font-size: calc(21px * 0.9);
}.ty_div658 p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.company_info357 {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.company_info357::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
}.company_info357::after {
    opacity: 0.18;
    height: 200%;
    content: "";
    right: -50%;
    transform: rotate(-45deg);
    top: -50%;
    z-index: 2;
    width: 100%;
    background: rgb(127,146,144);
    position: absolute;
}.company_info357 .container {
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.company_info357 .metadata_block293 {
    transform: translateY(20px);
    border-left: 4px solid rgb(127,146,144);
    position: relative;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(23, 23, 35, 0.85);
    animation: slide-up 0.8s ease-out forwards;
}.company_info357 .metadata_block293::before {
    right: 0;
    position: absolute;
    background: rgb(127,146,144);
    height: 4px;
    width: 30%;
    top: 0;
    content: "";
}.company_info357 .metadata_block293::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(127,146,144), transparent);
    position: absolute;
    content: "";
    width: 60%;
    left: 0;
    bottom: 0;
}.company_info357 h1 {
    opacity: 0;
    transform: translateX(-20px);
    margin-bottom: 30px;
    font-size: 39px;
    animation: slide-right 0.6s ease-out 0.3s forwards;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.company_info357 h1::after {
    bottom: -10px;
    animation: expand 0.6s ease-out 0.9s forwards;
    background: rgb(127,146,144);
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
}.company_info357 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.company_info357 li {
    margin-bottom: 20px;
}.company_info357 li:last-child {
    margin-bottom: 0;
}.company_info357 h4 {
    opacity: 0;
    font-weight: 600;
    animation: slide-up 0.6s ease-out 0.6s forwards;
    margin-bottom: 15px;
    color: rgb(93,112,110);
    font-size: 20px;
    transform: translateY(15px);
}.company_info357 span {
    column-gap: 40px;
    animation: fade-in 0.8s ease-out 0.9s forwards;
    display: block;
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    transform: translateY(20px);
    column-count: 1;
}

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

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

@keyframes expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.company_info357 {
    padding: 160px 0;
}.company_info357 .metadata_block293 {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.company_info357 h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 40px;
}.company_info357 h1::after {
    width: 120px;
}.company_info357 span {
    column-gap: 50px;
    column-count: 2;
}.company_info357::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.company_info357 {
    padding: 180px 0;
}.company_info357 .metadata_block293 {
    padding: 70px 80px;
    margin-left: 10%;
    width: 80%;
    transform: perspective(1000px) rotateY(-2deg);
}.company_info357 h1 {
    font-size: calc(39px * 1.4);
}.company_info357 h1::after {
    width: 150px;
    height: 4px;
}.company_info357 span {
    column-count: 3;
    font-size: calc(14px * 1.05);
}
}

@media (hover: hover) {.company_info357 .metadata_block293:hover {
    transform: perspective(1000px) rotateY(0);
    transition: transform 0.5s ease-out;
}.company_info357 .metadata_block293:hover::before {
    width: 40%;
    transition: width 0.5s ease;
}
}

@media (max-width: 767px) {.company_info357 {
    padding: 80px 0;
}.company_info357 .metadata_block293 {
    padding: 30px 25px;
}.company_info357 h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 25px;
}.company_info357 h4 {
    font-size: calc(20px * 0.9);
}.company_info357 span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.find_support543 {
    position: relative;
    background: linear-gradient(135deg, rgb(161,179,178) 0%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.find_support543::before {
    content: "";
    background: rgb(127,146,144,0.5);
    filter: blur(80px);
    position: absolute;
    z-index: 0;
    height: 200px;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    top: -50px;
    animation: floatEffect 12s infinite alternate ease-in-out;
}.find_support543::after {
    border-radius: 50%;
    filter: blur(100px);
    content: "";
    background: rgb(93,112,110,0.5);
    left: -80px;
    bottom: -80px;
    position: absolute;
    width: 300px;
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    height: 300px;
    z-index: 0;
}.find_support543 .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.find_support543 .msg_page065 {
    background: rgba(255, 255, 255, 0.85);
    border-left: 4px solid rgb(127,146,144);
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(2deg);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.find_support543 .msg_page065:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
}.find_support543 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateZ(20px);
    color: rgb(127,146,144);
    font-size: 35px;
    padding-bottom: 0.75rem;
    font-weight: 700;
}.find_support543 h3::after {
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(127,146,144) 0%, rgb(93,112,110) 100%);
    bottom: 0;
    width: 80px;
    left: 0;
}.find_support543 p {
    transform: translateZ(10px);
    font-size: 15px;
    max-width: 700px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.find_support543 h5 {
    display: flex;
    transform: translateZ(15px);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 24px;
    gap: 0.5rem;
    align-items: center;
    color: #000000;
}.find_support543 svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.find_support543 svg path {
    fill: rgb(127,146,144);
    transition: fill 0.3s ease;
}.find_support543 .talk_contact968 {
    flex-direction: column;
    display: flex;
    margin: 2rem 0 0;
    padding: 0;
    gap: 1rem;
    list-style: none;
}.find_support543 .form_edu857 {
    display: flex;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.25rem;
    position: relative;
    color: #000000;
    transform: translateZ(5px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    gap: 0.5rem;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
}.find_support543 .form_edu857::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--primary-color-rgb), 0) 100%);
    z-index: -1;
    left: -100%;
}.find_support543 .form_edu857:hover {
    transform: translateY(-2px) translateZ(5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}.find_support543 .form_edu857:hover::before {
    transform: translateX(100%);
}.find_support543 .form_edu857:hover svg {
    transform: scale(1.2) rotate(5deg);
}.find_support543 .form_edu857:hover svg path {
    fill: rgb(93,112,110);
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(-20px, 30px);
    }
}

@media (min-width: 768px) {.find_support543 .msg_page065 {
    margin: 0 2rem;
    padding: 4rem;
}.find_support543 .talk_contact968 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}.find_support543 .form_edu857 {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 767px) {.find_support543 {
    padding: 3rem 0;
}.find_support543 .msg_page065 {
    transform: none;
    padding: 2rem;
}.find_support543 h3 {
    font-size: calc(35px * 0.85);
}.find_support543 p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: none) {.find_support543 .msg_page065 {
    transform: none;
}.find_support543 .msg_page065:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.find_support543::before,
    .find_support543::after {
    animation: none;
}.find_support543 .msg_page065 {
    transition: box-shadow 0.3s ease;
    transform: none;
}.find_support543 .msg_page065:hover {
    transform: none;
}}.price_table069 {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
}.price_table069::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(127,146,144,0.5) 100%);
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
}.price_table069 .container {
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.price_table069 .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(127,146,144);
    position: relative;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(127,146,144);
    }
    50% {
        border-left-color: rgb(93,112,110);
    }
    100% {
        border-left-color: rgb(127,146,144);
    }
}

.price_table069 .company_holder h3 {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(93,112,110));
    font-size: calc(37px * 1.2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}.price_table069 .student_aid053 {
    font-size: 17px;
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
}.price_table069 .template_cta461 {
    display: flex;
    justify-content: flex-end;
}.price_table069 .head_mentor109 {
    display: flex;
    gap: 4rem;
}.price_table069 .head_primary437 {
    position: relative;
}.price_table069 .head_primary437::before {
    left: -20px;
    top: -10px;
    content: "";
    height: 40px;
    border-top: 1px solid rgb(127,146,144);
    position: absolute;
    opacity: 0.4;
    border-left: 1px solid rgb(127,146,144);
    width: 40px;
}.price_table069 .head_primary437::after {
    right: -20px;
    border-right: 1px solid rgb(127,146,144);
    height: 40px;
    content: "";
    border-bottom: 1px solid rgb(127,146,144);
    width: 40px;
    bottom: -10px;
    opacity: 0.4;
    position: absolute;
}.price_table069 .head_primary437 h5 {
    text-transform: uppercase;
    color: rgb(93,112,110);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 1.5rem;
}.price_table069 .head_primary437 .head_mentor109 {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.price_table069 .head_primary437 .head_mentor109 a {
    position: relative;
    font-size: 17px;
    padding-left: 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}.price_table069 .head_primary437 .head_mentor109 a::before {
    background-color: rgb(127,146,144);
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    width: 5px;
    transition: all 0.3s ease;
    height: 5px;
    position: absolute;
    left: 0;
}.price_table069 .head_primary437 .head_mentor109 a:hover {
    color: rgb(127,146,144);
    opacity: 1;
    transform: translateX(5px);
}.price_table069 .head_primary437 .head_mentor109 a:hover::before {
    width: 7px;
    background-color: rgb(93,112,110);
    height: 7px;
}.award_show547 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
}.award_show547::before {
    content: "";
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(127,146,144), transparent);
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
}.award_show547 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.award_show547 .policy_links392 {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 992px) {.price_table069 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.price_table069 .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.price_table069 .template_cta461 {
    justify-content: flex-start;
}.price_table069 .head_mentor109 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.price_table069 {
    padding: 3rem 0 2rem;
}.price_table069 .head_mentor109 {
    flex-direction: column;
    gap: 2rem;
}.price_table069 .head_primary437::before,
    .price_table069 .head_primary437::after {
    display: none;
}.price_table069 .head_primary437 {
    margin-bottom: 1.5rem;
}.award_show547 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.price_table069 .company_holder h3 {
    font-size: 37px;
}.price_table069 .head_primary437 h5 {
    font-size: calc(17px * 1.1);
}.price_table069 .head_primary437 .head_mentor109 a {
    font-size: calc(17px * 0.9);
}}header {
    background: rgb(161,179,178);
    z-index: 100;
    padding: 1.2rem 0;
    position: relative;
}header::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(127,146,144,0.5) 0%, 
        transparent 50%, 
        rgb(93,112,110,0.5) 100%);
    opacity: 0.5;
    content: '';
    width: 100%;
}header .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .site_core291 {
    align-items: center;
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    gap: 1rem;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}header .nav_block854 {
    margin-bottom: 0.5rem;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
}header .nav_block854::before {
    width: 100%;
    height: 1px;
    content: '';
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(127,146,144,0.5), 
        rgb(93,112,110,0.5), 
        rgb(127,146,144,0.5), 
        transparent);
    position: absolute;
}header .nav_block854 svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .nav_block854:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(127,146,144,0.5));
}header .head_primary437 {
    padding: 0.6rem;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(161,179,178);
    width: 100%;
    gap: 0.4rem;
    display: flex;
}header .top_master682 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding: 0.5rem 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .top_master682::before {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(127,146,144), rgb(93,112,110));
    left: 0;
    content: '';
    z-index: -1;
}header .top_master682:hover {
    color: #ffffff;
}header .top_master682:hover::before {
    opacity: 1;
}header .top_master682::after {
    width: 100%;
    left: 0;
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(to right, rgb(127,146,144), rgb(93,112,110));
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    content: '';
    height: 2px;
}header .top_master682:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site_core291 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .nav_block854 svg {
    width: 140px;
}header .head_primary437 {
    padding: 0.5rem;
}header .top_master682 {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .site_core291 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .nav_block854 svg {
    width: 120px;
}header .head_primary437 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .top_master682 {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .site_core291 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .nav_block854 svg {
    width: 110px;
}header .head_primary437 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .head_primary437::-webkit-scrollbar {
    height: 2px;
}header .head_primary437::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(127,146,144);
}header .top_master682 {
    flex-shrink: 0;
    white-space: nowrap;
}}.data_statistics369 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(120deg, rgb(161,179,178) 0%, rgba(245, 248, 255, 0.9) 100%);
}.data_statistics369::before {
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.8;
    background: 
        linear-gradient(60deg, transparent 0%, rgba(rgb(127,146,144,0.5), 0.03) 35%, transparent 100%),
        linear-gradient(120deg, transparent 10%, rgba(rgb(93,112,110,0.5), 0.04) 70%, transparent 100%);
    height: 100%;
}.data_statistics369::after {
    transform: rotateZ(-3deg);
    height: 40%;
    z-index: 0;
    opacity: 0.05;
    left: -15%;
    bottom: -20%;
    width: 130%;
    content: '';
    background: rgb(127,146,144);
    position: absolute;
}.data_statistics369 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.data_statistics369 ul {
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0 0 4rem;
    transform-style: preserve-3d;
    padding: 0;
    display: grid;
}.data_statistics369 .statistics_advance470 {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.data_statistics369 .statistics_advance470:hover {
    transform: translateZ(15px) translateY(-5px);
}.data_statistics369 .statistics_advance470 > div {
    box-shadow: 
        0 2px 15px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 10px 30px -5px rgba(rgba(0, 0, 0, 0.5), 0.08);
    justify-content: center;
    background: #ffffff;
    padding: 2.5rem 1.5rem;
    transform: translateZ(0);
    height: 100%;
    text-align: center;
    border-radius: 2px;
    display: flex;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}.data_statistics369 .statistics_advance470 > div::before {
    top: 0;
    background: rgb(127,146,144);
    height: 0;
    content: '';
    left: 0;
    width: 4px;
    position: absolute;
    transition: height 0.5s ease-out;
}.data_statistics369 .statistics_advance470:hover > div::before {
    height: 100%;
}.data_statistics369 .statistics_advance470 > div::after {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgba(rgb(127,146,144,0.5), 0.2), transparent);
    width: 80%;
    right: 0;
    height: 1px;
    position: absolute;
    content: '';
}.data_statistics369 .statistics_advance470 p {
    font-weight: 700;
    background: linear-gradient(135deg, rgb(127,146,144) 20%, rgb(93,112,110) 80%);
    -webkit-background-clip: text;
    font-size: calc(34px * 1.2);
    transform-origin: center;
    color: transparent;
    margin: 0 0 0.75rem;
    transition: transform 0.3s ease;
    background-clip: text;
}.data_statistics369 .statistics_advance470:hover p {
    transform: scale(1.1);
}.data_statistics369 .statistics_advance470 span {
    font-weight: 400;
    display: block;
    max-width: 90%;
    transition: transform 0.3s ease;
    line-height: 1.4;
    color: #000000;
    font-size: 18px;
    position: relative;
}.data_statistics369 .statistics_advance470:hover span {
    transform: translateY(3px);
}.data_statistics369 h4 {
    padding-bottom: 1rem;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 2rem 0 0;
    position: relative;
    text-align: center;
}.data_statistics369 h4::after {
    position: absolute;
    left: 50%;
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, rgb(127,146,144), rgb(93,112,110));
    bottom: 0;
    transform: translateX(-50%);
}

@media (min-width: 768px) {.data_statistics369 {
    padding: 7rem 0;
}.data_statistics369 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_statistics369 .statistics_advance470 > div {
    padding: 2.75rem 1.5rem;
}.data_statistics369 h4 {
    margin-top: 3rem;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.data_statistics369 {
    padding: 8rem 0;
}.data_statistics369 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_statistics369 .statistics_advance470 > div {
    min-height: 200px;
}.data_statistics369 .statistics_advance470 p {
    font-size: calc(34px * 1.3);
}
}

@media (max-width: 767px) {.data_statistics369 {
    padding: 4rem 0;
}.data_statistics369 ul {
    margin-left: auto;
    max-width: 450px;
    grid-template-columns: 1fr;
    margin-right: auto;
}.data_statistics369 .statistics_advance470 > div {
    padding: 2rem 1.25rem;
}.data_statistics369 .statistics_advance470 p {
    font-size: calc(34px * 1.1);
}.data_statistics369 h4 {
    font-size: 19px;
}
}

@media (hover: none) {.data_statistics369 .statistics_advance470:hover {
    transform: none;
}.data_statistics369 .statistics_advance470:hover p {
    transform: none;
}.data_statistics369 .statistics_advance470:hover span {
    transform: none;
}}.title_opener930 {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    height: 100vh;
    min-height: 600px;
}.title_opener930 .course_hero049 {
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    left: 0;
    width: 100%;
}.title_opener930 .course_hero049::before {
    top: 0;
    background: linear-gradient(135deg, rgb(127,146,144,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
}.title_opener930 .learn_track762 {
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.12);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    width: 92%;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.title_opener930 .learn_track762:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_opener930 .learn_track762::before {
    transition: opacity 0.3s ease;
    left: -5px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(127,146,144), transparent, rgb(93,112,110));
    right: -5px;
    content: "";
    bottom: -5px;
    opacity: 0.5;
    top: -5px;
    filter: blur(15px);
}.title_opener930 .learn_track762:hover::before {
    opacity: 0.8;
}.title_opener930 .learn_track762 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.title_opener930 .learn_track762 > div:first-child::after {
    height: 4px;
    content: "";
    left: 0;
    bottom: -1rem;
    transition: width 0.4s ease-in-out;
    background: rgb(127,146,144);
    width: 60px;
    position: absolute;
}.title_opener930 .learn_track762:hover > div:first-child::after {
    width: 100px;
}.title_opener930 .title_style_header {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 40px);
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateY(10px);
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.title_opener930 h3 {
    transform: translateY(10px);
    font-size: clamp(1.25rem, 3vw, 24px);
    opacity: 0;
    color: #ffffff;
    line-height: 1.5;
    animation: fadeInUp 0.8s forwards 0.4s;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.title_opener930 p {
    transform: translateY(10px);
    max-width: 800px;
    animation: fadeInUp 0.8s forwards 0.6s;
    line-height: 1.6;
    position: relative;
    opacity: 0;
    margin: 0;
    font-size: clamp(1rem, 2vw, 16px);
    color: #ffffff;
    padding-left: 20px;
}.title_opener930 p::before {
    border-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    background: rgb(127,146,144);
}.title_opener930 .learn_track762 > div:last-child {
    position: relative;
    border-left: 2px solid rgb(127,146,144,0.5);
    padding-left: 1rem;
}

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

@media (max-width: 992px) {.title_opener930 {
    height: auto;
    min-height: 500px;
}.title_opener930 .learn_track762 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.title_opener930 .learn_track762 {
    padding: 2rem 1.5rem;
    transform: none;
}.title_opener930 .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.title_opener930 h3 {
    font-size: clamp(1.1rem, 5vw, 1.25rem);
}.title_opener930 p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}.title_opener930 .learn_track762 > div:last-child {
    padding-left: 0.5rem;
}
}

@media (max-width: 576px) {.title_opener930 {
    min-height: 450px;
}.title_opener930 .learn_track762 {
    padding: 1.5rem 1rem;
    width: 95%;
}.title_opener930 .learn_track762 > div:first-child::after {
    width: 40px;
    height: 3px;
}.title_opener930 .learn_track762:hover > div:first-child::after {
    width: 60px;
}.title_opener930 .learn_track762 > div:last-child {
    border-left: 1px solid rgb(127,146,144,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.title_opener930 .learn_track762,
  .title_opener930 .learn_track762:hover,
  .title_opener930 .learn_track762::before,
  .title_opener930 .learn_track762:hover::before,
  .title_opener930 .learn_track762 > div:first-child::after,
  .title_opener930 .learn_track762:hover > div:first-child::after {
    animation: none;
    transition: none;
    transform: none;
}.title_opener930 .title_style_header,
  .title_opener930 h3,
  .title_opener930 p {
    opacity: 1;
    transform: none;
    animation: none;
}}.developer_experience642 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(161,179,178);
}.developer_experience642::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(127,146,144,0.5) 0,
        rgb(127,146,144,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.05;
}.developer_experience642 .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.developer_experience642 .opinion_hub348 {
    border-radius: 19px;
    position: relative;
    display: grid;
    margin: 0 auto;
    overflow: hidden;
    gap: 50px;
    background: #ffffff;
    max-width: 1000px;
    grid-template-columns: 350px 1fr;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.developer_experience642 .icon_image293 {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    width: 100%;
    min-height: 400px;
}.developer_experience642 .icon_image293::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    z-index: 1;
    bottom: 0;
    left: 0;
}.developer_experience642 .icon_image293::after {
    background: rgb(127,146,144);
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0.15;
    top: 0;
}.developer_experience642 .icon_image293:hover::after {
    opacity: 0;
}.developer_experience642 .name {
    padding-bottom: 0;
    left: 30px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    z-index: 2;
    position: absolute;
    bottom: 60px;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
}.developer_experience642 .opinion_hub348 span:not(.name) {
    opacity: 0.85;
    left: 30px;
    bottom: 30px;
    position: absolute;
    color: #ffffff;
    margin: 0;
    z-index: 2;
    font-weight: 400;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}.developer_experience642 .icon_image293:hover ~ .name,
.developer_experience642 .icon_image293:hover ~ span:not(.name) {
    transform: translateX(5px);
}.developer_experience642 .career_table372 {
    position: relative;
    font-family: Arial, sans-serif;
    display: flex;
    font-size: 15px;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-weight: 400;
    color: #000000;
    padding: 50px 40px;
    line-height: 1.8;
}.developer_experience642 .career_table372::before {
    top: 40px;
    background: linear-gradient(to right bottom, 
        rgb(127,146,144) 0%, 
        rgb(127,146,144) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    position: absolute;
    content: "";
    left: 40px;
    opacity: 0.2;
    height: 30px;
}.developer_experience642 .career_table372::after {
    height: 30px;
    bottom: 40px;
    position: absolute;
    opacity: 0.2;
    right: 40px;
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(93,112,110) 0%, 
        rgb(93,112,110) 50%, 
        transparent 50%, 
        transparent 100%);
    content: "";
}

@media (max-width: 992px) {.developer_experience642 {
    padding: 100px 0;
}.developer_experience642 .opinion_hub348 {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.developer_experience642 .icon_image293 {
    min-height: 350px;
}.developer_experience642 .career_table372 {
    padding: 40px 30px;
}.developer_experience642 .career_table372::before {
    left: 30px;
    top: 30px;
    width: 30px;
    height: 24px;
}.developer_experience642 .career_table372::after {
    bottom: 30px;
    height: 24px;
    width: 30px;
    right: 30px;
}
}

@media (max-width: 768px) {.developer_experience642 {
    padding: 80px 0;
}.developer_experience642 .container {
    padding: 0 20px;
}.developer_experience642 .opinion_hub348 {
    gap: 0;
    grid-template-columns: 1fr;
}.developer_experience642 .icon_image293 {
    height: 300px;
    min-height: 300px;
}.developer_experience642 .career_table372 {
    padding: 35px 25px;
}.developer_experience642 .name {
    left: 25px;
    font-size: calc(19px * 0.9);
    bottom: 50px;
}.developer_experience642 .opinion_hub348 span:not(.name) {
    bottom: 25px;
    left: 25px;
    font-size: calc(15px * 0.95);
}.developer_experience642 .career_table372::before {
    top: 25px;
    height: 20px;
    width: 24px;
    left: 25px;
}.developer_experience642 .career_table372::after {
    bottom: 25px;
    width: 24px;
    height: 20px;
    right: 25px;
}
}

@media (max-width: 480px) {.developer_experience642 {
    padding: 60px 0;
}.developer_experience642 .icon_image293 {
    min-height: 250px;
    height: 250px;
}.developer_experience642 .career_table372 {
    font-size: calc(15px * 0.9);
    padding: 30px 20px;
}.developer_experience642 .name {
    left: 20px;
    font-size: calc(19px * 0.85);
    bottom: 45px;
}.developer_experience642 .opinion_hub348 span:not(.name) {
    left: 20px;
    font-size: calc(15px * 0.9);
    bottom: 20px;
}.developer_experience642 .career_table372::before,
    .developer_experience642 .career_table372::after {
    height: 16px;
    width: 20px;
}}.privacy_container874 {
    padding: 40px;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    background: linear-gradient(135deg, rgb(127,146,144,0.5) 30%, rgb(93,112,110,0.5) 100%);
}.privacy_container874 h1 {
    border-radius: 10px;
    padding: 10px;
    background: rgb(127,146,144);
    margin-top: 40px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 41px;
}.privacy_container874 h2 {
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 25px;
    color: rgb(93,112,110);
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 2px solid rgb(127,146,144);
    font-size: 28px;
}.privacy_container874 ul, .privacy_container874 ol {
    font-size: 14px;
    padding: 15px 0;
    color: #000000;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    list-style-position: outside;
    list-style: none;
}.privacy_container874 li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}.privacy_container874 li::before {
    line-height: 1em;
    top: 0;
    left: 0;
    content: '•';
    font-size: 1.5em;
    position: absolute;
    color: rgb(127,146,144);
}.privacy_container874 p, .privacy_container874 span, .privacy_container874 div {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}.privacy_container874 p:hover, .privacy_container874 span:hover, .privacy_container874 div:hover {
    color: rgb(127,146,144);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {.privacy_container874 {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_container874 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
}.privacy_container874 h2 {
    margin-top: 20px;
    font-size: calc(22px - 8px);
    margin-bottom: 15px;
}.privacy_container874 ul, .privacy_container874 ol {
    padding-left: 10px;
}.privacy_container874 li {
    padding-left: 15px;
}}
.customer_comments974 {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: rgb(161,179,178);
}.customer_comments974::before {
    content: "";
    background: linear-gradient(135deg, transparent 49.5%, rgb(127,146,144,0.5) 49.5%, rgb(127,146,144,0.5) 50.5%, transparent 50.5%);
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.customer_comments974::after {
    width: 100%;
    opacity: 0.1;
    bottom: 0;
    background: linear-gradient(to top, rgb(93,112,110,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    height: 40%;
}.customer_comments974 .learn_way256 {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.customer_comments974 h4 {
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5rem;
    letter-spacing: 2px;
}.customer_comments974 h4::before {
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(127,146,144);
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
}.customer_comments974 h4::after {
    background: rgb(93,112,110);
    position: absolute;
    bottom: -25px;
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
}.customer_comments974 .student_votes037 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 0;
}.customer_comments974 .opinion_hub348 {
    align-items: center;
    position: relative;
    padding: 3rem;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    transition: all 0.5s ease;
}.customer_comments974 .opinion_hub348:nth-child(odd) {
    border-right: 1px solid rgb(93,112,110,0.5);
    transform: translateX(0);
    background: linear-gradient(45deg, rgb(161,179,178) 0%, #ffffff 100%);
}.customer_comments974 .opinion_hub348:nth-child(even) {
    transform: translateX(0);
    background: linear-gradient(135deg, #ffffff 0%, rgb(161,179,178) 100%);
    border-left: 1px solid rgb(93,112,110,0.5);
}.customer_comments974 .opinion_hub348:nth-child(odd):hover {
    transform: translateX(20px);
}.customer_comments974 .opinion_hub348:nth-child(even):hover {
    transform: translateX(-20px);
}.customer_comments974 .opinion_hub348::before {
    width: 80%;
    left: 10%;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(127,146,144,0.5), transparent);
    bottom: 0;
}.customer_comments974 .opinion_hub348:last-child::before,
.customer_comments974 .opinion_hub348:nth-last-child(2):last-child::before {
    display: none;
}.customer_comments974 .opinion_hub348 .icon_image293 {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 120px;
    margin-bottom: 2rem;
    transition: all 0.5s ease;
    width: 120px;
}.customer_comments974 .opinion_hub348:hover .icon_image293 {
    transform: rotate(15deg);
}.customer_comments974 .opinion_hub348 .icon_image293::before {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(127,146,144,0.5), transparent 70%);
    content: "";
    transition: all 0.3s ease;
}.customer_comments974 .opinion_hub348:hover .icon_image293::before {
    opacity: 0.5;
}.customer_comments974 .opinion_hub348 span {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 20px;
    margin-bottom: 1rem;
    padding: 0 1rem;
    transition: all 0.4s ease;
    font-weight: 600;
}.customer_comments974 .opinion_hub348:hover span {
    color: rgb(127,146,144);
}.customer_comments974 .opinion_hub348 span::after {
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    background: rgb(93,112,110);
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    transition: all 0.4s ease;
}.customer_comments974 .opinion_hub348:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.customer_comments974 .opinion_hub348 p {
    text-align: center;
    line-height: 1.7;
    margin-top: 1rem;
    position: relative;
    transition: all 0.4s ease;
    padding: 0 1rem;
    max-width: 100%;
    font-size: 13px;
    color: #000000;
}.customer_comments974 .opinion_hub348:hover p {
    transform: scale(1.02);
}.customer_comments974 .opinion_hub348:nth-child(4n+1),
.customer_comments974 .opinion_hub348:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(161,179,178) 0%, #ffffff 100%);
}.customer_comments974 .opinion_hub348:nth-child(4n+2),
.customer_comments974 .opinion_hub348:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(161,179,178) 100%);
}

@media (max-width: 1200px) {.customer_comments974 .opinion_hub348 {
    padding: 2.5rem;
}.customer_comments974 .opinion_hub348 .icon_image293 {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 992px) {.customer_comments974 {
    padding: 6rem 1.5rem;
}.customer_comments974 h4 {
    margin-bottom: 4rem;
    font-size: calc(35px * 0.9);
}.customer_comments974 .student_votes037 {
    grid-template-columns: 1fr;
}.customer_comments974 .opinion_hub348 {
    padding: 3rem 2rem;
}.customer_comments974 .opinion_hub348:nth-child(n) {
    border: none;
    border-bottom: 1px solid rgb(93,112,110,0.5);
    transform: translateX(0);
}.customer_comments974 .opinion_hub348:nth-child(odd):hover,
    .customer_comments974 .opinion_hub348:nth-child(even):hover {
    transform: translateY(-10px);
}.customer_comments974 .opinion_hub348::before {
    display: none;
}
}

@media (max-width: 768px) {.customer_comments974 {
    padding: 5rem 1rem;
}.customer_comments974 h4 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.customer_comments974 .opinion_hub348 {
    padding: 2.5rem 1.5rem;
}.customer_comments974 .opinion_hub348 .icon_image293 {
    height: 90px;
    width: 90px;
}}.interested_learners435 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(161,179,178) 0%, rgba(0, 0, 0, 0.5) 100%);
}.interested_learners435::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(127,146,144), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(93,112,110), 0.05) 0%, transparent 50%);
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
}.interested_learners435 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.interested_learners435 .learn_way256 {
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
}.interested_learners435 h4 {
    text-align: center;
    padding: 30px;
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 33px;
    font-weight: 700;
    margin: 0;
    position: relative;
}.interested_learners435 h4::after {
    position: absolute;
    bottom: -1px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(127,146,144), rgb(93,112,110));
    content: "";
    left: 50%;
}.interested_learners435 div {
    padding: 40px;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.interested_learners435 div p {
    margin: 0 15px 0 15px;
    width: calc(100% - 30px);
    padding: 20px 20px 20px 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    flex: 1 1 calc(100% - 30px);
    border-left: 3px solid rgb(127,146,144);
}.interested_learners435 div p:last-child {
    margin-bottom: 0;
}.interested_learners435 div p:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(127,146,144), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.interested_learners435 div p::before {
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(127,146,144), 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
}.interested_learners435 div p:hover::before {
    width: 100%;
}.interested_learners435 div p::after {
    height: 6px;
    border-top: 2px solid rgb(127,146,144);
    border-right: 2px solid rgb(127,146,144);
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    opacity: 0;
    transition: all 0.3s ease;
    right: 20px;
    width: 6px;
}.interested_learners435 div p:hover::after {
    right: 15px;
    opacity: 1;
}.interested_learners435 div p svg {
    position: absolute;
    transition: all 0.3s ease;
    left: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    top: 50%;
}.interested_learners435 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.interested_learners435 div p svg path {
    fill: rgb(127,146,144);
    transition: fill 0.3s ease;
}.interested_learners435 div p:hover svg path {
    fill: rgb(93,112,110);
}

@media (max-width: 991px) {.interested_learners435 {
    padding: 100px 0;
}.interested_learners435 h4 {
    font-size: calc(33px - 2px);
    padding: 25px;
}.interested_learners435 div {
    padding: 30px;
}.interested_learners435 div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.interested_learners435 div p svg {
    height: 22px;
    width: 22px;
    left: 18px;
}
}

@media (max-width: 767px) {.interested_learners435 {
    padding: 80px 0;
}.interested_learners435 h4 {
    padding: 20px;
    font-size: calc(33px - 4px);
}.interested_learners435 div {
    padding: 25px 20px;
}.interested_learners435 div p {
    margin-right: 0;
    flex: 1 1 100%;
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-left: 0;
    margin-bottom: 12px;
}.interested_learners435 div p svg {
    height: 20px;
    left: 15px;
    width: 20px;
}
}

@media (max-width: 479px) {.interested_learners435 {
    padding: 60px 0;
}.interested_learners435 h4 {
    padding: 18px 15px;
    font-size: calc(33px - 6px);
}.interested_learners435 div {
    padding: 20px 15px;
}.interested_learners435 div p {
    padding: 12px 12px 12px 45px;
    margin-bottom: 10px;
    font-size: calc(16px - 1px);
}.interested_learners435 div p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}}.contact940 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(161,179,178) 0%, rgba(16, 22, 47, 0.95) 100%);
}.contact940::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    animation: gridMove 20s linear infinite;
    position: absolute;
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(127,146,144), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(93,112,110), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
}.contact940::after {
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(127,146,144), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(93,112,110), 0.15) 0%, 
        transparent 50%
    );
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact940 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.contact940 h2 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
}.contact940 h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(127,146,144), rgb(93,112,110));
    border-radius: 1.5px;
    left: 50%;
    content: "";
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
}.contact940 .reach_list764 {
    position: relative;
    gap: 30px;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact940 .reach_list764::before {
    position: absolute;
    z-index: -1;
    left: -8px;
    width: 100%;
    border-radius: 27px;
    border: 1px solid rgba(rgb(127,146,144), 0.2);
    content: "";
    top: -8px;
    height: 100%;
}.contact940 .reach_list764::after {
    border-radius: 27px;
    height: 100%;
    border: 1px solid rgba(rgb(93,112,110), 0.2);
    z-index: -1;
    width: 100%;
    content: "";
    bottom: -8px;
    right: -8px;
    position: absolute;
}.contact940 .icon_image293 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    border-radius: 27px;
    height: 100%;
    min-height: 550px;
}.contact940 .icon_image293::before {
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    height: 100%;
}.contact940 .icon_image293::after {
    z-index: 2;
    top: 20px;
    height: 60px;
    position: absolute;
    right: 20px;
    content: "";
    border-top: 2px solid rgba(rgb(127,146,144), 0.6);
    width: 60px;
    border-right: 2px solid rgba(rgb(127,146,144), 0.6);
}.contact940 .help_reach170 {
    position: relative;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    backdrop-filter: blur(10px);
}.contact940 .help_reach170::before {
    border-bottom: 2px solid rgba(rgb(93,112,110), 0.6);
    bottom: 20px;
    position: absolute;
    border-left: 2px solid rgba(rgb(93,112,110), 0.6);
    left: 20px;
    content: "";
    width: 60px;
    height: 60px;
}.contact940 form {
    width: 100%;
}.contact940 form h3 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 23px;
    padding-left: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.contact940 form h3::before {
    border-radius: 10px;
    top: 0;
    height: 100%;
    background: rgb(127,146,144);
    position: absolute;
    width: 3px;
    left: 0;
    content: "";
}.contact940 form input[type="text"] {
    font-size: 17px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}.contact940 form input[type="text"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(127,146,144);
    box-shadow: 0 0 15px rgba(rgb(127,146,144), 0.2);
}.contact940 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact940 .reach_box189 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact940 .reach_box189 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact940 .reach_box189 label {
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact940 .reach_box189 label::before {
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    left: 0;
    top: 2px;
    border-radius: 10px;
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
}.contact940 .reach_box189 input[type="checkbox"]:checked + label::before {
    border-color: rgb(127,146,144);
    background: rgb(127,146,144);
}.contact940 .reach_box189 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    top: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    border-bottom: 2px solid #ffffff;
}.contact940 .reach_box189 label a {
    color: rgb(127,146,144);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.contact940 .reach_box189 label a:hover {
    color: rgb(93,112,110);
}.contact940 form .help_message630 {
    color: #ffffff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 16px 40px;
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(127,146,144), rgb(93,112,110));
}.contact940 form .help_message630::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(93,112,110), rgb(127,146,144));
    position: absolute;
    height: 100%;
    transition: all 0.4s ease;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
}.contact940 form .help_message630:hover::before {
    left: 0;
}.contact940 form .help_message630:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact940 svg {
    fill: rgb(127,146,144);
    height: 22px;
    width: 22px;
}.contact940 svg path {
    transition: fill 0.3s ease;
    fill: rgb(127,146,144);
}

@media screen and (max-width: 991px) {.contact940 {
    padding: 90px 0;
}.contact940 .reach_list764 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact940 .icon_image293 {
    min-height: 400px;
}.contact940 .help_reach170 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact940 {
    padding: 70px 0;
}.contact940 h2 {
    font-size: calc(28px * 0.9);
}.contact940 .icon_image293 {
    min-height: 350px;
}.contact940 .icon_image293::after,
    .contact940 .help_reach170::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact940 {
    padding: 50px 0;
}.contact940 h2 {
    font-size: calc(28px * 0.8);
}.contact940 .reach_list764 {
    margin-top: 40px;
}.contact940 .icon_image293 {
    min-height: 250px;
}.contact940 .help_reach170 {
    padding: 30px 20px;
}.contact940 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact940 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact940 form .help_message630 {
    padding: 15px 20px;
    width: 100%;
}}.course_methodology123 {
    padding: 170px 0 150px;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(161,179,178) 0%, rgb(93,112,110,0.5) 120%);
}.course_methodology123::before {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: '';
    background: rgb(127,146,144,0.5);
    opacity: 0.05;
    width: 100%;
    left: 0;
}.course_methodology123 .learn_way256 {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_methodology123 .metadata_block293 {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.course_methodology123 .metadata_block293 h2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    padding: 35px 40px;
    position: relative;
    background: rgb(127,146,144,0.5);
    color: #ffffff;
    width: 40%;
    z-index: 4;
    font-weight: 700;
    margin: 0 auto 80px;
    font-size: 35px;
    text-align: center;
}.course_methodology123 .metadata_block293 p {
    position: relative;
    padding: 50px 60px;
    margin: 0 auto;
    line-height: 1.8;
    z-index: 3;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 11px;
    width: 70%;
    background: rgba(255, 255, 255, 0.07);
}.course_methodology123 .metadata_block293::before {
    left: 50%;
    top: calc(35px * 2 + 70px);
    width: 2px;
    background: linear-gradient(to bottom, rgb(127,146,144), transparent);
    position: absolute;
    height: 60px;
    content: '';
    z-index: 3;
}.course_methodology123 .metadata_block293::after {
    opacity: 0.03;
    right: 10%;
    width: 200px;
    position: absolute;
    content: '';
    filter: blur(70px);
    background: rgb(127,146,144);
    top: -100px;
    animation: pulse-subtle 15s infinite alternate;
    height: 200px;
    border-radius: 50%;
}.course_methodology123 .metadata_block293 h2::before {
    filter: blur(10px);
    width: 140%;
    opacity: 0.2;
    bottom: -5px;
    background: rgb(127,146,144);
    left: -20%;
    position: absolute;
    height: 10px;
    content: '';
}.course_methodology123 .metadata_block293 h2::after {
    content: '';
    opacity: 0.7;
    z-index: 5;
    position: absolute;
    margin-left: -10px;
    box-shadow: 0 0 15px rgb(127,146,144,0.5);
    left: 50%;
    border-radius: 50%;
    bottom: -40px;
    height: 20px;
    width: 20px;
    background: rgb(127,146,144);
}.course_methodology123 .metadata_block293 p::before {
    left: 5%;
    top: 20px;
    background: linear-gradient(90deg, transparent, rgb(127,146,144,0.5), transparent);
    width: 90%;
    position: absolute;
    opacity: 0.3;
    height: 1px;
    content: '';
}.course_methodology123 .metadata_block293 p::after {
    width: 70%;
    bottom: 20px;
    position: absolute;
    height: 1px;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(127,146,144,0.5), transparent);
    content: '';
    opacity: 0.3;
}.course_methodology123::after {
    content: '';
    opacity: 0.3;
    background: linear-gradient(to top, rgb(127,146,144,0.5), transparent);
    height: 200px;
    width: 1px;
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 50%;
}.course_methodology123 .learn_way256::before {
    z-index: 0;
    width: 250px;
    opacity: 0.2;
    height: 2px;
    content: '';
    transform: rotate(30deg);
    background: rgb(127,146,144,0.5);
    top: 40%;
    transform-origin: right center;
    position: absolute;
    left: -125px;
}.course_methodology123 .learn_way256::after {
    position: absolute;
    right: -125px;
    top: 40%;
    height: 2px;
    z-index: 0;
    transform: rotate(-30deg);
    background: rgb(127,146,144,0.5);
    width: 250px;
    content: '';
    transform-origin: left center;
    opacity: 0.2;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.course_methodology123 .metadata_block293 h2 {
    width: 50%;
}.course_methodology123 .metadata_block293 p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.course_methodology123 {
    padding: 140px 0 120px;
}.course_methodology123 .metadata_block293 h2 {
    margin-bottom: 60px;
    width: 60%;
    padding: 30px 35px;
}.course_methodology123 .metadata_block293 p {
    padding: 40px 50px;
    width: 90%;
}.course_methodology123 .metadata_block293::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.course_methodology123 {
    overflow: hidden;
    padding: 120px 0 100px;
}.course_methodology123 .metadata_block293 {
    transform: none;
}.course_methodology123 .metadata_block293 h2 {
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.course_methodology123 .metadata_block293 p {
    width: 100%;
    padding: 30px 40px;
}.course_methodology123 .metadata_block293::before {
    height: 30px;
}.course_methodology123 .metadata_block293::after,
    .course_methodology123::after,
    .course_methodology123 .learn_way256::before,
    .course_methodology123 .learn_way256::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_methodology123 {
    padding: 100px 0 80px;
}.course_methodology123 .metadata_block293 h2 {
    padding: 25px 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    font-size: calc(35px * 0.8);
    width: 100%;
}.course_methodology123 .metadata_block293 p {
    padding: 25px 30px;
    font-size: calc(18px * 0.9);
}.course_methodology123 .metadata_block293::before {
    height: 20px;
}.course_methodology123 .metadata_block293 h2::after {
    margin-left: -7.5px;
    bottom: -25px;
    height: 15px;
    width: 15px;
}
}