* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.ABtop_site {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1119px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.gnwrapper-segment {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.psfooter_benefit {
    flex: 0 0 auto;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    height: 100%;
    auto
contain
touch-action: 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;
}}
.sBconnect_with_us {
    padding: 70px 0;
    overflow: hidden;
    background: rgb(242,238,237);
    position: relative;
}.sBconnect_with_us::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
    height: 100%;
}.sBconnect_with_us .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.sBconnect_with_us h2 {
    color: rgb(185,174,172);
    font-size: 37px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}.sBconnect_with_us h2::after {
    background: rgb(217,210,207);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    left: 50%;
}.sBconnect_with_us .Jgquery_form {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 28px;
}.sBconnect_with_us .Mypic_wrap_item {
    min-height: 500px;
    grid-row: 1;
    height: 100%;
    border-bottom-right-radius: 28px;
    transition: transform 0.6s ease;
    border-top-right-radius: 28px;
    grid-column: 2;
}.sBconnect_with_us .xjinquiry_inquiry {
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
}.sBconnect_with_us #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.sBconnect_with_us h3 {
    margin-bottom: 15px;
    color: rgb(217,210,207);
    font-size: 19px;
    font-weight: 600;
}.sBconnect_with_us input[type="text"] {
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgb(242,238,237);
    background: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
}.sBconnect_with_us input[type="text"]:focus {
    border-color: rgb(217,210,207);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}.sBconnect_with_us input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.sBconnect_with_us .sysupport_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}.sBconnect_with_us .sysupport_box input[type="checkbox"] {
    border-radius: 10px;
    border: 2px solid rgb(242,238,237);
    width: 24px;
    height: 24px;
    appearance: none;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}.sBconnect_with_us .sysupport_box input[type="checkbox"]:checked {
    border-color: rgb(217,210,207);
    background: rgb(217,210,207);
}.sBconnect_with_us .sysupport_box input[type="checkbox"]:checked::after {
    color: #ffffff;
    left: 50%;
    content: "✓";
    top: 50%;
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
}.sBconnect_with_us .sysupport_box label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.sBconnect_with_us .sysupport_box a {
    color: rgb(217,210,207);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.sBconnect_with_us .sysupport_box a:hover {
    color: rgb(185,174,172);
}.sBconnect_with_us .agconnect_map {
    padding: 15px 35px;
    border: none;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(217,210,207);
    align-self: flex-start;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}.sBconnect_with_us .agconnect_map::before {
    left: -100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
}.sBconnect_with_us .agconnect_map:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(185,174,172);
}.sBconnect_with_us .agconnect_map:hover::before {
    left: 100%;
}.sBconnect_with_us svg {
    fill: rgb(217,210,207);
    vertical-align: middle;
    width: 22px;
    margin-right: 10px;
    height: 22px;
}.sBconnect_with_us svg path {
    fill: rgb(217,210,207);
}

@media (max-width: 992px) {.sBconnect_with_us .Jgquery_form {
    grid-template-columns: 1fr;
}.sBconnect_with_us .Mypic_wrap_item {
    border-radius: 0;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    grid-row: 1;
    min-height: 300px;
    grid-column: 1;
}.sBconnect_with_us .xjinquiry_inquiry {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}

@media (max-width: 768px) {.sBconnect_with_us {
    padding: 50px 0;
}.sBconnect_with_us h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.sBconnect_with_us .xjinquiry_inquiry {
    padding: 30px 25px;
}.sBconnect_with_us .Mypic_wrap_item {
    min-height: 250px;
}
}

@media (max-width: 576px) {.sBconnect_with_us {
    padding: 40px 0;
}.sBconnect_with_us .container {
    padding: 0 15px;
}.sBconnect_with_us h2::after {
    width: 40px;
}.sBconnect_with_us .xjinquiry_inquiry {
    padding: 25px 20px;
}.sBconnect_with_us #contact {
    gap: 20px;
}.sBconnect_with_us .agconnect_map {
    padding: 14px 20px;
    width: 100%;
}.sBconnect_with_us .Mypic_wrap_item {
    min-height: 200px;
}}.lQtrackingSettingsBox {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: rgb(242,238,237);
    width: 90%;
    text-align: center;
    padding: 20px;
    left: 50%;
    position: fixed;
    flex-direction: column;
    align-items: center;
    bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    max-width: 600px;
    z-index: 1050;
    border-radius: 21px;
    transform: translateX(-50%);
}.cacookie_show {
    flex-direction: column;
    z-index: 1;
    display: flex;
    align-items: center;
}.ivdata_approval {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.ivdata_approval svg, .ivdata_approval svg path, .ivdata_approval img {
    fill: rgb(217,210,207);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.lQtrackingSettingsBox h5 {
    color: rgb(217,210,207);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}.lQtrackingSettingsBox p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}.OItrack_edu {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 19px;
    text-align: center;
    width: calc(50% - 10px);
    margin: 5px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: rgb(217,210,207);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.OItrack_edu:hover {
    background: rgb(185,174,172);
    transform: translateY(-3px);
}.cookie_button.pTuser_safety {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.pTuser_safety:hover {
    background: rgb(185,174,172,0.5);
}.lQtrackingSettingsBox p a {
    color: rgb(217,210,207);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.lQtrackingSettingsBox p a:hover {
    color: rgb(185,174,172);
}
@media only screen and (max-width: 600px) {.lQtrackingSettingsBox {
    transform: none;
    bottom: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
}.cacookie_show {
    padding: 15px;
}.ivdata_approval svg {
    width: 50px;
    height: 50px;
}.lQtrackingSettingsBox h5 {
    font-size: calc(19px - 2px);
}.lQtrackingSettingsBox p {
    font-size: calc(13px - 2px);
}.OItrack_edu {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}}
#iScookieNoticeAlert {
    display: none;
}#iScookieNoticeAlert:checked ~ .lQtrackingSettingsBox {
    opacity: 0;
    visibility: hidden;
}.KWtitle_board {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgb(185,174,172,0.5) 100%);
    overflow: hidden;
}.KWtitle_board::before {
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 0;
    opacity: 0.7;
    content: "";
    left: 0;
    z-index: 0;
    background: 
    radial-gradient(circle at 75% 25%, rgb(217,210,207,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(185,174,172,0.5) 0%, transparent 40%);
    bottom: 0;
}.KWtitle_board::after {
    left: -10%;
    height: 120%;
    position: absolute;
    pointer-events: none;
    top: -10%;
    content: "";
    width: 120%;
    z-index: 0;
    opacity: 0.3;
}.KWtitle_board .Yredu_title {
    display: grid;
    max-width: 1200px;
    width: 100%;
    grid-template-columns: 1fr;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    position: relative;
}.KWtitle_board .Yredu_title > div:first-child {
    padding: 2rem;
    position: relative;
}.KWtitle_board .Yredu_title > div:first-child::before {
    clip-path: polygon(0 0, 100% 10%, 95% 100%, 5% 90%);
    position: absolute;
    transition: transform 0.5s ease;
    opacity: 0.05;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(185,174,172);
    z-index: -1;
}.KWtitle_board .Yredu_title > div:first-child:hover::before {
    transform: translateY(-5px);
}.KWtitle_board h3 {
    padding-left: 1rem;
    border-left: 3px solid rgb(217,210,207);
    color: #000000;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateZ(20px);
    text-align: left;
    line-height: 1.5;
    position: relative;
    font-size: calc(19px * 0.9);
}.KWtitle_board h3:hover {
    transform: translateZ(20px) translateX(5px);
}.KWtitle_board .Yredu_title > div:last-child {
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
}.KWtitle_board .UNskill_spot {
    background: #ffffff;
    padding: 3rem 2rem;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    transform: translateZ(30px);
    gap: 2rem;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
}.KWtitle_board .UNskill_spot:hover {
    transform: translateZ(30px) translateY(-10px);
}.KWtitle_board .UNskill_spot::before {
    height: 5px;
    left: 5%;
    background: linear-gradient(90deg, transparent, rgb(217,210,207), transparent);
    content: "";
    position: absolute;
    top: -5px;
    width: 90%;
}.KWtitle_board .UNskill_spot::after {
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(185,174,172), transparent);
    content: "";
    width: 90%;
    left: 5%;
    position: absolute;
    bottom: -5px;
}.KWtitle_board h1 {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 43px;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateZ(40px);
    margin: 0;
}.KWtitle_board h1::after {
    position: absolute;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    background: rgb(217,210,207);
    height: 4px;
    left: 50%;
}.KWtitle_board .UNskill_spot > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    transform: translateZ(10px);
    height: 280px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
}.KWtitle_board .UNskill_spot > div:hover {
    transform: translateZ(10px) scale(1.02);
}.KWtitle_board .UNskill_spot > div::before {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
}.KWtitle_board p {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
    color: #ffffff;
    z-index: 2;
    padding: 1.5rem;
    right: 0;
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    position: absolute;
    line-height: 1.6;
    left: 0;
    bottom: 0;
    font-size: calc(17px * 1.1);
}.KWtitle_board .UNskill_spot > div:hover p {
    transform: translateZ(20px) translateY(-5px);
}

