svg {
    height: 30px;
    width: 30px;
}

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(206,204,224), rgba(0, 0, 0, 0.5));
}

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


.service_infozyHrgi {
    overflow: hidden;
    padding: 70px 0;
    z-index: 1;
    position: relative;
    background: rgb(206,204,224);
}

.service_infozyHrgi::after {
    filter: blur(40px);
    bottom: 0;
    z-index: -1;
    height: 300px;
    position: absolute;
    width: 300px;
    content: "";
    background: radial-gradient(circle, rgb(166,161,206,0.5) 0%, transparent 70%);
    animation: moveGradient 15s ease-in-out infinite alternate;
    right: 0;
}

.service_infozyHrgi .send_infoygMKen::before {
    position: absolute;
    background: rgb(166,161,206,0.5);
    border-radius: 50%;
    opacity: 0.1;
    top: 20px;
    right: 20px;
    z-index: -1;
    content: "";
    height: 120px;
    width: 120px;
}

.service_infozyHrgi h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

.service_infozyHrgi p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
}

.service_infozyHrgi .course_askGH065s {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    font-size: 13px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 12px 20px;
}

.service_infozyHrgi .course_askGH065s:hover::before {
    width: 100%;
}

.service_infozyHrgi .course_askGH065s svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}

.service_infozyHrgi .course_askGH065s svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,161,206);
}

.service_infozyHrgi p svg path {
    fill: rgb(166,161,206);
}

.service_infozyHrgi p:nth-last-child(2) {
    align-items: center;
    background: rgb(206,204,224);
    width: fit-content;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 10px;
    display: flex;
}



.service_infozyHrgi .course_askGH065s:active {
    transform: scale(0.98);
}

.service_infozyHrgi h2 span {
    display: inline-block;
    position: relative;
    animation: waveText 2.5s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
}

.service_infozyHrgi p:nth-last-child(2):hover svg {
    animation: bounce 0.8s ease infinite;
}

.gratitudeBoxV08Q5r {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgb(166,161,206,0.5) 100%);
    position: relative;
    perspective: 1000px;
}

.gratitudeBoxV08Q5r::after {
    z-index: 0;
    animation: rotateGradient 15s infinite linear;
    content: "";
    height: 200%;
    top: -50%;
    right: -50%;
    width: 100%;
    background: radial-gradient(circle at center, rgb(166,161,206,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
}

.gratitudeBoxV08Q5r .expert_program6HUgjS {
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    border-left: 4px solid rgb(166,161,206);
    position: relative;
    gap: 2rem;
    transform: translateZ(30px);
    transform-style: preserve-3d;
}

.gratitudeBoxV08Q5r .expert_program6HUgjS > div:first-child::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(166,161,206) 0%, transparent 100%);
    width: 70%;
    left: 0;
    position: absolute;
    transform: translateZ(5px);
    content: "";
    height: 3px;
}

.gratitudeBoxV08Q5r h5 {
    margin-bottom: 1rem;
    transform: translateX(-5px);
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.gratitudeBoxV08Q5r p {
    color: #000000;
    padding-left: 1rem;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.7;
    max-width: 95%;
    font-size: 15px;
}

.gratitudeBoxV08Q5r a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}

.gratitudeBoxV08Q5r a:hover {
    transform: translateX(10px);
}

.gratitudeBoxV08Q5r a:hover p::before {
    transform: scaleY(1.1);
}

.greeting_page3WH2fr .expert_program6HUgjS {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1400px;
    gap: 2rem;
    padding: 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: grid;
}

.greeting_page3WH2fr h1 {
    font-size: 32px;
    position: relative;
    transform: translateY(0);
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.greeting_page3WH2fr h1::after {
    left: 0;
    transition: transform 0.5s ease;
    bottom: -10px;
    width: 80px;
    transform: scaleX(0.3);
    transform-origin: left;
    content: '';
    background: linear-gradient(90deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    position: absolute;
    height: 4px;
}

.greeting_page3WH2fr svg {
    height: 100px;
    width: 100px;
    filter: drop-shadow(0 4px 8px rgba(94, 170, 168, 0.3));
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-self: center;
}

.greeting_page3WH2fr .paragraph_boxrIPO9x:hover svg path {
    fill: rgb(117,138,179);
}

.greeting_page3WH2fr .learning_welcomegToD4M p {
    position: relative;
    transition: transform 0.4s ease;
    line-height: 1.6;
    color: #000000;
    transform: translateY(0);
    font-size: calc(16px * 1.1);
    text-align: center;
}

.greeting_page3WH2fr ul {
    margin: 1.5rem 0 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    display: flex;
}

.greeting_page3WH2fr ul li {
    opacity: 0;
    animation-delay: 0.6s;
    margin: 0;
    position: relative;
    animation: fadeInRight 0.8s ease-out forwards;
}

.greeting_page3WH2fr .support_linksnES2rU::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(117,138,179) 0%, rgb(166,161,206) 100%);
    height: 100%;
    left: -100%;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
    top: 0;
    content: '';
    width: 100%;
}

