* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    auto
contain
touch-action: none;
    auto;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.wrapper-skeleton3 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1236px;
}.sustain_cta4 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.top_mainbar0 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.experience_trial0 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    z-index: 1;
    padding: 5rem 2rem;
    perspective: 1000px;
}.experience_trial0::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    transform: translateZ(-10px);
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
}.experience_trial0::after {
    top: -50%;
    transform: rotate(-15deg);
    height: 100%;
    right: -50%;
    position: absolute;
    width: 100%;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    content: "";
}.experience_trial0 .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    animation: containerReveal 0.8s ease-out forwards;
    position: relative;
}.experience_trial0 h6 {
    max-width: 90%;
    color: #ffffff;
    font-size: calc(22px * 1.2);
    margin-left: auto;
    transition: transform 0.4s ease-out;
    margin-right: auto;
    text-align: center;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.5;
    position: relative;
    font-weight: 600;
}.experience_trial0 .container div {
    transform: translateZ(30px);
    animation: buttonContainer 0.5s ease-out 0.4s both;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: center;
}.experience_trial0 .container div span {
    position: relative;
    transition: transform 0.3s var(--timing-cubic);
    display: inline-block;
}.experience_trial0 .container div span::before {
    z-index: -1;
    content: "";
    opacity: 0;
    top: -10px;
    position: absolute;
    left: -10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: calc(100% + 20px);
    border: 2px solid rgba(255,255,255,0.2);
    transform: scale(0.9);
    border-radius: 23px;
    width: calc(100% + 20px);
}.experience_trial0 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}.experience_trial0 .inquiry_grid0 {
    color: rgb(195,184,162);
    display: inline-flex;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    position: relative;
    padding: 0.9rem 2.5rem;
}.experience_trial0 .inquiry_grid0::before {
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, rgb(161,149,128) 0%, rgb(195,184,162) 100%);
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    content: "";
    height: 100%;
}.experience_trial0 .inquiry_grid0:hover {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}.experience_trial0 .inquiry_grid0:hover::before {
    opacity: 1;
}.experience_trial0 .inquiry_grid0:active {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}.experience_trial0 .inquiry_grid0 span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}.experience_trial0 .inquiry_grid0:hover span {
    transform: scale(1.05);
}

@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

@media (min-width: 768px) {.experience_trial0 {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(195,184,162) 0%, rgb(161,149,128) 70%, rgb(195,184,162,0.5) 100%);
}.experience_trial0::before {
    background-size: 40px 40px;
}.experience_trial0 h6 {
    margin-bottom: 3rem;
    font-size: calc(22px * 1.4);
    max-width: 80%;
}.experience_trial0 .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.experience_trial0 .inquiry_grid0 {
    padding: 1rem 3rem;
}
}

@media (min-width: 992px) {.experience_trial0 {
    padding: 8rem 4rem;
}.experience_trial0::after {
    width: 150%;
    height: 150%;
}.experience_trial0 h6 {
    font-size: calc(22px * 1.5);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.experience_trial0 .container div {
    margin-top: 2rem;
}.experience_trial0 .inquiry_grid0 {
    font-size: calc(20px * 1.1);
    padding: 1.1rem 3.5rem;
}
}

@media (max-width: 767px) {.experience_trial0 {
    padding: 4rem 1.5rem;
}.experience_trial0 h6 {
    margin-bottom: 2rem;
    font-size: 22px;
}.experience_trial0 .inquiry_grid0 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.experience_trial0 {
    padding: 3.5rem 1rem;
}.experience_trial0 h6 {
    font-size: calc(22px * 0.9);
    line-height: 1.6;
}.experience_trial0 .inquiry_grid0 {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.8rem;
}}.data_exploration3 {
    background: linear-gradient(145deg, rgb(231,218,197), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.data_exploration3::before {
    width: 40%;
    height: 70%;
    right: -5%;
    top: -10%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(210deg, rgb(195,184,162,0.5), transparent);
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    content: "";
    opacity: 0.15;
}.data_exploration3::after {
    background: linear-gradient(30deg, rgb(161,149,128), transparent);
    left: -5%;
    height: 60%;
    width: 45%;
    pointer-events: none;
    transform: rotate(12deg) skew(-5deg);
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    content: "";
    bottom: -10%;
}.data_exploration3 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}.data_exploration3 ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
}.data_exploration3 .statistics_plus8 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.2rem 1.8rem;
    backdrop-filter: blur(8px);
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 8px rgba(0, 0, 0, 0.06),
                0 20px 40px rgba(0, 0, 0, 0.03);
}.data_exploration3 .statistics_plus8::before {
    position: absolute;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    right: 0;
    left: 0;
    content: "";
    transform: scaleX(0.8);
    top: 0;
}.data_exploration3 .statistics_plus8:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 50px rgba(0, 0, 0, 0.04);
    transform: translateY(-6px);
}.data_exploration3 .statistics_plus8:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.data_exploration3 .statistics_plus8 div {
    position: relative;
    z-index: 2;
}.data_exploration3 .statistics_plus8 p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: calc(34px * 1.2);
    margin: 0 0 0.8rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-2px);
    background: linear-gradient(135deg, rgb(195,184,162), rgb(161,149,128));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
    letter-spacing: -0.02em;
}.data_exploration3 .statistics_plus8:hover p {
    transform: translateX(0) scale(1.05);
}.data_exploration3 .statistics_plus8 span {
    max-width: 90%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #000000;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 1.5;
    opacity: 0.9;
}.data_exploration3 .statistics_plus8:hover span {
    opacity: 1;
    transform: translateY(-2px);
}.data_exploration3 .statistics_plus8:nth-child(odd)::after {
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    opacity: 0.1;
    filter: blur(8px);
    height: 80px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    transform: scale(0.7);
    background: linear-gradient(135deg, rgb(195,184,162,0.5), transparent);
    content: "";
    right: -20px;
}.data_exploration3 .statistics_plus8:nth-child(even)::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    filter: blur(8px);
    height: 80px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: scale(0.7);
    width: 80px;
    background: linear-gradient(135deg, rgb(161,149,128,0.5), transparent);
    opacity: 0.1;
    left: -20px;
    top: -20px;
}.data_exploration3 .statistics_plus8:hover::after {
    transform: scale(1);
    opacity: 0.15;
}.data_exploration3 h4 {
    padding-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    opacity: 0.95;
    margin-top: 4rem;
    font-size: 22px;
    text-align: center;
    position: relative;
    color: #ffffff;
}.data_exploration3 h4::after {
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(161,149,128), transparent);
    height: 2px;
    content: "";
    left: 50%;
    width: 80px;
}

@media (max-width: 991px) {.data_exploration3 {
    padding: 5rem 0;
}.data_exploration3 ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.data_exploration3 .statistics_plus8 p {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 767px) {.data_exploration3 {
    padding: 4rem 0;
}.data_exploration3 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.data_exploration3 .statistics_plus8 {
    padding: 1.8rem 1.5rem;
}.data_exploration3 .statistics_plus8 p {
    font-size: 34px;
}.data_exploration3 h4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.data_exploration3 {
    padding: 3.5rem 0;
}.data_exploration3 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_exploration3 .statistics_plus8 {
    padding: 1.6rem 1.4rem;
}.data_exploration3 h4 {
    margin-top: 2.5rem;
    font-size: calc(22px * 0.95);
}
}

@media (hover: none) {.data_exploration3 .statistics_plus8:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                    0 1px 8px rgba(0, 0, 0, 0.06),
                    0 20px 40px rgba(0, 0, 0, 0.03);
    transform: none;
}.data_exploration3 .statistics_plus8:hover p {
    transform: translateX(-2px);
}.data_exploration3 .statistics_plus8:hover span {
    transform: none;
}}

