* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


header .top_plank {
    color:  #ffffff;
    background: rgb(179,215,182);
}

header .top_plank .style-skill-peak div svg, header .top_plank .style-skill-peak div svg path {
    fill: #ffffff;
}

header .top_plank .style-skill-peak div img, header .top_plank .style-skill-peak div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.style-leadership-experience::after {
    left: -50px;
    position: absolute;
    bottom: -80px;
    width: 250px;
    transform: rotate(25deg);
    z-index: 0;
    content: "";
    height: 250px;
    background: rgb(179,215,182,0.5);
    filter: blur(60px);
}

.style-leadership-experience .style-student-votes:hover::before {
    transform: scaleY(1);
}

.style-leadership-experience .style-student-votes:hover .style-img-effect {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.style-leadership-experience .style-student-votes:hover .style-img-effect::after {
    opacity: 0.4;
}

.style-leadership-experience .style-student-votes:hover .name {
    transform: translateX(10px);
}

.style-leadership-experience .style-student-votes:hover .name::after {
    width: 100%;
}

.style-leadership-experience .style-student-votes > div:nth-child(2) > div {
    color: #000000;
    padding-left: 0;
    position: relative;
    font-size: calc(18px * 0.95);
    margin-bottom: 15px;
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.style-leadership-experience .style-student-votes:hover .style-career-wrap::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

header:before {
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
}

header .style-nav-mainwrap:before {
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    bottom: -1px;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}

header .style-top-lesson {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .style-top-lesson:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    content: '';
    height: 20px;
    top: 50%;
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 20px;
    opacity: 0.5;
}

header .style-head-learn:before {
    background: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
    left: -12px;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    top: 50%;
    content: '';
    height: 6px;
    border-radius: 50%;
    width: 6px;
}

header .style-head-site:before {
    position: absolute;
    opacity: 0;
    height: calc(100% + 20px);
    border-radius: 10px;
    width: calc(100% + 20px);
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    content: '';
    top: -10px;
}

.style-homepage::before {
    content: "";
    top: 0;
    background: radial-gradient(
    circle at 30% 70%,
    rgb(179,215,182,0.5),
    rgba(0, 0, 0, 0.5) 70%,
    #000000 100%
  );
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
}

.style-homepage .title_style_header::after {
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -15px;
    content: "";
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(136,192,141), transparent);
}

.style-homepage .style-expert-learning::before {
    left: -20px;
    top: -20px;
    position: absolute;
    width: 60px;
    content: "";
    border-top: 2px solid rgb(136,192,141);
    opacity: 0.7;
    height: 60px;
    border-left: 2px solid rgb(136,192,141);
}

.style-homepage p {
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
    display: inline-block;
    line-height: 1.6;
    position: relative;
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 17px);
}

.style-secure-safehold {
    background-color: rgb(216,236,218);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    font-family: Arial, sans-serif;
}

.style-secure-safehold li {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.style-prospective-members::after {
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(179,215,182,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(136,192,141,0.5), 0.1) 0%, transparent 40%);
    top: 0;
    height: 100%;
    content: "";
    animation: cloudMove 25s infinite alternate ease-in-out;
}

.style-prospective-members li::before {
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}

.style-prospective-members li svg {
    height: 50px;
    fill: rgb(136,192,141);
    transition: all 0.5s ease;
    opacity: 0.9;
    width: 50px;
    margin-bottom: 1.5rem;
}

.style-metrics-summary {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: rgb(216,236,218);
    padding: 8rem 0;
}



.style-metrics-summary h2 {
    position: relative;
    align-self: center;
    width: max-content;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin: 0 0 6rem;
    font-size: 35px;
}

.style-metrics-summary ul {
    margin: 0;
    min-height: 300px;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
}



.style-metrics-summary .style-key-classes {
    transition: all 0.4s ease;
    flex: 0 0 20%;
    padding: 2rem 1rem;
    opacity: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    animation: slideIn 0.5s forwards;
    background: linear-gradient(to bottom, transparent, rgba(rgb(179,215,182), 0.02), transparent);
    justify-content: center;
    transform: translateY(100%);
    height: 0;
    align-items: center;
}

.style-metrics-summary .style-key-classes:nth-child(10) {
    animation-delay: 1s;
}

.style-metrics-summary .style-key-classes:hover::after {
    width: 90%;
    height: 3px;
    left: 5%;
    opacity: 0.5;
}

.style-metrics-summary .style-key-classes span {
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    margin-top: auto;
    position: relative;
    transition: all 0.3s ease;
}

