* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.core_header_sitebar {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1123px;
    margin: auto;
}
::-webkit-scrollbar {
}::-webkit-scrollbar-track {
    border-radius: 17rem;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom left, #ffffff 44%, rgb(255, 255, 255, 0.5) 24%, rgb(173,152,174) 82%, rgb(173,152,174,0.5) 68%, rgb(208,191,208) 15%, rgb(208,191,208,0.5) 60%, rgb(233,225,233) 23%);
    border-radius: 13.5rem;
    box-shadow: 3px 2px 8px 7px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(173,152,174,0.5);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset 2px 3px 1px 7px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}::-webkit-scrollbar-corner {
    border: 1px solid #ffffff;
    background: rgb(173,152,174,0.5);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.core_trial_offer {
    flex: 0 0 auto;
}.core_viewport-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    padding: 1.5rem 3%;
    z-index: 100;
    background: linear-gradient(to right, rgb(208,191,208,0.5), rgb(173,152,174,0.5));
    position: relative;
}header::before {
    left: 0.5rem;
    content: '';
    border-radius: 10px;
    pointer-events: none;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0.5rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}header::after {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
}header .container {
    padding: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
    max-width: 100%;
}header .core_nav_master {
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 21px;
    position: relative;
    padding: 1.5rem;
    display: flex;
}header .core_nav_master::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    width: 5px;
}header .core_nav_master::after {
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(173,152,174), rgb(208,191,208));
    width: 5px;
    right: 0;
    height: 100%;
    position: absolute;
}header .core_head_page {
    position: relative;
    padding: 0 0 1rem 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
}header .core_head_page::after {
    transform: translateX(-50%);
    content: '';
    width: 80px;
    left: 50%;
    background: rgb(208,191,208,0.5);
    bottom: 0;
    position: absolute;
    height: 1px;
}header .core_head_page svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    height: auto;
}header .core_head_page:hover svg {
    transform: scale(1.03);
}header .core_header_train {
    gap: 0.7rem;
    width: 100%;
    display: flex;
    max-width: 90%;
    justify-content: center;
    padding-top: 1rem;
    flex-wrap: wrap;
}header .core_top_know {
    position: relative;
    padding: 0.7rem 1.3rem;
    z-index: 1;
    font-size: 17px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    background: rgb(233,225,233);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}header .core_top_know::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 3px;
    content: '';
    z-index: -1;
    border-radius: 10px 0 0 10px;
    top: 0;
}header .core_top_know:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .core_top_know:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .core_nav_master {
    padding: 1.2rem;
}header .core_head_page {
    padding: 0 0 0.8rem 0;
}header .core_head_page svg {
    width: 150px;
}header .core_header_train {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .core_top_know {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .core_nav_master {
    padding: 1rem;
}header .core_head_page {
    padding: 0 0 0.7rem 0;
}header .core_head_page svg {
    width: 130px;
}header .core_header_train {
    padding-top: 0.7rem;
    max-width: 95%;
    gap: 0.5rem;
}header .core_top_know {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .core_nav_master {
    padding: 0.8rem 0.8rem 1rem;
}header .core_head_page {
    padding: 0 0 0.6rem 0;
}header .core_head_page svg {
    width: 120px;
}header .core_header_train {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .core_header_train::-webkit-scrollbar {
    height: 3px;
}header .core_header_train::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,208);
}header .core_top_know {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.core_analysis_summary {
    position: relative;
    padding: 140px 0;
    z-index: 1;
    overflow: hidden;
}.core_analysis_summary::before {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(10px);
    left: 0;
}.core_analysis_summary::after {
    height: 150%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    animation: rotate 20s infinite linear;
    width: 150%;
    background: radial-gradient(ellipse at bottom right, rgb(208,191,208,0.5) 0%, transparent 60%);
    right: 0;
}.core_analysis_summary .container {
    padding: 0 40px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.core_analysis_summary .core_statistics_gains {
    grid-template-columns: 40% 60%;
    gap: 20px;
    display: grid;
    position: relative;
}.core_analysis_summary .core_statistics_edges {
    top: -40px;
    background: linear-gradient(135deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    position: absolute;
    width: 120px;
    align-items: center;
    height: 120px;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    animation: pulse 6s infinite alternate ease-in-out;
    z-index: 5;
    border-radius: 50%;
    right: 15%;
}.core_analysis_summary .core_statistics_edges svg {
    height: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    width: 60px;
}.core_analysis_summary .core_statistics_edges svg path {
    fill: #ffffff;
}.core_analysis_summary .core_statistics_experts {
    border-left: 5px solid rgb(208,191,208);
    padding-right: 50px;
    font-weight: 700;
    font-size: calc(34px * 1.1);
    line-height: 1.5;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    grid-column: 1 / -1;
    color: #ffffff;
    padding-left: 50px;
}.core_analysis_summary .core_expert_pros {
    font-size: calc(14px * 1.05);
    padding-right: 50px;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    grid-column: 1 / -1;
    opacity: 1;
    color: #ffffff;
    max-width: 800px;
    padding-left: 55px;
    margin-bottom: 60px;
    line-height: 1.8;
}.core_analysis_summary .core_pro_gains {
    z-index: 2;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 40px 120px;
    position: relative;
    padding: 0 30px;
    grid-column: 1 / -1;
}.core_analysis_summary .core_statistics_pro {
    display: grid;
    padding: 15px;
    transition: transform 0.3s ease;
    gap: 18px 30px;
    grid-template-rows: auto auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    grid-template-columns: auto 1fr;
    border-radius: 8px;
}.core_analysis_summary .core_statistics_pro::before {
    position: absolute;
    top: 0;
    border-radius: 3px;
    width: 5px;
    left: -20px;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    transition: height 0.3s ease;
    content: "";
    height: 0;
}.core_analysis_summary .core_statistics_pro:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
}.core_analysis_summary .core_statistics_pro:hover::before {
    height: 100%;
}.core_analysis_summary .core_knowledge_upgrade {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    grid-row: 1 / 3;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    justify-content: center;
    width: 85px;
    grid-column: 1 / 2;
    backdrop-filter: blur(5px);
    height: 85px;
    align-items: center;
}.core_analysis_summary .core_knowledge_upgrade svg {
    height: 42px;
    width: 42px;
    filter: drop-shadow(0 4px 8px rgb(208,191,208,0.5));
}.core_analysis_summary .core_knowledge_upgrade svg path {
    fill: rgb(208,191,208);
    transition: fill 0.3s ease;
}.core_analysis_summary .core_statistics_pro:hover .core_knowledge_upgrade {
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, rgb(173,152,174,0.5) 100%);
}.core_analysis_summary .core_statistics_pro:hover .core_knowledge_upgrade svg path {
    fill: #ffffff;
}.core_analysis_summary .core_statistics_pro span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-clip: text !important;
    letter-spacing: 0.5px;
    font-weight: 700;
    align-self: end;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    position: relative;
    grid-column: 2 / 3;
    -webkit-background-clip: text !important;
    font-size: calc(43px * 1.25);
    z-index: 2;
    grid-row: 1 / 2;
    background: linear-gradient(90deg, #ffffff, rgb(208,191,208));
}.core_analysis_summary .core_statistics_pro span::after {
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(208,191,208);
    left: 0;
    bottom: -12px;
    height: 3px;
    content: '';
    width: 0;
}.core_analysis_summary .core_statistics_pro:hover span::after {
    width: 60px;
}.core_analysis_summary .core_statistics_pro p {
    position: relative;
    opacity: 1;
    grid-row: 2 / 3;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.2px;
    grid-column: 2 / 3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-size: calc(14px * 1.05);
    z-index: 2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.core_analysis_summary .core_statistics_gains::before {
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    content: "";
}.core_analysis_summary .core_statistics_gains::after {
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
    height: 100%;
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    position: absolute;
}
}

@media (max-width: 992px) {.core_analysis_summary {
    padding: 120px 0;
}.core_analysis_summary .core_statistics_gains {
    grid-template-columns: 1fr;
}.core_analysis_summary .core_statistics_edges {
    height: 100px;
    width: 100px;
    right: 10%;
    top: -30px;
}.core_analysis_summary .core_statistics_edges svg {
    height: 50px;
    width: 50px;
}.core_analysis_summary .core_statistics_experts {
    margin-top: 70px;
    padding-left: 40px;
}.core_analysis_summary .core_expert_pros {
    padding-left: 44px;
}.core_analysis_summary .core_pro_gains {
    padding: 0 20px;
}
}

@media (max-width: 768px) {.core_analysis_summary {
    padding: 100px 0;
}.core_analysis_summary .core_statistics_edges {
    top: -25px;
    height: 90px;
    width: 90px;
}.core_analysis_summary .core_statistics_edges svg {
    width: 45px;
    height: 45px;
}.core_analysis_summary .core_statistics_experts {
    padding-left: 30px;
    font-size: calc(34px * 0.95);
    margin-top: 50px;
}.core_analysis_summary .core_expert_pros {
    padding-left: 34px;
    margin-bottom: 50px;
}.core_analysis_summary .core_pro_gains {
    gap: 60px;
    padding: 0 15px;
    grid-template-columns: 1fr;
}.core_analysis_summary .core_knowledge_upgrade {
    width: 75px;
    height: 75px;
}.core_analysis_summary .core_knowledge_upgrade svg {
    width: 38px;
    height: 38px;
}.core_analysis_summary .core_statistics_pro span {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 576px) {.core_analysis_summary {
    padding: 80px 0;
}.core_analysis_summary .core_statistics_edges {
    transform: translateX(50%);
    right: 50%;
    height: 80px;
    width: 80px;
}.core_analysis_summary .core_statistics_edges svg {
    width: 40px;
    height: 40px;
}.core_analysis_summary .core_statistics_experts {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
    margin-top: 70px;
    border-top: 5px solid rgb(208,191,208);
    font-size: calc(34px * 0.85);
    padding-top: 25px;
}.core_analysis_summary .core_expert_pros {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}.core_analysis_summary .core_pro_gains {
    padding: 0 10px;
    gap: 50px;
}.core_analysis_summary .core_statistics_pro {
    grid-template-rows: auto auto auto;
    gap: 18px;
    padding: 20px;
    text-align: center;
    grid-template-columns: 1fr;
}.core_analysis_summary .core_statistics_pro::before {
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    height: 5px;
    top: -20px;
}.core_analysis_summary .core_statistics_pro:hover {
    transform: translateY(-10px);
}.core_analysis_summary .core_statistics_pro:hover::before {
    width: 60px;
    height: 5px;
}.core_analysis_summary .core_knowledge_upgrade {
    margin: 0 auto;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 70px;
    height: 70px;
}.core_analysis_summary .core_knowledge_upgrade svg {
    height: 35px;
    width: 35px;
}.core_analysis_summary .core_statistics_pro span {
    margin-bottom: 15px;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.core_analysis_summary .core_statistics_pro span::after {
    transform: translateX(-50%);
    left: 50%;
}.core_analysis_summary .core_statistics_pro:hover span::after {
    width: 50px;
}.core_analysis_summary .core_statistics_pro p {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}}.core_potential_students {
    position: relative;
    background: rgb(233,225,233);
    overflow: hidden;
    padding: 100px 0;
}.core_potential_students::before {
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(208,191,208,0.5) 20px,
        rgb(208,191,208,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(173,152,174,0.5) 20px,
        rgb(173,152,174,0.5) 22px,
        transparent 22px
    );
    width: 100%;
    opacity: 0.15;
    background-size: 60px 60px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
}.core_potential_students::after {
    left: 0;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(208,191,208,0.5) 47%, rgb(208,191,208,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(173,152,174,0.5) 47%, rgb(173,152,174,0.5) 53%, transparent 53%);
    content: "";
    opacity: 0.1;
    filter: blur(1px);
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
    z-index: 0;
}.core_potential_students .core_learn_identity {
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.core_potential_students h3 {
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    left: 50%;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0 20px 20px;
    box-shadow: 0 10px 25px -10px rgb(208,191,208,0.5);
}.core_potential_students h3::before {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(208,191,208),
        rgb(173,152,174),
        rgb(208,191,208)
    );
    width: 100%;
}.core_potential_students h3::after {
    box-shadow: 0 0 15px rgb(208,191,208,0.5);
    height: 12px;
    animation: pulseCircle 2s infinite;
    position: absolute;
    border-radius: 50%;
    width: 12px;
    background: rgb(208,191,208);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -6px;
}.core_potential_students ul {
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
    margin: 0;
}.core_potential_students ul li {
    border-bottom: 3px solid rgb(173,152,174);
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(208,191,208);
    transition: all 0.4s ease;
    padding: 25px 25px 25px 70px;
    position: relative;
    border-top: 1px solid rgb(173,152,174,0.5);
    background: #ffffff;
    font-size: 18px;
    color: #000000;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgb(173,152,174,0.5);
}.core_potential_students ul li::before {
    content: "";
    background: rgb(208,191,208);
    position: absolute;
    border-radius: 50%;
    height: 10px;
    left: -5px;
    width: 10px;
    top: -5px;
}.core_potential_students ul li::after {
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: rgb(173,152,174);
    right: -5px;
    content: "";
    border-radius: 50%;
    position: absolute;
}.core_potential_students ul li:hover {
    border-bottom: 3px solid rgb(208,191,208);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(173,152,174);
    transform: translateY(-5px);
}.core_potential_students ul li svg {
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    transition: all 0.4s ease;
    left: 20px;
}.core_potential_students ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}.core_potential_students ul li svg path {
    fill: rgb(208,191,208);
    transition: fill 0.4s ease;
}.core_potential_students ul li:hover svg path {
    fill: rgb(173,152,174);
}.core_potential_students ul::before {
    content: "";
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(208,191,208,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(173,152,174,0.5) 97%);
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(208,191,208,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(208,191,208);
    }
}

.core_potential_students ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.core_potential_students ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(208,191,208,0.5);
    }
}

@media (max-width: 992px) {.core_potential_students {
    padding: 80px 0;
}.core_potential_students ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.core_potential_students h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.core_potential_students {
    padding: 60px 0;
}.core_potential_students ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.core_potential_students ul li {
    padding: 20px 20px 20px 65px;
}.core_potential_students h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
}
}

@media (max-width: 480px) {.core_potential_students {
    padding: 50px 0;
}.core_potential_students .core_learn_identity {
    padding: 0 15px;
}.core_potential_students h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.7);
}.core_potential_students ul li {
    padding: 18px 15px 18px 60px;
}.core_potential_students ul li svg {
    left: 15px;
    height: 30px;
    width: 30px;
}}.core_pricing_tray {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.core_pricing_tray::before {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,152,174,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    width: 100%;
    left: 0;
}.core_pricing_tray::after {
    top: -50%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    height: 200%;
    width: 200%;
    animation: rotateBackground 180s linear infinite;
    content: "";
    pointer-events: none;
    left: -50%;
}.core_pricing_tray .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.core_qtr_cost {
    position: relative;
}.core_pricing_tray h2 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    transform: perspective(1000px) translateZ(20px);
}.core_pricing_tray h2::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,191,208), transparent);
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    bottom: -10px;
}.core_pricing_tray .core_trial_pricing {
    opacity: 0.9;
    transform: perspective(1000px) translateZ(10px);
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
    font-size: 16px;
}.core_pricing_tray .core_group_rates {
    list-style: none;
    display: grid;
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.core_pricing_tray .core_group_rates li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.core_pricing_tray .core_learning_deals {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.core_pricing_tray .core_skill_plans {
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    overflow: hidden;
    height: 100%;
}.core_pricing_tray .core_skill_plans::before {
    right: -40px;
    background: rgb(208,191,208);
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    border-radius: 50%;
}.core_pricing_tray .core_skill_plans::after {
    left: 0;
    transform: scaleX(0.7);
    height: 3px;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,191,208), transparent);
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
}.core_pricing_tray .core_price_choices {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}.core_pricing_tray .core_learning_deals h4 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
    font-size: calc(21px + 2px);
}.core_pricing_tray .core_learning_deals h4::after {
    bottom: -8px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(208,191,208);
    width: 40px;
    left: 0;
}.core_pricing_tray .core_learning_deals p {
    max-height: 240px;
    line-height: 1.6;
    font-size: calc(16px - 1px);
    scrollbar-width: thin;
    color: #ffffff;
    overflow-y: auto;
    opacity: 0.8;
    margin-bottom: 25px;
    padding-right: 10px;
    scrollbar-color: rgb(208,191,208) transparent;
}.core_pricing_tray .core_learning_deals p::-webkit-scrollbar {
    width: 4px;
}.core_pricing_tray .core_learning_deals p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.core_pricing_tray .core_learning_deals p::-webkit-scrollbar-thumb {
    background: rgb(208,191,208);
    border-radius: 10px;
}.core_pricing_tray .core_study_costs {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    font-size: calc(21px + 6px);
    margin-top: 20px;
    text-align: right;
    display: block;
}.core_pricing_tray .core_study_costs::before {
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    background: rgb(208,191,208);
    transform-origin: right;
    width: 60px;
    bottom: -10px;
    content: "";
    right: 0;
    transition: transform 0.3s ease;
}.core_pricing_tray .core_learning_deals:hover .core_skill_plans {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.core_pricing_tray .core_learning_deals:hover .core_skill_plans::before {
    transform: scale(3);
    opacity: 0.05;
}.core_pricing_tray .core_learning_deals:hover .core_skill_plans::after {
    transform: scaleX(1);
}.core_pricing_tray .core_learning_deals:hover h4::after {
    width: 100%;
}.core_pricing_tray .core_learning_deals:hover .core_study_costs::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.core_pricing_tray .core_group_rates {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.core_pricing_tray .core_group_rates {
    grid-template-columns: repeat(3, 1fr);
}.core_pricing_tray {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.core_pricing_tray .core_group_rates {
    grid-template-columns: repeat(2, 1fr);
}.core_pricing_tray {
    padding: 80px 0 60px;
}.core_pricing_tray .core_trial_pricing {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.core_pricing_tray .core_group_rates {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.core_pricing_tray {
    padding: 60px 0 40px;
}.core_pricing_tray h2 {
    font-size: calc(29px - 4px);
}.core_pricing_tray .core_trial_pricing {
    font-size: calc(16px - 1px);
    margin-bottom: 40px;
}.core_pricing_tray .core_skill_plans {
    padding: 25px 20px;
}
}

@media (hover: none) {.core_pricing_tray .core_skill_plans {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.core_pricing_tray .core_learning_deals:active .core_skill_plans {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.core_pricing_tray::after {
    animation: none;
}.core_pricing_tray .core_learning_deals:hover .core_skill_plans {
    transform: none;
}.core_pricing_tray .core_learning_deals:hover .core_skill_plans::before {
    transform: none;
}}.core_course_features {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
}.core_course_features::before {
    right: -10%;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(145deg, rgb(173,152,174,0.5) 0%, rgb(208,191,208,0.5) 100%);
    opacity: 0.5;
    transform: rotate(-15deg);
    top: -5%;
    filter: blur(60px);
    width: 40%;
    height: 60%;
}.core_course_features::after {
    transform: rotate(15deg);
    content: "";
    bottom: -5%;
    width: 40%;
    background: linear-gradient(145deg, rgb(208,191,208,0.5) 0%, rgb(173,152,174) 20%, transparent 100%);
    height: 60%;
    opacity: 0.3;
    left: -10%;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
}.core_course_features .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.core_course_features h2 {
    transform: translateX(-20px);
    position: relative;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    font-size: 33px;
    text-align: left;
    margin-bottom: 3rem;
}.core_course_features h2::after {
    transform: scaleX(0);
    animation: expandLine 0.6s ease-out 1s forwards;
    width: 80px;
    height: 4px;
    display: block;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    content: "";
    margin-top: 15px;
    transform-origin: left;
}.core_course_features .core_study_track {
    grid-template-columns: 1fr;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    opacity: 0;
    display: grid;
    gap: 3rem;
}.core_course_features .core_main_photo {
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease-out;
}.core_course_features .core_main_photo::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.core_course_features .core_main_photo::after {
    background: linear-gradient(135deg, rgb(173,152,174,0.5) 0%, transparent 70%);
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    content: "";
    width: 120%;
    mix-blend-mode: overlay;
    left: -10%;
    height: 120%;
    animation: shimmer 8s infinite alternate ease-in-out;
    top: -10%;
}.core_course_features .core_body_content {
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2rem;
    backdrop-filter: blur(5px);
    overflow: hidden;
}.core_course_features .core_body_content::before {
    transform-origin: left;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    width: 100%;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}.core_course_features .description {
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    opacity: 0;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateY(15px);
    font-size: 12px;
}.core_course_features .description:first-of-type::first-letter {
    font-size: 1.8em;
    color: rgb(208,191,208);
    font-weight: 700;
    float: left;
    line-height: 0.8;
    padding-right: 0.1em;
}.core_course_features .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 1s;
}

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

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

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

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.core_course_features {
    padding: 8rem 0;
}.core_course_features h2 {
    max-width: 80%;
    font-size: calc(33px * 1.2);
}.core_course_features .core_study_track {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.core_course_features .core_main_photo {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.core_course_features .core_main_photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}.core_course_features .core_body_content {
    padding: 3rem;
}
}

@media (min-width: 992px) {.core_course_features {
    padding: 10rem 0;
}.core_course_features h2 {
    font-size: calc(33px * 1.4);
    max-width: 70%;
}.core_course_features .core_study_track {
    gap: 6rem;
}.core_course_features .core_main_photo {
    height: 600px;
}.core_course_features .description {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.core_course_features h2 {
    text-align: center;
    font-size: calc(33px * 0.9);
}.core_course_features h2::after {
    margin: 15px auto 0;
}.core_course_features .core_main_photo {
    order: -1;
}.core_course_features .core_body_content {
    padding: 1.5rem;
}.core_course_features .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.core_trial_offer {
    background-color: rgb(173,152,174);
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0;
}.core_trial_offer .container {
    z-index: 2;
    position: relative;
}.core_trial_offer .core_donate_btn {
    flex-direction: column;
    display: flex;
}.core_trial_offer .core_learn_talk {
    position: relative;
    margin-bottom: -2rem;
    padding: 3rem 1.5rem 5rem;
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(208,191,208);
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
}.core_trial_offer .core_learn_talk::before {
    position: absolute;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}.core_trial_offer .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}.core_trial_offer .info_item:hover {
    transform: translateX(10px);
}.core_trial_offer .info_item p,
.core_trial_offer .info_item a {
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    color: #ffffff;
    gap: 0.75rem;
    font-size: 12px;
}.core_trial_offer .info_item svg {
    width: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
    height: 20px;
}.core_trial_offer .info_item:hover svg {
    transform: scale(1.2);
}.core_trial_offer .text_main_holder {
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
}.core_trial_offer .core_nav_lead {
    display: flex;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    position: relative;
    z-index: 4;
    padding: 4rem 2rem 3rem;
    background-color: rgb(173,152,174);
    gap: 1.5rem;
}.core_trial_offer .core_nav_lead svg {
    max-width: 150px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.core_trial_offer .core_nav_lead:hover svg {
    transform: scale(1.05);
}.core_trial_offer .core_tutor_match {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}.core_trial_offer .core_header_train {
    display: flex;
    z-index: 2;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    flex-direction: column;
}.core_trial_offer .core_header_train::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
}.core_trial_offer .core_header_train h5 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
}.core_trial_offer .core_header_train h5::after {
    width: 40px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    background-color: rgb(208,191,208);
    content: '';
}.core_trial_offer .core_header_page {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.core_trial_offer .core_header_page:not(:last-child) {
    margin-bottom: 1rem;
}.core_trial_offer .core_header_page a {
    text-decoration: none;
    padding: 0.5rem 0;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
}.core_trial_offer .core_header_page a::before {
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    background-color: rgb(208,191,208);
    height: 2px;
    width: 0;
    bottom: 0;
}.core_trial_offer .core_header_page a:hover {
    opacity: 1;
    padding-left: 10px;
}.core_trial_offer .core_header_page a:hover::before {
    width: 30px;
}.core_trial_offer .subscribe_holder {
    background-color: rgb(173,152,174);
    z-index: 3;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
    padding: 4rem 2rem 3rem;
}.core_trial_offer .subscribe_holder::before {
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    height: 100%;
}.core_trial_offer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 1rem;
}.core_trial_offer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
    opacity: 0.9;
    font-size: 12px;
}.core_trial_offer .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.core_trial_offer .input_holder input[type="email"] {
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    color: #ffffff;
}.core_trial_offer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}.core_trial_offer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.core_trial_offer .core_updates_list {
    color: #ffffff;
    position: relative;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    border: none;
    font-weight: 600;
    background-color: rgb(208,191,208);
}.core_trial_offer .core_updates_list::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: left 0.5s ease;
    height: 100%;
    left: -100%;
    position: absolute;
}.core_trial_offer .core_updates_list:hover {
    background-color: rgb(208,191,208,0.5);
}.core_trial_offer .core_updates_list:hover::before {
    left: 100%;
}.core_trial_offer .core_forum_link {
    padding: 6rem 0 2rem;
    z-index: 1;
    margin-top: 0;
    position: relative;
    background-color: rgb(173,152,174);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
}.core_trial_offer .core_forum_link::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.core_trial_offer .core_ssl_info {
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1200px) {.core_trial_offer .core_learn_talk {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.core_trial_offer .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.core_trial_offer .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.core_trial_offer .text_main_holder {
    grid-template-columns: 1fr;
}.core_trial_offer .core_nav_lead,
    .core_trial_offer .core_header_train,
    .core_trial_offer .subscribe_holder {
    clip-path: none;
}.core_trial_offer .core_header_train {
    padding: 3rem 2rem;
}.core_trial_offer .core_nav_lead {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.core_trial_offer .subscribe_holder {
    padding: 3rem 2rem;
}.core_trial_offer .core_forum_link {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.core_trial_offer .core_learn_talk {
    clip-path: none;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
}.core_trial_offer .core_header_page {
    grid-template-columns: 1fr;
}.core_trial_offer .core_header_train h5,
    .core_trial_offer .subscribe_holder h5 {
    text-align: center;
    display: block;
}.core_trial_offer .core_header_train h5::after {
    transform: translateX(-50%);
    left: 50%;
}.core_trial_offer .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.core_trial_offer .core_nav_lead,
    .core_trial_offer .core_header_train,
    .core_trial_offer .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.core_trial_offer .core_forum_link {
    padding: 2.5rem 0 1.5rem;
}.core_trial_offer .info_item {
    padding: 0.5rem 0;
}.core_trial_offer .info_item p,
    .core_trial_offer .info_item a {
    justify-content: center;
}}.core_appPanel {
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.core_appPanel::before {
    width: 200px;
    content: "";
    border-radius: 50%;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    right: -50px;
    position: absolute;
    filter: blur(60px);
    background: rgb(173,152,174,0.5);
    height: 200px;
}.core_appPanel::after {
    height: 5px;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(208,191,208), transparent);
    bottom: 0;
    left: 0;
    content: "";
}.core_appPanel .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.core_appPanel h2 {
    animation: slideInUp 0.8s ease-out forwards;
    color: #000000;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    max-width: 800px;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 40px;
}.core_appPanel h2::after {
    background: rgb(208,191,208);
    transform: scaleX(1);
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    transition: transform 0.5s ease;
    transform-origin: left;
    bottom: -15px;
}.core_appPanel .core_learn_identity {
    transform: translateY(20px);
    border-left: 4px solid rgb(208,191,208);
    background: #ffffff;
    position: relative;
    opacity: 0;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    animation: fadeInUp 1s ease-out 0.3s forwards;
}.core_appPanel .core_learn_identity::before {
    left: 0;
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(173,152,174,0.5) 49.5%, rgb(173,152,174,0.5) 50.5%, transparent 50.5%);
    content: "";
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
}.core_appPanel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.core_appPanel li {
    padding-left: 25px;
    position: relative;
}.core_appPanel li::before {
    transition: transform 0.3s ease;
    height: 8px;
    left: 0;
    content: "";
    top: 10px;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(208,191,208);
    position: absolute;
}.core_appPanel li:hover::before {
    transform: rotate(225deg);
}.core_appPanel span {
    line-height: 1.8;
    display: block;
    color: #000000;
    font-size: 14px;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.core_appPanel {
    padding: 80px 0;
}.core_appPanel h2 {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}.core_appPanel .core_learn_identity {
    padding: 30px;
}
}

@media (max-width: 767px) {.core_appPanel {
    padding: 60px 0;
}.core_appPanel h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.core_appPanel h2::after {
    width: 40px;
}.core_appPanel .core_learn_identity {
    padding: 25px 20px;
}.core_appPanel span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.core_appPanel {
    padding: 40px 0;
}.core_appPanel h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.core_appPanel .core_learn_identity {
    padding: 20px 15px;
    border-left-width: 3px;
}.core_appPanel li {
    padding-left: 20px;
}.core_appPanel li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.core_appPanel span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.core_privacy_sanctum {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(246, 246, 250, 0.95) 100%);
}.core_privacy_sanctum::before {
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(208,191,208,0.5) 49%, rgb(208,191,208,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(173,152,174,0.5) 49%, rgb(173,152,174,0.5) 51%, transparent 52%);
    opacity: 0.07;
    left: 0;
    content: "";
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.core_privacy_sanctum .container {
    padding: 3rem;
    max-width: 1140px;
    transform: perspective(1200px) rotateX(1deg);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    margin: 0 auto;
}.core_privacy_sanctum h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateX(-0.5rem);
    font-size: 41px;
    position: relative;
    color: rgb(208,191,208);
    padding-bottom: 1rem;
}.core_privacy_sanctum h1::after {
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    content: "";
    width: 80px;
    height: 4px;
    animation: widthPulse 3s infinite alternate ease-in-out;
    transform-origin: left center;
    left: 0;
    position: absolute;
    bottom: 0;
}.core_privacy_sanctum h2 {
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    font-size: 29px;
    border-left: 3px solid rgb(173,152,174);
}.core_privacy_sanctum h3 {
    position: relative;
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(173,152,174,0.5);
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.85);
}.core_privacy_sanctum h4 {
    padding-left: 1rem;
    margin: 1.8rem 0 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(29px * 0.7);
    border-left: 1px solid rgb(173,152,174,0.5);
}.core_privacy_sanctum p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
}.core_privacy_sanctum p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.core_privacy_sanctum p strong::after {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    background-color: rgb(173,152,174,0.5);
    z-index: -1;
    height: 8px;
    width: 100%;
}.core_privacy_sanctum ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.core_privacy_sanctum li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
}.core_privacy_sanctum li::before {
    background-color: rgb(208,191,208);
    left: 0;
    width: 8px;
    transition: transform 0.3s ease;
    content: "";
    height: 8px;
    top: 0.65rem;
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
}.core_privacy_sanctum li:hover::before {
    transform: rotate(135deg);
}.core_privacy_sanctum span {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    padding: 0.5rem 0 1.5rem;
    display: block;
}.core_privacy_sanctum span::before {
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.5;
    width: 3px;
    height: 100%;
    left: -1rem;
    background: linear-gradient(to bottom, transparent, rgb(208,191,208,0.5), transparent);
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.core_privacy_sanctum {
    padding: 3rem 1.5rem;
}.core_privacy_sanctum .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
}.core_privacy_sanctum h1 {
    font-size: calc(41px * 0.9);
}.core_privacy_sanctum h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.core_privacy_sanctum {
    padding: 2rem 1rem;
}.core_privacy_sanctum .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.core_privacy_sanctum h1 {
    transform: translateX(0);
    font-size: calc(41px * 0.8);
}.core_privacy_sanctum h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
}.core_privacy_sanctum h3 {
    font-size: calc(29px * 0.7);
}.core_privacy_sanctum h4 {
    font-size: calc(29px * 0.6);
}.core_privacy_sanctum p, 
    .core_privacy_sanctum li,
    .core_privacy_sanctum span {
    font-size: calc(15px * 0.95);
}.core_privacy_sanctum ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.core_privacy_sanctum {
    padding: 1.5rem 0.5rem;
}.core_privacy_sanctum .container {
    padding: 1.25rem;
}.core_privacy_sanctum h1 {
    font-size: calc(41px * 0.7);
}.core_privacy_sanctum h2 {
    font-size: calc(29px * 0.7);
}.core_privacy_sanctum h3 {
    font-size: calc(29px * 0.6);
}.core_privacy_sanctum h4 {
    font-size: calc(29px * 0.5);
}.core_privacy_sanctum p, 
    .core_privacy_sanctum li,
    .core_privacy_sanctum span {
    font-size: calc(15px * 0.9);
}.core_privacy_sanctum span::before {
    left: -0.75rem;
}}.core_get_updates {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgb(173,152,174), rgba(0, 0, 0, 0.5));
    overflow: hidden;
}.core_get_updates::before {
    transform: rotate(30deg);
    background: radial-gradient(circle at center, transparent 65%, rgba(255, 255, 255, 0.05) 70%, transparent 75%, rgba(255, 255, 255, 0.03) 80%, transparent 85%);
    z-index: -1;
    content: "";
    width: 200%;
    animation: rotateBg 30s linear infinite;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -50%;
}.core_get_updates::after {
    z-index: -1;
    top: 0;
    width: 100%;
    background-size: 100px 100px, 120px 120px, 80px 80px, 150px 150px;
    animation: floatBg 20s ease-in-out infinite;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    left: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
                     radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    content: "";
}.core_get_updates .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.core_get_updates .core_learn_identity {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    max-width: 900px;
    flex-direction: column;
    padding: 40px;
    position: relative;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: center;
    backdrop-filter: blur(10px);
}.core_get_updates .core_learn_identity:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.core_get_updates h3 {
    font-size: calc(22px * 1.1);
    transform: translateY(10px);
    opacity: 0;
    text-align: center;
    letter-spacing: 0.02em;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 85%;
}.core_get_updates .input_holder {
    transform: translateY(15px);
    display: flex;
    position: relative;
    opacity: 0;
    flex-direction: row;
    margin: 0 auto;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    max-width: 600px;
    width: 100%;
}.core_get_updates .input_holder div {
    overflow: hidden;
    flex: 1;
    position: relative;
    margin-right: 15px;
}.core_get_updates .input_holder div::before {
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
}.core_get_updates .input_holder div:focus-within::before {
    transform: scaleX(1);
}.core_get_updates input[type="email"] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 50px;
    background-color: rgba(255, 255, 255, 0.07);
    padding: 0 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
}.core_get_updates input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.12);
}.core_get_updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease;
}.core_get_updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.core_get_updates .core_updates_list {
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    border: none;
    letter-spacing: 0.03em;
    min-width: 160px;
    background: linear-gradient(135deg, rgb(208,191,208), rgb(173,152,174));
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.core_get_updates .core_updates_list::before {
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
}.core_get_updates .core_updates_list:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(173,152,174), rgb(208,191,208));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.core_get_updates .core_updates_list:hover::before {
    left: 100%;
}.core_get_updates .core_updates_list:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes floatBg {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-10px) translateX(10px);
    }
    50% {
        transform: translateY(5px) translateX(-5px);
    }
    75% {
        transform: translateY(-5px) translateX(5px);
    }
}