@keyframes pulse {
    0% { opacity: 0.3; }
    50% { opacity: 0.6; }
    100% { opacity: 0.3; }
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.data_exploration3 .statistics_plus8:nth-child(3n+1) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0s;
}.data_exploration3 .statistics_plus8:nth-child(3n+2) {
    animation-delay: -2s;
    animation: float 8s ease-in-out infinite;
}.data_exploration3 .statistics_plus8:nth-child(3n+3) {
    animation-delay: -4s;
    animation: float 8s ease-in-out infinite;
}.homepage4 {
    padding: 4rem 2rem;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgb(161,149,128,0.5) 100%);
    overflow: hidden;
    align-items: center;
}.homepage4::before {
    right: 0;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(195,184,162,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
}.homepage4::after {
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(161,149,128) 0%, transparent 80%);
    content: "";
    right: -5%;
    top: -10%;
    filter: blur(40px);
    height: 60%;
    opacity: 0.1;
    width: 40%;
    position: absolute;
    z-index: 1;
}.homepage4 .start_lead7 {
    z-index: 2;
    transform: translateY(-2vh);
    max-width: 1200px;
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.homepage4 .start_lead7 > div:first-child {
    padding: 2rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transform: translateX(-2%) rotate(-1deg);
}.homepage4 .start_lead7 > div:first-child:hover {
    transform: translateX(0%) rotate(0deg);
}.homepage4 .start_lead7 > div:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    background: rgb(195,184,162);
    transform: scaleY(0.95);
    height: 100%;
    left: 0;
    top: 0;
}.homepage4 h3 {
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    z-index: 2;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin: 0;
}.homepage4 .start_lead7 > div:nth-child(2) {
    display: flex;
    position: relative;
    justify-content: flex-end;
}.homepage4 .proof_stats0 {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    max-width: 800px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    transform: translateY(-10px);
    padding: 2rem;
}.homepage4 .proof_stats0:hover {
    transform: translateY(0);
}.homepage4 .proof_stats0::before {
    height: 100%;
    top: 15px;
    z-index: -1;
    left: 15px;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(195,184,162,0.5) 0%, rgb(161,149,128,0.5) 100%);
    transition: all 0.4s ease;
}.homepage4 .proof_stats0:hover::before {
    left: 8px;
    top: 8px;
}.homepage4 h1 {
    color: #000000;
    margin: 0 0 1.5rem;
    font-family: Arial, sans-serif;
    font-size: clamp(2rem, 6vw, 45px);
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
}.homepage4 h1::after {
    width: 80px;
    content: "";
    transform-origin: left center;
    left: 0;
    height: 4px;
    background: rgb(195,184,162);
    transition: width 0.4s ease;
    position: absolute;
    bottom: -10px;
}.homepage4 .proof_stats0:hover h1::after {
    width: 120px;
}.homepage4 .proof_stats0 > div {
    min-height: 200px;
    height: auto;
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(195,184,162);
    margin-top: 2rem;
}.homepage4 .proof_stats0 > div::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
}.homepage4 p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0;
    padding: 2rem;
    z-index: 2;
    font-weight: 400;
    line-height: 1.6;
    max-width: 90%;
}

@media (min-width: 768px) {.homepage4 .start_lead7 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.homepage4 .start_lead7 > div:first-child {
    display: flex;
    padding: 3rem;
    margin-top: 2rem;
    align-items: center;
}.homepage4 .start_lead7 > div:nth-child(2) {
    align-items: flex-end;
}.homepage4 .proof_stats0 {
    padding: 3rem;
}.homepage4 p {
    padding: 3rem;
    font-size: 1.2rem;
    max-width: 80%;
}
}

@media (min-width: 992px) {.homepage4 {
    padding: 0;
}.homepage4 .start_lead7 {
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
}.homepage4 .start_lead7 > div:first-child {
    transform: translateX(-5%) rotate(-2deg);
}.homepage4 .proof_stats0 > div {
    min-height: 250px;
}.homepage4 .start_lead7 > div:first-child::before {
    width: 8px;
}.homepage4 h1 {
    margin-bottom: 2rem;
}.homepage4 p {
    font-size: 1.3rem;
    max-width: 70%;
}
}

