* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.slack_inviteRdj {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1207px;
}.main_headPcr {
    flex: 1 0 auto;
}.container-wrapZLv {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet_usVxe {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.meet_usVxe::before {
    content: '';
    bottom: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 100%);
    left: 0;
}.meet_usVxe .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.meet_usVxe h2 {
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    color: #ffffff;
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    font-size: 29px;
}.meet_usVxe h2::after {
    content: '';
    transform: scaleX(0);
    width: 80px;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    bottom: -15px;
    background: rgb(202,176,217);
}.meet_usVxe .content_holderWkf {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    border-left: 3px solid rgb(202,176,217);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
}.meet_usVxe .content_holderWkf::before {
    border-right: 2px solid rgb(168,138,193);
    opacity: 0.6;
    content: '';
    right: -5px;
    top: -5px;
    position: absolute;
    height: 100px;
    border-top: 2px solid rgb(168,138,193);
    width: 100px;
}.meet_usVxe .content_holderWkf::after {
    border-bottom: 2px solid rgb(168,138,193);
    width: 100px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    opacity: 0.6;
    content: '';
    height: 100px;
    border-left: 2px solid rgb(168,138,193);
}.meet_usVxe .content_holderWkf > div {
    display: grid;
    grid-template-columns: 1fr;
}.meet_usVxe .content_holderWkf p {
    font-size: calc(14px * 1.5);
    font-weight: 700;
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    color: rgb(202,176,217);
}.meet_usVxe .content_holderWkf p::after {
    transform: scaleX(0);
    content: '';
    height: 2px;
    width: 40px;
    bottom: -10px;
    position: absolute;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: rgb(202,176,217);
    transform-origin: left;
    left: 0;
}.meet_usVxe .content_holderWkf div > div {
    opacity: 0;
    position: relative;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
    padding-left: 20px;
    transform: translateY(10px);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    font-size: 14px;
}.meet_usVxe .content_holderWkf div > div::before {
    width: 3px;
    transform-origin: top;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    left: 0;
    transform: scaleY(0);
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(202,176,217), transparent);
    position: absolute;
    content: '';
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.meet_usVxe {
    padding: 150px 0 130px;
}.meet_usVxe h2 {
    margin-bottom: 80px;
    font-size: calc(29px * 1.2);
}.meet_usVxe h2::after {
    width: 120px;
    bottom: -20px;
}.meet_usVxe .content_holderWkf {
    padding: 60px;
    margin-left: 40px;
}.meet_usVxe .content_holderWkf > div {
    align-items: flex-start;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}.meet_usVxe .content_holderWkf p {
    padding-right: 20px;
    font-size: calc(14px * 2);
    margin-bottom: 0;
}.meet_usVxe .content_holderWkf p::after {
    display: none;
}.meet_usVxe .content_holderWkf div > div {
    position: relative;
    padding-left: 0;
    border-left: none;
}.meet_usVxe .content_holderWkf div > div::before {
    left: -20px;
    width: 2px;
}
}

