* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

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

.container {
    width: 1172px;
    max-width: 100%;
    margin: auto;
}

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

header::before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(184,171,166,0.5) 0%, transparent 50%, rgb(184,171,166,0.5) 100%);
    position: absolute;
    height: 100%;
    opacity: 0.15;
}

header .main_mentor_core .head_expert_core::before,
header .main_mentor_core .head_expert_core::after {
    position: absolute;
    content: "";
    height: 90%;
    border-radius: 29px;
    width: 90%;
}

header .main_mentor_core .head_expert_core::before {
    left: -5px;
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(184,171,166);
    border-left: 2px solid rgb(184,171,166);
    transform: scale(0);
    transform-origin: top left;
    top: -5px;
}

header .main_mentor_core .head_mainbar_core::after {
    right: 0;
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core {
    transition: transform 0.3s ease;
    position: relative;
    margin: 0;
    padding: 0 15px;
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core:hover {
    transform: translateY(-3px);
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core a:hover {
    color: rgb(184,171,166);
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core a::before {
    background: rgb(140,126,125);
    width: 100%;
    left: 0;
    bottom: 5px;
    height: 2px;
    transform: scaleX(0);
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
}

.course_program_description_core::after {
    height: 200px;
    position: absolute;
    z-index: 1;
    top: -50px;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(140,126,125,0.5) 0%, transparent 70%);
    border-radius: 50%;
    right: -50px;
    animation: pulse 8s infinite alternate;
}

.course_program_description_core .learn_code_core {
    position: relative;
    padding-right: 20px;
    flex: 1;
}

.course_program_description_core .learn_code_core::before {
    left: -30px;
    animation: rotate 25s linear infinite;
    border: 2px solid rgb(184,171,166,0.5);
    z-index: -1;
    border-radius: 50%;
    content: "";
    top: -30px;
    position: absolute;
    width: 60px;
    height: 60px;
}

.course_program_description_core .head_expert_core:hover {
    transform: translateY(-5px) translateZ(0);
}

.course_program_description_core .head_expert_core svg path {
    fill: rgb(184,171,166);
    transition: fill 0.3s ease;
}

.course_program_description_core .head_expert_core:hover svg,
.course_program_description_core .head_expert_core:hover svg path {
    fill: rgb(140,126,125);
}

.course_program_description_core p {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.7;
    font-size: 18px;
    color: #000000;
    position: relative;
}

.course_program_description_core .image_panel_core::after {
    position: absolute;
    animation: shine-effect 6s infinite;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    transform: rotate(25deg);
    top: -50%;
    content: "";
    width: 200%;
    z-index: 3;
    height: 200%;
    left: -50%;
}

.privacy_recess_core h2 {
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
    font-size: 20px;
}

.privacy_recess_core li {
    font-size: 14px;
    line-height: 1.8;
}

.pricing_frame_core .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}

.pricing_frame_core h2::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    background: rgb(184,171,166);
    width: 80px;
}

.pricing_frame_core .learning_fee_core {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
}

.pricing_frame_core .package_deals_core::before {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to bottom right, 
        rgb(184,171,166,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

.pricing_frame_core .study_packages_core h4::after {
    background: rgb(184,171,166);
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
    width: 40px;
    position: absolute;
}

.pricing_frame_core .pricing_schemes_core::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s ease;
}

.pricing_frame_core .study_packages_core:hover h4::after {
    width: 60px;
}

.user_comments_core {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(219,213,188) 0%, rgba(rgb(184,171,166,0.5), 0.05) 100%);
    position: relative;
    padding: 5rem 0;
}

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

.user_comments_core h2 {
    text-align: left;
    font-size: 36px;
    transform: translateX(-5px);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
}

.user_comments_core .learning_opinion_core {
    flex-direction: column;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 8px 24px rgba(rgba(0, 0, 0, 0.5), 0.07);
    position: relative;
    background: #ffffff;
    padding: 1.5rem;
}

.user_comments_core .learning_opinion_core:hover img {
    border-color: rgb(184,171,166);
    filter: grayscale(0%);
    transform: scale(1.05);
}

.user_comments_core .learning_opinion_core h4::after {
    position: absolute;
    left: 0;
    width: 0;
    content: "";
    background: rgb(140,126,125);
    height: 2px;
    bottom: -5px;
    transition: width 0.3s ease;
}

.user_comments_core .description::before {
    opacity: 0.15;
    line-height: 1;
    transform: translateX(-50%);
    color: rgb(184,171,166);
    position: absolute;
    font-size: 3rem;
    left: 0.75rem;
    content: "";
    top: -10px;
}

.user_comments_core a:hover::before {
    transform: translateX(100%);
}

.user_comments_core a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(184,171,166,0.5), 0.3);
}

.teaching_history_core::before {
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(140,126,125,0.5) 40px,
        rgb(140,126,125,0.5) 42px
    );
    content: "";
    position: absolute;
}