@media (max-width: 767px) {.homepage4 {
    padding: 3rem 1.5rem;
}.homepage4 .start_lead7 > div:first-child {
    margin-bottom: -1rem;
}.homepage4 h3 {
    font-size: 1.1rem;
    padding-left: 1rem;
}.homepage4 .proof_stats0 {
    padding: 1.5rem;
}.homepage4 h1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}.homepage4 .proof_stats0 > div {
    min-height: 180px;
}.homepage4 p {
    padding: 1.5rem;
    font-size: 1rem;
}}.mentorship_experience4 {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgb(195,184,162,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
}.mentorship_experience4::before {
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(161,149,128,0.5) 0%, transparent 25%, rgb(195,184,162,0.5) 50%, transparent 75%, rgb(161,149,128,0.5) 100%);
    width: 100%;
    left: 0;
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    content: "";
    top: 0;
    position: absolute;
}.mentorship_experience4 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.mentorship_experience4 .rating_zone2 {
    transform: rotateY(-5deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-columns: 300px 1fr;
    padding: 3rem;
    border-radius: 10px;
    position: relative;
    grid-template-areas:
        "photo quote"
        "info quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(161,149,128,0.5),
                0 10px 0 -5px rgb(195,184,162,0.5);
    gap: 1.5rem;
    display: grid;
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
}.mentorship_experience4 .rating_zone2:hover {
    transform: rotateY(0);
}.mentorship_experience4 .img_placeholder5 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(195,184,162,0.5);
    grid-area: photo;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: translateZ(30px);
    border: 5px solid #ffffff;
    height: 220px;
    width: 220px;
}.mentorship_experience4 .rating_zone2:hover .img_placeholder5 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(195,184,162);
    transform: translateZ(50px) scale(1.05);
}.mentorship_experience4 .name {
    margin-bottom: 0.5rem;
    display: block;
    color: #000000;
    grid-area: info;
    font-size: 35px;
    margin-top: 1rem;
    font-weight: 700;
    transform: translateZ(20px);
}.mentorship_experience4 .rating_zone2 span:not(.name) {
    font-weight: 600;
    transform: translateZ(15px);
    color: rgb(195,184,162);
    font-size: 15px;
    margin-top: 3.5rem;
    display: block;
    grid-area: info;
}.mentorship_experience4 .career_exp5 {
    grid-area: quote;
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    font-weight: 400;
    font-size: calc(15px * 1.1);
    border-left: 4px solid rgb(161,149,128);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    line-height: 1.6;
}.mentorship_experience4 .career_exp5::before {
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(161,149,128,0.5) 40%, rgb(161,149,128,0.5) 60%, transparent 60%);
    background-size: 200% 200%;
    position: absolute;
    animation: shimmer 3s infinite linear;
    mix-blend-mode: overlay;
    opacity: 0.2;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.mentorship_experience4 .rating_zone2 {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-areas:
            "img_placeholder5"
            "support_help8"
            "career_exp5";
    grid-template-columns: 1fr;
}.mentorship_experience4 .img_placeholder5 {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}.mentorship_experience4 .name,
    .mentorship_experience4 .rating_zone2 span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.mentorship_experience4 .rating_zone2 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.mentorship_experience4 {
    padding: 4rem 0;
}.mentorship_experience4 .rating_zone2 {
    transform: none;
    padding: 1.5rem;
}.mentorship_experience4 .img_placeholder5 {
    height: 140px;
    width: 140px;
}.mentorship_experience4 .career_exp5 {
    font-size: 15px;
    padding: 1rem;
}}.pricing_matrix7 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(231,218,197);
}.pricing_matrix7::before {
    height: 12rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(195,184,162), rgb(161,149,128));
    content: "";
    top: -3rem;
    right: -3rem;
    transform: rotate(15deg);
    width: 12rem;
    position: absolute;
}.pricing_matrix7::after {
    opacity: 0.05;
    transform: rotate(-10deg);
    z-index: 0;
    position: absolute;
    width: 18rem;
    height: 18rem;
    left: -5rem;
    content: "";
    background: linear-gradient(45deg, rgb(161,149,128), rgb(195,184,162,0.5));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    bottom: -5rem;
}.pricing_matrix7 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
}.pricing_matrix7 .trial_offers1 {
    display: flex;
    flex-direction: column;
}.pricing_matrix7 .cert_plans9 {
    position: relative;
    order: -1;
    margin-bottom: 3rem;
}.pricing_matrix7 .cert_plans9 h2 {
    font-size: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}.pricing_matrix7 .cert_plans9 h2::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,184,162), transparent);
    left: 0;
    bottom: -0.5rem;
    width: 60%;
    content: "";
}.pricing_matrix7 .cost_options0 {
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 14px;
}.pricing_matrix7 .lesson_plans0 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 1.5rem;
    width: 100%;
}.pricing_matrix7 .fee_schemes5 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    z-index: 2;
    color: #000000;
    overflow: hidden;
}.pricing_matrix7 .cost_plan2 {
    position: relative;
    transform: translateY(0);
    height: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing_matrix7 .fee_schemes5:hover .cost_plan2 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.pricing_matrix7 .value_fees9 {
    flex-direction: column;
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.pricing_matrix7 .value_fees9 h3 {
    transition: color 0.3s ease;
    font-size: calc(21px + 0.1rem);
    margin-bottom: 0.5rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.pricing_matrix7 .fee_schemes5:hover .value_fees9 h3 {
    color: rgb(195,184,162);
}.pricing_matrix7 .fee_struct4 {
    font-weight: 700;
    font-size: calc(21px + 0.5rem);
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    display: block;
    color: rgb(195,184,162);
}.pricing_matrix7 .fee_struct4::before {
    position: absolute;
    left: 0;
    transform: scaleX(1);
    background-color: rgb(195,184,162,0.5);
    transition: transform 0.4s ease;
    transform-origin: left;
    bottom: -0.75rem;
    width: 3rem;
    height: 2px;
    content: "";
}.pricing_matrix7 .fee_schemes5:hover .fee_struct4::before {
    transform: scaleX(1.5);
}.pricing_matrix7 .value_fees9 p {
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    word-break: break-word;
    font-size: calc(14px - 0.1rem);
}.pricing_matrix7 .img_placeholder5 {
    position: relative;
    height: 180px;
    width: 100%;
    transition: transform 0.6s ease;
    overflow: hidden;
}.pricing_matrix7 .img_placeholder5::after {
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}.pricing_matrix7 .fee_schemes5:hover .img_placeholder5 {
    transform: scale(1.03);
}.pricing_matrix7 .fee_schemes5:hover .img_placeholder5::after {
    opacity: 0.4;
}.pricing_matrix7 .cost_plan2::before {
    content: "";
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    width: 100%;
    position: absolute;
    height: 5px;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    transform-origin: left;
}.pricing_matrix7 .fee_schemes5:hover .cost_plan2::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing_matrix7 .trial_offers1 {
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
}.pricing_matrix7 .cert_plans9 {
    padding-top: 2rem;
    margin-bottom: 0;
    order: 0;
    flex: 0 0 30%;
}.pricing_matrix7 .lesson_plans0 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.pricing_matrix7 .cost_plan2 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing_matrix7 {
    padding: 3rem 0;
}.pricing_matrix7 .lesson_plans0 {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_matrix7 .cert_plans9 h2 {
    text-align: center;
    display: block;
}.pricing_matrix7 .cert_plans9 h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.pricing_matrix7 .cost_options0 {
    text-align: center;
}.pricing_matrix7 .cost_plan2 {
    min-height: auto;
}.pricing_matrix7 .value_fees9 {
    padding: 1.5rem;
}.pricing_matrix7 .img_placeholder5 {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing_matrix7 .lesson_plans0 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_matrix7 .fee_schemes5:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing_matrix7 .cert_plans9 {
    padding-top: 4rem;
}.pricing_matrix7 .fee_schemes5:hover {
    z-index: 5;
}.pricing_matrix7 .lesson_plans0 {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.pricing_matrix7 .fee_schemes5,
    .pricing_matrix7 .cost_plan2,
    .pricing_matrix7 .img_placeholder5,
    .pricing_matrix7 .fee_struct4::before,
    .pricing_matrix7 .cost_plan2::before {
    transition: none;
}}.appSpot7 {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.appSpot7::before {
    transform: rotate(-15deg);
    background: radial-gradient(circle at 20% 30%, rgb(195,184,162,0.5), transparent 60%);
    position: absolute;
    opacity: 0.2;
    content: "";
    top: -50%;
    z-index: 0;
    height: 200%;
    width: 120%;
    left: -20%;
}.appSpot7::after {
    background: radial-gradient(circle at 80% 80%, rgb(161,149,128,0.5), transparent 60%);
    position: absolute;
    width: 70%;
    height: 70%;
    right: -10%;
    content: "";
    bottom: -10%;
    z-index: 0;
    opacity: 0.15;
}.appSpot7 .container {
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.appSpot7 .knowledge_learning8 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    background: #ffffff;
    padding: 3.5rem;
    border-radius: 16px;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
}.appSpot7 .knowledge_learning8:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}.appSpot7 .knowledge_learning8 > div:first-child {
    margin-bottom: 2rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
    position: relative;
}.appSpot7 .knowledge_learning8 > div:first-child::after {
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    border-radius: 3px;
    animation: gradientSlide 6s infinite ease-in-out;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162));
    box-shadow: 0 2px 6px rgba(rgb(195,184,162,0.5), 0.2);
    height: 3px;
}.appSpot7 h5 {
    line-height: 1.4;
    padding-left: 1.2rem;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: calc(19px * 1.15);
}.appSpot7 h5::before {
    position: absolute;
    background: rgb(195,184,162);
    height: 90%;
    width: 6px;
    border-radius: 3px;
    left: 0;
    content: "";
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    top: 0.1em;
    transform: translateZ(0);
}.appSpot7 .knowledge_learning8 > div:last-child {
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}.appSpot7 a {
    transform: translateZ(0);
    transition: all 0.3s ease;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    display: block;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    position: relative;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
}.appSpot7 a:hover {
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(1px);
}.appSpot7 a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.appSpot7 p {
    font-size: 15px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
    line-height: 1.7;
    color: #000000;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.appSpot7 {
    padding: 5rem 0;
}.appSpot7 .knowledge_learning8 {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.appSpot7 h5 {
    font-size: calc(19px * 1.05);
}.appSpot7 .knowledge_learning8 > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.appSpot7 {
    padding: 4rem 0;
}.appSpot7 .knowledge_learning8 {
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    padding: 2rem;
}.appSpot7 h5 {
    font-size: 19px;
    padding-left: 1rem;
}.appSpot7 h5::before {
    width: 4px;
}.appSpot7 a {
    padding: 0.5rem 1rem;
}.appSpot7 p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 575px) {.appSpot7 {
    padding: 3.5rem 0;
}.appSpot7 .container {
    padding: 0 1.5rem;
}.appSpot7 .knowledge_learning8 {
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    padding: 1.75rem;
    border-radius: 12px;
}.appSpot7 h5 {
    padding-left: 0.8rem;
    font-size: calc(19px - 2px);
}.appSpot7 h5::before {
    width: 3px;
}.appSpot7 .knowledge_learning8 > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.appSpot7 a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.appSpot7 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}.our_mission9 {
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 5rem 0;
}.our_mission9::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.75;
    right: 0;
    top: 0;
    background: #000000;
    bottom: 0;
}.our_mission9::after {
    width: 100%;
    right: -50%;
    height: 100%;
    z-index: 2;
    background: rgb(195,184,162);
    transform: rotate(25deg);
    opacity: 0.15;
    top: -50%;
    content: "";
    animation: rotateBackground 30s infinite linear;
    position: absolute;
}.our_mission9 .container {
    position: relative;
    max-width: 1200px;
    transform-origin: center center;
    z-index: 10;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    padding: 0 2rem;
}.our_mission9 h2 {
    font-weight: 700;
    font-size: calc(31px * 1.5);
    transform: translateZ(50px);
    display: inline-block;
    margin-bottom: 3rem;
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}.our_mission9 h2::after {
    width: 80px;
    bottom: -10px;
    transform: skewX(-20deg);
    content: "";
    background: rgb(161,149,128);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    height: 4px;
    position: absolute;
    left: 0;
}.our_mission9 .text_text9 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    padding: 3rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}.our_mission9 .text_text9::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translateZ(20px);
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
    height: 100%;
    width: 5px;
}.our_mission9 .text_text9::after {
    right: -10%;
    opacity: 0.05;
    top: -10%;
    z-index: -1;
    border-radius: 50%;
    content: "";
    width: 200px;
    background: rgb(161,149,128);
    position: absolute;
    height: 200px;
}.our_mission9 .text_text9:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_mission9 .text_text9 > div {
    z-index: 5;
    position: relative;
}.our_mission9 .text_text9 p {
    display: inline-block;
    font-size: calc(13px * 1.5);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    transform: translateZ(10px);
    color: #000000;
    position: relative;
}.our_mission9 .text_text9 p::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(195,184,162), transparent);
    left: 0;
}.our_mission9 .text_text9 div div {
    column-gap: 2.5rem;
    color: #000000;
    transform: translateZ(5px);
    text-align: justify;
    line-height: 1.7;
    column-count: 2;
    font-size: 13px;
}

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

