* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1240px;
    margin: auto;
    max-width: 100%;
}.site_headKVES {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-containerRIOs {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.project_refvBWq {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(185,211,169) 100%);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgb(185,211,169,0.5);
    left: 0;
    z-index: 1000;
    -webkit-backdrop-filter: blur(8px);
    top: 0;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}header:before {
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    animation: shine 8s infinite linear;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(185,211,169,0.5), transparent);
    content: '';
    left: 0;
    background-size: 200% 100%;
}header .head_learnwsKO {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .header_baseBioH {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .top_sectionbRJm {
    display: flex;
    gap: 25px;
    position: relative;
}header .top_sectionbRJm:before {
    transform-origin: left;
    left: 0;
    height: 1px;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    position: absolute;
    bottom: -8px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(185,211,169), transparent);
    content: '';
}header .top_sectionbRJm:hover:before {
    transform: scaleX(1);
}header .top_proNCIG {
    font-family: Arial, sans-serif;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
}header .top_proNCIG:after {
    height: 2px;
    transform-origin: right;
    background: rgb(185,211,169);
    content: '';
    left: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
}header .top_proNCIG:before {
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    height: 4px;
    width: 4px;
    opacity: 0;
    content: '';
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgb(185,211,169);
}header .top_proNCIG:hover {
    text-shadow: 0 0 8px rgb(185,211,169,0.5);
    color: rgb(185,211,169);
}header .top_proNCIG:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .top_proNCIG:hover:before {
    opacity: 1;
}header .top_learnucEX {
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .top_learnucEX svg {
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(185,211,169,0.5));
}header .top_learnucEX:hover svg {
    transform: scale(1.05);
}header .top_learnucEX:after {
    transition: width 0.4s ease;
    bottom: -8px;
    background: rgb(185,211,169);
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}header .top_learnucEX:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .top_sectionbRJm {
    gap: 15px;
}header .top_proNCIG {
    font-size: calc(15px - 1px);
}header .top_learnucEX svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_sectionbRJm {
    background: #000000;
    height: 100vh;
    right: -100%;
    width: 80%;
    z-index: 1001;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    top: 0;
    max-width: 300px;
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
}header .menu.active {
    right: 0;
}header .top_proNCIG {
    border-bottom: 1px solid rgb(185,211,169,0.5);
    padding: 10px 5px;
    width: 100%;
}header .top_sectionbRJm:before {
    display: none;
}header .top_learnucEX {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_learnucEX svg {
    height: 30px;
}}.receive_updateswtlL {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(185,211,169) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.receive_updateswtlL::before {
    width: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    transform: translateZ(0);
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(185,211,169,0.5) 0px, transparent 2px, transparent 10px, rgb(185,211,169,0.5) 12px);
}.receive_updateswtlL::after {
    position: absolute;
    background: rgb(147,184,127);
    height: 200%;
    right: -20%;
    width: 70%;
    opacity: 0.1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: -1;
    transform: rotate(-20deg);
    top: -50%;
}.receive_updateswtlL .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.receive_updateswtlL .study_centerGAzk {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.receive_updateswtlL .study_centerGAzk:hover {
    transform: perspective(1000px) rotateY(0deg);
}.receive_updateswtlL h3 {
    font-weight: 700;
    transform: translateX(-10px);
    color: #ffffff;
    opacity: 0;
    margin: 0;
    line-height: 1.4;
    position: relative;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(21px * 1.2);
}.receive_updateswtlL h3::before {
    animation: growLine 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    background: rgb(147,184,127);
    width: 5px;
    left: -20px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 0;
    top: 50%;
}.receive_updateswtlL .input_holder {
    flex-direction: column;
    transform: translateY(10px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    display: flex;
    gap: 1rem;
}.receive_updateswtlL .input_holder div {
    overflow: hidden;
    flex: 1;
    position: relative;
}.receive_updateswtlL .input_holder div::before {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(147,184,127);
    content: "";
    left: 0;
}.receive_updateswtlL .input_holder div:hover::before,
.receive_updateswtlL .input_holder div:focus-within::before {
    width: 100%;
}.receive_updateswtlL .email_containerkEnF {
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #000000;
}.receive_updateswtlL .email_containerkEnF:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.receive_updateswtlL .support_sectionXOJv {
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(147,184,127) 0%, rgb(185,211,169) 100%);
    z-index: 1;
    padding: 1.1rem 2rem;
    cursor: pointer;
    border: none;
    font-size: 19px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.receive_updateswtlL .support_sectionXOJv::before {
    height: 100%;
    content: "";
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    z-index: -1;
    top: 0;
    background: rgb(147,184,127);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}.receive_updateswtlL .support_sectionXOJv:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.receive_updateswtlL .support_sectionXOJv:hover::before {
    transform: translateX(0);
}.receive_updateswtlL .support_sectionXOJv:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@keyframes growLine {
    to {
        height: 80%;
    }
}

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

@media (min-width: 768px) {.receive_updateswtlL {
    padding: 6rem 3rem;
}.receive_updateswtlL .study_centerGAzk {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.receive_updateswtlL h3 {
    font-size: 21px;
}.receive_updateswtlL .input_holder {
    flex-direction: row;
}.receive_updateswtlL .email_containerkEnF {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.receive_updateswtlL .support_sectionXOJv {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-shrink: 0;
}
}

@media (min-width: 992px) {.receive_updateswtlL {
    padding: 7rem 4rem;
}.receive_updateswtlL .study_centerGAzk {
    gap: 4rem;
}.receive_updateswtlL h3 {
    font-size: calc(21px * 1.1);
}.receive_updateswtlL::before {
    background-size: 20px 20px;
}
}

@media (min-width: 1200px) {.receive_updateswtlL {
    padding: 8rem 2rem;
}.receive_updateswtlL h3 {
    font-size: calc(21px * 1.2);
}.receive_updateswtlL .study_centerGAzk {
    transform: perspective(1200px) rotateY(3deg);
}.receive_updateswtlL .email_containerkEnF {
    padding: 1.3rem 1.8rem;
}.receive_updateswtlL .support_sectionXOJv {
    padding: 1.3rem 2.5rem;
}
}

@media (max-width: 767px) {.receive_updateswtlL .study_centerGAzk {
    transform: none;
}.receive_updateswtlL h3 {
    margin-bottom: 1rem;
    text-align: center;
}.receive_updateswtlL h3::before {
    left: -10px;
}.receive_updateswtlL .support_sectionXOJv {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (hover: none) {.receive_updateswtlL .study_centerGAzk:hover {
    transform: none;
}.receive_updateswtlL .support_sectionXOJv:hover {
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.receive_updateswtlL .email_containerkEnF:focus {
    transform: none;
}}.contact_informationTXeS {
    overflow: hidden;
    position: relative;
    background: rgb(222,235,209);
    padding: 120px 0;
}.contact_informationTXeS::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(185,211,169), rgb(147,184,127));
    top: 0;
    width: 100%;
    height: 5px;
}.contact_informationTXeS .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact_informationTXeS h2 {
    padding-left: 20px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 38px;
    text-align: left;
    position: relative;
}.contact_informationTXeS h2::before {
    height: 100%;
    border-radius: 10px;
    position: absolute;
    background: rgb(185,211,169);
    left: 0;
    content: "";
    width: 5px;
    top: 0;
}.contact_informationTXeS .help_mapPLFf {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.contact_informationTXeS .img_gridYMQP {
    position: relative;
    border-radius: 18px;
    min-height: 500px;
    order: 2;
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(185,211,169,0.5);
}.contact_informationTXeS .help_formWAEC {
    order: 1;
}.contact_informationTXeS form {
    background: #ffffff;
    padding: 50px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
}.contact_informationTXeS form h3 {
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.contact_informationTXeS form input[type="text"] {
    padding: 18px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: none;
    background: rgb(222,235,209);
    color: #000000;
    font-size: 14px;
}.contact_informationTXeS form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(185,211,169,0.5);
    outline: none;
}.contact_informationTXeS form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_informationTXeS .inquiry_helpnBdx {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_informationTXeS .inquiry_helpnBdx input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_informationTXeS .inquiry_helpnBdx label {
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 14px;
    position: relative;
}.contact_informationTXeS .inquiry_helpnBdx label::before {
    height: 22px;
    border-radius: 10px;
    content: "";
    top: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
    background: rgb(222,235,209);
}.contact_informationTXeS .inquiry_helpnBdx input[type="checkbox"]:checked + label::before {
    background: rgb(185,211,169);
}.contact_informationTXeS .inquiry_helpnBdx input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    left: 8px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}.contact_informationTXeS .inquiry_helpnBdx label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(185,211,169);
    transition: all 0.3s ease;
}.contact_informationTXeS .inquiry_helpnBdx label a:hover {
    color: rgb(147,184,127);
}.contact_informationTXeS form .support_sectionXOJv {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    border: none;
    background: #000000;
    padding: 18px 40px;
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.contact_informationTXeS form .support_sectionXOJv:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(185,211,169);
}.contact_informationTXeS svg {
    height: 20px;
    width: 20px;
    fill: rgb(185,211,169);
}.contact_informationTXeS svg path {
    fill: rgb(185,211,169);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_informationTXeS {
    padding: 90px 0;
}.contact_informationTXeS .help_mapPLFf {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_informationTXeS .img_gridYMQP {
    min-height: 400px;
    margin: 0 auto;
    order: 1;
    max-width: 600px;
}.contact_informationTXeS .help_formWAEC {
    order: 2;
}.contact_informationTXeS form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact_informationTXeS {
    padding: 70px 0;
}.contact_informationTXeS h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.contact_informationTXeS .img_gridYMQP {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(185,211,169,0.5);
    min-height: 300px;
}.contact_informationTXeS form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_informationTXeS {
    padding: 50px 0;
}.contact_informationTXeS h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.contact_informationTXeS .img_gridYMQP {
    box-shadow: -8px 8px 0 rgb(185,211,169,0.5);
    min-height: 250px;
}.contact_informationTXeS form {
    padding: 30px 20px;
}.contact_informationTXeS form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact_informationTXeS form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_informationTXeS form .support_sectionXOJv {
    width: 100%;
    padding: 15px 20px;
}}.thxSpaceBWgc {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,235,209), #ffffff);
    position: relative;
}.thxSpaceBWgc::before {
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(147,184,127,0.5) 49.5%, rgb(147,184,127,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(147,184,127,0.5) 49.5%, rgb(147,184,127,0.5) 50.5%, transparent 50.5%);
    opacity: 0.2;
    z-index: 1;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    animation: movePattern 40s linear infinite;
    position: absolute;
    top: 0;
}.thxSpaceBWgc::after {
    transform: rotate(25deg);
    content: "";
    background: linear-gradient(120deg, rgb(185,211,169,0.5) 10%, transparent 80%);
    position: absolute;
    right: -20%;
    width: 70%;
    opacity: 0.1;
    top: -50%;
    height: 200%;
    z-index: 0;
}.thxSpaceBWgc .container {
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.thxSpaceBWgc h2 {
    transform: translateZ(20px);
    font-size: 34px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height: 1.4;
    font-weight: 600;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}.thxSpaceBWgc h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(185,211,169), rgb(147,184,127));
    height: 3px;
    left: 0;
    bottom: -16px;
    transform: scaleX(0);
    animation: expandLine 0.6s 0.4s forwards ease-out;
    transform-origin: left;
    position: absolute;
    content: "";
}.thxSpaceBWgc .study_centerGAzk {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    transform: translateZ(10px) translateY(10px);
    background: #ffffff;
    opacity: 0;
    border-left: 4px solid rgb(147,184,127);
    padding: 35px 40px 30px;
    position: relative;
}.thxSpaceBWgc .study_centerGAzk::before {
    content: "";
    right: 20px;
    height: 100px;
    top: 20px;
    border-radius: 50%;
    transform: translateZ(-5px);
    width: 100px;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,184,127,0.5) 30%, transparent 70%);
}.thxSpaceBWgc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thxSpaceBWgc li {
    padding-left: 25px;
    position: relative;
}.thxSpaceBWgc li::before {
    left: 0;
    width: 8px;
    position: absolute;
    height: 8px;
    background: rgb(185,211,169);
    transform: rotate(45deg);
    animation: pulse 3s infinite;
    opacity: 0.9;
    content: "";
    top: 8px;
}.thxSpaceBWgc li span {
    display: block;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.thxSpaceBWgc {
    padding: 100px 0;
}.thxSpaceBWgc h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 992px) {.thxSpaceBWgc {
    padding: 80px 0;
}.thxSpaceBWgc h2 {
    font-size: calc(34px * 0.85);
}.thxSpaceBWgc::after {
    right: -50%;
    width: 100%;
}.thxSpaceBWgc .study_centerGAzk {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.thxSpaceBWgc {
    padding: 60px 0;
}.thxSpaceBWgc h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.thxSpaceBWgc h2::after {
    width: 60px;
    bottom: -12px;
}.thxSpaceBWgc .study_centerGAzk {
    padding: 25px 30px 20px;
}.thxSpaceBWgc li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thxSpaceBWgc {
    padding: 50px 0;
}.thxSpaceBWgc h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.thxSpaceBWgc .study_centerGAzk {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.thxSpaceBWgc li {
    padding-left: 20px;
}.thxSpaceBWgc li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.thxSpaceBWgc li span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.thxSpaceBWgc::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.thxSpaceBWgc .study_centerGAzk:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.landing_pageEINe {
    min-height: 600px;
    position: relative;
    perspective: 1200px;
    width: 100%;
    background-color: rgb(222,235,209);
    height: 100vh;
    overflow: hidden;
}.landing_pageEINe::before {
    width: 100%;
    background-size: 20px 20px;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    animation: gridMove 30s infinite linear;
    position: absolute;
}.landing_pageEINe::after {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: soft-light;
    width: 100%;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(185,211,169,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(147,184,127,0.5) 0%, transparent 70%);
    content: "";
}.landing_pageEINe .study_centerGAzk {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
}.landing_pageEINe .start_primarylRGt {
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.landing_pageEINe .edu_titleWsSg {
    display: flex;
    width: fit-content;
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
    height: 100%;
}.landing_pageEINe .start_firstRuTV {
    height: 100%;
    width: 100vw;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}.landing_pageEINe .start_firstRuTV::before {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    z-index: 2;
}.landing_pageEINe .start_firstRuTV img {
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    transform-origin: center;
    width: 100%;
    object-fit: cover;
    animation: zoomPan 20s infinite alternate ease-in-out;
    height: 100%;
}.landing_pageEINe .text_info_boxFfdt {
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    margin-left: auto;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 550px;
    animation: textReveal 1.2s ease-out forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-right: 10%;
    z-index: 4;
}.landing_pageEINe .text_info_boxFfdt::before {
    border-radius: 50%;
    background-color: rgb(185,211,169);
    right: 15px;
    top: 15px;
    position: absolute;
    height: 8px;
    content: "";
    opacity: 0.8;
    width: 8px;
    animation: blinkPulse 2s infinite alternate;
}.landing_pageEINe .text_info_boxFfdt::after {
    background-color: rgb(147,184,127);
    position: absolute;
    content: "";
    top: 30px;
    height: 6px;
    border-radius: 50%;
    animation: blinkPulse 3s infinite alternate;
    right: 15px;
    width: 6px;
    opacity: 0.8;
}.landing_pageEINe .text_info_boxFfdt h1 {
    margin-bottom: 1.5rem;
    font-size: 38px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    letter-spacing: 1px;
}.landing_pageEINe .text_info_boxFfdt h1::before {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(185,211,169), transparent);
    bottom: 0;
    width: 50px;
}.landing_pageEINe .text_info_boxFfdt h1::after {
    bottom: 0;
    height: 3px;
    left: 55px;
    background-color: rgb(185,211,169);
    animation: pulseWidth 2s infinite alternate;
    width: 20px;
    content: "";
    position: absolute;
}.landing_pageEINe .text_info_boxFfdt p {
    letter-spacing: 0.3px;
    line-height: 1.7;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.landing_pageEINe .text_info_boxFfdt .support_sectionXOJv {
    border-radius: 0;
    background: linear-gradient(
        90deg,
        rgb(185,211,169) 0%,
        rgb(147,184,127) 100%
    );
    text-decoration: none;
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    font-weight: 600;
    display: inline-flex;
    padding: 1rem 2.5rem;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
    justify-content: center;
    border: none;
}.landing_pageEINe .text_info_boxFfdt .support_sectionXOJv::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: buttonScan 3s infinite;
    height: 100%;
    left: -100%;
}.landing_pageEINe .text_info_boxFfdt .support_sectionXOJv:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    filter: brightness(1.1);
}.landing_pageEINe .study_centerGAzk::before {
    animation: rotate 20s linear infinite;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    content: "";
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 5%;
    top: 30%;
}.landing_pageEINe .study_centerGAzk::after {
    border-radius: 50%;
    z-index: 2;
    top: 30%;
    position: absolute;
    width: 150px;
    animation: rotate 30s linear infinite reverse;
    border: 1px dashed rgb(185,211,169,0.5);
    content: "";
    height: 150px;
    left: 5%;
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {.landing_pageEINe .text_info_boxFfdt {
    max-width: 500px;
    margin-right: 5%;
}.landing_pageEINe .study_centerGAzk::before,
    .landing_pageEINe .study_centerGAzk::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.landing_pageEINe .study_centerGAzk {
    grid-template-columns: 1fr;
}.landing_pageEINe .text_info_boxFfdt {
    padding: 2rem;
    margin: 0 auto;
    max-width: 80%;
}.landing_pageEINe .text_info_boxFfdt h1 {
    font-size: calc(38px * 0.9);
}.landing_pageEINe .study_centerGAzk::before,
    .landing_pageEINe .study_centerGAzk::after {
    left: 10%;
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.landing_pageEINe {
    height: 100vh;
}.landing_pageEINe .text_info_boxFfdt {
    max-width: 90%;
    margin-top: 20%;
    padding: 1.8rem;
}.landing_pageEINe .text_info_boxFfdt h1 {
    font-size: calc(38px * 0.8);
}.landing_pageEINe .text_info_boxFfdt p {
    font-size: calc(15px * 0.95);
}.landing_pageEINe .study_centerGAzk::before,
    .landing_pageEINe .study_centerGAzk::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.landing_pageEINe .text_info_boxFfdt {
    padding: 1.5rem;
    max-width: 92%;
    margin-top: 25%;
}.landing_pageEINe .text_info_boxFfdt h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.landing_pageEINe .text_info_boxFfdt p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.landing_pageEINe .text_info_boxFfdt .support_sectionXOJv {
    padding: 0.8rem 2rem;
    font-size: calc(15px * 0.9);
}}footer {
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}footer::before {
    top: 0;
    height: 100%;
    backdrop-filter: blur(8px);
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(185,211,169,0.5) 50%, rgb(147,184,127,0.5) 100%);
    content: "";
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    position: absolute;
}.project_refvBWq {
    padding: 4.5rem 0 2rem;
    position: relative;
}.project_refvBWq::before {
    animation: shimmer 8s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(185,211,169) 25%, 
                #ffffff 50%, 
                rgb(147,184,127) 75%, 
                transparent 100%);
    height: 1px;
    content: "";
}.project_refvBWq .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    z-index: 1;
}.project_refvBWq .company_holder {
    transform: translateY(0);
    margin-right: 2rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(15px);
}.project_refvBWq .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(185,211,169,0.5);
    transform: translateY(-5px);
}.project_refvBWq .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: inline-block;
    color: #ffffff;
    font-size: calc(31px * 0.85);
    position: relative;
}.project_refvBWq .company_holder h3::after {
    background: linear-gradient(to right, rgb(185,211,169), rgb(147,184,127));
    bottom: -8px;
    transform-origin: left;
    content: "";
    transform: scaleX(0.3);
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    height: 2px;
    width: 100%;
}.project_refvBWq .company_holder:hover h3::after {
    transform: scaleX(1);
}.project_refvBWq .faq_blockjOIA {
    margin-top: 1rem;
    font-size: 12px;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}.project_refvBWq .tech_stackJkqp {
    position: relative;
    flex: 1 1 450px;
}.project_refvBWq .nav_wrapgunI {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.project_refvBWq .tech_stackJkqp .nav_wrapgunI {
    justify-content: flex-end;
}.project_refvBWq .top_sectionbRJm {
    padding: 1.5rem;
    border-radius: 17px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}.project_refvBWq .top_sectionbRJm h5 {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 22px;
}.project_refvBWq .top_sectionbRJm h5::before {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 40px;
    bottom: -6px;
    height: 2px;
    background: rgb(185,211,169);
}.project_refvBWq .top_sectionbRJm:hover h5::before {
    width: 100%;
}.project_refvBWq .top_sectionbRJm .nav_wrapgunI {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.project_refvBWq .top_sectionbRJm a {
    padding: 0.25rem 0.5rem;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 12px;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}.project_refvBWq .top_sectionbRJm a::before {
    left: 0;
    background: linear-gradient(to right, rgb(185,211,169), rgb(147,184,127));
    z-index: -1;
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
}.project_refvBWq .top_sectionbRJm a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.project_refvBWq .top_sectionbRJm a:hover::before {
    width: 100%;
}.learn_navlFtI {
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}.learn_navlFtI::before {
    right: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(147,184,127) 25%, 
                #ffffff 50%, 
                rgb(185,211,169) 75%, 
                transparent 100%);
    left: 0;
    height: 1px;
    top: 0;
    content: "";
}.learn_navlFtI .container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}.learn_navlFtI .discuss_ctarXqi {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-align: center;
}.learn_navlFtI .discuss_ctarXqi:hover {
    box-shadow: 0 0 15px rgb(185,211,169,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.project_refvBWq {
    padding: 3.5rem 0 2rem;
}.project_refvBWq .container {
    flex-direction: column;
}.project_refvBWq .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.project_refvBWq .tech_stackJkqp {
    flex: 1 1 100%;
}.project_refvBWq .tech_stackJkqp .nav_wrapgunI {
    justify-content: space-between;
}.project_refvBWq .top_sectionbRJm {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.project_refvBWq {
    padding: 3rem 0 1.5rem;
}.project_refvBWq::before {
    height: 2px;
}.project_refvBWq .company_holder {
    padding: 1.25rem;
}.project_refvBWq .top_sectionbRJm {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.project_refvBWq .tech_stackJkqp .nav_wrapgunI {
    flex-direction: column;
}.learn_navlFtI {
    padding: 1.25rem 0;
}.learn_navlFtI::before {
    height: 2px;
}
}

@media (max-width: 576px) {.project_refvBWq {
    padding: 2.5rem 0 1rem;
}.project_refvBWq .company_holder h3 {
    font-size: calc(31px * 0.75);
}.project_refvBWq .faq_blockjOIA {
    font-size: calc(12px * 0.9);
}.project_refvBWq .top_sectionbRJm h5 {
    font-size: calc(22px * 0.9);
}.project_refvBWq .top_sectionbRJm a {
    font-size: calc(12px * 0.9);
}.learn_navlFtI .discuss_ctarXqi {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.project_refvBWq .nav_wrapgunI a::after {
    content: "";
    background: rgb(185,211,169);
    height: 4px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    width: 4px;
    left: -10px;
    transition: transform 0.3s ease;
    top: 50%;
    border-radius: 50%;
}.project_refvBWq .nav_wrapgunI a:hover::after {
    transform: translateY(-50%) scale(1);
}.project_refvBWq .faq_blockjOIA::before {
    width: 0;
    content: "";
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    height: 0;
    left: -10px;
    position: absolute;
}.project_refvBWq .faq_blockjOIA::after {
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
    right: -10px;
    border: 1px solid transparent;
    height: 0;
    bottom: -10px;
    content: "";
}.project_refvBWq .company_holder:hover .faq_blockjOIA::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-right-color: rgb(185,211,169,0.5);
    height: calc(100% + 20px);
    border-top-color: rgb(185,211,169,0.5);
}.project_refvBWq .company_holder:hover .faq_blockjOIA::after {
    width: calc(100% + 20px);
    border-left-color: rgb(147,184,127,0.5);
    border-bottom-color: rgb(147,184,127,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.price_listTVGK {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_listTVGK::before {
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
}.price_listTVGK .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.price_listTVGK .class_costFaVm {
    position: relative;
}.price_listTVGK h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
    font-size: 34px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 20px;
}.price_listTVGK h2::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(185,211,169) 0%, rgb(147,184,127) 100%);
    content: "";
    height: 3px;
}.price_listTVGK .pricing_feesvtKP {
    max-width: 700px;
    color: #ffffff;
    margin: 0 auto 60px;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
    opacity: 0.9;
}.price_listTVGK .payment_schemetMRU {
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_listTVGK .payment_schemetMRU li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_listTVGK .payment_schemetMRU li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.price_listTVGK .tuition_tableXOHj {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    text-decoration: none;
}.price_listTVGK .learn_ratesMajk {
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    padding: 40px 25px;
    border-top: 3px solid rgb(185,211,169);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    height: 100%;
    backdrop-filter: blur(10px);
}.price_listTVGK .tuition_tableXOHj:hover .learn_ratesMajk {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-top-color: rgb(147,184,127);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.price_listTVGK .learn_ratesMajk::before {
    position: absolute;
    width: 200%;
    opacity: 0;
    left: -50%;
    content: "";
    height: 200%;
    top: -50%;
    transform: rotate(45deg);
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
}.price_listTVGK .tuition_tableXOHj:hover .learn_ratesMajk::before {
    opacity: 1;
}.price_listTVGK .cost_summarycWpD {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}.price_listTVGK .cost_summarycWpD h4 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 18px;
}.price_listTVGK .cost_summarycWpD h4::after {
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(185,211,169);
}.price_listTVGK .tuition_tableXOHj:hover .cost_summarycWpD h4::after {
    width: 60px;
    background: rgb(147,184,127);
}.price_listTVGK .cost_summarycWpD p {
    overflow-wrap: break-word;
    color: #ffffff;
    opacity: 0.8;
    margin: 0 0 30px;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
    font-size: calc(18px - 2px);
    flex-grow: 1;
    line-height: 1.7;
}.price_listTVGK .fee_optionsfJld {
    margin-top: auto;
    transform: translateZ(0);
    display: inline-block;
    padding: 10px 15px;
    background: linear-gradient(135deg, rgb(185,211,169) 0%, rgb(147,184,127) 100%);
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    font-size: calc(18px + 2px);
}.price_listTVGK .fee_optionsfJld::before {
    top: 0;
    background: linear-gradient(135deg, rgb(185,211,169,0.5) 0%, rgb(147,184,127,0.5) 100%);
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
}.price_listTVGK .tuition_tableXOHj:hover .fee_optionsfJld::before {
    opacity: 1;
}

@media (max-width: 991px) {.price_listTVGK {
    padding: 80px 0;
}.price_listTVGK .payment_schemetMRU {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_listTVGK .learn_ratesMajk {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.price_listTVGK {
    padding: 60px 0;
}.price_listTVGK h2 {
    font-size: calc(34px - 4px);
}.price_listTVGK .pricing_feesvtKP {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.price_listTVGK .payment_schemetMRU {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_listTVGK .cost_summarycWpD h4 {
    font-size: calc(18px - 1px);
}.price_listTVGK .cost_summarycWpD p {
    font-size: calc(18px - 3px);
}.price_listTVGK .fee_optionsfJld {
    font-size: calc(18px);
}
}

@media (max-width: 480px) {.price_listTVGK {
    padding: 50px 0;
}.price_listTVGK h2 {
    font-size: calc(34px - 6px);
}.price_listTVGK .learn_ratesMajk {
    padding: 25px 15px;
}.price_listTVGK .payment_schemetMRU li:hover {
    transform: translateY(-5px);
}}.program_structureOWot {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,235,209) 0%, rgba(245, 247, 250, 0.92) 100%);
}.program_structureOWot::before {
    height: 70%;
    top: -10%;
    background: linear-gradient(225deg, rgb(185,211,169,0.5) 0%, rgb(147,184,127,0.5) 100%);
    filter: blur(20px);
    content: "";
    opacity: 0.5;
    width: 35%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    z-index: 1;
    right: -5%;
}.program_structureOWot::after {
    content: "";
    bottom: -5%;
    height: 50%;
    width: 25%;
    background: linear-gradient(45deg, rgb(147,184,127,0.5) 0%, rgb(185,211,169,0.5) 100%);
    filter: blur(15px);
    opacity: 0.4;
    position: absolute;
    left: -2%;
    z-index: 1;
    transform: rotate(10deg) translateZ(0);
}.program_structureOWot .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.program_structureOWot .coding_expertndQW {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
}.program_structureOWot .img_gridYMQP {
    overflow: hidden;
    position: relative;
    transform-origin: top center;
    height: 300px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.program_structureOWot .img_gridYMQP::before {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}.program_structureOWot .img_gridYMQP::after {
    top: 0;
    content: "";
    left: 0;
    background: rgb(185,211,169);
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
}.program_structureOWot .text_info_boxFfdt {
    transform: translateY(-40px);
    background: #ffffff;
    padding: 2.5rem 2rem;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.program_structureOWot .text_info_boxFfdt h3 {
    font-size: calc(18px * 1.1);
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}.program_structureOWot .text_info_boxFfdt h3::after {
    content: "";
    transform-origin: left;
    height: 3px;
    display: block;
    width: 60px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.6s;
    margin-top: 1rem;
    background: rgb(185,211,169);
    transform: scaleX(0);
}.program_structureOWot .text_info_boxFfdt p.description {
    line-height: 1.7;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    opacity: 0;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
}.program_structureOWot .text_info_boxFfdt span.description {
    display: none;
}.program_structureOWot .text_info_boxFfdt div {
    position: relative;
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
}.program_structureOWot .text_info_boxFfdt div::-webkit-scrollbar {
    width: 6px;
}.program_structureOWot .text_info_boxFfdt div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program_structureOWot .text_info_boxFfdt div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(185,211,169,0.5);
}.program_structureOWot .text_info_boxFfdt div::-webkit-scrollbar-thumb:hover {
    background: rgb(185,211,169);
}

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

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

@media (min-width: 768px) {.program_structureOWot {
    padding: 7rem 0;
}.program_structureOWot .coding_expertndQW {
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
}.program_structureOWot .coding_expertndQW:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_structureOWot .img_gridYMQP {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_structureOWot .text_info_boxFfdt {
    clip-path: none;
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
}.program_structureOWot .text_info_boxFfdt h3 {
    margin-bottom: 2rem;
    font-size: 37px;
}.program_structureOWot .text_info_boxFfdt div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structureOWot {
    padding: 8rem 0;
}.program_structureOWot .coding_expertndQW {
    grid-template-columns: 40% 60%;
}.program_structureOWot .img_gridYMQP {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_structureOWot .img_gridYMQP:hover {
    transform: scale(1.03);
}.program_structureOWot .text_info_boxFfdt {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.program_structureOWot .text_info_boxFfdt h3 {
    margin-bottom: 2.5rem;
}.program_structureOWot .text_info_boxFfdt div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_structureOWot .coding_expertndQW {
    grid-template-columns: 45% 55%;
}.program_structureOWot .text_info_boxFfdt {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.program_structureOWot .coding_expertndQW:hover .img_gridYMQP {
    transform: scale(1.05);
}}.training_methodNCwu {
    background: rgb(222,235,209);
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
}.training_methodNCwu::before {
    content: "";
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(185,211,169,0.5) 25px, rgb(185,211,169,0.5) 26px, transparent 27px, transparent 49px, rgb(185,211,169,0.5) 50px, rgb(185,211,169,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(185,211,169,0.5) 25px, rgb(185,211,169,0.5) 26px, transparent 27px, transparent 49px, rgb(185,211,169,0.5) 50px, rgb(185,211,169,0.5) 51px, transparent 52px);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    top: 0;
    animation: moveGrid 60s linear infinite;
}.training_methodNCwu::after {
    left: -50%;
    background: radial-gradient(circle at center, rgb(147,184,127,0.5) 0%, transparent 60%);
    position: absolute;
    animation: pulse 20s infinite alternate;
    bottom: -50%;
    opacity: 0.15;
    z-index: 0;
    content: "";
    width: 200%;
    height: 200%;
}.training_methodNCwu .study_centerGAzk {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 3rem;
    z-index: 2;
    max-width: 1000px;
}.training_methodNCwu h3 {
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    transform: scale(0);
    width: 100%;
    background: #ffffff;
    animation: pixelateIn 1s ease-out forwards;
    text-align: center;
    font-size: 34px;
    border-image: linear-gradient(45deg, rgb(185,211,169), rgb(147,184,127)) 1;
    font-weight: 700;
    border: 8px solid transparent;
    padding: 2rem;
    max-width: 700px;
    color: rgb(185,211,169);
    position: relative;
}.training_methodNCwu h3::before,
.training_methodNCwu h3::after {
    width: 0;
    background: rgb(147,184,127,0.5);
    position: absolute;
    height: 0;
    content: "";
}.training_methodNCwu h3::before {
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
    left: 0;
    top: 0;
}.training_methodNCwu h3::after {
    bottom: 0;
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
}.training_methodNCwu span {
    background: #ffffff;
    border-image: linear-gradient(-45deg, rgb(147,184,127), rgb(185,211,169)) 1;
    font-size: 18px;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 700px;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    padding: 2rem;
    transform: scale(0);
    opacity: 0;
    text-align: center;
    color: #000000;
    line-height: 1.8;
    border: 8px solid transparent;
    width: 100%;
}.training_methodNCwu span::before,
.training_methodNCwu span::after {
    content: "";
    position: absolute;
    height: 0;
    background: rgb(185,211,169,0.5);
    width: 0;
}.training_methodNCwu span::before {
    right: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    top: 0;
}.training_methodNCwu span::after {
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.training_methodNCwu {
    padding: 6rem 1.5rem;
}.training_methodNCwu h3 {
    border-width: 6px;
    padding: 1.8rem;
    font-size: calc(34px * 0.9);
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
}.training_methodNCwu span {
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
    padding: 1.8rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.training_methodNCwu {
    padding: 5rem 1rem;
}.training_methodNCwu h3 {
    font-size: calc(34px * 0.8);
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border-width: 4px;
}.training_methodNCwu span {
    border-width: 4px;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
}.training_methodNCwu .study_centerGAzk {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}.connectCTxN {
    position: relative;
    background: linear-gradient(135deg, rgb(185,211,169) 0%, rgb(147,184,127) 100%);
    padding: 100px 0;
    overflow: hidden;
}.connectCTxN::before {
    content: "";
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    width: 200%;
    left: -50%;
    top: -50%;
    z-index: 1;
    position: absolute;
    transform: rotate(45deg);
    animation: bgAnimation 20s linear infinite;
    height: 200%;
}@keyframes bgAnimation {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.5);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

.connectCTxN .container {
    z-index: 2;
    position: relative;
}.connectCTxN .reach_usbejL {
    display: flex;
    align-items: center;
    max-width: 500px;
    border-radius: 27px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 50px;
    flex-direction: column;
}.connectCTxN .connect_todaySnIp {
    color: rgb(147,184,127);
    font-weight: 700;
    font-size: 37px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}.connectCTxN .img_gridYMQP {
    width: 200px;
    margin-bottom: 30px;
    border-radius: 50%;
    height: 200px;
    border: 5px solid rgb(147,184,127);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}.connectCTxN .message_sectiontrbz {
    width: 100%;
    margin-bottom: 30px;
}.connectCTxN .message_sectiontrbz p {
    align-items: center;
    font-size: 17px;
    display: flex;
    transition: transform 0.3s ease;
    color: #000000;
    justify-content: center;
    margin-bottom: 15px;
}.connectCTxN .message_sectiontrbz p:hover {
    transform: translateY(-3px);
}.connectCTxN .message_sectiontrbz p svg {
    flex-shrink: 0;
    width: 20px;
    margin: 0 10px;
    height: 20px;
}.connectCTxN .message_sectiontrbz p svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,184,127);
}.connectCTxN .message_sectiontrbz p:hover svg path {
    fill: rgb(185,211,169);
}.connectCTxN .message_sectiontrbz p span {
    font-weight: 600;
}.connectCTxN .message_sectiontrbz a {
    transition: color 0.3s;
    text-decoration: none;
    color: rgb(147,184,127);
}.connectCTxN .message_sectiontrbz a:hover {
    color: rgb(185,211,169);
}.connectCTxN .msg_supportFqdN {
    margin-top: 50px;
    width: 100%;
}.connectCTxN .reach_teamxdia {
    align-items: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 19px;
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(147,184,127);
}.connectCTxN .reach_teamxdia svg {
    width: 22px;
    margin-right: 10px;
    height: 22px;
}.connectCTxN .reach_teamxdia svg path {
    fill: rgb(147,184,127);
    transition: fill 0.3s ease;
}.connectCTxN .get_contactformCKhw {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.connectCTxN .get_contactwidgetdBvM {
    transition: all 0.3s;
    padding: 10px;
    background-color: rgb(147,184,127,0.5);
    color: #ffffff;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    font-size: 19px;
    align-items: center;
}.connectCTxN .get_contactwidgetdBvM svg {
    height: 16px;
    opacity: 0;
    transition: all 0.3s ease;
    margin-right: 0;
    width: 0;
}.connectCTxN .get_contactwidgetdBvM svg path {
    fill: #ffffff;
}.connectCTxN .get_contactwidgetdBvM:hover {
    background-color: rgb(147,184,127);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.connectCTxN .get_contactwidgetdBvM:hover svg {
    margin-right: 6px;
    opacity: 1;
    width: 16px;
}

@media screen and (max-width: 991px) {.connectCTxN .reach_usbejL {
    max-width: 100%;
    margin-right: auto;
}.connectCTxN .message_sectiontrbz p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}.connectCTxN .reach_teamxdia svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}
}

@media screen and (max-width: 767px) {.connectCTxN {
    padding: 70px 0;
}.connectCTxN .reach_usbejL {
    padding: 30px;
}.connectCTxN .connect_todaySnIp {
    font-size: 19px;
    margin-bottom: 20px;
}.connectCTxN .img_gridYMQP {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.connectCTxN .get_contactformCKhw {
    grid-template-columns: 1fr;
}.connectCTxN .message_sectiontrbz p svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.connectCTxN .reach_teamxdia svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}}.secure_fortificationfDim {
    font-family: Arial, sans-serif;
    background-color: rgb(222,235,209);
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.secure_fortificationfDim h1 {
    font-size: 41px;
    color: rgb(185,211,169);
    margin-bottom: 20px;
    font-weight: 700;
}.secure_fortificationfDim h2 {
    font-weight: 600;
    color: #000000;
    font-size: 33px;
    margin: 15px 0;
}.secure_fortificationfDim ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.secure_fortificationfDim li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;
}.secure_fortificationfDim div {
    margin-top: 20px;
}.secure_fortificationfDim h3, .secure_fortificationfDim h4, .secure_fortificationfDim h5, .secure_fortificationfDim h6 {
    margin: 1rem 0;
    color: #000000;
}
@media only screen and (max-width: 800px) {.secure_fortificationfDim {
    padding: 20px;
}.secure_fortificationfDim h1 {
    font-size: calc(22px * 0.8);
}.secure_fortificationfDim h2 {
    font-size: calc(22px * 0.9);
}.secure_fortificationfDim li {
    font-size: 16px;
}}.instructor_historytKFu {
    background: linear-gradient(135deg, rgb(222,235,209) 0%, rgb(185,211,169,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.instructor_historytKFu::before {
    right: -5%;
    position: absolute;
    height: 30%;
    background: rgb(147,184,127,0.5);
    top: -5%;
    z-index: 0;
    width: 30%;
    content: "";
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
}.instructor_historytKFu::after {
    width: 25%;
    height: 25%;
    bottom: -5%;
    filter: blur(15px);
    z-index: 0;
    content: "";
    background: rgb(185,211,169,0.5);
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    left: -5%;
}.instructor_historytKFu .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.instructor_historytKFu .opinion_showcaseAmVH {
    position: relative;
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 3rem;
}.instructor_historytKFu .opinion_showcaseAmVH:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.instructor_historytKFu .opinion_showcaseAmVH > div:first-child {
    position: relative;
    overflow: hidden;
}.instructor_historytKFu .img_gridYMQP {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 300px;
}.instructor_historytKFu .opinion_showcaseAmVH:hover .img_gridYMQP {
    transform: scale(1);
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2) {
    padding-left: 2rem;
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 0.5rem;
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(185,211,169), rgb(147,184,127));
    width: 4px;
    height: 70%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: "";
}.instructor_historytKFu .name {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 20px;
}.instructor_historytKFu .name::after {
    width: 0;
    bottom: -5px;
    background: rgb(185,211,169);
    left: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    height: 2px;
    content: "";
}.instructor_historytKFu .opinion_showcaseAmVH:hover .name::after {
    width: 100%;
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2) > div {
    font-size: calc(15px - 2px);
    letter-spacing: 0.5px;
    opacity: 0.9;
    color: rgb(147,184,127);
    font-weight: 600;
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(3) {
    position: relative;
}.instructor_historytKFu .exp_viewMPQg {
    font-size: 15px;
    color: #000000;
    margin: 0;
    position: relative;
    border-left: 3px solid rgb(185,211,169,0.5);
    background: linear-gradient(to right, rgba(rgb(222,235,209), 0.05), rgba(rgb(222,235,209), 0.02));
    padding: 1.5rem;
    line-height: 1.7;
}.instructor_historytKFu .exp_viewMPQg::before {
    line-height: 1;
    left: 0.5rem;
    top: -0.5rem;
    content: "";
    position: absolute;
    font-family: serif;
    color: rgb(185,211,169,0.5);
    opacity: 0.2;
    font-size: 5rem;
}

@media (min-width: 768px) {.instructor_historytKFu {
    padding: 8rem 3rem;
}.instructor_historytKFu .opinion_showcaseAmVH {
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.instructor_historytKFu .opinion_showcaseAmVH > div:first-child {
    grid-row: span 2;
}.instructor_historytKFu .img_gridYMQP {
    height: 100%;
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2) {
    padding-left: 3rem;
}.instructor_historytKFu .exp_viewMPQg {
    padding: 2rem;
    font-size: calc(15px + 1px);
}
}

@media (min-width: 1024px) {.instructor_historytKFu {
    padding: 10rem 4rem;
}.instructor_historytKFu .opinion_showcaseAmVH {
    padding: 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 4rem 5rem;
}.instructor_historytKFu .name {
    font-size: calc(20px + 2px);
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2) > div {
    font-size: 15px;
}.instructor_historytKFu .exp_viewMPQg {
    line-height: 1.8;
}.instructor_historytKFu .opinion_showcaseAmVH::after {
    opacity: 0.1;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(185,211,169,0.5) 50%);
    width: 150px;
    transition: opacity 0.3s ease;
}.instructor_historytKFu .opinion_showcaseAmVH:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.instructor_historytKFu {
    padding: 4rem 1.5rem;
}.instructor_historytKFu .opinion_showcaseAmVH {
    padding: 2rem;
    gap: 2rem;
}.instructor_historytKFu .img_gridYMQP {
    height: 250px;
}.instructor_historytKFu .name {
    font-size: calc(20px - 1px);
}.instructor_historytKFu .opinion_showcaseAmVH > div:nth-child(2) > div {
    font-size: calc(15px - 3px);
}.instructor_historytKFu .exp_viewMPQg {
    font-size: calc(15px - 1px);
    padding: 1rem;
}}.meet_usPjyt {
    background-color: rgb(222,235,209);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.meet_usPjyt::before {
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(185,211,169,0.5) 0,
        rgb(185,211,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    content: "";
    top: 0;
}.meet_usPjyt .container {
    z-index: 2;
    position: relative;
}.meet_usPjyt .study_centerGAzk {
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    gap: 0;
    max-width: 1200px;
    display: flex;
}.meet_usPjyt .study_centerGAzk h3 {
    position: relative;
    border-left: 6px solid rgb(185,211,169);
    margin-bottom: 60px;
    color: #000000;
    transform: translateZ(0);
    width: 100%;
    padding-left: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: 39px;
}.meet_usPjyt .study_centerGAzk h3:hover {
    transform: translateX(5px);
}.meet_usPjyt .knowledge_zonetrHD {
    padding-right: 60px;
    position: relative;
    width: 55%;
}.meet_usPjyt .learning_zoneXlVZ {
    position: relative;
    width: 45%;
}.meet_usPjyt .knowledge_zonetrHD span {
    background-color: rgb(185,211,169,0.5);
    margin-bottom: 20px;
    display: inline-block;
    padding: 8px 15px;
    transform: skewX(-10deg);
    position: relative;
    border-radius: 10px;
    font-size: 23px;
    color: rgb(185,211,169);
    font-weight: 600;
}.meet_usPjyt .knowledge_zonetrHD p {
    position: relative;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}.meet_usPjyt .learning_zoneXlVZ p {
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP {
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: -15px 15px 0 rgb(185,211,169,0.5);
    height: 320px;
    width: 100%;
    position: relative;
    border-radius: 0 19px 19px 0;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP:hover {
    box-shadow: -20px 20px 0 rgb(185,211,169,0.5);
    transform: translate(5px, -5px);
}.meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl {
    width: 100%;
    overflow: hidden;
    box-shadow: 15px 15px 0 rgb(147,184,127,0.5);
    position: relative;
    height: 320px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    border-radius: 19px 0 0 19px;
}.meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(147,184,127,0.5);
}.meet_usPjyt .knowledge_zonetrHD::after {
    background: linear-gradient(90deg, rgb(185,211,169), transparent);
    bottom: -30px;
    position: absolute;
    height: 2px;
    left: 0;
    width: 40%;
    content: "";
}.meet_usPjyt .learning_zoneXlVZ::before {
    content: "";
    top: -30px;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(147,184,127));
    width: 40%;
    position: absolute;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.meet_usPjyt {
    padding: 80px 0;
}.meet_usPjyt .study_centerGAzk h3 {
    margin-bottom: 40px;
}.meet_usPjyt .knowledge_zonetrHD,
    .meet_usPjyt .learning_zoneXlVZ {
    width: 50%;
}.meet_usPjyt .knowledge_zonetrHD {
    padding-right: 30px;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP,
    .meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl {
    height: 280px;
}
}

@media (max-width: 768px) {.meet_usPjyt {
    padding: 60px 0;
}.meet_usPjyt .study_centerGAzk h3 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.8);
}.meet_usPjyt .knowledge_zonetrHD,
    .meet_usPjyt .learning_zoneXlVZ {
    padding-right: 0;
    width: 100%;
}.meet_usPjyt .knowledge_zonetrHD {
    margin-bottom: 60px;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP {
    box-shadow: -10px 10px 0 rgb(185,211,169,0.5);
    height: 250px;
    border-radius: 19px;
}.meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl {
    box-shadow: 10px 10px 0 rgb(147,184,127,0.5);
    height: 250px;
    border-radius: 19px;
}.meet_usPjyt .knowledge_zonetrHD::after,
    .meet_usPjyt .learning_zoneXlVZ::before {
    width: 30%;
}
}

@media (max-width: 576px) {.meet_usPjyt {
    padding: 40px 0;
}.meet_usPjyt .study_centerGAzk h3 {
    border-left-width: 4px;
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(39px * 0.7);
}.meet_usPjyt .knowledge_zonetrHD {
    margin-bottom: 40px;
}.meet_usPjyt .knowledge_zonetrHD span {
    font-size: calc(23px * 0.9);
    padding: 6px 12px;
}.meet_usPjyt .knowledge_zonetrHD p,
    .meet_usPjyt .learning_zoneXlVZ p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 25px;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP,
    .meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl {
    height: 200px;
}.meet_usPjyt .knowledge_zonetrHD .img_gridYMQP {
    box-shadow: -8px 8px 0 rgb(185,211,169,0.5);
}.meet_usPjyt .learning_zoneXlVZ .edu_leadershipviXl {
    box-shadow: 8px 8px 0 rgb(147,184,127,0.5);
}.meet_usPjyt .knowledge_zonetrHD::after,
    .meet_usPjyt .learning_zoneXlVZ::before {
    width: 25%;
}
}