.greeting_page3WH2fr .support_linksnES2rU:hover {
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}

.greeting_page3WH2fr .pic_strip_wrap7Vomcr::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, rgb(166,161,206,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.4;
}

.greeting_page3WH2fr .pic_strip_wrap7Vomcr:hover {
    transform: translateZ(40px) rotateX(0deg);
}

.connect_formTiUox3 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: rgb(206,204,224);
}

.connect_formTiUox3::after {
    width: 70%;
    position: absolute;
    bottom: 0;
    content: "";
    height: 70%;
    opacity: 0.1;
    right: 0;
    background: linear-gradient(240deg, rgb(117,138,179,0.5) 0%, transparent 70%);
}

.connect_formTiUox3 h2 {
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 15px;
}

.connect_formTiUox3 .pic_strip_wrap7Vomcr {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
}

.connect_formTiUox3 .support_sectionMcYhO8 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}

.connect_formTiUox3 .support_sectionMcYhO8::before {
    background: linear-gradient(to bottom, rgb(166,161,206), rgb(117,138,179));
    position: absolute;
    left: 0;
    top: 40px;
    height: calc(100% - 80px);
    width: 5px;
    border-radius: 2.5px;
    content: "";
}

.connect_formTiUox3 form input[type="text"] {
    width: 100%;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    background: rgb(206,204,224);
    border: none;
    transition: all 0.3s ease;
}

.connect_formTiUox3 .request_cardW0a6FV input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect_formTiUox3 .request_cardW0a6FV label {
    font-size: 14px;
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}

.connect_formTiUox3 .request_cardW0a6FV input[type="checkbox"]:checked + label::before {
    border-color: rgb(166,161,206);
    background-color: rgb(166,161,206);
}

.connect_formTiUox3 .request_cardW0a6FV label a {
    color: rgb(166,161,206);
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect_formTiUox3 .request_cardW0a6FV label a:hover {
    color: rgb(117,138,179);
    text-decoration: underline;
}

.connect_formTiUox3 form .support_linksnES2rU::before {
    top: -10%;
    height: 120%;
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    transition: all 0.4s ease;
    left: -10%;
    content: "";
}

.connect_formTiUox3 form .support_linksnES2rU:hover {
    box-shadow: 0 8px 15px rgba(rgb(166,161,206), 0.3);
    transform: translateY(-2px);
}

.connect_formTiUox3 svg {
    fill: rgb(166,161,206);
    width: 22px;
    height: 22px;
}

.training_structurevJ85A4 {
    padding: 180px 0 140px;
    background: linear-gradient(115deg, rgb(206,204,224) 0%, rgb(166,161,206,0.5) 150%);
    overflow: visible;
    position: relative;
}

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

.training_structurevJ85A4 .paragraph_boxrIPO9x h2 {
    justify-content: center;
    z-index: 4;
    width: 300px;
    font-weight: 700;
    border-radius: 50%;
    top: -50px;
    background: linear-gradient(135deg, rgb(166,161,206,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    text-align: center;
    backdrop-filter: blur(10px);
    align-items: center;
    color: #ffffff;
    font-size: 37px;
    left: 15%;
    height: 300px;
    transform: translateX(-50%);
    display: flex;
    position: absolute;
    padding: 40px 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.training_structurevJ85A4 .paragraph_boxrIPO9x::after {
    width: 550px;
    height: 550px;
    opacity: 0.1;
    top: -160px;
    left: 15%;
    border: 1px dashed rgb(117,138,179,0.5);
    z-index: 1;
    position: absolute;
    animation: rotate-slow 80s linear infinite reverse;
    transform: translateX(-50%);
    border-radius: 50%;
    content: '';
}

.training_structurevJ85A4 .paragraph_boxrIPO9x h2::after {
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 350px;
    top: 50%;
    content: '';
    position: absolute;
    left: 50%;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.training_structurevJ85A4 .paragraph_boxrIPO9x p::after {
    border-radius: 10px;
    z-index: 5;
    content: '';
    width: 80px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    background: rgb(117,138,179);
    top: -40px;
    height: 80px;
    opacity: 0.1;
}

.training_structurevJ85A4 .expert_program6HUgjS::before {
    opacity: 0.05;
    background: rgb(166,161,206);
    position: absolute;
    left: 15%;
    width: 70px;
    content: '';
    transform: translate(-50%, -50%);
    height: 70px;
    border-radius: 50%;
    animation: pulse-subtle 10s infinite alternate;
    top: 50%;
    filter: blur(30px);
}

header::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
    content: "";
    opacity: 0.1;
}

header .nav_pagewrapKpYOS6 .site_headerrdWEVC {
    position: relative;
    z-index: 2;
    margin-right: 40px;
}

header .nav_pagewrapKpYOS6 .site_headerrdWEVC .top_barSxYLqi {
    padding: 5px;
    display: block;
    position: relative;
}

header .nav_pagewrapKpYOS6 .site_headerrdWEVC .top_barSxYLqi:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .nav_pagewrapKpYOS6 .site_headerrdWEVC .top_barSxYLqi svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}

header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 {
    margin: 0;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: flex;
}

header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S a {
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to bottom, transparent, transparent);
    padding: 12px 20px;
    display: block;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    position: relative;
    color: #000000;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S a::after {
    transform-origin: bottom center;
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(117,138,179,0.5), transparent);
}

header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

footer {
    position: relative;
}

footer::before {
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(166,161,206) 100%);
    top: 0;
    position: absolute;
    z-index: 1;
}