@media (max-width: 992px) {.our_mission9 {
    padding: 4rem 0;
}.our_mission9 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 1.3);
}.our_mission9 .text_text9 {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_mission9 .text_text9 div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.our_mission9 {
    padding: 3rem 0;
}.our_mission9 h2 {
    font-size: 31px;
    margin-bottom: 2rem;
}.our_mission9 .text_text9 {
    transform: none;
    padding: 2rem;
}.our_mission9 .container {
    transform: none;
}.our_mission9 .text_text9 div div {
    column-count: 1;
}.our_mission9 .text_text9 p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 576px) {.our_mission9 {
    padding: 2.5rem 0;
}.our_mission9 h2 {
    margin-bottom: 1.5rem;
}.our_mission9 .text_text9 {
    padding: 1.5rem;
}.our_mission9 h2::after {
    height: 3px;
    width: 60px;
}.our_mission9 .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.our_mission9 .text_text9:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}.course_structure4 {
    background: linear-gradient(45deg, rgb(231,218,197) 0%, rgb(161,149,128,0.5) 50%, rgb(231,218,197) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.course_structure4::before {
    position: absolute;
    opacity: 0.4;
    height: 70%;
    width: 70%;
    content: "";
    border-radius: 50%;
    z-index: 1;
    animation: pulseGlow 15s ease-in-out infinite;
    top: -10%;
    right: -10%;
    background: radial-gradient(circle, rgb(195,184,162,0.5) 0%, transparent 70%);
}.course_structure4::after {
    height: 50%;
    background: radial-gradient(circle, rgb(161,149,128,0.5) 0%, transparent 70%);
    border-radius: 50%;
    left: -5%;
    z-index: 1;
    content: "";
    opacity: 0.3;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    bottom: -5%;
    width: 50%;
    position: absolute;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_structure4 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.course_structure4 .knowledge_learning8 {
    gap: 3rem;
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1.2fr 0.8fr;
}.course_structure4 .knowledge_learning8::before {
    opacity: 0.05;
    border-radius: 19px;
    content: "";
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(195,184,162,0.5) 50px, rgb(195,184,162,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(195,184,162,0.5) 50px, rgb(195,184,162,0.5) 51px);
    transform: translateZ(-10px);
    left: -2rem;
    position: absolute;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    z-index: -1;
    top: -2rem;
}.course_structure4 .pro_skills0 {
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding: 3rem;
    transform: translateZ(20px);
    border-radius: 19px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(231,218,197);
}.course_structure4 .pro_skills0::before {
    border-radius: 19px;
    opacity: 0.7;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}.course_structure4 .header_guide4 {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 2rem;
}.course_structure4 .header_guide4::before {
    opacity: 0.6;
    content: "";
    top: 50%;
    right: -20px;
    width: 40px;
    transform: translateY(-50%);
    height: 2px;
    position: absolute;
    background: rgb(195,184,162);
}.course_structure4 .header_guide4::after {
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(161,149,128) 0%, transparent 100%);
    width: 60px;
    content: "";
    position: absolute;
}.course_structure4 .header_guide4 svg {
    height: 4rem;
    transition: all 0.3s ease;
    width: auto;
    filter: drop-shadow(0 2px 4px rgb(195,184,162,0.5));
}.course_structure4 .header_guide4 svg:hover {
    filter: drop-shadow(0 6px 12px rgb(195,184,162,0.5));
    transform: translateY(-2px) scale(1.03);
}.course_structure4 .header_guide4 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,162);
}.course_structure4 .header_guide4 svg:hover path {
    fill: rgb(161,149,128);
}.course_structure4 h3 {
    font-size: 37px;
    display: inline-block;
    background-clip: text !important;
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #000000 0%, rgb(195,184,162) 100%);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: transparent;
    transform: translateZ(5px);
}.course_structure4 h3::after {
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    background: rgb(195,184,162);
    width: 30px;
    bottom: -8px;
    position: absolute;
}.course_structure4 .pro_skills0:hover h3::after {
    width: 80px;
}.course_structure4 p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    z-index: 2;
    font-size: 17px;
}.course_structure4 .img_placeholder5 {
    overflow: hidden;
    z-index: 2;
    min-height: 400px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    animation: floatAnimation 6s ease-in-out infinite;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 450px;
    transform: translateZ(30px) rotate(3deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    height: 100%;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_structure4 .img_placeholder5::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(195,184,162,0.5) 100%
    );
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: soft-light;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    transition: all 0.5s ease;
}.course_structure4 .img_placeholder5::after {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.3;
    bottom: 0;
    height: 50%;
    background: linear-gradient(
        to top,
        rgb(195,184,162,0.5) 0%,
        transparent 100%
    );
}.course_structure4 .knowledge_learning8:hover .img_placeholder5 {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.course_structure4 .knowledge_learning8:hover .img_placeholder5::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(161,149,128,0.5) 40%,
        rgb(195,184,162,0.5) 100%
    );
}

