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

.scholar_ctaI3Ag2 {
    flex: 0 0 auto;
}

.scholar_ctaI3Ag2 {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}

.wrapper-bundlewVSbQ {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

.aspiring_learnersmGs2E::before {
    width: 100%;
    position: absolute;
    background-position: 0 0, 30px 30px;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.03;
    z-index: 0;
    left: 0;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(177,202,188,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(177,202,188,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(177,202,188,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(177,202,188,0.5) 75%
        );
    background-size: 60px 60px;
}

.aspiring_learnersmGs2E h4::before {
    background: rgb(177,202,188,0.5);
    border-radius: 2px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100px;
    height: 3px;
    content: "";
    top: 0;
}

.aspiring_learnersmGs2E div {
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}

.aspiring_learnersmGs2E div p {
    padding: 25px 30px;
    z-index: 1;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 50px;
    background: #ffffff;
    display: flex;
    line-height: 1.6;
    margin: 0 0 60px 0;
    transition: all 0.4s ease;
    font-size: 17px;
    position: relative;
    width: 70%;
}

.aspiring_learnersmGs2E div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}

.aspiring_learnersmGs2E div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}

.aspiring_learnersmGs2E div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}

.aspiring_learnersmGs2E div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}

.aspiring_learnersmGs2E div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}

.aspiring_learnersmGs2E div p:hover::after {
    box-shadow: 0 0 10px rgb(177,202,188,0.5);
    transform: scale(1.3);
}

.aspiring_learnersmGs2E div p:hover svg {
    transform: rotate(15deg);
}

.aspiring_learnersmGs2E div p:hover svg path {
    fill: rgb(137,174,149);
}

.stay_connectedxrHjp {
    position: relative;
    overflow: hidden;
    background: rgb(137,174,149);
    padding: 4rem 0;
}

.stay_connectedxrHjp::after {
    background: rgb(177,202,188);
    height: 60%;
    right: -5%;
    width: 30%;
    bottom: -10%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
}

.stay_connectedxrHjp .skill_classesFJseO {
    backdrop-filter: blur(5px);
    padding: 3rem;
    border-left: 4px solid rgb(177,202,188);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stay_connectedxrHjp h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.9);
    color: #000000;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
}

.stay_connectedxrHjp .skill_classesFJseO:hover h3::after {
    transform: scaleX(1.5);
}

.stay_connectedxrHjp .input_holder div {
    flex: 1 1 250px;
    position: relative;
}

.stay_connectedxrHjp .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: calc(15px * 0.95);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.75rem 1rem;
    color: #000000;
    height: 50px;
}

.stay_connectedxrHjp .input_holder .updates_boxABeMz {
    position: relative;
    background: rgb(177,202,188);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    min-height: 50px;
    font-size: 14px;
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.stay_connectedxrHjp .input_holder .updates_boxABeMz:hover::before {
    left: 100%;
}

.stay_connectedxrHjp .input_holder .updates_boxABeMz:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.data_explorationsL5U9 {
    position: relative;
    align-items: center;
    background-color: #000000;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    display: flex;
}

.data_explorationsL5U9 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 60px 0;
    position: relative;
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
}

.data_explorationsL5U9 ul {
    list-style: none;
    display: flex;
    max-height: 700px;
    width: 100%;
    align-items: stretch;
    padding: 0;
    height: 80vh;
    margin: 0;
    justify-content: center;
    flex-direction: row;
    gap: 0;
}

.data_explorationsL5U9 .advantage_statisticsb0V6w {
    position: relative;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    display: flex;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 1;
    align-items: center;
    overflow: hidden;
}

.data_explorationsL5U9 .advantage_statisticsb0V6w:hover {
    flex: 1.8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    backdrop-filter: blur(10px);
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
}

.data_explorationsL5U9 .advantage_statisticsb0V6w:hover::before {
    transform: scaleX(1);
}

.data_explorationsL5U9 .advantage_statisticsb0V6w:hover p {
    transform: translateY(0);
}

.data_explorationsL5U9 .advantage_statisticsb0V6w span {
    opacity: 0;
    transition: all 0.4s ease 0.1s;
    transform: translateY(20px);
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 200px;
    text-align: center;
}

.data_explorationsL5U9 svg path {
    fill: rgb(177,202,188);
}

