* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-bundle_2695 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1144px;
}.header_site_6982 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 18px;
    height: 10px;
}::-webkit-scrollbar-track {
    background: rgb(148,160,160);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.4);
    background: rgb(185,197,197);
    transition: background, transform 3.9s ease-in-out;
    border-radius: 9999px;
    border: 1px groove rgb(185,197,197);
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: rgb(112,122,121);
    box-shadow: -3px 3px 15px 1px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(112,122,121);
    box-shadow: inset 3px 5px 7px 0px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(148,160,160) rgb(148,160,160);
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.app_store_3569 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.study_process_7945 {
    z-index: 1;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, #ffffff 100%);
    overflow: hidden;
}.study_process_7945::before {
    content: "";
    opacity: 0.05;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,160,160,0.5) 0px,
        rgb(148,160,160,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    transform: translateZ(0);
}.study_process_7945::after {
    width: 60%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(148,160,160,0.5) 0%, rgb(112,122,121,0.5) 100%);
    z-index: -1;
    filter: blur(30px);
    top: -50%;
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    content: "";
    right: -10%;
}.study_process_7945 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.study_process_7945 .pro_training_9254 {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.study_process_7945 .pro_training_9254 > div {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(148,160,160);
    position: relative;
    overflow: hidden;
}.study_process_7945 .pro_training_9254 > div::before {
    opacity: 0.03;
    background: linear-gradient(to right, rgb(148,160,160,0.5) 0%, transparent 100%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}.study_process_7945 .pro_training_9254 > div:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.study_process_7945 h3 {
    padding-bottom: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.1);
    line-height: 1.3;
    color: #000000;
    letter-spacing: -0.01em;
    position: relative;
}.study_process_7945 h3::after {
    width: 60px;
    height: 3px;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(148,160,160) 0%, rgb(112,122,121) 100%);
    position: absolute;
    left: 0;
}.study_process_7945 p {
    font-size: 13px;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.7;
}.study_process_7945 p span {
    display: block;
    position: relative;
}.study_process_7945 p span::before {
    z-index: -1;
    position: absolute;
    color: rgb(148,160,160);
    left: -15px;
    content: "";
    top: -20px;
    opacity: 0.08;
    font-size: 5rem;
    font-family: Georgia, serif;
}

@media (min-width: 768px) {.study_process_7945 {
    padding: 8rem 0;
}.study_process_7945 .pro_training_9254 > div {
    padding: 4rem;
    border-left-width: 5px;
}.study_process_7945 h3 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.7);
}.study_process_7945 h3::after {
    width: 80px;
}.study_process_7945 p {
    max-width: 95%;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.study_process_7945 .pro_training_9254 > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4.5rem 5rem;
}.study_process_7945 .pro_training_9254 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.study_process_7945 h3 {
    padding-bottom: 1rem;
    font-size: calc(32px * 0.75);
}.study_process_7945 h3::after {
    width: 100px;
    height: 4px;
}
}

@media (min-width: 1200px) {.study_process_7945 {
    padding: 10rem 0;
}.study_process_7945 .pro_training_9254 > div {
    padding: 5rem 6rem;
}.study_process_7945 h3 {
    font-size: calc(32px * 0.8);
}.study_process_7945 p {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
    max-width: 90%;
}
}