@media (max-width: 992px) {.core_get_updates {
    padding: 60px 0;
}.core_get_updates .core_learn_identity {
    padding: 30px;
}.core_get_updates h3 {
    max-width: 95%;
    font-size: 22px;
}
}

@media (max-width: 768px) {.core_get_updates h3 {
    font-size: calc(15px * 1.3);
    margin-bottom: 25px;
}.core_get_updates .input_holder {
    max-width: 100%;
    flex-direction: column;
}.core_get_updates .input_holder div {
    margin-bottom: 15px;
    margin-right: 0;
}.core_get_updates .core_updates_list {
    width: 100%;
}.core_get_updates .core_learn_identity {
    transform: perspective(1000px) rotateX(1deg);
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.core_get_updates {
    padding: 40px 0;
}.core_get_updates h3 {
    font-size: calc(15px * 1.2);
    line-height: 1.5;
    margin-bottom: 20px;
}.core_get_updates input[type="email"] {
    height: 45px;
    font-size: calc(15px * 0.95);
}.core_get_updates .core_updates_list {
    font-size: calc(15px * 0.95);
    height: 45px;
}.core_get_updates .core_learn_identity {
    padding: 20px 15px;
}
}

@media (min-width: 1400px) {.core_get_updates .core_learn_identity {
    padding: 50px;
    max-width: 1000px;
}.core_get_updates h3 {
    font-size: calc(22px * 1.2);
}.core_get_updates .input_holder {
    max-width: 700px;
}
}

@media (prefers-reduced-motion: reduce) {.core_get_updates::before,
    .core_get_updates::after,
    .core_get_updates .core_learn_identity,
    .core_get_updates h3,
    .core_get_updates .input_holder {
    transition: none;
    animation: none;
}}.core_client_comments {
    perspective: 1200px;
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(233,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.core_client_comments::before {
    height: 100%;
    opacity: 0.6;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(ellipse at 30% 20%, rgb(208,191,208,0.5) 0%, transparent 60%);
    width: 100%;
}.core_client_comments .container {
    position: relative;
    z-index: 2;
}.core_client_comments h2 {
    text-align: center;
    margin-bottom: 3rem;
    transform: translateX(-50%);
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 37px;
    left: 50%;
    position: relative;
}.core_client_comments h2::after {
    content: "";
    height: 4px;
    box-shadow: 0 5px 15px rgb(208,191,208,0.5);
    width: 60%;
    left: 20%;
    bottom: -15px;
    position: absolute;
    transform: perspective(500px) rotateX(45deg);
    background: rgb(208,191,208);
}.core_client_comments .core_user_praise {
    display: flex;
    overflow-x: auto;
    gap: 3rem;
    margin: 0 -1rem;
    transform-style: preserve-3d;
    padding: 3rem 1rem;
    scroll-snap-type: x mandatory;
}.core_client_comments .core_user_praise::-webkit-scrollbar {
    height: 8px;
}.core_client_comments .core_user_praise::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.core_client_comments .core_user_praise::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,208);
}.core_client_comments .core_user_stories {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    flex: 0 0 300px;
    transform-origin: center center;
    padding: 2rem;
    border-radius: 28px;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    scroll-snap-align: center;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
}.core_client_comments .core_user_stories::before {
    top: 0;
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    border-radius: 28px;
    opacity: 0.3;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 80%);
}.core_client_comments .core_user_stories:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.core_client_comments .core_user_stories:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.core_client_comments .core_user_stories:hover {
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}.core_client_comments .core_user_stories:hover::before {
    opacity: 0;
}.core_client_comments .core_user_stories img {
    width: 80px;
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    transform: translateX(-1rem);
    margin-bottom: 1rem;
    object-fit: cover;
}.core_client_comments .core_user_stories:hover img {
    transform: translateX(0) translateY(-10px);
    box-shadow: 0 15px 25px rgb(208,191,208,0.5);
}.core_client_comments .core_user_stories p {
    transition: all 0.3s ease;
    margin: 0.5rem 0;
    font-weight: 600;
    font-size: calc(17px + 0.1rem);
    color: #000000;
}.core_client_comments .core_user_stories .description {
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(173,152,174,0.5);
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 17px;
}.core_client_comments .core_user_stories:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(208,191,208);
}