.study_bottomQwK70I .container {
    display: flex;
    flex-direction: column;
}

.study_bottomQwK70I .company_holder {
    order: 2;
    backdrop-filter: blur(10px);
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    background-size: 200% 200%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: shiftGradient 15s ease infinite;
    margin-top: 70px;
    border-radius: 12px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
}

.study_bottomQwK70I .footer_captionDY03MK {
    order: 1;
    position: relative;
}

.study_bottomQwK70I .header_startXWD0KJ {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
}

.study_bottomQwK70I .nav_beginYMlrH7:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.study_bottomQwK70I .nav_beginYMlrH7:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.study_bottomQwK70I .nav_beginYMlrH7:hover {
    transform: perspective(1000px) rotateY(0);
}

.study_bottomQwK70I .nav_beginYMlrH7 h5 {
    font-size: 22px;
    word-wrap: break-word;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.study_bottomQwK70I .nav_beginYMlrH7 .header_startXWD0KJ {
    margin: 0;
    gap: 12px;
    flex-direction: column;
    display: flex;
    padding: 0 10px;
}

.study_bottomQwK70I .nav_beginYMlrH7 .header_startXWD0KJ a::before {
    min-width: 6px;
    transition: all 0.3s ease;
    content: '';
    margin-right: 10px;
    flex-shrink: 0;
    transform: scale(0);
    opacity: 0;
    background: rgb(117,138,179);
    height: 6px;
    border-radius: 50%;
}

.study_bottomQwK70I .nav_beginYMlrH7 .header_startXWD0KJ a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.learn_nav6BG8Vo::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgb(117,138,179,0.5), transparent);
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
}



.study_bottomQwK70I .footer_captionDY03MK::before {
    bottom: -10%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    filter: blur(100px);
    width: 250px;
    content: '';
    left: -5%;
    height: 250px;
    z-index: -1;
    animation: pulse 10s infinite ease-in-out reverse;
    background: rgb(117,138,179);
}

.who_we_arezYAlOr {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.who_we_arezYAlOr::after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 50%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    animation: floatBackground 30s infinite alternate ease-in-out;
    opacity: 0.05;
    background: rgb(166,161,206,0.5);
    top: -10%;
}

.who_we_arezYAlOr h4::after {
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(117,138,179);
    bottom: 0;
    left: 50%;
    content: "";
    z-index: 2;
}

.who_we_arezYAlOr .paragraph_boxrIPO9x {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 40px;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-left: 5px solid rgb(117,138,179);
}

.who_we_arezYAlOr .paragraph_boxrIPO9x::after {
    content: "";
    left: 20px;
    border-left: 3px solid rgb(117,138,179,0.5);
    opacity: 0.5;
    border-bottom: 3px solid rgb(117,138,179,0.5);
    height: 60px;
    width: 60px;
    bottom: 20px;
    position: absolute;
}

.who_we_arezYAlOr h6::after {
    transition: transform 0.4s ease;
    height: 3px;
    width: 70%;
    bottom: -8px;
    background: rgb(117,138,179);
    transform: scaleX(0.7);
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
}

.statistics_information8qL9YT {
    position: relative;
    padding: 150px 0;
    background-color: rgb(206,204,224);
    overflow: hidden;
}