@media (max-width: 767px) {.study_process_7945 {
    padding: 4rem 0;
}.study_process_7945 .pro_training_9254 > div {
    padding: 2rem;
}.study_process_7945 h3 {
    font-size: calc(20px * 0.95);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}.study_process_7945 h3::after {
    height: 2px;
    width: 50px;
}.study_process_7945 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.pricing_row_4568 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.pricing_row_4568::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    width: 100%;
    left: 0;
    content: '';
}.pricing_row_4568 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_row_4568 .access_cost_9507 {
    position: relative;
}.pricing_row_4568 h2 {
    background: linear-gradient(90deg, rgb(148,160,160) 0%, rgb(112,122,121) 100%);
    animation: titleFloat 6s ease-in-out infinite;
    transform: translateY(0);
    background-clip: text !important;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    color: transparent;
    -webkit-background-clip: text !important;
}.pricing_row_4568 h2::after {
    height: 3px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    background: rgb(112,122,121);
    width: 80px;
}.pricing_row_4568 .cost_card_8624 {
    font-size: calc(16px + 2px);
    margin: 0 auto 50px;
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
}.pricing_row_4568 .fee_plan_3628 {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
    gap: 30px;
}.pricing_row_4568 .fee_plan_3628 li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_row_4568 .fee_plan_3628 li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.pricing_row_4568 .rate_card_1762 {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    height: 100%;
    display: block;
}.pricing_row_4568 .pricing_rates_5072 {
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.4s ease;
    padding: 35px 30px;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_row_4568 .pricing_rates_5072::before {
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    transform: scaleX(0);
    height: 5px;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
}.pricing_row_4568 .rate_card_1762:hover .pricing_rates_5072::before {
    transform: scaleX(1);
}.pricing_row_4568 .pricing_rates_5072::after {
    width: 60px;
    height: 60px;
    bottom: 0;
    transition: opacity 0.5s ease;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(112,122,121,0.5) 50%);
    content: '';
    position: absolute;
    opacity: 0;
}.pricing_row_4568 .rate_card_1762:hover .pricing_rates_5072::after {
    opacity: 1;
}.pricing_row_4568 .pricing_catalog_1645 {
    z-index: 2;
    position: relative;
}.pricing_row_4568 .pricing_catalog_1645 h4 {
    font-size: calc(22px + 2px);
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
}.pricing_row_4568 .pricing_catalog_1645 h4::after {
    background: rgb(148,160,160);
    transition: width 0.4s ease;
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
}.pricing_row_4568 .rate_card_1762:hover .pricing_catalog_1645 h4::after {
    width: 100%;
}.pricing_row_4568 .pricing_catalog_1645 p {
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    margin: 0 0 30px;
    max-height: 200px;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 5px;
    word-break: break-word;
}.pricing_row_4568 .pricing_catalog_1645 p::-webkit-scrollbar {
    width: 4px;
}.pricing_row_4568 .pricing_catalog_1645 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_row_4568 .pricing_catalog_1645 p::-webkit-scrollbar-thumb {
    background: rgb(148,160,160,0.5);
}.pricing_row_4568 .premium_grid_2891 {
    position: relative;
    margin-top: 15px;
    font-weight: 700;
    font-size: calc(22px + 4px);
    padding: 10px 0;
    display: block;
    color: #ffffff;
}.pricing_row_4568 .premium_grid_2891::before {
    height: 1px;
    content: '';
    width: 40px;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    position: absolute;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing_row_4568 {
    padding: 80px 0;
}.pricing_row_4568 .fee_plan_3628 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_row_4568 .pricing_rates_5072 {
    padding: 25px 20px;
}.pricing_row_4568 .pricing_catalog_1645 p {
    max-height: 150px;
    font-size: calc(16px - 1px);
}.pricing_row_4568 .premium_grid_2891 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 767px) {.pricing_row_4568 {
    padding: 60px 0;
}.pricing_row_4568 h2 {
    font-size: calc(35px - 4px);
}.pricing_row_4568 .cost_card_8624 {
    margin-bottom: 30px;
    font-size: 16px;
}.pricing_row_4568 .fee_plan_3628 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_row_4568 .pricing_catalog_1645 h4 {
    font-size: 22px;
}.pricing_row_4568 .premium_grid_2891 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.pricing_row_4568 {
    padding: 50px 0;
}.pricing_row_4568 h2 {
    font-size: calc(35px - 8px);
}.pricing_row_4568 .cost_card_8624 {
    font-size: calc(16px - 2px);
}.pricing_row_4568 .pricing_rates_5072 {
    padding: 20px 15px;
}.pricing_row_4568 .pricing_catalog_1645 p {
    font-size: calc(16px - 2px);
}}.cookie_warning_panel_8742 {
    width: 100%;
    position: fixed;
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    background: rgb(112,122,121);
    box-shadow: 0 -10px 30px rgb(148,160,160,0.5);
    z-index: 90;
    border-top: 2px solid rgb(148,160,160);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.visitor_settings_8159 {
    display: flex;
    padding: 20px 5%;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(112,122,121) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(148,160,160,0.5);
    justify-content: space-between;
    align-items: center;
}.track_cookies_7914 {
    box-shadow: 0 0 15px rgb(148,160,160);
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
    padding: 10px;
}.track_cookies_7914 svg, .track_cookies_7914 svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(148,160,160);
    width: 60px;
}.track_cookies_7914:hover svg {
    transform: rotate(20deg);
}.cookie_updates_5809 {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}.cookie_updates_5809 h5 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(148,160,160);
    margin-bottom: 10px;
    color: rgb(148,160,160);
    font-size: 18px;
}.cookie_updates_5809 p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(148,160,160,0.5);
}.edu_accept_9837 {
    text-decoration: none;
    font-size: 19px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: rgb(148,160,160);
    box-shadow: 0 0 10px rgb(148,160,160,0.5);
    white-space: nowrap;
    margin-left: 10px;
    border-radius: 10px;
    color: #000000;
    padding: 12px 25px;
}.edu_accept_9837:hover {
    box-shadow: 0 0 20px rgb(112,122,121,0.5);
    background: rgb(112,122,121);
}.cookie_warning_panel_8742 p a {
    text-decoration: underline;
    color: rgb(148,160,160);
    transition: color 0.3s ease;
}.cookie_warning_panel_8742 p a:hover {
    color: rgb(112,122,121);
}#consentNoticePanel_7365 {
    display: none;
}#consentNoticePanel_7365:checked ~ .cookie_warning_panel_8742 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_warning_panel_8742 {
    padding: 20px;
}.visitor_settings_8159 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.track_cookies_7914 {
    display: none;
}.visitor_settings_8159 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_updates_5809 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_warning_panel_8742 h5, .cookie_warning_panel_8742 p {
    text-align: center;
}.edu_accept_9837 {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}}
.title_intro_1809 {
    position: relative;
    background: linear-gradient(135deg, rgb(112,122,121,0.5), rgb(148,160,160));
    align-items: center;
    padding: 120px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
}.title_intro_1809::before {
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.title_intro_1809::after {
    pointer-events: none;
    content: "";
    z-index: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
    position: absolute;
    height: 100%;
}.title_intro_1809 > div {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    gap: 60px;
    z-index: 2;
}.title_intro_1809 .learn_team_9821 {
    margin-bottom: 24px;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    animation: slideInTitle 0.8s ease-out;
    font-size: 42px;
}.title_intro_1809 .learn_team_9821::after {
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -12px;
    left: 0;
    animation: growLine 1s ease-out 0.6s forwards;
    height: 4px;
    width: 80px;
    content: "";
    background: rgb(112,122,121);
}.title_intro_1809 p {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: calc(18px + 2px);
    opacity: 0;
    max-width: 600px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    animation: fadeIn 0.8s ease-out forwards 0.4s;
}.title_intro_1809 .tech_track_6497 {
    transform: translateY(20px);
    width: 100%;
    position: relative;
    animation: slideUpFade 0.8s ease-out forwards 0.6s;
    opacity: 0;
}.title_intro_1809 .achieve_goals_3260 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    backdrop-filter: blur(8px);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    min-height: 280px;
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_intro_1809 .achieve_goals_3260::before {
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(148,160,160,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.title_intro_1809 .achieve_goals_3260 span {
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.75);
    transform: translateX(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    border-left: 4px solid rgb(112,122,121);
    transition: transform 0.5s ease;
    z-index: 2;
    padding: 25px;
    position: relative;
    display: block;
}.title_intro_1809 .achieve_goals_3260:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 20px rgba(0,0,0,0.15);
}.title_intro_1809 .achieve_goals_3260:hover span {
    transform: translateX(10px);
}.title_intro_1809 .achieve_goals_3260 h3 {
    line-height: 1.5;
    font-size: calc(18px - 2px);
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.title_intro_1809 {
    padding: 160px 0;
}.title_intro_1809 > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}.title_intro_1809 .learn_team_9821 {
    font-size: calc(42px + 10px);
}.title_intro_1809 .achieve_goals_3260 {
    min-height: 380px;
}.title_intro_1809 .achieve_goals_3260 h3 {
    font-size: 18px;
}
}

@media (min-width: 992px) {.title_intro_1809 {
    height: 100vh;
    padding: 0;
}.title_intro_1809 > div {
    gap: 100px;
}.title_intro_1809 .learn_team_9821::after {
    width: 120px;
}.title_intro_1809 .achieve_goals_3260 {
    min-height: 420px;
}
}

@media (max-width: 767px) {.title_intro_1809 {
    padding: 100px 0 80px;
}.title_intro_1809 > div {
    gap: 40px;
}.title_intro_1809 .learn_team_9821 {
    font-size: calc(42px - 4px);
}.title_intro_1809 p {
    font-size: 18px;
    margin-bottom: 30px;
}.title_intro_1809 .achieve_goals_3260 {
    padding: 20px;
    min-height: 240px;
}.title_intro_1809 .achieve_goals_3260 span {
    padding: 15px;
}.title_intro_1809 .achieve_goals_3260 h3 {
    font-size: calc(18px - 4px);
}}.course_program_details_9645 {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgb(112,122,121,0.5) 100%);
}.course_program_details_9645::before {
    opacity: 0.1;
    position: absolute;
    height: 300px;
    width: 300px;
    background: linear-gradient(225deg, rgb(148,160,160) 0%, rgb(148,160,160,0.5) 70%);
    top: -5%;
    content: "";
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg);
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    animation: floatElement 15s infinite ease-in-out;
}.course_program_details_9645::after {
    bottom: -8%;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    transform: rotate(10deg);
    animation: floatElement 18s infinite ease-in-out reverse;
    left: -3%;
    content: "";
    z-index: 1;
    width: 250px;
    position: absolute;
    height: 250px;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(112,122,121) 0%, rgb(112,122,121,0.5) 70%);
}.course_program_details_9645 .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_program_details_9645 .job_skills_0638 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course_program_details_9645 .capture_3627 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_program_details_9645 .capture_3627::before {
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    position: absolute;
    content: "";
}.course_program_details_9645 .capture_3627::after {
    border-top: 4px solid rgb(148,160,160);
    width: 60px;
    top: -15px;
    height: 60px;
    opacity: 0.7;
    content: "";
    z-index: 2;
    right: -15px;
    position: absolute;
    border-right: 4px solid rgb(148,160,160);
}.course_program_details_9645 .capture_3627:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_details_9645 .text_cloud_4326 {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.course_program_details_9645 .text_cloud_4326::before {
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    height: 80%;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    left: -20px;
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    width: 5px;
    top: 10%;
}.course_program_details_9645 h3 {
    padding-left: 1rem;
    font-weight: 700;
    position: relative;
    font-size: calc(24px * 1.1);
    transform: translateY(20px);
    color: rgb(148,160,160);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    opacity: 0;
}.course_program_details_9645 h3::before {
    left: 0;
    position: absolute;
    height: 0.4rem;
    width: 0.4rem;
    top: 50%;
    content: "";
    background-color: rgb(112,122,121);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
}.course_program_details_9645 .description {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    margin-bottom: 1.2rem;
    position: relative;
    line-height: 1.8;
    opacity: 0;
    font-size: 15px;
    color: #000000;
}.course_program_details_9645 p.description {
    scrollbar-width: thin;
    padding-right: 1rem;
    scrollbar-color: rgb(112,122,121) transparent;
    max-height: 400px;
    overflow-y: auto;
    display: block;
    position: relative;
}.course_program_details_9645 p.description::-webkit-scrollbar {
    width: 6px;
}.course_program_details_9645 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_program_details_9645 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(112,122,121,0.5);
}.course_program_details_9645 span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course_program_details_9645 .job_skills_0638 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_details_9645 .capture_3627 {
    height: 450px;
}.course_program_details_9645 h3 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.course_program_details_9645 h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course_program_details_9645 .text_cloud_4326::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course_program_details_9645 {
    padding: 9rem 0;
}.course_program_details_9645 .capture_3627 {
    height: 500px;
}.course_program_details_9645 .text_cloud_4326 {
    padding-right: 2rem;
}.course_program_details_9645 .text_cloud_4326::before {
    left: -40px;
}.course_program_details_9645 h3 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
}.course_program_details_9645 .description {
    font-size: calc(15px * 1.05);
}.course_program_details_9645 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_program_details_9645 .job_skills_0638 {
    gap: 6rem;
}.course_program_details_9645 .capture_3627 {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.course_program_details_9645 .capture_3627:hover {
    transform: perspective(1500px) rotateY(0);
}.course_program_details_9645 h3 {
    font-size: calc(36px * 0.8);
}.course_program_details_9645 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course_program_details_9645 {
    padding: 5rem 0;
}.course_program_details_9645 .capture_3627 {
    margin-bottom: 1rem;
    height: 280px;
}.course_program_details_9645 h3 {
    font-size: calc(24px * 1);
    margin-bottom: 1rem;
}.course_program_details_9645 .text_cloud_4326::before {
    left: -15px;
}.course_program_details_9645 p.description {
    max-height: 350px;
}}.thanksUnit_6130 {
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgb(148,160,160,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.thanksUnit_6130::before {
    background: linear-gradient(225deg, rgb(112,122,121) 0%, transparent 70%);
    height: 60%;
    pointer-events: none;
    right: -10%;
    opacity: 0.1;
    width: 40%;
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    z-index: 1;
    content: "";
    top: -5%;
}.thanksUnit_6130::after {
    background: linear-gradient(45deg, rgb(148,160,160) 0%, transparent 80%);
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    height: 65%;
    transform: rotate(12deg) skew(-5deg);
    bottom: -5%;
    opacity: 0.1;
    left: -10%;
    width: 45%;
}.thanksUnit_6130 .container {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.thanksUnit_6130 h2 {
    margin-bottom: 35px;
    position: relative;
    color: rgb(148,160,160);
    transform: translateX(-5%);
    font-size: 38px;
    font-weight: 700;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    line-height: 1.3;
}.thanksUnit_6130 h2::after {
    transform-origin: left center;
    width: 85px;
    height: 3px;
    background: rgb(112,122,121);
    transform: scaleX(1);
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -12px;
    content: "";
}.thanksUnit_6130 .pro_training_9254 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    padding: 50px 40px 50px 60px;
    transform: translateX(5%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.thanksUnit_6130 .pro_training_9254::before {
    left: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(148,160,160) 0%, rgb(112,122,121) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.thanksUnit_6130 .pro_training_9254::after {
    position: absolute;
    top: 20px;
    width: 100px;
    opacity: 0.3;
    height: 100px;
    z-index: -1;
    right: 20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(112,122,121,0.5) 0%, transparent 70%);
    content: "";
}.thanksUnit_6130 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksUnit_6130 li {
    z-index: 2;
    position: relative;
}.thanksUnit_6130 li::before {
    left: -20px;
    line-height: 1;
    color: rgb(148,160,160);
    opacity: 0.1;
    top: -40px;
    z-index: -1;
    font-family: serif;
    position: absolute;
    font-size: 120px;
    content: "";
}.thanksUnit_6130 li span {
    line-height: 1.7;
    max-width: 95%;
    color: #000000;
    position: relative;
    font-size: calc(17px + 0.1rem);
    font-weight: 400;
    display: block;
}.thanksUnit_6130:hover .pro_training_9254 {
    transform: translateX(5%) translateY(-5px);
}.thanksUnit_6130:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.thanksUnit_6130 {
    padding: 90px 0;
}.thanksUnit_6130 h2 {
    max-width: 100%;
    font-size: calc(38px - 0.2rem);
    transform: translateX(0);
}.thanksUnit_6130 .pro_training_9254 {
    transform: translateX(0);
    padding: 40px 30px 40px 45px;
}.thanksUnit_6130:hover .pro_training_9254 {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.thanksUnit_6130 {
    padding: 70px 0;
}.thanksUnit_6130::before,
    .thanksUnit_6130::after {
    width: 70%;
    height: 50%;
}.thanksUnit_6130 h2 {
    font-size: calc(38px - 0.4rem);
    line-height: 1.35;
    margin-bottom: 30px;
}.thanksUnit_6130 .pro_training_9254 {
    padding: 35px 25px 35px 35px;
}.thanksUnit_6130 li::before {
    top: -25px;
    font-size: 90px;
    left: -15px;
}.thanksUnit_6130 li span {
    font-size: 17px;
}
}

@media (max-width: 575px) {.thanksUnit_6130 {
    padding: 60px 0;
}.thanksUnit_6130 .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksUnit_6130 h2 {
    font-size: calc(38px - 0.5rem);
    margin-bottom: 25px;
}.thanksUnit_6130 h2::after {
    height: 2px;
    width: 60px;
}.thanksUnit_6130 .pro_training_9254 {
    padding: 25px 20px 25px 25px;
}.thanksUnit_6130 .pro_training_9254::before {
    width: 4px;
}.thanksUnit_6130 li::before {
    font-size: 70px;
    left: -10px;
    top: -20px;
}.thanksUnit_6130 li span {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}}.instructor_profile_1528 {
    background: linear-gradient(170deg, rgb(185,197,197) 0%, rgb(148,160,160,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.instructor_profile_1528::before {
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(148,160,160,0.5) 20px,
            rgb(148,160,160,0.5) 21px
        );
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.04;
}.instructor_profile_1528::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(148,160,160,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(112,122,121,0.5) 0%, transparent 40%);
    opacity: 0.3;
    left: 0;
    filter: blur(80px);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}.instructor_profile_1528 .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.instructor_profile_1528 .review_quotes_1570 {
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
}.instructor_profile_1528 .review_quotes_1570::before {
    top: 50%;
    border: 1px solid rgb(148,160,160,0.5);
    width: 500px;
    content: "";
    height: 500px;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    opacity: 0.2;
    animation: orbit 20s linear infinite;
    position: absolute;
}.instructor_profile_1528 .review_quotes_1570::after {
    height: 400px;
    width: 400px;
    animation: orbit 15s linear infinite reverse;
    opacity: 0.15;
    left: 50%;
    content: "";
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgb(112,122,121,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.instructor_profile_1528 .capture_3627 {
    margin-bottom: 30px;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
    height: 240px;
    width: 240px;
}.instructor_profile_1528 .capture_3627::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    animation: spin 12s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(148,160,160,0.5) 90deg,
        transparent 180deg,
        rgb(112,122,121,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    inset: -30px;
    opacity: 0.4;
}.instructor_profile_1528 .capture_3627::after {
    z-index: 2;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    content: "";
    inset: 0;
    position: absolute;
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_profile_1528 .name {
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: 39px;
    z-index: 3;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(148,160,160) 100%
    );
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}.instructor_profile_1528 .name::after {
    transition: width 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(148,160,160) 0%,
        rgb(112,122,121) 100%
    );
    left: 50%;
    width: 0;
    bottom: -8px;
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    content: "";
}.instructor_profile_1528 .review_quotes_1570:hover .name::after {
    width: 80px;
}.instructor_profile_1528 .review_quotes_1570 span:not(.name) {
    letter-spacing: 2px;
    color: rgb(112,122,121);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    z-index: 3;
    font-size: 20px;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    opacity: 0.9;
}.instructor_profile_1528 .review_quotes_1570:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.instructor_profile_1528 .experience_summary_0625 {
    border-radius: 12px;
    padding: 35px 45px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    line-height: 1.8;
    color: #000000;
    margin: 0;
    z-index: 3;
    max-width: 650px;
    font-size: 14px;
    text-align: center;
    position: relative;
    background: #ffffff;
}.instructor_profile_1528 .experience_summary_0625::before,
.instructor_profile_1528 .experience_summary_0625::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
}.instructor_profile_1528 .experience_summary_0625::before {
    border-top: 2px solid rgb(148,160,160);
    border-left: 2px solid rgb(148,160,160);
    top: 25px;
    left: 25px;
}.instructor_profile_1528 .experience_summary_0625::after {
    right: 25px;
    border-bottom: 2px solid rgb(112,122,121);
    border-right: 2px solid rgb(112,122,121);
    bottom: 25px;
}.instructor_profile_1528 .review_quotes_1570:hover .capture_3627 {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.instructor_profile_1528 {
    padding: 90px 0;
}.instructor_profile_1528 .capture_3627 {
    height: 200px;
    margin-bottom: 25px;
    width: 200px;
}.instructor_profile_1528 .review_quotes_1570::before {
    width: 400px;
    height: 400px;
}.instructor_profile_1528 .review_quotes_1570::after {
    width: 320px;
    height: 320px;
}.instructor_profile_1528 .name {
    font-size: calc(39px * 0.9);
}.instructor_profile_1528 .experience_summary_0625 {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.instructor_profile_1528 {
    padding: 70px 0;
}.instructor_profile_1528 .capture_3627 {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.instructor_profile_1528 .review_quotes_1570::before {
    width: 320px;
    height: 320px;
}.instructor_profile_1528 .review_quotes_1570::after {
    height: 260px;
    width: 260px;
}.instructor_profile_1528 .name {
    font-size: calc(39px * 0.8);
}.instructor_profile_1528 .review_quotes_1570 span:not(.name) {
    font-size: calc(20px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.instructor_profile_1528 .experience_summary_0625 {
    padding: 25px 30px;
    font-size: calc(14px * 0.95);
    max-width: 100%;
}.instructor_profile_1528 .experience_summary_0625::before,
    .instructor_profile_1528 .experience_summary_0625::after {
    width: 8px;
    height: 8px;
}.instructor_profile_1528 .experience_summary_0625::before {
    top: 20px;
    left: 20px;
}.instructor_profile_1528 .experience_summary_0625::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.instructor_profile_1528 {
    padding: 50px 0;
}.instructor_profile_1528 .capture_3627 {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
}.instructor_profile_1528 .review_quotes_1570::before {
    height: 260px;
    width: 260px;
}.instructor_profile_1528 .review_quotes_1570::after {
    width: 200px;
    height: 200px;
}.instructor_profile_1528 .name {
    font-size: calc(39px * 0.7);
}.instructor_profile_1528 .review_quotes_1570 span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
    padding: 5px 12px;
}.instructor_profile_1528 .experience_summary_0625 {
    padding: 20px 25px;
    font-size: calc(14px * 0.9);
}.instructor_profile_1528 .experience_summary_0625::before,
    .instructor_profile_1528 .experience_summary_0625::after {
    height: 6px;
    width: 6px;
}.instructor_profile_1528 .experience_summary_0625::before {
    top: 15px;
    left: 15px;
}.instructor_profile_1528 .experience_summary_0625::after {
    bottom: 15px;
    right: 15px;
}}.our_background_1635 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_background_1635::before {
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgb(148,160,160,0.5), rgba(0, 0, 0, 0.5) 75%);
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.our_background_1635::after {
    top: -10%;
    opacity: 0.15;
    height: 200%;
    animation: floatElement 20s infinite alternate ease-in-out;
    background: rgb(112,122,121);
    content: "";
    z-index: 0;
    right: -5%;
    position: absolute;
    width: 45%;
    transform: rotate(-25deg);
}.our_background_1635 .container {
    max-width: 1240px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.our_background_1635 h2 {
    color: #ffffff;
    display: inline-block;
    transform: translateX(-5px);
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
}.our_background_1635 h2::after {
    height: 3px;
    transform-origin: left;
    left: 0;
    width: 80px;
    bottom: -10px;
    content: "";
    position: absolute;
    animation: expandWidth 0.7s ease-out forwards;
    background: linear-gradient(90deg, rgb(112,122,121), transparent);
}.our_background_1635 .text_cloud_4326 {
    padding: 40px;
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    display: grid;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    gap: 30px;
    background: rgba(255, 255, 255, 0.92);
    z-index: 3;
}.our_background_1635 .text_cloud_4326::before {
    top: 0;
    background: rgb(148,160,160);
    height: 0;
    animation: growVertical 1s 0.3s ease-out forwards;
    content: "";
    width: 6px;
    left: 0;
    position: absolute;
}.our_background_1635 .text_cloud_4326 > div {
    position: relative;
}.our_background_1635 .text_cloud_4326 p {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(12px * 1.5);
    padding-left: 15px;
    color: rgb(148,160,160);
    position: relative;
    font-weight: 600;
}.our_background_1635 .text_cloud_4326 p::before {
    width: 8px;
    top: 50%;
    left: 0;
    height: 8px;
    background: rgb(112,122,121);
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.our_background_1635 .text_cloud_4326 div > div {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    column-gap: 40px;
    padding-left: 15px;
    position: relative;
    column-count: 1;
}.our_background_1635 .text_cloud_4326:hover {
    transform: translateY(-5px);
}.our_background_1635 .text_cloud_4326:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.our_background_1635 {
    padding: 150px 0;
}.our_background_1635 h2 {
    font-size: calc(36px * 1.2);
    margin-bottom: 60px;
}.our_background_1635 h2::after {
    width: 120px;
}.our_background_1635 .text_cloud_4326 {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 60px;
}.our_background_1635 .text_cloud_4326 div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our_background_1635 {
    padding: 180px 0;
}.our_background_1635::after {
    right: -10%;
    width: 60%;
    top: -20%;
}.our_background_1635 h2 {
    transform: translateX(-10px);
}.our_background_1635 .text_cloud_4326 {
    margin-left: 80px;
    padding: 80px;
    width: calc(100% - 80px);
}.our_background_1635 .text_cloud_4326::before {
    width: 8px;
}.our_background_1635 .text_cloud_4326 div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_background_1635 h2 {
    margin-bottom: 80px;
}.our_background_1635 .text_cloud_4326 {
    margin-left: 120px;
    padding: 100px;
    width: calc(100% - 120px);
}.our_background_1635 .text_cloud_4326::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our_background_1635 {
    padding: 80px 0;
}.our_background_1635 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.our_background_1635 .text_cloud_4326 {
    padding: 30px 20px;
}.our_background_1635 .text_cloud_4326 p {
    margin-bottom: 15px;
    font-size: calc(12px * 1.2);
}.our_background_1635 .text_cloud_4326 div > div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.contact_5410 {
    background: rgb(185,197,197);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}.contact_5410::before {
    height: 100%;
    left: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(148,160,160,0.5) 25%, rgb(148,160,160,0.5) 26%, transparent 27%, transparent 74%, rgb(148,160,160,0.5) 75%, rgb(148,160,160,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(148,160,160,0.5) 25%, rgb(148,160,160,0.5) 26%, transparent 27%, transparent 74%, rgb(148,160,160,0.5) 75%, rgb(148,160,160,0.5) 76%, transparent 77%, transparent);
}.contact_5410 .capture_3627 {
    z-index: 0;
    filter: saturate(0) contrast(1.2);
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    width: 100%;
    height: 100%;
}.contact_5410::after {
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: radial-gradient(circle at center, transparent 50%, rgb(185,197,197) 100%);
    left: 0;
    width: 100%;
}.contact_5410 .container {
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}.contact_5410 h3 {
    font-size: 29px;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
}.contact_5410 h3::before {
    transform: translateX(-50%);
    background: rgb(148,160,160);
    width: 6px;
    top: -15px;
    left: 50%;
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 6px;
}.contact_5410 h3::after {
    content: "";
    transform: translateX(-50%);
    width: 6px;
    border-radius: 50%;
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 6px;
    background: rgb(148,160,160);
}.query_help_1204 {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    background: #ffffff;
}.query_help_1204::before {
    border-radius: 50%;
    z-index: 0;
    width: 300px;
    position: absolute;
    height: 300px;
    background: rgb(148,160,160,0.5);
    top: -150px;
    filter: blur(70px);
    content: "";
    right: -150px;
}.query_help_1204::after {
    filter: blur(70px);
    content: "";
    height: 300px;
    z-index: 0;
    background: rgb(112,122,121,0.5);
    bottom: -150px;
    width: 300px;
    left: -150px;
    position: absolute;
    border-radius: 50%;
}.query_help_1204 .query_request_0569 {
    padding: 70px;
    position: relative;
    z-index: 1;
    width: 60%;
    float: left;
}.query_help_1204 .query_request_0569 h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
}.query_help_1204 .query_request_0569 h3::before,
.query_help_1204 .query_request_0569 h3::after {
    display: none;
}.query_help_1204 .query_request_0569 h3::before {
    background: rgb(148,160,160);
    bottom: -15px;
    height: 2px;
    position: absolute;
    content: "";
    width: 30px;
    left: 0;
}.query_help_1204 .query_request_0569 form {
    display: flex;
    flex-direction: column;
}.query_help_1204 .query_request_0569 input[type="text"],
.query_help_1204 .query_request_0569 textarea {
    font-size: 18px;
    margin-bottom: 25px;
    width: 100%;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 30px;
    border: none;
    font-family: Arial, sans-serif;
    padding: 20px 25px;
    transition: all 0.3s ease;
}.query_help_1204 .query_request_0569 input[type="text"]:focus,
.query_help_1204 .query_request_0569 textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.query_help_1204 .query_request_0569 textarea {
    min-height: 160px;
    resize: vertical;
    border-radius: 25px;
}.query_help_1204 .query_request_0569 .connect_list_1924 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}.query_help_1204 .query_request_0569 .connect_list_1924 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.query_help_1204 .query_request_0569 .connect_list_1924 label {
    position: relative;
    font-size: calc(18px - 2px);
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
}.query_help_1204 .query_request_0569 .connect_list_1924 label::before {
    background: rgba(245, 245, 245, 0.7);
    top: 2px;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}.query_help_1204 .query_request_0569 .connect_list_1924 input[type="checkbox"]:checked + label::before {
    background: rgb(148,160,160);
}.query_help_1204 .query_request_0569 .connect_list_1924 input[type="checkbox"]:checked + label::after {
    top: 6px;
    height: 10px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
}.query_help_1204 .query_request_0569 .connect_list_1924 a {
    position: relative;
    color: rgb(148,160,160);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.query_help_1204 .query_request_0569 .connect_list_1924 a:hover {
    color: rgb(112,122,121);
}.query_help_1204 .query_request_0569 .reach_map_0742 {
    font-size: 14px;
    background: rgb(148,160,160);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    position: relative;
    border-radius: 30px;
    color: #ffffff;
    border: none;
    align-self: flex-start;
    overflow: hidden;
    padding: 18px 40px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}.query_help_1204 .query_request_0569 .reach_map_0742:hover {
    transform: translateY(-5px);
    background: rgb(112,122,121);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.query_help_1204 .help_widget_4769 {
    position: relative;
    float: left;
    padding: 70px 50px;
    background: rgb(185,197,197);
    width: 40%;
    z-index: 1;
}.query_help_1204 .help_widget_4769::before {
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(148,160,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(112,122,121,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    height: 100%;
}.query_help_1204 .help_widget_4769 h4 {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 22px;
    color: #000000;
    position: relative;
}.query_help_1204 .help_widget_4769 h4::after {
    background: rgb(148,160,160);
    width: 30px;
    height: 2px;
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
}.query_help_1204 .help_widget_4769 .contact_query_8156 {
    margin: 0;
    list-style: none;
    padding: 0;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li {
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
}.query_help_1204 .help_widget_4769 .contact_query_8156 li:last-child {
    margin-bottom: 0;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.query_help_1204 .help_widget_4769 .contact_query_8156 li svg {
    height: 26px;
    width: 26px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li:hover svg {
    transform: scale(1.2);
}.query_help_1204 .help_widget_4769 .contact_query_8156 li svg path {
    fill: rgb(148,160,160);
    transition: all 0.3s ease;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li:hover svg path {
    fill: rgb(112,122,121);
}.query_help_1204 .help_widget_4769 .contact_query_8156 li span {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li a:hover {
    color: rgb(148,160,160);
}

@media screen and (max-width: 992px) {.contact_5410 {
    padding: 80px 0;
}.query_help_1204 {
    border-radius: 30px;
    display: block;
}.query_help_1204 .query_request_0569,
    .query_help_1204 .help_widget_4769 {
    padding: 50px;
    width: 100%;
    float: none;
}
}

@media screen and (max-width: 768px) {.contact_5410 {
    padding: 60px 0;
}.contact_5410 h3 {
    font-size: calc(29px - 4px);
}.query_help_1204 {
    border-radius: 25px;
}.query_help_1204 .query_request_0569,
    .query_help_1204 .help_widget_4769 {
    padding: 40px 30px;
}.query_help_1204 .query_request_0569 input[type="text"],
    .query_help_1204 .query_request_0569 textarea {
    border-radius: 20px;
    padding: 15px 20px;
}.query_help_1204 .query_request_0569 .reach_map_0742 {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
}.query_help_1204 .help_widget_4769 .contact_query_8156 li {
    border-radius: 15px;
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.contact_5410 {
    padding: 40px 0;
}.query_help_1204 {
    border-radius: 20px;
}.query_help_1204 .query_request_0569,
    .query_help_1204 .help_widget_4769 {
    padding: 30px 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .app_store_3569 {
    background-color: rgb(185,197,197);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}footer .app_store_3569::before {
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(148,160,160,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(112,122,121,0.5) 0%, transparent 20%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    left: 0;
}footer .inclusion_6739 {
    z-index: 1;
    position: relative;
}footer .request_form_9320 {
    border-radius: 11px;
    gap: 15px;
    z-index: 3;
    margin: auto;
    justify-content: space-between;
    display: flex;
    padding: 25px;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 85%;
}footer .info_item {
    flex: 1 1 200px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    background-color: rgb(185,197,197);
    align-items: center;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: rgb(148,160,160);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(148,160,160);
}footer .text_main_holder {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    perspective: 2000px;
    display: flex;
    position: relative;
}footer .main_bar_0326, footer .main_lead_6328, footer .subscribe_holder {
    transform-style: preserve-3d;
    border-radius: 11px;
    padding: 30px;
    transition: all 0.5s ease;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}footer .main_bar_0326 {
    background-color: #ffffff;
    z-index: 2;
    transform: translateZ(0) scale(1);
}footer .main_bar_0326:hover {
    transform: translateZ(30px) scale(1.02);
}footer .main_lead_6328 {
    background-color: rgb(112,122,121);
    z-index: 1;
    color: #ffffff;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    margin-right: 20px;
    margin-left: 20px;
}footer .subscribe_holder {
    margin-right: 40px;
    color: #ffffff;
    margin-top: -20px;
    margin-left: 40px;
    background-color: rgb(148,160,160);
    transform: translateZ(-20px) scale(0.96);
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .main_bar_0326::after, footer .main_lead_6328::after, footer .subscribe_holder::after {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    border-radius: 11px;
    z-index: -1;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}footer .main_bar_0326:hover::after, footer .main_lead_6328:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .main_bar_0326 svg {
    display: block;
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .media_kit_3196 {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}footer .main_lead_6328 h5 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}footer .main_lead_6328 h5::after {
    width: 40px;
    background: linear-gradient(90deg, rgb(148,160,160), transparent);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    height: 2px;
}footer .main_lead_6328 h5:hover::after {
    width: 100%;
}footer .nav_prime_4573 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
}footer .nav_prime_4573 a {
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
}footer .nav_prime_4573 a::before {
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(148,160,160);
    content: "";
    height: 1px;
    bottom: 0;
    width: 0;
    position: absolute;
}footer .nav_prime_4573 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .nav_prime_4573 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_permission_7356 {
    background-color: #ffffff;
    font-size: 20px;
    padding: 14px 20px;
    text-align: center;
    border: none;
    color: rgb(148,160,160);
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}footer .sub_permission_7356:hover {
    color: #ffffff;
    background-color: rgb(112,122,121);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .stats_tool_1572 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .abuse_ctrl_2950 {
    color: #000000;
    padding: 8px 20px;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .main_bar_0326, footer .main_lead_6328, footer .subscribe_holder {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    flex: 1;
}footer .main_bar_0326 {
    margin-right: -20px;
}footer .main_lead_6328 {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .request_form_9320 {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .app_store_3569 {
    padding: 80px 0 30px;
}footer .request_form_9320 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .main_bar_0326, footer .main_lead_6328, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .main_lead_6328, footer .subscribe_holder {
    margin-top: -10px;
}footer .stats_tool_1572 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .app_store_3569 {
    padding: 70px 0 20px;
}footer .request_form_9320 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .main_bar_0326, footer .main_lead_6328, footer .subscribe_holder {
    padding: 20px 15px;
}footer .main_lead_6328 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .nav_prime_4573 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_permission_7356 {
    padding: 12px;
}}.educational_gains_7426 {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(185,197,197) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.educational_gains_7426::before {
    opacity: 0.3;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(148,160,160,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(112,122,121,0.5) 0%, transparent 35%);
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
}.educational_gains_7426::after {
    content: "";
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(148,160,160,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(112,122,121,0.5) 100%);
    animation: moveBgPattern 60s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    opacity: 0.1;
    top: 0;
}@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.educational_gains_7426 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 25px;
}.educational_gains_7426 .pro_training_9254 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
    grid-template-columns: 0.9fr 1.1fr;
    display: grid;
    position: relative;
    overflow: hidden;
}.educational_gains_7426 .pro_training_9254::before {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
    background-image: linear-gradient(
    90deg, 
    rgb(148,160,160,0.5), 
    rgb(112,122,121,0.5), 
    rgb(148,160,160,0.5)
  );
    opacity: 0.2;
    content: "";
    transform: translateY(-60px);
    height: 70px;
    width: 100%;
}.educational_gains_7426 .pro_training_9254:hover::before {
    transform: translateY(-40px);
}.educational_gains_7426 .capture_3627 {
    width: 100%;
    object-fit: cover;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    height: 100%;
}.educational_gains_7426 .capture_3627:hover {
    transform: scale(1.05);
}.educational_gains_7426 .text_cloud_4326 {
    padding: 40px 30px 40px 10px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}.educational_gains_7426 .text_cloud_4326::before {
    position: absolute;
    top: -100px;
    content: "";
    right: -100px;
    background: radial-gradient(circle, rgb(148,160,160,0.5) 0%, transparent 70%);
    filter: blur(30px);
    width: 200px;
    height: 200px;
    opacity: 0.3;
}.educational_gains_7426 h3 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    color: rgb(148,160,160);
}.educational_gains_7426 h3::after {
    position: absolute;
    left: 0;
    width: 40px;
    background: rgb(112,122,121);
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: -8px;
}.educational_gains_7426 .text_cloud_4326:hover h3::after {
    width: 80px;
}.educational_gains_7426 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 12px;
}.educational_gains_7426 li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    border-radius: 15px 5px 15px 5px;
    border-bottom: 1px solid rgb(112,122,121,0.5);
    transform: translateX(0);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(148,160,160,0.5);
}.educational_gains_7426 li::before {
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(120deg, transparent, rgb(112,122,121,0.5));
    width: 100%;
    height: 100%;
    position: absolute;
}.educational_gains_7426 li:hover {
    border-left: 2px solid rgb(148,160,160);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: translateX(10px);
}.educational_gains_7426 li:hover::before {
    opacity: 0.2;
}.educational_gains_7426 li p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    position: relative;
    align-items: center;
    display: flex;
    z-index: 1;
    gap: 15px;
}.educational_gains_7426 svg {
    background: linear-gradient(135deg, rgb(148,160,160), rgb(112,122,121));
    border-radius: 8px;
    height: 18px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 7px;
    width: 18px;
}.educational_gains_7426 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational_gains_7426 li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.educational_gains_7426 {
    padding: 70px 0;
}.educational_gains_7426 .pro_training_9254 {
    grid-template-columns: 1fr;
}.educational_gains_7426 .capture_3627 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.educational_gains_7426 .text_cloud_4326 {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.educational_gains_7426 {
    padding: 50px 0;
}.educational_gains_7426 .capture_3627 {
    height: 250px;
}.educational_gains_7426 h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.educational_gains_7426 {
    padding: 40px 0;
}.educational_gains_7426 .capture_3627 {
    height: 200px;
}.educational_gains_7426 .text_cloud_4326 {
    padding: 25px 20px;
}.educational_gains_7426 h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.85);
}.educational_gains_7426 li {
    padding: 8px 12px;
}.educational_gains_7426 li p {
    font-size: calc(14px * 0.9);
    gap: 10px;
}.educational_gains_7426 svg {
    padding: 6px;
    width: 16px;
    height: 16px;
}}header {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(185,197,197));
    z-index: 100;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 0;
}header::before {
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    z-index: 0;
    content: '';
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 100%;
    height: 100%;
}header::after {
    z-index: 1;
    content: '';
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    height: 100%;
}header .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}header .top_site_2691 {
    justify-content: space-between;
    display: flex;
    padding: 0.9rem 3%;
    align-items: center;
    margin-left: 5px;
}header .head_study_0498 {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}header .head_study_0498:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .head_study_0498 svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .main_lead_6328 {
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    gap: 0.4rem;
    border-radius: 10px;
    align-items: center;
    display: flex;
    padding: 0.4rem 0.6rem;
}header .main_lead_6328::before {
    bottom: -2px;
    z-index: -1;
    right: -2px;
    opacity: 0.5;
    position: absolute;
    top: -2px;
    content: '';
    background: linear-gradient(135deg, rgb(148,160,160,0.5), rgb(112,122,121,0.5));
    border-radius: calc(10px + 2px);
    left: -2px;
}header .top_primary_5731 {
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    font-weight: 400;
    text-decoration: none;
}header .top_primary_5731::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(45deg, rgb(148,160,160,0.5), rgb(112,122,121,0.5));
    opacity: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
}header .top_primary_5731:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .top_primary_5731:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .top_site_2691 {
    padding: 0.8rem 2.5%;
}header .head_study_0498 svg {
    width: 130px;
}header .main_lead_6328 {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .top_primary_5731 {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .top_site_2691 {
    gap: 0.7rem;
    padding: 0.8rem 2%;
    margin-left: 3px;
    flex-direction: column;
    align-items: flex-start;
}header .head_study_0498 {
    padding: 0.4rem;
}header .head_study_0498 svg {
    width: 120px;
}header .main_lead_6328 {
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
}header .main_lead_6328::-webkit-scrollbar {
    height: 2px;
}header .main_lead_6328::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(148,160,160);
}header .top_primary_5731 {
    white-space: nowrap;
    font-size: calc(20px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_site_2691 {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .head_study_0498 svg {
    width: 110px;
}header .main_lead_6328 {
    padding: 0.3rem;
}header .top_primary_5731 {
    padding: 0.3rem 0.4rem;
    font-size: calc(20px - 2px);
}}.privacy_wrapper_9726 {
    margin: 0 auto;
    background: #ffffff;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(148,160,160);
    padding: 50px;
    width: 90%;
    color: #000000;
    overflow: hidden;
}.privacy_wrapper_9726:before {
    background: rgb(148,160,160,0.5);
    top: -50px;
    height: 150px;
    z-index: 1;
    width: 150px;
    left: -50px;
    content: "";
    position: absolute;
    border-radius: 50%;
}.privacy_wrapper_9726:after {
    width: 200px;
    right: -50px;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -50px;
    border-radius: 50%;
    height: 200px;
    background: rgb(112,122,121,0.5);
}.privacy_wrapper_9726 h1 {
    color: #000000;
    font-weight: 700;
    border-bottom: 3px solid rgb(148,160,160);
    margin-bottom: 30px;
    z-index: 2;
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 40px;
    position: relative;
    padding-bottom: 10px;
}.privacy_wrapper_9726 h1:before {
    width: 50px;
    left: 0;
    content: "";
    height: 5px;
    bottom: -5px;
    z-index: -1;
    position: absolute;
    background: rgb(112,122,121);
}.privacy_wrapper_9726 h2 {
    position: relative;
    color: rgb(112,122,121);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 25px;
    z-index: 2;
    font-size: 31px;
}.privacy_wrapper_9726 h2:before {
    width: 30px;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    background: rgb(148,160,160);
    height: 3px;
    bottom: -5px;
}.privacy_wrapper_9726 ul, .privacy_wrapper_9726 ol {
    padding-left: 40px;
    position: relative;
    z-index: 2;
    list-style-type: disc;
    list-style: none;
    margin-bottom: 30px;
}.privacy_wrapper_9726 li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}.privacy_wrapper_9726 li:before {
    line-height: 1;
    content: "•";
    left: -25px;
    color: rgb(148,160,160);
    position: absolute;
    font-size: 1.5em;
}.privacy_wrapper_9726 div {
    margin-bottom: 30px;
    padding: 25px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
}.privacy_wrapper_9726 .container {
    z-index: 2;
    position: relative;
}.privacy_wrapper_9726 h3, .privacy_wrapper_9726 h4, .privacy_wrapper_9726 h5, .privacy_wrapper_9726 h6 {
    color: rgb(148,160,160);
    margin-top: 30px;
    z-index: 2;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}.privacy_wrapper_9726 p, .privacy_wrapper_9726 span {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    font-size: 16px;
}.privacy_wrapper_9726 a {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: rgb(112,122,121);
    border-bottom: 1px solid rgb(112,122,121);
}.privacy_wrapper_9726 a:hover {
    color: rgb(148,160,160);
    border-bottom: 1px solid rgb(148,160,160);
}.privacy_wrapper_9726 button {
    padding: 12px 25px;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    z-index: 2;
    background: rgb(112,122,121);
    cursor: pointer;
    border: 2px solid rgb(148,160,160);
    border-radius: 10px;
}.privacy_wrapper_9726 button:hover {
    background: rgb(148,160,160);
    border-color: rgb(112,122,121);
}

@media only screen and (max-width: 800px) {.privacy_wrapper_9726 {
    width: 95%;
    padding: 30px;
}.privacy_wrapper_9726 h1 {
    font-size: calc(18px - 10px);
}.privacy_wrapper_9726 h2 {
    font-size: calc(18px - 5px);
}.privacy_wrapper_9726 ul, .privacy_wrapper_9726 ol {
    padding-left: 20px;
}.privacy_wrapper_9726 li:before {
    left: -15px;
}.privacy_wrapper_9726 button {
    padding: 10px 20px;
}
}