@media (max-width: 1024px) {.course_structure4 {
    padding: 5rem 0;
}.course_structure4 .knowledge_learning8 {
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.course_structure4 .pro_skills0 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.course_structure4 .img_placeholder5 {
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
}.course_structure4 .knowledge_learning8:hover .img_placeholder5 {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_structure4 {
    padding: 4rem 0;
}.course_structure4 .knowledge_learning8::before {
    left: -1.5rem;
    top: -1.5rem;
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
}.course_structure4 .pro_skills0 {
    padding: 2rem;
}.course_structure4 .header_guide4 svg {
    height: 3.5rem;
}.course_structure4 h3 {
    font-size: calc(37px * 0.9);
}.course_structure4 .img_placeholder5 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_structure4 {
    padding: 3rem 0;
}.course_structure4 .knowledge_learning8::before {
    display: none;
}.course_structure4 .pro_skills0 {
    padding: 1.5rem;
}.course_structure4 .header_guide4 svg {
    height: 3rem;
}.course_structure4 .header_guide4::before {
    right: -10px;
    width: 20px;
}.course_structure4 h3 {
    margin-bottom: 1rem;
    font-size: calc(37px * 0.8);
}.course_structure4 p {
    font-size: calc(17px * 0.9);
}.course_structure4 .img_placeholder5 {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}header {
    top: 0;
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    z-index: 1000;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    background: rgb(195,184,162,0.5);
}header:before {
    pointer-events: none;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    width: 100%;
}header:after {
    background: linear-gradient(
        90deg,
        rgb(161,149,128) 0%,
        rgb(195,184,162) 50%,
        rgb(161,149,128) 100%
    );
    bottom: 0;
    height: 3px;
    filter: blur(1px);
    position: absolute;
    opacity: 0.8;
    left: 0;
    width: 100%;
    content: '';
}header .head_learn1 {
    position: relative;
    overflow: hidden;
}header .head_learn1:before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,184,162,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(161,149,128,0.5) 0%, transparent 40%);
    opacity: 0.15;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
}header .top_study0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_navbar6 {
    align-items: center;
    display: flex;
    position: relative;
    gap: 35px;
}header .top_navbar6:before {
    top: 50%;
    opacity: 0;
    height: 35px;
    transition: all 0.4s ease;
    transform: translateY(-50%) scaleX(0.8);
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    width: 100%;
}header .top_navbar6:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .head_master7 {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}header .head_master7:before {
    transform-origin: right;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
}header .head_master7:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(195,184,162,0.5),
        transparent
    );
    opacity: 0;
    transform: scaleY(0);
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
}header .head_master7:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .head_master7:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .head_master7:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .nav_study5 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transition: all 0.4s ease;
}header .nav_study5:before {
    position: absolute;
    width: calc(100% + 20px);
    content: '';
    opacity: 0;
    left: -10px;
    transition: opacity 0.5s ease;
    z-index: -1;
    top: -10px;
    height: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(195,184,162,0.5) 0%,
        transparent 70%
    );
}header .nav_study5:after {
    content: '';
    position: absolute;
    border: 1px solid transparent;
    top: 0;
    opacity: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(195,184,162),
        transparent
    ) 1;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    left: 0;
}header .nav_study5:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .nav_study5:hover:after {
    opacity: 0.7;
}header .nav_study5 svg {
    filter: drop-shadow(0 0 3px rgb(195,184,162,0.5));
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
}header .nav_study5:hover svg {
    filter: drop-shadow(0 0 5px rgb(195,184,162));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_navbar6 {
    gap: 20px;
}header .nav_study5 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_navbar6 {
    width: 80%;
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    right: -100%;
    max-width: 320px;
    background: linear-gradient(
            135deg,
            rgb(195,184,162) 0%,
            rgb(195,184,162,0.5) 100%
        );
    position: fixed;
    gap: 20px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 80px 30px 30px;
    z-index: 1001;
    background: rgb(195,184,162);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    top: 0;
}header .top_navbar6:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head_master7 {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .head_master7:last-child {
    border-bottom: none;
}header .nav_study5 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_study5 svg {
    height: 35px;
}}.trackingPolicyPanel6 {
    background: rgb(231,218,197);
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(195,184,162);
}.user_dialog7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}.trackingPolicyPanel6 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#privacyBannerPopup9 {
    display: none;
}#privacyBannerPopup9:checked ~ .trackingPolicyPanel6 {
    visibility: hidden;
    opacity: 0;
}.trackingPolicyPanel6 p {
    font-size: 18px;
}.manage_cookies2 {
    flex-shrink: 0;
    margin-right: 10px;
}.manage_cookies2 svg, .manage_cookies2 svg path, .manage_cookies2 img {
    fill: rgb(195,184,162);
    width: 100px;
    height: 100px;
}.cookie_user1 {
    min-width: 120px;
    line-height: 35px;
    flex-shrink: 0;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(195,184,162);
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    border-bottom: 2px solid rgb(195,184,162);
    text-align: center;
}.trackingPolicyPanel6 p a {
    color: rgb(195,184,162);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel6 {
    padding: 20px;
}}

.wrapper-skeleton3 .trackingPolicyPanel6 {
    padding: 40px 0;
    border: none;
    box-shadow: rgb(161,149,128,0.5) 0px 0px 40px 39px;
    background: rgb(161,149,128);
}.wrapper-skeleton3 .cookie_user1 {
    padding: 10px;
    background: rgb(195,184,162);
    font-size: 20px;
    border: none;
    color: #ffffff;
    margin-left: 30px;
    font-weight: 400;
}.wrapper-skeleton3 .data_approval1 h5, .wrapper-skeleton3 .data_approval1 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.manage_cookies2 {
    display: none;
}.user_dialog7 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.trackingPolicyPanel6 h5 {
    text-align: center;
}.trackingPolicyPanel6 p {
    text-align: center;
}.data_approval1 {
    margin-bottom: 20px;
}body .wrapper-skeleton3 .cookie_user1 {
    margin-left: 0;
    margin-bottom: 10px;
}}.our_info3 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,184,162,0.5) 0%, rgb(161,149,128,0.5) 100%);
    z-index: 1;
    padding: 90px 0;
    position: relative;
}.our_info3::before {
    position: absolute;
    content: "";
    width: 100%;
    right: -50%;
    background: radial-gradient(circle, rgb(195,184,162,0.5) 0%, transparent 70%);
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    transform: scale(2);
    top: -50%;
    filter: blur(60px);
    z-index: -1;
}.our_info3::after {
    opacity: 0.5;
    width: 80%;
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    bottom: -30%;
    z-index: -1;
    left: -20%;
    content: "";
    height: 80%;
    background: radial-gradient(circle, rgb(161,149,128,0.5) 0%, transparent 70%);
}.our_info3 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.our_info3 .course_faq7 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    backdrop-filter: blur(20px);
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    padding: 50px;
}.our_info3 .course_faq7::before {
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    height: 1px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.our_info3 .course_faq7::after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    bottom: 0;
    content: "";
    height: 1px;
}.our_info3 h2 {
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}.our_info3 p {
    color: #000000;
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.7;
}.our_info3 .inquire_now7 {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.our_info3 .contact_query3 {
    background: rgba(255, 255, 255, 0.3);
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    backdrop-filter: blur(10px);
    align-items: center;
    display: flex;
    font-weight: 400;
    transition: all 0.3s ease;
    overflow: hidden;
}.our_info3 .contact_query3::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg) translateX(-60px);
    width: 50px;
}.our_info3 .contact_query3:hover {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.our_info3 .contact_query3:hover::before {
    transform: skewX(-25deg) translateX(200px);
}.our_info3 .contact_query3 svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.our_info3 .contact_query3:hover svg {
    transform: scale(1.15);
}.our_info3 .contact_query3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,162);
}.our_info3 .contact_query3:hover svg path {
    fill: #000000;
}.our_info3 p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.our_info3 p svg path {
    fill: rgb(195,184,162);
}.our_info3 p:nth-last-child(2) {
    display: flex;
    margin-bottom: 30px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.25);
    align-items: center;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.our_info3 .container::before {
    border-radius: 50%;
    z-index: -1;
    top: -60px;
    height: 120px;
    animation: floating 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    content: "";
    right: 10%;
    width: 120px;
}.our_info3 .container::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 15%;
    animation-delay: 1s;
    bottom: -40px;
    z-index: -1;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    animation: floating 8s ease-in-out infinite;
}

@media (max-width: 991px) {.our_info3 {
    padding: 70px 0;
}.our_info3 .course_faq7 {
    padding: 40px 30px;
}.our_info3 h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
}.our_info3 p {
    margin-bottom: 30px;
}.our_info3 .inquire_now7 {
    gap: 15px;
}
}

@media (max-width: 767px) {.our_info3 {
    padding: 50px 0;
}.our_info3 .course_faq7 {
    padding: 30px 20px;
}.our_info3 h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.85);
}.our_info3 p {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.our_info3 .inquire_now7 {
    gap: 12px;
    flex-direction: column;
}.our_info3 .contact_query3 {
    width: 100%;
    padding: 14px 20px;
}.our_info3 .contact_query3 svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.our_info3 .container::before,
  .our_info3 .container::after {
    display: none;
}}