@media (min-width: 768px) {.core_client_comments .core_user_praise {
    padding-bottom: 2rem;
}.core_client_comments .core_user_praise::after {
    content: "";
    flex: 0 0 1rem;
}
}

@media (max-width: 767px) {.core_client_comments {
    padding: 5rem 0;
}.core_client_comments h2 {
    font-size: calc(37px - 0.2rem);
    margin-bottom: 2.5rem;
}.core_client_comments .core_user_praise {
    gap: 1.5rem;
}.core_client_comments .core_user_stories {
    flex: 0 0 250px;
    padding: 1.5rem;
    transform: perspective(800px) rotateY(3deg) !important;
}.core_client_comments .core_user_stories:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.core_client_comments .core_user_stories img {
    height: 60px;
    width: 60px;
}}.core_homepage {
    padding: 120px 40px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(173,152,174,0.5) 100%);
    position: relative;
    overflow: hidden;
    align-items: center;
}.core_homepage::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
    -45deg,
    rgb(208,191,208,0.5) 0,
    rgb(208,191,208,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    opacity: 0.05;
}.core_homepage > div {
    width: 100%;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 60px;
    max-width: 1200px;
}.core_homepage .core_main_front {
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    line-height: 1.2;
    transform: translateX(-5px);
    margin-bottom: 24px;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 39px);
    font-weight: 700;
    color: rgb(208,191,208);
}.core_homepage .core_main_front::after {
    animation: growLine 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(208,191,208);
    height: 4px;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    position: absolute;
    content: "";
}.core_homepage p {
    animation: fadeUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: clamp(1rem, 1.2vw, 12px);
    max-width: 600px;
    margin-bottom: 40px;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.6;
    color: #000000;
}.core_homepage .core_start_home {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding-bottom: 56.25%;
    animation: fadeUp 1.2s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
    height: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    width: 100%;
}.core_homepage .core_learn_roots {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.core_homepage .core_learn_roots::before {
    left: 0;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 40%,
    transparent 100%
  );
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}.core_homepage .core_learn_roots span {
    transform: translateY(10px);
    padding: 30px;
    bottom: 0;
    position: absolute;
    animation: fadeUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    z-index: 2;
    width: 100%;
}.core_homepage .core_learn_roots h3 {
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    font-size: clamp(1.1rem, 1.5vw, 19px);
    font-weight: 600;
}@keyframes slideTitle {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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


.core_homepage .core_start_home:hover {
    transform: translateY(-5px) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.core_homepage .core_start_home:hover .core_learn_roots::before {
    transition: background 0.5s ease;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 30%,
    transparent 90%
  );
}


@media (min-width: 768px) {.core_homepage {
    padding: 160px 60px;
}.core_homepage > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}.core_homepage .core_main_front::after {
    width: 120px;
}.core_homepage .core_start_home {
    height: auto;
    padding-bottom: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}

@media (min-width: 1200px) {.core_homepage {
    padding: 180px 80px;
}.core_homepage > div {
    gap: 100px;
}.core_homepage .core_main_front {
    transform: translateX(-10px);
}.core_homepage .core_main_front::after {
    width: 140px;
    height: 5px;
}.core_homepage .core_start_home {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}.core_homepage .core_start_home:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-8px);
}
}