.statistics_information8qL9YT::after {
    width: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(166,161,206,0.5) 95%, rgb(166,161,206,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(166,161,206,0.5) 95%, rgb(166,161,206,0.5) 100%, transparent 100%);
    z-index: 1;
    height: 100%;
    left: 0;
}

.statistics_information8qL9YT h2::before,
.statistics_information8qL9YT h2::after {
    position: absolute;
    top: 50%;
    width: 60px;
    background: rgb(166,161,206);
    content: "";
    height: 2px;
    transform: translateY(-50%);
}

.statistics_information8qL9YT h2::before {
    right: calc(100% + 20px);
}

.statistics_information8qL9YT .key_classesA0PpTw {
    height: 150px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    z-index: 3;
    display: flex;
    width: 150px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.statistics_information8qL9YT .key_classesA0PpTw:hover::before {
    opacity: 1;
}

.statistics_information8qL9YT .key_classesA0PpTw:nth-child(1) {
    --rotation: 0deg;
}

.statistics_information8qL9YT .key_classesA0PpTw:nth-child(3) {
    --rotation: 72deg;
}

.statistics_information8qL9YT .key_classesA0PpTw:nth-child(5) {
    --rotation: 144deg;
}

.statistics_information8qL9YT .key_classesA0PpTw:nth-child(7) {
    --rotation: 216deg;
}

.statistics_information8qL9YT .key_classesA0PpTw:nth-child(9) {
    --rotation: 288deg;
}

.statistics_information8qL9YT .key_classesA0PpTw p {
    font-size: calc(29px * 1.1);
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: rgb(166,161,206);
    margin: 0 0 5px;
}

.statistics_information8qL9YT svg {
    width: 18px;
    transition: transform 0.3s ease;
    position: absolute;
    fill: rgb(117,138,179);
    right: 10px;
    opacity: 0.7;
    height: 18px;
    top: 10px;
}

.statistics_information8qL9YT ul.items-1 {
    justify-content: center;
}

.statistics_information8qL9YT ul.items-5,
.statistics_information8qL9YT ul.items-6 {
    max-width: 900px;
    margin: 0 auto;
}

.statistics_information8qL9YT ul.items-7,
.statistics_information8qL9YT ul.items-8,
.statistics_information8qL9YT ul.items-9,
.statistics_information8qL9YT ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

.mentorship_profileGAwMpV .learning_viewsUNLVGE {
    position: relative;
    display: grid;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: 45% 55%;
}

.mentorship_profileGAwMpV .pic_strip_wrap7Vomcr {
    height: 100%;
    min-height: 400px;
    z-index: 2;
    transition: filter 0.6s ease;
    filter: grayscale(60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
}

.mentorship_profileGAwMpV .learning_viewsUNLVGE:hover .pic_strip_wrap7Vomcr {
    filter: grayscale(0%);
}

.mentorship_profileGAwMpV .learning_viewsUNLVGE:hover .pic_strip_wrap7Vomcr::before {
    transform: scale(1);
    opacity: 0.8;
}

.mentorship_profileGAwMpV .work_expertiseA6E2NV {
    padding: 2rem 2rem 2rem 4rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    margin-left: -10%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.mentorship_profileGAwMpV .name {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateX(20px);
    line-height: 1.1;
    font-size: calc(37px * 1.2);
    letter-spacing: -1px;
    transition: all 0.4s ease;
    opacity: 0.9;
    color: rgb(166,161,206);
    margin-bottom: 0.8rem;
}

.mentorship_profileGAwMpV .learning_viewsUNLVGE:hover .work_expertiseA6E2NV > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.mentorship_profileGAwMpV .work_itemsS31CQh::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(166,161,206);
}

.mentorship_profileGAwMpV .learning_viewsUNLVGE:hover .work_itemsS31CQh {
    opacity: 1;
    transform: translateX(0);
}

.secure_retreatNIhsvn h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
    color: rgb(166,161,206);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.secure_retreatNIhsvn h3, .secure_retreatNIhsvn h4, .secure_retreatNIhsvn h5, .secure_retreatNIhsvn h6 {
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
}

.secure_retreatNIhsvn li {
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.5;
    padding-left: 25px;
}

.secure_retreatNIhsvn section {
    border-radius: 27px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #ffffff;
}

.tariff_packageleQGk3 {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: #ffffff;
}

.tariff_packageleQGk3::before {
    top: -150px;
    height: 400px;
    z-index: 1;
    filter: blur(30px);
    position: absolute;
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(166,161,206,0.5), transparent);
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    width: 400px;
}

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

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

.tariff_packageleQGk3 .value_dealssDYkGI {
    line-height: 1.6;
    margin: 1.5rem auto 0;
    max-width: 700px;
    font-size: 12px;
    color: #000000;
}

.tariff_packageleQGk3 .learning_costnWDwTF {
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff_packageleQGk3 .price_schemesa0IzpD:nth-child(2) {
    animation-delay: 0.5s;
}

.tariff_packageleQGk3 .price_schemesa0IzpD:nth-child(3) {
    animation-delay: 0.6s;
}

.tariff_packageleQGk3 .price_schemesa0IzpD:nth-child(4) {
    animation-delay: 0.7s;
}

.tariff_packageleQGk3 .annual_feeZro5Kn {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tariff_packageleQGk3 .price_schemesa0IzpD:hover .price_gridKHM8Yz h3 {
    color: rgb(166,161,206);
}

.tariff_packageleQGk3 .pricing_rates7gYF3d {
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: calc(18px + 4px);
    font-weight: 700;
    color: rgb(166,161,206);
}

.tariff_packageleQGk3 .price_schemesa0IzpD:hover .pricing_rates7gYF3d::after {
    width: 80px;
}

.tariff_packageleQGk3 .pic_strip_wrap7Vomcr {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    height: 200px;
}

.tariff_packageleQGk3 .pic_strip_wrap7Vomcr::after {
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    top: 0;
    right: 0;
}

.course_fit_forbSH2Xy::before {
    left: -30%;
    z-index: 1;
    content: "";
    width: 80%;
    top: -50%;
    height: 200%;
    transform: rotate(-30deg);
    opacity: 0.08;
    background: rgb(166,161,206,0.5);
    position: absolute;
}

.course_fit_forbSH2Xy .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
}

.course_fit_forbSH2Xy h4::before {
    content: "";
    top: 0;
    left: -100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(166,161,206,0.5), transparent);
    animation: shimmer 3s infinite;
    position: absolute;
    width: 100%;
}



.course_fit_forbSH2Xy div > div {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.course_fit_forbSH2Xy p {
    display: flex;
    margin: 0;
    min-height: 100px;
    align-items: center;
    background: #ffffff;
    transform-style: preserve-3d;
    width: calc(33.333% - 20px);
    color: #000000;
    padding: 0;
    font-size: 18px;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.course_fit_forbSH2Xy p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course_fit_forbSH2Xy p:hover::before {
    opacity: 1;
}

.course_fit_forbSH2Xy p svg {
    flex-shrink: 0;
    position: relative;
    margin: 0 15px;
    transition: all 0.3s ease;
    z-index: 2;
    width: 40px;
    padding: 8px;
    background: #ffffff;
    border-radius: 50%;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course_fit_forbSH2Xy p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}

.course_fit_forbSH2Xy p:nth-child(even) {
    transform: translateZ(20px);
}

.course_fit_forbSH2Xy p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(117,138,179,0.5);
}

.course_fit_forbSH2Xy p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}

.course_fit_forbSH2Xy p:nth-child(3n+2)::after {
    background: rgb(117,138,179);
}



.course_fit_forbSH2Xy .expert_program6HUgjS > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}