.data_explorationsL5U9 .advantage_statisticsb0V6w:hover svg {
    transform: rotate(0) scale(1.5);
    opacity: 0.6;
    right: 20px;
    top: 20px;
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:only-child) {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:only-child) .advantage_statisticsb0V6w p {
    font-size: 5rem;
    transform: translateY(0);
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:only-child) .advantage_statisticsb0V6w:hover {
    flex: 1;
    transform: scale(1.05);
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(3):last-child),
.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(4):last-child),
.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(5):last-child) {
    flex-wrap: nowrap;
    flex-direction: row;
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(n+6):nth-child(-n+10)) .advantage_statisticsb0V6w:first-child {
    border-top-left-radius: 20px;
}

.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(n+6):nth-child(-n+10)) .advantage_statisticsb0V6w:nth-last-child(3) {
    border-bottom-left-radius: 20px;
}

.program_outcomesCcHaB {
    position: relative;
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgba(rgb(177,202,188,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.program_outcomesCcHaB::after {
    z-index: 0;
    height: 90%;
    animation: pulseGradient 15s infinite ease-in-out;
    top: 5%;
    left: 5%;
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(177,202,188,0.5), 0.03) 70%);
    content: "";
    position: absolute;
    width: 90%;
}

.program_outcomesCcHaB .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.program_outcomesCcHaB .skill_classesFJseO {
    transform: translateY(-20px);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
}

.program_outcomesCcHaB .text_capsulemDL6v {
    transition: transform 0.6s ease-out;
    background: linear-gradient(145deg, 
    rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
    rgba(rgb(255, 255, 255, 0.5), 0.8) 100%
  );
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 2.5rem 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    z-index: 3;
}

.program_outcomesCcHaB h1 {
    color: #000000;
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 2rem;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    position: relative;
}

.program_outcomesCcHaB ul {
    padding: 0;
    gap: 1.2rem;
    list-style-type: none;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 0;
    display: grid;
}

.program_outcomesCcHaB li p {
    display: flex;
    font-size: 13px;
    align-items: flex-start;
    color: #000000;
    padding-left: 0.5rem;
    margin: 0;
    line-height: 1.6;
}

.program_outcomesCcHaB li:hover svg {
    transform: scale(1.15);
}

.program_outcomesCcHaB li svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,202,188);
}

.tySpotEwuOG {
    background: linear-gradient(135deg, rgb(215,228,219) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.tySpotEwuOG::after {
    background: linear-gradient(225deg, rgb(177,202,188,0.5) 0%, rgb(137,174,149,0.5) 80%);
    filter: blur(60px);
    left: -30px;
    z-index: 1;
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.3;
    position: absolute;
    height: 250px;
    bottom: -30px;
    content: "";
    width: 250px;
}

.tySpotEwuOG h2::after {
    width: 80px;
    transform: scaleX(0);
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(90deg, rgb(177,202,188) 0%, rgb(137,174,149) 100%);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
}

.tySpotEwuOG .skill_classesFJseO::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(137,174,149), rgb(177,202,188));
    transform: scaleY(0);
    transform-origin: top center;
    width: 6px;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}

.tySpotEwuOG li::before {
    width: 10px;
    background: linear-gradient(135deg, rgb(177,202,188) 0%, rgb(137,174,149) 100%);
    left: 0;
    content: "";
    height: 10px;
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    top: 8px;
    transform: scale(0);
    position: absolute;
}

.title_pageJvr5j::before {
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
    45deg,
    rgb(177,202,188,0.5) 0px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    content: '';
    z-index: 1;
}

.title_pageJvr5j .page_titleqULDd {
    width: 90%;
    transform-style: preserve-3d;
    transform: translateZ(0);
    z-index: 2;
    max-width: 1200px;
}

.title_pageJvr5j .page_titleqULDd > div {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.title_pageJvr5j .page_titleqULDd h3 {
    color: #000000;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transition: transform 0.5s ease;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 1.5rem 2rem;
    font-size: calc(20px * 1.05);
    line-height: 1.4;
    border-left: 4px solid rgb(177,202,188);
}

.title_pageJvr5j .founder_biojOJwY::before {
    width: 100%;
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
    top: 0;
    position: absolute;
}

.title_pageJvr5j .founder_biojOJwY p {
    font-size: calc(14px * 1.2);
    margin-bottom: 1.5rem;
    color: #ffffff;
    animation: slideInLeft 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    opacity: 0;
    max-width: 80%;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-30px);
}