.style-metrics-summary::after {
    background-repeat: repeat-x;
    position: absolute;
    opacity: 0.15;
    background-position: 0% 100%, 100% 85%;
    left: 0;
    background-size: 200% 1px, 200% 1px;
    animation: lineSweep 10s infinite linear;
    bottom: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, transparent, rgb(179,215,182,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(136,192,141,0.5) 50%, transparent 100%);
    height: 40%;
    z-index: -1;
    width: 100%;
}

.style-metrics-summary .style-key-classes:nth-child(9) p::before {
    content: "09";
    background: rgb(179,215,182);
}

.style-tyBox::after {
    top: -50%;
    height: 200%;
    transform: rotate(35deg);
    z-index: 0;
    opacity: 0.15;
    width: 80%;
    position: absolute;
    content: "";
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    right: -20%;
    background: radial-gradient(
        circle at center,
        rgb(179,215,182,0.5) 0%,
        transparent 70%
    );
}

.style-tyBox .style-achieve-stats > div:first-child::after {
    position: absolute;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(136,192,141),
        rgb(179,215,182,0.5)
    );
    width: 40%;
    bottom: 0;
    transform-origin: left center;
    content: "";
    left: 0;
}

.style-tyBox a::before {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    content: "";
    top: -15px;
    border: 1px solid rgb(136,192,141,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 3px;
    left: -15px;
}

.style-insta-feed::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), rgb(136,192,141), transparent);
    box-shadow: 0 0 20px rgb(179,215,182,0.5);
    width: 100%;
    content: "";
    left: 0;
    height: 2px;
    opacity: 0.8;
}

.style-insta-feed .company_holder::after {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    transform: translateY(1px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(136,192,141), transparent);
}

.style-insta-feed .company_holder h3 {
    display: inline-block;
    text-shadow: 0 0 15px rgb(179,215,182,0.5);
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 37px;
}

.style-insta-feed .style-header-start {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.style-insta-feed .style-head-mainbar::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,192,141), transparent);
    height: 1px;
    content: "";
    width: 200%;
    top: 0;
    left: -50%;
    transform: translateY(-1px);
}

.style-insta-feed .style-head-mainbar h5::after {
    box-shadow: 0 0 10px rgb(136,192,141);
    content: "";
    background: linear-gradient(90deg, rgb(136,192,141), rgb(179,215,182));
    bottom: -8px;
    left: 0;
    width: 40px;
    border-radius: 10px;
    position: absolute;
    transition: width 0.3s ease-out;
    height: 3px;
}

.style-insta-feed .style-head-mainbar .style-header-start a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(136,192,141,0.5);
}

.style-insta-feed .style-head-mainbar .style-header-start a:hover::after {
    width: 100%;
    opacity: 0.2;
}

.style-footer-social .style-assign-help {
    text-shadow: 0 0 5px #000000;
    opacity: 0.7;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ffffff;
}

.style-program-structure .style-info-card h2 {
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(179,215,182);
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}

.style-program-structure .style-img-effect::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.style-help-center .style-help-desk {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: visible;
}

.style-help-center .style-course-ask svg {
    stroke-width: 2;
    stroke: #ffffff;
    width: 35px;
    stroke-linecap: round;
    height: 35px;
    filter: drop-shadow(0 0 5px rgb(179,215,182)) 
           drop-shadow(0 0 10px rgb(179,215,182));
    margin-right: 15px;
    stroke-linejoin: round;
    fill: none;
}

.style-help-center .style-img-effect {
    opacity: 0.7;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    width: 60%;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    height: 100%;
    mix-blend-mode: luminosity;
}

.style-help-center .style-get-contactpanel p svg {
    fill: rgb(179,215,182);
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(179,215,182));
    transition: all 0.3s ease;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
}

.style-help-center .style-get-contactpanel p span {
    margin-left: 10px;
    opacity: 0.9;
}

.style-help-center .style-get-contactpanel p a::before {
    position: absolute;
    background: rgb(179,215,182);
    box-shadow: 0 0 5px rgb(179,215,182);
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    content: "";
    height: 1px;
    width: 100%;
}

.style-help-center .style-get-contactbox {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
    display: grid;
}

.style-help-center .style-get-help {
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 17px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    align-items: center;
    padding: 12px;
    color: #ffffff;
}

.style-pricing-bucket .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1320px;
    padding: 0 15px;
}

