﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.exassign_help {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
}header,footer {
    width: 100%;
}.excontent-wrapper {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    width: 1249px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.exnav_teach {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.exour_background {
    justify-content: center;
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    display: flex;
}.exour_background::before {
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    top: 0;
}.exour_background::after {
    content: "";
    background: rgb(185,209,179);
    opacity: 0.15;
    z-index: 2;
    right: -10%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    top: -10%;
    transform: rotate(-15deg);
    filter: blur(70px);
    height: 70%;
    width: 70%;
    position: absolute;
}.exour_background .container {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    z-index: 5;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    width: 90%;
    padding: 3rem;
    position: relative;
}.exour_background .container:hover {
    transform: perspective(1000px) rotateY(0);
}.exour_background .exeditorial_box {
    grid-template-columns: 1fr;
    display: grid;
    max-width: 100%;
    gap: 1.5rem;
}.exour_background .exeditorial_box > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}.exour_background .exeditorial_box > div:first-child::before {
    width: 0.75rem;
    content: "";
    top: 50%;
    height: 0.75rem;
    background: rgb(185,209,179);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: -1.5rem;
    animation: pulse 3s infinite;
}.exour_background .exeditorial_box > div:first-child::after {
    transform-origin: left;
    height: 1px;
    left: -3rem;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -0.5rem;
    background: linear-gradient(
        90deg,
        rgb(185,209,179) 0%,
        rgb(150,181,143) 50%,
        transparent 100%
    );
    position: absolute;
    content: "";
    width: calc(100% + 4rem);
}.exour_background h5 {
    text-transform: uppercase;
    transition: transform 0.4s ease;
    letter-spacing: 1.5px;
    font-weight: 700;
    transform: translateX(0);
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
    margin: 0;
    font-size: 21px;
}.exour_background .exeditorial_box > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.exour_background .exeditorial_box > div:nth-child(2) {
    position: relative;
}.exour_background .exeditorial_box > div:nth-child(2) p {
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin: 0;
    transform: translateY(0);
    color: #ffffff;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(150,181,143) 100%
    );
    font-size: calc(21px * 1.5);
    transition: transform 0.4s ease, filter 0.4s ease;
    line-height: 1.2;
}.exour_background .exeditorial_box > div:nth-child(2):hover p {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transform: translateY(-0.25rem);
}.exour_background ol {
    counter-reset: about-counter;
    margin: 2rem 0 0;
    position: relative;
    padding: 0;
    list-style: none;
}.exour_background ol::before {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(185,209,179,0.5) 15%,
        rgb(185,209,179) 50%,
        rgb(185,209,179,0.5) 85%,
        transparent 100%
    );
    left: -2rem;
    width: 1px;
    height: calc(100% + 2rem);
    top: -1rem;
    content: "";
    position: absolute;
    z-index: 1;
}.exour_background ol li {
    line-height: 1.8;
    counter-increment: about-counter;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    font-size: 18px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 1.5rem 2rem;
    border-left: 3px solid rgb(185,209,179);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0 10px 10px 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-align: justify;
    position: relative;
}.exour_background ol li::before {
    top: 1.5rem;
    position: absolute;
    left: -2.5rem;
    box-shadow: 0 0 15px rgb(185,209,179,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000000;
    z-index: 2;
    content: "";
    height: 2rem;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    border: 2px solid rgb(185,209,179);
    width: 2rem;
    align-items: center;
}.exour_background ol li:hover {
    transform: translateX(0.5rem);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.exour_background ol li:hover::before {
    box-shadow: 0 0 25px rgb(185,209,179);
    transform: scale(1.2);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.exour_background .container {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
    width: 95%;
}.exour_background h5 {
    font-size: calc(21px * 0.9);
}.exour_background .exeditorial_box > div:nth-child(2) p {
    font-size: calc(21px * 1.3);
}.exour_background ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.exour_background {
    padding: 4rem 0;
    min-height: auto;
}.exour_background .container {
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 1.5rem;
}.exour_background .exeditorial_box > div:first-child::before {
    height: 0.5rem;
    width: 0.5rem;
    left: -1rem;
}.exour_background .exeditorial_box > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.exour_background h5 {
    font-size: calc(21px * 0.8);
}.exour_background .exeditorial_box > div:nth-child(2) p {
    font-size: calc(21px * 1.1);
}.exour_background ol::before {
    left: -1.25rem;
}.exour_background ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 1rem;
}.exour_background ol li::before {
    left: -1.75rem;
    top: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}
}

@media (max-width: 480px) {.exour_background {
    padding: 3rem 0;
}.exour_background .container {
    padding: 1rem;
}.exour_background .exeditorial_box {
    gap: 1rem;
}.exour_background h5 {
    font-size: calc(21px * 0.7);
}.exour_background .exeditorial_box > div:nth-child(2) p {
    font-size: 21px;
}.exour_background ol li {
    padding: 0.75rem;
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}}.exget_in_touch {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: rgb(220,235,217);
}.exget_in_touch::before {
    content: '';
    background: radial-gradient(circle at 20% 50%, rgb(185,209,179,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(150,181,143,0.5) 0%, transparent 40%);
    opacity: 0.6;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.exget_in_touch .eximage_strip {
    width: 50%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    height: 100%;
}.exget_in_touch .eximage_strip::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    top: 0;
}.exget_in_touch .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}.exget_in_touch h3 {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 28px;
    border-radius: 10px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 15px;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    backdrop-filter: blur(5px);
}.exget_in_touch .excontact_request {
    display: flex;
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.exget_in_touch .excontact_request::before {
    background: rgb(185,209,179,0.5);
    top: 0;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    opacity: 0.2;
    content: '';
    right: 0;
    width: 150px;
    transform: translate(50%, -50%);
}.exget_in_touch .excontact_request::after {
    opacity: 0.2;
    left: 0;
    background: rgb(150,181,143,0.5);
    border-radius: 50%;
    bottom: 0;
    height: 100px;
    content: '';
    transform: translate(-50%, 50%);
    width: 100px;
    position: absolute;
}.exget_in_touch .exmessage_reach {
    padding: 50px;
    position: relative;
    flex: 1;
}.exget_in_touch form h3 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 21px;
}.exget_in_touch input[type="text"],
.exget_in_touch textarea {
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 28px;
}.exget_in_touch input[type="text"]:focus,
.exget_in_touch textarea:focus {
    box-shadow: 0 0 10px rgb(185,209,179,0.5);
    outline: none;
    border-color: rgb(185,209,179);
}.exget_in_touch textarea {
    resize: none;
    height: 140px;
}.exget_in_touch .exinquiry_help {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.exget_in_touch .exinquiry_help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.exget_in_touch .exinquiry_help label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #000000;
    padding-left: 30px;
}.exget_in_touch .exinquiry_help label::before {
    position: absolute;
    left: 0;
    content: '';
    border: 2px solid rgb(185,209,179,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 2px;
    width: 20px;
    height: 20px;
}.exget_in_touch .exinquiry_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,209,179);
    background: rgb(185,209,179);
}.exget_in_touch .exinquiry_help input[type="checkbox"]:checked + label::after {
    top: 6px;
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 7px;
}.exget_in_touch .exinquiry_help a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(185,209,179);
}.exget_in_touch .exinquiry_help a:hover {
    color: rgb(150,181,143);
}.exget_in_touch .exhelp_map {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: rgb(185,209,179);
    z-index: 1;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    border-radius: 28px;
    font-size: 18px;
}.exget_in_touch .exhelp_map::before {
    transform: translateX(-100%);
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: rgb(150,181,143);
    transition: transform 0.4s ease;
    top: 0;
}.exget_in_touch .exhelp_map:hover {
    box-shadow: 0 5px 15px rgb(185,209,179,0.5);
}.exget_in_touch .exhelp_map:hover::before {
    transform: translateX(0);
}.exget_in_touch .exmessage_list {
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(185,209,179), rgb(150,181,143));
    overflow: hidden;
    width: 35%;
    padding: 50px;
}.exget_in_touch .exmessage_list::before {
    opacity: 0.3;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    width: 100%;
}.exget_in_touch .exmessage_list h4 {
    font-size: 21px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.exget_in_touch .exmessage_list h4::after {
    width: 40px;
    position: absolute;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #ffffff;
    left: 0;
    bottom: -10px;
}.exget_in_touch .exhelp_links {
    padding: 0;
    margin: 0;
    list-style: none;
}.exget_in_touch .exhelp_links li {
    display: flex;
    padding-bottom: 15px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}.exget_in_touch .exhelp_links li:last-child {
    border-bottom: none;
}.exget_in_touch .exhelp_links li:hover {
    transform: translateX(5px);
}.exget_in_touch .exhelp_links svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}.exget_in_touch .exhelp_links svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.exget_in_touch .exhelp_links li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.exget_in_touch .exhelp_links span {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.exget_in_touch .exhelp_links a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.exget_in_touch .exhelp_links a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.exget_in_touch .eximage_strip {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.exget_in_touch .excontact_request {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.exget_in_touch .exmessage_reach {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.exget_in_touch .exmessage_list {
    width: 100%;
}
}

@media (max-width: 768px) {.exget_in_touch {
    padding: 60px 0;
}.exget_in_touch .eximage_strip {
    display: none;
}.exget_in_touch h3 {
    font-size: calc(28px * 0.9);
}.exget_in_touch .exmessage_reach,
    .exget_in_touch .exmessage_list {
    padding: 40px 30px;
}.exget_in_touch form h3,
    .exget_in_touch .exmessage_list h4 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.exget_in_touch {
    padding: 40px 0;
}.exget_in_touch h3 {
    font-size: calc(28px * 0.8);
}.exget_in_touch .excontact_request {
    max-width: 95%;
}.exget_in_touch .exmessage_reach,
    .exget_in_touch .exmessage_list {
    padding: 30px 20px;
}.exget_in_touch input[type="text"],
    .exget_in_touch textarea {
    padding: 12px;
}.exget_in_touch .exhelp_map {
    width: 100%;
    padding: 12px;
}}.exacademic_experience {
    background: linear-gradient(170deg, rgb(220,235,217) 0%, rgb(185,209,179,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.exacademic_experience::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.04;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(185,209,179,0.5) 20px,
            rgb(185,209,179,0.5) 21px
        );
}.exacademic_experience::after {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,209,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(150,181,143,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    filter: blur(80px);
    top: 0;
    content: "";
}.exacademic_experience .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.exacademic_experience .exstudent_votes {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    display: flex;
    flex-direction: column;
}.exacademic_experience .exstudent_votes::before {
    width: 500px;
    border: 1px solid rgb(185,209,179,0.5);
    position: absolute;
    content: "";
    opacity: 0.2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    animation: orbit 20s linear infinite;
    height: 500px;
    border-radius: 50%;
}.exacademic_experience .exstudent_votes::after {
    border-radius: 50%;
    height: 400px;
    left: 50%;
    top: 50%;
    opacity: 0.15;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: orbit 15s linear infinite reverse;
    content: "";
    width: 400px;
    border: 1px dashed rgb(150,181,143,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.exacademic_experience .eximage_strip {
    position: relative;
    height: 240px;
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 50%;
    width: 240px;
}.exacademic_experience .eximage_strip::before {
    animation: spin 12s linear infinite;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(185,209,179,0.5) 90deg,
        transparent 180deg,
        rgb(150,181,143,0.5) 270deg,
        transparent 360deg
    );
    inset: -30px;
    content: "";
    opacity: 0.4;
}.exacademic_experience .eximage_strip::after {
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    content: "";
    inset: 0;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.exacademic_experience .name {
    position: relative;
    text-fill-color: transparent;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(185,209,179) 100%
    );
    z-index: 3;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-align: center;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}.exacademic_experience .name::after {
    content: "";
    left: 50%;
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(185,209,179) 0%,
        rgb(150,181,143) 100%
    );
    width: 0;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}.exacademic_experience .exstudent_votes:hover .name::after {
    width: 80px;
}.exacademic_experience .exstudent_votes span:not(.name) {
    color: rgb(150,181,143);
    margin-bottom: 30px;
    position: relative;
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    border-radius: 30px;
    z-index: 3;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 20px;
}.exacademic_experience .exstudent_votes:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}.exacademic_experience .exemp_items {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    z-index: 3;
    font-size: 12px;
    border-radius: 23px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    padding: 35px 45px;
    max-width: 650px;
    text-align: center;
}.exacademic_experience .exemp_items::before,
.exacademic_experience .exemp_items::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
}.exacademic_experience .exemp_items::before {
    border-left: 2px solid rgb(185,209,179);
    left: 25px;
    border-top: 2px solid rgb(185,209,179);
    top: 25px;
}.exacademic_experience .exemp_items::after {
    right: 25px;
    border-right: 2px solid rgb(150,181,143);
    border-bottom: 2px solid rgb(150,181,143);
    bottom: 25px;
}.exacademic_experience .exstudent_votes:hover .eximage_strip {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.exacademic_experience {
    padding: 90px 0;
}.exacademic_experience .eximage_strip {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}.exacademic_experience .exstudent_votes::before {
    width: 400px;
    height: 400px;
}.exacademic_experience .exstudent_votes::after {
    width: 320px;
    height: 320px;
}.exacademic_experience .name {
    font-size: calc(48px * 0.9);
}.exacademic_experience .exemp_items {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.exacademic_experience {
    padding: 70px 0;
}.exacademic_experience .eximage_strip {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.exacademic_experience .exstudent_votes::before {
    height: 320px;
    width: 320px;
}.exacademic_experience .exstudent_votes::after {
    height: 260px;
    width: 260px;
}.exacademic_experience .name {
    font-size: calc(48px * 0.8);
}.exacademic_experience .exstudent_votes span:not(.name) {
    margin-bottom: 25px;
    padding: 6px 16px;
    font-size: calc(20px * 0.95);
}.exacademic_experience .exemp_items {
    font-size: calc(12px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.exacademic_experience .exemp_items::before,
    .exacademic_experience .exemp_items::after {
    height: 8px;
    width: 8px;
}.exacademic_experience .exemp_items::before {
    top: 20px;
    left: 20px;
}.exacademic_experience .exemp_items::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.exacademic_experience {
    padding: 50px 0;
}.exacademic_experience .eximage_strip {
    margin-bottom: 18px;
    width: 150px;
    height: 150px;
}.exacademic_experience .exstudent_votes::before {
    width: 260px;
    height: 260px;
}.exacademic_experience .exstudent_votes::after {
    width: 200px;
    height: 200px;
}.exacademic_experience .name {
    font-size: calc(48px * 0.7);
}.exacademic_experience .exstudent_votes span:not(.name) {
    font-size: calc(20px * 0.9);
    padding: 5px 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}.exacademic_experience .exemp_items {
    font-size: calc(12px * 0.9);
    padding: 20px 25px;
}.exacademic_experience .exemp_items::before,
    .exacademic_experience .exemp_items::after {
    height: 6px;
    width: 6px;
}.exacademic_experience .exemp_items::before {
    top: 15px;
    left: 15px;
}.exacademic_experience .exemp_items::after {
    right: 15px;
    bottom: 15px;
}}.excustomer_experience {
    padding: 140px 0 160px;
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(150,181,143,0.5) 0%, rgb(220,235,217) 70%);
    overflow: hidden;
}.excustomer_experience::before {
    left: 50%;
    height: 150vw;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    opacity: 0.1;
    width: 150vw;
    content: "";
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(185,209,179,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(150,181,143,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(185,209,179,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(150,181,143,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    transform: translate(-50%, -50%);
    animation: rotateBackground 60s linear infinite;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.excustomer_experience .exstudy_program {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.excustomer_experience h4 {
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 37px;
    position: relative;
    color: #000000;
    margin-bottom: 100px;
}.excustomer_experience h4::before,
.excustomer_experience h4::after {
    bottom: -20px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(185,209,179);
}.excustomer_experience h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.excustomer_experience h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.excustomer_experience .exlearner_voices {
    margin: 0 auto;
    gap: 40px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    display: grid;
}.excustomer_experience .exlearner_voices::before {
    top: 50%;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    transform: translate(-50%, -50%) scale(1.05);
    position: absolute;
    border: 2px dashed rgb(185,209,179,0.5);
    content: "";
    left: 50%;
    opacity: 0.5;
    height: 100%;
}.excustomer_experience .exstudent_votes {
    transition: all 0.4s ease;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0;
}.excustomer_experience .exstudent_votes:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}.excustomer_experience .exstudent_votes .eximage_strip {
    z-index: 2;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    position: relative;
    height: 80px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 80px;
}.excustomer_experience .exstudent_votes:hover .eximage_strip {
    box-shadow: 0 8px 25px rgb(185,209,179,0.5);
    transform: scale(1.1);
}.excustomer_experience .exstudent_votes::after {
    content: "";
    height: 60px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,209,179,0.5), transparent);
    transform: translateX(-50%);
    left: 50%;
    width: 2px;
    top: 70px;
}.excustomer_experience .exstudent_votes span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    z-index: 2;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding: 0 10px;
    display: block;
}.excustomer_experience .exstudent_votes p {
    text-align: center;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 2;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}.excustomer_experience .exstudent_votes:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.excustomer_experience .exstudent_votes p::before {
    position: absolute;
    border-left: 10px solid transparent;
    left: 50%;
    top: -10px;
    content: "";
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}.excustomer_experience .exstudent_votes:last-child:nth-child(3n-1) {
    grid-column: 2;
}.excustomer_experience .exstudent_votes:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.excustomer_experience .exlearner_voices {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.excustomer_experience .exstudent_votes {
    width: 100%;
}.excustomer_experience .exstudent_votes:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    margin: 0 auto;
    width: 80%;
}
}

@media (max-width: 768px) {.excustomer_experience {
    padding: 80px 0 100px;
}.excustomer_experience .exlearner_voices {
    grid-template-columns: 1fr;
    gap: 40px;
}.excustomer_experience .exstudent_votes {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}.excustomer_experience .exstudent_votes:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.excustomer_experience .exstudent_votes:hover {
    transform: translateY(-5px);
}.excustomer_experience h4 {
    margin-bottom: 50px;
}}.exassign_help {
    color: #000000;
    background-color: rgb(220,235,217);
    padding: 5rem 0 2rem;
    position: relative;
    font-family: Arial, sans-serif;
}.exassign_help::before {
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(185,209,179,0.5) 100%);
    opacity: 0.05;
    content: '';
    height: 250px;
    z-index: 0;
    position: absolute;
    left: 0;
}.exassign_help .container {
    position: relative;
    z-index: 1;
}.exassign_help .exedu_links {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.exassign_help .exmessage_form {
    display: grid;
    border-bottom: 1px solid rgb(150,181,143,0.5);
    padding-bottom: 2.5rem;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}.exassign_help .exmessage_form::after {
    left: 0;
    width: 60px;
    height: 3px;
    bottom: -1px;
    content: '';
    position: absolute;
    background-color: rgb(185,209,179);
}.exassign_help .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.exassign_help .info_item:hover {
    transform: translateX(5px);
}.exassign_help .info_item p,
.exassign_help .info_item a {
    gap: 0.75rem;
    color: #000000;
    display: flex;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
    align-items: center;
}.exassign_help .info_item a:hover {
    color: rgb(185,209,179);
}.exassign_help .info_item svg {
    fill: rgb(185,209,179);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}.exassign_help .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}.exassign_help .exheader_base {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.exassign_help .exheader_base svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}.exassign_help .exheader_base svg:hover {
    opacity: 0.8;
}.exassign_help .exproposal_cta {
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 16px;
}.exassign_help .exhead_mainwrap {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.exassign_help .exhead_mainwrap h5 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
}.exassign_help .exhead_page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.exassign_help .exhead_page a {
    padding-left: 0;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    font-size: 13px;
    position: relative;
}.exassign_help .exhead_page a::before {
    top: 50%;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
    content: '';
    left: -10px;
    background-color: rgb(185,209,179);
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
}.exassign_help .exhead_page a:hover {
    padding-left: 12px;
    color: rgb(185,209,179);
}.exassign_help .exhead_page a:hover::before {
    width: 10px;
    left: 0;
}.exassign_help .subscribe_holder {
    gap: 1.5rem;
    display: flex;
    border-radius: 17px;
    padding: 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    flex-direction: column;
}.exassign_help .subscribe_holder h5 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}.exassign_help .subscribe_holder p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.exassign_help .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.exassign_help .input_holder input[type="email"] {
    font-size: 13px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    background-color: transparent;
    border: 1px solid rgb(150,181,143,0.5);
    border-radius: 10px;
    flex: 1;
    padding: 1rem 1.25rem;
}.exassign_help .input_holder input[type="email"]:focus {
    border-color: rgb(185,209,179);
    box-shadow: 0 0 0 3px rgb(185,209,179,0.5);
    outline: none;
}.exassign_help .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.exassign_help .exunlock_opportunities {
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    background-color: rgb(185,209,179);
}.exassign_help .exunlock_opportunities:hover {
    background-color: rgb(150,181,143);
    transform: translateY(-2px);
}.exassign_help .excheat_sheet {
    border-top: 1px solid rgb(150,181,143,0.5);
    margin-top: 3rem;
    text-align: center;
    padding-top: 1.5rem;
}.exassign_help .exfund_cta {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}.exassign_help .exhead_page:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.exassign_help .exhead_page:first-child::after {
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 30px;
    background-color: rgb(150,181,143,0.5);
    content: '';
    height: 1px;
}.exassign_help {
    background-blend-mode: overlay;
    background-position: center;
    background-size: 40px 40px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(150,181,143,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(150,181,143,0.5) 1px, transparent 1px);
}

@media (max-width: 1024px) {.exassign_help {
    padding: 4rem 0 2rem;
}.exassign_help .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.exassign_help .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.exassign_help {
    padding: 3.5rem 0 1.5rem;
}.exassign_help .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.exassign_help .subscribe_holder {
    grid-column: auto;
}.exassign_help .exmessage_form {
    grid-template-columns: 1fr 1fr;
}.exassign_help .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.exassign_help {
    padding: 3rem 0 1.5rem;
}.exassign_help .exmessage_form {
    grid-template-columns: 1fr;
}.exassign_help .input_holder {
    flex-direction: column;
}.exassign_help .exunlock_opportunities {
    width: 100%;
}.exassign_help .exheader_base,
    .exassign_help .exhead_mainwrap h5,
    .exassign_help .exhead_page,
    .exassign_help .exhead_page a {
    align-items: center;
    text-align: center;
}.exassign_help .exheader_base svg {
    margin: 0 auto;
}.exassign_help .exproposal_cta {
    max-width: 100%;
    text-align: center;
}.exassign_help .exhead_page:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.exassign_help .exmessage_form::after {
    transform: translateX(-50%);
    left: 50%;
}.exassign_help .exhead_page a::before {
    display: none;
}.exassign_help .exhead_page a:hover {
    padding-left: 0;
}}.excourse_beneficiaries {
    z-index: 1;
    background-color: rgb(220,235,217);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.excourse_beneficiaries::before {
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}.excourse_beneficiaries::after {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    animation: cloudMove 25s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(185,209,179,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(150,181,143,0.5), 0.1) 0%, transparent 40%);
}.excourse_beneficiaries .exstudy_program {
    padding: 0 2rem;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    flex-direction: column;
}.excourse_beneficiaries h3 {
    color: rgb(185,209,179);
    letter-spacing: 1px;
    opacity: 0.9;
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 600;
}.excourse_beneficiaries h3::after {
    transform: translateX(-50%);
    opacity: 0.6;
    background: rgb(185,209,179);
    width: 50px;
    left: 50%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    content: "";
}.excourse_beneficiaries ul {
    display: grid;
    padding: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    gap: 2rem;
    list-style: none;
}.excourse_beneficiaries li {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(#ffffff, 0.08);
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    border-radius: 25px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    text-align: center;
}.excourse_beneficiaries li::before {
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}.excourse_beneficiaries li:hover {
    border-color: rgba(rgb(185,209,179,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.excourse_beneficiaries li:hover::after {
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(185,209,179) 0%,
        rgb(150,181,143) 100%
    );
    height: 4px;
    bottom: 0;
    width: 100%;
    content: "";
}.excourse_beneficiaries li svg {
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    margin-bottom: 1.5rem;
    fill: rgb(150,181,143);
    opacity: 0.9;
}.excourse_beneficiaries li svg path {
    transition: fill 0.5s ease;
    fill: rgb(150,181,143);
}.excourse_beneficiaries li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}.excourse_beneficiaries li:hover svg path {
    fill: rgb(185,209,179);
}.excourse_beneficiaries li {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.excourse_beneficiaries ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.excourse_beneficiaries {
    padding: 5rem 0;
}.excourse_beneficiaries h3 {
    font-size: calc(40px * 0.9);
    margin-bottom: 3.5rem;
}
}

@media (max-width: 768px) {.excourse_beneficiaries {
    padding: 4rem 0;
}.excourse_beneficiaries .exstudy_program {
    padding: 0 1.5rem;
}.excourse_beneficiaries h3 {
    font-size: calc(40px * 0.8);
    margin-bottom: 3rem;
}.excourse_beneficiaries ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.excourse_beneficiaries li {
    padding: 1.5rem;
}.excourse_beneficiaries li svg {
    margin-bottom: 1.2rem;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 480px) {.excourse_beneficiaries {
    padding: 3rem 0;
}.excourse_beneficiaries .exstudy_program {
    padding: 0 1rem;
}.excourse_beneficiaries h3 {
    font-size: calc(40px * 0.7);
    margin-bottom: 2.5rem;
}.excourse_beneficiaries li {
    padding: 1.25rem;
}.excourse_beneficiaries li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}.exwelcome {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, #f0f4f8 100%);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5rem 2rem;
    display: flex;
}.exwelcome::before {
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    top: 0;
    right: 0;
    height: 10px;
    position: absolute;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
}.exwelcome::after {
    width: 100%;
    position: absolute;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    pointer-events: none;
    left: 0;
    content: '';
    height: 200px;
    bottom: 0;
}.exwelcome .exstudy_program {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 2rem;
    max-width: 1200px;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    border-radius: 22px;
    padding: 3rem;
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.exwelcome h1 {
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
    grid-column: 1 / -1;
    color: #000000;
    z-index: 1;
    position: relative;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    font-size: calc(39px * 1.1);
    transform-origin: left center;
    animation: titleReveal 1s ease-out forwards;
}.exwelcome .exeditorial_box {
    flex-direction: column;
    position: relative;
    padding-right: 2rem;
    display: flex;
    justify-content: center;
    z-index: 1;
}.exwelcome .extech_track {
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    padding: 2.5rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.exwelcome .extech_track:hover {
    transform: translateY(-10px);
}.exwelcome p {
    margin-bottom: 2rem;
    color: #000000;
    opacity: 0;
    font-size: calc(13px * 1.1);
    position: relative;
    line-height: 1.6;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
}.exwelcome svg {
    width: 120px;
    display: block;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    transition: transform 0.4s ease;
    height: 120px;
    margin: 0 auto 2rem;
}.exwelcome svg:hover {
    transform: translateY(-10px) scale(1.05);
}.exwelcome svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.exwelcome svg:hover path {
    fill: rgb(70, 150, 148);
}.exwelcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    font-weight: 700;
}.exwelcome svg:hover text {
    fill: rgb(70, 150, 148);
}.exwelcome .exhelp_map {
    font-size: 17px;
    background: linear-gradient(135deg, rgb(150,181,143) 0%, rgb(185,209,179) 100%);
    border-radius: 22px;
    z-index: 2;
    opacity: 0;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    padding: 1rem 2rem;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    position: relative;
    font-weight: 600;
}.exwelcome .exhelp_map::before {
    content: '';
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.5s ease;
    width: 100%;
}.exwelcome .exhelp_map:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.exwelcome .exhelp_map:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.exwelcome .eximage_strip {
    min-height: 400px;
    opacity: 0;
    border-radius: 22px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    animation: fadeIn 1s ease-out 0.8s forwards;
    height: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
}.exwelcome .eximage_strip::before {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
}.exwelcome .eximage_strip: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) {.exwelcome .exstudy_program {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.exwelcome h1 {
    font-size: calc(39px * 0.9);
    text-align: center;
}.exwelcome .exeditorial_box {
    order: 2;
    padding-right: 0;
}.exwelcome .eximage_strip {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.exwelcome p {
    text-align: center;
    font-size: 13px;
}.exwelcome .extech_track {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}.exwelcome svg {
    width: 100px;
    margin-bottom: 1.5rem;
    height: 100px;
}.exwelcome .exhelp_map {
    width: 100%;
    max-width: 300px;
}
}

@media screen and (max-width: 768px) {.exwelcome {
    padding: 4rem 1.5rem;
}.exwelcome .exstudy_program {
    padding: 1.5rem;
}.exwelcome h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.exwelcome .extech_track {
    padding: 1.5rem;
}.exwelcome svg {
    width: 80px;
    height: 80px;
}.exwelcome .eximage_strip {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.exwelcome {
    padding: 3rem 1rem;
}.exwelcome .exstudy_program {
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
    padding: 1.25rem;
}.exwelcome h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1rem;
}.exwelcome p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.exwelcome .extech_track {
    padding: 1.25rem;
}.exwelcome svg {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
}.exwelcome .eximage_strip {
    min-height: 200px;
}.exwelcome .exhelp_map {
    padding: 0.875rem 1.5rem;
    font-size: calc(17px * 0.9);
}}.excourse_summary {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, rgba(255,255,255,0.92) 100%);
}.excourse_summary::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
}.excourse_summary::after {
    width: 40%;
    position: absolute;
    top: -5%;
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    z-index: 0;
    height: 40%;
    filter: blur(50px);
    right: -5%;
    content: "";
    transform: rotate(-15deg);
}.excourse_summary .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.excourse_summary h2 {
    transform: translateY(20px);
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    font-size: 30px;
    max-width: 90%;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    opacity: 0;
}.excourse_summary h2::after {
    height: 4px;
    transform-origin: left;
    bottom: -1rem;
    left: 0;
    transform: scaleX(0);
    animation: scaleIn 1s 0.3s ease-out forwards;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    width: 80px;
}.excourse_summary .exlearn_now {
    opacity: 0;
    flex-direction: column;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    display: flex;
    transform: translateY(0);
    gap: 2rem;
}.excourse_summary .eximage_strip {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.excourse_summary .eximage_strip::before {
    position: absolute;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    z-index: 1;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
}.excourse_summary .eximage_strip:hover {
    transform: translateY(0);
}.excourse_summary .eximage_strip:hover::before {
    opacity: 1;
}.excourse_summary .exeditorial_box {
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    flex-direction: column;
    transform: translateX(0);
    gap: 1.5rem;
    padding: 2rem;
    transition: transform 0.4s ease;
    background: rgba(255,255,255,0.7);
}.excourse_summary .exeditorial_box::before {
    height: 0;
    left: 0;
    width: 5px;
    content: "";
    top: 0;
    background: rgb(185,209,179);
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
}.excourse_summary .exeditorial_box:hover::before {
    height: 100%;
}.excourse_summary .description {
    transition: color 0.3s ease;
    max-height: 200px;
    margin: 0;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    padding-right: 10px;
    position: relative;
}.excourse_summary .description:first-of-type {
    font-weight: 600;
}.excourse_summary .description::-webkit-scrollbar {
    width: 4px;
}.excourse_summary .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(var(--dark-color-opacity), 0.05);
}.excourse_summary .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(185,209,179), rgb(150,181,143));
}

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

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


@media (min-width: 768px) {.excourse_summary {
    padding: 6rem 0;
}.excourse_summary h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.excourse_summary .exlearn_now {
    flex-direction: row;
    align-items: flex-start;
}.excourse_summary .eximage_strip {
    flex-shrink: 0;
    width: 45%;
    height: 450px;
}.excourse_summary .exeditorial_box {
    margin-left: -3rem;
    z-index: 2;
    margin-top: 3rem;
    width: 55%;
    padding: 2.5rem;
}.excourse_summary .exeditorial_box:hover {
    transform: translateX(10px);
}.excourse_summary .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.excourse_summary {
    padding: 8rem 0;
}.excourse_summary h2 {
    max-width: 70%;
    font-size: calc(30px * 1.2);
}.excourse_summary .eximage_strip {
    height: 500px;
    width: 50%;
}.excourse_summary .exeditorial_box {
    width: 60%;
    margin-left: -5rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    padding: 3rem;
}.excourse_summary .description {
    max-height: 400px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.excourse_summary .container {
    padding: 0 2rem;
}.excourse_summary h2 {
    font-size: calc(30px * 1.3);
    margin-bottom: 4rem;
}.excourse_summary .exlearn_now {
    gap: 3rem;
}.excourse_summary .eximage_strip {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.excourse_summary .eximage_strip:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.excourse_summary .exeditorial_box {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.excourse_summary {
    padding: 4rem 0;
}.excourse_summary h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.excourse_summary h2::after {
    width: 60px;
    height: 3px;
}.excourse_summary .exlearn_now {
    gap: 1.5rem;
}.excourse_summary .eximage_strip {
    height: 250px;
}.excourse_summary .exeditorial_box {
    padding: 1.5rem;
}.excourse_summary .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    max-height: 150px;
}}.exprivacy_niche {
    font-family: Arial, sans-serif;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}.exprivacy_niche h1 {
    margin-top: 30px;
    border-bottom: 2px solid rgb(185,209,179);
    color: rgb(185,209,179);
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.exprivacy_niche h2 {
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 37px;
    font-weight: 600;
    margin-top: 25px;
    color: #000000;
}.exprivacy_niche ul, .exprivacy_niche ol {
    margin: 20px 0;
    list-style-position: inside;
    padding-left: 20px;
}.exprivacy_niche ul li, .exprivacy_niche ol li {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
}.exprivacy_niche p, .exprivacy_niche span, .exprivacy_niche div {
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.exprivacy_niche {
    padding: 20px 10px;
}.exprivacy_niche h1 {
    margin-bottom: 15px;
    font-size: 37px;
}.exprivacy_niche h2 {
    font-size: 22px;
    margin-bottom: 10px;
}.exprivacy_niche ul li, .exprivacy_niche ol li {
    font-size: 13px;
}}

.exprivacy_niche h3, .exprivacy_niche h4, .exprivacy_niche h5, .exprivacy_niche h6 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 10px;
}.exprivacy_niche section {
    border-radius: 10px;
    padding: 20px;
    background: rgb(220,235,217);
}.exprivacy_niche a {
    text-decoration: none;
    color: rgb(185,209,179);
    transition: color 0.3s ease;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.exprivacy_niche h1, .exprivacy_niche h2, .exprivacy_niche h3, .exprivacy_niche h4, .exprivacy_niche h5, .exprivacy_niche h6 {
    animation: fadeIn 0.6s ease-in-out;
}header {
    padding: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(220,235,217));
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    z-index: 0;
    width: 100%;
    content: '';
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}header::after {
    width: 5px;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(185,209,179), rgb(150,181,143));
    left: 0;
    top: 0;
}header .container {
    margin: 0;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
    max-width: 100%;
}header .exmain_page {
    margin-left: 5px;
    align-items: center;
    display: flex;
    padding: 0.9rem 3%;
    justify-content: space-between;
}header .exnav_class {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    padding: 0.5rem;
    display: flex;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}header .exnav_class:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .exnav_class svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .exhead_mainwrap {
    align-items: center;
    border-radius: 10px;
    display: flex;
    padding: 0.4rem 0.6rem;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
}header .exhead_mainwrap::before {
    background: linear-gradient(135deg, rgb(185,209,179,0.5), rgb(150,181,143,0.5));
    content: '';
    position: absolute;
    opacity: 0.5;
    border-radius: calc(10px + 2px);
    right: -2px;
    bottom: -2px;
    z-index: -1;
    left: -2px;
    top: -2px;
}header .exsite_core {
    font-weight: 400;
    font-size: 15px;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    z-index: 1;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}header .exsite_core::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(185,209,179,0.5), rgb(150,181,143,0.5));
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
}header .exsite_core:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .exsite_core:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .exmain_page {
    padding: 0.8rem 2.5%;
}header .exnav_class svg {
    width: 130px;
}header .exhead_mainwrap {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .exsite_core {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .exmain_page {
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.8rem 2%;
}header .exnav_class {
    padding: 0.4rem;
}header .exnav_class svg {
    width: 120px;
}header .exhead_mainwrap {
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
    justify-content: flex-start;
}header .exhead_mainwrap::-webkit-scrollbar {
    height: 2px;
}header .exhead_mainwrap::-webkit-scrollbar-thumb {
    background: rgb(185,209,179);
    border-radius: 10px;
}header .exsite_core {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .exmain_page {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .exnav_class svg {
    width: 110px;
}header .exhead_mainwrap {
    padding: 0.3rem;
}header .exsite_core {
    padding: 0.3rem 0.4rem;
    font-size: calc(15px - 2px);
}}.exeducational_yield {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(130deg, rgb(220,235,217) 0%, rgb(185,209,179,0.5) 80%);
}.exeducational_yield::before {
    opacity: 0.7;
    background: radial-gradient(circle at 80% 20%, rgb(150,181,143,0.5) 0%, transparent 55%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
}.exeducational_yield::after {
    bottom: -10%;
    height: 400px;
    opacity: 0.4;
    animation: breathe 8s infinite alternate ease-in-out;
    width: 400px;
    background: rgb(185,209,179,0.5);
    filter: blur(80px);
    border-radius: 50%;
    left: -5%;
    content: "";
    position: absolute;
}.exeducational_yield .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.exeducational_yield .exstudy_program {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    display: grid;
    position: relative;
}.exeducational_yield .exstudy_program::before {
    content: "";
    height: 80%;
    z-index: 1;
    width: 2px;
    background: linear-gradient(to bottom, rgb(185,209,179,0.5), transparent);
    top: 10%;
    left: calc(50% - 1px);
    position: absolute;
}.exeducational_yield .eximage_strip {
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    grid-column: 1;
    width: 100%;
    transform: perspective(800px) rotateY(10deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}.exeducational_yield .eximage_strip::after {
    opacity: 0.6;
    transition: all 0.7s ease;
    content: "";
    z-index: -1;
    border: 1px solid rgb(150,181,143,0.5);
    inset: -15px;
    position: absolute;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
}.exeducational_yield .eximage_strip:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}.exeducational_yield .eximage_strip:hover::after {
    inset: -25px;
    opacity: 0.3;
}.exeducational_yield .exeditorial_box {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 20px;
    transform: translateY(20px);
    position: relative;
    grid-column: 2;
    padding: 50px 40px;
}.exeducational_yield .exeditorial_box::before {
    position: absolute;
    top: -10px;
    opacity: 0.7;
    border-top: 3px solid rgb(185,209,179);
    width: 70px;
    height: 70px;
    content: "";
    border-radius: 10px 0 0 0;
    left: -10px;
    border-left: 3px solid rgb(185,209,179);
}.exeducational_yield .exeditorial_box::after {
    right: -10px;
    border-radius: 0 0 10px 0;
    opacity: 0.7;
    bottom: -10px;
    border-right: 3px solid rgb(150,181,143);
    width: 70px;
    content: "";
    border-bottom: 3px solid rgb(150,181,143);
    position: absolute;
    height: 70px;
}.exeducational_yield h3 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-size: 32px;
    color: #000000;
    position: relative;
}.exeducational_yield h3::after {
    height: 4px;
    content: "";
    border-radius: 10px;
    bottom: 0;
    width: 60px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(185,209,179), rgb(150,181,143));
}.exeducational_yield ul {
    flex-direction: column;
    margin: 0;
    display: flex;
    padding: 0;
    gap: 25px;
    list-style: none;
}.exeducational_yield li {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(220,235,217);
    position: relative;
}.exeducational_yield li::before {
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(185,209,179,0.5), transparent);
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    height: 100%;
}.exeducational_yield li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.exeducational_yield li:hover::before {
    opacity: 0.3;
}.exeducational_yield li p {
    z-index: 1;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    font-size: 15px;
    margin: 0;
    gap: 16px;
    align-items: center;
    color: #000000;
    display: flex;
    padding: 16px 20px;
}.exeducational_yield svg {
    justify-content: center;
    display: flex;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 12px;
    align-items: center;
    width: 24px;
    flex-shrink: 0;
    padding: 5px;
}.exeducational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,209,179);
}.exeducational_yield li:hover svg {
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 6px;
}.exeducational_yield li:hover svg path {
    fill: rgb(150,181,143);
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

@media (max-width: 992px) {.exeducational_yield {
    padding: 80px 0;
}.exeducational_yield .exstudy_program {
    gap: 50px;
    grid-template-columns: 1fr;
}.exeducational_yield .exstudy_program::before {
    display: none;
}.exeducational_yield .eximage_strip {
    transform: perspective(800px) rotateY(0);
    grid-row: 1;
    width: 80%;
    margin: 0 auto;
    grid-column: 1;
}.exeducational_yield .exeditorial_box {
    grid-column: 1;
    margin: 0 auto;
    grid-row: 2;
    transform: translateY(0);
    width: 90%;
}
}

@media (max-width: 576px) {.exeducational_yield {
    padding: 60px 0;
}.exeducational_yield .eximage_strip {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.exeducational_yield .eximage_strip::after {
    display: none;
}.exeducational_yield .exeditorial_box {
    width: 100%;
    padding: 35px 25px;
}.exeducational_yield .exeditorial_box::before,
    .exeducational_yield .exeditorial_box::after {
    height: 50px;
    width: 50px;
}.exeducational_yield h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.exeducational_yield ul {
    gap: 15px;
}.exeducational_yield li p {
    padding: 12px 15px;
}.exeducational_yield svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}.exgratBlock {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(185,209,179,0.5) 0%, rgb(220,235,217) 100%);
    overflow: hidden;
}.exgratBlock::before {
    background: radial-gradient(circle at 70% 30%, rgb(150,181,143,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.7;
    animation: pulse 15s infinite alternate ease-in-out;
}.exgratBlock::after {
    position: absolute;
    z-index: 0;
    bottom: -50px;
    filter: blur(40px);
    content: "";
    opacity: 0.2;
    height: 300px;
    right: -50px;
    width: 300px;
    background: linear-gradient(225deg, rgb(185,209,179) 0%, transparent 70%);
}.exgratBlock .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.exgratBlock .exstudy_program {
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 60px 40px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.exgratBlock .exstudy_program::before {
    content: "";
    width: 5px;
    top: 0;
    transform: scaleY(1.02);
    background: linear-gradient(to bottom, rgb(185,209,179), rgb(150,181,143));
    left: 0;
    position: absolute;
    height: 100%;
}.exgratBlock .exstudy_program::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    animation: float 8s infinite ease-in-out;
    z-index: -1;
    width: 80px;
    transform: rotate(15deg);
    position: absolute;
    right: 40px;
    background: rgb(150,181,143,0.5);
    height: 80px;
    top: -15px;
}.exgratBlock .exstudy_program:hover {
    transform: perspective(1000px) rotateY(0deg);
}.exgratBlock h5 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}.exgratBlock h5::after {
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143));
    transition: width 0.3s ease;
}.exgratBlock .exstudy_program:hover h5::after {
    width: 120px;
}.exgratBlock p {
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    z-index: 2;
    line-height: 1.8;
}.exgratBlock a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    display: block;
}.exgratBlock a::before {
    transform: scaleX(0);
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(185,209,179,0.5), transparent);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.exgratBlock a:hover::before {
    transform: scaleX(1);
}.exgratBlock a:hover p {
    color: rgb(185,209,179);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
}

@media (min-width: 768px) {.exgratBlock {
    padding: 140px 0 100px;
}.exgratBlock .exstudy_program {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
}.exgratBlock h5 {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: calc(20px * 1.2);
}.exgratBlock p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}.exgratBlock .exstudy_program::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}

@media (min-width: 992px) {.exgratBlock {
    padding: 160px 0 120px;
}.exgratBlock .exstudy_program {
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
    max-width: 1000px;
    margin: 0 auto;
}.exgratBlock .exstudy_program::before {
    width: 8px;
}.exgratBlock h5 {
    max-width: 80%;
    font-size: calc(20px * 1.3);
}.exgratBlock p {
    max-width: 90%;
}.exgratBlock .exstudy_program::after {
    width: 120px;
    right: 80px;
    height: 120px;
    top: -20px;
}
}

@media (max-width: 767px) {.exgratBlock {
    padding: 80px 0 60px;
}.exgratBlock .exstudy_program {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.exgratBlock h5 {
    font-size: calc(20px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.exgratBlock p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.exgratBlock .exstudy_program::before {
    width: 3px;
}.exgratBlock .exstudy_program::after {
    height: 60px;
    top: -10px;
    width: 60px;
    right: 20px;
}
}

@media (max-width: 480px) {.exgratBlock {
    padding: 60px 0 40px;
}.exgratBlock .exstudy_program {
    padding: 30px 20px;
    transform: none;
}.exgratBlock h5 {
    font-size: calc(20px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.exgratBlock .exstudy_program::after {
    display: none;
}}.excookie_overlay_banner {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 90;
    background: rgb(220,235,217);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(185,209,179);
}.excookie_all {
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
}.exdata_consent {
    flex-shrink: 0;
    margin-right: 15px;
}.exdata_consent svg {
    width: 60px;
    transition: fill 0.3s ease;
    fill: rgb(185,209,179);
    height: 60px;
}.exdata_consent svg:hover {
    fill: rgb(150,181,143);
}.excookie_edu {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.excookie_overlay_banner h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    color: rgb(185,209,179);
}.excookie_overlay_banner p {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
}.excookie_explained {
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 16px;
    background: rgb(185,209,179);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    font-size: 15px;
}.excookie_explained:hover {
    box-shadow: 0 0 10px rgb(150,181,143,0.5);
    background: rgb(150,181,143);
}#exapprove_cookie_usage_terms {
    background: rgb(185,209,179);
}#exdisable_tracking_cookies {
    background: rgba(0, 0, 0, 0.5);
}.excookie_overlay_banner p a {
    color: rgb(185,209,179);
    text-decoration: underline;
    transition: color 0.3s ease;
}.excookie_overlay_banner p a:hover {
    color: rgb(150,181,143);
}
@media only screen and (max-width: 1200px) {.excookie_all {
    align-items: center;
    flex-direction: column;
}.exdata_consent {
    margin-bottom: 15px;
}.excookie_edu {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.excookie_explained {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.excookie_all {
    padding: 15px;
}.exdata_consent {
    display: none;
}.excookie_overlay_banner h5 {
    font-size: 18px;
}.excookie_overlay_banner p {
    font-size: 16px;
}}
#excookie_popupbanner {
    display: none;
}#excookie_popupbanner:checked ~ .excookie_overlay_banner {
    visibility: hidden;
    opacity: 0;
}.expricing_plan {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, rgba(245, 247, 252, 1) 100%);
}.expricing_plan::before {
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
}.expricing_plan .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.expricing_plan .exprice_sheet {
    flex-direction: column-reverse;
    display: flex;
}.expricing_plan .exrate_options {
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
}.expricing_plan .exrate_options h2 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
}.expricing_plan .exrate_options h2::after {
    content: "";
    background: rgb(185,209,179);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    height: 3px;
}.expricing_plan .explan_details {
    word-break: break-word;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
}.expricing_plan .exdeal_opts {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.expricing_plan .exprogram_rate {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    display: block;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.expricing_plan .exprogram_rate:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.expricing_plan .excost_matrix {
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    min-height: 450px;
    position: relative;
}.expricing_plan .expremium_grid {
    position: relative;
    display: flex;
    flex: 1;
    z-index: 2;
    flex-direction: column;
    overflow-wrap: break-word;
    padding: 30px;
    word-break: break-word;
    white-space: normal;
}.expricing_plan .expremium_grid h3 {
    margin-bottom: 8px;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    font-size: calc(23px + 2px);
    color: #000000;
    transform: translateX(0);
}.expricing_plan .exprogram_rate:hover .expremium_grid h3 {
    transform: translateX(5px);
}.expricing_plan .exlesson_fees {
    position: relative;
    display: inline-block;
    font-size: calc(23px + 4px);
    margin: 15px 0;
    color: rgb(185,209,179);
    font-weight: 700;
}.expricing_plan .exlesson_fees::before {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    top: 50%;
    width: 10px;
    background: rgb(185,209,179);
    left: -20px;
    content: "";
    position: absolute;
    height: 2px;
}.expricing_plan .exprogram_rate:hover .exlesson_fees::before {
    opacity: 1;
    transform: translateX(0);
}.expricing_plan .expremium_grid p {
    line-height: 1.6;
    overflow-wrap: break-word;
    flex: 1;
    margin-top: 15px;
    white-space: normal;
    color: #000000;
    font-size: 14px;
    word-break: break-word;
}.expricing_plan .eximage_strip {
    position: relative;
    transition: transform 0.6s ease;
    width: 100%;
    height: 200px;
    overflow: hidden;
}.expricing_plan .eximage_strip::after {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(rgb(185,209,179,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.expricing_plan .exprogram_rate:hover .eximage_strip {
    transform: scale(1.05);
}.expricing_plan .exprogram_rate:nth-child(odd) .excost_matrix {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.expricing_plan .exprogram_rate:nth-child(even) .excost_matrix {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.expricing_plan .exprogram_rate:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.expricing_plan .exprogram_rate:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.expricing_plan .exprogram_rate:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.expricing_plan .exprogram_rate:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.expricing_plan .exdeal_opts {
    grid-template-columns: repeat(2, 1fr);
}.expricing_plan .exrate_options {
    margin-bottom: 60px;
}.expricing_plan .expremium_grid h3 {
    font-size: 23px;
}.expricing_plan .exlesson_fees {
    font-size: calc(23px + 2px);
}.expricing_plan .expremium_grid p {
    font-size: calc(14px - 1px);
}
}

@media (min-width: 992px) {.expricing_plan .exprice_sheet {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.expricing_plan .exrate_options {
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.expricing_plan .exrate_options h2::after {
    transform: none;
    left: 0;
}.expricing_plan .exdeal_opts {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.expricing_plan .expremium_grid {
    padding: 35px;
}
}

@media (min-width: 1200px) {.expricing_plan .exdeal_opts {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.expricing_plan .excost_matrix {
    min-height: 500px;
}.expricing_plan .eximage_strip {
    height: 220px;
}.expricing_plan .expremium_grid h3 {
    font-size: calc(23px + 2px);
}.expricing_plan .exlesson_fees {
    font-size: calc(23px + 6px);
}
}