.teaching_history_core .learning_opinion_core > div:first-child {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.teaching_history_core .learning_opinion_core:hover .image_panel_core {
    transform: translateZ(30px) translateY(-5px);
}

.teaching_history_core .learning_opinion_core .image_panel_core::after {
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 15px;
    right: -15px;
    content: "";
    position: absolute;
    border: 2px solid rgb(140,126,125);
    top: 15px;
    bottom: -15px;
    transform: translate(10px, 10px);
    opacity: 0;
}

.teaching_history_core .learning_opinion_core:hover .name::after {
    width: 70%;
}

.teaching_history_core .learning_opinion_core > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(140,126,125);
    opacity: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(12px * 1.05);
}

.contact_core {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(219,213,188);
}

.contact_core .image_panel_core::after {
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(184,171,166,0.5), transparent 70%);
    border-radius: 26px 0 0 26px;
    height: 100%;
    position: absolute;
}

.contact_core h3 {
    font-weight: 700;
    font-size: 32px;
    color: rgb(184,171,166);
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}

.contact_core input[type="text"],
.contact_core textarea {
    background: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
}

.contact_core .connect_panel_core input[type="checkbox"]:checked + label::before {
    border-color: rgb(184,171,166);
    background: rgb(184,171,166);
}

.contact_core .connect_panel_core a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(184,171,166);
}

.contact_core .connect_links_core {
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    color: #ffffff;
    background: rgb(184,171,166);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}

.contact_core .inquiry_feedback_core h4::after {
    height: 3px;
    content: '';
    left: 0;
    background: #ffffff;
    bottom: -15px;
    width: 40px;
    position: absolute;
}

.contact_core .query_panel_core li {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.contact_core .query_panel_core span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.opening_page_core::before {
    content: "";
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    z-index: 1;
    width: 60%;
}

.opening_page_core::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
}

.opening_page_core h1::after {
    height: 4px;
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: rgb(184,171,166);
    width: 60px;
    bottom: -10px;
    transform-origin: left;
    left: 0;
}

.opening_page_core h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.opening_page_core .course_main_core:hover {
    transform: perspective(1000px) rotateY(0);
}

.opening_page_core .course_main_core p::after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 40px;
    background: rgb(140,126,125);
    left: 0;
    height: 2px;
}

.opening_page_core svg:hover path {
    fill: rgb(140,126,125);
}

.opening_page_core svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.opening_page_core .connect_links_core:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}

.opening_page_core .connect_links_core:hover::before {
    opacity: 1;
}

.opening_page_core .image_panel_core {
    position: relative;
    transform: translateX(30px) scale(0.95);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 3;
    opacity: 0;
    height: 100%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.opening_page_core .image_panel_core {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
}

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

.get_updates_core h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.6s 0.3s ease-out forwards;
    font-size: 21px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(20px);
}

.get_updates_core .input_holder div:focus-within::before {
    width: 100%;
    background: #ffffff;
}

.get_updates_core input[type="email"]:focus {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.18);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.get_updates_core .connect_links_core {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    padding: 1rem 2.5rem;
    font-size: 14px;
    background: rgb(184,171,166);
    border: none;
    text-align: center;
}

.try_immediately_core::before {
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(184,171,166,0.5) 20%
    );
    height: 120%;
    content: '';
    width: 120%;
    left: -10%;
    position: absolute;
    opacity: 0.05;
    top: -10%;
    z-index: 1;
    animation: shift-background 15s linear infinite;
}

.try_immediately_core .learn_mastery_core::before {
    position: absolute;
    content: '';
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(184,171,166,0.5) 100%
    );
    opacity: 0.1;
    animation: rotate 30s linear infinite;
    z-index: -1;
    width: 200%;
    left: -50%;
    top: -50%;
    height: 200%;
}

.try_immediately_core .connect_links_core::before {
    top: 0;
    content: '';
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
}

.appSection_core {
    background: linear-gradient(135deg, rgb(219,213,188), rgb(219,213,188) 60%, rgba(rgb(184,171,166,0.5), 0.1));
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.appSection_core .learn_mastery_core:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(184,171,166,0.5), 0.08),
        0 0 0 1px rgba(rgb(184,171,166,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.appSection_core h5 {
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 19px;
    position: relative;
    display: inline-block;
}

.appSection_core .learn_mastery_core > div:last-child {
    border-left: 1px solid rgba(rgb(140,126,125,0.5), 0.2);
    position: relative;
    padding-left: 1.5rem;
}

.appSection_core a::before {
    top: 0;
    opacity: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(184,171,166,0.5), 0.03), 
        rgba(rgb(140,126,125,0.5), 0.05)
    );
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0.8) translateX(-10%);
    height: 100%;
}