.style-pricing-bucket .style-discount-grid h2 {
    font-size: 30px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.style-pricing-bucket .style-value-pricing {
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.style-pricing-bucket .style-study-rates h3 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
}

.style-pricing-bucket .style-price-options::before {
    height: 1px;
    position: absolute;
    content: "";
    bottom: -5px;
    background: linear-gradient(90deg, rgb(179,215,182,0.5), transparent);
    left: 0;
    width: 100%;
}

.style-pricing-bucket .style-img-effect::after {
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
}

.style-trackingSettingsBox p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.cookie_button.style-cookie-overview:hover {
    background: rgb(136,192,141,0.5);
}

#style-cookie-disclaimer {
    display: none;
}

.style-testimonials {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
}

.style-testimonials h2::after {
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 3px;
    content: "";
    background: rgb(179,215,182);
    position: absolute;
    transform: translateX(-50%);
}

.style-testimonials .style-student-votes::before {
    font-size: 120px;
    position: absolute;
    opacity: 0.08;
    top: -10px;
    right: 20px;
    content: '"';
    z-index: 0;
    color: rgb(179,215,182);
    line-height: 1;
    font-family: Georgia, serif;
}

.style-testimonials .style-student-votes:hover::after {
    height: 100%;
}

.style-testimonials .style-student-votes:hover h3::after {
    width: 60px;
}

.style-testimonials .style-student-votes p.description {
    position: relative;
    font-size: 16px;
    margin: 0 0 25px;
    flex: 1;
    color: #000000;
    z-index: 2;
    line-height: 1.6;
}

.style-testimonials .style-student-votes div img {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
    transform: scale(1);
    height: 100%;
}

.style-attempt-now .container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    gap: 3rem;
    transform-origin: center bottom;
    z-index: 2;
}

.style-attempt-now .container > div::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    position: absolute;
    content: "";
    height: 1px;
    max-width: 600px;
}

.style-attempt-now .style-query-grid::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    transform: translateX(-100%);
    width: 100%;
}

.style-our-mission {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.style-our-mission .style-achieve-stats::before {
    animation: borderPulse 8s infinite alternate;
    left: -20px;
    border-radius: 21px;
    position: absolute;
    opacity: 0.4;
    border: 1px solid rgb(179,215,182,0.5);
    content: '';
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    transform: rotate(-1deg);
    z-index: -1;
    top: -20px;
}

.style-our-mission .style-img-effect::after {
    top: -20px;
    position: absolute;
    content: '';
    animation: rotate 25s linear infinite reverse;
    right: -20px;
    left: -20px;
    border-radius: 50%;
    bottom: -20px;
    border: 1px dashed rgb(136,192,141,0.5);
}

.style-our-mission .style-info-card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 21px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.style-our-mission .style-class-space svg path {
    fill: rgb(179,215,182);
    transition: fill 0.3s ease;
}

.style-our-mission .style-info-card:hover h2::after {
    width: 120px;
}

.style-contact-section::before {
    position: absolute;
    right: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(179,215,182), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(136,192,141), 0.05) 0%, transparent 30%);
    content: "";
    bottom: 0;
    z-index: 0;
    left: 0;
}

.style-contact-section .style-query-card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(179,215,182), 0.05);
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 17px;
    display: flex;
    background: #ffffff;
}



.style-contact-section .style-connect-map {
    position: relative;
    padding: 50px 40px;
    width: 55%;
}

.style-contact-section form {
    position: relative;
    z-index: 2;
}

.style-contact-section form h3 {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.style-contact-section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.style-contact-section .style-query-inquiry {
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.style-contact-section .style-query-inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,215,182);
    background: rgb(179,215,182);
}

.style-contact-section .style-query-inquiry label a::after {
    background: rgb(179,215,182);
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
}

.style-contact-section svg {
    margin-right: 10px;
    transition: fill 0.3s ease;
    height: 20px;
    fill: rgb(179,215,182);
    width: 20px;
}

.style-contact-section svg:hover,
.style-contact-section svg:hover path {
    fill: rgb(136,192,141);
}



@media (min-width: 992px) {.style-leadership-experience {
    padding: 150px 0;
}.style-leadership-experience .style-student-votes {
    padding: 60px;
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
}.style-leadership-experience .style-img-effect {
    width: 240px;
    height: 240px;
}.style-leadership-experience .name {
    font-size: calc(20px * 1.2);
}.style-leadership-experience .style-student-votes > div:nth-child(2) > div {
    font-size: 18px;
}.style-leadership-experience .style-career-wrap {
    line-height: 1.9;
    padding: 30px 25px;
    font-size: calc(18px * 1.05);
}
}