.course_fit_forbSH2Xy .expert_program6HUgjS > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.course_fit_forbSH2Xy .expert_program6HUgjS > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.course_fit_forbSH2Xy .expert_program6HUgjS > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.course_fit_forbSH2Xy p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(117,138,179,0.5);
}


.track_ack1Kofys {
    padding: 20px 5%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(117,138,179) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(166,161,206,0.5);
}

.cookie_overviewOA42jy svg, .cookie_overviewOA42jy svg path {
    height: 60px;
    fill: rgb(166,161,206);
    transition: transform 0.3s ease;
    width: 60px;
}

.web_trackingRxsECI {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}

.web_trackingRxsECI p {
    margin-bottom: 0;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(166,161,206,0.5);
}

.user_dialognofYyQ:hover {
    box-shadow: 0 0 20px rgb(117,138,179,0.5);
    background: rgb(117,138,179);
}

.cookieDisclosurePanelBvrbQZ p a {
    color: rgb(166,161,206);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.cookieDisclosurePanelBvrbQZ p a:hover {
    color: rgb(117,138,179);
}

#cookiePopupMessageGjgCuY {
    display: none;
}


.program_structuregxbvPh {
    position: relative;
    min-height: 100vh;
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
    align-items: stretch;
}

.program_structuregxbvPh .future_skillsMmN70L {
    right: 0;
    top: 0;
    width: 55%;
    position: absolute;
    z-index: 1;
    height: 100%;
}

.program_structuregxbvPh .lesson_mapVYB32a {
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    height: 500%;
    flex-direction: column;
    display: flex;
}

