.outer-container_local {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

svg {
    height: 30px;
    width: 30px;
}


.help_desk_info_local {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(205,206,213) 0%, rgba(rgb(167,169,190), 0.03) 100%);
    position: relative;
}

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

.help_desk_info_local h3 {
    background: rgb(167,169,190);
    color: #ffffff;
    grid-column: 1 / -1;
    padding: 30px 40px;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}

.help_desk_info_local .msg_page_local span:hover {
    background: rgba(rgb(167,169,190), 0.05);
    transform: translateX(5px);
}

.help_desk_info_local .msg_page_local span span {
    background: transparent;
    margin: 0;
    transform: none;
    padding: 0;
    font-weight: 400;
    display: inline-block;
    border: none;
}

.help_desk_info_local .msg_page_local span a:hover {
    color: rgb(113,118,173);
}

.help_desk_info_local .contact_form_local {
    padding: 30px;
    grid-column: 1 / -1;
    margin: 20px 40px 40px;
    background: rgba(rgb(167,169,190), 0.03);
    border-radius: 10px;
}

.help_desk_info_local .contact_form_local span:last-child {
    border-bottom: none;
}

.help_desk_info_local .contact_form_local span:hover {
    transform: none;
    border-left: none;
    background: rgba(rgb(167,169,190), 0.02);
    padding-left: 10px;
}



.help_desk_info_local .msg_page_local span::after {
    right: 0;
    content: "";
    border-style: solid;
    border-width: 0 20px 20px 0;
    top: 0;
    opacity: 0;
    height: 0;
    transition: all 0.3s ease;
    border-color: transparent rgba(rgb(167,169,190), 0.1) transparent transparent;
    position: absolute;
    width: 0;
}

.help_desk_info_local .msg_page_local span:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(113,118,173);
}

.help_desk_info_local .msg_page_local span p svg {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: rgb(167,169,190);
    width: 16px;
    height: 16px;
    position: absolute;
}

.cookie_compl_local {
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(167,169,190);
    flex-shrink: 0;
    overflow: hidden;
}

.gdpr_banner_local p {
    text-shadow: 0 0 5px rgb(167,169,190,0.5);
    font-size: 17px;
    margin-bottom: 0;
    color: #ffffff;
}