.our_mission_core h1 {
    display: inline-block;
    transform: translateX(30px);
    margin-bottom: 60px;
    font-size: 40px;
    color: #000000;
    opacity: 0;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    font-weight: 700;
}

.our_mission_core .learn_spot_core {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
    position: relative;
    transform: translateY(40px);
    overflow: hidden;
    animation: fadeUpIn 0.8s ease-out forwards;
    opacity: 0;
}

.our_mission_core .learn_spot_core h4::before {
    background: rgb(184,171,166);
    height: 8px;
    animation: popIn 0.4s ease-out forwards 1.2s;
    position: absolute;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    content: "";
    left: -15px;
    top: 50%;
}

.pledge_block_core::after {
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
}

.pledge_block_core .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    position: relative;
    flex: 1;
    min-width: 200px;
}

.pledge_block_core .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(140,126,125,0.5), transparent);
    right: -0.75rem;
    position: absolute;
}

.pledge_block_core .info_item:hover svg {
    transform: scale(1.15);
}

.pledge_block_core .head_expert_core svg {
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
}

.pledge_block_core .head_mainbar_core {
    display: flex;
    flex-direction: column;
    position: relative;
}

.pledge_block_core .head_mainbar_core h5 {
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: 19px;
    font-weight: 600;
}

.pledge_block_core .head_mainbar_core h5::after {
    left: 0;
    height: 2px;
    content: '';
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(184,171,166), transparent);
    bottom: 0;
}

.pledge_block_core .nav_sitewrap_core a:hover {
    color: rgb(184,171,166);
    opacity: 1;
    transform: translateX(8px);
}

.pledge_block_core .nav_sitewrap_core a:hover::before {
    width: 20px;
}

.pledge_block_core .subscribe_holder::after {
    content: '';
    position: absolute;
    right: 0;
    width: 150px;
    height: 150px;
    bottom: 0;
    opacity: 0.3;
    animation: pulseGlow 6s infinite alternate;
    background: radial-gradient(circle, rgb(184,171,166,0.5) 0%, transparent 70%);
    z-index: -1;
}

.pledge_block_core .subscribe_holder h5::after {
    background: rgb(184,171,166);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 40px;
}



.pledge_block_core .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.pledge_block_core .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.pledge_block_core .achieve_success_core::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    z-index: -1;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    width: 100%;
}

.pledge_block_core .achieve_success_core:hover::before {
    left: 100%;
}

.pledge_block_core .campus_links_core::before {
    background: linear-gradient(to right, transparent, rgb(140,126,125,0.5), transparent);
    width: 60%;
    position: absolute;
    top: 0;
    content: '';
    left: 20%;
    height: 1px;
}

#privacyAlertPopup_core {
    display: none;
}

.consentWarningDialog_core p {
    font-size: 18px;
}

.learn_cookies_core {
    margin-right: 10px;
    flex-shrink: 0;
}

.consentWarningDialog_core p a {
    color: rgb(184,171,166);
    text-decoration: none;
}


.wrapper-capsule_core .consentWarningDialog_core {
    background: #ffffff;
    box-shadow: rgb(184,171,166,0.5) 0px 0px 40px 39px;
    border: none;
}

