* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.main-primary {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}.wrapper-segment {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.edu-links {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1249px;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-track {
    border: 1px ridge rgb(107,114,106,0.5);
    border-radius: 17px;
    background: rgb(255, 255, 255, 0.5);
    margin: 2px 0;
}::-webkit-scrollbar-thumb {
    box-shadow: 2px 3px 13px 1px rgba(0, 0, 0, 0.4);
    background: rgb(151,164,151);
    border-radius: 9999px;
    border: 3px double rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    border-color: rgb(107,114,106);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 1px 2px 5px rgba(0, 0, 0, 0.3);
    background: rgb(151,164,151,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 0px;
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(107,114,106,0.5) rgb(107,114,106);
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie-dialog-notice {
    background: #ffffff;
    z-index: 1050;
    border-radius: 30px;
    width: 90%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    bottom: 20px;
    position: fixed;
}.user-status {
    align-items: center;
    padding: 20px;
    flex-direction: column;
    display: flex;
}.safe-cookies {
    margin-bottom: 20px;
}.safe-cookies svg, .safe-cookies svg path, .safe-cookies img {
    fill: rgb(151,164,151);
    width: 60px;
    height: 60px;
}.cookie-dialog-notice h5 {
    margin-bottom: 10px;
    color: rgb(151,164,151);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}.cookie-dialog-notice p {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
}.cookie-confirm {
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out;
    background: rgb(151,164,151);
    font-size: 20px;
    color: #ffffff;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.cookie-confirm:hover {
    background: rgb(107,114,106);
}.cookie_button.cookie-protect {
    background: rgb(107,114,106);
}.cookie_button.cookie-protect:hover {
    background: rgb(107,114,106,0.5);
}.cookie-dialog-notice p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(151,164,151);
}.cookie-dialog-notice p a:hover {
    color: rgb(107,114,106);
}#cookie-box-banner {
    display: none;
}#cookie-box-banner:checked ~ .cookie-dialog-notice {
    opacity: 0;
    visibility: hidden;
}footer {
    position: relative;
    width: 100%;
}footer .edu-links {
    background:rgb(107,114,106);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
    color: #ffffff;
}footer .edu-links::before {
    left: 0;
    background: linear-gradient(90deg, rgb(151,164,151) 25%, rgb(107,114,106) 25%, rgb(107,114,106) 50%, rgb(151,164,151) 50%, rgb(151,164,151) 75%, rgb(107,114,106) 75%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 20px;
}footer .degree-path {
    position: relative;
    z-index: 1;
}footer .submit-feedback {
    padding: 0;
    border-radius: 17px;
    background-color: #ffffff;
    display: flex;
    top: -120px;
    left: 0;
    overflow: hidden;
    margin-bottom: 50px;
    position: absolute;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    right: 0;
    flex-wrap: wrap;
}footer .info_item {
    display: flex;
    flex: 1 1 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    padding: 25px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    position: absolute;
    background-color: rgb(151,164,151);
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(151,164,151);
    width: 22px;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(151,164,151);
}footer .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
}footer .header-top {
    padding: 0 25px;
    position: relative;
}footer .header-top svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .workshop-cta {
    font-size: 15px;
    max-width: 350px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .head-prime {
    position: relative;
    padding: 0 25px;
}footer .head-prime h5 {
    margin-bottom: 25px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 19px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}footer .head-prime h5::after {
    position: absolute;
    width: 60px;
    bottom: -2px;
    background-color: rgb(151,164,151);
    content: "";
    height: 2px;
    left: 0;
}footer .head-pro {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .head-pro a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 20px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
}footer .head-pro a:hover {
    background-color: rgb(151,164,151);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 17px;
    position: relative;
    background-color: rgb(107,114,106,0.5);
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder::before {
    background-color: rgb(151,164,151);
    content: "";
    width: 50px;
    border-radius: 50%;
    right: -10px;
    z-index: -1;
    position: absolute;
    top: -10px;
    opacity: 0.1;
    height: 50px;
}footer .input_holder::after {
    left: -10px;
    width: 70px;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    content: "";
    background-color: rgb(107,114,106);
    height: 70px;
    bottom: -20px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 10px;
    color: rgb(107,114,106);
    font-size: 18px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub-backdrop {
    cursor: pointer;
    background-color: rgb(151,164,151);
    font-weight: 600;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
}footer .sub-backdrop::before {
    width: 100%;
    content: "";
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}footer .sub-backdrop:hover {
    background-color: rgb(107,114,106);
}footer .sub-backdrop:hover::before {
    left: 100%;
}footer .milestone-cta {
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-top: 50px;
}footer .calc-foot {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .edu-links {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-backdrop {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .submit-feedback {
    position: relative;
    margin-bottom: 80px;
    top: 0;
}footer .edu-links {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .head-prime, footer .subscribe_holder, footer .header-top {
    padding: 20px;
}footer .milestone-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .head-prime h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .head-pro a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub-backdrop {
    padding: 12px;
}}.academic-experience {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgb(151,164,151,0.5) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}.academic-experience::before {
    animation: rotateBackground 15s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, rgb(107,114,106,0.5) 0%, transparent 25%, rgb(151,164,151,0.5) 50%, transparent 75%, rgb(107,114,106,0.5) 100%);
    left: 0;
    top: 0;
    opacity: 0.4;
}.academic-experience .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.academic-experience .review-panel {
    border-radius: 29px;
    padding: 3rem;
    position: relative;
    display: grid;
    transition: transform 0.5s ease;
    grid-template-columns: 300px 1fr;
    backdrop-filter: blur(10px);
    grid-template-areas:
        "photo quote"
        "info quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(107,114,106,0.5),
                0 10px 0 -5px rgb(151,164,151,0.5);
    gap: 1.5rem;
    transform: rotateY(-5deg);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-rows: auto auto;
}.academic-experience .review-panel:hover {
    transform: rotateY(0);
}.academic-experience .img-overlay {
    transform: translateZ(30px);
    height: 220px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(151,164,151,0.5);
    grid-area: photo;
    transition: all 0.4s ease;
}.academic-experience .review-panel:hover .img-overlay {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(151,164,151);
}.academic-experience .name {
    display: block;
    margin-top: 1rem;
    grid-area: info;
    color: #000000;
    transform: translateZ(20px);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.academic-experience .review-panel span:not(.name) {
    display: block;
    font-weight: 600;
    margin-top: 3.5rem;
    color: rgb(151,164,151);
    grid-area: info;
    transform: translateZ(15px);
    font-size: 17px;
}.academic-experience .emp-back {
    transform: translateZ(10px);
    grid-area: quote;
    border-left: 4px solid rgb(107,114,106);
    color: #000000;
    position: relative;
    border-radius: 0 29px 29px 0;
    font-size: calc(17px * 1.1);
    font-weight: 400;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 1.5rem 2rem;
}.academic-experience .emp-back::before {
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(107,114,106,0.5) 40%, rgb(107,114,106,0.5) 60%, transparent 60%);
    animation: shimmer 3s infinite linear;
    width: 100%;
    left: 0;
    background-size: 200% 200%;
    opacity: 0.2;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    position: absolute;
}

@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) {.academic-experience .review-panel {
    grid-template-areas:
            "img-overlay"
            "support-reach"
            "emp-back";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 2rem;
}.academic-experience .img-overlay {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.academic-experience .name,
    .academic-experience .review-panel span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.academic-experience .review-panel span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.academic-experience {
    padding: 4rem 0;
}.academic-experience .review-panel {
    transform: none;
    padding: 1.5rem;
}.academic-experience .img-overlay {
    height: 140px;
    width: 140px;
}.academic-experience .emp-back {
    font-size: 17px;
    padding: 1rem;
}}header {
    padding: 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(135deg, rgb(151,164,151,0.5), rgb(107,114,106,0.5));
    width: 100%;
}header::before {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}header .container {
    position: relative;
    padding: 0 2%;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    margin: 0;
}header .page-head {
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 1rem 0;
    border-radius: 22px;
    position: relative;
    padding: 1.5rem 0;
    flex-direction: column;
    display: flex;
    background: #ffffff;
}header .page-head::before {
    position: absolute;
    height: 5px;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(151,164,151), rgb(107,114,106));
}header .nav-pagebar {
    justify-content: center;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0 0 1rem 0;
}header .nav-pagebar::after {
    left: 20%;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(151,164,151,0.5), rgb(107,114,106,0.5), rgb(151,164,151,0.5), transparent);
    position: absolute;
    content: '';
    width: 60%;
    height: 1px;
}header .nav-pagebar svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}header .nav-pagebar:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .head-prime {
    max-width: 90%;
    gap: 0.7rem;
    justify-content: center;
    padding: 1rem 2rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}header .nav-expert {
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff, rgb(199,204,177));
    color: #000000;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    font-size: 19px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .nav-expert::before {
    position: absolute;
    transition: height 0.3s ease;
    width: 100%;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    height: 0;
    background: linear-gradient(to top, rgb(151,164,151,0.5), transparent);
}header .nav-expert:hover {
    transform: translateY(-3px);
    color: rgb(151,164,151);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .nav-expert:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .page-head {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .nav-pagebar {
    padding: 0 0 0.8rem 0;
}header .nav-pagebar svg {
    width: 160px;
}header .head-prime {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .nav-expert {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .page-head {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .nav-pagebar {
    padding: 0 0 0.7rem 0;
}header .nav-pagebar svg {
    width: 140px;
}header .head-prime {
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
    max-width: 95%;
}header .nav-expert {
    padding: 0.5rem 1rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header .page-head {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .nav-pagebar {
    padding: 0 0 0.6rem 0;
}header .nav-pagebar svg {
    width: 120px;
}header .head-prime {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
}header .head-prime::-webkit-scrollbar {
    height: 3px;
}header .head-prime::-webkit-scrollbar-thumb {
    background: rgb(151,164,151);
    border-radius: 10px;
}header .nav-expert {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.title-greeting {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 100vh;
    padding: 5rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, #f0f4f8 100%);
    overflow: hidden;
}.title-greeting::before {
    position: absolute;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    top: 0;
    content: '';
    height: 10px;
    z-index: 5;
    left: 0;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    right: 0;
}.title-greeting::after {
    bottom: 0;
    position: absolute;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    width: 100%;
    content: '';
    pointer-events: none;
    height: 200px;
    left: 0;
}.title-greeting .growth-path {
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    border-radius: 19px;
    width: 100%;
    display: grid;
    position: relative;
    gap: 2rem;
}.title-greeting h1 {
    z-index: 1;
    transform-origin: left center;
    font-size: calc(45px * 1.1);
    color: #000000;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    letter-spacing: -0.5px;
    position: relative;
    animation: titleReveal 1s ease-out forwards;
    font-weight: 700;
    grid-column: 1 / -1;
}.title-greeting .text-row {
    padding-right: 2rem;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
}.title-greeting .start-first {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    border-radius: 19px;
    transform: translateY(0);
}.title-greeting .start-first:hover {
    transform: translateY(-10px);
}.title-greeting p {
    opacity: 0;
    position: relative;
    line-height: 1.6;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    color: #000000;
    font-size: calc(15px * 1.1);
    margin-bottom: 2rem;
}.title-greeting svg {
    transition: transform 0.4s ease;
    height: 120px;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    transform: translateY(0);
    margin: 0 auto 2rem;
    display: block;
    width: 120px;
    animation: float 6s ease-in-out infinite;
}.title-greeting svg:hover {
    transform: translateY(-10px) scale(1.05);
}.title-greeting svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.title-greeting svg:hover path {
    fill: rgb(70, 150, 148);
}.title-greeting svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.title-greeting svg:hover text {
    fill: rgb(70, 150, 148);
}.title-greeting .feedback-block {
    overflow: hidden;
    opacity: 0;
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(107,114,106) 0%, rgb(151,164,151) 100%);
    padding: 1rem 2rem;
    font-weight: 600;
    z-index: 2;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    border-radius: 19px;
    text-decoration: none;
    transform: translateZ(0);
    font-size: 19px;
}.title-greeting .feedback-block::before {
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
    transition: transform 0.5s ease;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    height: 100%;
    position: absolute;
    width: 100%;
}.title-greeting .feedback-block:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.title-greeting .feedback-block:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.title-greeting .img-overlay {
    overflow: hidden;
    min-height: 400px;
    position: relative;
    opacity: 0;
    border-radius: 19px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s ease;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    animation: fadeIn 1s ease-out 0.8s forwards;
}.title-greeting .img-overlay::before {
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
}.title-greeting .img-overlay:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media screen and (max-width: 992px) {.title-greeting .growth-path {
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1fr;
    padding: 2rem;
}.title-greeting h1 {
    font-size: calc(45px * 0.9);
    text-align: center;
}.title-greeting .text-row {
    order: 2;
    padding-right: 0;
}.title-greeting .img-overlay {
    min-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
}.title-greeting p {
    font-size: 15px;
    text-align: center;
}.title-greeting .start-first {
    align-items: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}.title-greeting svg {
    margin-bottom: 1.5rem;
    height: 100px;
    width: 100px;
}.title-greeting .feedback-block {
    width: 100%;
    max-width: 300px;
}
}

@media screen and (max-width: 768px) {.title-greeting {
    padding: 4rem 1.5rem;
}.title-greeting .growth-path {
    padding: 1.5rem;
}.title-greeting h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.title-greeting .start-first {
    padding: 1.5rem;
}.title-greeting svg {
    width: 80px;
    height: 80px;
}.title-greeting .img-overlay {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.title-greeting {
    padding: 3rem 1rem;
}.title-greeting .growth-path {
    padding: 1.25rem;
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
}.title-greeting h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.title-greeting p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.title-greeting .start-first {
    padding: 1.25rem;
}.title-greeting svg {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
}.title-greeting .img-overlay {
    min-height: 200px;
}.title-greeting .feedback-block {
    font-size: calc(19px * 0.9);
    padding: 0.875rem 1.5rem;
}}.contact-section {
    padding: 100px 0;
    position: relative;
}.contact-section::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    background: rgb(199,204,177);
    width: 100%;
    content: '';
    opacity: 0.85;
    top: 0;
    z-index: 1;
    left: 0;
}.contact-section::after {
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: rgb(151,164,151,0.5);
    height: 100%;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    z-index: 1;
}.contact-section .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.contact-section .contact-query {
    border-radius: 25px;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    display: flex;
}.contact-section .query-query {
    background: #ffffff;
    transform: rotateY(10deg);
    transform-origin: left center;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    padding: 60px 40px;
    border-radius: 25px 0 0 25px;
}.contact-section .query-query h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    color: #000000;
}.contact-section .query-query h3::before {
    position: absolute;
    height: 5px;
    left: 0;
    content: '';
    background: rgb(151,164,151);
    width: 30px;
    top: -15px;
}.contact-section .query-query div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 15px;
    background: #f5f7fa;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    display: flex;
}.contact-section .query-query div:hover {
    transform: scale(1.05) translateZ(10px);
}.contact-section .query-query svg {
    width: 30px;
    height: 30px;
    padding: 6px;
    margin-right: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 50%;
}.contact-section .query-query svg path {
    fill: rgb(151,164,151);
}.contact-section .query-query span {
    font-weight: 400;
    color: #000000;
    font-size: 13px;
}.contact-section .query-query a {
    text-decoration: none;
    color: rgb(151,164,151);
    position: relative;
    font-weight: 600;
}.contact-section .query-query a::after {
    content: '';
    transition: width 0.3s ease;
    background: rgb(151,164,151);
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
}.contact-section .query-query a:hover::after {
    width: 100%;
}.contact-section .inquiry-inquiry {
    border-radius: 0 25px 25px 0;
    padding: 60px 40px;
    background: rgb(199,204,177);
    transform: rotateY(-5deg);
    flex: 1.2;
    transform-origin: right center;
}.contact-section form {
    position: relative;
}.contact-section form h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    font-size: 31px;
    text-transform: uppercase;
    color: rgb(151,164,151);
    margin-bottom: 40px;
}.contact-section form input[type="text"],
.contact-section form input[type="email"] {
    font-size: 13px;
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(151,164,151);
    width: 100%;
    border-radius: 0;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: none;
}.contact-section form input[type="text"]:focus,
.contact-section form input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(151,164,151,0.5);
    border-bottom-color: rgb(151,164,151);
    outline: none;
}.contact-section form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}.contact-section .connect-message {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.contact-section .connect-message input[type="checkbox"] {
    width: 0;
    opacity: 0;
    appearance: none;
    position: absolute;
    height: 0;
    -webkit-appearance: none;
}.contact-section .connect-message label {
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-left: 35px;
}.contact-section .connect-message label::before {
    content: '';
    transition: all 0.3s ease;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    left: 0;
    width: 22px;
    top: 0;
    position: absolute;
}.contact-section .connect-message input[type="checkbox"]:checked + label::before {
    background: rgb(151,164,151);
    border-color: rgb(151,164,151);
}.contact-section .connect-message input[type="checkbox"]:checked + label::after {
    content: '';
    left: 8px;
    position: absolute;
    border: solid rgb(151,164,151);
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
}.contact-section .connect-message a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(151,164,151);
}.contact-section .connect-message a:hover {
    color: rgb(107,114,106);
}.contact-section .feedback-block {
    color: #ffffff;
    background: rgb(151,164,151);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.4s ease;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 18px 25px;
    border: none;
}.contact-section .feedback-block::before {
    left: 0;
    width: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    background: rgb(107,114,106);
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}.contact-section .feedback-block:hover::before {
    width: 100%;
}.contact-section .feedback-block:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

@media (max-width: 1024px) {.contact-section .contact-query {
    transform-style: flat;
}.contact-section .query-query,
    .contact-section .inquiry-inquiry {
    transform: none;
}
}

@media (max-width: 768px) {.contact-section {
    padding: 80px 0;
}.contact-section .contact-query {
    flex-direction: column;
}.contact-section .query-query,
    .contact-section .inquiry-inquiry {
    width: 100%;
    padding: 40px 30px;
    border-radius: 0;
}.contact-section .query-query {
    border-radius: 25px 25px 0 0;
}.contact-section .inquiry-inquiry {
    border-radius: 0 0 25px 25px;
}.contact-section .query-query h3,
    .contact-section form h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.contact-section {
    padding: 60px 0;
}.contact-section::before,
    .contact-section::after {
    clip-path: none;
    opacity: 0.9;
}.contact-section::before {
    height: 60%;
}.contact-section::after {
    height: 40%;
    top: 60%;
}.contact-section .query-query,
    .contact-section .inquiry-inquiry {
    padding: 30px 20px;
}.contact-section .query-query h3,
    .contact-section form h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.contact-section .query-query div {
    padding: 12px;
    margin-bottom: 20px;
}.contact-section form input[type="text"],
    .contact-section form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-section .connect-message {
    margin: 25px 0;
}.contact-section .feedback-block {
    padding: 15px 20px;
}}.program-information {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(0, 0, 0, 0.5) 100%);
}.program-information::before {
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(151,164,151,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(107,114,106,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(151,164,151,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(107,114,106,0.5) 4%, transparent 8%);
    top: 0;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}.program-information::after {
    height: 200%;
    width: 200%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(151,164,151,0.5) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    position: absolute;
    transform: rotate(45deg);
    animation: gradientRotate 20s infinite linear;
    opacity: 0.2;
    content: "";
}.program-information .container {
    position: relative;
    z-index: 5;
}.program-information .growth-path {
    border-radius: 25px;
    overflow: hidden;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(151,164,151,0.5);
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    backdrop-filter: blur(10px);
}.program-information .growth-path::before {
    content: "";
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(151,164,151,0.5) 0%, transparent 100%);
    width: 100%;
}.program-information .learn-network {
    z-index: 2;
    flex: 1 1 55%;
    position: relative;
    padding: 40px 50px;
}.program-information .header-top {
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(0deg);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}.program-information .header-top:hover {
    transform: perspective(1000px) rotateY(10deg);
}.program-information .header-top svg {
    width: 120px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
}.program-information .header-top svg path {
    fill: rgb(151,164,151);
    transition: fill 0.3s ease;
}.program-information .header-top:hover svg path {
    fill: rgb(107,114,106);
}.program-information .learn-network h3 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    color: #ffffff;
    transform-style: preserve-3d;
}.program-information .learn-network h3::after {
    height: 3px;
    position: absolute;
    transform: translateZ(-5px);
    content: "";
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    bottom: -12px;
    width: 80px;
    border-radius: 10px;
    left: 0;
    filter: blur(1px);
}.program-information .learn-network p {
    line-height: 1.7;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}.program-information .img-overlay {
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    flex: 1 1 45%;
    perspective: 1000px;
    min-height: 450px;
    position: relative;
}.program-information .img-overlay::before {
    z-index: 1;
    animation: overlayPulse 8s infinite alternate;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(151,164,151,0.5) 0%, transparent 70%);
    content: "";
    mix-blend-mode: overlay;
    left: 0;
}.program-information .img-overlay::after {
    bottom: 20px;
    content: "";
    z-index: 2;
    border: 1px solid #ffffff;
    top: 20px;
    left: 20px;
    opacity: 0.2;
    position: absolute;
    transform: translateZ(20px);
    right: 20px;
    box-shadow: 0 0 30px rgb(151,164,151,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.program-information .growth-path:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(151,164,151);
}.program-information .img-overlay:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.program-information {
    padding: 60px 0;
}.program-information .learn-network {
    padding: 30px 40px;
}.program-information .img-overlay {
    min-height: 380px;
}.program-information .header-top svg {
    width: 100px;
}.program-information .learn-network h3 {
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 768px) {.program-information {
    padding: 50px 0;
}.program-information .growth-path {
    flex-direction: column-reverse;
}.program-information .learn-network {
    flex: 1 1 100%;
    padding: 30px 25px;
}.program-information .img-overlay {
    min-height: 300px;
    flex: 1 1 100%;
    width: 100%;
}.program-information .learn-network h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.program-information .learn-network p {
    margin-bottom: 20px;
}.program-information .header-top {
    margin-bottom: 15px;
}.program-information .header-top svg {
    width: 90px;
}.program-information .learn-network h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}
}

@media screen and (max-width: 480px) {.program-information {
    padding: 40px 0;
}.program-information .img-overlay {
    min-height: 250px;
}.program-information .learn-network {
    padding: 25px 20px;
}.program-information .learn-network h3 {
    font-size: calc(20px * 1.2);
}.program-information .header-top svg {
    width: 80px;
}}.company-overview {
    z-index: 1;
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(199,204,177);
}.company-overview::before {
    opacity: 0.15;
    z-index: -1;
    animation: gradientFlow 15s ease infinite;
    top: 0;
    background: 
        linear-gradient(217deg, rgb(151,164,151,0.5), transparent 70%),
        linear-gradient(127deg, rgb(107,114,106,0.5), transparent 70%),
        linear-gradient(336deg, rgb(151,164,151,0.5), transparent 70%);
    left: 0;
    width: 100%;
    content: "";
    filter: blur(20px);
    transform-origin: center center;
    position: absolute;
    height: 100%;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.company-overview::after {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(151,164,151,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(107,114,106,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.2;
    z-index: -2;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.company-overview .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.company-overview .container::before {
    border-radius: 50%;
    top: -100px;
    background: rgb(151,164,151,0.5);
    right: -100px;
    opacity: 0.1;
    content: "";
    height: 200px;
    width: 200px;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company-overview .growth-path {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}.company-overview .growth-path::before {
    bottom: -30px;
    opacity: 0.4;
    width: 40%;
    content: "";
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(151,164,151), transparent);
    height: 1px;
    animation: scanline 4s ease-in-out infinite;
    position: absolute;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company-overview .fast-guide {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    padding: 50px 35px;
    position: relative;
    border-radius: 16px;
    align-items: center;
    flex: 0 0 40%;
    backdrop-filter: blur(15px);
    display: flex;
    perspective: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
}.company-overview .fast-guide:hover {
    border-color: rgb(151,164,151,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(151,164,151,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.company-overview .fast-guide::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(151,164,151,0.5) 100%);
    border-radius: 16px;
    content: "";
    inset: 0;
    opacity: 0.07;
}.company-overview .fast-guide:hover::before {
    opacity: 0.12;
}.company-overview .fast-guide::after {
    z-index: -2;
    animation: borderGlow 4s linear infinite;
    border-radius: calc(16px + 1px);
    inset: -1px;
    position: absolute;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(151,164,151,0.5), transparent);
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company-overview .fast-guide:hover::after {
    opacity: 1;
}.company-overview .img-overlay {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    border: 5px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}.company-overview .img-overlay::before {
    inset: -3px;
    -webkit-mask-composite: xor;
    content: "";
    position: absolute;
    -webkit-mask: linear-gradient(rgb(107,114,106,0.5)) content-box, linear-gradient(rgb(151,164,151,0.5));
    opacity: 0.2;
    padding: 3px;
    border-radius: 50%;
    animation: rotate 8s linear infinite;
    mask-composite: exclude;
    background: conic-gradient(rgb(151,164,151), rgb(107,114,106), rgb(151,164,151));
}.company-overview .img-overlay::after {
    opacity: 0.2;
    animation: rotateReverse 20s linear infinite;
    border-radius: 50%;
    border: 1px dashed rgb(151,164,151,0.5);
    position: absolute;
    inset: -10px;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company-overview .method-innov {
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}.company-overview .method-innov::before {
    position: absolute;
    content: "";
    width: 70px;
    transform: translateX(-50%);
    top: 0;
    opacity: 0.8;
    left: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(151,164,151), transparent);
}.company-overview .learn-study {
    font-weight: 700;
    font-size: calc(21px * 1.15);
    display: inline-block;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 0.5px;
}.company-overview .learn-study::after {
    transform: translateX(-50%);
    background: rgb(151,164,151);
    height: 2px;
    bottom: -4px;
    width: 0;
    transition: width 0.4s ease;
    left: 50%;
    position: absolute;
    content: "";
}.company-overview .fast-guide:hover .learn-study::after {
    width: 80%;
}.company-overview .learn-way {
    font-weight: 600;
    font-size: calc(13px * 1.05);
    color: rgb(151,164,151);
    letter-spacing: 0.5px;
    opacity: 0.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
}.company-overview .fast-guide:hover .learn-way {
    opacity: 1;
    color: rgb(107,114,106);
    transform: translateY(2px);
}.company-overview .text-row {
    flex: 0 0 55%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 50px 45px;
}.company-overview .text-row:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(107,114,106,0.5);
    transform: translateY(-10px);
    border-color: rgb(107,114,106,0.5);
}.company-overview .text-row::before,
.company-overview .text-row::after {
    transition: all 0.8s ease;
    content: "";
    position: absolute;
    background: rgb(151,164,151,0.5);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    z-index: -1;
    width: 500px;
    opacity: 0.03;
    height: 500px;
    animation: blobAnimation 25s infinite alternate;
    filter: blur(60px);
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company-overview .text-row::before {
    right: -250px;
    top: -250px;
}.company-overview .text-row::after {
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
    background: rgb(107,114,106,0.5);
}.company-overview .text-row:hover::before,
.company-overview .text-row:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.company-overview .founder-bio {
    font-size: calc(18px * 1.2);
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(151,164,151);
    gap: 16px;
    position: relative;
}.company-overview .founder-bio::after {
    height: 1px;
    bottom: -8px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(151,164,151), transparent);
    content: "";
    width: 0;
    transition: width 0.4s ease;
}.company-overview .text-row:hover .founder-bio::after {
    width: 50%;
}.company-overview .founder-bio svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
    width: 48px;
    height: 48px;
    fill: rgb(151,164,151);
}.company-overview .founder-bio svg path {
    transition: fill 0.4s ease;
}.company-overview .text-row h2 {
    color: #000000;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: calc(28px * 1.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}.company-overview .text-row h2::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106,0.5), transparent);
    width: 100px;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
}.company-overview .text-row p {
    color: #000000;
    line-height: 1.9;
    position: relative;
    font-size: calc(13px * 1.05);
    transition: all 0.4s ease;
    margin-bottom: 0;
}.company-overview .text-row::before,
.company-overview .text-row::after,
.company-overview .fast-guide::before,
.company-overview .fast-guide::after,
.company-overview .img-overlay::before,
.company-overview .img-overlay::after {
    pointer-events: none;
}.company-overview .growth-path::after {
    pointer-events: none;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0.03;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(rgb(151,164,151,0.5) 1px, transparent 1px),
        radial-gradient(rgb(107,114,106,0.5) 1px, transparent 1px);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
    left: 0;
}

@media (max-width: 1199px) {.company-overview {
    padding: 120px 0;
}.company-overview .growth-path {
    gap: 50px;
}.company-overview .text-row {
    padding: 40px 35px;
}.company-overview .fast-guide {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.company-overview {
    padding: 100px 0;
}.company-overview .growth-path {
    flex-direction: column;
    gap: 50px;
}.company-overview .fast-guide,
    .company-overview .text-row {
    flex: 0 0 100%;
    width: 100%;
}.company-overview .text-row {
    padding: 40px 30px;
}.company-overview .fast-guide {
    margin: 0 auto;
    max-width: 500px;
}.company-overview .growth-path::before {
    left: 20%;
    width: 60%;
}.company-overview .text-row h2 {
    font-size: 28px;
}
}

@media (max-width: 767px) {.company-overview {
    padding: 80px 0;
}.company-overview .img-overlay {
    height: 180px;
    width: 180px;
}.company-overview .fast-guide {
    padding: 35px 25px;
}.company-overview .text-row {
    padding: 35px 25px;
}.company-overview .text-row h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.company-overview .learn-study {
    font-size: 21px;
}.company-overview .learn-way {
    font-size: 13px;
}.company-overview .founder-bio {
    font-size: 18px;
}.company-overview .founder-bio svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 575px) {.company-overview {
    padding: 60px 0;
}.company-overview .img-overlay {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
}.company-overview .fast-guide {
    padding: 30px 20px;
}.company-overview .text-row {
    padding: 30px 20px;
}.company-overview .founder-bio {
    font-size: calc(18px * 0.95);
}.company-overview .founder-bio svg {
    width: 35px;
    height: 35px;
}.company-overview .text-row h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.company-overview .text-row p {
    line-height: 1.8;
    font-size: 13px;
}.company-overview .learn-study {
    font-size: calc(21px * 0.95);
}.company-overview .learn-way {
    font-size: calc(13px * 0.95);
}.company-overview .growth-path::before {
    width: 80%;
    left: 10%;
}}.privacy-concealment {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.privacy-concealment::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.privacy-concealment::after {
    right: -50px;
    position: absolute;
    width: 180px;
    top: -50px;
    z-index: 0;
    height: 180px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    content: "";
    transform: rotate(-15deg);
}.privacy-concealment .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
}.privacy-concealment h1 {
    position: relative;
    font-size: 43px;
    color: #000000;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-weight: 700;
}.privacy-concealment h1::after {
    width: 70px;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    transform-origin: left;
    content: "";
    background: rgb(151,164,151);
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.privacy-concealment h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-size: 38px;
    color: #000000;
    padding-left: 18px;
}.privacy-concealment h2::before {
    content: "";
    height: 60%;
    position: absolute;
    left: 0;
    background: rgb(151,164,151);
    width: 5px;
    top: 10px;
    transform: translateY(-50%);
}.privacy-concealment h3 {
    position: relative;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    padding-left: 15px;
    font-size: calc(38px * 0.8);
    font-weight: 600;
}.privacy-concealment h3::before {
    top: 10px;
    width: 3px;
    content: "";
    transform: translateY(-50%);
    background: rgb(107,114,106);
    left: 0;
    position: absolute;
    height: 50%;
}.privacy-concealment h4 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.7);
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 12px;
}.privacy-concealment h4::before {
    content: "";
    top: 10px;
    background: rgba(var(--secondary-color-rgb), 0.7);
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 2px;
    height: 40%;
}.privacy-concealment p {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 90%;
}.privacy-concealment span {
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
    display: block;
    font-size: 13px;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    line-height: 1.8;
}.privacy-concealment ul {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2.5rem;
}.privacy-concealment ul::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    bottom: 0;
}.privacy-concealment li {
    transition: transform 0.3s ease;
    color: #000000;
    padding-left: 1.8rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 13px;
    position: relative;
}.privacy-concealment li::before {
    top: 10px;
    height: 8px;
    background: rgb(151,164,151);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
}.privacy-concealment li:hover {
    transform: translateX(5px);
}.privacy-concealment li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.privacy-concealment strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.privacy-concealment strong::after {
    transform-origin: left;
    background: rgb(151,164,151,0.5);
    height: 1px;
    position: absolute;
    bottom: -2px;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
    left: 0;
}.privacy-concealment strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.privacy-concealment {
    padding: 4rem 1.5rem;
}.privacy-concealment p {
    max-width: 100%;
}.privacy-concealment h1 {
    font-size: calc(43px * 0.9);
}.privacy-concealment h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.privacy-concealment {
    padding: 3rem 1rem;
}.privacy-concealment::after {
    width: 120px;
    top: -30px;
    right: -30px;
    height: 120px;
}.privacy-concealment h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.8);
}.privacy-concealment h1::after {
    width: 50px;
    bottom: -8px;
}.privacy-concealment h2 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 15px;
    font-size: calc(38px * 0.8);
}.privacy-concealment h3 {
    padding-left: 12px;
    font-size: calc(38px * 0.7);
}.privacy-concealment h4 {
    padding-left: 10px;
    font-size: calc(38px * 0.6);
}.privacy-concealment ul {
    padding-left: 1rem;
}.privacy-concealment li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.privacy-concealment {
    padding: 2.5rem 0.8rem;
}.privacy-concealment h1 {
    font-size: calc(43px * 0.7);
}.privacy-concealment h2 {
    font-size: calc(38px * 0.7);
    padding-left: 12px;
}.privacy-concealment h3 {
    font-size: calc(38px * 0.6);
    padding-left: 10px;
}.privacy-concealment h4 {
    font-size: calc(38px * 0.55);
    padding-left: 8px;
}.privacy-concealment p, 
    .privacy-concealment span, 
    .privacy-concealment li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.privacy-concealment span {
    padding-left: 0.8rem;
}.privacy-concealment ul {
    margin: 1.2rem 0 2rem;
}.privacy-concealment li {
    margin-bottom: 1rem;
}}.appSpot {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgb(151,164,151,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.appSpot::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}.appSpot::after {
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: -150px;
    right: -150px;
    background: radial-gradient(circle, rgb(107,114,106) 0%, transparent 70%);
    content: "";
    width: 300px;
    filter: blur(50px);
    opacity: 0.2;
    animation: float 15s infinite ease-in-out;
}.appSpot .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.appSpot h2 {
    font-size: 38px;
    position: relative;
    transform-origin: center;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    color: rgb(151,164,151);
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.appSpot h2::after {
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106));
    position: absolute;
    left: 50%;
    content: "";
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 80px;
}.appSpot .growth-path {
    background: #ffffff;
    padding: 40px;
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    border-radius: 21px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
}.appSpot .growth-path::before {
    position: absolute;
    background-size: 200% 100%;
    left: 0;
    animation: gradientShift 6s infinite linear;
    height: 6px;
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106), rgb(151,164,151));
    width: 100%;
    top: 0;
    content: "";
}.appSpot .growth-path:hover {
    transform: translateY(-5px);
}.appSpot .growth-path:hover h2::after {
    width: 120px;
}.appSpot ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appSpot li {
    padding-left: 25px;
    position: relative;
}.appSpot li::before {
    top: 8px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    height: 10px;
    content: "";
    width: 10px;
    background: rgb(107,114,106);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
}.appSpot li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.appSpot span {
    font-family: Arial, sans-serif;
    padding: 10px 0;
    color: #000000;
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-size: calc(16px + 2px);
    position: relative;
}.appSpot span::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
}

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

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