.cookie_warning_dialog_local p a {
    color: rgb(167,169,190);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.privacy_nook_local::before {
    opacity: 0.15;
    left: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 30%, rgb(113,118,173,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
}

.privacy_nook_local h1::after {
    position: absolute;
    background: rgb(167,169,190);
    transform-origin: left;
    content: "";
    width: 60%;
    left: 0;
    bottom: -3px;
    height: 3px;
    animation: lineGrow 1.5s ease-out forwards;
}

.privacy_nook_local h3::before {
    width: 0.6rem;
    position: absolute;
    background: rgb(113,118,173,0.5);
    transform: translateY(-50%) rotate(45deg);
    height: 0.6rem;
    content: "";
    top: 50%;
    left: 0;
}

.privacy_nook_local p strong::after {
    transform: scaleX(0.9);
    bottom: -2px;
    left: 0;
    width: 100%;
    transform-origin: left;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(113,118,173,0.5);
}

.privacy_nook_local li:hover {
    transform: translateX(5px) translateZ(0);
}

.privacy_nook_local span:hover {
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.contact_information_local::after {
    z-index: 1;
    background-image: 
        linear-gradient(rgb(113,118,173,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(113,118,173,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.07;
    content: "";
    background-size: 30px 30px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.contact_information_local .help_links_local {
    background: #ffffff;
    position: relative;
    display: flex;
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
}

.contact_information_local .support_block_local::after {
    border-radius: 0;
    content: "";
    background: rgb(113,118,173,0.5);
    z-index: 0;
    transform: rotate(45deg);
    bottom: -50px;
    width: 100px;
    left: -50px;
    position: absolute;
    height: 100px;
}

.contact_information_local form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact_information_local .help_help_local input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_information_local .help_help_local input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
    left: 8px;
}

.contact_information_local .help_help_local label a:hover::after {
    background: rgb(113,118,173);
    transform: scaleX(0);
}

.contact_information_local .inquiry_info_local:hover::before {
    width: 150%;
}

.contact_information_local svg path {
    fill: none;
    stroke: rgb(167,169,190);
    transition: all 0.3s ease;
}

.course_suitability_local::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    content: "";
    z-index: -1;
    left: 0;
}

.course_suitability_local li {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    border: 1px solid rgba(#ffffff, 0.1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 2rem;
    flex-direction: column;
    border-radius: 22px;
    display: flex;
    text-align: center;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(#ffffff, 0.08);
}

.course_suitability_local li {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.welcome_board_local .study_guide_local {
    padding: 2rem;
    display: grid;
    position: relative;
    min-height: 100vh;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.welcome_board_local .text_article_local:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 14px 28px rgba(0, 0, 0, 0.07),
        0 10px 10px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.welcome_board_local .text_article_local:hover h1::after {
    transform: scaleX(1.2);
}

.welcome_board_local .learn_open_local {
    gap: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
}

.welcome_board_local svg path {
    fill: rgb(113,118,173);
    transition: fill 0.3s ease, transform 0.5s ease;
    transform-origin: center;
}

.welcome_board_local ul li {
    margin-right: 1rem;
}

.welcome_board_local .inquiry_info_local::before {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: -1;
    left: -100%;
    content: "";
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
}

.welcome_board_local .photo_box_wrap_local::before {
    background: rgba(94, 170, 168, 0.2);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    width: 100%;
}

.instructor_profile_local .student_praise_local {
    display: grid;
    border-radius: 23px;
    overflow: hidden;
    grid-template-rows: auto auto auto;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}

.instructor_profile_local .student_praise_local .photo_box_wrap_local {
    transform: scale(1.05) translateX(-5%);
    transition: all 0.5s ease;
    border-radius: 0;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-row: 1 / 4;
    box-shadow: 0 0 30px rgb(167,169,190,0.5);
    min-height: 500px;
    position: relative;
    z-index: 1;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(167,169,190);
}

header .top_plank .learn_peakpro_local div svg, header .top_plank .learn_peakpro_local div svg path {
    fill: #ffffff;
}

header .top_plank .learn_peakpro_local {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 16px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
}

.milestone_cta_local .container {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.milestone_cta_local .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(167,169,190,0.5);
    transform: translateY(-5px);
}

.milestone_cta_local .company_holder:hover h3::after {
    transform: scaleX(1);
}

.milestone_cta_local .converter_local {
    position: relative;
    flex: 1 1 450px;
}

.milestone_cta_local .converter_local .main_nav_local {
    justify-content: flex-end;
}

.milestone_cta_local .nav_lead_local h5::before {
    bottom: -6px;
    width: 40px;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(167,169,190);
    position: absolute;
    transition: width 0.3s ease;
}

.milestone_cta_local .nav_lead_local a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.linkedin_ref_local::before {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(113,118,173) 25%, 
                #ffffff 50%, 
                rgb(167,169,190) 75%, 
                transparent 100%);
    top: 0;
    right: 0;
    left: 0;
}

.milestone_cta_local .case_study_local::before {
    height: 0;
    border: 1px solid transparent;
    content: "";
    width: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}

.stay_informed_local {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(167,169,190,0.5), rgb(113,118,173));
    position: relative;
}

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

.stay_informed_local .study_guide_local:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.stay_informed_local h4::after {
    background: linear-gradient(to right, rgb(113,118,173), transparent);
    width: 80px;
    height: 3px;
    content: "";
    left: 0;
    bottom: -12px;
    position: absolute;
}

.stay_informed_local .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

.stay_informed_local .input_holder .free_lessons_local:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.stay_informed_local .input_holder .free_lessons_local:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

header .header_nav_local {
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}

header .first_expert_local img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}

header .nav_lead_local {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
}

header .main_tutor_local a::before {
    transform: translateX(-100%);
    bottom: 0;
    height: 3px;
    transition: transform 0.3s ease;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    background: rgb(167,169,190);
}

header .site_start_local::after {
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, rgb(205,206,213), transparent);
    position: absolute;
    left: 0;
}

.thanks_note_local .container {
    z-index: 5;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.thanks_note_local h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
    transform-origin: left center;
    left: 0;
    transform: scaleX(0);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: absolute;
    height: 3px;
    bottom: -12px;
    width: 80px;
}

.thanks_note_local li::before {
    top: 8px;
    height: 10px;
    left: 0;
    transform: scale(0);
    width: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(167,169,190) 0%, rgb(113,118,173) 100%);
}

.our_team_local h1 {
    margin-bottom: 3rem;
    color: #000000;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 48px;
    transform: translateX(-0.5rem);
    position: relative;
}

.our_team_local .learning_growth_local ul {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.our_team_local .learning_creators_local:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.our_team_local .learning_creators_local h4 {
    padding-bottom: 0.75rem;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    font-size: calc(22px * 1.2);
    color: rgb(167,169,190);
    transform: translateX(0);
}

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

.plan_selection_local .premium_plan_local {
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    font-size: calc(14px + 2px);
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
}

.plan_selection_local .deal_opts_local::before {
    transform: scaleX(0.7);
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(113,118,173), rgb(167,169,190));
    height: 5px;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 100%;
}

.plan_selection_local .deal_opts_local p {
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    max-height: 250px;
    hyphens: auto;
    font-size: 14px;
    word-break: normal;
    padding-right: 10px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.plan_selection_local .deal_opts_local:hover::before {
    transform: scaleX(1);
}

.plan_selection_local .deal_opts_local:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}

.course_program_description_local::before {
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(167,169,190,0.5) 50%, rgb(167,169,190,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(167,169,190,0.5) 50%, rgb(167,169,190,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    content: "";
    left: 0;
    animation: gridPulse 8s linear infinite;
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    width: 100%;
}

.course_program_description_local .text_article_local h2 {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 46px;
    text-shadow: 0 0 15px rgb(167,169,190,0.5);
    text-transform: uppercase;
    padding-bottom: 20px;
}

.course_program_description_local .text_article_local .description:last-child {
    margin-bottom: 0;
}

.course_program_description_local .hud-element {
    position: absolute;
    border: 1px solid rgb(167,169,190,0.5);
    z-index: 5;
    opacity: 0.2;
}

.our_team_local .learning_creators_local div::-webkit-scrollbar {
    width: 4px;
}

.our_team_local .learning_creators_local div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(205,206,213);
}

.our_team_local .learning_creators_local div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,118,173,0.5);
}

.our_team_local .learning_creators_local div::-webkit-scrollbar-thumb:hover {
    background: rgb(113,118,173);
}

.plan_selection_local .deal_opts_local p::-webkit-scrollbar {
    width: 4px;
}

.plan_selection_local .deal_opts_local p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,118,173,0.5);
}



@media (max-width: 768px) {.help_desk_info_local .msg_page_local span svg {
    width: 18px;
    height: 18px;
}.help_desk_info_local .msg_page_local span p svg {
    width: 14px;
    height: 14px;
}.help_desk_info_local .contact_form_local h4 svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
}


@media only screen and (max-width: 800px) {.cookie_compl_local {
    display: none;
}.cookie_panel_local {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.gdpr_banner_local {
    text-align: center;
    margin-bottom: 20px;
}.cookie_warning_dialog_local h5, .cookie_warning_dialog_local p {
    text-align: center;
}.cookie_explained_local {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}}



@media (max-width: 768px) {.contact_information_local {
    padding: 60px 0;
}.contact_information_local .help_links_local {
    flex-direction: column;
}.contact_information_local .photo_box_wrap_local {
    min-height: 300px;
    width: 100%;
}.contact_information_local .support_block_local {
    width: 100%;
    padding: 40px 30px;
}.contact_information_local form h3 {
    margin-bottom: 30px;
}.contact_information_local form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information_local .help_help_local {
    margin-bottom: 30px;
}.contact_information_local .inquiry_info_local {
    width: 100%;
    padding: 15px 30px;
}
}



@media (min-width: 768px) {.welcome_board_local .study_guide_local {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3rem;
    gap: 2rem;
}.welcome_board_local h1 {
    font-size: calc(30px * 1.1);
}.welcome_board_local svg {
    width: 90px;
    height: 90px;
}.welcome_board_local .text_article_local {
    padding: 3rem;
}.welcome_board_local .photo_box_wrap_local {
    aspect-ratio: 4/5;
    height: 90%;
}
}



@media (max-width: 992px) {.instructor_profile_local {
    padding: 5rem 1.5rem;
}.instructor_profile_local .student_praise_local {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.instructor_profile_local .student_praise_local .photo_box_wrap_local {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    grid-row: 1 / 2;
}.instructor_profile_local .student_praise_local .photo_box_wrap_local:hover {
    transform: scale(1.03) translateY(-4%);
}.instructor_profile_local .student_praise_local .name {
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
}.instructor_profile_local .student_praise_local span:not(.name) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
}.instructor_profile_local .student_praise_local .experience_summary_local {
    padding: 1.5rem;
    border-radius: 10px;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    margin-right: 0;
}
}



@media (hover: none) {.stay_informed_local .study_guide_local {
    transform: none;
}.stay_informed_local .study_guide_local:hover {
    transform: none;
}}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .site_start_local {
    padding: 1rem 1.5rem;
}header .header_nav_local {
    flex: 0 0 auto;
    max-width: 150px;
}header .nav_lead_local {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
}header .nav_lead_local::-webkit-scrollbar {
    height: 3px;
}header .nav_lead_local::-webkit-scrollbar-thumb {
    background: rgb(167,169,190,0.5);
    border-radius: 10px;
}header .main_tutor_local {
    flex: 0 0 auto;
}header .main_tutor_local a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .nav_lead_local::after {
    bottom: 0;
}header .first_expert_local::before {
    display: none;
}}



@media (max-width: 767px) {.our_team_local {
    padding: 4rem 0;
}.our_team_local .container {
    padding: 0 1.5rem;
}.our_team_local h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2.5rem;
}.our_team_local .learning_growth_local ul {
    gap: 2rem;
}.our_team_local .learning_creators_local {
    padding: 1.5rem;
}.our_team_local .learning_creators_local h4 {
    font-size: 22px;
    margin-bottom: 1rem;
}.our_team_local .learning_creators_local div {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}


@media screen and (max-width: 1200px) {.course_program_description_local {
    padding: 80px 0;
}.course_program_description_local .text_article_local {
    padding: 40px;
}.course_program_description_local .photo_box_wrap_local {
    height: 550px;
}
}



@media screen and (max-width: 480px) {.course_program_description_local {
    padding: 40px 0;
}.course_program_description_local .container {
    padding: 0 15px;
}.course_program_description_local .text_article_local {
    padding: 20px;
}.course_program_description_local .text_article_local h2 {
    margin-bottom: 20px;
    font-size: calc(46px * 0.7);
}.course_program_description_local .text_article_local h2::before {
    font-size: 14px;
    top: -20px;
}.course_program_description_local .photo_box_wrap_local {
    height: 280px;
}
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(167,169,190,0.5), 0 0 20px rgb(167,169,190,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(167,169,190), 0 0 30px rgb(167,169,190);
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



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



@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