.program_structuregxbvPh .knowledge_route8aeVgQ::before {
    width: 100%;
    content: '';
    left: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    height: 100%;
}

.program_structuregxbvPh .knowledge_route8aeVgQ:hover img {
    transform: scale(1.1);
}

.program_structuregxbvPh .expert_program6HUgjS {
    justify-content: center;
    width: 45%;
    padding-left: 8%;
    flex-direction: column;
    display: flex;
}

.program_structuregxbvPh .new_study4gmtcv::before {
    border-left: none;
    pointer-events: none;
    border: 1px solid rgb(117,138,179,0.5);
    left: 20px;
    right: 20px;
    content: '';
    bottom: 20px;
    position: absolute;
    border-radius: 0 10px 10px 0;
    top: 20px;
}

.program_structuregxbvPh .new_study4gmtcv h3 {
    padding-bottom: 15px;
    color: rgb(166,161,206);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 42px;
    position: relative;
}

.program_structuregxbvPh .new_study4gmtcv p {
    margin-bottom: 2.5rem;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

.program_structuregxbvPh .new_study4gmtcv .support_linksnES2rU::before {
    content: '';
    background: linear-gradient(45deg, rgb(117,138,179) 0%, rgb(166,161,206) 100%);
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
}

.program_structuregxbvPh .new_study4gmtcv .support_linksnES2rU:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


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



@media (max-width: 767px) {.service_infozyHrgi {
    padding: 40px 0;
}.service_infozyHrgi .send_infoygMKen {
    padding: 30px 20px;
}.service_infozyHrgi h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.85);
}.service_infozyHrgi p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.service_infozyHrgi .get_contactpanel62LNWT {
    flex-direction: column;
    gap: 10px;
}.service_infozyHrgi .course_askGH065s {
    padding: 10px 15px;
    width: 100%;
}.service_infozyHrgi .send_infoygMKen::before {
    width: 80px;
    height: 80px;
}}



@media (max-width: 576px) {.gratitudeBoxV08Q5r {
    padding: 2.5rem 0;
}.gratitudeBoxV08Q5r .expert_program6HUgjS {
    gap: 1.2rem;
    padding: 1.5rem;
    margin: 0 1rem;
}.gratitudeBoxV08Q5r h5 {
    font-size: calc(18px - 0.3rem);
}.gratitudeBoxV08Q5r h5::before {
    height: 12px;
    left: -15px;
    width: 12px;
}.gratitudeBoxV08Q5r p {
    padding-left: 0.7rem;
}.gratitudeBoxV08Q5r a:hover {
    transform: translateX(5px);
}}



@media (min-width: 992px) {.greeting_page3WH2fr .expert_program6HUgjS {
    gap: 4rem;
}.greeting_page3WH2fr .paragraph_boxrIPO9x {
    padding: 4rem;
}.greeting_page3WH2fr .pic_strip_wrap7Vomcr {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    height: 600px;
}.greeting_page3WH2fr h1 {
    font-size: calc(32px * 1.2);
}.greeting_page3WH2fr .learning_welcomegToD4M p {
    font-size: calc(16px * 1.2);
}.greeting_page3WH2fr svg {
    width: 140px;
    height: 140px;
}
}



@media (max-width: 767px) {.greeting_page3WH2fr {
    padding: 4rem 0;
    min-height: auto;
}.greeting_page3WH2fr .expert_program6HUgjS {
    padding: 1.5rem;
}.greeting_page3WH2fr .paragraph_boxrIPO9x {
    padding: 2rem;
}.greeting_page3WH2fr h1 {
    font-size: calc(32px * 0.9);
}.greeting_page3WH2fr .learning_welcomegToD4M p {
    font-size: 16px;
}.greeting_page3WH2fr svg {
    height: 90px;
    width: 90px;
}.greeting_page3WH2fr .support_linksnES2rU {
    padding: 0.8rem 1.6rem;
}
}



@media screen and (max-width: 1024px) {.connect_formTiUox3 .support_sectionMcYhO8 {
    padding: 50px 40px;
}
}



@media screen and (max-width: 991px) {.connect_formTiUox3 .pic_strip_wrap7Vomcr {
    min-height: 300px;
    flex: 0 0 100%;
}.connect_formTiUox3 .support_sectionMcYhO8 {
    flex: 0 0 100%;
}.connect_formTiUox3 .support_sectionMcYhO8::before {
    background: linear-gradient(to right, rgb(166,161,206), rgb(117,138,179));
    width: calc(100% - 80px);
    top: 0;
    left: 40px;
    height: 5px;
}.connect_formTiUox3 form {
    padding-left: 0;
    padding-top: 25px;
}
}


