﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.core-mod-tools {
    flex: 0 0 auto;
}.core-panel-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1211px;
}.core-site-info {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.core-pricing-wrapper {
    overflow: hidden;
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}.core-pricing-wrapper::before {
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(197,189,184,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
}.core-pricing-wrapper::after {
    height: 100%;
    background: linear-gradient(225deg, rgb(173,147,134,0.5) 10%, transparent 65%);
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    width: 45%;
    position: absolute;
    content: "";
}.core-pricing-wrapper .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
}.core-pricing-wrapper .core-program-fees {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
}.core-pricing-wrapper h2 {
    z-index: 2;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 30px;
}.core-pricing-wrapper h2::after {
    width: 80px;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transform: translateY(2px);
    content: "";
    height: 4px;
    background: rgb(197,189,184);
    margin: 16px auto 0;
}.core-pricing-wrapper .core-fee-board {
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    letter-spacing: 0.3px;
    font-size: calc(12px + 2px);
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}.core-pricing-wrapper .core-price-schemes {
    margin: 0;
    z-index: 2;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    position: relative;
    display: grid;
    padding: 0;
    width: 100%;
    gap: 30px;
    list-style: none;
}.core-pricing-wrapper .core-price-schemes li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.core-pricing-wrapper .core-price-schemes li:hover {
    transform: translateY(-8px);
}.core-pricing-wrapper .core-package-deal {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 100%;
}.core-pricing-wrapper .core-package-deal:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.core-pricing-wrapper .core-package-pricing {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    display: flex;
    z-index: 1;
    position: relative;
    border-radius: 12px;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
}.core-pricing-wrapper .core-package-pricing::before {
    top: 0;
    background: linear-gradient(145deg, rgba(rgb(197,189,184), 0.03), rgba(rgb(173,147,134), 0.05));
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}.core-pricing-wrapper .core-package-pricing::after {
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
    transform: translate(50%, -50%);
    position: absolute;
    width: 180px;
    opacity: 0.1;
    border-radius: 0 0 0 180px;
    height: 180px;
    content: "";
    background: linear-gradient(225deg, rgb(197,189,184,0.5) 10%, transparent 70%);
}.core-pricing-wrapper .core-package-deal:hover .core-package-pricing::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.core-pricing-wrapper .core-fee-offers {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 35px 25px;
    flex-grow: 1;
}.core-pricing-wrapper .core-fee-offers::before {
    height: 40%;
    left: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(rgb(197,189,184), 0.03), transparent);
    width: 100%;
}.core-pricing-wrapper .core-fee-offers h4 {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: calc(22px + 2px);
}.core-pricing-wrapper .core-fee-offers h4::after {
    width: 40px;
    left: 0;
    position: absolute;
    border-radius: 2px;
    height: 3px;
    background: rgb(197,189,184);
    content: "";
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    bottom: -8px;
}.core-pricing-wrapper .core-fee-offers p {
    flex-grow: 1;
    font-size: 12px;
    margin: 0 0 30px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    color: #000000;
}.core-pricing-wrapper .core-deal-grid {
    backdrop-filter: blur(4px);
    color: rgb(197,189,184);
    font-weight: 700;
    align-self: flex-start;
    margin-top: auto;
    font-size: calc(22px + 6px);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}.core-pricing-wrapper .core-package-deal:hover .core-deal-grid {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.core-pricing-wrapper {
    padding: 100px 0;
}.core-pricing-wrapper .core-price-schemes {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.core-pricing-wrapper h2 {
    font-size: calc(30px - 2px);
}.core-pricing-wrapper .core-fee-board {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.core-pricing-wrapper {
    padding: 80px 0;
}.core-pricing-wrapper .core-price-schemes {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.core-pricing-wrapper .core-fee-offers {
    padding: 30px 20px;
}.core-pricing-wrapper .core-deal-grid {
    font-size: calc(22px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.core-pricing-wrapper {
    padding: 60px 0;
}.core-pricing-wrapper .core-price-schemes {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.core-pricing-wrapper h2 {
    font-size: calc(30px - 4px);
}.core-pricing-wrapper .core-fee-offers h4 {
    font-size: 22px;
}.core-pricing-wrapper .core-fee-offers p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.core-pricing-wrapper {
    padding: 50px 0;
}.core-pricing-wrapper h2 {
    font-size: calc(30px - 6px);
}.core-pricing-wrapper .core-fee-board {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.core-pricing-wrapper .core-fee-offers {
    padding: 25px 18px;
}.core-pricing-wrapper .core-deal-grid {
    padding: 6px 12px;
    font-size: 22px;
}}.core-mod-tools {
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.core-mod-tools .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.core-mod-tools .company_holder {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}.core-mod-tools .company_holder::after {
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(197,189,184), transparent);
    top: 10%;
    width: 1px;
    content: '';
    position: absolute;
    right: 0;
}.core-mod-tools .company_holder h3 {
    color: #ffffff;
    font-size: calc(33px * 0.9);
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(197,189,184,0.5);
    margin-bottom: 20px;
    position: relative;
}.core-mod-tools .company_holder h3::after {
    position: absolute;
    width: 40%;
    left: 0;
    background: rgb(197,189,184);
    transition: width 0.3s ease-in-out;
    content: '';
    height: 2px;
    bottom: -5px;
}.core-mod-tools .company_holder h3:hover::after {
    width: 100%;
}.core-mod-tools .core-press-room {
    transform: translateZ(0);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    color: #ffffff;
    margin-top: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 15px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.08);
}.core-mod-tools .core-press-room:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.core-mod-tools .core-mobile-cta {
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
}.core-mod-tools .core-head-tutor {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.core-mod-tools .core-header-mainbar {
    backdrop-filter: blur(10px);
    border-radius: 17px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}.core-mod-tools .core-header-mainbar::before {
    transition: transform 0.6s ease;
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
}.core-mod-tools .core-header-mainbar:hover::before {
    transform: translateX(100%);
}.core-mod-tools .core-header-mainbar h5 {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffffff;
}.core-mod-tools .core-header-mainbar h5::after {
    content: '';
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    background: rgb(197,189,184);
    position: absolute;
    left: 0;
    height: 2px;
}.core-mod-tools .core-header-mainbar:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(197,189,184), 0 0 16px rgb(197,189,184,0.5);
}.core-mod-tools .core-header-mainbar .core-head-tutor {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.core-mod-tools .core-header-mainbar .core-head-tutor a {
    padding-left: 0;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    opacity: 0.85;
    font-size: calc(12px * 0.95);
    color: #ffffff;
}.core-mod-tools .core-header-mainbar .core-head-tutor a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    transform-origin: left;
    content: '';
    bottom: -2px;
    background: linear-gradient(90deg, rgb(197,189,184), transparent);
    position: absolute;
    width: 0;
    left: 0;
    height: 1px;
}.core-mod-tools .core-header-mainbar .core-head-tutor a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.core-mod-tools .core-header-mainbar .core-head-tutor a:hover::before {
    box-shadow: 0 0 5px rgb(197,189,184,0.5);
    width: 100%;
}.core-comm-guide {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}.core-comm-guide::before {
    top: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(197,189,184,0.5), transparent);
    content: '';
}.core-comm-guide .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.core-comm-guide .core-collab-net {
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.core-comm-guide .core-collab-net:hover {
    opacity: 1;
}

@media (max-width: 991px) {.core-mod-tools {
    padding: 60px 0 30px;
}.core-mod-tools .container {
    flex-direction: column;
}.core-mod-tools .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.core-mod-tools .company_holder::after {
    display: none;
}.core-mod-tools .core-mobile-cta {
    flex: 0 0 100%;
}.core-mod-tools .core-header-mainbar {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.core-mod-tools {
    padding: 40px 0 20px;
}.core-mod-tools .core-head-tutor {
    flex-direction: column;
}.core-mod-tools .core-header-mainbar {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.core-mod-tools .company_holder h3 {
    font-size: calc(33px * 0.8);
}.core-mod-tools .core-header-mainbar h5 {
    font-size: calc(22px * 0.9);
}.core-comm-guide .core-collab-net {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.core-mod-tools {
    padding: 30px 0 15px;
}.core-mod-tools .company_holder {
    margin-bottom: 30px;
}.core-mod-tools .company_holder h3 {
    font-size: calc(33px * 0.7);
}.core-mod-tools .core-header-mainbar h5 {
    font-size: calc(22px * 0.8);
}.core-comm-guide {
    padding: 10px 0;
}.core-comm-guide .core-collab-net {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    content: '';
    z-index: 0;
    left: 0;
    bottom: 0;
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    opacity: 0.3;
    right: 0;
}.core-mod-tools .company_holder h3 {
    overflow: hidden;
    position: relative;
}.core-mod-tools .company_holder h3::before {
    content: '';
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    width: 100%;
}.core-mod-tools .company_holder h3:hover::before {
    left: 100%;
}.core-connect-form {
    overflow: hidden;
    position: relative;
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(236,235,234) 0%, rgb(236,235,234) 60%, rgb(197,189,184,0.5) 100%);
}.core-connect-form::before {
    width: 50%;
    height: 100%;
    right: 0;
    opacity: 0.05;
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(197,189,184,0.5),
        rgb(197,189,184,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    position: absolute;
}.core-connect-form .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.core-connect-form h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}.core-connect-form h2::before {
    transform: translateX(-50%);
    background: rgb(197,189,184);
    width: 60px;
    left: 50%;
    border-radius: 2px;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 4px;
}.core-connect-form .core-connect-links {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 450px;
    background: transparent;
    gap: 40px;
}.core-connect-form .core-photo-box-wrap {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    border-radius: 14px;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}.core-connect-form .core-photo-box-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.core-connect-form .core-feedback-reach {
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
}.core-connect-form .core-feedback-reach:hover {
    transform: perspective(1000px) rotateY(0deg);
}.core-connect-form form {
    width: 100%;
}.core-connect-form form h3 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.core-connect-form form input[type="text"] {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    border: none;
    color: #000000;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    background: rgb(236,235,234);
}.core-connect-form form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(197,189,184);
    outline: none;
}.core-connect-form form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.core-connect-form .core-help-widget {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.core-connect-form .core-help-widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.core-connect-form .core-help-widget label {
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
    cursor: pointer;
}.core-connect-form .core-help-widget label::before {
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    content: "";
    background: rgb(236,235,234);
    position: absolute;
    border-radius: 4px;
    top: 2px;
    height: 22px;
}.core-connect-form .core-help-widget input[type="checkbox"]:checked + label::before {
    background: rgb(197,189,184);
}.core-connect-form .core-help-widget input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    width: 6px;
    top: 6px;
    height: 10px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    border-right: 2px solid #ffffff;
}.core-connect-form .core-help-widget label a {
    color: rgb(197,189,184);
    transition: all 0.3s ease;
    text-decoration: none;
}.core-connect-form .core-help-widget label a:hover {
    color: rgb(173,147,134);
}.core-connect-form form .core-request-reach {
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    padding: 16px 35px;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    background: rgb(197,189,184);
}.core-connect-form form .core-request-reach::after {
    z-index: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    width: 0;
    background: rgb(173,147,134);
    top: 0;
    right: 0;
}.core-connect-form form .core-request-reach:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.core-connect-form form .core-request-reach span {
    z-index: 1;
    position: relative;
}.core-connect-form svg {
    fill: rgb(197,189,184);
    height: 22px;
    width: 22px;
}.core-connect-form svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,189,184);
}

@media screen and (max-width: 1100px) {.core-connect-form .core-connect-links {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.core-connect-form .core-photo-box-wrap {
    height: 500px;
}.core-connect-form .core-feedback-reach {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.core-connect-form {
    padding: 80px 0;
}.core-connect-form .core-connect-links {
    grid-template-columns: 1fr;
    gap: 40px;
}.core-connect-form .core-photo-box-wrap {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.core-connect-form .core-feedback-reach {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.core-connect-form {
    padding: 60px 0;
}.core-connect-form h2 {
    margin-bottom: 40px;
}.core-connect-form .core-photo-box-wrap {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.core-connect-form {
    padding: 50px 0;
}.core-connect-form h2 {
    font-size: calc(32px * 0.85);
}.core-connect-form .core-photo-box-wrap {
    height: 250px;
}.core-connect-form .core-feedback-reach {
    padding: 30px 25px;
}.core-connect-form form h3 {
    font-size: calc(20px * 0.9);
}.core-connect-form form .core-request-reach {
    width: 100%;
}}header {
    margin-top: 0;
    z-index: 100;
    padding: 0;
    background: rgb(173,147,134);
    position: relative;
    overflow: visible;
}header::before {
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
}header::after {
    left: 0;
    width: 100%;
    content: '';
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(173,147,134,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(173,147,134,0.5) 50%, transparent 100%);
    top: 0;
    position: absolute;
}header .core-nav-train {
    position: relative;
    padding: 1.3rem 2.5rem;
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
}header .core-main-mentor {
    position: relative;
    border-left: 3px solid rgb(197,189,184);
    transition: all 0.3s ease;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    margin-right: 2rem;
    z-index: 2;
}header .core-main-mentor::before {
    transition: all 0.4s ease;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    top: 0;
}header .core-main-mentor:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(197,189,184);
}header .core-main-mentor:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .core-top-study {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .core-top-study::after {
    position: absolute;
    bottom: -5px;
    background: rgb(197,189,184);
    right: -5px;
    opacity: 0;
    width: 10px;
    height: 10px;
    content: '';
    transition: all 0.3s ease;
}header .core-top-study:hover::after {
    opacity: 1;
}header .core-top-study img {
    max-height: 40px;
    filter: brightness(1.1);
}header .core-header-mainbar {
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    z-index: 2;
}header .core-header-mainbar::before {
    transform: translateY(-50%);
    position: absolute;
    right: -20px;
    top: 50%;
    width: 40px;
    content: '';
    height: 1px;
    background: rgb(197,189,184);
}header .core-nav-sitewrap {
    position: relative;
    margin: 0 1px;
}header .core-nav-sitewrap a {
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    border-left: 1px solid transparent;
    display: flex;
    text-decoration: none;
    letter-spacing: 1px;
    height: 45px;
    transition: all 0.3s ease;
    border-right: 1px solid transparent;
    padding: 0 1.2rem;
    align-items: center;
    font-weight: 600;
}header .core-nav-sitewrap a::before {
    width: 100%;
    position: absolute;
    background: rgb(197,189,184);
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    height: 100%;
    transform: translateX(-100%);
    top: 0;
    z-index: -1;
}header .core-nav-sitewrap a:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}header .core-nav-sitewrap a:hover::before {
    transform: translateX(0);
}header .core-nav-sitewrap a::after {
    width: 100%;
    top: 0;
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    content: '';
    background: rgb(197,189,184);
    transform-origin: right;
}header .core-nav-sitewrap a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .core-nav-sitewrap::before {
    width: 5px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    background: rgb(197,189,184);
    left: -10px;
    content: '';
    position: absolute;
    transition: transform 0.3s ease;
    height: 5px;
}header .core-nav-sitewrap:hover::before {
    transform: translateY(-50%) scale(1);
}header .core-nav-train::before {
    height: 1px;
    left: 20px;
    background: rgb(197,189,184);
    content: '';
    width: 30px;
    position: absolute;
    top: 20px;
}header .core-nav-train::after {
    position: absolute;
    width: 1px;
    left: 20px;
    height: 30px;
    background: rgb(197,189,184);
    top: 20px;
    content: '';
}.core-site-info {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(236,235,234);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .core-nav-sitewrap:last-child::after {
    top: 50%;
    color: rgb(197,189,184);
    transform: translateY(-50%);
    font-weight: 700;
    content: '|';
    animation: typingCursor 1s infinite;
    position: absolute;
    right: -10px;
}

@media (min-width: 1400px) {header .core-nav-train {
    max-width: 1320px;
    margin: 0 auto;
}header .core-nav-sitewrap {
    margin: 0 2px;
}header .core-nav-sitewrap a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .core-nav-train {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .core-main-mentor {
    margin-bottom: 0;
    margin-right: 0;
}header .core-header-mainbar {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .core-header-mainbar::before {
    display: none;
}header .core-nav-sitewrap a {
    font-size: calc(15px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .core-nav-sitewrap::before {
    display: none;
}header .core-nav-train::before,
    header .core-nav-train::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .core-nav-train {
    padding: 0.8rem 1.5rem;
}header .core-main-mentor {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .core-top-study img {
    max-height: 35px;
}header .core-header-mainbar {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .core-header-mainbar::-webkit-scrollbar {
    height: 3px;
}header .core-header-mainbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,189,184);
}header .core-nav-sitewrap {
    flex: 0 0 auto;
    margin: 0;
}header .core-nav-sitewrap a {
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    height: 35px;
    letter-spacing: 0.5px;
}header .core-nav-sitewrap:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .core-nav-train {
    padding: 0.7rem 1.2rem;
}header .core-main-mentor {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .core-nav-sitewrap a {
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
    height: 32px;
}}.core-cookie-overlay-alert {
    transition: all 0.3s ease-in-out;
    bottom: 0;
    background: #ffffff;
    z-index: 1050;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    border-top: 3px solid rgb(197,189,184);
    font-family: Arial, sans-serif;
}.core-digital-tracking {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}.core-data-comply {
    margin-right: 15px;
    flex-shrink: 0;
}.core-data-comply svg {
    fill: rgb(197,189,184);
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
}.core-data-accept {
    flex-grow: 1;
    margin-right: 15px;
}.core-data-accept h5 {
    font-weight: 700;
    color: rgb(197,189,184);
    margin-bottom: 5px;
    font-size: 23px;
}.core-data-accept p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.core-cookie-list {
    margin-left: 10px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    user-select: none;
    line-height: 1.5;
    font-size: 19px;
    vertical-align: middle;
    white-space: nowrap;
}.cookie_button.core-cookie-check {
    border-color: rgb(197,189,184);
    color: #ffffff;
    background-color: rgb(197,189,184);
}#core-popupConsentNotice {
    display: none;
}#core-popupConsentNotice:checked ~ .core-cookie-overlay-alert {
    opacity: 0;
    visibility: hidden;
}.cookie_button.core-cookie-check:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.core-consent-ack {
    color: #000000;
    border-color: rgb(173,147,134);
    background-color: rgb(173,147,134);
}.cookie_button.core-consent-ack:hover {
    border-color: rgb(197,189,184);
    color: #ffffff;
    background-color: rgb(197,189,184);
}.core-cookie-overlay-alert p a {
    text-decoration: underline;
    color: rgb(197,189,184);
}.core-cookie-overlay-alert p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.core-data-accept h5 {
    font-size: calc(23px - 2px);
}.core-data-accept p {
    font-size: calc(12px - 2px);
}.core-cookie-list {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.core-digital-tracking {
    flex-direction: column;
    align-items: center;
}.core-data-comply {
    margin-bottom: 10px;
}.core-data-accept {
    margin-bottom: 15px;
    text-align: center;
}.core-cookie-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}


.core-course-highlights {
    background-color: rgb(236,235,234);
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    min-height: 100vh;
}.core-course-highlights .core-lesson-plan {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}.core-course-highlights .core-lesson-plan::before {
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    height: 100%;
    content: "";
}.core-course-highlights .core-skill-track {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.core-course-highlights .core-ready-skills {
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(1.1);
    width: 100%;
    animation: fade-slides 30s infinite;
    height: 100%;
    top: 0;
    transition: transform 1s ease;
}.core-course-highlights .core-lesson-plan:hover .core-ready-skills {
    animation-play-state: paused;
}.core-course-highlights .core-ready-skills:hover {
    transform: scale(1);
}.core-course-highlights .core-ready-skills:nth-child(1) {
    animation-delay: 0s;
}.core-course-highlights .core-ready-skills:nth-child(2) {
    animation-delay: -6s;
}.core-course-highlights .core-ready-skills:nth-child(3) {
    animation-delay: -12s;
}.core-course-highlights .core-ready-skills:nth-child(4) {
    animation-delay: -18s;
}.core-course-highlights .core-ready-skills:nth-child(5) {
    animation-delay: -24s;
}.core-course-highlights .core-ready-skills img {
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) brightness(0.7);
    width: 100%;
}.core-course-highlights .container {
    max-width: 1200px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}.core-course-highlights .core-mentor-team {
    align-items: center;
    display: flex;
    justify-content: center;
}.core-course-highlights .core-knowledge-flow {
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    max-width: 1000px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    aspect-ratio: 1;
    flex-direction: column;
    position: relative;
    align-items: center;
    width: 100%;
    text-align: center;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    justify-content: center;
}.core-course-highlights .core-knowledge-flow::before {
    content: "";
    z-index: -1;
    top: -5px;
    animation: rotate-border 15s linear infinite;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(197,189,184,0.5) 90deg,
        transparent 180deg,
        rgb(173,147,134,0.5) 270deg,
        transparent 360deg
    );
    bottom: -5px;
    left: -5px;
    right: -5px;
}.core-course-highlights .core-knowledge-flow::after {
    content: "";
    z-index: -2;
    background: radial-gradient(
        ellipse at center,
        rgb(197,189,184,0.5) 0%,
        transparent 70%
    );
    width: 120%;
    position: absolute;
    height: 120%;
    opacity: 0.1;
    filter: blur(20px);
    animation: pulse-glow 5s ease-in-out infinite alternate;
}.core-course-highlights .core-knowledge-flow h3 {
    position: relative;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 1rem;
    font-weight: 700;
}.core-course-highlights .core-knowledge-flow p {
    -webkit-box-orient: vertical;
    color: #000000;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.6;
    display: -webkit-box;
}.core-course-highlights .core-request-reach {
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    border-radius: 50px;
    background: rgb(197,189,184);
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 2rem;
    font-weight: 600;
}.core-course-highlights .core-request-reach::before {
    transition: transform 0.6s ease;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    content: "";
    z-index: -1;
    position: absolute;
    background: rgb(173,147,134);
    height: 100%;
    left: 0;
}.core-course-highlights .core-request-reach:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.core-course-highlights .core-request-reach:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.core-course-highlights .core-knowledge-flow .orbital-elements {
    border-radius: 50%;
    left: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.core-course-highlights .core-knowledge-flow::before,
.core-course-highlights .core-knowledge-flow::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}.core-course-highlights::after {
    gap: 15px;
    display: flex;
    transform: translateX(-50%);
    z-index: 100;
    left: 50%;
    bottom: 15%;
    position: absolute;
    content: "";
}.core-course-highlights::after {
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    width: 100px;
    opacity: 0.3;
    height: 10px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.core-course-highlights .core-knowledge-flow {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.core-course-highlights .core-knowledge-flow {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.core-course-highlights {
    padding: 2rem 0;
}.core-course-highlights .core-knowledge-flow {
    aspect-ratio: auto;
    padding: 3rem;
    min-height: 700px;
    border-radius: 20px;
    max-width: 700px;
    height: auto;
}.core-course-highlights .core-knowledge-flow::before {
    border-radius: 20px;
}.core-course-highlights .core-knowledge-flow h3 {
    font-size: calc(33px * 0.9);
}.core-course-highlights .core-knowledge-flow p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.core-course-highlights .core-knowledge-flow {
    border-radius: 15px;
    min-height: auto;
    aspect-ratio: auto;
    max-width: 90%;
    padding: 2rem 1.5rem;
}.core-course-highlights .core-knowledge-flow::before {
    border-radius: 15px;
}.core-course-highlights .core-knowledge-flow h3 {
    font-size: calc(33px * 0.8);
}.core-course-highlights .core-knowledge-flow p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
}.core-course-highlights .core-request-reach {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}.core-course-highlights::after {
    bottom: 10%;
}}


.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(2):last-child) .core-ready-skills:nth-child(1) {
    animation-delay: 0s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(2):last-child) .core-ready-skills:nth-child(2) {
    animation-delay: -15s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(3):last-child) .core-ready-skills:nth-child(1) {
    animation-delay: 0s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(3):last-child) .core-ready-skills:nth-child(2) {
    animation-delay: -10s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(3):last-child) .core-ready-skills:nth-child(3) {
    animation-delay: -20s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(4):last-child) .core-ready-skills:nth-child(1) {
    animation-delay: 0s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(4):last-child) .core-ready-skills:nth-child(2) {
    animation-delay: -7.5s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(4):last-child) .core-ready-skills:nth-child(3) {
    animation-delay: -15s;
}.core-course-highlights .core-skill-track:has(.core-ready-skills:nth-child(4):last-child) .core-ready-skills:nth-child(4) {
    animation-delay: -22.5s;
}.core-service-connect {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(236,235,234) 0%, #ffffff 100%);
}.core-service-connect::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    opacity: 0.04;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(197,189,184,0.5) 0,
        rgb(197,189,184,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
}.core-service-connect .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.core-service-connect .core-instant-contact {
    z-index: 2;
    border-radius: 13px;
    position: relative;
    background: transparent;
}.core-service-connect h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 700;
}.core-service-connect h3::after {
    left: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
    width: 100%;
}.core-service-connect .core-connect-section {
    font-size: 15px;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #000000;
}.core-service-connect .core-get-support {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    display: grid;
    border-radius: 13px;
}.core-service-connect .core-get-support::before {
    position: absolute;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(197,189,184,0.5) 49.5%, rgb(197,189,184,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(173,147,134,0.5) 49.5%, rgb(173,147,134,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    opacity: 0.15;
    border-radius: 13px;
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}.core-service-connect .core-get-support > span {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 35px;
}.core-service-connect .core-get-support > span:hover {
    transform: translateX(5px);
}.core-service-connect .core-get-support > span p {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3px;
    margin: 0;
}.core-service-connect .core-get-support > span > span {
    color: #000000;
    font-size: 15px;
    display: block;
}.core-service-connect .core-get-support > span a {
    color: rgb(197,189,184);
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.core-service-connect .core-get-support > span a::after {
    background: rgb(173,147,134);
    bottom: -2px;
    position: absolute;
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: '';
}.core-service-connect .core-get-support > span a:hover {
    color: rgb(173,147,134);
}.core-service-connect .core-get-support > span a:hover::after {
    width: 100%;
}.core-service-connect .core-get-support > span svg {
    stroke-linecap: round;
    left: 0;
    width: 24px;
    transition: transform 0.3s ease;
    top: 0;
    height: 24px;
    position: absolute;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke: rgb(197,189,184);
    fill: none;
}.core-service-connect .core-get-support > span:nth-child(even) svg {
    stroke: rgb(173,147,134);
}.core-service-connect .core-get-support > span:hover svg {
    transform: scale(1.1);
}.core-service-connect .core-get-support > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.core-service-connect .core-get-support > span:hover svg path {
    stroke-dasharray: 5;
    animation: dash 1.5s linear infinite;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.core-service-connect .core-get-contactblock {
    grid-column: 1 / -1;
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.core-service-connect .core-get-contactblock h4 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-right: 20px;
    font-size: 22px;
}.core-service-connect .core-get-contactblock h4::after {
    background: rgb(173,147,134);
    content: '';
    bottom: -5px;
    height: 2px;
    left: 0;
    width: 40px;
    position: absolute;
}.core-service-connect .core-get-contactblock span {
    margin-right: 10px;
    color: #000000;
    background: rgb(236,235,234);
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 8px 15px;
}.core-service-connect .core-get-contactblock span:hover {
    transform: translateY(-3px);
    background-color: rgb(197,189,184,0.5);
}.core-service-connect .core-get-contactblock svg {
    stroke: rgb(173,147,134);
    vertical-align: middle;
    fill: none;
    stroke-linecap: round;
    height: 18px;
    stroke-width: 2px;
    margin-right: 5px;
    width: 18px;
    stroke-linejoin: round;
}.core-service-connect .core-get-contactblock span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.core-service-connect .core-get-contactblock h4 {
    margin-bottom: 20px;
    width: 100%;
}.core-service-connect {
    padding: 70px 0;
}.core-service-connect .core-get-support {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 30px;
}.core-service-connect h3 {
    font-size: calc(34px - 2px);
}.core-service-connect .core-get-support > span svg {
    width: 22px;
    height: 22px;
}
}

@media (max-width: 767px) {.core-service-connect {
    padding: 60px 0;
}.core-service-connect .core-get-support {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 20px;
}.core-service-connect h3 {
    font-size: calc(34px - 4px);
}.core-service-connect .core-connect-section {
    margin-bottom: 35px;
}.core-service-connect .core-get-contactblock span {
    padding: 6px 12px;
    margin-bottom: 8px;
    margin-right: 8px;
}.core-service-connect .core-get-support > span svg {
    width: 20px;
    height: 20px;
}.core-service-connect .core-get-contactblock svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 479px) {.core-service-connect {
    padding: 50px 0;
}.core-service-connect .core-get-support {
    gap: 15px;
    padding: 20px;
}.core-service-connect h3 {
    font-size: calc(34px - 6px);
}.core-service-connect .core-connect-section {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.core-service-connect .core-get-support > span {
    padding-left: 25px;
}.core-service-connect .core-get-support > span::before {
    width: 15px;
}.core-service-connect .core-get-contactblock {
    padding-top: 20px;
}.core-service-connect .core-get-contactblock h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}.core-service-connect .core-get-contactblock span {
    margin-right: 5px;
    padding: 5px 10px;
    font-size: calc(15px - 1px);
    margin-bottom: 5px;
}.core-service-connect .core-get-support > span svg {
    width: 18px;
    height: 18px;
}.core-service-connect .core-get-contactblock svg {
    width: 14px;
    height: 14px;
}
}

@media (hover: none) {.core-service-connect .core-get-support > span:hover {
    transform: none;
}.core-service-connect .core-get-contactblock span:hover {
    transform: none;
    background-color: rgb(236,235,234);
}.core-service-connect .core-get-support > span a:hover {
    color: rgb(197,189,184);
}.core-service-connect .core-get-support > span a:hover::after {
    width: 0;
}.core-service-connect .core-get-support > span:hover svg {
    transform: none;
}.core-service-connect .core-get-support > span:hover svg path {
    stroke-dasharray: none;
    animation: none;
}.core-service-connect .core-get-contactblock span:hover svg {
    animation: none;
}}.core-our-mission {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.core-our-mission::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}.core-our-mission::after {
    opacity: 0.4;
    background: linear-gradient(90deg, rgb(197,189,184,0.5) 0%, transparent 100%);
    z-index: 2;
    content: "";
    top: 0;
    height: 100%;
    transform-origin: left top;
    position: absolute;
    transform: skewY(-3deg) translateY(-10%);
    width: 100%;
    left: 0;
}.core-our-mission h4 {
    text-transform: uppercase;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding-left: 60px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    font-size: calc(32px * 1.2);
    z-index: 5;
    transform: translateX(-20px);
    margin-bottom: 50px;
    letter-spacing: 2px;
}.core-our-mission h4::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    background: rgb(173,147,134);
    height: 3px;
    width: 40px;
    left: 0;
}.core-our-mission .container {
    justify-content: flex-end;
    z-index: 5;
    max-width: 1200px;
    display: flex;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.core-our-mission .core-text-title {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateY(-3deg);
    width: 70%;
    padding: 40px;
    transition: transform 0.4s ease-out;
    border-left: 3px solid rgb(173,147,134);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: fadeIn 1s ease-out forwards;
}.core-our-mission .core-text-title:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.core-our-mission h6 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    letter-spacing: 1px;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    color: rgb(173,147,134);
    transform: translateY(10px);
    padding-bottom: 15px;
}.core-our-mission h6::after {
    height: 2px;
    content: "";
    position: absolute;
    opacity: 0.7;
    width: 60px;
    background: rgb(173,147,134);
    left: 0;
    bottom: 0;
}.core-our-mission .core-text-title div {
    position: relative;
    overflow: hidden;
}.core-our-mission span {
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    opacity: 0;
    line-height: 1.8;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    transform: translateY(20px);
    font-weight: 300;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.85);
}.core-our-mission span::first-letter {
    font-weight: 700;
    color: rgb(173,147,134);
    font-size: 1.4em;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 1024px) {.core-our-mission {
    padding: 90px 0 70px;
}.core-our-mission h4 {
    font-size: calc(32px * 1.1);
    padding-left: 50px;
    margin-bottom: 40px;
}.core-our-mission .container {
    justify-content: center;
}.core-our-mission .core-text-title {
    transform: perspective(1000px) rotateY(-2deg);
    width: 85%;
    padding: 35px;
}
}

@media (max-width: 768px) {.core-our-mission {
    padding: 70px 0 50px;
}.core-our-mission h4 {
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 32px;
}.core-our-mission h4::before {
    width: 30px;
}.core-our-mission .core-text-title {
    border-top: 3px solid rgb(173,147,134);
    width: 100%;
    transform: none;
    padding: 30px 25px;
    border-left: none;
}.core-our-mission h6 {
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 15px;
}.core-our-mission span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.core-our-mission .core-text-title:hover {
    transform: none;
}
}

@media (max-width: 576px) {.core-our-mission {
    padding: 60px 0 40px;
}.core-our-mission h4 {
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: calc(24px * 1.2);
}.core-our-mission h4::before {
    width: 25px;
}.core-our-mission .core-text-title {
    padding: 25px 20px;
}.core-our-mission h6 {
    font-size: calc(18px * 1.1);
}.core-our-mission span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.core-access-now {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(197,189,184,0.5) 100%);
    overflow: hidden;
    position: relative;
}.core-access-now::before {
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 6px);
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}.core-access-now::after {
    background: rgb(197,189,184,0.5);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    right: -10%;
    height: 160%;
    top: -30%;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    width: 50%;
    opacity: 0.1;
    z-index: 0;
}.core-access-now .container {
    z-index: 2;
    position: relative;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: center;
}.core-access-now h2 {
    text-align: center;
    max-width: 800px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    font-size: 35px;
    margin-bottom: 3rem;
    position: relative;
    font-family: Arial, sans-serif;
}.core-access-now h2::after {
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 80px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 50%;
    background: rgb(197,189,184);
    transform: translateX(-50%);
    content: "";
}.core-access-now .core-mentor-team {
    gap: 2rem;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    align-items: center;
    padding: 2rem;
    transform: translateY(0);
    max-width: 500px;
    display: flex;
    justify-content: center;
    position: relative;
    border-left: 4px solid rgb(197,189,184);
    background: #ffffff;
}.core-access-now .core-mentor-team::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%);
    height: 100%;
    left: 0;
}.core-access-now .core-mentor-team:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}.core-access-now .core-mentor-team:hover h2::after {
    width: 120px;
}.core-access-now svg {
    flex-shrink: 0;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
    width: 40px;
}.core-access-now .core-mentor-team:hover svg {
    transform: scale(1.1) rotate(5deg);
}.core-access-now svg path {
    fill: rgb(197,189,184);
    transition: fill 0.3s ease;
}.core-access-now .core-mentor-team:hover svg path {
    fill: rgb(173,147,134);
}.core-access-now .core-mentor-team > div {
    justify-content: center;
    flex-grow: 1;
    display: flex;
}.core-access-now .core-request-reach {
    justify-content: center;
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    font-size: 16px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow: 0 4px 12px rgba(rgb(197,189,184,0.5), 0.3);
    display: inline-flex;
    padding: 0.75rem 2rem;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
}.core-access-now .core-request-reach::before {
    left: -100%;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
    position: absolute;
}.core-access-now .core-request-reach::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(173,147,134) 0%, rgb(197,189,184) 100%);
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -2;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.core-access-now .core-request-reach:hover {
    box-shadow: 0 6px 16px rgba(rgb(197,189,184,0.5), 0.4);
    transform: translateY(-2px) scale(1.02);
}.core-access-now .core-request-reach:hover::before {
    left: 100%;
}.core-access-now .core-request-reach:hover::after {
    opacity: 1;
}.core-access-now .core-request-reach:active {
    box-shadow: 0 2px 8px rgba(rgb(197,189,184,0.5), 0.3);
    transform: translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.core-access-now {
    padding: 4rem 0;
}.core-access-now h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.85);
}.core-access-now .core-mentor-team {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
}.core-access-now .core-request-reach {
    width: 100%;
    padding: 0.75rem 1.5rem;
}.core-access-now::after {
    right: -30%;
    height: 140%;
    width: 80%;
    top: -20%;
}
}

@media (max-width: 480px) {.core-access-now {
    padding: 3rem 0;
}.core-access-now h2 {
    font-size: calc(35px * 0.75);
}.core-access-now .core-mentor-team {
    padding: 1.25rem;
    gap: 1rem;
}.core-access-now svg {
    height: 32px;
    width: 32px;
}.core-access-now h2::after {
    bottom: -10px;
    width: 60px;
}.core-access-now .core-request-reach {
    font-size: calc(16px * 0.9);
    padding: 0.6rem 1.25rem;
}}.core-thanksFocus {
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(197,189,184,0.5) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 120px 0;
}.core-thanksFocus::before {
    top: -50px;
    height: 200px;
    width: 200px;
    z-index: 0;
    filter: blur(60px);
    right: -50px;
    background: rgb(173,147,134,0.5);
    position: absolute;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    content: "";
}.core-thanksFocus::after {
    left: 0;
    z-index: 1;
    height: 5px;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(197,189,184), transparent);
}.core-thanksFocus .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.core-thanksFocus h2 {
    max-width: 800px;
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    opacity: 1;
    transform: translateY(0);
    font-size: 31px;
    margin-bottom: 40px;
}.core-thanksFocus h2::after {
    content: "";
    transform: scaleX(1);
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -15px;
    height: 3px;
    width: 60px;
    background: rgb(197,189,184);
    transition: transform 0.5s ease;
}.core-thanksFocus .core-mentor-team {
    border-left: 4px solid rgb(197,189,184);
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    position: relative;
    background: #ffffff;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.3s forwards;
}.core-thanksFocus .core-mentor-team::before {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 49.5%, rgb(173,147,134,0.5) 49.5%, rgb(173,147,134,0.5) 50.5%, transparent 50.5%);
}.core-thanksFocus ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.core-thanksFocus li {
    padding-left: 25px;
    position: relative;
}.core-thanksFocus li::before {
    top: 10px;
    height: 8px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    width: 8px;
    background: rgb(197,189,184);
}.core-thanksFocus li:hover::before {
    transform: rotate(225deg);
}.core-thanksFocus span {
    font-size: 15px;
    line-height: 1.8;
    display: block;
    color: #000000;
}

@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-thanksFocus {
    padding: 80px 0;
}.core-thanksFocus h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.core-thanksFocus .core-mentor-team {
    padding: 30px;
}
}

@media (max-width: 767px) {.core-thanksFocus {
    padding: 60px 0;
}.core-thanksFocus h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.core-thanksFocus h2::after {
    width: 40px;
}.core-thanksFocus .core-mentor-team {
    padding: 25px 20px;
}.core-thanksFocus span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.core-thanksFocus {
    padding: 40px 0;
}.core-thanksFocus h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.core-thanksFocus .core-mentor-team {
    border-left-width: 3px;
    padding: 20px 15px;
}.core-thanksFocus li {
    padding-left: 20px;
}.core-thanksFocus li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.core-thanksFocus span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.core-privacy-chest {
    position: relative;
    padding: 40px;
    z-index: 1;
    color: #ffffff;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.core-privacy-chest::before {
    right: 10px;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    position: absolute;
    content: '';
    left: 10px;
}.core-privacy-chest h1 {
    font-family: Arial, sans-serif;
    color: rgb(197,189,184);
    font-weight: 700;
    border-bottom: 2px solid rgb(197,189,184);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 47px;
    margin-top: 30px;
    text-align: center;
}.core-privacy-chest h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    border-left: 4px solid rgb(173,147,134);
    padding-left: 15px;
    font-weight: 600;
    color: rgb(173,147,134);
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 34px;
}.core-privacy-chest h3, .core-privacy-chest h4, .core-privacy-chest h5, .core-privacy-chest h6 {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-top: 20px;
    color: rgb(197,189,184);
    font-weight: 400;
}.core-privacy-chest ul, .core-privacy-chest ol {
    padding: 15px 0;
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
}.core-privacy-chest li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}.core-privacy-chest li::before {
    line-height: 1em;
    transform: translateY(-50%);
    color: rgb(197,189,184);
    position: absolute;
    content: ">";
    font-size: 1.2em;
    top: 50%;
    left: 0;
}.core-privacy-chest section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #000000;
    border: 1px solid rgb(173,147,134,0.5);
}.core-privacy-chest p, .core-privacy-chest span, .core-privacy-chest div {
    border-left: 3px solid rgb(197,189,184);
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.core-privacy-chest {
    padding: 20px;
    width: 95%;
}.core-privacy-chest h1 {
    margin-top: 20px;
    font-size: calc(18px - 6px);
    margin-bottom: 15px;
}.core-privacy-chest h2 {
    margin-top: 20px;
    font-size: calc(18px - 6px);
    margin-bottom: 10px;
}.core-privacy-chest ul, .core-privacy-chest ol {
    padding-left: 15px;
}.core-privacy-chest li {
    padding-left: 20px;
}.core-privacy-chest p, .core-privacy-chest span, .core-privacy-chest div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.core-education-history {
    background-color: rgb(236,235,234);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.core-education-history::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(197,189,184,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(173,147,134,0.5) 0px, rgb(173,147,134,0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.12;
}.core-education-history .container {
    transform: perspective(1000px) rotateY(2deg);
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 1140px;
}.core-education-history .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.core-education-history .core-client-voices {
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    display: grid;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    backdrop-filter: blur(10px);
    position: relative;
    gap: 2rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(197,189,184);
    padding: 2.5rem;
}.core-education-history .core-client-voices:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.core-education-history .core-client-voices::after {
    width: 80px;
    right: 25px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(197,189,184) 48%, rgb(197,189,184) 52%, transparent 52%);
    position: absolute;
    content: "";
    opacity: 0.1;
    transform: rotate(15deg);
    top: 25px;
    height: 80px;
    transition: all 0.5s ease;
}.core-education-history .core-client-voices:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.core-education-history .core-photo-box-wrap {
    overflow: hidden;
    border-radius: 10% 30% 50% 70%;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
    height: 120px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
}.core-education-history .core-photo-box-wrap::before {
    content: "";
    opacity: 0.5;
    inset: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(to top right, rgb(197,189,184,0.5), transparent 70%);
    z-index: 1;
}.core-education-history .core-client-voices:hover .core-photo-box-wrap {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}.core-education-history .core-client-voices:hover .core-photo-box-wrap::before {
    opacity: 0.7;
}.core-education-history .name {
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(23px * 1.1);
}.core-education-history .name::after {
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    width: 0;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: rgb(197,189,184);
}.core-education-history .core-client-voices:hover .name::after {
    width: 100%;
}.core-education-history .core-client-voices > div:nth-child(2) div {
    position: relative;
    color: rgb(173,147,134);
    transform: translateX(0);
    letter-spacing: 0.5px;
    transition: transform 0.4s ease;
    margin-bottom: 0.8rem;
    font-weight: 600;
    font-size: calc(15px * 0.95);
}.core-education-history .core-client-voices:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.core-education-history .core-exp-items {
    margin: 0;
    border-left: 1px solid rgb(173,147,134,0.5);
    transition: all 0.4s ease;
    font-size: 15px;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.75;
    position: relative;
}.core-education-history .core-exp-items::before {
    opacity: 0.3;
    content: "";
    top: -0.5rem;
    transition: transform 0.5s ease;
    position: absolute;
    font-size: 2.5rem;
    left: 0.3rem;
    color: rgb(197,189,184);
}.core-education-history .core-client-voices:hover .core-exp-items::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

@media (min-width: 768px) {.core-education-history {
    padding: 7rem 0;
}.core-education-history .core-client-voices {
    row-gap: 1.5rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    column-gap: 2.5rem;
}.core-education-history .core-client-voices > div:first-child {
    justify-content: center;
    grid-row: 1 / 3;
    display: flex;
    align-items: flex-start;
}.core-education-history .core-client-voices > div:nth-child(2) {
    align-self: end;
}.core-education-history .core-photo-box-wrap {
    width: 180px;
    height: 180px;
}.core-education-history .name {
    font-size: calc(23px * 1.3);
    margin-bottom: 0.8rem;
}.core-education-history .core-exp-items {
    padding-left: 2rem;
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.core-education-history .container {
    transform: perspective(1500px) rotateY(3deg);
}.core-education-history .core-client-voices {
    gap: 3rem;
    padding: 4rem;
}.core-education-history .core-photo-box-wrap {
    width: 220px;
    height: 220px;
}.core-education-history .core-exp-items {
    column-gap: 2.5rem;
    padding-left: 0;
    column-count: 2;
    border-left: none;
}.core-education-history .core-exp-items::before {
    left: -1rem;
    font-size: 4rem;
}
}

@media (max-width: 767px) {.core-education-history {
    padding: 4rem 0;
}.core-education-history .container {
    transform: none;
}.core-education-history .core-client-voices {
    padding: 2rem;
}.core-education-history .core-client-voices > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}.core-education-history .core-client-voices > div:nth-child(2) {
    text-align: center;
}.core-education-history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.core-education-history .core-exp-items {
    padding-left: 1rem;
    text-align: left;
}}.core-title-portal {
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(173,147,134) 0%, rgb(197,189,184) 100%);
    min-height: 100vh;
    justify-content: center;
}.core-title-portal .core-start-lead {
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    padding: 2rem;
    position: relative;
}.core-title-portal .core-skill-pro {
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3rem;
}.core-title-portal .core-main-welcome {
    position: relative;
    border-left: 6px solid rgb(197,189,184);
}.core-title-portal .core-main-welcome::before {
    z-index: 1;
    position: absolute;
    top: 0;
    backdrop-filter: blur(4px);
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.7) 100%
  );
    right: 0;
    left: 0;
    content: '';
}.core-title-portal .core-main-welcome::after {
    animation: pulse 10s infinite alternate ease-in-out;
    content: '';
    z-index: 0;
    width: 200px;
    position: absolute;
    background: rgb(197,189,184);
    top: -10%;
    filter: blur(40px);
    right: -5%;
    opacity: 0.1;
    border-radius: 50%;
    height: 200px;
}.core-title-portal .core-main-welcome span {
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    z-index: 2;
    transform: translateY(-20px);
}.core-title-portal .core-main-welcome h3 {
    color: #ffffff;
    max-width: 90%;
    line-height: 1.5;
    font-size: calc(21px * 0.9);
    padding: 1rem 2rem;
    background: linear-gradient(90deg, rgb(197,189,184,0.5) 0%, transparent 100%);
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: 0;
    border-left: 3px solid rgb(173,147,134);
}.core-title-portal .core-main-welcome h1 {
    font-size: 46px;
    transform: translateY(-20px);
    -webkit-background-clip: text !important;
    color: #ffffff;
    line-height: 1.2;
    opacity: 0;
    margin: 0 0 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background-clip: text !important;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    font-weight: 700;
}.core-title-portal .core-main-welcome > div {
    transform: translateY(-20px);
    z-index: 2;
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.core-title-portal .core-main-welcome > div > div {
    background: linear-gradient(
    90deg, 
    rgb(173,147,134) 0%, 
    rgb(173,147,134,0.5) 100%
  );
    padding: 1.5rem 2rem;
    transform: perspective(500px) rotateX(2deg);
    position: relative;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.core-title-portal .core-main-welcome > div > div::after {
    left: 10%;
    right: 10%;
    background: rgb(173,147,134);
    position: absolute;
    height: 8px;
    opacity: 0.5;
    bottom: -8px;
    content: '';
    filter: blur(4px);
}.core-title-portal .core-main-welcome p {
    margin: 0;
    letter-spacing: 0.3px;
    font-size: calc(13px * 1.1);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
}.core-title-portal .core-skill-pro:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.15;
  }
}

@media (max-width: 991px) {.core-title-portal .core-main-welcome {
    padding: 3rem 2rem;
}.core-title-portal .core-main-welcome h1 {
    font-size: calc(46px * 0.85);
}.core-title-portal .core-main-welcome h3 {
    padding: 0.8rem 1.5rem;
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 767px) {.core-title-portal .core-start-lead {
    padding: 1.5rem;
}.core-title-portal .core-main-welcome {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.core-title-portal .core-main-welcome h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.core-title-portal .core-main-welcome h3 {
    max-width: 100%;
    font-size: calc(21px * 0.8);
    padding: 0.8rem 1.2rem;
}.core-title-portal .core-main-welcome > div > div {
    padding: 1.2rem 1.5rem;
}.core-title-portal .core-main-welcome p {
    font-size: 13px;
}
}

@media (max-width: 480px) {.core-title-portal .core-main-welcome {
    padding: 2rem 1.2rem;
}.core-title-portal .core-main-welcome h1 {
    font-size: calc(46px * 0.6);
}.core-title-portal .core-main-welcome h3 {
    font-size: calc(21px * 0.75);
    padding: 0.6rem 1rem;
}.core-title-portal .core-main-welcome > div > div {
    padding: 1rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
}