@media (max-width: 1024px) {.appSpot {
    padding: 80px 0;
}.appSpot h2 {
    font-size: calc(38px - 2px);
}.appSpot .growth-path {
    padding: 30px;
}.appSpot span {
    font-size: 16px;
}
}

@media (max-width: 768px) {.appSpot {
    padding: 60px 0;
}.appSpot h2 {
    font-size: calc(38px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.appSpot .growth-path {
    padding: 25px;
}.appSpot li::before {
    top: 6px;
}.appSpot span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {.appSpot {
    padding: 40px 0;
}.appSpot h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
    transform: none;
}.appSpot h2::after {
    bottom: -10px;
    width: 60px;
}.appSpot .growth-path {
    padding: 20px;
}.appSpot li {
    padding-left: 20px;
}.appSpot li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}.appSpot span {
    letter-spacing: 0.2px;
    font-size: calc(16px - 2px);
    line-height: 1.5;
}}.audience-profile {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(199,204,177) 0%, #ffffff 100%);
}.audience-profile::before {
    background-image: radial-gradient(rgb(151,164,151,0.5) 20%, transparent 20%);
    background-size: 20px 20px;
    opacity: 0.3;
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    height: 60%;
    background-position: 0 0;
}.audience-profile .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.audience-profile .growth-path {
    position: relative;
}.audience-profile h4 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    transition: transform 0.5s ease;
    color: rgb(151,164,151);
    font-size: 47px;
}.audience-profile h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.audience-profile h4::after {
    height: 5px;
    bottom: -15px;
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106));
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
    content: "";
}.audience-profile div > div {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
    gap: 30px;
    display: grid;
}.audience-profile p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    align-items: center;
    font-size: 17px;
    padding: 40px 30px;
    background: #ffffff;
    height: 200px;
    transition: all 0.3s ease;
    margin: 0;
    display: flex;
    z-index: 1;
    color: #000000;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
}.audience-profile p:nth-child(even) {
    transform: translateY(100px);
}.audience-profile p::before {
    z-index: -1;
    width: 100%;
    top: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, #ffffff, rgb(199,204,177));
}.audience-profile p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.audience-profile p:hover::before {
    opacity: 1;
}.audience-profile p svg {
    transform: translateX(-50%);
    top: 30px;
    width: 32px;
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    height: 32px;
}.audience-profile p svg path {
    fill: rgb(151,164,151);
    transition: fill 0.3s ease;
}.audience-profile p span {
    width: 100%;
    display: block;
    margin-top: 50px;
}.audience-profile p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.audience-profile p:hover svg path {
    fill: rgb(107,114,106);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.audience-profile::after {
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 5%;
    opacity: 0.5;
    animation: hexSpin 30s linear infinite;
    content: "";
    width: 200px;
    z-index: 1;
    top: 10%;
    border: 2px dashed rgb(107,114,106,0.5);
    position: absolute;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.audience-profile .growth-path > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.audience-profile .growth-path > div p:nth-child(1) {
    animation-delay: 0.1s;
}.audience-profile .growth-path > div p:nth-child(2) {
    animation-delay: 0.2s;
}.audience-profile .growth-path > div p:nth-child(3) {
    animation-delay: 0.3s;
}.audience-profile .growth-path > div p:nth-child(4) {
    animation-delay: 0.4s;
}.audience-profile .growth-path > div p:nth-child(5) {
    animation-delay: 0.5s;
}.audience-profile .growth-path > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.audience-profile {
    padding: 80px 0;
}.audience-profile h4 {
    margin-bottom: 70px;
    font-size: calc(47px * 0.85);
}.audience-profile div > div {
    gap: 100px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.audience-profile p {
    padding: 35px 25px;
    height: 180px;
}.audience-profile p:nth-child(3n+2) {
    transform: translateY(0);
}.audience-profile p:nth-child(even) {
    transform: translateY(90px);
}.audience-profile p svg {
    top: 25px;
}.audience-profile p span {
    margin-top: 45px;
}.audience-profile::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.audience-profile {
    padding: 70px 0;
}.audience-profile h4 {
    margin-bottom: 60px;
    font-size: calc(47px * 0.7);
}.audience-profile h4::after {
    width: 80px;
    bottom: -12px;
}.audience-profile div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.audience-profile p {
    border-radius: 22px;
    padding: 20px;
    height: auto;
    clip-path: none;
    aspect-ratio: 1.73 / 1;
}.audience-profile p::before {
    clip-path: none;
    border-radius: 22px;
}.audience-profile p:nth-child(even) {
    transform: translateY(0);
}.audience-profile p svg {
    height: 28px;
    position: static;
    width: 28px;
    margin-right: 15px;
    transform: none;
}.audience-profile p span {
    display: inline;
    margin-top: 0;
}.audience-profile p:hover {
    transform: translateY(0) scale(1.03);
}.audience-profile p:hover svg {
    transform: scale(1.2);
}.audience-profile::after {
    display: none;
}
}

@media (max-width: 576px) {.audience-profile {
    padding: 60px 0;
}.audience-profile h4 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.6);
}.audience-profile h4::after {
    bottom: -10px;
    width: 60px;
    height: 4px;
}.audience-profile p {
    padding: 15px;
    font-size: calc(17px * 0.9);
}.audience-profile p svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}}.educational-rewards {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.educational-rewards::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(151,164,151,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(107,114,106,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.1;
    width: 100%;
}.educational-rewards::after {
    background: rgb(151,164,151,0.5);
    opacity: 0.03;
    right: -50%;
    transform: rotate(-15deg);
    pointer-events: none;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: -50%;
}.educational-rewards .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
}.educational-rewards .growth-path {
    align-items: center;
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
}.educational-rewards .text-row {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    flex: 1;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
}.educational-rewards .text-row:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.educational-rewards h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #000000;
}.educational-rewards h4::after {
    bottom: -10px;
    transform-origin: left center;
    content: "";
    transition: width 0.3s ease-out;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    width: 80px;
    left: 0;
}.educational-rewards .text-row:hover h4::after {
    width: 120px;
}.educational-rewards div > ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}.educational-rewards li {
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-bottom: 18px;
}.educational-rewards li:hover {
    transform: translateX(5px);
}.educational-rewards li p {
    transition: all 0.3s ease;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    gap: 15px;
    display: flex;
    align-items: flex-start;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    margin: 0;
}.educational-rewards li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.educational-rewards li p span:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
    position: relative;
}.educational-rewards li p span:last-child {
    line-height: 1.5;
    transform: translateY(2px);
    font-size: 12px;
    color: #000000;
}.educational-rewards svg {
    position: relative;
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    z-index: 1;
}.educational-rewards li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational-rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,164,151);
}.educational-rewards li:hover svg path {
    fill: rgb(107,114,106);
}.educational-rewards .img-overlay {
    height: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    object-fit: cover;
    width: 100%;
    transform: rotate(-1deg) translateZ(0);
}.educational-rewards .img-overlay:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
    transform: rotate(0deg) translateY(-5px) translateZ(0);
}.educational-rewards .text-row > div {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

@media (min-width: 768px) {.educational-rewards .text-row > div {
    flex-direction: row;
    display: flex;
    gap: 30px;
}.educational-rewards .text-row > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.educational-rewards {
    padding: 150px 0;
}.educational-rewards .growth-path {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.educational-rewards h4 {
    font-size: calc(22px * 1.1);
}.educational-rewards .text-row {
    padding: 50px;
}.educational-rewards .img-overlay {
    max-width: 45%;
}
}

@media (min-width: 1200px) {.educational-rewards .growth-path {
    gap: 80px;
}.educational-rewards .text-row {
    padding: 60px;
}.educational-rewards h4 {
    margin-bottom: 40px;
    font-size: calc(22px * 1.2);
}.educational-rewards li p {
    padding: 18px 25px;
}
}

@media (max-width: 767px) {.educational-rewards {
    padding: 80px 0;
}.educational-rewards .text-row {
    padding: 30px 25px;
}.educational-rewards h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.educational-rewards li p {
    padding: 12px 15px;
}.educational-rewards .img-overlay {
    max-width: 90%;
}
}

@media (hover: none) {.educational-rewards .text-row:hover,
    .educational-rewards li:hover,
    .educational-rewards li:hover p,
    .educational-rewards .img-overlay:hover,
    .educational-rewards li:hover svg {
    transform: none;
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.educational-rewards .text-row:hover h4::after {
    width: 80px;
}}.user-comments {
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(245, 245, 250, 0.95) 100%);
}.user-comments::before {
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(151,164,151,0.5) 0%, transparent 40%);
    content: "";
    transform: skewY(-3deg) translateY(-5%);
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
}.user-comments::after {
    background: linear-gradient(to right, transparent, rgb(107,114,106,0.5));
    position: absolute;
    width: 50%;
    right: -5%;
    filter: blur(40px);
    height: 70%;
    bottom: -10%;
    transform: rotate(-12deg);
    z-index: 0;
    content: "";
}.user-comments h2 {
    margin-bottom: 3rem;
    z-index: 2;
    color: #000000;
    font-weight: 700;
    font-size: calc(32px * 1.1);
    transform: perspective(1000px) rotateX(2deg);
    text-align: left;
    position: relative;
    transform-origin: left center;
}.user-comments h2::after {
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 8rem;
    bottom: -0.5rem;
    content: "";
    transform: scaleX(1);
    position: absolute;
    left: 0;
}.user-comments h2:hover::after {
    transform: scaleX(1.2);
}.user-comments .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 1;
}.user-comments .growth-path {
    position: relative;
    perspective: 2000px;
}.user-comments .user-reviews {
    gap: 2.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    z-index: 2;
}.user-comments .review-panel {
    padding: 2rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateY(0) translateZ(0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: relative;
}.user-comments .review-panel::before {
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    position: absolute;
    content: "";
    height: 6px;
    transform: scaleX(0.6);
    left: 0;
    transition: transform 0.3s ease-out;
    top: 0;
}.user-comments .review-panel:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) scale(1.02);
}.user-comments .review-panel:hover::before {
    transform: scaleX(1);
}.user-comments .review-panel h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(21px * 1.1);
    color: #000000;
    display: inline-block;
}.user-comments .review-panel h3::after {
    bottom: -5px;
    height: 2px;
    background: rgb(107,114,106);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    transform-origin: left;
    width: 40%;
    content: "";
}.user-comments .review-panel:hover h3::after {
    width: 70%;
}.user-comments .review-panel .description {
    z-index: 2;
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.user-comments .review-panel .description::before {
    line-height: 1;
    left: -10px;
    font-family: serif;
    z-index: -1;
    font-size: 6rem;
    color: rgba(var(--primary-color-rgb), 0.08);
    content: "";
    position: absolute;
    top: -30px;
}.user-comments .review-panel div {
    transition: transform 0.3s ease;
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 50%;
    transform: translateY(0);
}.user-comments .review-panel:hover div {
    transform: translateY(-5px);
}.user-comments .review-panel div::after {
    position: absolute;
    background: linear-gradient(45deg, transparent 50%, rgba(var(--primary-color-rgb), 0.15) 100%);
    inset: 0;
    content: "";
    z-index: 1;
}.user-comments .review-panel div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.user-comments .review-panel:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.user-comments {
    padding: 4rem 0;
}.user-comments h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.user-comments .user-reviews {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.user-comments {
    padding: 3rem 0;
}.user-comments h2 {
    font-size: calc(32px * 0.8);
    transform: none;
    text-align: center;
    margin-bottom: 1.5rem;
}.user-comments h2::after {
    width: 6rem;
    transform: translateX(-50%);
    left: 50%;
}.user-comments h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.user-comments .user-reviews {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-comments .review-panel {
    padding: 1.5rem;
    transform: none !important;
}.user-comments .review-panel div {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.user-comments {
    padding: 2.5rem 0;
}.user-comments h2 {
    font-size: calc(32px * 0.7);
}.user-comments .review-panel {
    padding: 1.25rem;
}.user-comments .review-panel h3 {
    font-size: 21px;
}.user-comments .review-panel .description {
    font-size: calc(16px * 0.95);
}
}