* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1127px;
    margin: auto;
}.edu_global7mIok {
    flex: 0 0 auto;
}.header_mastercgPkA {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
}.wrapping-containerucLWs {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@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_usDVuOK {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.meet_usDVuOK::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    left: 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%);
    position: absolute;
}.meet_usDVuOK .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.meet_usDVuOK h2 {
    font-size: 35px;
    transform: translateX(-10px);
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
}.meet_usDVuOK h2::after {
    transform-origin: left;
    background: rgb(204,195,190);
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: absolute;
    content: '';
    width: 80px;
    transform: scaleX(0);
    bottom: -15px;
    height: 3px;
    left: 0;
}.meet_usDVuOK .text_holder_itemwUJGT {
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(204,195,190);
    backdrop-filter: blur(10px);
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 40px;
}.meet_usDVuOK .text_holder_itemwUJGT::before {
    width: 100px;
    opacity: 0.6;
    position: absolute;
    content: '';
    height: 100px;
    top: -5px;
    border-right: 2px solid rgb(164,151,150);
    right: -5px;
    border-top: 2px solid rgb(164,151,150);
}.meet_usDVuOK .text_holder_itemwUJGT::after {
    border-bottom: 2px solid rgb(164,151,150);
    opacity: 0.6;
    content: '';
    height: 100px;
    position: absolute;
    bottom: -5px;
    width: 100px;
    border-left: 2px solid rgb(164,151,150);
    left: -5px;
}.meet_usDVuOK .text_holder_itemwUJGT > div {
    display: grid;
    grid-template-columns: 1fr;
}.meet_usDVuOK .text_holder_itemwUJGT p {
    position: relative;
    color: rgb(204,195,190);
    font-weight: 700;
    transform: translateX(-10px);
    font-size: calc(17px * 1.5);
    opacity: 0;
    margin-bottom: 20px;
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.meet_usDVuOK .text_holder_itemwUJGT p::after {
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
    left: 0;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: rgb(204,195,190);
    bottom: -10px;
    content: '';
    width: 40px;
}.meet_usDVuOK .text_holder_itemwUJGT div > div {
    padding-left: 20px;
    text-align: justify;
    position: relative;
    opacity: 0;
    color: #ffffff;
    transform: translateY(10px);
    font-size: 17px;
    line-height: 1.8;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}.meet_usDVuOK .text_holder_itemwUJGT div > div::before {
    top: 0;
    bottom: 0;
    width: 3px;
    content: '';
    left: 0;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(204,195,190), transparent);
    transform-origin: top;
}

@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_usDVuOK {
    padding: 150px 0 130px;
}.meet_usDVuOK h2 {
    margin-bottom: 80px;
    font-size: calc(35px * 1.2);
}.meet_usDVuOK h2::after {
    bottom: -20px;
    width: 120px;
}.meet_usDVuOK .text_holder_itemwUJGT {
    padding: 60px;
    margin-left: 40px;
}.meet_usDVuOK .text_holder_itemwUJGT > div {
    align-items: flex-start;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}.meet_usDVuOK .text_holder_itemwUJGT p {
    margin-bottom: 0;
    font-size: calc(17px * 2);
    padding-right: 20px;
}.meet_usDVuOK .text_holder_itemwUJGT p::after {
    display: none;
}.meet_usDVuOK .text_holder_itemwUJGT div > div {
    padding-left: 0;
    border-left: none;
    position: relative;
}.meet_usDVuOK .text_holder_itemwUJGT div > div::before {
    width: 2px;
    left: -20px;
}
}