@media (max-width: 767px) {.core_homepage {
    padding: 100px 20px;
}.core_homepage .core_main_front {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.core_homepage p {
    margin-bottom: 30px;
    font-size: 1rem;
}.core_homepage .core_learn_roots span {
    padding: 20px;
}.core_homepage .core_learn_roots h3 {
    font-size: 1rem;
    max-width: 100%;
}}.core_mentorship_experience {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(233,225,233) 100%);
    padding: 120px 0;
    overflow: hidden;
}.core_mentorship_experience::before {
    animation: pulse 20s infinite alternate;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(208,191,208,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(173,152,174,0.5) 0%, transparent 30%);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}.core_mentorship_experience .container {
    max-width: 1200px;
    position: relative;
    perspective: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.core_mentorship_experience .core_user_stories {
    grid-template-rows: auto auto auto;
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform: rotateY(-10deg);
}.core_mentorship_experience .core_user_stories:hover {
    transform: rotateY(0deg) translateZ(10px);
}.core_mentorship_experience .core_career_wrap {
    font-size: 17px;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    grid-area: quote;
    position: relative;
    margin: 0;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(208,191,208,0.5);
    z-index: 1;
    padding: 50px 40px;
    font-weight: 300;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 1.7;
    border-radius: 23px;
}.core_mentorship_experience .core_career_wrap::before {
    top: 15px;
    line-height: 1;
    position: absolute;
    font-size: calc(48px * 2);
    content: "";
    left: 20px;
    color: rgb(208,191,208);
}.core_mentorship_experience .core_main_photo {
    grid-area: photo;
    height: 280px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(208,191,208,0.5);
    border-radius: 10px;
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.core_mentorship_experience .core_user_stories:hover .core_main_photo {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(208,191,208,0.5);
    transform: translateZ(60px) translateX(-10px);
}.core_mentorship_experience .name {
    transform: translateZ(30px);
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: rgb(208,191,208);
    grid-area: name;
    border-radius: 10px;
    padding: 15px 20px;
}.core_mentorship_experience .core_user_stories:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.core_mentorship_experience .core_user_stories > span:not(.name) {
    background: #ffffff;
    font-weight: 600;
    color: rgb(173,152,174);
    font-size: 17px;
    transform: translateZ(25px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: transform 0.3s ease;
    padding: 10px 15px;
    grid-area: job;
    border-radius: 10px;
}.core_mentorship_experience .core_user_stories:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.core_mentorship_experience {
    padding: 80px 0;
}.core_mentorship_experience .core_user_stories {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "core_main_photo"
      "name"
      "core_emp_items"
      "core_career_wrap";
    grid-template-rows: auto auto auto auto;
    transform: none;
}.core_mentorship_experience .core_career_wrap,
  .core_mentorship_experience .core_main_photo,
  .core_mentorship_experience .name,
  .core_mentorship_experience .core_user_stories > span:not(.name) {
    transform: none;
}.core_mentorship_experience .core_user_stories:hover .core_career_wrap,
  .core_mentorship_experience .core_user_stories:hover .core_main_photo,
  .core_mentorship_experience .core_user_stories:hover .name,
  .core_mentorship_experience .core_user_stories:hover > span:not(.name) {
    transform: none;
}.core_mentorship_experience .core_main_photo {
    height: 240px;
    margin: 0 auto;
    width: 90%;
}.core_mentorship_experience .core_career_wrap {
    padding: 30px;
}.core_mentorship_experience .name,
  .core_mentorship_experience .core_user_stories > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.core_mentorship_experience {
    padding: 60px 0;
}.core_mentorship_experience .core_main_photo {
    width: 100%;
    height: 200px;
}.core_mentorship_experience .core_career_wrap {
    font-size: calc(17px * 0.95);
    padding: 25px 20px;
}.core_mentorship_experience .name {
    font-size: calc(22px * 0.9);
}.core_mentorship_experience .core_user_stories > span:not(.name) {
    font-size: calc(17px * 0.9);
}}.core_contact_panel {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(233,225,233);
}.core_contact_panel::before {
    background: linear-gradient(180deg, rgb(173,152,174,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.core_contact_panel::after {
    height: 200px;
    background: linear-gradient(0deg, rgb(233,225,233) 0%, transparent 100%);
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 2;
    left: 0;
}.core_contact_panel .core_main_photo {
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.12;
    height: 100%;
    left: 0;
    filter: grayscale(100%) contrast(120%);
    width: 100%;
}.core_contact_panel .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.core_contact_panel h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}.core_request_list {
    z-index: 10;
    gap: 0;
    position: relative;
    display: flex;
}.core_request_list .core_query_inquiry {
    z-index: 1;
    padding: 60px;
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}.core_request_list .core_query_inquiry h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 24px;
    text-align: left;
    text-transform: none;
    font-weight: 600;
}.core_request_list .core_query_inquiry h3::before,
.core_request_list .core_query_inquiry h3::after {
    content: none;
}.core_request_list .core_query_inquiry form {
    flex-direction: column;
    display: flex;
}.core_request_list .core_query_inquiry input[type="text"],
.core_request_list .core_query_inquiry textarea {
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    border: none;
    font-size: 12px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}.core_request_list .core_query_inquiry input[type="text"]:focus,
.core_request_list .core_query_inquiry textarea:focus {
    outline: none;
    border-bottom-color: rgb(208,191,208);
    background: rgba(245, 245, 245, 0.8);
}.core_request_list .core_query_inquiry textarea {
    resize: vertical;
    min-height: 150px;
}.core_request_list .core_query_inquiry .core_reach_inquiry {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.core_request_list .core_query_inquiry .core_reach_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.core_request_list .core_query_inquiry .core_reach_inquiry label {
    cursor: pointer;
    font-size: calc(12px - 2px);
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}.core_request_list .core_query_inquiry .core_reach_inquiry label::before {
    content: "";
    top: 2px;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    height: 22px;
    width: 22px;
}.core_request_list .core_query_inquiry .core_reach_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,208);
    border-bottom-color: rgb(208,191,208);
}.core_request_list .core_query_inquiry .core_reach_inquiry input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    left: 8px;
    top: 4px;
    border-width: 0 2px 2px 0;
    content: "";
    height: 12px;
    transform: rotate(45deg);
}.core_request_list .core_query_inquiry .core_reach_inquiry a {
    color: rgb(208,191,208);
    border-bottom: 1px dashed rgb(208,191,208);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.core_request_list .core_query_inquiry .core_reach_inquiry a:hover {
    border-bottom-color: rgb(173,152,174);
    color: rgb(173,152,174);
}.core_request_list .core_query_inquiry .core_message_support {
    position: relative;
    color: #000000;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    align-self: flex-start;
    border: none;
    border-bottom: 2px solid rgb(208,191,208);
    cursor: pointer;
    padding: 15px 35px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 1px;
}.core_request_list .core_query_inquiry .core_message_support::before {
    transition: all 0.3s ease;
    z-index: -1;
    height: 2px;
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(208,191,208);
    left: 0;
    bottom: -2px;
}.core_request_list .core_query_inquiry .core_message_support:hover {
    color: #ffffff;
}.core_request_list .core_query_inquiry .core_message_support:hover::before {
    height: 100%;
}.core_request_list .core_support_feedback {
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    color: #ffffff;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
    position: relative;
    z-index: 0;
}.core_request_list .core_support_feedback::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}.core_request_list .core_support_feedback h4 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}.core_request_list .core_support_feedback .core_connect_support {
    list-style: none;
    padding: 0;
    margin: 0;
}.core_request_list .core_support_feedback .core_connect_support li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    z-index: 1;
    padding-bottom: 30px;
    align-items: center;
    position: relative;
    display: flex;
}.core_request_list .core_support_feedback .core_connect_support li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}.core_request_list .core_support_feedback .core_connect_support li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
}.core_request_list .core_support_feedback .core_connect_support li svg path {
    fill: rgb(208,191,208);
    transition: all 0.3s ease;
}.core_request_list .core_support_feedback .core_connect_support li:hover svg path {
    fill: #ffffff;
}.core_request_list .core_support_feedback .core_connect_support li span {
    line-height: 1.5;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}.core_request_list .core_support_feedback .core_connect_support li a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}.core_request_list .core_support_feedback .core_connect_support li a:hover {
    color: rgb(208,191,208);
}