.title_pageJvr5j .title_style_header::after {
    width: 80px;
    animation: growLine 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1.4s;
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    content: '';
    bottom: -15px;
    background: rgb(177,202,188);
    transform-origin: left;
}

header .top_plank .elite_focuslMY1v div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}

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

.pricing_trayzVu1s::before {
    width: 12rem;
    position: absolute;
    opacity: 0.07;
    top: -3rem;
    height: 12rem;
    right: -3rem;
    content: "";
    background: linear-gradient(135deg, rgb(177,202,188), rgb(137,174,149));
    transform: rotate(15deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.pricing_trayzVu1s .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.pricing_trayzVu1s .class_dealsvXW0O h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 33px;
}

.pricing_trayzVu1s .cost_planiJDWu {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    margin-bottom: 1rem;
}

.pricing_trayzVu1s .offer_boxCmSBl {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #000000;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}

.pricing_trayzVu1s .offer_boxCmSBl:hover .promo_plans2CQhX {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.pricing_trayzVu1s .plan_dealsWzVIS {
    position: relative;
    z-index: 2;
    padding: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pricing_trayzVu1s .offer_boxCmSBl:hover .plan_dealsWzVIS h3 {
    color: rgb(177,202,188);
}

.pricing_trayzVu1s .fee_plansyYCmk {
    font-weight: 700;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    color: rgb(177,202,188);
    display: block;
    position: relative;
    font-size: calc(21px + 0.5rem);
}

.pricing_trayzVu1s .offer_boxCmSBl:hover .fee_plansyYCmk::before {
    transform: scaleX(1.5);
}

.pricing_trayzVu1s .plan_dealsWzVIS p {
    flex-grow: 1;
    font-size: calc(17px - 0.1rem);
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
}

.pricing_trayzVu1s .offer_boxCmSBl:hover .img_coverWj2cl {
    transform: scale(1.03);
}

.pricing_trayzVu1s .offer_boxCmSBl:hover .img_coverWj2cl::after {
    opacity: 0.4;
}

.pricing_trayzVu1s .promo_plans2CQhX::before {
    background: linear-gradient(90deg, rgb(177,202,188), rgb(137,174,149));
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    transform-origin: left;
}

.cookie_windowh0I65 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.cookie_checkAkCih {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_overviewhuQez {
    min-width: 120px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    border-bottom: 2px solid rgb(177,202,188);
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(177,202,188);
}


.wrapper-bundlewVSbQ .cookie_windowh0I65 {
    justify-content: flex-end;
}

.wrapper-bundlewVSbQ .visitor_acceptance0rxw5 {
    text-align: right;
}

.our_storyELVRI {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0 120px;
    z-index: 1;
}

.our_storyELVRI::after {
    width: 60%;
    background: linear-gradient(to bottom right, 
        rgb(137,174,149) 0%, 
        rgb(177,202,188) 100%);
    height: 60%;
    z-index: -1;
    transform: rotate(-15deg);
    right: -10%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    position: absolute;
    filter: blur(40px);
    content: "";
    opacity: 0.15;
    top: -10%;
}

.our_storyELVRI h4::after {
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    background: rgb(137,174,149);
    left: 50%;
    position: absolute;
    width: 60px;
}

.our_storyELVRI .text_capsulemDL6v {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(137,174,149);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg);
    background: rgba(255, 255, 255, 0.08);
}

.our_storyELVRI h6 {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(137,174,149);
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}

.our_storyELVRI .text_capsulemDL6v:hover h6::after {
    width: 70%;
}

.our_storyELVRI span {
    opacity: 0.9;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    columns: 1;
    text-align: justify;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    display: block;
    line-height: 1.8;
}

.sign_up_nowawksf::before {
    left: 0;
    transform: translateZ(-10px);
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    pointer-events: none;
    content: '';
}

.sign_up_nowawksf .container {
    position: relative;
    gap: 2.5rem;
    flex-direction: column;
    transform: translateZ(20px);
    max-width: 1140px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}

.sign_up_nowawksf div div {
    display: flex;
    justify-content: center;
    perspective: 600px;
}

.sign_up_nowawksf div div span {
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: translateZ(30px);
    position: relative;
    display: inline-block;
}

.sign_up_nowawksf .feedback_linksCyXIt {
    color: rgb(177,202,188);
    overflow: hidden;
    padding: 1rem 2.5rem;
    display: inline-block;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 19px;
    transform: translateZ(0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    font-weight: 600;
}

.sign_up_nowawksf .feedback_linksCyXIt:hover {
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
}

footer {
    z-index: 1;
    position: relative;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

footer::before {
    position: absolute;
    top: 0;
    opacity: 0.92;
    z-index: -1;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(177,202,188,0.5) 0%, rgb(137,174,149,0.5) 100%);
    content: "";
    left: 0;
}

.scholar_ctaI3Ag2 .container {
    gap: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.scholar_ctaI3Ag2 .company_holder::after {
    width: 1px;
    right: 1.5rem;
    opacity: 0.3;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    position: absolute;
}

.scholar_ctaI3Ag2 .company_holder h3::after {
    content: "";
    width: 80px;
    left: 0;
    box-shadow: 0 0 10px rgb(177,202,188);
    height: 3px;
    bottom: 0;
    position: absolute;
    background: rgb(177,202,188);
}

.scholar_ctaI3Ag2 .challenge_ctaPL42G {
    display: flex;
    gap: 0;
    flex: 0 0 60%;
    flex-wrap: wrap;
}

.scholar_ctaI3Ag2 .top_pagebartZVHe {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0;
}

.scholar_ctaI3Ag2 .header_sitebarQBkwR h5 {
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    padding-left: 1rem;
}

.scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}

.scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
}

.scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a:hover::before {
    left: 100%;
}

.testimonialF0YZ2 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
}

.testimonialF0YZ2 .podcast_ctafDb3j {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
}

.program_overviewtxjvr::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(177,202,188,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(137,174,149,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    z-index: 1;
}



.program_overviewtxjvr::before,
.program_overviewtxjvr::after,
.program_overviewtxjvr .text_capsulemDL6v::before,
.program_overviewtxjvr .container::before,
.program_overviewtxjvr .container::after {
    pointer-events: none;
}

.program_overviewtxjvr .text_capsulemDL6v {
    border-top: 3px solid rgb(177,202,188);
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 60px;
    z-index: 4;
    border-bottom: 3px solid rgb(137,174,149);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 19px;
    padding: 50px;
}

.program_overviewtxjvr .text_capsulemDL6v h2 {
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 34px;
    padding-bottom: 15px;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.program_overviewtxjvr .text_capsulemDL6v .description {
    color: #000000;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    border-left: 2px solid rgb(177,202,188);
    padding: 15px 20px;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    backdrop-filter: blur(3px);
    line-height: 1.8;
}

.program_overviewtxjvr .img_coverWj2cl::before {
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    height: 100%;
}

.program_overviewtxjvr .job_skillsajWUh::after {
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(177,202,188,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(137,174,149,0.5) 0%, transparent 1%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background-size: 30px 30px;
    width: 100%;
    pointer-events: none;
}

.contact_form_boxRDmxZ .request_infocakD4 {
    position: relative;
    display: flex;
}

.contact_form_boxRDmxZ .help_sectionXjyh1 h3 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact_form_boxRDmxZ .help_sectionXjyh1 div {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    padding-bottom: 15px;
    align-items: center;
}

.contact_form_boxRDmxZ .help_sectionXjyh1 svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}

.contact_form_boxRDmxZ .help_sectionXjyh1 span {
    color: #ffffff;
    font-size: 14px;
}

.contact_form_boxRDmxZ .help_sectionXjyh1 a:hover {
    opacity: 0.8;
}

.contact_form_boxRDmxZ .feedback_boxCjMWc {
    padding: 100px 50px 100px 100px;
    width: 60%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.contact_form_boxRDmxZ form h3::after {
    left: 0;
    width: 60px;
    content: '';
    background: rgb(177,202,188);
    bottom: -15px;
    height: 3px;
    position: absolute;
}

.contact_form_boxRDmxZ form input[type="text"]:focus,
.contact_form_boxRDmxZ form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(177,202,188);
}

.contact_form_boxRDmxZ .connect_gridFBgPr {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}

.contact_form_boxRDmxZ .connect_gridFBgPr input[type="checkbox"]:checked {
    border-color: rgb(177,202,188);
    background-color: rgb(177,202,188);
}

.contact_form_boxRDmxZ .connect_gridFBgPr input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    left: 6px;
    height: 10px;
    top: 2px;
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid white;
}

.contact_form_boxRDmxZ .connect_gridFBgPr a:hover {
    color: rgb(137,174,149);
}

.contact_form_boxRDmxZ .feedback_linksCyXIt {
    position: relative;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    background: rgb(177,202,188);
    cursor: pointer;
    padding: 15px 40px;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    z-index: 1;
}

.contact_form_boxRDmxZ .feedback_linksCyXIt:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.privacy_stockadeYVE9g h1, .privacy_stockadeYVE9g h2, .privacy_stockadeYVE9g h3, .privacy_stockadeYVE9g h4, .privacy_stockadeYVE9g h5, .privacy_stockadeYVE9g h6 {
    color: #ffffff;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.privacy_stockadeYVE9g h1 {
    padding-bottom: 12px;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.privacy_stockadeYVE9g ul, .privacy_stockadeYVE9g ol {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 25px;
    z-index: 1;
}

.privacy_stockadeYVE9g ul li:before, .privacy_stockadeYVE9g ol li:before {
    position: absolute;
    height: 12px;
    content: '';
    left: 0;
    border-radius: 50%;
    top: 0.6em;
    background-color: #ffffff;
    width: 12px;
}

.privacy_stockadeYVE9g p, .privacy_stockadeYVE9g span {
    position: relative;
    font-size: 12px;
    margin-bottom: 25px;
    text-align: justify;
    z-index: 1;
}

.privacy_stockadeYVE9g div {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.leadership_experienceAtugp::before {
    position: absolute;
    top: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(137,174,149,0.5) 0px,
        rgb(137,174,149,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
}

.leadership_experienceAtugp .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.leadership_experienceAtugp .client_feedbackvTwyF:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.leadership_experienceAtugp .client_feedbackvTwyF::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(177,202,188), rgb(137,174,149));
    top: 0;
    width: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    position: absolute;
    transform: scaleY(0);
    content: "";
}

.leadership_experienceAtugp .client_feedbackvTwyF:hover .img_coverWj2cl {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.leadership_experienceAtugp .img_coverWj2cl::after {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    height: 100%;
}

.leadership_experienceAtugp .client_feedbackvTwyF:hover .name {
    transform: translateY(-5px);
}

.leadership_experienceAtugp .name::after {
    content: "";
    transform: translateX(-50%) scaleX(0.5);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    position: absolute;
    height: 2px;
    background: rgb(137,174,149);
    left: 50%;
    width: 80px;
}

.leadership_experienceAtugp .client_feedbackvTwyF:hover div:nth-child(2) div {
    transform: translateY(-3px);
}

.leadership_experienceAtugp .job_tableNUiAc {
    opacity: 0.95;
    text-align: justify;
    margin: 1.5rem 0 0;
    position: relative;
    transition: opacity 0.4s ease;
    color: #000000;
    line-height: 1.8;
    padding: 1.5rem 0.5rem 0.5rem;
    font-size: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

header::before {
    top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    bottom: 0.5rem;
    pointer-events: none;
    right: 0.5rem;
    border-radius: 10px;
    left: 0.5rem;
    z-index: 0;
}

header .container {
    z-index: 1;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

header .top_bark2YNI {
    flex-direction: column;
    padding: 1.5rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
    align-items: center;
    display: flex;
}

header .top_bark2YNI::after {
    right: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(137,174,149), rgb(177,202,188));
    top: 0;
    width: 5px;
}

header .page_headerkIZGM svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    transition: all 0.3s ease;
    width: 170px;
}

header .page_headerkIZGM:hover svg {
    transform: scale(1.03);
}

header .top_primaryyRNlE {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    background: rgb(215,228,219);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 1;
    font-weight: 600;
}

header .top_primaryyRNlE:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.aspiring_learnersmGs2E {
    padding: 100px 0;
}.aspiring_learnersmGs2E h4 {
    font-size: calc(32px - 4px);
    margin-bottom: 60px;
}.aspiring_learnersmGs2E div p {
    margin-bottom: 40px;
    align-self: center !important;
    border-radius: 30px !important;
    padding: 18px 22px;
    width: 90%;
}.aspiring_learnersmGs2E div p::before,
    .aspiring_learnersmGs2E div p::after {
    display: none;
}.aspiring_learnersmGs2E div p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    min-width: 24px;
}
}



@media (max-width: 768px) {.stay_connectedxrHjp {
    padding: 3rem 0;
}.stay_connectedxrHjp .skill_classesFJseO {
    padding: 2rem;
}.stay_connectedxrHjp h3 {
    font-size: calc(21px * 0.85);
}.stay_connectedxrHjp .input_holder {
    gap: 1rem;
    flex-direction: column;
}.stay_connectedxrHjp .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.stay_connectedxrHjp .input_holder .updates_boxABeMz {
    width: 100%;
}.stay_connectedxrHjp::after {
    height: 40%;
    width: 50%;
}
}



@media screen and (min-width: 1441px) {.data_explorationsL5U9 .advantage_statisticsb0V6w p {
    font-size: 4rem;
}.data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:only-child) .advantage_statisticsb0V6w p {
    font-size: 6rem;
}
}



@media screen and (max-width: 991px) {.data_explorationsL5U9 {
    padding: 80px 0;
    min-height: auto;
}.data_explorationsL5U9 .container {
    padding: 20px;
}.data_explorationsL5U9 h2 {
    position: relative;
    font-size: calc(41px * 1.5);
    margin-bottom: 60px;
    top: auto;
    opacity: 1;
    transform: none;
}.data_explorationsL5U9 ul {
    max-height: none;
    gap: 15px;
    height: auto;
    flex-direction: column !important;
}.data_explorationsL5U9 .advantage_statisticsb0V6w,
    .data_explorationsL5U9 ul:has(.advantage_statisticsb0V6w:nth-child(n+6):nth-child(-n+10)) .advantage_statisticsb0V6w {
    border-radius: 15px !important;
    padding: 30px;
    border-right: none;
    flex: 1 !important;
}.data_explorationsL5U9 .advantage_statisticsb0V6w p,
    .data_explorationsL5U9 .advantage_statisticsb0V6w span {
    transform: translateY(0);
}.data_explorationsL5U9 .advantage_statisticsb0V6w span {
    opacity: 1;
}.data_explorationsL5U9 .advantage_statisticsb0V6w:hover {
    transform: translateY(-5px);
}.data_explorationsL5U9 svg {
    transform: rotate(0);
    opacity: 0.4;
    top: 20px;
    right: 20px;
}
}



@media (min-width: 992px) {.program_outcomesCcHaB .container:hover .img_coverWj2cl {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0) scale(1.02);
}.program_outcomesCcHaB .container:hover .text_capsulemDL6v {
    transform: perspective(1000px) rotateX(2deg) translateZ(0) translateY(-5px);
}.program_outcomesCcHaB .container:hover .text_capsulemDL6v::before {
    transform: scaleX(1);
}.program_outcomesCcHaB .container:hover h1 {
    transform: translateX(0);
}.program_outcomesCcHaB .container:hover h1::after {
    width: 120px;
}
}



@media (max-width: 767px) {.program_outcomesCcHaB {
    padding: 4rem 0;
}.program_outcomesCcHaB h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.program_outcomesCcHaB .text_capsulemDL6v {
    padding: 2rem 1.5rem;
}.program_outcomesCcHaB li p {
    font-size: calc(13px * 0.95);
}.program_outcomesCcHaB ul {
    gap: 1rem;
}}



@media (max-width: 575px) {.tySpotEwuOG {
    padding: 60px 0 40px;
}.tySpotEwuOG h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.tySpotEwuOG .skill_classesFJseO {
    padding: 30px 20px;
}.tySpotEwuOG li {
    padding-left: 20px;
}.tySpotEwuOG li::before {
    width: 8px;
    height: 8px;
    top: 9px;
}.tySpotEwuOG h2::after {
    width: 50px;
}
}



@media (min-width: 768px) {.title_pageJvr5j .page_titleqULDd > div {
    gap: 2rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_pageJvr5j .founder_biojOJwY {
    min-height: 450px;
}.title_pageJvr5j .page_titleqULDd h3 {
    padding: 2rem 2.5rem;
    font-size: 20px;
}.title_pageJvr5j .title_style_header {
    font-size: calc(42px * 1.2);
}.title_pageJvr5j .title_style_header::after {
    width: 100px;
}
}



@media (min-width: 1200px) {.title_pageJvr5j .page_titleqULDd > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.title_pageJvr5j .founder_biojOJwY {
    min-height: 550px;
}.title_pageJvr5j .page_titleqULDd h3 {
    font-size: calc(20px * 1.2);
}.title_pageJvr5j .founder_biojOJwY > div {
    padding: 5rem;
}
}



@media (max-width: 767px) {.title_pageJvr5j {
    padding: 3rem 0;
}.title_pageJvr5j .page_titleqULDd h3 {
    font-size: calc(20px * 0.9);
    padding: 1.25rem 1.5rem;
}.title_pageJvr5j .founder_biojOJwY {
    min-height: 350px;
}.title_pageJvr5j .founder_biojOJwY > div {
    padding: 2rem;
}.title_pageJvr5j .title_style_header {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.9);
}.title_pageJvr5j .founder_biojOJwY p {
    font-size: 14px;
    max-width: 100%;
}}



@media (max-width: 767px) {.pricing_trayzVu1s {
    padding: 3rem 0;
}.pricing_trayzVu1s .edu_rateslqFxW {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing_trayzVu1s .class_dealsvXW0O h2 {
    display: block;
    text-align: center;
}.pricing_trayzVu1s .class_dealsvXW0O h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.pricing_trayzVu1s .cost_planiJDWu {
    text-align: center;
}.pricing_trayzVu1s .promo_plans2CQhX {
    min-height: auto;
}.pricing_trayzVu1s .plan_dealsWzVIS {
    padding: 1.5rem;
}.pricing_trayzVu1s .img_coverWj2cl {
    height: 160px;
}
}



@media (prefers-reduced-motion: reduce) {.pricing_trayzVu1s .offer_boxCmSBl,
    .pricing_trayzVu1s .promo_plans2CQhX,
    .pricing_trayzVu1s .img_coverWj2cl,
    .pricing_trayzVu1s .fee_plansyYCmk::before,
    .pricing_trayzVu1s .promo_plans2CQhX::before {
    transition: none;
}}


@media only screen and (max-width: 800px) {.cookie_checkAkCih {
    display: none;
}.cookie_windowh0I65 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacySettingsModalFzq0N h5 {
    text-align: center;
}.privacySettingsModalFzq0N p {
    text-align: center;
}.visitor_acceptance0rxw5 {
    margin-bottom: 20px;
}body .wrapper-bundlewVSbQ .cookie_overviewhuQez {
    margin-left: 0;
}}



@media screen and (max-width: 767px) {.our_storyELVRI {
    padding: 70px 0 80px;
}.our_storyELVRI h4 {
    font-size: 23px;
    margin-bottom: 30px;
}.our_storyELVRI .text_capsulemDL6v {
    padding: 30px 25px;
}.our_storyELVRI h6 {
    font-size: 18px;
    margin-bottom: 20px;
}.our_storyELVRI span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (prefers-reduced-motion: reduce) {.our_storyELVRI .text_capsulemDL6v,
    .our_storyELVRI .text_capsulemDL6v:hover,
    .our_storyELVRI h6::after,
    .our_storyELVRI .text_capsulemDL6v:hover h6::after,
    .our_storyELVRI::after {
    transform: none;
    transition: none;
    animation: none;
}}



@media (max-width: 576px) {.sign_up_nowawksf {
    padding: 2.5rem 1rem;
}.sign_up_nowawksf h6 {
    font-size: calc(19px * 0.85);
    padding: 0.5rem 0.75rem;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.5;
}.sign_up_nowawksf .feedback_linksCyXIt {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.85);
}.sign_up_nowawksf .container {
    gap: 1.5rem;
}
}



@media (min-width: 1200px) {.sign_up_nowawksf h6 {
    font-size: calc(19px * 1.1);
}.sign_up_nowawksf .feedback_linksCyXIt {
    font-size: calc(19px * 1.1);
    padding: 1.25rem 3rem;
}
}



@media (prefers-reduced-motion) {.sign_up_nowawksf::after {
    animation: none;
}.sign_up_nowawksf .feedback_linksCyXIt:hover,
    .sign_up_nowawksf .feedback_linksCyXIt:active {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.sign_up_nowawksf h6,
    .sign_up_nowawksf .container,
    .sign_up_nowawksf div div span {
    transform: none;
}}



@media (max-width: 768px) {.scholar_ctaI3Ag2 {
    padding: 3.5rem 0 1.5rem;
}.scholar_ctaI3Ag2::before {
    height: 10px;
}.scholar_ctaI3Ag2 .company_holder h3 {
    font-size: calc(35px - 2px);
}.scholar_ctaI3Ag2 .carbon_ctaJN9Ox {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.scholar_ctaI3Ag2 .header_sitebarQBkwR h5, 
    .scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a {
    transform: skewX(-3deg);
}.scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a:hover {
    transform: skewX(-3deg) translateX(5px);
}.testimonialF0YZ2 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.testimonialF0YZ2 .podcast_ctafDb3j {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.scholar_ctaI3Ag2 .company_holder h3 {
    transform: skewX(-5deg);
}.scholar_ctaI3Ag2 .company_holder h3::after {
    width: 60px;
}.scholar_ctaI3Ag2 .carbon_ctaJN9Ox {
    transform: none;
}.scholar_ctaI3Ag2 .header_sitebarQBkwR h5 {
    transform: none;
}.scholar_ctaI3Ag2 .header_sitebarQBkwR h5::before {
    transform: none;
}.scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a,
    .scholar_ctaI3Ag2 .header_sitebarQBkwR .top_pagebartZVHe a:hover,
    .testimonialF0YZ2 .podcast_ctafDb3j {
    transform: none;
}}



@media (max-width: 768px) {.program_overviewtxjvr {
    padding: 60px 0;
}.program_overviewtxjvr .text_capsulemDL6v {
    padding: 30px;
    margin-bottom: 30px;
}.program_overviewtxjvr .text_capsulemDL6v h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.program_overviewtxjvr .img_coverWj2cl {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}



@media (max-width: 1024px) {.contact_form_boxRDmxZ .help_sectionXjyh1 {
    padding: 60px 30px;
}.contact_form_boxRDmxZ .feedback_boxCjMWc {
    padding: 80px 40px 80px 70px;
}
}



@media (max-width: 576px) {.contact_form_boxRDmxZ .help_sectionXjyh1,
    .contact_form_boxRDmxZ .feedback_boxCjMWc {
    padding: 40px 25px;
}.contact_form_boxRDmxZ .help_sectionXjyh1 h3,
    .contact_form_boxRDmxZ form h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.contact_form_boxRDmxZ .help_sectionXjyh1 div {
    margin-bottom: 20px;
}.contact_form_boxRDmxZ .feedback_linksCyXIt {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.leadership_experienceAtugp .client_feedbackvTwyF {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    padding: 3.5rem;
}.leadership_experienceAtugp .img_coverWj2cl {
    height: 200px;
    width: 200px;
    margin: 0;
}.leadership_experienceAtugp .name {
    text-align: left;
}.leadership_experienceAtugp .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.leadership_experienceAtugp .client_feedbackvTwyF:hover .name::after {
    transform: translateX(0) scaleX(1);
}.leadership_experienceAtugp .client_feedbackvTwyF div:nth-child(2) div {
    text-align: left;
}.leadership_experienceAtugp .client_feedbackvTwyF div:nth-child(3) {
    grid-column: span 2;
}.leadership_experienceAtugp .job_tableNUiAc {
    padding: 2rem 1rem 0.5rem;
}.leadership_experienceAtugp .job_tableNUiAc::before {
    left: 1rem;
    transform: translateX(0);
}
}



@media (min-width: 1200px) {.leadership_experienceAtugp .client_feedbackvTwyF {
    gap: 3.5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
}.leadership_experienceAtugp .img_coverWj2cl {
    width: 250px;
    height: 320px;
}.leadership_experienceAtugp .name {
    font-size: calc(23px * 1.2);
}.leadership_experienceAtugp .client_feedbackvTwyF div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(17px * 1.1);
}.leadership_experienceAtugp .job_tableNUiAc {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
    padding: 0 0 0 4rem;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_bark2YNI {
    padding: 0.8rem 0.8rem 1rem;
}header .page_headerkIZGM {
    padding: 0 0 0.6rem 0;
}header .page_headerkIZGM svg {
    width: 120px;
}header .header_sitebarQBkwR {
    padding-top: 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
}header .header_sitebarQBkwR::-webkit-scrollbar {
    height: 3px;
}header .header_sitebarQBkwR::-webkit-scrollbar-thumb {
    background: rgb(177,202,188);
    border-radius: 10px;
}header .top_primaryyRNlE {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}
}



@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}



@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}



@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes slideInBottom {
  0% {
    transform: translateY(40px) rotateX(3deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.15;
    transform: rotate(-15deg) scale(1.1);
  }
}



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



@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