@media (min-width: 768px) {.KWtitle_board .Yredu_title {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 2rem;
}.KWtitle_board .UNskill_spot {
    padding: 3.5rem 3rem;
}.KWtitle_board h3 {
    padding-left: 1.5rem;
    font-size: 19px;
}.KWtitle_board h1 {
    font-size: calc(43px * 1.1);
}.KWtitle_board p {
    padding: 2rem;
    font-size: calc(17px * 1.2);
}.KWtitle_board .UNskill_spot > div {
    height: 320px;
}
}

@media (min-width: 992px) {.KWtitle_board {
    padding: 3rem;
}.KWtitle_board .Yredu_title {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.KWtitle_board .UNskill_spot {
    padding: 4rem;
}.KWtitle_board h3 {
    font-size: calc(19px * 1.1);
}.KWtitle_board h1 {
    font-size: calc(43px * 1.2);
}.KWtitle_board p {
    font-size: calc(17px * 1.3);
}.KWtitle_board .UNskill_spot > div {
    height: 350px;
}
}

@media (max-width: 767px) {.KWtitle_board {
    padding: 1.5rem;
}.KWtitle_board .Yredu_title {
    transform: perspective(1000px) rotateX(0deg);
}.KWtitle_board h3 {
    font-size: calc(19px * 0.8);
}.KWtitle_board h1 {
    font-size: calc(43px * 0.85);
}.KWtitle_board .UNskill_spot {
    max-width: 100%;
    padding: 2rem 1.5rem;
}.KWtitle_board .UNskill_spot > div {
    height: 220px;
}.KWtitle_board p {
    font-size: 17px;
    padding: 1rem;
}
}

@media (max-width: 480px) {.KWtitle_board {
    padding: 1rem;
}.KWtitle_board .Yredu_title > div:first-child {
    padding: 1.5rem 1rem;
}.KWtitle_board h3 {
    padding-left: 0.75rem;
    font-size: calc(19px * 0.7);
}.KWtitle_board h1 {
    font-size: calc(43px * 0.75);
}.KWtitle_board .UNskill_spot {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
}.KWtitle_board .UNskill_spot > div {
    height: 180px;
}.KWtitle_board p {
    font-size: calc(17px * 0.9);
    padding: 0.75rem;
}}header {
    z-index: 100;
    position: relative;
    background: rgb(242,238,237);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1rem 0;
}header::before {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(217,210,207,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(185,174,172,0.5) 100%);
    opacity: 0.4;
    height: 100%;
}header .container {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 2%;
    margin: 0;
    max-width: 100%;
}header .Jyhead_learn {
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
}header .rAtop_nav {
    grid-area: logo;
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}header .rAtop_nav::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,210,207), 
        rgb(185,174,172), 
        rgb(217,210,207), 
        transparent);
    position: absolute;
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    left: 50%;
    width: 50%;
}header .rAtop_nav svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .rAtop_nav:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .Iztop_mainwrap {
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
    display: flex;
    padding: 0.6rem;
    align-items: center;
    justify-content: center;
}header .EQnav_mainwrap {
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
}header .EQnav_mainwrap:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,210,207), rgb(185,174,172));
    box-shadow: 0 3px 8px rgb(217,210,207,0.5);
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .rAtop_nav svg {
    width: 140px;
}header .Iztop_mainwrap {
    padding: 0.5rem;
    gap: 0.4rem;
}header .EQnav_mainwrap {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .Jyhead_learn {
    grid-template-areas:
            "logo"
            "Iztop_mainwrap";
    grid-template-columns: 1fr;
}header .rAtop_nav {
    padding: 0.4rem;
}header .rAtop_nav svg {
    width: 130px;
}header .Iztop_mainwrap {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .EQnav_mainwrap {
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .rAtop_nav svg {
    width: 120px;
}header .Iztop_mainwrap {
    justify-content: flex-start;
    padding: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .Iztop_mainwrap::-webkit-scrollbar {
    height: 2px;
}header .Iztop_mainwrap::-webkit-scrollbar-thumb {
    background: rgb(217,210,207);
    border-radius: 10px;
}header .EQnav_mainwrap {
    flex-shrink: 0;
    white-space: nowrap;
}}.FRprivacy_barrier {
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.FRprivacy_barrier::before {
    content: "";
    height: 100%;
    width: 30%;
    background: linear-gradient(45deg, transparent, rgb(185,174,172,0.5));
    top: 0;
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    z-index: 1;
}.FRprivacy_barrier::after {
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.05;
    width: 40%;
    left: 0;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    bottom: 0;
    background: linear-gradient(-45deg, rgb(217,210,207,0.5), transparent);
}.FRprivacy_barrier .container {
    background: #ffffff;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(0.5deg);
    position: relative;
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    z-index: 2;
    padding: 3rem;
    border-top: 4px solid rgb(217,210,207);
}.FRprivacy_barrier h1 {
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    transform: translateZ(5px);
    padding-bottom: 1rem;
    font-size: 48px;
    font-weight: 700;
}.FRprivacy_barrier h1::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(217,210,207), rgb(185,174,172));
    height: 4px;
    transition: width 0.3s ease;
    width: 80px;
    transform-origin: left;
    bottom: 0;
    content: "";
}.FRprivacy_barrier h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(185,174,172);
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1rem;
    font-size: 36px;
}.FRprivacy_barrier h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.85);
    padding-bottom: 0.5rem;
    color: #000000;
    border-bottom: 1px dashed rgb(185,174,172,0.5);
}.FRprivacy_barrier h4 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(36px * 0.7);
}.FRprivacy_barrier h4::after {
    position: absolute;
    background: rgb(185,174,172,0.5);
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    width: 100%;
    transform: scaleX(0.7);
    height: 2px;
    transform-origin: left;
    bottom: -5px;
}.FRprivacy_barrier p {
    color: #000000;
    max-width: 90ch;
    font-size: 15px;
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.FRprivacy_barrier p strong {
    font-weight: 600;
    color: rgb(217,210,207);
    position: relative;
    display: inline-block;
}.FRprivacy_barrier p strong::after {
    left: 0;
    position: absolute;
    opacity: 0.3;
    background: currentColor;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 1px;
}.FRprivacy_barrier span {
    border-left: 1px solid rgb(185,174,172,0.5);
    display: block;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
    font-size: 15px;
    padding-left: 1rem;
}.FRprivacy_barrier ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.FRprivacy_barrier li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
}.FRprivacy_barrier li::before {
    left: 0;
    height: 8px;
    transform: rotate(45deg);
    top: 0.65rem;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(185,174,172);
    width: 8px;
}.FRprivacy_barrier li:hover::before {
    transform: rotate(135deg);
}.FRprivacy_barrier div.container:hover h1::after {
    width: 120px;
}.FRprivacy_barrier div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.FRprivacy_barrier {
    padding: 3rem 1.5rem;
}.FRprivacy_barrier .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.FRprivacy_barrier h1 {
    font-size: calc(48px * 0.9);
}.FRprivacy_barrier h2 {
    padding-left: 0.8rem;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.FRprivacy_barrier {
    padding: 2rem 1rem;
}.FRprivacy_barrier .container {
    transform: none;
    padding: 2rem 1.5rem;
}.FRprivacy_barrier h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.FRprivacy_barrier h2 {
    margin: 2rem 0 0.8rem;
    font-size: calc(36px * 0.8);
}.FRprivacy_barrier h3 {
    font-size: calc(36px * 0.7);
}.FRprivacy_barrier h4 {
    font-size: calc(36px * 0.6);
}.FRprivacy_barrier p, 
    .FRprivacy_barrier span, 
    .FRprivacy_barrier li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.FRprivacy_barrier ul {
    padding-left: 0.5rem;
}.FRprivacy_barrier li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.FRprivacy_barrier {
    padding: 1.5rem 0.75rem;
}.FRprivacy_barrier .container {
    padding: 1.5rem 1rem;
}.FRprivacy_barrier h1 {
    padding-bottom: 0.7rem;
    font-size: calc(48px * 0.7);
}.FRprivacy_barrier h1::after {
    height: 3px;
    width: 60px;
}.FRprivacy_barrier h2 {
    border-left: 2px solid rgb(185,174,172);
    padding-left: 0.7rem;
    font-size: calc(36px * 0.7);
}.FRprivacy_barrier h3 {
    font-size: calc(36px * 0.6);
}.FRprivacy_barrier h4 {
    font-size: calc(36px * 0.55);
}.FRprivacy_barrier p, 
    .FRprivacy_barrier span, 
    .FRprivacy_barrier li {
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.FRprivacy_barrier span {
    padding-left: 0.7rem;
}.FRprivacy_barrier li::before {
    width: 6px;
    height: 6px;
}}.Vvprogram_offerings {
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgb(217,210,207,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.Vvprogram_offerings::before {
    left: 0;
    z-index: 1;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgb(185,174,172,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(217,210,207,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}.Vvprogram_offerings::after {
    background-size: 40px 40px;
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background-image: 
    linear-gradient(90deg, rgb(217,210,207,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(217,210,207,0.5) 1px, transparent 1px);
    background-position: -1px -1px;
    top: 0;
    position: absolute;
}.Vvprogram_offerings .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.Vvprogram_offerings .chexp_years {
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
}.Vvprogram_offerings .ycstudy_path {
    position: relative;
    align-items: flex-start;
    padding: 0 50px 0 0;
    justify-content: center;
    flex-direction: column;
    display: flex;
    z-index: 3;
}.Vvprogram_offerings .kTmain_teach {
    transform-style: preserve-3d;
    margin-bottom: 30px;
    position: relative;
    perspective: 500px;
}.Vvprogram_offerings .kTmain_teach::before {
    z-index: -1;
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: calc(100% + 30px);
    left: -15px;
    transform: translateZ(-10px);
    width: calc(100% + 30px);
    content: "";
    top: -15px;
}.Vvprogram_offerings .kTmain_teach::after {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: calc(10px - 2px);
    transform: translateZ(-5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border: 1px solid rgb(217,210,207,0.5);
}.Vvprogram_offerings .kTmain_teach svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-width: 140px;
}.Vvprogram_offerings .kTmain_teach svg path {
    fill: rgb(217,210,207);
    transition: fill 0.3s ease;
}.Vvprogram_offerings .kTmain_teach:hover svg {
    transform: scale(1.05);
}.Vvprogram_offerings .kTmain_teach:hover svg path {
    fill: rgb(185,174,172);
}.Vvprogram_offerings h3 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.3;
    border-left: 3px solid rgb(217,210,207);
}.Vvprogram_offerings h3::after {
    bottom: -5px;
    width: 30px;
    position: absolute;
    left: -3px;
    background-color: rgb(185,174,172);
    height: 3px;
    content: "";
}.Vvprogram_offerings p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}.Vvprogram_offerings .Mypic_wrap_item {
    border-radius: 50% 0 0 50%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    height: 550px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}.Vvprogram_offerings .Mypic_wrap_item::before {
    border-radius: 50% 0 0 50%;
    border-left: 10px solid rgb(217,210,207,0.5);
    position: absolute;
    content: "";
    inset: 0;
    border: 10px solid transparent;
    z-index: 2;
}.Vvprogram_offerings .Mypic_wrap_item::after {
    inset: 15px;
    z-index: 2;
    content: "";
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50% 0 0 50%;
}

@media screen and (min-width: 1600px) {.Vvprogram_offerings .chexp_years {
    grid-template-columns: 1fr 1.5fr;
}.Vvprogram_offerings .Mypic_wrap_item {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.Vvprogram_offerings {
    padding: 80px 0;
}.Vvprogram_offerings .ycstudy_path {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.Vvprogram_offerings .chexp_years {
    gap: 60px;
    grid-template-columns: 1fr;
}.Vvprogram_offerings .ycstudy_path {
    padding: 0;
    order: 2;
}.Vvprogram_offerings .Mypic_wrap_item {
    order: 1;
    border-radius: 0 0 30% 30%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.Vvprogram_offerings .Mypic_wrap_item::before {
    border-bottom: 10px solid rgb(217,210,207,0.5);
    border-radius: 0 0 30% 30%;
    border: 10px solid transparent;
}.Vvprogram_offerings .Mypic_wrap_item::after {
    border-radius: 0 0 30% 30%;
}.Vvprogram_offerings .chexp_years::before,
  .Vvprogram_offerings .chexp_years::after {
    top: calc(350px - 30px);
    left: 50%;
    transform: translateX(-50%);
}.Vvprogram_offerings .chexp_years::after {
    left: 50%;
    top: calc(350px - 15px);
    transform: translateX(-50%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.Vvprogram_offerings {
    padding: 60px 0;
}.Vvprogram_offerings .chexp_years {
    gap: 50px;
}.Vvprogram_offerings .Mypic_wrap_item {
    min-height: 300px;
}.Vvprogram_offerings .chexp_years::before {
    width: 50px;
    top: calc(300px - 30px);
    height: 50px;
}.Vvprogram_offerings .chexp_years::after {
    width: 25px;
    height: 25px;
    top: calc(300px - 15px);
}.Vvprogram_offerings h3 {
    font-size: calc(36px - 4px);
    padding-left: 15px;
}.Vvprogram_offerings p {
    padding-left: 15px;
}.Vvprogram_offerings .kTmain_teach {
    margin-bottom: 25px;
}.Vvprogram_offerings .kTmain_teach svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.Vvprogram_offerings {
    padding: 50px 0;
}.Vvprogram_offerings .Mypic_wrap_item {
    min-height: 250px;
    border-radius: 0 0 25% 25%;
}.Vvprogram_offerings .Mypic_wrap_item::before {
    border-radius: 0 0 25% 25%;
}.Vvprogram_offerings .Mypic_wrap_item::after {
    border-radius: 0 0 25% 25%;
}.Vvprogram_offerings .chexp_years::before {
    height: 40px;
    width: 40px;
    top: calc(250px - 25px);
}.Vvprogram_offerings .chexp_years::after {
    height: 20px;
    width: 20px;
    top: calc(250px - 12px);
}.Vvprogram_offerings h3 {
    margin-bottom: 20px;
    font-size: calc(36px - 6px);
}.Vvprogram_offerings p {
    font-size: calc(16px - 1px);
}.Vvprogram_offerings .kTmain_teach {
    margin-bottom: 20px;
}.Vvprogram_offerings .kTmain_teach::before {
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}}.Zvlocation_details {
    backdrop-filter: blur(15px);
    background: linear-gradient(
        -45deg, 
        rgb(217,210,207,0.5) 0%, 
        rgb(185,174,172,0.5) 20%, 
        transparent 80%
    );
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}.Zvlocation_details::before {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(242,238,237) 20%, rgb(242,238,237) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(242,238,237) 20%, rgb(242,238,237) 40%, transparent 40%);
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}.Zvlocation_details .container {
    z-index: 2;
    max-width: 1400px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.Zvlocation_details .ndsupport_contact {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}.Zvlocation_details .Jkedu_asksup {
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(242,238,237) 100%
    );
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    overflow: hidden;
    justify-content: space-between;
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.Zvlocation_details .Jkedu_asksup:hover::after {
    opacity: 1;
}.Zvlocation_details .Jkedu_asksup:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.Zvlocation_details .Jkedu_asksup:nth-child(1) p {
    display: flex;
    align-items: center;
}.Zvlocation_details .Jkedu_asksup:nth-child(2) {
    grid-column: span 2;
    grid-row: 1 / 2;
    height: 300px;
}.Zvlocation_details .Jkedu_asksup:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    display: grid;
}.Zvlocation_details .Jkedu_asksup h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgb(217,210,207);
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}.Zvlocation_details .Jkedu_asksup h2::before {
    height: 3px;
    left: 0;
    bottom: -0.5rem;
    transform: scaleX(0);
    content: '';
    transform-origin: right;
    background: linear-gradient(
        to right, 
        rgb(217,210,207), 
        rgb(185,174,172)
    );
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
}.Zvlocation_details .Jkedu_asksup:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}.Zvlocation_details .Mypic_wrap_item {
    position: relative;
    transition: all 0.5s ease;
    height: 100%;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 15px;
}.Zvlocation_details .Mypic_wrap_item:hover {
    transform: perspective(1000px) rotateX(0);
}.Zvlocation_details .Mypic_wrap_item::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(
        45deg, 
        rgb(217,210,207,0.5) 0%, 
        rgb(185,174,172,0.5) 100%
    );
    opacity: 0;
}.Zvlocation_details .Mypic_wrap_item:hover::before {
    opacity: 0.3;
}.Zvlocation_details .EZcontact_query {
    display: contents;
}.Zvlocation_details .EZcontact_query a {
    text-decoration: none;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1rem;
    align-items: flex-start;
    position: relative;
    display: flex;
    overflow: hidden;
}.Zvlocation_details .EZcontact_query a::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    background: linear-gradient(
        to right, 
        rgb(217,210,207,0.5), 
        rgb(185,174,172,0.5)
    );
    left: 0;
}.Zvlocation_details .EZcontact_query a:hover::before {
    opacity: 0.1;
}.Zvlocation_details .EZcontact_query a span {
    color: rgb(217,210,207);
    position: relative;
    opacity: 0.7;
    z-index: 2;
    margin-bottom: 0.5rem;
    font-size: 14px;
}.Zvlocation_details .EZcontact_query a p {
    margin: 0;
    font-weight: 600;
    position: relative;
    color: rgb(217,210,207);
    font-size: 14px;
    z-index: 2;
}.Zvlocation_details .EMcontact_feedback {
    grid-column: 1 / -1;
    display: flex;
    padding: 1rem;
    margin-top: 1rem;
    background: rgb(242,238,237);
    align-items: center;
    border-radius: 10px;
}.Zvlocation_details .EMcontact_feedback h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(217,210,207);
    font-size: 19px;
    margin-right: 1rem;
}.Zvlocation_details .aDask_for_help {
    gap: 0.5rem;
    flex-wrap: wrap;
    display: flex;
}.Zvlocation_details .aDask_for_help span {
    background: #ffffff;
    border-radius: 10px;
    color: rgb(217,210,207);
    padding: 0.3rem 0.7rem;
    font-size: 14px;
}.Zvlocation_details svg,
.Zvlocation_details svg path {
    transition: all 0.3s ease;
    fill: rgb(217,210,207);
    margin-right: 10px;
}.Zvlocation_details .EZcontact_query a:hover svg,
.Zvlocation_details .EZcontact_query a:hover svg path {
    transform: scale(1.1);
    fill: rgb(185,174,172);
}

@media screen and (max-width: 1200px) {.Zvlocation_details .ndsupport_contact {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}.Zvlocation_details .Jkedu_asksup:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.Zvlocation_details .Jkedu_asksup:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.Zvlocation_details .Jkedu_asksup:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 768px) {.Zvlocation_details .ndsupport_contact {
    grid-template-columns: 1fr;
}.Zvlocation_details .Jkedu_asksup:nth-child(1),
    .Zvlocation_details .Jkedu_asksup:nth-child(2),
    .Zvlocation_details .Jkedu_asksup:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
}.Zvlocation_details .Jkedu_asksup:nth-child(3) {
    grid-template-columns: 1fr;
}.Zvlocation_details .Mypic_wrap_item {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.Zvlocation_details .Jkedu_asksup:nth-child(3) {
    flex-direction: column;
    display: flex;
}}.jljoin_now {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(242,238,237);
}.jljoin_now::before {
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(217,210,207,0.5) 0%, transparent 50%, rgb(185,174,172,0.5) 100%);
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
}.jljoin_now::after {
    opacity: 0.05;
    animation: rotate-bg 120s linear infinite;
    width: 200%;
    position: absolute;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    content: '';
    height: 200%;
    left: -50%;
    top: -50%;
    z-index: 1;
}.jljoin_now .chexp_years {
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 11px;
    justify-content: space-between;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px;
}.jljoin_now .container p {
    z-index: 5;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 0 0 10px rgba(rgb(217,210,207,0.5), 0.5);
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    width: 60%;
}.jljoin_now .agconnect_map {
    background: transparent;
    border-radius: 50%;
    height: 200px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 200px;
    font-weight: 700;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 5;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
}.jljoin_now .agconnect_map::before {
    content: '';
    background: conic-gradient(
        rgb(217,210,207),
        rgb(185,174,172),
        rgb(217,210,207)
    );
    border-radius: 50%;
    inset: 0;
    z-index: -2;
    animation: rotate-border 8s linear infinite;
    position: absolute;
}.jljoin_now .agconnect_map::after {
    z-index: -1;
    background: rgb(185,174,172);
    content: '';
    position: absolute;
    border-radius: 50%;
    inset: 3px;
}.jljoin_now .agconnect_map:hover {
    transform: scale(1.05);
}.jljoin_now .agconnect_map:hover::after {
    background: linear-gradient(135deg, rgb(185,174,172) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.jljoin_now {
    padding: 90px 0;
}.jljoin_now .chexp_years {
    padding: 40px;
}.jljoin_now .container p {
    font-size: calc(24px * 1.2);
}.jljoin_now .agconnect_map {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.jljoin_now {
    padding: 70px 0;
}.jljoin_now .chexp_years {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.jljoin_now .container p {
    width: 100%;
    text-align: center;
    font-size: 24px;
}.jljoin_now .agconnect_map {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.jljoin_now {
    padding: 50px 0;
}.jljoin_now .chexp_years {
    padding: 25px 20px;
}.jljoin_now .container p {
    font-size: calc(16px * 1.2);
}.jljoin_now .agconnect_map {
    font-size: calc(16px * 0.9);
    height: 120px;
    width: 120px;
}}.pBtyWrap {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 0;
}.pBtyWrap::before {
    animation: patternShift 60s linear infinite;
    content: "";
    left: 0;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(217,210,207,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(217,210,207,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(217,210,207,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(217,210,207,0.5), 0.05) 75%);
}.pBtyWrap::after {
    content: "";
    animation: floatGlow 15s ease-in-out infinite alternate;
    opacity: 0.25;
    z-index: 0;
    width: 30%;
    background: linear-gradient(145deg, rgb(217,210,207,0.5), rgb(185,174,172,0.5));
    position: absolute;
    right: -5%;
    filter: blur(70px);
    height: 50%;
    top: -10%;
}.pBtyWrap .container {
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.pBtyWrap h2 {
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 32px;
    transform: perspective(1000px) translateZ(0);
    letter-spacing: -0.01em;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 1.3;
    position: relative;
}.pBtyWrap h2::after {
    bottom: -1rem;
    height: 3px;
    left: 50%;
    box-shadow: 0 2px 10px rgba(rgb(217,210,207,0.5), 0.2);
    position: absolute;
    width: 6rem;
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(217,210,207), rgb(185,174,172));
    content: "";
}.pBtyWrap:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.pBtyWrap .chexp_years {
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-radius: 8px;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(0);
    padding: 3rem 2.5rem;
}.pBtyWrap .chexp_years::before {
    right: -2px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(217,210,207), rgb(185,174,172), rgb(217,210,207));
    top: -2px;
    height: 5px;
    z-index: 1;
    left: -2px;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
}.pBtyWrap .chexp_years::after {
    bottom: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    height: 30%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(rgb(242,238,237), 0.05));
}.pBtyWrap:hover .chexp_years {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.pBtyWrap ul {
    z-index: 2;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}.pBtyWrap li {
    position: relative;
    z-index: 2;
}.pBtyWrap li::before {
    transform: scale(0.8);
    top: -0.5rem;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    left: -1rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
    background-image: radial-gradient(circle, rgb(185,174,172,0.5) 0%, transparent 70%);
    content: "";
    height: 2rem;
    width: 2rem;
}.pBtyWrap:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.pBtyWrap span {
    transition: color 0.3s ease;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    line-height: 1.7;
    padding: 0.5rem 0;
}.pBtyWrap span::first-letter {
    font-size: 1.5em;
    color: rgb(217,210,207);
    font-weight: 600;
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.pBtyWrap {
    padding: 4rem 0;
}.pBtyWrap h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.pBtyWrap .chexp_years {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.pBtyWrap {
    padding: 3.5rem 0;
}.pBtyWrap h2 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: calc(32px * 0.8);
}.pBtyWrap h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.pBtyWrap .chexp_years {
    padding: 2rem 1.5rem;
}.pBtyWrap span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.pBtyWrap {
    padding: 3rem 0;
}.pBtyWrap h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.pBtyWrap h2::after {
    width: 4rem;
}.pBtyWrap .chexp_years {
    padding: 1.5rem 1.25rem;
}.pBtyWrap span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.pBtyWrap li::before {
    top: -0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    left: -0.5rem;
}}.ygour_background {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}.ygour_background::before {
    content: "";
    z-index: -1;
    position: absolute;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(217,210,207,0.5), rgb(185,174,172,0.5));
    width: 100%;
    opacity: 0.85;
    height: 100%;
}.ygour_background::after {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    animation: lightShift 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    opacity: 0.06;
    position: absolute;
    width: 100%;
    z-index: -1;
    right: -50%;
    top: -50%;
    content: "";
    height: 200%;
}.ygour_background .container {
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.ygour_background h2 {
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    font-size: calc(32px * 1.2);
    color: #ffffff;
    transform-origin: left center;
}.ygour_background h2::after {
    transform: scaleX(0);
    height: 4px;
    box-shadow: 0 2px 10px rgb(185,174,172,0.5);
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    transform-origin: left;
    bottom: -12px;
    background: rgb(185,174,172);
}.ygour_background .cptext_inner {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    transition: transform 0.5s ease-out;
}.ygour_background .cptext_inner::before {
    width: 200px;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    top: -100px;
    border-radius: 50%;
    height: 200px;
    left: -100px;
    background: linear-gradient(135deg, rgb(185,174,172,0.5), transparent);
}.ygour_background .cptext_inner > div {
    position: relative;
    padding: 35px;
}.ygour_background .cptext_inner p {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: calc(14px * 1.4);
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}.ygour_background .cptext_inner p::after {
    content: "";
    opacity: 0.8;
    height: 3px;
    bottom: -10px;
    width: 40px;
    position: absolute;
    background: rgb(185,174,172);
    left: 0;
}.ygour_background .cptext_inner div div {
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.95;
    column-count: 1;
    color: #ffffff;
    line-height: 1.8;
    z-index: 2;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    column-gap: 40px;
}

@media (min-width: 768px) {.ygour_background {
    padding: 150px 0;
}.ygour_background .cptext_inner div div {
    column-count: 2;
}.ygour_background h2 {
    grid-column: 1 / -1;
    font-size: calc(32px * 1.5);
}
}

@media (min-width: 1024px) {.ygour_background {
    padding: 180px 0;
}.ygour_background .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.ygour_background .cptext_inner {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.ygour_background .cptext_inner:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.ygour_background .cptext_inner div div {
    column-count: 2;
}}

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

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

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

@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}.EAdeveloper_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.EAdeveloper_experience::before {
    height: 100%;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(217,210,207,0.5) 90deg, transparent 180deg, rgb(185,174,172,0.5) 270deg, transparent 360deg);
    position: absolute;
    content: "";
    animation: rotateBg 30s linear infinite;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.EAdeveloper_experience .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.EAdeveloper_experience .yTtestimonial_space {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 21px;
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    display: grid;
    grid-gap: 1.5rem;
    padding: 3rem;
    transition: transform 0.3s ease;
}.EAdeveloper_experience .yTtestimonial_space:hover {
    transform: perspective(1000px) rotateX(0);
}.EAdeveloper_experience .Mypic_wrap_item {
    grid-area: photo;
    border-radius: 21px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    min-height: 350px;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    height: 100%;
}.EAdeveloper_experience .yTtestimonial_space:hover .Mypic_wrap_item {
    transform: translateZ(30px);
}.EAdeveloper_experience .name {
    font-size: 31px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    grid-area: name;
}.EAdeveloper_experience .yTtestimonial_space span:not(.name) {
    font-size: 17px;
    grid-area: job;
    margin-bottom: 1rem;
    color: rgb(185,174,172);
    font-weight: 600;
    transform: translateZ(5px);
}.EAdeveloper_experience .yNexp_achievements {
    border-radius: 10px;
    grid-area: quote;
    transform: translateZ(15px);
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
    border-left: 4px solid rgb(217,210,207);
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: relative;
}.EAdeveloper_experience .yNexp_achievements::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(217,210,207,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {.EAdeveloper_experience .yTtestimonial_space {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.EAdeveloper_experience .Mypic_wrap_item {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.EAdeveloper_experience {
    padding: 3rem 0;
}.EAdeveloper_experience .yTtestimonial_space {
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas:
            "Mypic_wrap_item"
            "name"
            "rAwork_list"
            "yNexp_achievements";
}.EAdeveloper_experience .Mypic_wrap_item {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.fBtariff_row {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.fBtariff_row::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}.fBtariff_row .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.fBtariff_row .scpricing_catalog {
    perspective: 1000px;
}.fBtariff_row h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-size: 32px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(50px);
    text-align: center;
}.fBtariff_row h2::after {
    height: 3px;
    transform: translateX(-50%);
    background: rgb(217,210,207);
    left: 50%;
    bottom: -10px;
    position: absolute;
    content: "";
    box-shadow: 0 0 15px rgb(217,210,207,0.5);
    width: 80px;
}.fBtariff_row .eWdiscount_plan {
    line-height: 1.6;
    max-width: 800px;
    opacity: 0.9;
    margin: 0 auto 60px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}.fBtariff_row .KBlearning_package {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
}.fBtariff_row .fBstudy_fees {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    will-change: transform;
}.fBtariff_row .Fvprogram_rate {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    padding: 8px;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.fBtariff_row .Fvprogram_rate::before {
    position: absolute;
    transition: opacity 0.4s ease;
    right: -5px;
    z-index: -1;
    animation: shimmer 3s infinite linear;
    top: -5px;
    bottom: -5px;
    left: -5px;
    background-size: 200% 200%;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    opacity: 0;
}.fBtariff_row .tJstudy_rates {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    display: flex;
    height: 100%;
    padding: 35px 25px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    border-radius: 4px;
    flex-direction: column;
    transition: all 0.3s ease;
}.fBtariff_row .tJstudy_rates h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
}.fBtariff_row .tJstudy_rates h4::after {
    background: rgb(217,210,207);
    left: 0;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
}.fBtariff_row .tJstudy_rates p {
    margin-bottom: 25px;
    flex-grow: 1;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(14px - 2px);
    opacity: 0.8;
}.fBtariff_row .chstudy_rates {
    border-radius: 30px;
    padding: 12px 25px;
    display: inline-block;
    font-size: calc(20px + 4px);
    align-self: flex-start;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,210,207) 0%, rgb(185,174,172) 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
}.fBtariff_row .chstudy_rates::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transition: 0.5s;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.fBtariff_row .fBstudy_fees:hover {
    transform: translateY(-10px) rotateX(5deg);
}.fBtariff_row .fBstudy_fees:hover .Fvprogram_rate {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.fBtariff_row .fBstudy_fees:hover .Fvprogram_rate::before {
    opacity: 1;
}.fBtariff_row .fBstudy_fees:hover .tJstudy_rates h4::after {
    width: 80px;
}.fBtariff_row .fBstudy_fees:hover .chstudy_rates::before {
    left: 100%;
}.fBtariff_row .fBstudy_fees:hover .tJstudy_rates {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.fBtariff_row {
    padding: 100px 0;
}.fBtariff_row .KBlearning_package {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.fBtariff_row .tJstudy_rates {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.fBtariff_row {
    padding: 80px 0;
}.fBtariff_row h2 {
    font-size: calc(32px - 4px);
}.fBtariff_row .eWdiscount_plan {
    margin-bottom: 40px;
}.fBtariff_row .KBlearning_package {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.fBtariff_row .tJstudy_rates h4 {
    font-size: calc(20px - 1px);
}.fBtariff_row .chstudy_rates {
    font-size: calc(20px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.fBtariff_row {
    padding: 60px 0;
}.fBtariff_row h2 {
    font-size: calc(32px - 6px);
}.fBtariff_row .eWdiscount_plan {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.fBtariff_row .tJstudy_rates {
    padding: 25px 15px;
}.fBtariff_row .tJstudy_rates p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.fBtariff_row .chstudy_rates {
    padding: 8px 15px;
    font-size: calc(20px + 0px);
}
}

@media (hover: none) {.fBtariff_row .fBstudy_fees:hover {
    transform: none;
}.fBtariff_row .Fvprogram_rate {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.fBtariff_row .fBstudy_fees:active {
    transform: scale(0.98);
}}.jHtestimonials {
    background: rgb(242,238,237);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.jHtestimonials::before {
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    top: -400px;
    background: rgb(217,210,207,0.5);
    right: -400px;
    width: 800px;
    z-index: 1;
    height: 800px;
    filter: blur(100px);
    content: "";
}.jHtestimonials::after {
    bottom: -300px;
    background: rgb(185,174,172,0.5);
    z-index: 1;
    border-radius: 50%;
    height: 600px;
    opacity: 0.2;
    content: "";
    left: -300px;
    filter: blur(80px);
    width: 600px;
    position: absolute;
}.jHtestimonials .chexp_years {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.jHtestimonials h4 {
    color: #000000;
    margin-bottom: 60px;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}.jHtestimonials h4::after {
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    content: "";
    background: rgb(217,210,207,0.5);
    height: 60px;
    z-index: -1;
    left: -30px;
    top: -20px;
    position: absolute;
    width: 60px;
}.jHtestimonials .VItestimonials_hub {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    display: grid;
    position: relative;
}.jHtestimonials .VItestimonials_hub::before {
    left: 10%;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    z-index: 1;
    top: 50%;
    background: linear-gradient(to right, transparent, rgb(217,210,207,0.5), transparent);
}.jHtestimonials .VItestimonials_hub::after {
    content: "";
    top: 10%;
    width: 1px;
    position: absolute;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(185,174,172,0.5), transparent);
    z-index: 1;
    left: 50%;
}.jHtestimonials .yTtestimonial_space {
    justify-content: center;
    min-height: 320px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    align-items: center;
    background: #ffffff;
    padding: 40px;
    flex-direction: column;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
}.jHtestimonials .yTtestimonial_space:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    transform: translateY(-10px);
}.jHtestimonials .yTtestimonial_space::before {
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    content: "";
    background: #ffffff;
    inset: 5px;
}.jHtestimonials .yTtestimonial_space::after {
    z-index: -2;
    opacity: 0.7;
    border-radius: inherit;
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,210,207,0.5), rgb(185,174,172,0.5));
    content: "";
}.jHtestimonials .yTtestimonial_space:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.jHtestimonials .yTtestimonial_space:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}.jHtestimonials .yTtestimonial_space:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.jHtestimonials .yTtestimonial_space:nth-child(3n):hover {
    transform: translateY(-30px);
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
}.jHtestimonials .Mypic_wrap_item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 80px;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    border: 3px solid #ffffff;
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.jHtestimonials .yTtestimonial_space:hover .Mypic_wrap_item {
    transform: scale(1.1);
}.jHtestimonials .yTtestimonial_space span {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    display: block;
    color: #000000;
    font-size: 19px;
    margin-bottom: 15px;
}.jHtestimonials .yTtestimonial_space span::after {
    position: absolute;
    width: 30px;
    content: "";
    bottom: -8px;
    height: 2px;
    left: 50%;
    background: rgb(217,210,207);
    transform: translateX(-50%);
}.jHtestimonials .yTtestimonial_space p {
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    font-style: italic;
    font-size: 15px;
}

@media (max-width: 767px) {.jHtestimonials {
    padding: 70px 0;
}.jHtestimonials h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: calc(30px * 0.8);
}.jHtestimonials h4::after {
    height: 40px;
    top: -15px;
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
}.jHtestimonials .VItestimonials_hub {
    gap: 50px;
    grid-template-columns: 1fr;
}.jHtestimonials .VItestimonials_hub::before,
    .jHtestimonials .VItestimonials_hub::after {
    display: none;
}.jHtestimonials .yTtestimonial_space,
    .jHtestimonials .yTtestimonial_space:nth-child(2n),
    .jHtestimonials .yTtestimonial_space:nth-child(3n) {
    transform: none;
    padding: 30px;
    min-height: 280px;
}.jHtestimonials .yTtestimonial_space:hover,
    .jHtestimonials .yTtestimonial_space:nth-child(2n):hover,
    .jHtestimonials .yTtestimonial_space:nth-child(3n):hover {
    transform: translateY(-10px);
}.jHtestimonials .Mypic_wrap_item {
    width: 70px;
    height: 70px;
}.jHtestimonials .yTtestimonial_space span {
    font-size: calc(19px * 0.9);
}.jHtestimonials .yTtestimonial_space p {
    font-size: calc(15px * 0.9);
}}.psfooter_benefit {
    padding: 6rem 0 3rem;
    position: relative;
    background-attachment: fixed;
    color: #ffffff;
    z-index: 1;
}.psfooter_benefit::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(217,210,207,0.5) 100%);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.psfooter_benefit::after {
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.psfooter_benefit .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.psfooter_benefit .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
}.psfooter_benefit .company_holder::before,
.psfooter_benefit .company_holder::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(185,174,172), transparent);
    width: 20%;
    bottom: -1px;
    animation: slide 3s infinite alternate;
    height: 2px;
}.psfooter_benefit .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.psfooter_benefit .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.psfooter_benefit .company_holder h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(31px * 1.3);
    font-weight: 700;
    display: inline-block;
}.psfooter_benefit .company_holder h3::after {
    position: absolute;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    width: 60px;
    background: rgb(185,174,172);
    left: 50%;
    height: 3px;
}.psfooter_benefit .radegree_path {
    margin: 1.5rem auto 0;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.8;
    font-size: 16px;
    max-width: 600px;
}.psfooter_benefit .gtskill_links {
    justify-content: center;
    display: flex;
}.psfooter_benefit .Rwheader_pro {
    display: flex;
    position: relative;
    gap: 6rem;
}.psfooter_benefit .Rwheader_pro::before {
    background: rgb(217,210,207);
    height: 20px;
    content: "";
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
}.psfooter_benefit .Iztop_mainwrap {
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}.psfooter_benefit .Iztop_mainwrap:hover {
    background: rgba(rgb(217,210,207,0.5), 0.1);
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}.psfooter_benefit .Iztop_mainwrap h5 {
    margin-bottom: 1.5rem;
    color: rgb(185,174,172);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0.8rem;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1.5px;
}.psfooter_benefit .Iztop_mainwrap .Rwheader_pro {
    flex-direction: column;
    position: static;
    display: flex;
    gap: 0.8rem;
}.psfooter_benefit .Iztop_mainwrap .Rwheader_pro a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    opacity: 0.75;
    padding: 0.4rem 0;
    text-align: center;
    color: #ffffff;
}.psfooter_benefit .Iztop_mainwrap .Rwheader_pro a::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,210,207), transparent);
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: center;
    transition: transform 0.4s ease;
    z-index: -1;
    content: "";
}.psfooter_benefit .Iztop_mainwrap .Rwheader_pro a:hover {
    opacity: 1;
    color: rgb(185,174,172);
}.psfooter_benefit .Iztop_mainwrap .Rwheader_pro a:hover::before {
    transform: scaleX(1);
}.oZverify_cta {
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}.oZverify_cta::before {
    opacity: 0.3;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(217,210,207,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(217,210,207,0.5), 0.05) 50%, rgba(rgb(217,210,207,0.5), 0.05) 75%, transparent 75%, transparent);
    left: 0;
    position: absolute;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.oZverify_cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.oZverify_cta .Nzfooter_careers {
    text-align: center;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-size: 13px;
}.oZverify_cta .Nzfooter_careers::before,
.oZverify_cta .Nzfooter_careers::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(217,210,207);
}

@media screen and (max-width: 992px) {.psfooter_benefit {
    padding: 4rem 0 2rem;
}.psfooter_benefit .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.psfooter_benefit .company_holder h3 {
    font-size: 31px;
}.psfooter_benefit .Rwheader_pro {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.psfooter_benefit .gtskill_links {
    flex-direction: column;
    align-items: center;
}.psfooter_benefit .Rwheader_pro {
    width: 100%;
    gap: 2rem;
    flex-direction: column;
    max-width: 450px;
}.psfooter_benefit .Iztop_mainwrap {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.psfooter_benefit {
    padding: 3rem 0 1.5rem;
}.psfooter_benefit .company_holder h3 {
    font-size: calc(31px * 0.9);
}.psfooter_benefit .radegree_path {
    font-size: calc(16px * 0.9);
}.psfooter_benefit .Iztop_mainwrap {
    padding: 1rem;
}.psfooter_benefit .Iztop_mainwrap h5 {
    font-size: calc(17px * 0.9);
}.oZverify_cta {
    margin-top: 2rem;
    padding: 1rem 0;
}.oZverify_cta .Nzfooter_careers {
    font-size: calc(13px * 0.9);
}.oZverify_cta .Nzfooter_careers::before,
    .oZverify_cta .Nzfooter_careers::after {
    display: none;
}
}