.our_info3 .contact_query3:active {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(0);
}.our_info3 .contact_query3:nth-child(1) {
    animation: floating 6s ease-in-out infinite;
}.our_info3 .contact_query3:nth-child(2) {
    animation: floating 6s ease-in-out infinite;
    animation-delay: 0.3s;
}.our_info3 .contact_query3:nth-child(3) {
    animation-delay: 0.6s;
    animation: floating 6s ease-in-out infinite;
}.contact_box2 {
    background: linear-gradient(90deg, #ffffff 50%, rgb(231,218,197) 50%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact_box2::before {
    top: 0;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    content: "";
}.contact_box2 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.contact_box2 h2 {
    font-weight: 700;
    color: rgb(195,184,162);
    position: relative;
    margin-bottom: 60px;
    font-size: 32px;
    text-align: center;
}.contact_box2 h2::after {
    height: 3px;
    bottom: -15px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    content: "";
    background: rgb(195,184,162);
    position: absolute;
}.contact_box2 .help_help9 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    display: flex;
    background: #ffffff;
}.contact_box2 .help_help9::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
}.contact_box2 .img_placeholder5 {
    flex: 0 0 50%;
    position: relative;
    min-height: 550px;
    transition: all 0.5s ease;
}.contact_box2 .img_placeholder5::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,184,162,0.5), transparent);
    content: "";
}.contact_box2 .request_links0 {
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
}.contact_box2 .request_links0::before {
    height: 100%;
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
    content: "";
    background: rgb(231,218,197);
}.contact_box2 #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact_box2 h3 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}.contact_box2 h3::after {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: rgb(195,184,162,0.5);
    position: absolute;
}.contact_box2 input[type="text"] {
    border: 2px solid rgb(231,218,197);
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    font-size: 15px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
}.contact_box2 input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(195,184,162);
}.contact_box2 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_box2 .help_message5 {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}.contact_box2 .help_message5 input[type="checkbox"] {
    cursor: pointer;
    height: 24px;
    border: 2px solid rgb(231,218,197);
    border-radius: 10px;
    width: 24px;
    transition: all 0.3s ease;
    margin-top: 2px;
    position: relative;
    appearance: none;
}.contact_box2 .help_message5 input[type="checkbox"]:checked {
    border-color: rgb(195,184,162);
    background: rgb(195,184,162);
}.contact_box2 .help_message5 input[type="checkbox"]:checked::after {
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    top: 5px;
}.contact_box2 .help_message5 label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.contact_box2 .help_message5 a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(195,184,162);
}.contact_box2 .help_message5 a:hover {
    color: rgb(161,149,128);
}.contact_box2 .inquiry_grid0 {
    cursor: pointer;
    background: rgb(195,184,162);
    position: relative;
    align-self: flex-start;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    padding: 16px 40px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(195,184,162,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}.contact_box2 .inquiry_grid0::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.contact_box2 .inquiry_grid0:hover {
    background: rgb(161,149,128);
    box-shadow: 0 10px 25px rgb(161,149,128,0.5);
    transform: translateY(-3px);
}.contact_box2 .inquiry_grid0:hover::before {
    left: 100%;
}.contact_box2 svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(195,184,162);
    height: 22px;
}.contact_box2 svg path {
    transition: all 0.3s ease;
    fill: rgb(195,184,162);
}.contact_box2 svg:hover {
    fill: rgb(161,149,128);
    transform: translateY(-2px);
}.contact_box2 svg:hover path {
    fill: rgb(161,149,128);
}

@media (max-width: 1200px) {.contact_box2 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_box2 {
    padding: 80px 0;
}.contact_box2 .help_help9 {
    flex-direction: column-reverse;
}.contact_box2 .img_placeholder5 {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_box2 .request_links0 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_box2 .request_links0::before {
    height: 10px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.contact_box2 {
    padding: 60px 0;
}.contact_box2 h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.contact_box2 .request_links0 {
    padding: 40px 30px;
}.contact_box2 #contact {
    gap: 25px;
}.contact_box2 .img_placeholder5 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_box2 {
    padding: 50px 0;
}.contact_box2 .container {
    padding: 0 15px;
}.contact_box2 h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 30px;
}.contact_box2 .request_links0 {
    padding: 35px 25px;
}.contact_box2 #contact {
    gap: 20px;
}.contact_box2 input[type="text"] {
    padding: 15px;
}.contact_box2 .inquiry_grid0 {
    width: 100%;
    padding: 15px 25px;
}.contact_box2 .img_placeholder5 {
    min-height: 250px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    opacity: 0.95;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background: rgb(195,184,162);
    z-index: -2;
}footer::after {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 50px 50px;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(161,149,128) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(161,149,128) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(161,149,128) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(161,149,128) 1px, transparent 1px);
    opacity: 0.1;
    left: 0;
}.sustain_cta4 {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.sustain_cta4::before {
    height: 3px;
    width: 100%;
    left: 0;
    content: "";
    background: rgb(161,149,128);
    top: 0;
    position: absolute;
}.sustain_cta4::after {
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            rgb(161,149,128) 0px, rgb(161,149,128) 10px,
            transparent 10px, transparent 15px,
            rgb(161,149,128) 15px, rgb(161,149,128) 30px,
            transparent 30px, transparent 35px,
            rgb(161,149,128) 35px, rgb(161,149,128) 40px,
            transparent 40px, transparent 60px,
            rgb(161,149,128) 60px, rgb(161,149,128) 70px,
            transparent 70px, transparent 80px,
            rgb(161,149,128) 80px, rgb(161,149,128) 90px,
            transparent 90px, transparent 110px,
            rgb(161,149,128) 110px, rgb(161,149,128) 120px,
            transparent 120px, transparent 140px
        );
    background-repeat: repeat-x;
    height: 8px;
    content: "";
    width: 100%;
    opacity: 0.5;
    top: 3px;
}.sustain_cta4 .container {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}.sustain_cta4 .company_holder {
    position: relative;
    padding: 0;
    border-radius: 26px;
    flex: 1 1 400px;
}.sustain_cta4 .company_holder::before {
    top: 0;
    width: 100%;
    background-size: 50px 50px;
    opacity: 0.1;
    height: 100%;
    border-radius: 26px;
    position: absolute;
    content: "";
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(161,149,128) 25px, rgb(161,149,128) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(161,149,128) 25px, rgb(161,149,128) 26px, transparent 27px, transparent 49px);
    left: 0;
}.sustain_cta4 .company_holder h3 {
    font-weight: 700;
    border-top-left-radius: 26px;
    color: #ffffff;
    background: rgb(161,149,128);
    margin: 0;
    border-top-right-radius: 26px;
    font-size: 36px;
    padding: 1.5rem 2rem;
    position: relative;
}.sustain_cta4 .company_holder h3::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    width: 10px;
    background: #ffffff;
    content: "";
    right: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
}.sustain_cta4 .site_map4 {
    font-size: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    line-height: 1.6;
    position: relative;
}.sustain_cta4 .site_map4::before {
    opacity: 0.6;
    border-radius: 50%;
    top: 2rem;
    height: 20px;
    background: rgb(161,149,128);
    left: -10px;
    content: "";
    position: absolute;
    width: 20px;
}.sustain_cta4 .site_map4::after {
    position: absolute;
    width: 20px;
    bottom: 2rem;
    opacity: 0.6;
    border-radius: 50%;
    right: -10px;
    background: rgb(161,149,128);
    content: "";
    height: 20px;
}.sustain_cta4 .mentor_cta4 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.sustain_cta4 .main_class0 {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.sustain_cta4 .top_navbar6 {
    border-radius: 26px;
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
    overflow: hidden;
}.sustain_cta4 .top_navbar6::before {
    content: "";
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 26px;
    z-index: -1;
    right: 0;
    top: 0;
}.sustain_cta4 .top_navbar6 h5 {
    margin: 0;
    align-items: center;
    background: rgb(161,149,128);
    font-size: 20px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    position: relative;
}.sustain_cta4 .top_navbar6 h5::before {
    display: inline-block;
    content: "";
    background: #ffffff;
    margin-right: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}.sustain_cta4 .top_navbar6 h5::after {
    height: 6px;
    background: #ffffff;
    transform: translateY(-50%);
    right: 15px;
    top: 50%;
    width: 6px;
    content: "";
    border-radius: 50%;
    position: absolute;
}.sustain_cta4 .top_navbar6 .main_class0 {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 1.5rem;
    gap: 2px;
}.sustain_cta4 .top_navbar6 .main_class0 a {
    font-size: 15px;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
}.sustain_cta4 .top_navbar6 .main_class0 a::before {
    height: 6px;
    transform: translateY(-50%);
    left: 0.7rem;
    border-radius: 50%;
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    background: rgb(161,149,128);
    position: absolute;
    width: 6px;
}.sustain_cta4 .top_navbar6 .main_class0 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.sustain_cta4 .top_navbar6 .main_class0 a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.study_bottom6 {
    background: rgb(161,149,128);
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
}.study_bottom6::before {
    height: 5px;
    background-repeat: repeat-x;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(195,184,162) 20px, rgb(195,184,162) 40px,
            transparent 40px, transparent 60px,
            rgb(195,184,162) 60px, rgb(195,184,162) 80px,
            transparent 80px, transparent 100px,
            rgb(195,184,162) 100px, rgb(195,184,162) 120px
        );
    left: 0;
    position: absolute;
    top: -5px;
}.study_bottom6 .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}.study_bottom6 .container::before,
.study_bottom6 .container::after {
    border-radius: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    top: 50%;
    background: rgb(195,184,162);
    content: "";
    position: absolute;
}.study_bottom6 .container::before {
    left: 15%;
}.study_bottom6 .container::after {
    right: 15%;
}.study_bottom6 .carbon_cta6 {
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    background: rgb(195,184,162);
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 13px;
}.study_bottom6 .carbon_cta6::before,
.study_bottom6 .carbon_cta6::after {
    top: 50%;
    width: 50px;
    position: absolute;
    background: rgb(195,184,162);
    height: 1px;
    content: "";
    transform: translateY(-50%);
}.study_bottom6 .carbon_cta6::before {
    margin-right: 15px;
    right: 100%;
}.study_bottom6 .carbon_cta6::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.sustain_cta4 .container {
    gap: 2rem;
}.sustain_cta4 .company_holder {
    flex: 1 1 350px;
}.sustain_cta4 .mentor_cta4 {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.sustain_cta4 .main_class0 {
    gap: 2rem;
}.study_bottom6 .container::before {
    left: 5%;
}.study_bottom6 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.sustain_cta4 {
    padding: 3.5rem 0 1.5rem;
}.sustain_cta4 .container {
    flex-direction: column;
    gap: 2.5rem;
}.sustain_cta4 .company_holder,
    .sustain_cta4 .mentor_cta4 {
    flex: 1 1 100%;
    min-width: 100%;
}.sustain_cta4 .top_navbar6 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.study_bottom6 .container::before,
    .study_bottom6 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.sustain_cta4 {
    padding: 3rem 0 1rem;
}.sustain_cta4 .main_class0 {
    gap: 1.5rem;
}.sustain_cta4 .company_holder h3 {
    font-size: calc(36px - 2px);
    padding: 1.2rem 1.5rem;
}.sustain_cta4 .site_map4 {
    padding: 1.5rem;
}.sustain_cta4 .site_map4::before,
    .sustain_cta4 .site_map4::after {
    display: none;
}.study_bottom6 {
    margin-top: 2rem;
}.study_bottom6 .carbon_cta6::before,
    .study_bottom6 .carbon_cta6::after {
    width: 30px;
}
}