@media (min-width: 992px) {.meet_usDVuOK {
    padding: 180px 0 160px;
}.meet_usDVuOK::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_usDVuOK .container {
    padding: 0 40px;
}.meet_usDVuOK h2 {
    font-size: calc(35px * 1.5);
    margin-bottom: 100px;
    transform: translateX(-20px);
}.meet_usDVuOK h2::after {
    width: 150px;
    height: 4px;
}.meet_usDVuOK .text_holder_itemwUJGT {
    padding: 80px;
    transform: translateY(30px);
    margin-right: 80px;
    margin-left: 80px;
}.meet_usDVuOK .text_holder_itemwUJGT::before,
    .meet_usDVuOK .text_holder_itemwUJGT::after {
    height: 150px;
    width: 150px;
}.meet_usDVuOK .text_holder_itemwUJGT > div {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.meet_usDVuOK .text_holder_itemwUJGT p {
    font-size: calc(17px * 2.5);
}.meet_usDVuOK .text_holder_itemwUJGT div > div {
    transform: translateY(15px);
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

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

@media (max-width: 767px) {.meet_usDVuOK {
    padding: 80px 0 60px;
}.meet_usDVuOK h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.meet_usDVuOK .text_holder_itemwUJGT {
    padding: 30px 20px;
    margin: 0 10px;
}.meet_usDVuOK .text_holder_itemwUJGT::before,
    .meet_usDVuOK .text_holder_itemwUJGT::after {
    height: 60px;
    width: 60px;
}.meet_usDVuOK .text_holder_itemwUJGT div > div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
    padding-top: 15px;
}}.teaching_experiencedWsUg {
    position: relative;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.teaching_experiencedWsUg::before {
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(204,195,190,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transform: translateY(-30%) skewY(-5deg);
}.teaching_experiencedWsUg::after {
    right: -20%;
    background: linear-gradient(135deg, rgb(164,151,150,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    transform: rotate(-15deg);
    width: 100%;
    content: "";
    bottom: -20%;
    height: 60%;
}.teaching_experiencedWsUg .container {
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 2rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    background: #ffffff;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf::before {
    top: 0;
    left: 0;
    width: 100%;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
    rgb(204,195,190) 0%, 
    rgb(164,151,150) 50%, 
    rgb(204,195,190) 100%);
    z-index: 2;
    position: absolute;
    height: 5px;
    animation: gradientMove 8s ease-in-out infinite;
    content: "";
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:first-child {
    align-items: center;
    z-index: 1;
    position: relative;
    justify-content: center;
    display: flex;
}.teaching_experiencedWsUg .image_containerTVSv1 {
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    transform: translateZ(30px);
    height: 180px;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 180px;
}.teaching_experiencedWsUg .image_containerTVSv1::before {
    opacity: 0.8;
    content: "";
    border-radius: 50%;
    transform: rotate(-45deg);
    z-index: -1;
    animation: rotateGradient 15s linear infinite;
    background: linear-gradient(
    135deg,
    rgb(164,151,150) 0%,
    transparent 50%,
    rgb(204,195,190) 100%
  );
    inset: -8px;
    position: absolute;
}.teaching_experiencedWsUg .image_containerTVSv1::after {
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:nth-child(2) {
    transform: translateZ(20px);
    position: relative;
    text-align: center;
}.teaching_experiencedWsUg .name {
    font-size: 19px;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.teaching_experiencedWsUg .name::after {
    bottom: -8px;
    width: 40%;
    transform: translateZ(5px);
    content: "";
    height: 3px;
    left: 30%;
    position: absolute;
    background: rgb(204,195,190);
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    font-size: calc(18px * 0.9);
    color: rgb(164,151,150);
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:nth-child(3) {
    position: relative;
    transform: translateZ(10px);
}.teaching_experiencedWsUg .exp_listmFTpd {
    font-size: 18px;
    text-align: justify;
    color: #000000;
    line-height: 1.8;
    padding-left: 1rem;
    position: relative;
}.teaching_experiencedWsUg .exp_listmFTpd::before {
    background: linear-gradient(
    to bottom,
    rgb(204,195,190) 0%,
    rgb(164,151,150) 100%
  );
    width: 3px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-radius: 3px;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf:hover .image_containerTVSv1 {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.teaching_experiencedWsUg {
    padding: 7rem 0;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf {
    grid-gap: 2.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:first-child {
    grid-row: 1 / span 2;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:nth-child(2) {
    text-align: left;
    padding-top: 1.5rem;
    align-self: end;
}.teaching_experiencedWsUg .name::after {
    left: 0;
    width: 60px;
}.teaching_experiencedWsUg .exp_listmFTpd {
    padding-left: 1.5rem;
}.teaching_experiencedWsUg .exp_listmFTpd::before {
    width: 4px;
}
}

@media (min-width: 992px) {.teaching_experiencedWsUg .alumni_feedbackcF0Yf {
    grid-gap: 3rem;
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
}.teaching_experiencedWsUg .image_containerTVSv1 {
    width: 220px;
    height: 220px;
}.teaching_experiencedWsUg .name {
    font-size: calc(19px * 1.1);
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf > div:nth-child(2) > div {
    font-size: 18px;
}.teaching_experiencedWsUg .exp_listmFTpd {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.teaching_experiencedWsUg .container {
    padding: 0 2rem;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf {
    padding: 4rem 5rem;
    grid-template-columns: 280px 1fr;
}.teaching_experiencedWsUg .image_containerTVSv1 {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.teaching_experiencedWsUg {
    padding: 4rem 0;
}.teaching_experiencedWsUg .alumni_feedbackcF0Yf {
    padding: 2rem 1.5rem;
    text-align: center;
}.teaching_experiencedWsUg .image_containerTVSv1 {
    height: 150px;
    width: 150px;
}.teaching_experiencedWsUg .exp_listmFTpd {
    padding-top: 1rem;
    padding-left: 0;
    text-align: left;
}.teaching_experiencedWsUg .exp_listmFTpd::before {
    left: 50%;
    bottom: auto;
    height: 3px;
    transform: translateX(-50%);
    top: 0;
    width: 50px;
}}.tySpotlightFSsNH {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgb(204,195,190,0.5) 100%);
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
}.tySpotlightFSsNH::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(204,195,190,0.5) 0px,
        rgb(204,195,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.05;
    width: 100%;
}.tySpotlightFSsNH::after {
    opacity: 0.1;
    top: -5%;
    right: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    transform: rotate(15deg);
    height: 30%;
    z-index: 1;
    width: 30%;
    background: rgb(164,151,150,0.5);
    position: absolute;
}.tySpotlightFSsNH .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.tySpotlightFSsNH .learning_programwipX8 {
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 3.5rem;
    gap: 2rem;
    border-left: 5px solid rgb(204,195,190);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
}.tySpotlightFSsNH .learning_programwipX8::before {
    background: linear-gradient(90deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    width: 100%;
    height: 8px;
    left: 0;
    transform-origin: left top;
    top: 0;
    position: absolute;
    content: "";
}.tySpotlightFSsNH .learning_programwipX8 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.tySpotlightFSsNH .learning_programwipX8 > div:first-child::after {
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: 0;
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    background: rgb(164,151,150);
    transform-origin: left;
    width: 80px;
}.tySpotlightFSsNH h5 {
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    font-size: calc(21px * 1.1);
    color: #000000;
    margin: 0;
    line-height: 1.4;
}.tySpotlightFSsNH a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.tySpotlightFSsNH a:hover {
    transform: translateY(-5px);
}.tySpotlightFSsNH p {
    border-radius: 10px;
    line-height: 1.8;
    margin: 0;
    opacity: 0;
    padding: 1.5rem;
    border-left: 3px solid rgb(164,151,150,0.5);
    font-size: 17px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    color: #000000;
    background: linear-gradient(to bottom right, rgba(rgb(238,233,223), 0.3), rgba(255, 255, 255, 0.9));
    transform: translateY(20px);
}.tySpotlightFSsNH p::before {
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: "✓";
    height: 36px;
    font-weight: 700;
    left: -15px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: -15px;
    position: absolute;
    width: 36px;
    background: rgb(204,195,190);
    justify-content: center;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.tySpotlightFSsNH {
    padding: 7rem 3rem;
}.tySpotlightFSsNH .learning_programwipX8 {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.tySpotlightFSsNH h5 {
    font-size: calc(21px * 1.3);
}.tySpotlightFSsNH .learning_programwipX8 > div:first-child {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}.tySpotlightFSsNH .learning_programwipX8 > div:first-child::after {
    display: none;
}.tySpotlightFSsNH p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tySpotlightFSsNH {
    padding: 4rem 1.5rem;
}.tySpotlightFSsNH .learning_programwipX8 {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tySpotlightFSsNH h5 {
    font-size: 21px;
    line-height: 1.5;
}.tySpotlightFSsNH p {
    padding: 1.2rem;
    font-size: calc(17px * 0.95);
}.tySpotlightFSsNH p::before {
    left: -10px;
    height: 30px;
    width: 30px;
    top: -10px;
    font-size: 0.8rem;
}
}

@media (max-width: 480px) {.tySpotlightFSsNH {
    padding: 3rem 1rem;
}.tySpotlightFSsNH .learning_programwipX8 {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.tySpotlightFSsNH .learning_programwipX8::before {
    height: 5px;
}.tySpotlightFSsNH h5 {
    font-size: calc(21px * 0.9);
}.tySpotlightFSsNH p {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(17px * 0.9);
}}.teaching_process6pY4o {
    background: linear-gradient(110deg, rgb(238,233,223) 0%, rgb(164,151,150,0.5) 120%);
    padding: 150px 0;
    overflow: visible;
    position: relative;
}.teaching_process6pY4o::before {
    height: 100%;
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: radial-gradient(rgb(204,195,190,0.5) 1px, transparent 1px);
    opacity: 0.1;
    content: '';
    z-index: 1;
}.teaching_process6pY4o .learning_programwipX8 {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    align-items: stretch;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}.teaching_process6pY4o .text_holder_itemwUJGT {
    flex-direction: column;
    width: 100%;
    position: relative;
    display: flex;
}.teaching_process6pY4o .text_holder_itemwUJGT h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    padding: 35px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    align-self: flex-start;
    width: 50%;
    backdrop-filter: blur(10px);
    font-weight: 700;
    z-index: 3;
    border-radius: 19px;
    background: linear-gradient(120deg, rgb(204,195,190,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translateX(-50px);
}.teaching_process6pY4o .text_holder_itemwUJGT p {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 50px;
    position: relative;
    backdrop-filter: blur(15px);
    font-size: 13px;
    line-height: 1.8;
    transform: translateX(50px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    color: #ffffff;
    margin-top: -15px;
    align-self: flex-end;
    width: 65%;
}.teaching_process6pY4o .text_holder_itemwUJGT h2::before {
    filter: blur(30px);
    top: -60px;
    opacity: 0.1;
    content: '';
    left: -80px;
    z-index: -1;
    background: rgb(204,195,190);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
}.teaching_process6pY4o .text_holder_itemwUJGT h2::after {
    right: 30px;
    bottom: -20px;
    height: 40px;
    background: rgb(204,195,190);
    width: 40px;
    z-index: 4;
    border-radius: 50%;
    animation: float-small 8s infinite ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    content: '';
}.teaching_process6pY4o .text_holder_itemwUJGT p::before {
    height: 1px;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(204,195,190,0.5), transparent);
    top: 20px;
    position: absolute;
    opacity: 0.6;
    left: 7.5%;
    content: '';
}.teaching_process6pY4o .text_holder_itemwUJGT p::after {
    opacity: 0.6;
    bottom: 20px;
    background: linear-gradient(90deg, transparent, rgb(164,151,150,0.5), transparent);
    left: 15%;
    content: '';
    height: 1px;
    position: absolute;
    width: 70%;
}.teaching_process6pY4o::after {
    position: absolute;
    content: '';
    left: 10%;
    border: 2px solid rgb(204,195,190,0.5);
    animation: rotate-slow 30s linear infinite;
    opacity: 0.2;
    height: 200px;
    bottom: -100px;
    width: 200px;
    transform: rotate(45deg);
}.teaching_process6pY4o .learning_programwipX8::before {
    animation: pulse-ring 10s infinite ease-in-out;
    width: 150px;
    border-radius: 50%;
    top: -75px;
    right: 15%;
    opacity: 0.2;
    position: absolute;
    content: '';
    height: 150px;
    border: 3px solid rgb(164,151,150,0.5);
}.teaching_process6pY4o .learning_programwipX8::after {
    filter: blur(20px);
    animation: pulse-fade 8s infinite alternate;
    border-radius: 10px;
    opacity: 0.1;
    width: 80px;
    content: '';
    top: 40%;
    background: rgb(204,195,190);
    position: absolute;
    right: -40px;
    height: 80px;
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.teaching_process6pY4o .text_holder_itemwUJGT h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
}.teaching_process6pY4o .text_holder_itemwUJGT h2 span::after {
    opacity: 0.3;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(204,195,190);
    z-index: -1;
    height: 4px;
    bottom: 2px;
}.teaching_process6pY4o .text_holder_itemwUJGT p strong {
    font-weight: 600;
    color: rgb(204,195,190);
}

@media screen and (max-width: 1200px) {.teaching_process6pY4o .text_holder_itemwUJGT h2 {
    transform: translateX(-30px);
    width: 55%;
}.teaching_process6pY4o .text_holder_itemwUJGT p {
    transform: translateX(30px);
    width: 70%;
}
}

@media screen and (max-width: 992px) {.teaching_process6pY4o {
    padding: 120px 0;
}.teaching_process6pY4o .text_holder_itemwUJGT h2 {
    transform: translateX(-20px);
    padding: 30px 40px;
    width: 60%;
}.teaching_process6pY4o .text_holder_itemwUJGT p {
    padding: 35px 40px;
    width: 75%;
    transform: translateX(20px);
}.teaching_process6pY4o .text_holder_itemwUJGT h2::before {
    top: -50px;
    width: 100px;
    left: -60px;
    height: 100px;
}.teaching_process6pY4o .text_holder_itemwUJGT h2::after {
    width: 30px;
    bottom: -15px;
    height: 30px;
}.teaching_process6pY4o::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
}.teaching_process6pY4o .learning_programwipX8::before {
    width: 120px;
    height: 120px;
    top: -60px;
}.teaching_process6pY4o .learning_programwipX8::after {
    height: 60px;
    width: 60px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.teaching_process6pY4o {
    padding: 100px 0;
    overflow: hidden;
}.teaching_process6pY4o .text_holder_itemwUJGT h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
    width: 100%;
    align-self: center;
    padding: 25px 30px;
    transform: none;
}.teaching_process6pY4o .text_holder_itemwUJGT p {
    width: 100%;
    padding: 30px;
    transform: none;
    align-self: center;
    margin-top: 0;
}.teaching_process6pY4o .text_holder_itemwUJGT h2::before,
    .teaching_process6pY4o .text_holder_itemwUJGT h2::after,
    .teaching_process6pY4o::after,
    .teaching_process6pY4o .learning_programwipX8::before,
    .teaching_process6pY4o .learning_programwipX8::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_process6pY4o {
    padding: 80px 0;
}.teaching_process6pY4o .text_holder_itemwUJGT h2 {
    padding: 20px 25px;
    font-size: calc(32px * 0.8);
}.teaching_process6pY4o .text_holder_itemwUJGT p {
    padding: 25px;
    font-size: calc(13px * 0.9);
}}.price_rowaGfzO {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_rowaGfzO::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}.price_rowaGfzO .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.price_rowaGfzO .edu_rateslearh {
    align-items: center;
    flex-direction: column;
    display: flex;
}.price_rowaGfzO h2 {
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 38px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.price_rowaGfzO .program_price18oYE {
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    max-width: 700px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
}.price_rowaGfzO .bundle_offerAvuM0 {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    width: 100%;
    list-style: none;
}.price_rowaGfzO .bundle_offerAvuM0 li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.price_rowaGfzO .bundle_offerAvuM0 li:nth-child(1) {
    animation-delay: 0.3s;
}.price_rowaGfzO .bundle_offerAvuM0 li:nth-child(2) {
    animation-delay: 0.4s;
}.price_rowaGfzO .bundle_offerAvuM0 li:nth-child(3) {
    animation-delay: 0.5s;
}.price_rowaGfzO .bundle_offerAvuM0 li:nth-child(4) {
    animation-delay: 0.6s;
}.price_rowaGfzO .program_feesReTmB {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}.price_rowaGfzO .program_feesReTmB:hover {
    transform: translateY(-8px) scale(1.02);
}.price_rowaGfzO .program_feesReTmB::before {
    left: -100%;
    content: "";
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    top: 0;
}.price_rowaGfzO .program_feesReTmB:hover::before {
    left: 100%;
}.price_rowaGfzO .plan_detailsmXqSy {
    overflow: hidden;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    padding: 5px;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.price_rowaGfzO .program_feesReTmB:hover .plan_detailsmXqSy {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price_rowaGfzO .plan_detailsmXqSy::after {
    background: linear-gradient(90deg, rgb(204,195,190), rgb(164,151,150));
    left: 0;
    transform-origin: left;
    content: '';
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    top: 0;
}.price_rowaGfzO .program_feesReTmB:hover .plan_detailsmXqSy::after {
    transform: scaleX(1);
}.price_rowaGfzO .fee_plan9PKgQ {
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    min-height: 400px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}.price_rowaGfzO .fee_plan9PKgQ h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    color: rgb(204,195,190);
    font-size: 21px;
    padding-bottom: 15px;
    position: relative;
}.price_rowaGfzO .program_feesReTmB:hover .fee_plan9PKgQ h4 {
    transform: translateX(5px);
}.price_rowaGfzO .fee_plan9PKgQ h4::after {
    content: "";
    background: rgb(164,151,150);
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
    bottom: 0;
    width: 40px;
    left: 0;
}.price_rowaGfzO .program_feesReTmB:hover .fee_plan9PKgQ h4::after {
    width: 60px;
}.price_rowaGfzO .fee_plan9PKgQ p {
    font-size: calc(17px - 2px);
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
    scrollbar-color: rgb(204,195,190,0.5) transparent;
    max-height: 200px;
    word-break: break-word;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
}.price_rowaGfzO .fee_plan9PKgQ p::-webkit-scrollbar {
    width: 5px;
}.price_rowaGfzO .fee_plan9PKgQ p::-webkit-scrollbar-track {
    background: transparent;
}.price_rowaGfzO .fee_plan9PKgQ p::-webkit-scrollbar-thumb {
    background-color: rgb(204,195,190,0.5);
    border-radius: 10px;
}.price_rowaGfzO .program_rate3cPIT {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(204,195,190) 0%, rgb(204,195,190,0.5) 100%);
    position: relative;
    font-size: calc(21px + 4px);
    display: inline-block;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
    border-radius: 10px;
}.price_rowaGfzO .program_feesReTmB:hover .program_rate3cPIT {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.price_rowaGfzO .program_rate3cPIT::before {
    height: 200%;
    transform: scale(0);
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    left: -50%;
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    width: 200%;
    top: -50%;
}.price_rowaGfzO .program_feesReTmB:hover .program_rate3cPIT::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.price_rowaGfzO {
    padding: 80px 0;
}.price_rowaGfzO .bundle_offerAvuM0 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.price_rowaGfzO .fee_plan9PKgQ {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.price_rowaGfzO {
    padding: 60px 0;
}.price_rowaGfzO h2 {
    font-size: calc(38px - 4px);
}.price_rowaGfzO .program_price18oYE {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.price_rowaGfzO .bundle_offerAvuM0 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.price_rowaGfzO .fee_plan9PKgQ {
    min-height: 300px;
}.price_rowaGfzO .program_rate3cPIT {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.price_rowaGfzO {
    padding: 40px 0;
}.price_rowaGfzO h2 {
    font-size: calc(38px - 6px);
}.price_rowaGfzO .fee_plan9PKgQ {
    min-height: 280px;
    padding: 20px;
}.price_rowaGfzO .fee_plan9PKgQ p {
    font-size: calc(17px - 3px);
    margin-bottom: 20px;
}.price_rowaGfzO .program_rate3cPIT {
    padding: 8px 15px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, rgb(164,151,150), rgb(204,195,190));
    z-index: -2;
    opacity: 0.9;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}footer::after {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}.edu_global7mIok {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.edu_global7mIok::before {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(204,195,190), rgb(164,151,150), rgb(204,195,190));
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.edu_global7mIok .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    position: relative;
}.edu_global7mIok .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.edu_global7mIok .company_holder h3 {
    font-size: 31px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
}.edu_global7mIok .company_holder h3::after {
    height: 2px;
    width: 80px;
    left: 0;
    bottom: -2px;
    background: #ffffff;
    content: "";
    position: absolute;
}.edu_global7mIok .volunteerEGlN6 {
    padding: 0 0 0 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    margin-top: 1.5rem;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}.edu_global7mIok .terms_legalm59zr {
    grid-column: span 7;
}.edu_global7mIok .head_know3HCFd {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.edu_global7mIok .site_primea6SoJ {
    position: relative;
}.edu_global7mIok .site_primea6SoJ h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-bottom: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 1.5rem;
}.edu_global7mIok .site_primea6SoJ h5::after {
    background: #ffffff;
    bottom: -2px;
    height: 2px;
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd {
    gap: 1rem;
    display: grid;
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd a {
    text-decoration: none;
    display: flex;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd a::after {
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    content: "\2192";
    opacity: 0;
    transform: translateX(-5px);
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.assign_helpgCMcb {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 4rem;
}.assign_helpgCMcb .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.assign_helpgCMcb .comm_guideq24Dm {
    padding: 0 1rem;
    position: relative;
    opacity: 0.9;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}.edu_global7mIok::after {
    position: absolute;
    width: 50px;
    top: 2rem;
    right: 2rem;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}.edu_global7mIok .company_holder::before {
    content: "";
    top: 0;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 50px;
}.edu_global7mIok .company_holder::after {
    height: 50px;
    position: absolute;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
}.edu_global7mIok .terms_legalm59zr::after {
    width: 50px;
    right: 0;
    bottom: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
}

@media (max-width: 1200px) {.edu_global7mIok .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.edu_global7mIok {
    padding: 4rem 0 2rem;
}.edu_global7mIok .container {
    grid-template-columns: 1fr;
}.edu_global7mIok .company_holder,
    .edu_global7mIok .terms_legalm59zr {
    grid-column: span 12;
}.edu_global7mIok .company_holder {
    margin-bottom: 2rem;
}.edu_global7mIok::after,
    .edu_global7mIok .company_holder::before,
    .edu_global7mIok .company_holder::after,
    .edu_global7mIok .terms_legalm59zr::after {
    display: none;
}
}

@media (max-width: 768px) {.edu_global7mIok {
    padding: 3rem 0 1.5rem;
}.edu_global7mIok .head_know3HCFd {
    gap: 1.5rem;
}.edu_global7mIok .company_holder h3 {
    font-size: calc(31px - 2px);
}.assign_helpgCMcb {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.edu_global7mIok {
    padding: 2.5rem 0 1rem;
}.edu_global7mIok .head_know3HCFd {
    gap: 2rem;
    grid-template-columns: 1fr;
}.edu_global7mIok .volunteerEGlN6 {
    padding-left: 1rem;
}.assign_helpgCMcb {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.edu_global7mIok .company_holder h3::after,
    .edu_global7mIok .site_primea6SoJ h5::after {
    width: 30px;
}.edu_global7mIok .site_primea6SoJ .head_know3HCFd a:hover {
    padding-left: 0.3rem;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(238,233,223), #ffffff);
    z-index: 100;
    box-shadow: 0 5px 15px rgb(204,195,190,0.5);
    position: relative;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .top_pagewrapWmUzd {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}header .top_master1WZRO {
    padding: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 0.5rem;
}header .top_master1WZRO::after {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(204,195,190), transparent);
    content: '';
    position: absolute;
    bottom: -5px;
    opacity: 0.7;
    width: 100%;
    height: 2px;
}header .top_master1WZRO svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}header .top_master1WZRO:hover svg {
    transform: scale(1.05);
}header .site_primea6SoJ {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    padding: 0.8rem;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(204,195,190,0.5), rgb(164,151,150,0.5));
    border-radius: 22px;
    justify-content: center;
}header .head_navu6j3e {
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}header .head_navu6j3e:hover {
    box-shadow: 0 4px 8px rgb(204,195,190,0.5);
    background: linear-gradient(135deg, rgb(204,195,190), rgb(164,151,150));
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_master1WZRO svg {
    width: 160px;
}header .site_primea6SoJ {
    padding: 0.7rem;
}header .head_navu6j3e {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_pagewrapWmUzd {
    gap: 1rem;
}header .top_master1WZRO svg {
    width: 140px;
}header .site_primea6SoJ {
    gap: 0.4rem;
    padding: 0.6rem;
}header .head_navu6j3e {
    font-size: calc(16px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_pagewrapWmUzd {
    gap: 0.8rem;
}header .top_master1WZRO svg {
    width: 120px;
}header .site_primea6SoJ {
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .site_primea6SoJ::-webkit-scrollbar {
    height: 3px;
}header .site_primea6SoJ::-webkit-scrollbar-thumb {
    background: rgb(204,195,190);
    border-radius: 10px;
}header .head_navu6j3e {
    font-size: calc(16px - 2px);
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.contact_boxw1MFB {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}.contact_boxw1MFB::before {
    z-index: -1;
    opacity: 0.95;
    inset: 0;
    content: '';
    background-color: rgb(204,195,190);
    position: absolute;
}.contact_boxw1MFB .container {
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}.contact_boxw1MFB .request_feedbackjerhg {
    position: relative;
    flex-direction: column;
    display: flex;
}.contact_boxw1MFB .help_messageKP8hu {
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}.contact_boxw1MFB .help_messageKP8hu h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}.contact_boxw1MFB .help_messageKP8hu h3::after {
    bottom: -10px;
    background: rgb(164,151,150);
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
}.contact_boxw1MFB .help_messageKP8hu div {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 12px 20px;
    margin: 15px 10px;
}.contact_boxw1MFB .help_messageKP8hu div:hover {
    transform: translateY(-5px);
    background-color: rgb(164,151,150);
}.contact_boxw1MFB .help_messageKP8hu div svg {
    height: 18px;
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
}.contact_boxw1MFB .help_messageKP8hu div svg path {
    fill: #ffffff;
}.contact_boxw1MFB .help_messageKP8hu div span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
}.contact_boxw1MFB .help_messageKP8hu div span a {
    text-decoration: none;
    color: #ffffff;
}.contact_boxw1MFB .support_listtY7QW {
    display: grid;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 19px;
}.contact_boxw1MFB .support_listtY7QW h3 {
    text-align: center;
    grid-column: span 3;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}.contact_boxw1MFB .support_listtY7QW form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: span 3;
    gap: 20px;
}.contact_boxw1MFB .support_listtY7QW input#name {
    grid-column: span 1;
}.contact_boxw1MFB .support_listtY7QW input#phone {
    grid-column: span 1;
}.contact_boxw1MFB .support_listtY7QW input#email {
    grid-column: span 1;
}.contact_boxw1MFB .support_listtY7QW input[type="text"],
.contact_boxw1MFB .support_listtY7QW input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    padding: 0 20px;
    color: #000000;
    transition: box-shadow 0.3s ease;
    width: 100%;
    border: none;
    height: 55px;
    background-color: rgb(238,233,223);
}.contact_boxw1MFB .support_listtY7QW input[type="text"]:focus,
.contact_boxw1MFB .support_listtY7QW input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(164,151,150);
    outline: none;
}.contact_boxw1MFB .support_listtY7QW input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i {
    grid-column: span 2;
    display: flex;
    align-items: center;
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid rgb(238,233,223);
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i input[type="checkbox"]:checked {
    border-color: rgb(164,151,150);
    background-color: rgb(164,151,150);
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i input[type="checkbox"]:checked::before {
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    content: '✓';
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i label a {
    color: rgb(164,151,150);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i label a:hover {
    color: rgb(204,195,190);
}.contact_boxw1MFB .support_listtY7QW .query_feedbackqeAbE {
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    background-color: rgb(164,151,150);
    height: 55px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    grid-column: span 1;
    cursor: pointer;
}.contact_boxw1MFB .support_listtY7QW .query_feedbackqeAbE:hover {
    transform: translateY(-3px);
    background-color: rgb(204,195,190);
}

@media screen and (min-width: 992px) {.contact_boxw1MFB .request_feedbackjerhg {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.contact_boxw1MFB .help_messageKP8hu {
    margin-bottom: 0;
    text-align: left;
    width: 30%;
}.contact_boxw1MFB .help_messageKP8hu h3 {
    margin-bottom: 30px;
}.contact_boxw1MFB .help_messageKP8hu h3::after {
    width: 50%;
}.contact_boxw1MFB .help_messageKP8hu div {
    margin: 15px 0;
    text-align: left;
    display: block;
}.contact_boxw1MFB .support_listtY7QW {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.contact_boxw1MFB .support_listtY7QW input#name,
    .contact_boxw1MFB .support_listtY7QW input#phone,
    .contact_boxw1MFB .support_listtY7QW input#email {
    grid-column: span 3;
}.contact_boxw1MFB .support_listtY7QW .message_supportRHr0i {
    grid-column: span 3;
}.contact_boxw1MFB .support_listtY7QW .query_feedbackqeAbE {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.contact_boxw1MFB {
    padding: 60px 0;
}.contact_boxw1MFB .help_messageKP8hu {
    margin-bottom: 30px;
}.contact_boxw1MFB .help_messageKP8hu h3 {
    font-size: calc(20px + 2px);
}.contact_boxw1MFB .support_listtY7QW {
    padding: 30px 20px;
}.contact_boxw1MFB .support_listtY7QW form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.contact_boxw1MFB {
    padding: 40px 0;
}.contact_boxw1MFB .help_messageKP8hu div {
    text-align: left;
    width: 100%;
    margin: 10px 0;
    display: block;
}}.modalCookieAgreementpzhy8 {
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(238,233,223);
    bottom: 0;
    border-top: 2px solid rgb(204,195,190);
}#cookiePopupWindowdarR8 {
    display: none;
}#cookiePopupWindowdarR8:checked ~ .modalCookieAgreementpzhy8 {
    opacity: 0;
    visibility: hidden;
}.visitor_privacyGlTsO {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}.modalCookieAgreementpzhy8 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.modalCookieAgreementpzhy8 p {
    font-size: 18px;
}.online_cookiesOWxGS {
    flex-shrink: 0;
    margin-right: 10px;
}.online_cookiesOWxGS svg, .online_cookiesOWxGS svg path, .online_cookiesOWxGS img {
    width: 100px;
    height: 100px;
    fill: rgb(204,195,190);
}.tracking_policyJ9Ss5 {
    text-align: center;
    border-bottom: 2px solid rgb(204,195,190);
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
    color: rgb(204,195,190);
    min-width: 120px;
    line-height: 35px;
    margin-left: 10px;
}.modalCookieAgreementpzhy8 p a {
    color: rgb(204,195,190);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalCookieAgreementpzhy8 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.online_cookiesOWxGS {
    display: none;
}.visitor_privacyGlTsO {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.modalCookieAgreementpzhy8 h5 {
    text-align: center;
}.modalCookieAgreementpzhy8 p {
    text-align: center;
}.cookie_menuAXuF9 {
    margin-bottom: 20px;
}body .wrapping-containerucLWs .tracking_policyJ9Ss5 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapping-containerucLWs .modalCookieAgreementpzhy8 {
    background: rgb(204,195,190);
    box-shadow: rgb(164,151,150,0.5) 0px 0px 10px 10px;
}.wrapping-containerucLWs .visitor_privacyGlTsO {
    padding: 40px 0;
    justify-content: space-between;
}.wrapping-containerucLWs .tracking_policyJ9Ss5 {
    padding: 10px;
    font-size: 20px;
    background: #ffffff;
    color: rgb(204,195,190);
    border: none;
    margin-left: 30px;
}.wrapping-containerucLWs .cookie_menuAXuF9 {
    color: #ffffff;
    text-align: left;
}.wrapping-containerucLWs .cookie_menuAXuF9 h5 {
    font-weight: 700;
}.wrapping-containerucLWs .cookie_menuAXuF9 h5, .wrapping-containerucLWs .cookie_menuAXuF9 p {
    color: #ffffff;
}.wrapping-containerucLWs .modalCookieAgreementpzhy8 p a {
    text-decoration: underline;
    color: rgb(164,151,150);
}.secure_stockadeMCHxm {
    width: 90%;
    background: #ffffff;
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
}.secure_stockadeMCHxm:before, .secure_stockadeMCHxm:after {
    width: 100%;
    background: linear-gradient(45deg, rgb(204,195,190,0.5), rgb(164,151,150,0.5));
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 0;
    transform-origin: center;
    left: 0;
    opacity: 0.2;
    content: "";
    top: 0;
}.secure_stockadeMCHxm h1 {
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    z-index: 1;
    font-weight: 700;
    border-bottom: 2px solid rgb(204,195,190);
    position: relative;
    margin-top: 20px;
    font-size: 41px;
    padding-bottom: 10px;
}.secure_stockadeMCHxm h2 {
    z-index: 1;
    border-bottom: 1px solid rgb(164,151,150,0.5);
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: rgb(164,151,150);
}.secure_stockadeMCHxm ul, .secure_stockadeMCHxm ol {
    padding-left: 0;
    z-index: 1;
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}.secure_stockadeMCHxm li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    counter-increment: list-counter;
    line-height: 1.6;
    padding-left: 30px;
}.secure_stockadeMCHxm li:before {
    color: rgb(204,195,190);
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    top: 0;
    content: counter(list-counter, decimal-leading-zero);
}.secure_stockadeMCHxm div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    line-height: 1.8;
    border-radius: 10px;
    margin-bottom: 20px;
    z-index: 1;
    padding: 20px;
    background: #ffffff;
}.secure_stockadeMCHxm .container {
    z-index: 1;
    position: relative;
}.secure_stockadeMCHxm h3, .secure_stockadeMCHxm h4, .secure_stockadeMCHxm h5, .secure_stockadeMCHxm h6 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: rgb(204,195,190);
    margin-bottom: 10px;
    margin-top: 20px;
}.secure_stockadeMCHxm p, .secure_stockadeMCHxm span {
    z-index: 1;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 18px;
}.secure_stockadeMCHxm a {
    color: rgb(164,151,150);
    font-weight: 600;
    position: relative;
    text-decoration: none;
    z-index: 1;
    border-bottom: 1px solid rgb(164,151,150);
}.secure_stockadeMCHxm a:hover {
    border-bottom: 1px solid rgb(204,195,190);
    color: rgb(204,195,190);
}.secure_stockadeMCHxm button {
    color: #ffffff;
    font-weight: 700;
    background: rgb(204,195,190);
    padding: 15px 30px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    position: relative;
}.secure_stockadeMCHxm button:hover {
    background: rgb(164,151,150);
}

@media only screen and (max-width: 800px) {.secure_stockadeMCHxm {
    padding: 20px;
    width: 95%;
}.secure_stockadeMCHxm h1 {
    font-size: calc(23px - 5px);
}.secure_stockadeMCHxm h2 {
    font-size: calc(23px - 3px);
}.secure_stockadeMCHxm ul, .secure_stockadeMCHxm ol {
    padding-left: 10px;
}.secure_stockadeMCHxm li {
    padding-left: 20px;
}.secure_stockadeMCHxm button {
    padding: 10px 20px;
}}.title_welcomenCYup {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    background-color: #f9f9fb;
    height: 100vh;
}.title_welcomenCYup .image_containerTVSv1 {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    width: 50%;
    position: absolute;
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    z-index: 1;
}.title_welcomenCYup .image_containerTVSv1::after {
    width: 100%;
    left: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, rgba(94,170,168,0.1) 50%, rgba(94,170,168,0.5) 100%);
    top: 0;
}.title_welcomenCYup .learning_programwipX8 {
    width: 60%;
    flex-direction: column;
    position: relative;
    background: linear-gradient(120deg, #ffffff 60%, transparent 80%);
    height: 100%;
    z-index: 3;
    justify-content: center;
    display: flex;
    padding: 0 5%;
}.title_welcomenCYup h1 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(47px * 1.2);
    transform: translateX(-30px);
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    font-weight: 700;
}.title_welcomenCYup h1::before {
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    content: "";
    position: absolute;
    left: -20px;
    background-color: rgb(164,151,150);
    height: 70%;
}.title_welcomenCYup .text_holder_itemwUJGT {
    max-width: 600px;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}.title_welcomenCYup .text_holder_itemwUJGT p {
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
}.title_welcomenCYup .text_holder_itemwUJGT p::after {
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(164,151,150) 0%, rgba(94,170,168,0.2) 100%);
    position: absolute;
    width: 80px;
}.title_welcomenCYup .learning_leadql3sj {
    margin: 2rem 0;
    align-items: center;
    position: relative;
    display: flex;
}.title_welcomenCYup .learning_leadql3sj svg {
    transform: rotate(-5deg);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 100px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100px;
}.title_welcomenCYup .learning_leadql3sj:hover svg {
    transform: rotate(0deg) scale(1.05);
}.title_welcomenCYup svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title_welcomenCYup svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_welcomenCYup h6 {
    margin-top: 2rem;
}.title_welcomenCYup .query_feedbackqeAbE {
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: translateY(0);
    padding: 0.8rem 1.8rem;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(164,151,150) 0%, rgb(94,170,168) 100%);
    font-weight: 600;
    font-size: 19px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
}.title_welcomenCYup .query_feedbackqeAbE::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    transition: all 0.6s ease;
}.title_welcomenCYup .query_feedbackqeAbE:hover {
    box-shadow: 0 6px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.title_welcomenCYup .query_feedbackqeAbE:hover::before {
    left: 100%;
}

@keyframes slideIn {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {.title_welcomenCYup .learning_programwipX8 {
    padding: 0 4%;
    width: 65%;
}.title_welcomenCYup .image_containerTVSv1 {
    width: 45%;
}.title_welcomenCYup h1 {
    font-size: calc(47px * 1.1);
}
}

@media screen and (max-width: 992px) {.title_welcomenCYup {
    height: auto;
    min-height: 100vh;
}.title_welcomenCYup .learning_programwipX8 {
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    padding: 100px 5% 60px;
}.title_welcomenCYup .image_containerTVSv1 {
    height: 100%;
    width: 100%;
    z-index: 0;
    clip-path: none;
}.title_welcomenCYup h1 {
    font-size: 47px;
}.title_welcomenCYup .text_holder_itemwUJGT {
    max-width: 500px;
}
}

@media screen and (max-width: 768px) {.title_welcomenCYup .learning_programwipX8 {
    padding: 80px 5% 50px;
}.title_welcomenCYup h1 {
    font-size: calc(47px * 0.9);
}.title_welcomenCYup .text_holder_itemwUJGT p {
    font-size: 12px;
}.title_welcomenCYup .learning_leadql3sj svg {
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 576px) {.title_welcomenCYup .learning_programwipX8 {
    padding: 60px 5% 40px;
}.title_welcomenCYup h1 {
    font-size: calc(47px * 0.8);
}.title_welcomenCYup .text_holder_itemwUJGT {
    max-width: 100%;
}.title_welcomenCYup .learning_leadql3sj svg {
    width: 70px;
    height: 70px;
}.title_welcomenCYup .query_feedbackqeAbE {
    padding: 0.7rem 1.5rem;
}}.program_structurebpWka {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, #ffffff 100%);
    overflow: hidden;
}.program_structurebpWka::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(204,195,190,0.5) 0%, transparent 70%);
    content: "";
    pointer-events: none;
    z-index: 1;
    position: absolute;
}.program_structurebpWka::after {
    width: 200px;
    position: absolute;
    transform: rotate(45deg);
    right: -50px;
    filter: blur(50px);
    top: -50px;
    content: "";
    background: rgb(164,151,150,0.5);
    height: 200px;
    z-index: 0;
}.program_structurebpWka .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.program_structurebpWka h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    animation: slideInTitle 0.8s 0.2s forwards;
    color: #000000;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 35px;
}.program_structurebpWka h2::after {
    content: "";
    height: 4px;
    background: rgb(204,195,190);
    left: 0;
    animation: expandUnderline 1s 0.6s forwards;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    bottom: -15px;
}.program_structurebpWka .job_trainingqd62m {
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards;
    transform: translateY(30px);
    display: flex;
    gap: 40px;
    flex-direction: column;
}.program_structurebpWka .image_containerTVSv1 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    z-index: 3;
    height: 300px;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    width: 100%;
    border-radius: 10px;
}.program_structurebpWka .image_containerTVSv1::before {
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(164,151,150,0.5), transparent);
    inset: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 2;
    border-radius: 10px;
    content: "";
}.program_structurebpWka .image_containerTVSv1:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}.program_structurebpWka .image_containerTVSv1:hover::before {
    opacity: 0.3;
}.program_structurebpWka .text_holder_itemwUJGT {
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 30px;
}.program_structurebpWka .text_holder_itemwUJGT::before {
    content: "";
    width: 4px;
    position: absolute;
    animation: expandVertical 1s 0.8s forwards;
    height: 0;
    top: 0;
    left: 0;
    background: rgb(204,195,190);
}.program_structurebpWka .description {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform: translateY(0);
    line-height: 1.7;
    color: #000000;
    font-size: calc(12px - 1px);
    opacity: 0.95;
}.program_structurebpWka .description:last-child {
    margin-bottom: 0;
}.program_structurebpWka .description:nth-child(1) {
    opacity: 0;
    animation: fadeInText 0.8s 0.6s forwards;
}.program_structurebpWka .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}

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

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

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

@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.program_structurebpWka {
    padding: 150px 0;
}.program_structurebpWka h2 {
    margin-bottom: 60px;
    font-size: calc(35px + 0.5rem);
    max-width: 80%;
}.program_structurebpWka h2::after {
    width: 120px;
}.program_structurebpWka .job_trainingqd62m {
    align-items: flex-start;
    gap: 60px;
    flex-direction: row;
}.program_structurebpWka .image_containerTVSv1 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    height: auto;
    flex: 0 0 45%;
    min-height: 500px;
}.program_structurebpWka .text_holder_itemwUJGT {
    transform: translateY(30px);
    padding: 40px;
    flex: 1;
}.program_structurebpWka .description {
    font-size: 12px;
}
}

@media (min-width: 1024px) {.program_structurebpWka {
    padding: 180px 0;
}.program_structurebpWka h2 {
    font-size: calc(35px + 0.8rem);
    max-width: 70%;
}.program_structurebpWka .job_trainingqd62m {
    gap: 80px;
}.program_structurebpWka .image_containerTVSv1 {
    min-height: 600px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
}.program_structurebpWka .text_holder_itemwUJGT {
    scrollbar-width: thin;
    padding: 50px;
    scrollbar-color: rgb(204,195,190) rgb(238,233,223);
    overflow-y: auto;
    max-height: 600px;
    transform: translateY(50px);
}.program_structurebpWka .text_holder_itemwUJGT::-webkit-scrollbar {
    width: 6px;
}.program_structurebpWka .text_holder_itemwUJGT::-webkit-scrollbar-track {
    background: rgb(238,233,223);
}.program_structurebpWka .text_holder_itemwUJGT::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(204,195,190);
}
}

@media (max-width: 767px) {.program_structurebpWka {
    padding: 80px 0;
}.program_structurebpWka h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 40px;
}.program_structurebpWka .image_containerTVSv1 {
    height: 250px;
}.program_structurebpWka .text_holder_itemwUJGT {
    padding: 25px 20px;
}.program_structurebpWka .description {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.join_our_community9D3t7 {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(204,195,190,0.5) 0%, rgb(238,233,223) 100%);
}.join_our_community9D3t7::before {
    transform: scale(1.5);
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(164,151,150,0.5) 45%, rgb(164,151,150,0.5) 55%, transparent 55%);
    content: "";
}.join_our_community9D3t7 .learning_programwipX8 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.join_our_community9D3t7 .request_feedbackjerhg {
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: linear-gradient(110deg, #ffffff 0%, rgb(238,233,223) 100%);
    padding: 3rem;
    flex-direction: column;
    margin-left: auto;
    transform: skewX(-10deg);
    border-radius: 19px;
    position: relative;
    max-width: 600px;
}.join_our_community9D3t7 .request_feedbackjerhg::after {
    right: -10px;
    width: 60%;
    height: 10px;
    top: -10px;
    content: "";
    background: rgb(164,151,150);
    position: absolute;
    transform: skewX(15deg);
}.join_our_community9D3t7 .request_feedbackjerhg::before {
    position: absolute;
    width: 60%;
    transform: skewX(15deg);
    left: -10px;
    background: rgb(204,195,190);
    bottom: -10px;
    height: 10px;
    content: "";
}.join_our_community9D3t7 h3 {
    margin-bottom: 1.5rem;
    font-size: 21px;
    transform: skewX(10deg);
    font-weight: 700;
    padding-left: 1rem;
    color: #000000;
    position: relative;
}.join_our_community9D3t7 h3::before {
    height: 100%;
    transform: skewY(45deg);
    content: "";
    position: absolute;
    background: rgb(204,195,190);
    width: 5px;
    top: 0;
    left: 0;
}.join_our_community9D3t7 .input_holder {
    flex-direction: column;
    gap: 1.2rem;
    transform: skewX(10deg);
    display: flex;
}.join_our_community9D3t7 input[type="email"] {
    border-radius: 10px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    font-size: 17px;
    transition: all 0.3s ease;
    border: 2px solid rgb(164,151,150,0.5);
    width: 100%;
    padding: 0.8rem 1.5rem;
    color: #000000;
}.join_our_community9D3t7 input[type="email"]:focus {
    border-color: rgb(204,195,190);
    transform: translateX(0);
    outline: none;
    box-shadow: 0 0 10px rgb(204,195,190,0.5);
}.join_our_community9D3t7 input[type="submit"] {
    align-self: flex-end;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 10px;
    transform: translateY(0);
}.join_our_community9D3t7 input[type="submit"]:hover {
    background: linear-gradient(90deg, rgb(164,151,150) 0%, rgb(204,195,190) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {.join_our_community9D3t7 {
    padding: 3rem 1rem;
}.join_our_community9D3t7 .request_feedbackjerhg {
    max-width: 100%;
    padding: 2rem;
    transform: skewX(-5deg);
}.join_our_community9D3t7 h3 {
    transform: skewX(5deg);
    font-size: calc(21px * 0.9);
}.join_our_community9D3t7 .input_holder {
    transform: skewX(5deg);
}.join_our_community9D3t7 input[type="email"] {
    padding: 0.7rem 1rem;
}.join_our_community9D3t7 input[type="submit"] {
    align-self: center;
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 480px) {.join_our_community9D3t7 {
    padding: 2rem 0.8rem;
}.join_our_community9D3t7 .request_feedbackjerhg {
    transform: none;
    padding: 1.5rem;
}.join_our_community9D3t7 h3 {
    transform: none;
    padding-left: 0;
    text-align: center;
    font-size: calc(21px * 0.8);
}.join_our_community9D3t7 h3::before {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    height: 5px;
    width: 50px;
}.join_our_community9D3t7 .input_holder {
    transform: none;
}.join_our_community9D3t7 input[type="email"] {
    transform: none;
}
}