@media (max-width: 992px) {.style-homepage {
    padding: 5rem 1.5rem;
}.style-homepage > div {
    transform: perspective(1000px) rotateX(1deg);
}.style-homepage .style-start-primary {
    padding: 2.5rem;
}
}


@media only screen and (max-width: 800px) {.style-secure-safehold {
    padding: 20px;
}.style-secure-safehold h1 {
    font-size: calc(18px * 0.8);
}.style-secure-safehold h2 {
    font-size: calc(18px * 0.9);
}.style-secure-safehold li {
    font-size: 15px;
}}



@media (max-width: 768px) {.style-prospective-members {
    padding: 4rem 0;
}.style-prospective-members .style-achieve-stats {
    padding: 0 1.5rem;
}.style-prospective-members h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 3rem;
}.style-prospective-members ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.style-prospective-members li {
    padding: 1.5rem;
}.style-prospective-members li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}



@media (max-width: 767px) {.style-tyBox {
    padding: 3rem 0;
    min-height: auto;
}.style-tyBox .style-achieve-stats {
    padding: 2rem;
    transform: none;
}.style-tyBox .style-achieve-stats > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.style-tyBox .style-achieve-stats > div:first-child::after {
    width: 80%;
}.style-tyBox p {
    line-height: 1.6;
}.style-tyBox::after {
    top: -30%;
    right: -50%;
    width: 100%;
}
}



@media (max-width: 1200px) {.style-insta-feed .container {
    gap: 2rem;
}.style-insta-feed .company_holder {
    flex: 1 1 320px;
}.style-insta-feed .style-license-cta {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 576px) {.style-insta-feed {
    padding: 2.5rem 0 1rem;
}.style-insta-feed .style-header-start {
    gap: 1rem;
}.style-insta-feed .style-head-mainbar {
    flex: 1 1 100%;
    min-width: 100%;
}.style-insta-feed .style-head-mainbar .style-header-start a {
    padding: 0.4rem 0.8rem;
}.style-insta-feed .style-head-mainbar .style-header-start a:hover {
    padding-left: 1.2rem;
}.style-footer-social {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.style-insta-feed .company_holder:hover,
    .style-insta-feed .style-head-mainbar:hover {
    transform: translateY(-2px);
}}



@media (min-width: 768px) {.style-pricing-bucket .style-rate-schemes {
    grid-template-columns: repeat(2, 1fr);
}.style-pricing-bucket .style-fee-options {
    height: 100%;
}.style-pricing-bucket .style-img-effect {
    height: 240px;
}
}



@media (min-width: 1200px) {.style-pricing-bucket .style-rate-schemes {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.style-pricing-bucket .style-study-rates {
    padding: 40px;
}.style-pricing-bucket .style-img-effect {
    height: 260px;
}.style-pricing-bucket .style-value-pricing:nth-child(odd) {
    transform: translateY(20px);
}.style-pricing-bucket .style-value-pricing:nth-child(odd):hover {
    transform: translateY(12px);
}.style-pricing-bucket .style-value-pricing:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 991px) {.style-testimonials {
    padding: 100px 0 70px;
}.style-testimonials .style-alumni-testimonials {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.style-testimonials h2 {
    margin-bottom: 50px;
}
}



@media screen and (min-width: 768px) {.style-attempt-now {
    padding: 8rem 4rem;
}.style-attempt-now .container {
    align-items: center;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.style-attempt-now h6 {
    font-size: calc(20px * 1.5);
    text-align: left;
}.style-attempt-now .container > div {
    justify-content: flex-end;
}.style-attempt-now .container > div::before {
    left: -2rem;
    height: 80%;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    max-height: 100px;
}
}



@media (max-width: 480px) {.style-our-mission {
    padding: 40px 0;
}.style-our-mission .style-img-effect {
    margin-bottom: 15px;
    height: 120px;
    width: 120px;
}.style-our-mission .style-heritage-edu {
    font-size: calc(20px * 0.9);
}.style-our-mission .style-belief-core {
    font-size: calc(16px * 0.9);
}.style-our-mission .style-class-space {
    font-size: calc(20px * 0.9);
}.style-our-mission h2 {
    padding-bottom: 10px;
    font-size: calc(31px * 0.7);
}.style-our-mission p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}



@media (prefers-reduced-motion: reduce) {.style-contact-section::after,
    .style-contact-section .style-img-effect::before {
    animation: none;
}.style-contact-section .style-query-card:hover {
    transform: none;
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

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



@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}

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

@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}



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

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