@media (max-width: 576px) {.sustain_cta4 {
    padding: 2.5rem 0 0.8rem;
}.sustain_cta4 .top_navbar6 {
    min-width: 100%;
    flex: 1 1 100%;
}.sustain_cta4 .main_class0 {
    gap: 1rem;
}.sustain_cta4 .top_navbar6 .main_class0 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.sustain_cta4 .top_navbar6 .main_class0 a::before {
    left: 0.6rem;
}.study_bottom6 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.study_bottom6 .carbon_cta6::before,
    .study_bottom6 .carbon_cta6::after {
    display: none;
}
}

@media (max-width: 420px) {.sustain_cta4::after {
    background-size: 100px 5px;
    height: 5px;
}.sustain_cta4 .company_holder h3::after,
    .sustain_cta4 .top_navbar6 h5::before,
    .sustain_cta4 .top_navbar6 h5::after {
    display: none;
}.sustain_cta4 .top_navbar6 h5 {
    padding: 0.8rem 1rem;
}.sustain_cta4 .top_navbar6 .main_class0 {
    padding: 1rem;
}.study_bottom6 .carbon_cta6 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.privacy_stronghold9 {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(240, 242, 245, 0.9) 100%);
    color: #000000;
    overflow: hidden;
    padding: 4rem 2rem;
}.privacy_stronghold9::before {
    position: absolute;
    background: linear-gradient(225deg, rgb(161,149,128,0.5) 0%, transparent 70%);
    right: 0;
    opacity: 0.2;
    transform: translateY(-15%) translateX(15%);
    content: "";
    z-index: 0;
    height: 30vh;
    top: 0;
    width: 30vw;
}.privacy_stronghold9::after {
    width: 40vw;
    background: linear-gradient(45deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    transform: translateY(15%) translateX(-15%);
    left: 0;
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 40vh;
}.privacy_stronghold9 .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}.privacy_stronghold9 h1 {
    font-size: calc(47px * 1.1);
    font-weight: 700;
    color: #000000;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
}.privacy_stronghold9 h1::after {
    left: 0;
    transform-origin: left center;
    width: 4rem;
    transform: scaleX(1);
    content: "";
    position: absolute;
    height: 3px;
    bottom: -0.6rem;
    background: rgb(195,184,162);
    transition: transform 0.5s ease-out;
}.privacy_stronghold9 h1:hover {
    transform: translateX(5px);
}.privacy_stronghold9 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_stronghold9 h2 {
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(161,149,128);
    padding-bottom: 0.5rem;
    font-size: 32px;
    margin: 2.5rem 0 1rem;
    transition: transform 0.3s ease;
    transform: translateX(0);
}.privacy_stronghold9 h2:hover {
    transform: translateX(5px);
}.privacy_stronghold9 h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    padding-bottom: 0.3rem;
    font-size: calc(32px * 0.85);
}.privacy_stronghold9 h4 {
    position: relative;
    color: #000000;
    margin: 1.5rem 0 1rem;
    font-size: calc(32px * 0.7);
    padding-left: 1rem;
    font-weight: 600;
}.privacy_stronghold9 h4::before {
    width: 5px;
    background: rgb(161,149,128);
    height: 5px;
    transform: translateY(-50%);
    left: 0;
    content: "";
    top: 50%;
    position: absolute;
}.privacy_stronghold9 p {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
    max-width: 90ch;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    transform: translateY(0);
}.privacy_stronghold9 p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.privacy_stronghold9 strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy_stronghold9 strong::after {
    transform-origin: left;
    background: rgb(195,184,162,0.5);
    content: "";
    position: absolute;
    bottom: -2px;
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0.3);
    left: 0;
    width: 100%;
}.privacy_stronghold9 strong:hover::after {
    transform: scaleX(1);
}.privacy_stronghold9 ul {
    position: relative;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}.privacy_stronghold9 ul::before {
    background: linear-gradient(to bottom, rgb(161,149,128,0.5) 0%, transparent 100%);
    width: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.privacy_stronghold9 li {
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.6;
    font-size: 17px;
}.privacy_stronghold9 li::before {
    top: 1rem;
    border-radius: 10px;
    background: rgb(161,149,128);
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    left: 0;
}.privacy_stronghold9 li:hover {
    transform: translateX(5px);
}.privacy_stronghold9 li:hover::before {
    background: rgb(195,184,162);
    transform: scale(1.3);
}.privacy_stronghold9 span {
    background: rgba(#ffffff, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: block;
    line-height: 1.7;
    border-left: 2px solid rgb(195,184,162,0.5);
    color: #000000;
    padding: 1rem;
    font-size: 17px;
    transform: perspective(1000px) rotateX(0);
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.privacy_stronghold9 span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.privacy_stronghold9 {
    padding: 6rem 3rem;
}.privacy_stronghold9 .container {
    padding: 0 2rem;
}.privacy_stronghold9 h1 {
    font-size: calc(47px * 1.3);
    margin-bottom: 3rem;
}.privacy_stronghold9 h1::after {
    width: 6rem;
    height: 4px;
}.privacy_stronghold9 h2 {
    font-size: calc(32px * 1.1);
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
}.privacy_stronghold9 h3 {
    font-size: calc(32px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.privacy_stronghold9 h4 {
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
    font-size: calc(32px * 0.75);
}.privacy_stronghold9 ul {
    padding-left: 2rem;
}.privacy_stronghold9 li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy_stronghold9 span {
    margin-left: 1rem;
    padding: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_stronghold9 {
    padding: 8rem 4rem;
}.privacy_stronghold9::before {
    height: 40vh;
    width: 40vw;
}.privacy_stronghold9::after {
    height: 50vh;
    width: 50vw;
}.privacy_stronghold9 h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.5);
    transform: translateZ(0);
}.privacy_stronghold9 h1::after {
    width: 8rem;
}.privacy_stronghold9 h2 {
    font-size: calc(32px * 1.2);
    border-left-width: 4px;
    padding-left: 1.5rem;
    margin: 4rem 0 2rem;
}.privacy_stronghold9 p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.privacy_stronghold9 ul {
    margin: 2rem 0 2.5rem;
}.privacy_stronghold9 li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.privacy_stronghold9 span {
    line-height: 1.8;
    padding: 2rem;
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.privacy_stronghold9 {
    padding: 3rem 1.5rem;
}.privacy_stronghold9 h1 {
    font-size: calc(47px * 1);
    margin-bottom: 1.5rem;
}.privacy_stronghold9 h1::after {
    height: 2px;
    width: 3rem;
}.privacy_stronghold9 h2 {
    border-left-width: 2px;
    font-size: 32px;
    margin: 2rem 0 1rem;
    padding-left: 0.8rem;
}.privacy_stronghold9 h3, 
    .privacy_stronghold9 h4 {
    font-size: calc(32px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy_stronghold9 p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.privacy_stronghold9 ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.privacy_stronghold9 li {
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    font-size: calc(17px * 0.95);
}.privacy_stronghold9 span {
    padding: 0.8rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.95);
    margin-left: 0;
}}header .top_plank {
    background: rgb(195,184,162);
    color:  #ffffff;
}header .top_plank .nav_slice9 div svg, header .top_plank .nav_slice9 div svg path {
    fill: #ffffff;
}header .top_plank .nav_slice9 div span {
    color: #ffffff;
}header .top_plank .nav_slice9 {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    line-height: 21px;
}header .top_plank .nav_slice9 div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .nav_slice9 div img, header .top_plank .nav_slice9 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.educational_gains8 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 248, 255, 0.9) 100%);
}.educational_gains8::before {
    right: 0;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(195,184,162,0.5), 0.03),
        rgba(rgb(195,184,162,0.5), 0.03) 2px,
        transparent 2px,
        transparent 12px
    );
    z-index: 1;
}.educational_gains8::after {
    height: 200%;
    top: -50%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    right: -20%;
    background: linear-gradient(120deg, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
    opacity: 0.05;
    width: 60%;
    position: absolute;
}.educational_gains8 .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.educational_gains8 .knowledge_learning8 {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
}.educational_gains8 .text_text9 {
    transform: translateY(0);
    background: rgba(#ffffff, 0.95);
    padding: 40px 20px;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    flex: 1;
}.educational_gains8 .text_text9:hover {
    transform: translateY(-5px);
}.educational_gains8 h4 {
    padding-bottom: 15px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 30px;
}.educational_gains8 h4::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
}.educational_gains8 .text_text9 > div {
    margin-bottom: 20px;
}.educational_gains8 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_gains8 li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.educational_gains8 li:hover {
    transform: translateX(5px);
}.educational_gains8 li p {
    color: #000000;
    margin: 0;
    font-size: 14px;
    align-items: flex-start;
    line-height: 1.6;
    gap: 15px;
    display: flex;
}.educational_gains8 li p span:first-child {
    transition: all 0.3s ease;
    width: 38px;
    background: rgba(rgb(195,184,162,0.5), 0.1);
    padding: 7px;
    justify-content: center;
    display: flex;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
}.educational_gains8 li:hover p span:first-child {
    background: rgba(rgb(195,184,162,0.5), 0.2);
    transform: rotate(10deg);
}.educational_gains8 li p span:last-child {
    padding-top: 7px;
}.educational_gains8 svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.educational_gains8 li:hover svg {
    transform: scale(1.1);
}.educational_gains8 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,162);
}.educational_gains8 li:hover svg path {
    fill: rgb(161,149,128);
}.educational_gains8 .img_placeholder5 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    max-width: 500px;
    filter: saturate(1.05);
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.educational_gains8 .img_placeholder5:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.2);
}