@media screen and (max-width: 1200px) {.training_structurevJ85A4 .paragraph_boxrIPO9x h2 {
    padding: 35px 40px;
    width: 280px;
    left: 20%;
    height: 280px;
}.training_structurevJ85A4 .paragraph_boxrIPO9x p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.training_structurevJ85A4 .paragraph_boxrIPO9x::before {
    height: 400px;
    width: 400px;
    left: 20%;
    top: -95px;
}.training_structurevJ85A4 .paragraph_boxrIPO9x::after {
    height: 500px;
    top: -145px;
    width: 500px;
    left: 20%;
}.training_structurevJ85A4 .expert_program6HUgjS::before {
    left: 20%;
}
}



@media screen and (max-width: 768px) {.training_structurevJ85A4 {
    padding: 130px 0 100px;
    overflow: hidden;
}.training_structurevJ85A4 .paragraph_boxrIPO9x {
    flex-direction: column;
    align-items: center;
}.training_structurevJ85A4 .paragraph_boxrIPO9x h2 {
    position: relative;
    top: 0;
    padding: 30px;
    font-size: calc(37px * 0.9);
    height: auto;
    border-radius: 22px;
    transform: none;
    margin-bottom: 20px;
    left: 0;
    width: 90%;
}.training_structurevJ85A4 .paragraph_boxrIPO9x p {
    padding: 30px;
    margin-left: 0;
    width: 90%;
}.training_structurevJ85A4 .paragraph_boxrIPO9x::before,
    .training_structurevJ85A4 .paragraph_boxrIPO9x::after,
    .training_structurevJ85A4::after,
    .training_structurevJ85A4 .expert_program6HUgjS::before,
    .training_structurevJ85A4 .expert_program6HUgjS::after,
    .training_structurevJ85A4 .paragraph_boxrIPO9x p::after,
    .training_structurevJ85A4 .paragraph_boxrIPO9x h2::before,
    .training_structurevJ85A4 .paragraph_boxrIPO9x h2::after {
    display: none;
}
}