.wrapper-capsule_core .learn_cookies_core {
    background:rgb(184,171,166);
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 992px) {header .main_mentor_core {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .main_mentor_core .head_expert_core {
    padding: 5px 10px;
}header .main_mentor_core .head_expert_core .header_lesson_core svg {
    height: 45px;
}header .main_mentor_core .head_mainbar_core {
    padding: 15px 0 10px;
}header .main_mentor_core .head_mainbar_core .head_pagewrap_core {
    padding: 0 10px;
}header .main_mentor_core .head_mainbar_core .head_pagewrap_core a {
    padding: 8px 3px;
    font-size: calc(18px - 1px);
}
}



@media screen and (max-width: 767px) {.course_program_description_core {
    padding: 50px 0;
}.course_program_description_core .learn_mastery_core {
    padding: 25px;
}.course_program_description_core .head_expert_core {
    max-width: 150px;
    height: 50px;
}.course_program_description_core h3 {
    font-size: calc(37px - 6px);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_program_description_core h3::after {
    width: 60px;
    height: 2px;
}.course_program_description_core p {
    font-size: calc(18px - 1px);
    margin-bottom: 20px;
}.course_program_description_core .image_panel_core {
    min-height: 300px;
}
}



@media (max-width: 992px) {.pricing_frame_core {
    padding: 80px 0;
}.pricing_frame_core .learning_fee_core {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_frame_core .package_deals_core {
    min-height: 340px;
    padding: 22px;
}.pricing_frame_core .study_packages_core h4 {
    font-size: 20px;
}.pricing_frame_core .study_packages_core p {
    font-size: 14px;
    line-height: 1.6;
}.pricing_frame_core .pricing_schemes_core {
    padding: 8px 16px;
    font-size: 24px;
}
}



@media (max-width: 992px) {.user_comments_core h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.user_comments_core .opinion_sharing_core {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.user_comments_core .learning_opinion_core {
    padding: 1.25rem;
}
}



@media (prefers-reduced-motion: reduce) {.user_comments_core .learning_opinion_core,
    .user_comments_core .learning_opinion_core img,
    .user_comments_core a,
    .user_comments_core h2::after {
    transition: none;
    animation: none;
}.user_comments_core .learning_opinion_core:hover {
    transform: none;
}}



@media (min-width: 768px) {.teaching_history_core .learning_opinion_core {
    grid-template-columns: 260px 1fr;
    gap: 3rem;
    padding: 4rem;
}.teaching_history_core .learning_opinion_core > div:nth-child(2) {
    text-align: left;
    grid-column: 2;
    align-self: center;
}.teaching_history_core .name::after {
    transform: translateX(0);
    left: 0;
}.teaching_history_core .learning_opinion_core > div:nth-child(3) {
    grid-column: span 2;
}
}



@media (max-width: 767px) {.teaching_history_core {
    padding: 4rem 1.5rem;
}.teaching_history_core .learning_opinion_core {
    padding: 2rem;
}.teaching_history_core .learning_opinion_core .image_panel_core {
    margin: 0 auto;
    width: 220px;
    height: 220px;
}.teaching_history_core .name {
    font-size: 23px;
}.teaching_history_core .employee_history_core {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 768px) {.opening_page_core .learn_mastery_core {
    gap: 2rem;
    padding: 3rem 1rem;
}.opening_page_core h1 {
    font-size: calc(45px * 0.8);
}.opening_page_core .course_main_core {
    padding: 1.5rem;
}.opening_page_core .course_main_core p {
    font-size: 17px;
}.opening_page_core svg {
    width: 100px;
    height: 100px;
}.opening_page_core .image_panel_core {
    height: 250px;
}.opening_page_core .connect_links_core {
    padding: 0.8rem 1.5rem;
}
}



@media (min-width: 992px) {.get_updates_core {
    padding: 9rem 4rem;
}.get_updates_core::before {
    width: 50%;
}.get_updates_core .learn_mastery_core {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 4rem;
}.get_updates_core h3 {
    font-size: calc(21px * 1.2);
    transform: translateY(0);
}.get_updates_core .input_holder {
    max-width: 100%;
}
}



@media (max-width: 991px) {.try_immediately_core {
    padding: 80px 0;
}.try_immediately_core .learn_mastery_core {
    padding: 40px 30px;
}.try_immediately_core .container p {
    font-size: 31px;
    margin-bottom: 30px;
}
}



@media (min-width: 768px) {.appSection_core {
    padding: 7rem 0;
}.appSection_core .learn_mastery_core {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.appSection_core .learn_mastery_core > div:first-child {
    transform: translateX(0);
}.appSection_core .learn_mastery_core > div:last-child {
    border-left: 2px solid rgba(rgb(140,126,125,0.5), 0.15);
    padding-left: 3rem;
}.appSection_core h5 {
    font-size: calc(19px * 1.1);
}.appSection_core p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 480px) {.appSection_core {
    padding: 3rem 0;
}.appSection_core .learn_mastery_core {
    padding: 1.5rem;
    gap: 1.5rem;
}.appSection_core .learn_mastery_core > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.appSection_core h5 {
    font-size: calc(19px * 0.85);
}.appSection_core p {
    font-size: calc(17px * 0.9);
}.appSection_core .learn_mastery_core > div:last-child {
    padding-left: 0.75rem;
}}



@media (max-width: 1200px) {.pledge_block_core .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.pledge_block_core .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.pledge_block_core .head_mainbar_core::after {
    display: none;
}
}



@media (max-width: 576px) {.pledge_block_core {
    padding: 3rem 0 1.5rem;
}.pledge_block_core .get_contactinfo_core {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.pledge_block_core .info_item p,
    .pledge_block_core .info_item a {
    font-size: calc(15px - 1px);
}.pledge_block_core .nav_sitewrap_core {
    grid-template-columns: 1fr;
    text-align: center;
}.pledge_block_core .nav_sitewrap_core a:hover {
    transform: none;
}.pledge_block_core .nav_sitewrap_core a::before {
    left: 50%;
    transform: translateX(-50%);
}.pledge_block_core .nav_sitewrap_core a:hover::before {
    width: 30px;
}.pledge_block_core .input_holder {
    width: 100%;
}}


@media only screen and (max-width: 800px){.wrapper-capsule_core .learn_cookies_core {
    margin-bottom: 14px;
    margin: 0;
}
}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}



@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}



@keyframes slideRight {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideInHeading {
    0% {
        transform: translateX(-15px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