@media (min-width: 768px) {.educational_gains8 .knowledge_learning8 {
    gap: 60px;
    flex-direction: row;
}.educational_gains8 .text_text9 {
    padding: 50px;
}.educational_gains8 .text_text9 > div {
    display: flex;
    gap: 30px;
}.educational_gains8 h4 {
    font-size: calc(21px * 1.1);
}.educational_gains8 .img_placeholder5 {
    max-width: 45%;
}
}

@media (min-width: 992px) {.educational_gains8 {
    padding: 120px 0;
}.educational_gains8 .knowledge_learning8 {
    gap: 80px;
}.educational_gains8 h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
}.educational_gains8 h4::after {
    width: 100px;
}.educational_gains8 .text_text9 {
    transform: translateY(0) perspective(1000px) rotateX(0deg);
}.educational_gains8 .text_text9:hover {
    transform: translateY(-8px) perspective(1000px) rotateX(2deg);
}.educational_gains8 li {
    padding-left: 10px;
    position: relative;
}.educational_gains8 li::before {
    background: linear-gradient(to bottom, transparent, rgb(195,184,162,0.5), transparent);
    width: 3px;
    position: absolute;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    height: 100%;
}.educational_gains8 li:hover::before {
    opacity: 1;
}.educational_gains8 .img_placeholder5 {
    transform: perspective(1200px) rotateY(-8deg) translateZ(20px);
}.educational_gains8 .img_placeholder5:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(40px);
}
}

@media (min-width: 1200px) {.educational_gains8 .knowledge_learning8 {
    gap: 100px;
}.educational_gains8 .text_text9 {
    padding: 60px;
}@keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
        100% { transform: translateY(0px); }
    }
    
    .educational_gains8 .img_placeholder5 {
    animation: float 6s ease-in-out infinite;
    max-width: 500px;
}
}

@media (max-width: 767px) {.educational_gains8 {
    padding: 60px 0;
}.educational_gains8 .text_text9 > div {
    flex-direction: column;
}.educational_gains8 h4 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.educational_gains8 li p {
    font-size: calc(14px * 0.95);
    gap: 10px;
}.educational_gains8 li p span:first-child {
    height: 32px;
    width: 32px;
}.educational_gains8 .img_placeholder5 {
    max-width: 100%;
    margin-bottom: 20px;
}
}