@media (max-width: 992px) {header .nav_pagewrapKpYOS6 {
    flex-direction: column;
    padding: 15px;
}header .nav_pagewrapKpYOS6 .site_headerrdWEVC {
    margin: 0 0 15px 0;
}header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 {
    width: 100%;
    perspective: none;
    justify-content: center;
    flex-wrap: wrap;
}header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S a {
    font-size: calc(18px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S:hover a {
    transform: none;
}header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S a::before,
    header .nav_pagewrapKpYOS6 .nav_beginYMlrH7 .main_startjpFb7S a::after {
    display: none;
}
}



@media (max-width: 576px) {.study_bottomQwK70I {
    padding: 40px 0 20px;
}.study_bottomQwK70I .company_holder h3 {
    font-size: calc(30px * 0.8);
}.study_bottomQwK70I .nav_beginYMlrH7 h5 {
    font-size: calc(22px * 0.9);
}}



@media (min-width: 992px) {.who_we_arezYAlOr {
    padding: 180px 0 120px;
}.who_we_arezYAlOr .paragraph_boxrIPO9x {
    max-width: 85%;
    padding: 60px 70px;
}.who_we_arezYAlOr h4 {
    font-size: 42px;
}.who_we_arezYAlOr h6 {
    font-size: 28px;
}.who_we_arezYAlOr span {
    font-size: calc(13px + 1px);
}
}



@media (max-width: 1200px) {.statistics_information8qL9YT .key_classesA0PpTw {
    width: 130px;
    height: 130px;
}.statistics_information8qL9YT .key_classesA0PpTw p {
    font-size: 29px;
}.statistics_information8qL9YT h2::before,
    .statistics_information8qL9YT h2::after {
    width: 40px;
}
}



@media (max-width: 768px) {.statistics_information8qL9YT {
    padding: 80px 0;
}.statistics_information8qL9YT h2 {
    margin-bottom: 50px;
}.statistics_information8qL9YT h2::before,
    .statistics_information8qL9YT h2::after {
    display: none;
}.statistics_information8qL9YT .key_classesA0PpTw {
    border-radius: 10px;
}.statistics_information8qL9YT .key_classesA0PpTw::before {
    border-radius: 10px;
}
}



@media (max-width: 375px) {.statistics_information8qL9YT .key_classesA0PpTw {
    max-width: 150px;
    width: 100%;
}}



@media (max-width: 768px) {.mentorship_profileGAwMpV .learning_viewsUNLVGE {
    grid-template-columns: 1fr;
}.mentorship_profileGAwMpV .pic_strip_wrap7Vomcr {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.mentorship_profileGAwMpV .work_expertiseA6E2NV {
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
    padding: 3rem 2rem 2rem;
}}



@media (min-width: 992px) {.tariff_packageleQGk3 .program_fees8qlQnP {
    flex-direction: row-reverse;
}.tariff_packageleQGk3 .deal_optszKAOyo {
    display: flex;
    justify-content: center;
    padding-right: 3rem;
    text-align: left;
    width: 35%;
    flex-direction: column;
}.tariff_packageleQGk3 .deal_optszKAOyo h2 {
    text-align: left;
}.tariff_packageleQGk3 .deal_optszKAOyo h2::after {
    left: 0;
    transform: none;
}.tariff_packageleQGk3 .value_dealssDYkGI {
    margin: 1.5rem 0 0;
}.tariff_packageleQGk3 .learning_costnWDwTF {
    gap: 2rem;
    margin-top: 0;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.tariff_packageleQGk3 {
    padding: 4rem 0;
}.tariff_packageleQGk3 .price_gridKHM8Yz {
    padding: 2rem 1.5rem;
}.tariff_packageleQGk3 .pic_strip_wrap7Vomcr {
    height: 180px;
}
}



@media (hover: none) {.tariff_packageleQGk3 .price_schemesa0IzpD:hover {
    transform: none;
}.tariff_packageleQGk3 .price_schemesa0IzpD:hover .annual_feeZro5Kn {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.tariff_packageleQGk3 .price_schemesa0IzpD:hover .pic_strip_wrap7Vomcr::after {
    opacity: 0;
}.tariff_packageleQGk3 .price_schemesa0IzpD:hover .pricing_rates7gYF3d::after {
    width: 40px;
}}



@media (max-width: 768px) {.course_fit_forbSH2Xy {
    padding: 80px 0;
}.course_fit_forbSH2Xy h4 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.course_fit_forbSH2Xy div > div {
    gap: 20px;
}.course_fit_forbSH2Xy p {
    width: 100%;
    min-height: 80px;
}.course_fit_forbSH2Xy p svg {
    height: 32px;
    width: 32px;
    margin: 0 10px;
    padding: 6px;
}.course_fit_forbSH2Xy p span {
    padding: 15px 15px 15px 0;
}
}



@media (max-width: 576px) {.course_fit_forbSH2Xy {
    padding: 60px 0;
}.course_fit_forbSH2Xy h4 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.course_fit_forbSH2Xy h4::after {
    width: 60px;
    height: 2px;
}.course_fit_forbSH2Xy div > div {
    gap: 15px;
}.course_fit_forbSH2Xy p {
    font-size: calc(18px * 0.9);
    min-height: 70px;
}.course_fit_forbSH2Xy p svg {
    height: 28px;
    margin: 0 8px;
    width: 28px;
    padding: 5px;
}.course_fit_forbSH2Xy p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(166,161,206,0.5);
}.course_fit_forbSH2Xy p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(117,138,179,0.5);
}.course_fit_forbSH2Xy p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(166,161,206,0.5);
}.course_fit_forbSH2Xy p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(117,138,179,0.5);
}}



@media screen and (min-width: 1440px) {.program_structuregxbvPh .expert_program6HUgjS {
    padding-left: 10%;
}.program_structuregxbvPh .new_study4gmtcv {
    max-width: 650px;
}
}



@media screen and (max-width: 992px) {.program_structuregxbvPh {
    flex-direction: column;
    min-height: auto;
}.program_structuregxbvPh .future_skillsMmN70L {
    position: relative;
    width: 100%;
    height: 400px;
}.program_structuregxbvPh .lesson_mapVYB32a {
    width: 500%;
    flex-direction: row;
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
}.program_structuregxbvPh .knowledge_route8aeVgQ {
    height: 100%;
    width: 20%;
}.program_structuregxbvPh .knowledge_route8aeVgQ::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program_structuregxbvPh .container {
    padding: 3rem 1rem;
}.program_structuregxbvPh .expert_program6HUgjS {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 0;
    width: 100%;
}.program_structuregxbvPh .new_study4gmtcv {
    border-radius: 11px;
    border-top: 5px solid rgb(166,161,206);
    border-left: none;
    max-width: 100%;
}.program_structuregxbvPh .new_study4gmtcv::before {
    right: 20px;
    left: 20px;
    border-top: none;
    bottom: 20px;
    top: 20px;
    border: 1px solid rgb(117,138,179,0.5);
    border-radius: 10px;
}
}

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



@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}



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



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

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



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



@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

