.nav_skill_core {
    flex: 1 0 auto;
}

.pledge_block_core {
    flex: 0 0 auto;
}

.pledge_block_core {
    padding: 6rem 0 2rem;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(140,126,125,0.5) 100%);
}

header .main_mentor_core {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
}

header .main_mentor_core .head_expert_core {
    position: relative;
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
}

header .main_mentor_core .head_expert_core::after {
    transform-origin: bottom right;
    right: -5px;
    transition: transform 0.3s ease;
    border-right: 2px solid rgb(140,126,125);
    transform: scale(0);
    border-bottom: 2px solid rgb(140,126,125);
    bottom: -5px;
}

header .main_mentor_core .head_expert_core .header_lesson_core svg {
    width: auto;
    height: 60px;
}

header .main_mentor_core .head_mainbar_core::before,
header .main_mentor_core .head_mainbar_core::after {
    position: absolute;
    height: 70%;
    top: 15%;
    width: 2px;
    background: rgb(184,171,166,0.5);
    content: "";
}

header .main_mentor_core .head_mainbar_core::before {
    left: 0;
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core a {
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: color 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
    color: #000000;
}

.course_program_description_core::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(184,171,166,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    left: 0;
}

.course_program_description_core .learn_mastery_core {
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(184,171,166,0.5);
    overflow: hidden;
    gap: 40px;
    align-items: center;
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    border-radius: 27px;
    display: flex;
    backdrop-filter: blur(5px);
}

.course_program_description_core .head_expert_core {
    position: relative;
    max-width: 180px;
    margin-bottom: 20px;
    align-items: center;
    padding: 10px 15px;
    width: 60px;
    border-radius: 10px;
    transform: translateZ(0);
    background: linear-gradient(145deg, #ffffff 0%, rgb(219,213,188) 100%);
    transition: transform 0.3s ease;
    height: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: flex;
}

.course_program_description_core h3::after {
    background: linear-gradient(to right, rgb(184,171,166), rgb(140,126,125));
    content: "";
    left: 0;
    height: 3px;
    border-radius: 10px;
    width: 80px;
    bottom: 0;
    position: absolute;
}

.course_program_description_core .image_panel_core::before {
    z-index: 2;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    width: 100%;
    top: 0;
}

.privacy_recess_core {
    border: 1px solid #000000;
    background-color: rgb(219,213,188);
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.privacy_recess_core ul {
    color: #000000;
    padding-left: 20px;
    list-style-type: square;
    margin: 15px 0;
}

.pricing_frame_core::before {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    top: 0;
    z-index: 1;
}

.pricing_frame_core .plan_fees_core {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 18px;
}

.pricing_frame_core .package_deals_core {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    min-height: 380px;
    position: relative;
    height: 100%;
    backdrop-filter: blur(10px);
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing_frame_core .study_packages_core p {
    flex-grow: 1;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: #ffffff;
    opacity: 0.85;
    white-space: normal;
    margin-bottom: 25px;
    font-size: 15px;
    word-break: break-word;
}

.pricing_frame_core .study_packages_core:hover {
    transform: translateY(-10px);
}

.pricing_frame_core .study_packages_core:hover .package_deals_core {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.pricing_frame_core .study_packages_core:hover .package_deals_core::before {
    opacity: 1;
}

.pricing_frame_core .study_packages_core:hover .pricing_schemes_core {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.user_comments_core::before {
    transform: translateX(20%);
    background: linear-gradient(210deg, rgb(184,171,166) 0%, transparent 100%);
    height: 100%;
    content: "";
    opacity: 0.03;
    position: absolute;
    width: 30%;
    pointer-events: none;
    right: 0;
    top: 0;
}

.user_comments_core .opinion_sharing_core {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    perspective: 1000px;
}

.user_comments_core .learning_opinion_core:hover {
    box-shadow: 0 20px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg);
}

.user_comments_core .learning_opinion_core:hover::before {
    height: 100%;
}

.user_comments_core .learning_opinion_core img {
    border: 2px solid transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 1rem;
    filter: grayscale(30%);
    transition: all 0.3s ease;
}

.user_comments_core .learning_opinion_core:hover h4::after {
    width: 100%;
}

.user_comments_core .learning_opinion_core:hover .description {
    border-left-color: rgb(184,171,166);
    padding-left: 1rem;
}

.user_comments_core a {
    z-index: 1;
    color: #ffffff;
    border: none;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    transform: translateZ(0);
    padding: 0.75rem 2rem;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, rgb(184,171,166), rgb(140,126,125));
    margin-top: 3rem;
}

.teaching_history_core::after {
    background: rgb(140,126,125);
    transform: rotate(-12deg);
    right: -10%;
    width: 60%;
    position: absolute;
    content: "";
    opacity: 0.04;
    top: -50%;
    z-index: 0;
    height: 200%;
}

.teaching_history_core .learning_opinion_core:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teaching_history_core .learning_opinion_core .image_panel_core {
    height: 260px;
    width: 260px;
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0.5rem;
}

.teaching_history_core .learning_opinion_core > div:nth-child(2) {
    text-align: center;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s ease;
}

.teaching_history_core .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(184,171,166);
    font-size: calc(23px * 1.2);
}

.teaching_history_core .employee_history_core {
    border-left: 3px solid rgb(140,126,125,0.5);
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.contact_core::before {
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(140,126,125,0.5),
        rgb(140,126,125,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    left: 0;
}

.contact_core .support_reach_core {
    border-radius: 26px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact_core input[type="text"]:focus,
.contact_core textarea:focus {
    box-shadow: 0 0 0 2px rgb(184,171,166,0.5);
    outline: none;
    border-color: rgb(184,171,166);
}

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

.contact_core .connect_panel_core label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
}

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

.contact_core .inquiry_feedback_core {
    position: relative;
    background: rgb(184,171,166);
    padding: 50px;
    width: 35%;
}

.contact_core .inquiry_feedback_core h4 {
    position: relative;
    margin-bottom: 40px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.contact_core .query_panel_core {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_core .query_panel_core svg path {
    fill: #ffffff;
}

.contact_core .query_panel_core a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.opening_page_core::after {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
}

.opening_page_core h1 {
    transform: translateY(-20px);
    color: #000000;
    margin-bottom: 2rem;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    grid-column: 1 / -1;
    opacity: 0;
    font-size: 45px;
    position: relative;
}

.opening_page_core h1 {
    font-size: calc(45px * 0.9);
    text-align: center;
}

.opening_page_core .course_main_core {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-left: 4px solid rgb(184,171,166);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.opening_page_core svg {
    width: 120px;
    margin: 1.5rem 0;
    transform: scale(0.9);
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
}

.opening_page_core .connect_links_core {
    background: linear-gradient(45deg, rgb(184,171,166), rgb(140,126,125));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    transform: translateY(0);
    margin-top: 1.5rem;
    z-index: 1;
    border: none;
}

.get_updates_core {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,171,166,0.5), rgb(140,126,125));
    padding: 6rem 2rem;
}

.get_updates_core::after {
    opacity: 0.3;
    height: 80%;
    z-index: -1;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    width: 40%;
    right: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(184,171,166), transparent);
    bottom: -10%;
    transform: rotate(15deg);
}

.get_updates_core .input_holder div {
    position: relative;
    width: 100%;
}

.get_updates_core .input_holder div::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    transition: width 0.4s ease-out;
    bottom: 0;
    background: rgb(184,171,166);
    height: 2px;
    width: 0;
}

.get_updates_core input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(255, 255, 255, 0.7);
}

.get_updates_core input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.get_updates_core .connect_links_core::after {
    width: 0;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translate(-50%, -50%);
    left: 50%;
    content: "";
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    position: absolute;
    border-radius: 50%;
    height: 0;
    top: 50%;
}

.try_immediately_core {
    position: relative;
    background: linear-gradient(135deg, rgb(219,213,188) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
}

.try_immediately_core .learn_mastery_core {
    z-index: 10;
    overflow: hidden;
    background: rgb(219,213,188);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    padding: 60px;
    flex-direction: column;
    text-align: center;
}

.try_immediately_core .container p::after {
    content: '';
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(184,171,166), rgb(140,126,125));
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.try_immediately_core .connect_links_core:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.try_immediately_core .connect_links_core:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

.appSection_core::before {
    z-index: 0;
    content: "";
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    height: 80%;
    background: linear-gradient(145deg, rgba(rgb(140,126,125,0.5), 0.08), rgba(rgb(140,126,125,0.5), 0.03));
    width: 60%;
    top: -20%;
    filter: blur(20px);
}

.appSection_core .learn_mastery_core {
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(184,171,166,0.5), 0.05),
        0 0 0 1px rgba(rgb(184,171,166,0.5), 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    gap: 2.5rem;
    display: grid;
}

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

.appSection_core a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}

.appSection_core a:hover p {
    color: #000000;
}

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

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

.our_mission_core h1::after {
    position: absolute;
    height: 4px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 0.6s ease-out forwards 1s;
    left: 0;
    bottom: -12px;
    background: rgb(184,171,166);
}

.our_mission_core .learn_spot_core:nth-child(1) {
    transform: translateY(40px) rotate(-1deg);
    animation-delay: 0.4s;
}

.our_mission_core .learn_spot_core::before {
    background: linear-gradient(to bottom, rgb(184,171,166), rgb(140,126,125));
    animation: expandHeight 0.6s ease-out forwards 1.2s;
    transform: scaleY(0);
    content: "";
    left: 0;
    transform-origin: top;
    height: 100%;
    position: absolute;
    width: 4px;
    top: 0;
}

.pledge_block_core::before {
    content: '';
    width: 100%;
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(184,171,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(140,126,125,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}

.pledge_block_core .get_contactinfo_core {
    gap: 1.5rem;
    display: flex;
    padding: 1.25rem 2rem;
    z-index: 10;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 17px;
    justify-content: space-between;
    position: relative;
    transform: translateY(-3.5rem);
    flex-wrap: wrap;
}

.pledge_block_core .info_item p,
.pledge_block_core .info_item a {
    font-size: 15px;
    padding: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    gap: 0.875rem;
    color: #000000;
    align-items: center;
    border-radius: 10px;
}

.pledge_block_core .text_main_holder {
    display: grid;
    gap: 4rem;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.pledge_block_core .head_expert_core:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(184,171,166,0.5));
}

.pledge_block_core .head_mainbar_core::after {
    background: linear-gradient(to bottom, transparent, rgb(140,126,125,0.5) 30%, rgb(140,126,125,0.5) 70%, transparent);
    bottom: 0;
    position: absolute;
    content: '';
    right: -2rem;
    top: 0;
    width: 1px;
}

.pledge_block_core .nav_sitewrap_core:first-child {
    margin-bottom: 2rem;
}

.pledge_block_core .nav_sitewrap_core a {
    transition: all 0.3s ease;
    opacity: 0.85;
    transform-origin: left;
    text-decoration: none;
    position: relative;
    padding: 0.25rem 0;
    font-size: 15px;
    color: #ffffff;
}

.pledge_block_core .subscribe_holder::before {
    width: 100%;
    left: 0;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(184,171,166,0.5), transparent 70%);
    content: '';
    top: 0;
    z-index: -1;
}

.pledge_block_core .subscribe_holder p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.6;
}

.pledge_block_core .input_holder::before {
    border-radius: calc(10px + 10px);
    z-index: -1;
    background: 
        radial-gradient(circle at bottom right, rgb(184,171,166,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(140,126,125,0.5) 0%, transparent 70%);
    width: calc(100% + 20px);
    content: '';
    left: -10px;
    animation: subtleRotate 15s linear infinite;
    opacity: 0.1;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
}

.pledge_block_core .achieve_success_core::after {
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(140,126,125);
    position: absolute;
    z-index: -2;
}

.pledge_block_core .achieve_success_core:hover::after {
    opacity: 1;
}

.pledge_block_core .discount_cta_core {
    opacity: 0.7;
    font-size: 12px;
}

.consentWarningDialog_core {
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(184,171,166);
    position: fixed;
    background: rgb(219,213,188);
    bottom: 0;
}

.consentWarningDialog_core h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.learn_cookies_core svg, .learn_cookies_core svg path, .learn_cookies_core img {
    fill: rgb(184,171,166);
    height: 100px;
    width: 100px;
}

.wrapper-capsule_core .data_approval_core {
    font-size: 20px;
    font-weight: 400;
    background: rgb(184,171,166);
    margin-left: 30px;
    color: #ffffff;
    border: none;
    padding: 10px;
}

.wrapper-capsule_core .user_choices_core h5, .wrapper-capsule_core .user_choices_core p {
    color: #000000;
}

::-webkit-scrollbar {
    width: 4px;
    background: linear-gradient(94deg, #ffffff 99%, rgb(255, 255, 255, 0.5) 15%, rgb(140,126,125) 77%, rgb(184,171,166) 89%, rgb(184,171,166,0.5) 10%, rgb(219,213,188) 3%);
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px dashed rgb(255, 255, 255, 0.5);
    border-radius: 13%;
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 3px ridge rgb(140,126,125,0.5);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(140,126,125);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(140,126,125,0.5);
    transform: scale(0.9);
}



@media screen and (max-width: 576px) {.course_program_description_core {
    padding: 40px 0;
}.course_program_description_core .learn_mastery_core {
    gap: 20px;
    padding: 20px;
}.course_program_description_core .head_expert_core {
    height: 40px;
    max-width: 120px;
    margin-bottom: 15px;
}.course_program_description_core h3 {
    font-size: calc(37px - 8px);
}.course_program_description_core .image_panel_core {
    min-height: 250px;
}}


@media only screen and (max-width: 800px) {.privacy_recess_core {
    padding: 20px;
}.privacy_recess_core h1 {
    font-size: 20px;
}.privacy_recess_core h2 {
    font-size: 17px;
}.privacy_recess_core ul {
    font-size: 14px;
}}



@media (max-width: 768px) {.pricing_frame_core {
    padding: 60px 0;
}.pricing_frame_core .learning_fee_core {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_frame_core .package_deals_core {
    padding: 25px;
    min-height: auto;
}.pricing_frame_core h2 {
    font-size: calc(35px - 4px);
}.pricing_frame_core .plan_fees_core {
    font-size: 16px;
    margin-bottom: 40px;
}
}



@media (max-width: 1200px) {.user_comments_core {
    padding: 4rem 0;
}.user_comments_core .opinion_sharing_core {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 768px) {.user_comments_core {
    padding: 3.5rem 0;
}.user_comments_core h2 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: calc(36px * 0.85);
    transform: none;
}.user_comments_core h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user_comments_core .opinion_sharing_core {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_comments_core a {
    display: block;
    text-align: center;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
}



@media (min-width: 1200px) {.teaching_history_core .learning_opinion_core {
    padding: 5rem;
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
    gap: 3.5rem;
}.teaching_history_core .image_panel_core {
    height: 300px;
    width: 300px;
}.teaching_history_core .name {
    font-size: calc(23px * 1.3);
}.teaching_history_core .employee_history_core {
    line-height: 1.9;
}
}



@media (max-width: 992px) {.contact_core .image_panel_core {
    display: none;
}.contact_core .support_reach_core {
    flex-direction: column;
}.contact_core .request_panel_core {
    width: 100%;
}.contact_core .inquiry_feedback_core {
    width: 100%;
}
}



@media (max-width: 576px) {.contact_core {
    padding: 40px 0;
}.contact_core h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.contact_core .request_panel_core,
    .contact_core .inquiry_feedback_core {
    padding: 30px 20px;
}.contact_core form h3,
    .contact_core .inquiry_feedback_core h4 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_core input[type="text"],
    .contact_core textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_core textarea {
    height: 120px;
}.contact_core .connect_links_core {
    padding: 12px;
    width: 100%;
}.contact_core .query_panel_core li {
    margin-bottom: 20px;
}}



@media (min-width: 1200px) {.get_updates_core {
    padding: 10rem 5rem;
}.get_updates_core .learn_mastery_core {
    gap: 5rem;
    grid-template-columns: 1.3fr 0.7fr;
}.get_updates_core h3 {
    font-size: calc(21px * 1.3);
}
}



@media (max-width: 767px) {.get_updates_core input[type="email"] {
    padding: 0.9rem 1.25rem;
}.get_updates_core .connect_links_core {
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
}}



@media (max-width: 480px) {.try_immediately_core {
    padding: 40px 0;
}.try_immediately_core .learn_mastery_core {
    padding: 25px 15px;
}.try_immediately_core .container p {
    font-size: 23px;
    margin-bottom: 20px;
}.try_immediately_core .connect_links_core {
    font-size: calc(15px * 0.9);
    padding: 10px 25px;
}}



@media (max-width: 767px) {.appSection_core {
    padding: 4rem 0;
}.appSection_core .learn_mastery_core {
    gap: 2rem;
    padding: 2rem;
}.appSection_core h5 {
    font-size: calc(19px * 0.9);
}.appSection_core p {
    font-size: calc(17px * 0.95);
}.appSection_core .learn_mastery_core > div:last-child {
    padding-left: 1rem;
}
}



@media (min-width: 768px) {.our_mission_core {
    padding: 150px 0;
}.our_mission_core h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 80px;
}.our_mission_core h1::after {
    width: 120px;
}.our_mission_core .study_growth_core ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.our_mission_core .learn_spot_core {
    padding: 40px;
}.our_mission_core .learn_spot_core:nth-child(1) {
    transform: translateY(25px) translateX(-15px) rotate(-1deg);
}.our_mission_core .learn_spot_core:nth-child(2) {
    transform: translateY(-25px) translateX(15px) rotate(1deg);
}
}



@media (max-width: 768px) {.pledge_block_core {
    padding: 4rem 0 2rem;
}.pledge_block_core .get_contactinfo_core {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.pledge_block_core .info_item {
    max-width: none;
    width: 100%;
}.pledge_block_core .nav_sitewrap_core {
    grid-template-columns: repeat(2, 1fr);
}.pledge_block_core .campus_links_core {
    margin-top: 3rem;
}
}


@media only screen and (max-width: 1200px) {.consentWarningDialog_core {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.learn_cookies_core {
    display: none;
}.track_manage_core {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.consentWarningDialog_core h5 {
    text-align: center;
}.consentWarningDialog_core p {
    text-align: center;
}.user_choices_core {
    margin-bottom: 20px;
}body .wrapper-capsule_core .data_approval_core {
    margin-bottom: 10px;
    margin-left: 0;
}}



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



@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}



@keyframes lineGrow {
    0%, 20% {
        transform: scaleX(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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

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