@media screen and (max-width: 992px) {.core_contact_panel {
    padding: 80px 0;
}.core_request_list {
    flex-direction: column;
}.core_request_list .core_query_inquiry {
    clip-path: none;
    width: 100%;
}.core_request_list .core_support_feedback {
    clip-path: none;
    width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 768px) {.core_contact_panel {
    padding: 60px 0;
}.core_contact_panel h3 {
    font-size: calc(33px - 4px);
}.core_request_list .core_query_inquiry,
    .core_request_list .core_support_feedback {
    padding: 40px 30px;
}.core_request_list .core_query_inquiry .core_message_support {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.core_contact_panel {
    padding: 40px 0;
}.core_request_list .core_query_inquiry,
    .core_request_list .core_support_feedback {
    padding: 30px 20px;
}.core_request_list .core_query_inquiry h3,
    .core_request_list .core_support_feedback h4 {
    font-size: calc(24px - 2px);
}}.core_cookie_message_alert {
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(173,152,174);
    transform: translateY(100%);
    border-top: 3px solid rgb(173,152,174);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.core_cookie_frame {
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
}.core_cookie_message_alert h5 {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}.core_cookie_message_alert p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}.core_data_settings {
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(208,191,208));
    display: flex;
    flex-shrink: 0;
    align-items: center;
}.core_data_settings svg {
    fill: rgb(208,191,208);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.core_data_settings:hover svg {
    transform: scale(1.1);
}.core_policy_opt {
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    margin-left: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(208,191,208);
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    min-width: 140px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.core_policy_opt:hover {
    box-shadow: 0 0 20px rgb(173,152,174);
}.cookie_button.core_privacy_ack:hover {
    box-shadow: 0 0 15px rgb(173,152,174);
}.core_cookie_message_alert p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(208,191,208);
}.core_cookie_message_alert p a:hover {
    color: rgb(173,152,174);
}#core_cookie_panel_popup {
    display: none;
}#core_cookie_panel_popup:checked ~ .core_cookie_message_alert {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.core_cookie_message_alert {
    padding: 15px 0;
}.core_cookie_frame {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.core_data_settings {
    display: none;
}.core_cookie_frame {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.core_cookie_message_alert h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.core_edu_consent {
    margin-bottom: 15px;
}.core_policy_opt {
    min-width: 100%;
    margin: 10px 0;
}}
.core_about_this {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.core_about_this::before {
    bottom: 0;
    content: "";
    left: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
        rgb(208,191,208,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(173,152,174,0.5) 100%);
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
}.core_about_this::after {
    left: -10%;
    top: -100px;
    transform: rotate(-2deg);
    content: "";
    z-index: 0;
    height: 200px;
    opacity: 0.05;
    position: absolute;
    background: rgb(173,152,174);
    width: 120%;
}.core_about_this .container {
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.core_about_this .core_body_content {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    transform: translateY(20px);
    width: 70%;
    padding: 40px;
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: rgba(255, 255, 255, 0.9);
}.core_about_this .core_body_content::before {
    transform: skewY(45deg);
    left: -20px;
    position: absolute;
    opacity: 0.1;
    height: 85%;
    width: 40px;
    background: rgb(208,191,208);
    top: 40px;
    content: "";
}.core_about_this h1 {
    animation: fade-in-right 0.5s ease forwards 0.3s;
    color: rgb(208,191,208);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 48px;
    position: relative;
}.core_about_this h1::after {
    position: absolute;
    animation: scale-in 0.5s ease forwards 0.7s;
    width: 60px;
    bottom: -10px;
    content: "";
    transform-origin: left;
    height: 3px;
    left: 0;
    background: rgb(173,152,174);
    transform: scaleX(0);
}.core_about_this ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.core_about_this li {
    animation: fade-in-up 0.5s ease forwards 0.5s;
    transform: translateY(20px);
    margin-bottom: 20px;
    opacity: 0;
}.core_about_this li:last-child {
    animation-delay: 0.7s;
}.core_about_this h4 {
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #000000;
}.core_about_this h4::before {
    left: -15px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 8px;
    background: rgb(173,152,174);
    animation: scale-in 0.4s ease forwards 0.9s;
    width: 8px;
}.core_about_this span {
    color: #000000;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    column-gap: 40px;
    column-count: 2;
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    line-height: 1.8;
    display: block;
}

@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media screen and (max-width: 992px) {.core_about_this {
    padding: 80px 20px;
}.core_about_this .container {
    justify-content: center;
}.core_about_this .core_body_content {
    width: 90%;
    padding: 30px;
}.core_about_this span {
    column-count: 1;
}
}

@media screen and (max-width: 768px) {.core_about_this {
    padding: 60px 15px;
}.core_about_this .core_body_content {
    width: 100%;
    padding: 25px;
}.core_about_this .core_body_content::before {
    display: none;
}.core_about_this h1 {
    margin-bottom: 25px;
    font-size: calc(48px * 0.85);
}.core_about_this h4 {
    font-size: calc(24px * 0.9);
}.core_about_this span {
    font-size: calc(18px * 0.95);
    padding-left: 10px;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.core_about_this {
    padding: 50px 10px;
}.core_about_this .core_body_content {
    padding: 20px;
}.core_about_this h1 {
    margin-bottom: 20px;
    font-size: calc(48px * 0.75);
}.core_about_this h1::after {
    height: 2px;
    width: 50px;
}.core_about_this h4 {
    font-size: calc(24px * 0.85);
}.core_about_this span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}