@media (min-width: 992px) {.meet_usVxe {
    padding: 180px 0 160px;
}.meet_usVxe::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.4) 100%);
}.meet_usVxe .container {
    padding: 0 40px;
}.meet_usVxe h2 {
    margin-bottom: 100px;
    transform: translateX(-20px);
    font-size: calc(29px * 1.5);
}.meet_usVxe h2::after {
    width: 150px;
    height: 4px;
}.meet_usVxe .content_holderWkf {
    margin-left: 80px;
    transform: translateY(30px);
    padding: 80px;
    margin-right: 80px;
}.meet_usVxe .content_holderWkf::before,
    .meet_usVxe .content_holderWkf::after {
    height: 150px;
    width: 150px;
}.meet_usVxe .content_holderWkf > div {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.meet_usVxe .content_holderWkf p {
    font-size: calc(14px * 2.5);
}.meet_usVxe .content_holderWkf div > div {
    transform: translateY(15px);
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.meet_usVxe .content_holderWkf {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.meet_usVxe .content_holderWkf:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_usVxe .content_holderWkf > div {
    grid-template-columns: 1fr 4fr;
}
}

@media (max-width: 767px) {.meet_usVxe {
    padding: 80px 0 60px;
}.meet_usVxe h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.meet_usVxe .content_holderWkf {
    margin: 0 10px;
    padding: 30px 20px;
}.meet_usVxe .content_holderWkf::before,
    .meet_usVxe .content_holderWkf::after {
    width: 60px;
    height: 60px;
}.meet_usVxe .content_holderWkf div > div {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding-top: 15px;
}}.program_resultswly {
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.program_resultswly::before {
    background: linear-gradient(45deg, rgb(202,176,217,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    content: "";
}.program_resultswly .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.program_resultswly .why_missionAvp {
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.program_resultswly .content_holderWkf {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.92);
    transform: translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(202,176,217);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program_resultswly .content_holderWkf:hover {
    transform: translateZ(50px) translateY(-5px);
}.program_resultswly h4 {
    color: #000000;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease-out;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    transform: translateX(0);
    font-weight: 700;
}.program_resultswly h4::after {
    transition: width 0.4s ease-in-out;
    left: 0;
    bottom: 0;
    background: rgb(202,176,217);
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
}.program_resultswly .content_holderWkf:hover h4::after {
    width: 120px;
}.program_resultswly .content_holderWkf > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.program_resultswly ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_resultswly li {
    transform: translateX(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    margin-bottom: 1.2rem;
    opacity: 0.9;
}.program_resultswly li:hover {
    opacity: 1;
    transform: translateX(8px);
}.program_resultswly li p {
    align-items: flex-start;
    gap: 1rem;
    display: flex;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.program_resultswly li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.program_resultswly li p span:last-child {
    z-index: 1;
    position: relative;
}.program_resultswly li p span:last-child::before {
    content: "";
    bottom: -2px;
    transition: width 0.4s ease;
    background: rgb(168,138,193);
    position: absolute;
    width: 0;
    z-index: -1;
    left: 0;
    height: 2px;
}.program_resultswly li:hover p span:last-child::before {
    width: 100%;
}.program_resultswly svg {
    height: 24px;
    fill: none;
    transition: transform 0.3s ease;
    width: 24px;
}.program_resultswly li:hover svg {
    transform: rotate(-10deg) scale(1.1);
}.program_resultswly svg path {
    fill: rgb(202,176,217);
    transition: fill 0.3s ease;
}.program_resultswly li:hover svg path {
    fill: rgb(168,138,193);
}.program_resultswly .thumbUrq {
    width: 100%;
    object-fit: cover;
    transform: translateZ(20px) rotate(-1deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    filter: saturate(1.1) contrast(1.05);
    border-radius: 11px;
}.program_resultswly .thumbUrq:hover {
    transform: translateZ(40px) rotate(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {.program_resultswly {
    padding: 8rem 0;
}.program_resultswly .why_missionAvp {
    gap: 4rem;
    grid-template-columns: 3fr 2fr;
    align-items: center;
}.program_resultswly .content_holderWkf > div {
    gap: 2rem;
    flex-direction: row;
}.program_resultswly h4 {
    font-size: calc(18px * 1.1);
}.program_resultswly li p {
    font-size: calc(16px * 1.05);
}.program_resultswly .thumbUrq {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.program_resultswly {
    padding: 10rem 0;
}.program_resultswly .why_missionAvp {
    transform: perspective(1200px) rotateX(3deg);
}.program_resultswly .content_holderWkf {
    padding: 3rem;
}.program_resultswly h4 {
    margin-bottom: 2.5rem;
    font-size: calc(18px * 1.2);
}.program_resultswly .thumbUrq {
    max-height: 600px;
}
}

@media (max-width: 767px) {.program_resultswly {
    padding: 4rem 0;
}.program_resultswly .why_missionAvp {
    transform: perspective(800px) rotateX(1deg);
}.program_resultswly .content_holderWkf {
    padding: 1.8rem;
}.program_resultswly h4 {
    font-size: calc(18px * 0.95);
    margin-bottom: 1.5rem;
}.program_resultswly li {
    margin-bottom: 1rem;
}.program_resultswly li p {
    font-size: calc(16px * 0.95);
    line-height: 1.5;
    gap: 0.7rem;
}.program_resultswly svg {
    height: 20px;
    width: 20px;
}.program_resultswly .thumbUrq {
    max-height: 300px;
}
}

@media (max-width: 480px) {.program_resultswly {
    padding: 3rem 0;
}.program_resultswly .why_missionAvp {
    transform: none;
}.program_resultswly .content_holderWkf {
    padding: 1.5rem;
}.program_resultswly h4 {
    padding-bottom: 0.8rem;
    font-size: calc(18px * 0.9);
}.program_resultswly li p {
    font-size: calc(16px * 0.9);
    line-height: 1.4;
}.program_resultswly svg {
    height: 18px;
    width: 18px;
}}.course_candidateslmt {
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0;
    position: relative;
}.course_candidateslmt::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0, transparent 80px);
    top: 0;
    left: 0;
}.course_candidateslmt .container {
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.course_candidateslmt .why_missionAvp {
    position: relative;
}.course_candidateslmt h4 {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 46px;
    margin-bottom: 80px;
    font-weight: 400;
}.course_candidateslmt h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    content: "";
    height: 2px;
    bottom: -20px;
    background: rgb(202,176,217);
    position: absolute;
}.course_candidateslmt div > div {
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 20px;
}.course_candidateslmt p {
    color: #000000;
    margin: 0;
    font-size: 12px;
    text-align: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    transition: all 0.5s ease;
    display: flex;
}.course_candidateslmt p::before {
    position: absolute;
    background: rgb(228,215,237);
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    border-radius: 50%;
    z-index: -1;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.course_candidateslmt p:hover::before {
    height: 200%;
    width: 170%;
}.course_candidateslmt p svg {
    padding: 10px;
    border: 1px solid rgb(202,176,217,0.5);
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
}.course_candidateslmt p svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,176,217);
}.course_candidateslmt p:hover svg {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.course_candidateslmt p:hover svg path {
    fill: rgb(168,138,193);
}.course_candidateslmt p span {
    padding-top: 10px;
    position: relative;
}.course_candidateslmt p span::before {
    width: 0;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
    left: 50%;
    background: rgb(202,176,217);
    position: absolute;
    transform: translateX(-50%);
    top: 0;
}.course_candidateslmt p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.course_candidateslmt p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.course_candidateslmt p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.course_candidateslmt .why_missionAvp > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}.course_candidateslmt .why_missionAvp > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidateslmt .why_missionAvp > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course_candidateslmt .why_missionAvp > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course_candidateslmt .why_missionAvp > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course_candidateslmt .why_missionAvp > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course_candidateslmt .why_missionAvp > div p:nth-child(6) {
    animation-delay: 0.6s;
}.course_candidateslmt::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(202,176,217,0.5), 
        rgb(168,138,193,0.5), 
        transparent);
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
}

@media (max-width: 991px) {.course_candidateslmt {
    padding: 100px 0;
}.course_candidateslmt h4 {
    font-size: calc(46px * 0.9);
    margin-bottom: 60px;
}.course_candidateslmt div > div {
    gap: 30px 20px;
}.course_candidateslmt p {
    flex: 0 0 calc(50% - 20px);
}.course_candidateslmt p svg {
    width: 45px;
    margin-bottom: 12px;
    height: 45px;
}
}

@media (max-width: 768px) {.course_candidateslmt {
    padding: 80px 0;
}.course_candidateslmt h4 {
    margin-bottom: 50px;
    font-size: calc(46px * 0.8);
}.course_candidateslmt h4::after {
    width: 40px;
    bottom: -15px;
}.course_candidateslmt div > div {
    gap: 40px 0;
}.course_candidateslmt p {
    flex: 0 0 100%;
}.course_candidateslmt p:nth-child(odd),
    .course_candidateslmt p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.course_candidateslmt {
    padding: 60px 0;
}.course_candidateslmt h4 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.7);
}.course_candidateslmt h4::after {
    width: 30px;
    bottom: -12px;
}.course_candidateslmt div > div {
    gap: 30px 0;
}.course_candidateslmt p svg {
    margin-bottom: 10px;
    width: 40px;
    padding: 8px;
    height: 40px;
}.course_candidateslmt p {
    font-size: calc(12px * 0.9);
}}.gratContentUqs {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(202,176,217,0.5) 100%);
}.gratContentUqs::before {
    top: -10%;
    position: absolute;
    height: 25rem;
    opacity: 0.07;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
    filter: blur(8px);
    background: linear-gradient(225deg, rgb(202,176,217) 0%, transparent 70%);
    width: 25rem;
}.gratContentUqs::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 1;
    opacity: 0.09;
    background: linear-gradient(45deg, rgb(168,138,193) 0%, transparent 70%);
    width: 20rem;
    content: "";
    transform: rotate(15deg);
    filter: blur(8px);
    height: 20rem;
    bottom: -5%;
    position: absolute;
    left: -5%;
}.gratContentUqs .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.gratContentUqs .why_missionAvp {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center bottom;
    border-left: 4px solid rgb(202,176,217);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    flex-direction: column;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.gratContentUqs .why_missionAvp:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.gratContentUqs .why_missionAvp > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.gratContentUqs .why_missionAvp > div:first-child::after {
    width: 4rem;
    transition: width 0.4s ease-out;
    content: "";
    height: 3px;
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(to right, rgb(202,176,217), rgb(168,138,193));
    left: 0;
    bottom: -0.75rem;
}.gratContentUqs .why_missionAvp:hover > div:first-child::after {
    width: 8rem;
}.gratContentUqs h5 {
    font-size: 24px;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}.gratContentUqs a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}.gratContentUqs a:hover {
    transform: translateY(-3px);
}.gratContentUqs a::before {
    bottom: 0;
    opacity: 0;
    background: linear-gradient(to top left, rgb(202,176,217,0.5) 0%, transparent 100%);
    content: "";
    z-index: 0;
    position: absolute;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform: translateY(100%);
    right: 0;
    height: 100%;
    width: 100%;
}.gratContentUqs a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.gratContentUqs p {
    color: #000000;
    font-size: 18px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    z-index: 1;
}

@media (min-width: 768px) {.gratContentUqs {
    padding: 6rem 0;
}.gratContentUqs .why_missionAvp {
    padding: 4rem;
    border-left: 6px solid rgb(202,176,217);
}.gratContentUqs .why_missionAvp > div:first-child {
    margin-bottom: 2rem;
}.gratContentUqs .why_missionAvp > div:first-child::after {
    width: 6rem;
    height: 4px;
}.gratContentUqs .why_missionAvp:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.gratContentUqs .why_missionAvp {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.gratContentUqs .why_missionAvp:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.gratContentUqs h5 {
    font-size: calc(24px * 1.1);
}.gratContentUqs p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.gratContentUqs {
    padding: 3rem 0;
}.gratContentUqs .why_missionAvp {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.gratContentUqs h5 {
    font-size: calc(24px * 0.9);
}.gratContentUqs p {
    font-size: calc(18px * 0.95);
}.gratContentUqs .why_missionAvp > div:first-child::after {
    width: 3rem;
}.gratContentUqs .why_missionAvp:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.gratContentUqs {
    padding: 2.5rem 0;
}.gratContentUqs .why_missionAvp {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.gratContentUqs h5 {
    font-size: calc(24px * 0.85);
}.gratContentUqs p {
    font-size: calc(18px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}footer .slack_inviteRdj {
    padding: 100px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    position: relative;
}footer .slack_inviteRdj::before {
    top: 0;
    width: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    content: "";
}footer .diploma_ctaipX {
    z-index: 1;
    position: relative;
}footer .contact_linksVar {
    display: grid;
    margin: -70px auto 60px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
}footer .info_item {
    background-color: #ffffff;
    transition: all 0.3s ease;
    padding: 0 20px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    background-color: rgb(202,176,217);
    position: absolute;
    left: 0;
    content: "";
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    height: 50%;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(202,176,217);
    width: 22px;
    position: relative;
    z-index: 1;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
    position: relative;
    font-size: 16px;
}footer .info_item a:hover {
    color: rgb(202,176,217);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .nav_learningDWT, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 11px;
}footer .nav_learningDWT:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_wrapFbG {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .nav_learningDWT svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .rating_starsnUt {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .header_wrapFbG h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    grid-column: 1 / -1;
}footer .header_wrapFbG h5::after {
    background-color: rgb(202,176,217);
    bottom: 0;
    height: 2px;
    left: 0;
    width: 50px;
    content: "";
    position: absolute;
}footer .nav_wrapSfs {
    border-radius: 11px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    height: 100%;
}footer .nav_wrapSfs:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .nav_wrapSfs a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 16px;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    transition: all 0.3s ease;
}footer .nav_wrapSfs a:last-child {
    border-bottom: none;
}footer .nav_wrapSfs a::before {
    opacity: 0;
    content: "→";
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    position: absolute;
}footer .nav_wrapSfs a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .nav_wrapSfs a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    bottom: 0;
    height: 2px;
    background-color: rgb(202,176,217);
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(202,176,217);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .mail_containerKgi {
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    border: none;
    background-color: rgb(202,176,217);
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
}footer .mail_containerKgi:hover {
    background-color: rgb(168,138,193);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .press_roomTeD {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .credit_infoQgB {
    padding: 8px 20px;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_containerKgi {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_wrapFbG {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .slack_inviteRdj {
    padding: 70px 0 30px;
}footer .contact_linksVar {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_learningDWT, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_wrapFbG h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .press_roomTeD {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .slack_inviteRdj {
    padding: 50px 0 20px;
}footer .nav_wrapSfs {
    padding: 15px;
}footer .header_wrapFbG h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .mail_containerKgi {
    padding: 12px;
}}.course_program_infoBKN {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.course_program_infoBKN::before {
    opacity: 0.15;
    transform: rotate(15deg);
    width: 20vw;
    position: absolute;
    background: linear-gradient(225deg, rgb(202,176,217) 0%, transparent 70%);
    z-index: 1;
    content: "";
    height: 20vw;
    top: -5%;
    right: -5%;
}.course_program_infoBKN::after {
    z-index: 1;
    opacity: 0.1;
    content: "";
    width: 15vw;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(168,138,193) 0%, transparent 70%);
    transform: rotate(-10deg);
    position: absolute;
    left: -5%;
    height: 15vw;
}.course_program_infoBKN .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.course_program_infoBKN h2 {
    position: relative;
    color: #000000;
    max-width: 90%;
    line-height: 1.3;
    transform: translateX(-0.5rem);
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 37px;
}.course_program_infoBKN h2::after {
    position: absolute;
    background: rgb(202,176,217);
    width: 6rem;
    left: 0;
    bottom: -1rem;
    content: "";
    transform-origin: left center;
    height: 0.35rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
}.course_program_infoBKN .education_flowXIg {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course_program_infoBKN .thumbUrq {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    height: 350px;
    position: relative;
}.course_program_infoBKN .thumbUrq:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}.course_program_infoBKN .thumbUrq::before {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    content: "";
}.course_program_infoBKN .content_holderWkf {
    position: relative;
    padding: 0.5rem 0;
}.course_program_infoBKN .content_holderWkf::before {
    background: rgb(168,138,193);
    opacity: 0.5;
    top: 0;
    width: 0.3rem;
    content: "";
    height: 100%;
    left: -2rem;
    position: absolute;
}.course_program_infoBKN .description {
    max-height: 300px;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    position: relative;
    overflow-y: auto;
    padding-right: 1rem;
}.course_program_infoBKN .description::-webkit-scrollbar {
    width: 6px;
}.course_program_infoBKN .description::-webkit-scrollbar-track {
    background: rgb(228,215,237);
    border-radius: 10px;
}.course_program_infoBKN .description::-webkit-scrollbar-thumb {
    background: rgb(202,176,217,0.5);
    border-radius: 10px;
}.course_program_infoBKN .description::-webkit-scrollbar-thumb:hover {
    background: rgb(202,176,217);
}.course_program_infoBKN .description:first-of-type::first-letter {
    font-size: 1.5rem;
    border-radius: 10px;
    margin-right: 0.5rem;
    line-height: 1;
    color: rgb(202,176,217);
    background: rgb(228,215,237);
    float: left;
    font-weight: 700;
    padding: 0.5rem;
}.course_program_infoBKN .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.course_program_infoBKN {
    padding: 7rem 0;
}.course_program_infoBKN h2 {
    max-width: 70%;
    font-size: calc(37px * 1.1);
}.course_program_infoBKN .education_flowXIg {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}.course_program_infoBKN .thumbUrq {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 450px;
}.course_program_infoBKN .content_holderWkf {
    padding: 1rem 0;
}.course_program_infoBKN .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.course_program_infoBKN {
    padding: 8rem 0;
}.course_program_infoBKN h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 4rem;
    max-width: 60%;
}.course_program_infoBKN .thumbUrq {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    height: 500px;
}.course_program_infoBKN .education_flowXIg {
    gap: 4rem;
}.course_program_infoBKN .content_holderWkf::before {
    width: 0.4rem;
    left: -3rem;
}.course_program_infoBKN .description {
    line-height: 1.8;
    padding-right: 2rem;
    font-size: calc(17px * 1.05);
    max-height: 500px;
}.course_program_infoBKN .description:first-of-type::first-letter {
    font-size: 2rem;
    padding: 0.7rem;
}
}

@media screen and (min-width: 1200px) {.course_program_infoBKN h2 {
    transform: translateX(-1rem);
}.course_program_infoBKN .education_flowXIg {
    gap: 5rem;
}.course_program_infoBKN .thumbUrq {
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}.course_program_infoBKN .description {
    max-height: 550px;
}
}

@media (hover: hover) {.course_program_infoBKN .thumbUrq {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.course_program_infoBKN h2::after {
    animation: none;
}.course_program_infoBKN .thumbUrq {
    transition: none;
}}.cookie_warning_windownkU {
    padding: 20px 0;
    z-index: 1000;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(228,215,237);
    border-top: 1px solid rgb(202,176,217);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    bottom: 0;
}.cookie_warning_windownkU .manage_trackingMkF {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_warning_windownkU .manage_trackingMkF svg {
    fill: rgb(202,176,217);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_warning_windownkU .cookie_hideAwI {
    flex-grow: 1;
}.cookie_warning_windownkU .cookie_hideAwI h5 {
    color: rgb(202,176,217);
    font-size: 19px;
    margin-bottom: 6px;
}.cookie_warning_windownkU .cookie_hideAwI p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    color: #000000;
}.cookie_warning_windownkU .cookie_alldBb {
    border-radius: 5px;
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    margin-right: 15px;
    background-color: rgb(202,176,217);
    display: inline-block;
    padding: 10px 20px;
}.cookie_warning_windownkU .cookie_alldBb:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_warning_windownkU .cookie_alldBb:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_warning_windownkU .manage_trackingMkF {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_warning_windownkU .cookie_alldBb {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#userSettingsPopupuHm {
    display: none;
}#userSettingsPopupuHm:checked ~ .cookie_warning_windownkU {
    opacity: 0;
    visibility: hidden;
}.title_introKnI {
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}.title_introKnI::before {
    z-index: -1;
    top: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0%, transparent 40%);
    animation: ambientBackground 15s infinite alternate ease-in-out;
}.title_introKnI::after {
    top: -50%;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 30%, rgb(202,176,217,0.5) 100%);
    transform: rotate(-15deg) scale(2);
    filter: blur(50px);
    right: -50%;
    width: 100%;
    position: absolute;
    content: "";
}.title_introKnI .why_missionAvp {
    padding: 2rem;
    max-width: 1200px;
    position: relative;
    gap: 3rem;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
}.title_introKnI .content_holderWkf {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out forwards;
    z-index: 2;
    opacity: 1;
}.title_introKnI h1 {
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.2;
    transform: translateY(0);
}.title_introKnI h1::after {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    animation: scaleX 0.6s ease-out 1s forwards;
    width: 60px;
    transform: scaleX(0);
    background: rgb(202,176,217);
    transform-origin: left;
    bottom: -0.5rem;
}.title_introKnI .start_pagepyJ {
    opacity: 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    margin-bottom: 2rem;
    position: relative;
}.title_introKnI .start_pagepyJ svg {
    transform: scale(1);
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.2));
    height: 90px;
    transition: transform 0.3s ease;
    width: 90px;
}.title_introKnI .start_pagepyJ svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title_introKnI .start_pagepyJ svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title_introKnI .start_pagepyJ svg text {
    font-weight: 700;
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_introKnI .start_pagepyJ svg:hover path,
.title_introKnI .start_pagepyJ svg:hover text {
    fill: rgb(202,176,217);
}.title_introKnI .start_pagepyJ p {
    position: relative;
    font-size: calc(18px * 1.2);
    font-weight: 400;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
}.title_introKnI ul {
    display: flex;
    transform: translateY(20px);
    margin: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    padding: 0;
    opacity: 0;
    list-style: none;
}.title_introKnI ul li {
    margin-right: 1rem;
}.title_introKnI .help_blockgrC {
    color: #ffffff;
    border: none;
    font-weight: 600;
    padding: 0.8rem 2rem;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    align-items: center;
    font-size: 20px;
    display: inline-flex;
    background: linear-gradient(135deg, rgb(202,176,217) 0%, rgb(94,170,168) 100%);
    justify-content: center;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
}.title_introKnI .help_blockgrC::before {
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(202,176,217) 100%);
    opacity: 0;
    position: absolute;
}.title_introKnI .help_blockgrC:hover {
    box-shadow: 0 10px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_introKnI .help_blockgrC:hover::before {
    opacity: 1;
}.title_introKnI .help_blockgrC:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(94,170,168,0.4);
}.title_introKnI .thumbUrq {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
    border-radius: 8px;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    height: 300px;
    overflow: hidden;
    transform: translateY(20px);
}.title_introKnI .thumbUrq::after {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 70%);
    left: 0;
    height: 100%;
    content: "";
}.title_introKnI .thumbUrq::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 50%, rgba(0,0,0,0.2) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
}

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

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

@keyframes ambientBackground {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.title_introKnI .why_missionAvp {
    padding: 3rem;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.title_introKnI h1 {
    margin-bottom: 2rem;
    font-size: calc(44px * 1.2);
}.title_introKnI .start_pagepyJ p {
    max-width: 80%;
    font-size: calc(18px * 1.3);
}.title_introKnI .thumbUrq {
    height: 400px;
}
}

@media (min-width: 992px) {.title_introKnI .why_missionAvp {
    padding: 1rem 4rem;
}.title_introKnI h1 {
    font-size: calc(44px * 1.4);
}.title_introKnI .start_pagepyJ svg {
    height: 100px;
    width: 100px;
}.title_introKnI .thumbUrq {
    height: 450px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.title_introKnI .thumbUrq:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 1200px) {.title_introKnI .why_missionAvp {
    gap: 6rem;
}.title_introKnI h1 {
    margin-bottom: 2.5rem;
}.title_introKnI .start_pagepyJ {
    margin-bottom: 3rem;
}.title_introKnI .thumbUrq {
    height: 500px;
}
}

@media (max-width: 767px) {.title_introKnI {
    padding: 3rem 0;
}.title_introKnI h1 {
    font-size: calc(35px * 1.1);
}.title_introKnI .start_pagepyJ p {
    max-width: 100%;
}}.connect_with_usLMb {
    background: rgb(228,215,237);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.connect_with_usLMb::before {
    top: 0;
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, transparent 50%, rgb(168,138,193,0.5) 100%);
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}.connect_with_usLMb::after {
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(202,176,217,0.5) 0%, transparent 30%);
    height: 100%;
    left: 0;
    z-index: 1;
    animation: pulse 15s infinite alternate;
    width: 100%;
    position: absolute;
    content: "";
}.connect_with_usLMb .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.connect_with_usLMb h3 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}.connect_with_usLMb h3::after {
    bottom: -15px;
    border-radius: 10px;
    content: "";
    background: rgb(202,176,217);
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    width: 80px;
}.connect_with_usLMb .thumbUrq {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: grayscale(40%) contrast(120%);
    opacity: 0.1;
}.connect_with_usLMb .thumbUrq::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(202,176,217,0.5) 0%, transparent 100%);
}.inquiry_listrOn {
    position: relative;
    border-radius: 29px;
    background: #ffffff;
    z-index: 10;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.inquiry_listrOn::before {
    background: rgb(202,176,217);
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 10px;
    position: absolute;
    left: 0;
}.inquiry_listrOn .inquiry_blockjaF {
    flex: 0 0 60%;
    position: relative;
    padding: 50px;
}.inquiry_listrOn .inquiry_blockjaF::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(168,138,193,0.5), transparent);
}.inquiry_listrOn .inquiry_blockjaF h3 {
    text-align: left;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}.inquiry_listrOn .inquiry_blockjaF h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.inquiry_listrOn .inquiry_blockjaF form {
    display: flex;
    flex-direction: column;
}.inquiry_listrOn .inquiry_blockjaF input[type="text"],
.inquiry_listrOn .inquiry_blockjaF textarea {
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.inquiry_listrOn .inquiry_blockjaF input[type="text"]:focus,
.inquiry_listrOn .inquiry_blockjaF textarea:focus {
    border-color: rgb(202,176,217);
    outline: none;
    box-shadow: 0 0 0 3px rgb(202,176,217,0.5);
}.inquiry_listrOn .inquiry_blockjaF textarea {
    resize: vertical;
    min-height: 150px;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi label {
    font-size: calc(18px - 2px);
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi label::before {
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    top: 2px;
    content: "";
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi input[type="checkbox"]:checked + label::before {
    border-color: rgb(202,176,217);
    background: rgb(202,176,217);
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: "";
    border: solid #ffffff;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi a {
    color: rgb(202,176,217);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}.inquiry_listrOn .inquiry_blockjaF .inquiry_gridepi a:hover {
    text-decoration: underline;
}.inquiry_listrOn .inquiry_blockjaF .help_blockgrC {
    font-size: 15px;
    border: none;
    display: inline-block;
    color: #ffffff;
    align-self: flex-start;
    font-weight: 600;
    background: rgb(202,176,217);
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 30px;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}.inquiry_listrOn .inquiry_blockjaF .help_blockgrC::before {
    position: absolute;
    transition: all 0.5s ease;
    background: rgb(168,138,193);
    height: 100%;
    z-index: -1;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
}.inquiry_listrOn .inquiry_blockjaF .help_blockgrC:hover::before {
    left: 0;
}.inquiry_listrOn .inquiry_blockjaF .help_blockgrC:hover {
    box-shadow: 0 10px 20px rgb(202,176,217,0.5);
    transform: translateY(-2px);
}.inquiry_listrOn .feedback_widgetEjx {
    padding: 50px;
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, rgb(228,215,237) 100%);
}.inquiry_listrOn .feedback_widgetEjx::before {
    width: 100%;
    height: 100%;
    animation: rotate 30s linear infinite;
    top: -50%;
    right: -50%;
    content: "";
    background: radial-gradient(circle, rgb(202,176,217,0.5) 0%, transparent 70%);
    position: absolute;
}.inquiry_listrOn .feedback_widgetEjx h4 {
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}.inquiry_listrOn .feedback_widgetEjx h4::after {
    width: 60px;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    bottom: -15px;
    background: rgb(202,176,217);
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm {
    padding: 0;
    list-style: none;
    margin: 0;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li:last-child {
    margin-bottom: 0;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li svg path {
    fill: rgb(202,176,217);
    transition: all 0.3s ease;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li:hover svg path {
    fill: rgb(168,138,193);
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li span {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li a:hover {
    color: rgb(202,176,217);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect_with_usLMb {
    padding: 80px 0;
}.inquiry_listrOn {
    flex-direction: column;
}.inquiry_listrOn .inquiry_blockjaF,
    .inquiry_listrOn .feedback_widgetEjx {
    width: 100%;
    flex: 0 0 100%;
}.inquiry_listrOn .inquiry_blockjaF::before {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(168,138,193,0.5), transparent);
    top: auto;
    height: 1px;
    width: 100%;
    right: 0;
}
}

@media screen and (max-width: 768px) {.connect_with_usLMb {
    padding: 60px 0;
}.connect_with_usLMb h3 {
    font-size: calc(31px - 4px);
}.inquiry_listrOn .inquiry_blockjaF,
    .inquiry_listrOn .feedback_widgetEjx {
    padding: 30px;
}.inquiry_listrOn .inquiry_blockjaF h3,
    .inquiry_listrOn .feedback_widgetEjx h4 {
    font-size: calc(24px - 2px);
}.inquiry_listrOn .inquiry_blockjaF input[type="text"],
    .inquiry_listrOn .inquiry_blockjaF textarea {
    padding: 12px 15px;
}.inquiry_listrOn .inquiry_blockjaF .help_blockgrC {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.connect_with_usLMb {
    padding: 40px 0;
}.inquiry_listrOn .inquiry_blockjaF,
    .inquiry_listrOn .feedback_widgetEjx {
    padding: 20px;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li {
    flex-direction: column;
}.inquiry_listrOn .feedback_widgetEjx .reach_gridUJm li svg {
    margin-bottom: 10px;
}}.instructor_profilesZl {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(168,138,193,0.5) 100%);
}.instructor_profilesZl::before {
    background-image: 
        linear-gradient(45deg, rgb(168,138,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(168,138,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(168,138,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(168,138,193,0.5) 75%);
    left: 0;
    opacity: 0.05;
    position: absolute;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    background-size: 40px 40px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.instructor_profilesZl::after {
    background: rgb(202,176,217,0.5);
    position: absolute;
    content: "";
    right: -50px;
    filter: blur(80px);
    z-index: 0;
    animation: glow 8s infinite alternate ease-in-out;
    width: 200px;
    height: 200px;
    top: -50px;
}.instructor_profilesZl .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.instructor_profilesZl .feedback_ratingsXqG {
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    display: grid;
}.instructor_profilesZl .feedback_ratingsXqG:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(1) {
    order: 1;
    position: relative;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(2) {
    order: 2;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(3) {
    order: 3;
}.instructor_profilesZl .thumbUrq {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    height: 300px;
    width: 100%;
}.instructor_profilesZl .thumbUrq::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(202,176,217,0.5) 100%);
    transition: opacity 0.5s ease;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    top: 0;
}.instructor_profilesZl .feedback_ratingsXqG:hover .thumbUrq {
    transform: scale(1.03);
}.instructor_profilesZl .feedback_ratingsXqG:hover .thumbUrq::before {
    opacity: 0.9;
}.instructor_profilesZl .name {
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: 23px;
    margin: 0 0 10px 0;
    color: rgb(202,176,217);
    display: inline-block;
    transform: translateY(0);
}.instructor_profilesZl .name::after {
    content: "";
    bottom: -5px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(202,176,217);
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
}.instructor_profilesZl .feedback_ratingsXqG:hover .name::after {
    width: 100%;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(15px - 2px);
    margin-bottom: 15px;
    opacity: 0.85;
    letter-spacing: 0.5px;
    color: #000000;
}.instructor_profilesZl .job_expugB {
    padding-left: 20px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    position: relative;
    border-left: 3px solid rgb(168,138,193,0.5);
    font-size: 15px;
}.instructor_profilesZl .job_expugB::before {
    opacity: 0.2;
    content: "";
    z-index: -1;
    font-family: Georgia, serif;
    color: rgb(168,138,193,0.5);
    top: -30px;
    position: absolute;
    font-size: 80px;
    left: -15px;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.instructor_profilesZl .feedback_ratingsXqG {
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(2) {
    align-self: end;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.instructor_profilesZl .feedback_ratingsXqG > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.instructor_profilesZl .thumbUrq {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 992px) {.instructor_profilesZl {
    padding: 140px 0;
}.instructor_profilesZl .feedback_ratingsXqG {
    padding: 60px;
    gap: 40px 60px;
}.instructor_profilesZl .thumbUrq::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    top: 20px;
    transition: transform 0.5s ease;
    transform: scale(0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    z-index: 2;
}.instructor_profilesZl .feedback_ratingsXqG:hover .thumbUrq::after {
    transform: scale(1);
}.instructor_profilesZl .name {
    font-size: calc(23px + 2px);
}.instructor_profilesZl .job_expugB {
    line-height: 1.9;
    padding-left: 30px;
    font-size: calc(15px + 1px);
}
}

@media (max-width: 767px) {.instructor_profilesZl {
    padding: 80px 0;
}.instructor_profilesZl .feedback_ratingsXqG {
    padding: 30px;
}.instructor_profilesZl .thumbUrq {
    height: 240px;
}.instructor_profilesZl .name {
    font-size: calc(23px - 1px);
}.instructor_profilesZl .job_expugB {
    font-size: calc(15px - 1px);
    line-height: 1.7;
}}.learning_processduy {
    position: relative;
    overflow: hidden;
    background: rgb(228,215,237);
    z-index: 1;
    padding: 120px 0;
}.learning_processduy::before {
    width: 60%;
    top: -50%;
    z-index: -1;
    background: rgb(202,176,217,0.5);
    content: "";
    transform: rotate(-30deg);
    height: 200%;
    left: -20%;
    animation: shape-rotate 40s linear infinite;
    position: absolute;
}.learning_processduy::after {
    height: 60%;
    z-index: -1;
    bottom: -20%;
    right: -10%;
    content: "";
    animation: shape-pulse 15s ease-in-out infinite alternate;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    position: absolute;
    background: rgb(168,138,193,0.5);
}.learning_processduy .container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    margin: 0 auto;
    position: relative;
    grid-gap: 50px;
    z-index: 2;
}.learning_processduy .why_missionAvp {
    position: relative;
    padding: 0;
}.learning_processduy .why_missionAvp::before {
    width: 120%;
    left: -10%;
    animation: line-slide 10s ease-in-out infinite alternate;
    top: -80px;
    background: linear-gradient(90deg, transparent, rgb(202,176,217), transparent);
    height: 20px;
    opacity: 0.5;
    content: "";
    transform: rotate(-2deg);
    position: absolute;
}.learning_processduy .why_missionAvp::after {
    transform: rotate(2deg);
    bottom: -80px;
    opacity: 0.5;
    content: "";
    right: -10%;
    background: linear-gradient(90deg, transparent, rgb(168,138,193), transparent);
    width: 120%;
    position: absolute;
    height: 20px;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
}.learning_processduy h3 {
    color: #000000;
    margin-right: -40px;
    grid-column: 1;
    line-height: 1.2;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding-right: 40px;
    text-align: right;
    z-index: 2;
    opacity: 0;
    border-right: 4px solid rgb(202,176,217);
    transform: translateX(-50px);
    font-size: 48px;
    font-weight: 700;
}.learning_processduy h3::before {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(168,138,193);
    animation: square-rotate 6s linear infinite;
    top: -10px;
    content: "";
    right: -22px;
    z-index: -1;
    position: absolute;
}.learning_processduy h3::after {
    position: absolute;
    background: rgb(202,176,217);
    height: 20px;
    width: 20px;
    animation: circle-pulse 4s ease-in-out infinite;
    right: -8px;
    border-radius: 50%;
    content: "";
    bottom: -10px;
}.learning_processduy span {
    opacity: 0;
    line-height: 1.8;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: #000000;
    transform: translateX(50px);
    grid-column: 2;
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-size: 15px;
}.learning_processduy span::before {
    left: 15px;
    content: "";
    position: absolute;
    height: 100%;
    animation: border-dance 20s linear infinite;
    pointer-events: none;
    top: 15px;
    width: 100%;
    border: 1px dashed rgb(202,176,217,0.5);
    z-index: -1;
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.learning_processduy {
    padding: 90px 20px;
}.learning_processduy .container {
    grid-gap: 30px;
}.learning_processduy h3 {
    margin-right: -20px;
    padding-right: 20px;
    font-size: calc(48px - 6px);
}.learning_processduy h3::before {
    right: -17px;
    height: 30px;
    width: 30px;
}.learning_processduy span {
    padding-left: 20px;
}.learning_processduy .why_missionAvp::before,
    .learning_processduy .why_missionAvp::after {
    height: 15px;
}
}

@media (max-width: 767px) {.learning_processduy {
    padding: 70px 15px;
}.learning_processduy .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.learning_processduy h3 {
    margin-right: 0;
    border-bottom: 4px solid rgb(202,176,217);
    text-align: center;
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
}.learning_processduy h3::before {
    bottom: -17px;
    right: auto;
    left: 20px;
    top: auto;
}.learning_processduy h3::after {
    right: auto;
    left: calc(100% - 30px);
    bottom: -8px;
}.learning_processduy span {
    padding-left: 0;
    animation-name: slide-in-mobile;
    text-align: center;
}.learning_processduy span::before {
    border-top: none;
    border: 1px dashed rgb(202,176,217,0.5);
    left: 0;
}.learning_processduy .why_missionAvp::before {
    transform: rotate(0);
    top: -20px;
}.learning_processduy .why_missionAvp::after {
    transform: rotate(0);
    bottom: -20px;
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.learning_processduy {
    padding: 50px 10px;
}.learning_processduy h3 {
    padding-bottom: 15px;
    font-size: calc(48px - 12px);
}.learning_processduy h3::before {
    left: 10px;
    height: 20px;
    width: 20px;
    bottom: -12px;
}.learning_processduy h3::after {
    left: calc(100% - 20px);
    width: 15px;
    height: 15px;
}.learning_processduy span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}.learning_processduy .why_missionAvp::before,
    .learning_processduy .why_missionAvp::after {
    height: 10px;
}}.privacy_zoneVZW {
    color: #000000;
    height: auto;
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    width: 100%;
}.privacy_zoneVZW h1 {
    margin-bottom: 20px;
    color: rgb(202,176,217);
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    text-align: center;
    font-size: 43px;
    grid-column: span 2;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 2px solid rgb(168,138,193);
}.privacy_zoneVZW h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 4px solid rgb(202,176,217);
    font-size: 30px;
    text-align: left;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    color: rgb(168,138,193);
}.privacy_zoneVZW h3, .privacy_zoneVZW h4, .privacy_zoneVZW h5 {
    font-size: 21px;
    color: #000000;
}.privacy_zoneVZW ul {
    list-style-type: square;
    margin: 0;
    padding-left: 20px;
}.privacy_zoneVZW li {
    border-radius: 10px;
    font-size: 17px;
    padding: 10px;
    line-height: 1.5;
    background: rgb(168,138,193,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy_zoneVZW div {
    padding: 15px;
    font-size: 17px;
    line-height: 1.8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    background: rgb(202,176,217,0.5);
}.privacy_zoneVZW p, .privacy_zoneVZW span {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
}
@media only screen and (max-width: 800px) {.privacy_zoneVZW {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.privacy_zoneVZW h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
}.privacy_zoneVZW h2 {
    margin-bottom: 10px;
    font-size: calc(21px - 2px);
}.privacy_zoneVZW ul {
    padding-left: 15px;
}.privacy_zoneVZW li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_zoneVZW div {
    padding: 10px;
}}header {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: rgb(228,215,237);
    top: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}header:before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        rgb(202,176,217) 0%, 
        rgb(168,138,193) 50%, 
        rgb(202,176,217) 100%
    );
    height: 5px;
    width: 100%;
}header:after {
    background: 
        linear-gradient(135deg, rgb(228,215,237) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(228,215,237) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(228,215,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(228,215,237) 25%, transparent 25%);
    opacity: 0.4;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    content: '';
    bottom: 0;
    position: absolute;
    pointer-events: none;
}header .head_proSnm {
    overflow: hidden;
    position: relative;
}header .head_proSnm:before {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(202,176,217,0.5),
        transparent
    );
    content: '';
    bottom: 0;
    height: 1px;
}header .container {
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .container:before {
    top: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    opacity: 0.7;
    background: rgb(202,176,217);
    content: '';
}header .container:after {
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 8px;
    content: '';
    position: absolute;
    opacity: 0.7;
    background: rgb(168,138,193);
    width: 8px;
}header .page_toplsk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .page_toplsk:before {
    opacity: 0.2;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    content: '';
}header .header_wrapFbG {
    gap: 30px;
    display: flex;
    align-items: center;
    position: relative;
}header .header_wrapFbG:before {
    background: rgb(202,176,217);
    content: '';
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.9);
    width: 100%;
    transform-origin: center;
    position: absolute;
    bottom: -8px;
    height: 2px;
    opacity: 0;
    left: 0;
}header .header_wrapFbG:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .top_guidedLI {
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 2px;
    text-transform: uppercase;
    font-size: 12px;
}header .top_guidedLI:before {
    position: absolute;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    left: 0;
    background: rgb(202,176,217);
    transform: translateX(-101%);
    height: 2px;
    width: 100%;
    content: '';
}header .top_guidedLI:after {
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    opacity: 0;
    height: 8px;
    content: '';
    transition: all 0.3s ease;
    background: rgb(202,176,217);
    left: 50%;
    width: 8px;
}header .top_guidedLI:hover {
    color: rgb(202,176,217);
}header .top_guidedLI:hover:before {
    transform: translateX(0);
}header .top_guidedLI:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .head_mainHIi {
    padding: 5px 12px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}header .head_mainHIi:before {
    border: 2px solid transparent;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(rgb(228,215,237), rgb(228,215,237)) padding-box,
                linear-gradient(135deg, rgb(202,176,217), rgb(168,138,193)) border-box;
    content: '';
}header .head_mainHIi:after {
    width: 10px;
    transition: all 0.4s ease;
    top: -5px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    height: 10px;
    background: linear-gradient(135deg, rgb(202,176,217), rgb(168,138,193));
    content: '';
    transform: scale(0);
}header .head_mainHIi:hover:before {
    opacity: 1;
}header .head_mainHIi:hover:after {
    opacity: 1;
    transform: scale(1);
}header .head_mainHIi svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}header .head_mainHIi:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_wrapFbG {
    gap: 20px;
}header .head_mainHIi svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_wrapFbG {
    position: fixed;
    gap: 5px;
    height: 100vh;
    flex-direction: column;
    padding: 75px 30px 30px;
    background: rgb(228,215,237);
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 80%;
    top: 0;
    z-index: 1001;
    right: -100%;
}header .header_wrapFbG:before {
    width: 80%;
    left: 10%;
    bottom: auto;
    height: 1px;
    top: 60px;
}header .menu.active {
    right: 0;
}header .top_guidedLI {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .top_guidedLI:last-child {
    border-bottom: none;
}header .top_guidedLI:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .top_guidedLI:hover:after {
    top: 50%;
    opacity: 1;
    left: 5px;
}header .head_mainHIi {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_mainHIi svg {
    height: 35px;
}
}