.wrapper-border_net {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.top_learning_net {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(to right, rgb(119,161,161) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    z-index: 99;
    width: 100%;
}

.join_list_net::after {
    z-index: 2;
    width: 100%;
    height: 80px;
    content: "";
    bottom: -80px;
    left: 0;
    background: rgb(209,224,224);
    clip-path: polygon(0 100%, 100% 0, 0 0);
    position: absolute;
}

.join_list_net .why_mission_net::after {
    opacity: 0.1;
    z-index: -1;
    content: "";
    right: -20%;
    filter: blur(20px);
    background: rgb(119,161,161);
    transform: rotateY(-30deg) translateZ(-50px);
    width: 70%;
    bottom: 15%;
    border-radius: 26px;
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    height: 100%;
    position: absolute;
}

.join_list_net .input_holder {
    border-radius: 26px;
    position: relative;
    transform: translateZ(30px);
    padding: 0.5rem;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.join_list_net .sub_set_net {
    outline: none;
    font-size: 18px;
    border-radius: 26px;
    border: 2px solid rgb(165,193,193,0.5);
    transform: perspective(500px) rotateX(5deg);
    transition: all 0.3s ease;
    padding: 1.5rem;
    transform-origin: bottom;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.join_list_net .query_links_net::before {
    transition: opacity 0.5s ease;
    content: "";
    top: -50%;
    width: 200%;
    left: -50%;
    height: 200%;
    position: absolute;
    transform: scale(0.5);
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
}

.user_comments_net::before {
    height: 150vw;
    content: "";
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    animation: rotateBackground 60s linear infinite;
    left: 50%;
    top: 50%;
    width: 150vw;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(165,193,193,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(119,161,161,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(165,193,193,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(119,161,161,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    transform: translate(-50%, -50%);
}

.user_comments_net .feedback_cloud_net:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}

.user_comments_net .feedback_cloud_net::after {
    top: 70px;
    z-index: 1;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, rgb(165,193,193,0.5), transparent);
}

.user_comments_net .feedback_cloud_net:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.user_comments_net .feedback_cloud_net:last-child:nth-child(3n-1) {
    grid-column: 2;
}

.user_comments_net .feedback_cloud_net:last-child:nth-child(3n-2) {
    grid-column: 2;
}

.training_results_net {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(209,224,224) 0%, #ffffff 100%);
}

.training_results_net .container {
    position: relative;
    flex-direction: column;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    margin: 0 auto;
}

.training_results_net .why_mission_net {
    position: relative;
    z-index: 3;
    padding: 40px;
    transform: translateY(-20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.training_results_net .text_post_net {
    position: relative;
}

.training_results_net h1 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 33px;
    color: #000000;
    line-height: 1.3;
    position: relative;
}

.training_results_net li {
    padding-left: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.training_results_net li:hover svg {
    transform: scale(1.1);
}

.training_results_net svg path {
    fill: rgb(165,193,193);
    transition: fill 0.3s ease;
}

.price_combo_net::before {
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    bottom: 0;
    content: "";
}

.price_combo_net:hover h2::after {
    transform: scaleX(1.2);
}

.price_combo_net .learn_rates_net {
    margin: 0 auto 60px;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    max-width: 800px;
    text-align: center;
    opacity: 0.9;
    font-size: calc(14px + 2px);
    color: #ffffff;
}

.price_combo_net .class_rates_net li:hover {
    z-index: 10;
    transform: translateY(-10px);
}

.price_combo_net .premium_grid_net::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(230deg, rgb(119,161,161,0.5) 0%, transparent 80%);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
}

.price_combo_net .premium_plan_net {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.price_combo_net .premium_plan_net h4::after {
    transition: width 0.4s ease;
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(165,193,193);
    bottom: 0;
}

.price_combo_net .learn_offers_net {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(119,161,161) 0%, rgb(165,193,193) 100%);
    -webkit-text-fill-color: transparent;
    font-size: calc(23px + 4px);
    -webkit-background-clip: text !important;
    display: inline-block;
    font-weight: 700;
    margin-top: auto;
    background-clip: text !important;
    padding: 10px 0;
    transition: transform 0.3s ease;
    position: relative;
}

header .head_teach_net .head_prime_net {
    padding: 5px 10px;
    position: relative;
    margin-right: 20px;
    z-index: 2;
}

header .head_teach_net .head_prime_net:hover::before {
    opacity: 1;
}

header .head_teach_net .head_prime_net .top_know_net {
    display: block;
    transition: transform 0.3s ease;
}

header .head_teach_net .head_prime_net:hover .top_know_net {
    transform: scale(1.05);
}

header .head_teach_net .site_navbar_net {
    flex-wrap: wrap;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
}

header .head_teach_net .site_navbar_net .head_pro_net:hover::after {
    left: 10%;
    width: 80%;
}

header .head_teach_net .site_navbar_net .head_pro_net:hover a {
    color: rgb(165,193,193);
    text-shadow: 0 0 5px rgb(165,193,193,0.5);
}

.contacts_net {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: rgb(209,224,224);
}

.contacts_net::after {
    content: "";
    transform-origin: center;
    z-index: 0;
    animation: rotateBg 40s infinite linear;
    position: absolute;
    width: 200%;
    top: -50%;
    background: 
    radial-gradient(circle at 70% 30%, rgb(165,193,193,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(119,161,161,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    opacity: 0.05;
    height: 200%;
    left: -50%;
}

.contacts_net .talk_experts_net p:last-of-type svg {
    margin-right: 12px;
    fill: rgb(165,193,193);
    height: 22px;
    width: 22px;
}

.contacts_net .assist_support_net {
    justify-content: center;
    gap: 3rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.contacts_net .learn_talk_net:hover::after {
    opacity: 1;
}

.contacts_net .learn_talk_net:hover {
    box-shadow: 0 15px 25px rgba(rgb(165,193,193), 0.2);
    transform: translateY(-5px);
    background-color: rgb(165,193,193);
    border-color: rgb(165,193,193);
}

.contacts_net .learn_talk_net:hover svg {
    fill: #ffffff;
}

.contacts_net .learn_talk_net:hover svg path {
    fill: #ffffff;
}

.course_program_details_net .knowledge_route_net::before {
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
}

.course_program_details_net .knowledge_route_net:hover .study_map_net {
    animation-play-state: paused;
}

.course_program_details_net .study_map_net:nth-child(2) {
    animation-delay: -6s;
}

.course_program_details_net .study_map_net:nth-child(5) {
    animation-delay: -24s;
}

.course_program_details_net .why_mission_net {
    justify-content: center;
    align-items: center;
    display: flex;
}

.course_program_details_net .skill_explorer_net::after {
    content: "";
    z-index: -2;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgb(165,193,193,0.5) 0%,
        transparent 70%
    );
    height: 120%;
    width: 120%;
    opacity: 0.1;
    position: absolute;
    filter: blur(20px);
}

.course_program_details_net .skill_explorer_net h3 {
    margin-bottom: 1rem;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.course_program_details_net .query_links_net {
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.8rem 2rem;
    background: rgb(165,193,193);
}

.course_program_details_net .skill_explorer_net .orbital-elements {
    pointer-events: none;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.course_program_details_net .training_guide_net:has(.study_map_net:nth-child(3):last-child) .study_map_net:nth-child(1) {
    animation-delay: 0s;
}

.course_program_details_net .training_guide_net:has(.study_map_net:nth-child(3):last-child) .study_map_net:nth-child(3) {
    animation-delay: -20s;
}

.course_program_details_net .training_guide_net:has(.study_map_net:nth-child(4):last-child) .study_map_net:nth-child(3) {
    animation-delay: -15s;
}

.company_info_net::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    left: 0;
    width: 100%;
}

.company_info_net .text_post_net:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_info_net h1 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #ffffff;
}

.company_info_net ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.company_info_net li {
    margin-bottom: 15px;
}

.company_info_net li:hover h4::before {
    opacity: 1;
    width: 25px;
}

.company_info_net span {
    font-size: 17px;
    opacity: 0.85;
    max-width: 100%;
    color: #ffffff;
    column-count: 2;
    text-align: justify;
    column-gap: 40px;
    line-height: 1.8;
    display: block;
}

.appMessage_net::after {
    content: "";
    z-index: -1;
    left: -5%;
    width: 50%;
    bottom: -5%;
    position: absolute;
    opacity: 0.05;
    height: 50%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
}

.appMessage_net .why_mission_net > div:first-child {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem;
}

.appMessage_net .why_mission_net:hover > div:last-child {
    transform: translateY(0);
}

.appMessage_net h5::after {
    transition: width 0.4s ease;
    bottom: -10px;
    background: rgb(119,161,161);
    content: "";
    width: 60px;
    height: 3px;
    left: 0;
    position: absolute;
}

.appMessage_net a:hover {
    transform: translateX(5px);
}

.appMessage_net p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
}

.privacy_shield_net h1 {
    font-weight: 700;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgb(165,193,193);
    font-size: 43px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(165,193,193);
}



.privacy_shield_net h1, .privacy_shield_net h2 {
    animation: fadeInUp 0.6s ease-in-out;
}

.privacy_shield_net ul li::before, .privacy_shield_net ol li::before {
    content: '\2022';
    color: rgb(165,193,193);
    width: 1em;
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
}



.privacy_shield_net ul li:hover, .privacy_shield_net ol li:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(165,193,193);
}

.contact_section_net .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}

.contact_section_net .connect_feedback_net {
    max-width: 800px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 23px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
}

.contact_section_net form input[type="text"] {
    font-family: Arial, sans-serif;
    background: rgb(209,224,224);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 16px;
    color: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.contact_section_net .request_block_net label {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
}

.contact_section_net .request_block_net label a {
    color: rgb(165,193,193);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_section_net form .query_links_net {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    background: rgb(165,193,193);
    overflow: hidden;
    font-weight: 600;
}

.study_process_net .why_mission_net {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    transform: rotate(-3deg);
}

.study_process_net .text_post_net::before {
    animation: pulse-glow 8s infinite alternate;
    content: '';
    background: rgb(165,193,193);
    filter: blur(40px);
    top: -90px;
    border-radius: 50%;
    right: -90px;
    position: absolute;
    width: 180px;
    z-index: -1;
    opacity: 0.1;
    height: 180px;
}

.study_process_net .text_post_net h2 {
    font-size: 34px;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateX(-40px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.study_process_net .text_post_net p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    z-index: 2;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
}

.study_process_net .why_mission_net::after {
    left: -40px;
    animation: pulse-subtle 5s infinite;
    filter: blur(5px);
    content: '';
    border-radius: 50%;
    background: rgb(165,193,193);
    width: 25px;
    position: absolute;
    top: 40%;
    height: 25px;
    opacity: 0.2;
}

.course_candidates_net::before {
    background-position: 0 0;
    background-size: 20px 20px;
    bottom: 0;
    opacity: 0.3;
    background-image: radial-gradient(rgb(165,193,193,0.5) 20%, transparent 20%);
    height: 60%;
    right: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 60%;
}

.course_candidates_net h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.course_candidates_net div > div {
    padding: 0 20px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.course_candidates_net p {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    font-size: 15px;
    z-index: 1;
    color: #000000;
    text-align: center;
    display: flex;
    height: 200px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.course_candidates_net p svg path {
    fill: rgb(165,193,193);
    transition: fill 0.3s ease;
}

.course_candidates_net p:hover svg path {
    fill: rgb(119,161,161);
}

.course_candidates_net .why_mission_net > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.course_candidates_net .why_mission_net > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.course_candidates_net .why_mission_net > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.welcome_net {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(209,224,224) 0%, rgba(240, 245, 255, 1) 100%);
}

.welcome_net .text_post_net {
    width: 100%;
    z-index: 2;
    transform: translateY(-20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 30px 20px;
}

.welcome_net h1::after {
    transition: transform 0.5s ease;
    position: absolute;
    background: rgb(165,193,193);
    left: 0;
    transform-origin: left;
    bottom: -10px;
    content: '';
    width: 80px;
    height: 3px;
    transform: scaleX(1);
}

.welcome_net .main_home_net:hover svg {
    transform: scale(1.05) rotate(-2deg);
}

.welcome_net .main_home_net:hover svg path {
    fill: rgb(165,193,193);
}

.welcome_net .main_home_net p {
    max-width: 520px;
    transition: all 0.3s ease;
    font-size: calc(13px * 1.1);
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgb(119,161,161,0.5);
    padding-left: 15px;
    position: relative;
}

.welcome_net .query_links_net:hover {
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.25);
    border-color: rgb(119,161,161);
    transform: translateY(-2px) translateZ(0);
}

.welcome_net .query_links_net:hover::before {
    width: 100%;
}

.welcome_net .img_zoom_effect_net::before {
    z-index: 1;
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(94, 170, 168, 0.2),
        rgba(94, 170, 168, 0.05)
    );
    height: 100%;
    left: 0;
}

.track_optin_net {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.track_switch_net {
    flex-shrink: 0;
    margin-right: 15px;
}

.track_toggle_net {
    margin-right: 15px;
    flex-grow: 1;
}

.track_toggle_net h5 {
    font-size: 22px;
    color: rgb(165,193,193);
    margin-bottom: 5px;
    font-weight: 700;
}

#privacyAlertWindow_net {
    display: none;
}

#privacyAlertWindow_net:checked ~ .cookie_overlay_panel_net {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.edu_track_net {
    background-color: rgb(119,161,161);
    border-color: rgb(119,161,161);
    color: #000000;
}

.cookie_overlay_panel_net p a {
    color: rgb(165,193,193);
    text-decoration: underline;
}


.developer_experience_net {
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(209,224,224), #ffffff);
    overflow: hidden;
    position: relative;
}

.developer_experience_net .feedback_cloud_net {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    max-width: 800px;
    flex-direction: column;
    position: relative;
    padding: 50px;
    background-color: #ffffff;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
}

.developer_experience_net .img_zoom_effect_net::before {
    background: linear-gradient(45deg, transparent 40%, rgb(165,193,193,0.5));
    inset: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
}

.developer_experience_net .past_jobs_net::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    border-bottom: 10px solid rgb(209,224,224);
    left: 30px;
    top: -10px;
}

.developer_experience_net .feedback_cloud_net:hover .name::after {
    width: 80px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    opacity: 0.95;
    right: 0;
    left: 0;
    z-index: -2;
    bottom: 0;
    background: rgb(165,193,193);
    top: 0;
    position: absolute;
    content: "";
}

.sponsor_logo_net::after {
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, 
            rgb(119,161,161) 0px, rgb(119,161,161) 10px,
            transparent 10px, transparent 15px,
            rgb(119,161,161) 15px, rgb(119,161,161) 30px,
            transparent 30px, transparent 35px,
            rgb(119,161,161) 35px, rgb(119,161,161) 40px,
            transparent 40px, transparent 60px,
            rgb(119,161,161) 60px, rgb(119,161,161) 70px,
            transparent 70px, transparent 80px,
            rgb(119,161,161) 80px, rgb(119,161,161) 90px,
            transparent 90px, transparent 110px,
            rgb(119,161,161) 110px, rgb(119,161,161) 120px,
            transparent 120px, transparent 140px
        );
    left: 0;
    height: 8px;
    background-repeat: repeat-x;
    width: 100%;
    content: "";
    top: 3px;
    position: absolute;
}

.sponsor_logo_net .twitter_cta_net::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(119,161,161);
    top: 2rem;
    position: absolute;
    opacity: 0.6;
    content: "";
    left: -10px;
}

.sponsor_logo_net .campus_links_net {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.sponsor_logo_net .site_navbar_net::before {
    content: "";
    z-index: -1;
    top: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 13px;
}

.sponsor_logo_net .site_navbar_net .main_head_net {
    flex-direction: column;
    display: flex;
    gap: 2px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
}

.sponsor_logo_net .site_navbar_net .main_head_net a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sponsor_logo_net .site_navbar_net .main_head_net a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.netiquette_net .container {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.netiquette_net .container::after {
    right: 15%;
}

.netiquette_net .tech_stack_net {
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    background: rgb(165,193,193);
    font-size: 16px;
    position: relative;
}

.netiquette_net .tech_stack_net::after {
    left: 100%;
    margin-left: 15px;
}



::-webkit-scrollbar {
    padding: 0px;
    width: 19px;
}

::-webkit-scrollbar-button {
    background: rgb(119,161,161);
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 3.1vh;
    background: rgb(165,193,193);
    margin: 1px 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 9.7vw;
    background: rgb(209,224,224);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(119,161,161,0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
}



@media (max-width: 1200px) {.user_comments_net .client_ratings_net {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_comments_net .feedback_cloud_net {
    width: 100%;
}.user_comments_net .feedback_cloud_net:last-child:nth-child(2n-1) {
    width: 80%;
    grid-column: 1 / span 2;
    margin: 0 auto;
}
}



@media (min-width: 992px) {.training_results_net {
    padding: 140px 0;
}.training_results_net .img_zoom_effect_net {
    max-width: 40%;
}.training_results_net h1 {
    font-size: 41px;
}.training_results_net .why_mission_net {
    padding: 60px;
}
}



@media (max-width: 992px) {.price_combo_net {
    padding: 90px 0;
}.price_combo_net .class_rates_net {
    grid-template-columns: repeat(2, 1fr);
}.price_combo_net .sub_options_net {
    padding: 30px 25px;
}
}



@media (max-width: 768px) {.price_combo_net {
    padding: 70px 0;
}.price_combo_net h2 {
    font-size: calc(37px - 4px);
}.price_combo_net .learn_rates_net {
    font-size: 14px;
    margin-bottom: 40px;
}.price_combo_net .class_rates_net {
    grid-template-columns: 1fr;
    gap: 20px;
}.price_combo_net .sub_options_net {
    padding: 25px 20px;
}.price_combo_net .learn_offers_net {
    font-size: calc(23px + 2px);
}
}



@media (max-width: 767px) {.contacts_net {
    padding: 3rem 0;
}.contacts_net .talk_experts_net {
    padding: 2rem;
}.contacts_net .assist_support_net {
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}.contacts_net .learn_talk_net {
    width: 70px;
    height: 70px;
}.contacts_net .learn_talk_net::after {
    bottom: -25px;
    font-size: calc(16px * 0.9);
}.contacts_net .learn_talk_net svg {
    width: 24px;
    height: 24px;
}}



@media screen and (max-width: 992px) {.company_info_net {
    padding: 80px 0;
}.company_info_net .text_post_net {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 25px;
}.company_info_net span {
    column-count: 1;
}
}



@media screen and (max-width: 768px) {.company_info_net {
    padding: 60px 0;
}.company_info_net .text_post_net {
    padding: 25px 20px;
    transform: none;
}.company_info_net h1 {
    font-size: calc(45px * 0.85);
}.company_info_net span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.company_info_net h1::after {
    width: 60px;
}
}



@media (min-width: 992px) {.appMessage_net {
    padding: 10rem 0;
}.appMessage_net .why_mission_net {
    grid-template-columns: 0.9fr 1.3fr;
}.appMessage_net .why_mission_net > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.appMessage_net .why_mission_net > div:last-child {
    padding-left: 15%;
    margin-left: -10%;
    transform: translateY(35px);
}.appMessage_net .why_mission_net:hover > div:last-child {
    transform: translateY(25px);
}.appMessage_net h5 {
    font-size: calc(22px * 1.2);
}
}



@media screen and (min-width: 992px) {.contact_section_net .img_zoom_effect_net {
    width: 50%;
}.contact_section_net .inquiry_grid_net {
    width: 50%;
    padding: 60px;
}
}



@media screen and (max-width: 576px) {.contact_section_net {
    padding: 60px 0;
}.contact_section_net h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.contact_section_net .inquiry_grid_net {
    padding: 30px 20px;
}.contact_section_net form h3 {
    font-size: calc(18px * 0.9);
}}



@media screen and (max-width: 480px) {.study_process_net {
    padding: 70px 0;
}.study_process_net .text_post_net {
    padding: 30px 20px;
    width: 100%;
}.study_process_net .text_post_net h2 {
    font-size: calc(34px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.study_process_net .text_post_net h2::after {
    width: 50px;
    height: 3px;
}.study_process_net .text_post_net p {
    font-size: calc(12px * 0.9);
}.study_process_net .text_post_net::before {
    width: 80px;
    right: -40px;
    top: -40px;
    height: 80px;
}}



@media (max-width: 768px) {.course_candidates_net {
    padding: 70px 0;
}.course_candidates_net h4 {
    font-size: calc(42px * 0.7);
    margin-bottom: 60px;
}.course_candidates_net h4::after {
    bottom: -12px;
    width: 80px;
}.course_candidates_net div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_candidates_net p {
    padding: 20px;
    border-radius: 25px;
    height: auto;
    aspect-ratio: 1.73 / 1;
    clip-path: none;
}.course_candidates_net p::before {
    clip-path: none;
    border-radius: 25px;
}.course_candidates_net p:nth-child(even) {
    transform: translateY(0);
}.course_candidates_net p svg {
    position: static;
    height: 28px;
    width: 28px;
    transform: none;
    margin-right: 15px;
}.course_candidates_net p span {
    margin-top: 0;
    display: inline;
}.course_candidates_net p:hover {
    transform: translateY(0) scale(1.03);
}.course_candidates_net p:hover svg {
    transform: scale(1.2);
}.course_candidates_net::after {
    display: none;
}
}


@media (max-width: 1200px) {.track_toggle_net h5 {
    font-size: calc(22px - 2px);
}.track_toggle_net p {
    font-size: calc(17px - 2px);
}.edu_cookie_net {
    font-size: calc(17px - 2px);
}
}


@media (max-width: 800px) {.track_optin_net {
    flex-direction: column;
    align-items: center;
}.track_switch_net {
    margin-bottom: 10px;
}.track_toggle_net {
    text-align: center;
    margin-bottom: 15px;
}.edu_cookie_net {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 1200px) {.sponsor_logo_net .container {
    gap: 2rem;
}.sponsor_logo_net .company_holder {
    flex: 1 1 350px;
}.sponsor_logo_net .campus_links_net {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.sponsor_logo_net .main_head_net {
    gap: 2rem;
}.netiquette_net .container::before {
    left: 5%;
}.netiquette_net .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.sponsor_logo_net {
    padding: 3rem 0 1rem;
}.sponsor_logo_net .main_head_net {
    gap: 1.5rem;
}.sponsor_logo_net .company_holder h3 {
    font-size: calc(33px - 2px);
    padding: 1.2rem 1.5rem;
}.sponsor_logo_net .twitter_cta_net {
    padding: 1.5rem;
}.sponsor_logo_net .twitter_cta_net::before,
    .sponsor_logo_net .twitter_cta_net::after {
    display: none;
}.netiquette_net {
    margin-top: 2rem;
}.netiquette_net .tech_stack_net::before,
    .netiquette_net .tech_stack_net::after {
    width: 30px;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}



@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}



@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

